@charset "utf-8";

.clearfix:after {
  content: "";
  clear: both;
  display: block;}

body {
  font-size: 62.5%;
}

img {
  height: auto;
  margin: auto;
  vertical-align: text-bottom;}

.pc {
  display: block;}

.sp {
  display: none;}

.sp_979 {
  display: none;}

.tablet_scroll {
  display: none;
}

.bfont {
  font-weight: bold;
  text-decoration: underline;
}

a {
  display: block;
}

a:hover {
}



/* -------------------------------- 

contents

-------------------------------- */

header {
  padding-top: 5em;
/*   text-align: center; */
  position: relative;
}

header .logo {
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 3;
  padding: 1.3em 2.7em;
  /* background: -moz-linear-gradient(30deg, rgba(6,23,47,1) 0%, rgba(13,45,81,1) 32%, rgba(5,22,46,1) 62%, rgba(16,52,95,1) 100%);
  background: -webkit-linear-gradient(30deg, rgba(6,23,47,1) 0%, rgba(13,45,81,1) 32%, rgba(5,22,46,1) 62%, rgba(16,52,95,1) 100%);
  background: linear-gradient(30deg, rgba(6,23,47,1) 0%, rgba(13,45,81,1) 32%, rgba(5,22,46,1) 62%, rgba(16,52,95,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#06172f",endColorstr="#05162e",GradientType=1); */
  max-width: 27vw;
  text-align: center;
  /* margin: auto;
  margin-left: 0; */
}

header .logo img {
  width: 100%;
  /* max-width: 300px;
  margin: auto; */
}

header .logo h1 {
  color: #1C2C58;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 200;
}



/*========= ナビゲーションのためのCSS ===============*/

/*アクティブになったエリア*/
#g-nav.panelactive{
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
  z-index: 9990;
  top: 0;
  width:100%;
  height: 100vh;
}

/*丸の拡大*/
.circle-bg{
  position: fixed;
  z-index:3;
  /*丸の形*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  /* background: -moz-linear-gradient(30deg, rgba(6,23,47,1) 0%, rgba(13,45,81,1) 32%, rgba(5,22,46,1) 62%, rgba(16,52,95,1) 100%);
  background: -webkit-linear-gradient(30deg, rgba(6,23,47,1) 0%, rgba(13,45,81,1) 32%, rgba(5,22,46,1) 62%, rgba(16,52,95,1) 100%);
  background: linear-gradient(30deg, rgba(6,23,47,1) 0%, rgba(13,45,81,1) 32%, rgba(5,22,46,1) 62%, rgba(16,52,95,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#06172f",endColorstr="#05162e",GradientType=1); */
  /*丸のスタート位置と形状*/
  transform: scale(0);/*scaleをはじめは0に*/
  top:-50px;
  left:calc(50% - 50px);/*50%から円の半径を引いた値*/
  transition: all .6s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
  transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 9999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
  opacity: 0;/*はじめは透過0*/
  /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
  /* position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%); */
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
  opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
  animation-name:gnaviAnime;
  animation-duration:1s;
  animation-delay:.2s;/*0.2 秒遅らせて出現*/
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/*リストのレイアウト設定*/
#g-nav li{
  text-align: center; 
  list-style: none;
}

#g-nav li a{
/*   color: #fff; */
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.navin {
  display: flex;
  flex-flow: row wrap;
  background: #f5f4f0;
}

.navin .navin_left {
  width: 40vw;
/*   display: none; */
  height: 65vw;
  background: #f5f4f0;
}

.navin .navin_left .navin_l_f {
/*   max-width: 90%; */
  width: 100%;
  height: auto;
/*   top: 2em; */
  left: 2em;
  position: sticky;
  background: #f5f4f0;
}


.navin .navin_left .navin_l_f .nav_lf_tit {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  padding-top: 1.5em;
  padding-left: 1em;
}

.navin .navin_left .navin_l_f .nav_lf_tit a {
  font-weight: 600;
}

