@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400&display=swap');

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,var,b,i,dl,dt,dd,ol,ul,li,fieldset,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 15px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7;
	letter-spacing: .05em;
  color: #111;
  background-color: #fff;
}
.bg {
  background: url(../images/bg.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: top;
}
#content,
.wrap {
	max-width: 980px;
	margin: 0 auto;
}
a{
  color: #555;
	text-decoration: none;
}
a:hover{
  opacity: .7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
p {
  margin-bottom: 1em;
}
strong {
  font-weight: bold;
}
small {
	font-size: smaller;
}
ul,ol,dl {
	margin: 0;
}
ul li {
  list-style: none;
  margin-left: 0;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
}
h2 {
  font-size: 50px;
  margin-bottom: 30px;
}

@media screen and (max-width:768px) {
	*, *:before, *:after {
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box
  }
  body {
    font-size: 14px;
  }
	#content,
  .wrap {
		width: 100%;
		padding-left: 20px;
    padding-right: 20px;
  }
  h2 {
    font-size: 33px;
  }
}

/* ==================================================
	preloader
====================================================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f1f1f1;
  z-index: 1040;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
}

/*================================================
 *  ヘッダー
 ================================================*/
#g-nav{
  position:fixed;
	z-index: -1;
	opacity: 0;
	top:0;
	width:100%;
  height: 100vh;
	background:#6f7680;
	transition: all 0.3s;
}
#g-nav.panelactive{
	opacity: 1;
	z-index:999;
}
#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav ul {
    display: none;
}
#g-nav.panelactive ul {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*リストのレイアウト設定*/
#g-nav li{
  text-align: center;
  line-height: 1.5;
}
#g-nav li a {
  color: #fff;
	padding:20px 0;
	display: block;
	letter-spacing: 0.1em;
  font-family: 'Quicksand', sans-serif;
  font-size: 25px;
  text-transform: uppercase;
}

/*========= ボタンのCSS ===============*/
.openbtn{
	position: fixed;
  z-index: 9999;
	cursor: pointer;
  width: 80px;
  height:80px;
	background: #6f7680;
  top: 0px;
  right: 0px;
}

/*ボタン内側*/
.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 20px;
  height: 2px;
	background: #fff;
  width: 50%;
  border-radius: 5px;
}
.openbtn span:nth-of-type(1) {
	top:21px;
}
.openbtn span:nth-of-type(2) {
	top:29px;
}
.openbtn span:nth-of-type(3) {
	top:37px;
}
.openbtn span:nth-of-type(3)::after {
	content:"Menu";
	position: absolute;
	top:10px;
	left:3px;
	font-size: 12px;
	text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  color: #fff;
  font-weight: bold;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
}
.openbtn.active span:nth-of-type(3)::after {
	content:"Close";
  transform: translateY(0) rotate(-45deg);
	top:16px;
	left:20px;
}

@media screen and (max-width:768px) {
  #g-nav.panelactive #g-nav-list {
    align-items: flex-start;
  }
  #g-nav.panelactive #g-nav-list .bg_list {
    width: 35%;
  }
  #g-nav.panelactive #g-nav-list .bg_list div {
    top: 40%;
  }
  #g-nav.panelactive ul {
    top: 40%;
  }
  #g-nav li a {
    padding: 12px 0;
    font-size: 17px;
  }
  /* ボタン */
  .openbtn {
    width: 50px;
    height: 50px;
  }
  .openbtn span {
    left: 13px;
  }
  .openbtn span:nth-of-type(1) {
    top: 13px;
  }
  .openbtn span:nth-of-type(2) {
    top: 19px;
  }
  .openbtn span:nth-of-type(3) {
    top: 25px;
  }
  /* OPEN */
  .openbtn span:nth-of-type(3)::after {
    -moz-transform: scale(0.8);
   -webkit-transform: scale(0.8);
   -o-transform: scale(0.8);
   -ms-transform: scale(0.8);
   transform: scale(0.8);
   top: 5px;
  left: -5px;
  }
  /* CLOSE */
  .openbtn.active span:nth-of-type(1) {
    left: 13px;
    width: 50%;
  }
  .openbtn.active span:nth-of-type(3) {
    left: 13px;
    width: 50%;
  }
  .openbtn.active span:nth-of-type(3)::after {
    font-size: 10px;
    top: 9px;
    left: 12px;
  }
}


/* =======================================================
* section / タイトル
* ======================================================= */
section {
  padding-bottom: 7rem;
}
.section {
  padding-top: 7rem;
}
@media screen and (max-width:768px) {
  section {
    padding-bottom: 5rem;
  }
  .section {
    padding-top: 5rem;
  }
}

/* =======================================================
* hero
* ======================================================= */
#hero {
  height: 100vh;
}
#hero .hero_ttl {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 9;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
}
#hero .hero_ttl h1 {
  font-size: 70px;
  width: 100%;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
  display: block;
}
@media screen and (max-width:768px) {
  #hero .hero_ttl h1 {
    font-size: 33px;
  }
  #hero .hero_ttl p {
    font-size: 12px;
  }
}