.navin .navin_left .navin_l_f .nav_lf_tit a {}

.navin .navin_left .navin_l_f ul {
  padding: 4%;
}

.navin .navin_left .navin_l_f ul li {
  font-size: 1.3rem;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  text-align: left !important;
  margin-bottom: 0.5em;
}

.navin .navin_left .navin_l_f ul li a span.link_spn {
  display: inline-block;
  font-weight: 600;
  position: relative;
}

.navin .navin_left .navin_l_f ul li a span.link_spn .engl {
  font-size: ;
  line-height: 1em;
  letter-spacing: ;
  color: #797979;
}


.navin .navin_left .navin_l_f ul li a span.link_spn::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #000000;
  bottom: -7px;               /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s; /*変形の時間*/
}

.navin .navin_left .navin_l_f ul li a span.link_spn:hover::after {
  transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
}

.navin .navin_left .navin_l_f ul li .short_link {
  display: flex;
  flex-flow: row wrap;
  padding-top: 1%;
}

.navin .navin_left .navin_l_f ul li .short_link li {
  font-size: 1.1rem;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  margin: auto auto auto 0;
  position: relative;
}

.navin .navin_left .navin_l_f ul li .short_link li::before {
  content: "";
  width: 0;
  height: 0.1em;
  position: absolute;
  top: 1.15em;
  left: 0;
  margin: auto;
  border-left: 0.7em solid #A58B68;
}

.navin .navin_left .navin_l_f ul li .short_link li a {
  padding: 0.5em 1em 0.5em 1.3em !important;
}


.navin .navin_right {
/*   width: 60%; */
  width: 49.8vw;
/*   width: 52%; */
/*   width: 100%; */
  padding: 5vw 4vw 2vw;
  background: #fff;
}

.navin .navin_right h2,
.navin .navin_right .otherlink,
.navin .navin_right .nav_dis,
.navin .navin_right .nav_other li {
  border-bottom: solid thin #575757;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}

.navin .navin_right h2 a,
.navin .navin_right .otherlink {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.7em;
/*   color: #fff; */
  font-weight: 600;
}


.navin .navin_right .nav_dis {}

.navin .navin_right .nav_dis p {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.7em;
/*   color: #fff; */
  font-weight: 600;
}

.navin .navin_right .nav_dis .nav_disin {
  display: flex;
  flex-flow: row wrap;
}

.navin .navin_right .nav_dis .nav_disin li {
  /*width: 45%;*/
  width: 32%;
  margin: 1em auto auto 0;
}

.navin .navin_right .nav_dis .nav_disin li a {}

.navin .navin_right .nav_dis .nav_disin li a picture {
  display: inline-block;
  margin-bottom: 1em;
}

.navin .navin_right .nav_dis .nav_disin li a picture img {
  max-width: 100%;
}

.navin .navin_right .nav_dis .nav_disin li a p {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.7em;
/*   color: #fff; */
  font-weight: 600;
  text-align: left;
}

.navin .navin_right .nav_dis .nav_disin li a p span {
  font-size: 2rem;
  letter-spacing: 0.3em;
  line-height: 1em;
/*   color: #fff; */
  font-weight: 600;
}


.navin .navin_right .nav_guide {
  padding: 1em 1em 2.2em 1em;
  border-bottom: solid thin #575757;
  margin-bottom: 1em;
}

.navin .navin_right .nav_guide .nav_guidein {}

.navin .navin_right .nav_guide .nav_guidein a {
  display: flex;
  flex-flow: row wrap;
}

.navin .navin_right .nav_guide .nav_guidein a picture {
  display: inline-block;
  width: 9%;
  margin: 0 1em 0 0;
}

.navin .navin_right .nav_guide .nav_guidein a picture img {
  max-width: 100%;
}

.navin .navin_right .nav_guide .nav_guidein a p {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.7em;
/*   color: #fff; */
  font-weight: 600;
  text-align: left;
  margin: auto;
  width: 89%;
}


.navin .navin_right .nav_other {}

.navin .navin_right .nav_other li {}

.navin .navin_right .nav_other li a {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.7em;
/*   color: #fff; */
  font-weight: 600;
  text-align: left;
}

.navin .navin_right .ft_colum {
  padding: 10px;
}

.navin .navin_right .ft_colum .ft_colum_tit {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.7em;
/*   color: #fff; */
  font-weight: 600;
  text-align: left;

}

.navin .navin_right .ft_colum .ft_colum_bo {
  display: flex;
  flex-flow: row wrap;
  margin: 2em auto;
}

.navin .navin_right .ft_colum .ft_colum_bo .ft_box {
  width: 49%;
  margin: 1em auto 1em 0;
}

.navin .navin_right .ft_colum .ft_colum_bo .ft_box a {}

.navin .navin_right .ft_colum .ft_colum_bo .ft_box a picture {}

.navin .navin_right .ft_colum .ft_colum_bo .ft_box a picture img {
  max-width: 100%;
}

.navin .navin_right .ft_colum .ft_colum_bo .ft_box a h4 {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.5em;
/*   color: #fff; */
  font-weight: 600;
  padding-top: 1em;
  text-align: left;
}





/*========= ボタンのためのCSS ===============*/
.openbtn{
  position:fixed;
  z-index: 9999;/*ボタンを最前面に*/
  top: 0px;
  right: 0;
/*   right: 50px; */
  cursor: pointer;
  width: 50px;
  height:50px;
  background: rgba(255, 255, 255, 0.7);
  /* background: #fff;
  border: solid thin #000;
  border-radius: 50%; */
  animation-name: spac;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes spac {
  0% {
      background: rgba(235, 235, 235, 0.9);
  }
  100% {
      background: rgba(255, 255, 255, 0.7);
  }
}

.openbtn.active{
  background: rgba(245, 244, 240, 0.8);
}

.openbtn .menu_p {
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: 600;
  top: 3px;
  left: 8px;
  position: absolute;
}

/*×に変化*/  
.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 11px;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  width: 55%;
}

.openbtn span:nth-of-type(1) {
  top: 20px; 
}

.openbtn span:nth-of-type(2) {
  top: 28px;
}

.openbtn span:nth-of-type(3) {
  top: 36px;
}

.openbtn.active span:nth-of-type(1) {
    top: 22px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
/*     color: #fff; */
/*     background: #fff; */
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 34px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
/*     color: #fff; */
/*     background: #fff; */
}


.openbtn.active .menu_p {
/*   color: #fff; */
}

.not_langbtn {
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 99999;
/*   background: #000; */
}

.not_langbtn .lang_in {
  width: 50px;
  height: 50px;
}

.not_langbtn .lang_in li {
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  overflow: visible;
  cursor: pointer;
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  width: 50px;
  height: calc(50px - 0.6em);
  background: #000;
  color: #fff;
  font-weight: 600;
  padding: 0.6em 0 0;
}

.not_langbtn .lang_in li a {
  color: #fff;
  font-weight: 600;
  padding: 0.6em 1em;
}

.not_langbtn .lang_in li.lang_first::after,
.not_langbtn .lang_in li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  left: 23px;
  bottom: 11px;
}

.not_langbtn .lang_in li.lang_sec a::after {
/*   display: none; */
}


.not_langbtn .lang_in li.lang_sec {
  width: 50px;
  position: absolute;
  top: 50px;
  left: 0;
/*   display: none; */
  background: #424242;
  color: #fff;
}







@media screen and (max-width: 1548px) {}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1495px) {}

@media screen and (max-width: 1455px) {}

@media screen and (max-width: 1351px) {}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1290px) {



}

@media screen and (max-width: 1251px) {}


@media screen and (max-width: 1200px) {}


@media screen and (max-width: 1150px) {}