/* =======================================================
* photo
* ======================================================= */
.swiper-slide {
  height: 100vh;
}
.swiper-slide.slide01 {
  background: url(../images/slide01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-slide.slide02 {
  background: url(../images/slide02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-slide.slide03 {
  background: url(../images/slide03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-slide.slide04 {
  background: url(../images/slide04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-slide.slide05 {
  background: url(../images/slide05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-slide.slide06 {
  background: url(../images/slide06.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width:768px) {
  .swiper-slide {
    height: 50vh!important;
  }
}


/* =======================================================
* profile
* ======================================================= */
/* たて線 */
.timelineArea {
  position: relative;
}
.timelineArea::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #d0d3d8;
  top: 0;
  left: 50%;
}
/* タイムライン画像 */
.timeline_block .timeline_img {
  width: 40%;
  margin-bottom: 20px;
}
.timeline_block .timeline_img img {
  box-shadow: 4px 4px 10px rgba(0,0,0,0.3);
}
/* 年号 */
.timeline_block .timeline_year {
  width: 46%;
  position: relative;
  text-align: right;
}
.timeline_block .timeline_year .en {
  font-family: 'Quicksand', sans-serif;
  font-size: 21px;
  text-transform: uppercase;
}
.timeline_block .timeline_year .en span {
  font-size: 30px;
}
.timeline_block .timeline_year .ja {
  font-size: 14px;
}
.timeline_block .timeline_year::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 25px;
  background: #435a79;
  top: 5%;
  right: -42px;
}
/* 反対バージョン */
.timeline_block.fd-reverse .timeline_year {
  text-align: left;
}
.timeline_block.fd-reverse .timeline_year::before {
  left: -40px;
  right: auto;
}
@media screen and (max-width:768px) {
  .timelineArea::before {
    left: 0;
  }
  .timeline_block .timeline_year {
    width: 100%;
    text-align: left;
    margin-left: 30px;
  }
  .timeline_block .timeline_year .en {
    font-size: 19px;
    margin-bottom: 0;
  }
  .timeline_block .timeline_year .en span {
    font-size: 27px;
  }
  .timeline_block .timeline_img {
    width: 80%;
    margin: 0 auto 20px;
  }
  .timeline_block.fd-reverse .timeline_year::before {
    left: -31px;
  }
  .timeline_block .timeline_year::before {
    right: auto;
    left: -31px;
  }
}


/* =======================================================
* media
* ======================================================= */
#media {
  background-color: rgba(38, 44, 53, 0.8);
  color: #fff;
}
#media ul li img {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
/* 3番目-1 */
#media ul li:nth-child(3n-1) {
  margin-top: 50px;
}
/* 3番目 */
#media ul li:nth-child(3n) {
  margin-top: 100px;
}
@media screen and (max-width:768px) {
  #media ul li:first-child {
    margin-top: 0;
  }
  #media ul li,
  #media ul li:nth-child(3n-1),
  #media ul li:nth-child(3n) {
    margin-top: 15px;
  }
}

/* =======================================================
*decorate
* ======================================================= */
#decorate {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
#decorate .ph {
  padding-top: 80px;
  position: relative;
  z-index: 3;
}
#decorate .ph .ph_txt {
  position: absolute;
  bottom: 10%;
  left: 5%;
  letter-spacing: .1em;
}
#decorate .ph::before {
    position: absolute;
    content: "";
    top: 40px;
    right: 50%;
    width: 37.5%;
    height: 350px;
    background-color: rgba(71, 76, 84, 0.7);
    z-index: -1;
}
#decorate .ph::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0px;
    width: 50%;
    height: 350px;
    background-color: rgba(38, 44, 53, 0.7);
    z-index: -1;
}
@media screen and (max-width:768px) {
  #decorate {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  #decorate .ph::before,
  #decorate .ph::after {
    height: 150px;
  }
  #decorate .ph img {
    width: 90%;
  }
  #decorate .ph .ph_txt {
    bottom: -10%;
    font-size: 10px;
  }
}

/* =======================================================
* contact
* ======================================================= */
#contact {
  background: url(../images/bg-contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
#contact::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;

}
/* フォーム */
form {
    max-width: 700px;
    margin: 50px auto 0px;
}
label {
  display: block;
  width: 100%;
  margin: 20px 0 5px;
}
input[type="email"], input[type="number"],input[type="text"], input[type="tel"],input[type="date"],input[type="time"],input[type="address"],select {
  width: 100%;
  display: block;
  border: 1px solid #fff;
  outline: none;
  height: 3.5rem;
  line-height: 1.4rem;
  background: rgba(255,255,255,0.8);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  padding-left: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  letter-spacing: .06em;
}
textarea {
	width: 100%;
  display: block;
  border: 1px solid #fff;
  outline: none;
  background: rgba(255,255,255,0.8);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  color: #333;
  line-height: 2;
  letter-spacing: .06em;
}
sup {
  color: #b15076;
  font-size: 11px;
  padding-left: 5px;
}
button {
  padding: 15px 120px;
  border: none;
  background: #6f7680;
  letter-spacing: 0.3em;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
}
button:hover {
  opacity: 0.8;
  transition: .3s;
}
@media screen and (max-width:768px) {
  #contact {
    background-position: center right 15%;
  }
  form {
    margin: 0;
  }
  button {
    padding: 15px 70px;
    font-size: 13px;
  }
}

/* =======================================================
*footer
* ======================================================= */
footer {
  text-align: center;
  background: url(../images/bg.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: top;
  padding: 100px 0;
}
footer ul li {
  display: inline-block;
  margin: 0 10px;
  font-size: 17px;
}
footer ul li a {
  color: #111;
}
footer .copyright{
  margin-top: 40px;
  font-size: 10px;
}
@media screen and (max-width:768px) {
  footer {
    padding: 60px 0;
  }
  footer ul li {
    font-size: 14px;
  }
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
#pagetop {
    position: fixed;
    right: 15px;
    bottom: 10px;
    cursor: pointer;
    overflow: visible!important;
    z-index: 99;
}
#pagetop .arrow-up {
	width: 20px;
  height: 20px;
  border: 1px solid;
  border-color:#111#111 transparent transparent;
  transform: rotate(-45deg);
}