@media screen and (max-width: 1100px) {}


@media screen and (max-width: 1050px) {}


@media screen and (max-width: 1000px) {}


@media screen and (max-width: 960px) {}

@media only screen and (max-width: 979px) {
.sp_979 {
  display: block;
}


}

@media screen and (max-width: 767px) {


.tablet_scroll {
  display: block;
}




}

@media screen and (max-width: 640px) {

.pc {
  display: none;
}

.sp {
  display: block;
}

/*----- フェードインしながら上へスライド -----*/
.f0 {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: .8s;
}


.mp {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: .5s;
}

.mp2 {
    opacity: 0;
    transform: translate(0, 70px);
    -webkit-transform: translate(0, 70px);
    transition: .6s;
}

.mp3 {
    opacity: 0;
    transform: translate(0, 80px);
    -webkit-transform: translate(0, 80px);
    transition: .7s;
}

.FadeInUP {
    opacity: 1.0 !important;
    transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
}



/**************************************************************

NEW_FOOTER 20170829

**************************************************************/




header {
  /* position: relative;
  z-index: 1; */
  background: #fff;
  padding-top: 8vw;
}

header .logo {
  padding: 1.3em 1.7em;
  max-width: 45vw;
  left: 18.5vw;
}

header .logo img {
  /*width: 20.5vh;*/
  width: 36.5vw;
  max-width: 300px;
}

header .logo h1 {
  font-size: 2.2vw;
  text-align: center;
}

.head_btn {
  position: fixed;
  z-index: 9998;
  bottom: 0;
  right: 0;
  display: flex !important;
  flex-flow: row wrap;
  width: calc(100% - 40px);
  height: 45px;
}

.head_btn .head_btn_c {
  width: 50%;
  text-align: center;
  margin: auto 0;
  background: #fff;
  /* background: #000;
  color: #fff; */
}

.head_btn .head_btn_l {
  width: 50%;
  text-align: center;
  margin: auto 0;
  background: #ececec;
}

.head_btn .head_btn_c a,
.head_btn .head_btn_l a {
  font-size: 3vw;
  line-height: 1em;
  letter-spacing: 0.5em;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  padding: 1.45em 0 1.48em;
}

.head_btn .head_btn_c a {
/*   color: #fff; */
}

.openbtn {
  position: fixed;
  z-index: 9999;
  top: auto;
  bottom: 0px;
  right: auto;
  left: 0;
  cursor: pointer;
  width: 40px;
  height: 45px;
  background: rgba(185, 185, 185, 0.6);
  /* background: -moz-linear-gradient(30deg, rgba(6,23,47,1) 0%, rgba(13,45,81,1) 32%, rgba(5,22,46,1) 62%, rgba(16,52,95,1) 100%);
  background: -webkit-linear-gradient(30deg, rgba(6,23,47,1) 0%, rgba(13,45,81,1) 32%, rgba(5,22,46,1) 62%, rgba(16,52,95,1) 100%);
  background: linear-gradient(30deg, rgba(6,23,47,1) 0%, rgba(13,45,81,1) 32%, rgba(5,22,46,1) 62%, rgba(16,52,95,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#06172f",endColorstr="#05162e",GradientType=1);
  border: solid thin #000; */
  border-radius: 0%;
}

.openbtn .menu_p {
  font-size: 2.6vw;
  top: 3px;
  left: 5px;
}

.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 11px;
  height: 2px;
  border-radius: 2px;
/*   background-color: #fff; */
  width: 45%;
}


.openbtn span:nth-of-type(1) {
  top: 17px; 
}

.openbtn span:nth-of-type(2) {
  top: 26px;
}

.openbtn span:nth-of-type(3) {
  top: 35px;
}



.openbtn.active span:nth-of-type(1) {
  top: 19px;
  left: 15px;
}

.openbtn.active span:nth-of-type(2) {
  top: 20px;
  left: ;
}

.openbtn.active span:nth-of-type(3) {
  top: 31px;
  left: 15px;
}


.not_langbtn {
  right: auto;
  top: auto;
  bottom: 0;
  left: 40px;
}

.not_langbtn .lang_in {
  width: 40px;
  height: 45px;
}

.not_langbtn .lang_in li {
  font-size: 3vw;
  width: 40px;
  height: calc(45px - 0.6em);
  background: #000;
}

.not_langbtn .lang_in li a {
  color: #fff;
  font-weight: 600;
  padding: 0.6em 1em;
}


.not_langbtn .lang_in li.lang_first::after,
.not_langbtn .lang_in li a::after {
  left: 17px;
  bottom: 11px;
}

.not_langbtn .lang_in li.lang_sec {
  width: 40px;
  position: absolute;
  top: auto;
  bottom: 45px;
  left: 0;
  display: none;
}

.not_langbtn .lang_in li.lang_sec a {
  padding: 0;
}


.navin {
  display: flex;
  flex-flow: row wrap;
}

.navin .navin_left {
/*   display: none; */
  width: 100%;
  height: 100%;
}

.navin .navin_left .navin_l_f {
/*   max-width: 90%; */
  width: 100%;
  height: 100%;
  top: 2em;
  left: 2em;
  position: sticky;
/*   background: #fff; */
}

.navin .navin_left .navin_l_f .nav_lf_tit {
  font-size: 5vw;
  padding-left: 0;
}

.navin .navin_left .navin_l_f .nav_lf_tit a {
  font-weight: 600;
  padding: 0em 1.2em 0;
}

.navin .navin_left .navin_l_f .nav_lf_tit a {}

.navin .navin_left .navin_l_f ul {
  padding: 4%;
}

.navin .navin_left .navin_l_f ul li {
  font-size: 4vw;
}

.navin .navin_left .navin_l_f ul li .short_link li {
  font-size: 3.6vw;
}


.navin .navin_right {
  width: 100%;
  padding-bottom: 28vw;
}


.navin .navin_right h2 a {
  font-size: 4.6vw;
}


.navin .navin_right .nav_dis {}

.navin .navin_right .nav_dis p {
  font-size: 4.6vw;
}


.navin .navin_right .nav_dis .nav_disin li {
  width: 100%;
  margin: 1em auto auto 0;
}


.navin .navin_right .nav_dis .nav_disin li a p {
  font-size: 3.4vw;
}

.navin .navin_right .nav_dis .nav_disin li a p span {
  font-size: 7vw;
}

.navin .navin_right .nav_guide .nav_guidein a picture {
  width: 20%;
}

.navin .navin_right .nav_guide .nav_guidein a p {
  font-size: 3.6vw;
  width: 74%;
}

.navin .navin_right .nav_other li:last-child {
  margin-bottom: 5vw;
}


.navin .navin_right .nav_other li a {
  font-size: 3.6vw;
}

.navin .navin_right .ft_colum .ft_colum_tit {
  font-size: 4vw;
  letter-spacing: 0.1em;
  line-height: 1.7em;
/*   color: #fff; */
  font-weight: 600;
  text-align: left;

}

.navin .navin_right .ft_colum .ft_colum_bo {
  display: flex;
  flex-flow: row wrap;
  margin: 2em auto;
}

.navin .navin_right .ft_colum .ft_colum_bo .ft_box {
  width: 100%;
  margin: auto auto 1em 0;
}

.navin .navin_right .ft_colum .ft_colum_bo .ft_box a {}

.navin .navin_right .ft_colum .ft_colum_bo .ft_box a picture {}

.navin .navin_right .ft_colum .ft_colum_bo .ft_box a picture img {
  max-width: 100%;
}

.navin .navin_right .ft_colum .ft_colum_bo .ft_box a h4 {
  font-size: 3.4vw;
}


}


@media screen and (max-width: 470px) {}

@media screen and (max-width: 370px) {}