@charset "UTF-8";

body{
  font-size: 15px;
  color: #333;
  line-height: 1.8em;
  margin:0;
  padding:0;
  width:100%;
  background: #FFF;
  font-family: 'Noto Sans JP', sans-serif, "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}
.ff-notosans {
  font-family: 'Noto Sans JP', sans-serif;
}
p{
  margin-bottom: 20px;
}
a{
  color: #111;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
ul{
  padding: 0;
  margin: 0;
}
.eng{
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
img{
    width: 100%;
    height: auto;
}
section{
}
.inner{
  max-width: 1024px;
  margin: 0 auto;
}
.bold{
  font-weight: bold;
}
h1{
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 30px;
}
h2{
  font-size: 12px;
  font-weight: normal;
  margin: 2rem 0;
  color: #333;
}
h2 .ff-notosans {
  text-decoration: none;
  display: inline-table;
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 0px;
}
h2 span {
  display: block;
  padding: 5px 0;
}

h3{
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 22px;
}
h4{
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.t-center{
  text-align: center;
}

.mb10{ margin-bottom: 10px; }
.mb20{ margin-bottom: 20px; }
.mb30{ margin-bottom: 30px; }
.mb40{ margin-bottom: 40px; }
.mb50{ margin-bottom: 50px; }
.mb60{ margin-bottom: 60px; }
.mb70{ margin-bottom: 70px; }
.mb80{ margin-bottom: 80px; }

.mt10{ margin-top: 10px; }
.mt20{ margin-top: 20px; }
.mt30{ margin-top: 30px; }
.mt40{ margin-top: 40px; }
.mt50{ margin-top: 50px; }
.mt60{ margin-top: 60px; }
.mt70{ margin-top: 70px; }
.mt80{ margin-top: 80px; }

.fs14{ font-size: 14px; line-height: 1.6;}
.fs16{ font-size: 16px; line-height: 1.6;}
.fs18{ font-size: 18px; line-height: 1.6;}
.fs20{ font-size: 20px; line-height: 1.6;}
.fs22{ font-size: 22px; line-height: 1.6;}
.fs24{ font-size: 24px; line-height: 1.8;}
.fs26{ font-size: 26px; line-height: 2;}
.fs28{ font-size: 28px; line-height: 2; }

.bold{
  font-weight: bold;
}

.red{
  color: #FF0000;
}

.br_sp{
  display: none;
}

@media screen and (max-width: 568px) {
.fs26{ font-size: 16px; line-height: 1.8;}
}



/*-----
btn
----------------------*/
.btn-entry {
	font-weight: bold;
	text-align: center;
}
.btn-entry a:before {
	font-family: FontAwesome;
	content: "\f058";
	margin-right: 5px;
	font-weight: normal;
}
.btn-entry a {
	display: block;
	color: #fff;
	background: #669900;
	border-radius: 40px;
	padding: 5px 30px;
}
.btn-entry a:link {
	text-decoration: none;
}
.btn-entry a:hover {
	background: #c00;
}


@media screen and (max-width: 1200px) {
  section{
    padding: 0;
  }
}

/* ================================================
--- ナビゲーション sample02
=================================================*/
/* header */
#top-head{
    font-size: 14px;
    z-index: 999;
    background: rgba(255,255,255, 1);
/*    background-image: linear-gradient(-270deg, #000 -5%, #000 100%);*/
    position: relative;
    z-index: 100;
    width: 100%;
    text-decoration: none;
}
#top-head.clone-nav {
  position: fixed;
  top: -40px;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
#top-head.clone-nav.is-show {
  transform: translateY(0);
  background: rgba(255,255,255, 1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

#top-head .inner {
    position: relative;
    z-index: 1;
    background: #FFF;
    margin: 0 auto;
}
#top-head a{
    color: #333333;
    text-decoration: none;
}
#mobile-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    max-width: 1480px;
    height: 70px;
    margin: 0 auto;

}
#mobile-head .right-menu{
  margin-right: 15px;
}
#top-head h1.logo {
    margin: 0 0 0 15px;
    padding: 0;
    font-size: 0;
    display: flex;
    align-items: center;
    height: 100%;
    width: 210px;
    font-size: 3vw;
}
#top-head h1.logo a{
    display: flex;
    align-items: center;
    height: 100%;
}
.utility{
    max-width: 1480px;
    padding: 10px 0 0 0;
    margin: 0 auto;
}
.utility ul.sub-menu1{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
    padding: 0;
}
ul.sub-menu1 li{
    margin-left: 10px;
}
ul.sub-menu1 li.phone{
    position: relative;
    font-size: 22px;
    color: #666;
    line-height: 0.8em;
}
ul.sub-menu1 li.phone:before{
    font-family: FontAwesome;
    position: absolute;
    content: "\f095";
    color: #666;
    font-size: 18px;
    position: absolute;
    left: -16px;
    top: 1px;
}
ul.sub-menu1 li.mail a{
    font-size: 14px;
    color: #FFF !important;
    background-image: linear-gradient(-270deg, #00ced1 -5%, #1e90ff 100%);
    padding: 7px 0 6px;
    line-height: 0.8em;
    width: 150px;
    text-align: center;
    display: block;
    position: relative;
    transition: all 0.3s;
}
ul.sub-menu1 li.mail a:hover{
  background-image: linear-gradient(-270deg, #00ced1 -5%, #1e90ff 100%);
  opacity: 0.8;
}
ul.sub-menu1 li.mail a:before{
    font-family: FontAwesome;
    position: absolute;
    content: "\f003";
    color: #FFF;
    font-size: 12px;
    position: absolute;
    left: 16px;
    top: 7px;
}

.utility ul.lang-list{
    display: block;
}
.utility ul.lang-list li{
    font-size: 12px;
    display: inline-block;
    padding: 0 3px;
}
.utility ul.lang-list li a{
    font-size: 12px;
}
.utility ul.lang-list li a:hover{
    text-decoration: underline !important;
}
#global-nav {
    text-align: center;
    overflow: hidden;
}
#global-nav ul {
  list-style: none;
  padding: 0px;
  margin: 0;
  display: flex;
}
#global-nav ul li {
    /*float: left;
    display: inline-block;*/
}
#global-nav ul li a {
    position: relative;
    font-size: 12px;
    height: 30px;
    padding: 0 10px;
    display: flex;
    color: #333;
    background: transparent;
    align-items: center;
    transition: all 0.3s;
}
#global-nav ul li a:hover {
  color: #CCC;
  background: transparent;
}
#global-nav ul li.mail a{
  font-size: 12px;
  color: #FFF !important;
  background-image: linear-gradient(-270deg, #00ced1 -5%, #1e90ff 100%);
  padding: 7px 0 6px;
  line-height: 0.8em;
  width: 150px;
  text-align: center;
  display: block;
  position: relative;
  transition: all 0.3s;
  line-height: 1.3;
}
#global-nav ul li.mail a:hover{
background-image: linear-gradient(-270deg, #00ced1 -5%, #1e90ff 100%);
opacity: 0.8;
}
#global-nav ul li.mail a:before{
  font-family: FontAwesome;
  position: absolute;
  content: "\f003";
  color: #FFF;
  font-size: 12px;
  position: absolute;
  left: 16px;
  top: 9px;
}

@media screen and (max-width: 568px) {
  #global-nav ul li.mail a{
    display: flex;
    text-align: left;
  }
  #global-nav ul li.mail a:before{
    display: none;
  }
}



/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 20px;
    top: 32px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #333;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/*　---Gナビ　プルダウン(PC版ランゲージ用)---　*/
.navi li {
  list-style: none;
}
.navi li ul {
  width: 150px;
  display: none;
  margin-left: 0px;
  position: absolute;
  background:#87745d;
}
.navi > li li {/*layer-2*/
    width: 100%;
}
.navi > li li a {
    text-align: center;
    padding: 0;
}
.navi > li li:hover > a {
  color: olive;
  background: #afc6e2;
  padding: 0;
}
.navi li ul li a {
  border-bottom: 1px solid #eee;
}
.navi li ul li:last-child a {
  border-bottom: none;
}
.navi li ul li:last-child a {
  border-bottom: none;
}
.main-image {
    display:block;
    position: relative;
    height: auto;
}
.subpage-ttl-ratio:before {
    content: "";
    display: block;
    padding-top: 19.5%;
}
.sub-main-image {
    padding: 119px 0px 0px 0px;
    display:block;
}
.sub-main-image {
    padding: 119px 0px 0px 0px;
    display:block;
}
.bg-inner{
/*    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;*/
    position: absolute;
    top: 119px;
}
.bg-inner h2{
    text-align: center;
    color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.bg-inner h2 > span{
    font-size: 18px;
    display: block;
}

@media screen and (max-width: 980px) {
    article {
        padding: 0 30px;
    }
    .inner {
        width: 100%;

    }
    #global-nav ul li a{
        padding: 0 10px;
    }
}

@media screen and (max-width: 1089px) {
    .left-menu{
        width: 28%;
    }      
}
@media screen and (max-width: 820px) {
    .br_sp{
      display: block;
    }
    .section-header {
        margin-bottom: 5%;
    }
    #main-visual {
        height: 300px;
    }
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        height: 60px;
        position: fixed;
        margin-top: 0;
    }
    #top-head h1.logo{
      width: 140px;
    }
    .utility{
        display: none;       
    }
    #top-head.clone-nav{
        display: none;
    }
    #top-head .inner{
/*        margin-top: 22px;*/
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }    
    #top-head:after{
        height: 0;
    }
    #top-head .logo{
        padding-top: 10px;
        width: 38%;
    }
    #top-head.fixed .logo,
    #top-head .logo {

        color: #333;
        font-size: 26px;
    }
    #mobile-head {
        background: #FFF;
        width: 100%;
        height: 60px;
        z-index: 999;
        position: relative;
    }
    .left-menu{
        background: #FFF;
        width: 100%;
        height: 60px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
    }      
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -466px;
        left: 0;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 11px;
        display: block;
    }
    #global-nav ul li {
        float: none;
        border-bottom: #CCC 1px dotted;
        position: static;
        display: inherit;
    }
    #global-nav ul li:after  {
        display: none;
    }
    #global-nav ul li:last-child {
        display: block;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        color: #fff;
        padding: 36px 20px;
        font-size: 1.4em;
        width: 100%;
    }
    #global-nav ul li.menu_lang{
        display: none;
    }
    #nav-toggle {
        display: block;
        top: 17px;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(526px);
        -webkit-transform: translateY(526px);
        transform: translateY(526px);
    }
}



/*************************************
　フッター
*************************************/
footer{
  text-align: center;
  background-image: linear-gradient(-270deg, #00ced1 -5%, #1e90ff 100%);
}
footer .inner{
  color: #FFF;
  padding: 4rem 0;
}
footer .f-logo{
  max-width: 180px;
  margin: 0 auto 30px;
}
footer .f-logo p{
  color: #FFF;
}
.btn-common{
  max-width: 380px;
  margin: 0 auto !important;
  padding: 0;
}
.btn-common a {
  border-radius: 50px;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #FFF;
  align-items: center;
  padding: 20px 10px;
  justify-content: center;
  position: relative;
}
.btn-common a:after {
  font-family: FontAwesome;
  position: absolute;
  color: #FFF;
  content: "\f105";
  right: 6%;
  top: 50%;
  font-size: 16px;
  transform: translate(0, -50%);
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.btn-common a:hover{
}
.btn-common a:hover:after {
  border: none !important;
  transform: translate(0, -50%);
  right: 4%;
}


.f-navBox{
  margin-top: 10px;
  padding: 20px 0 0;
  border-top: 1px dotted #FFF;
  max-width: 560px;
  margin: 0 auto;
}
ul.f-nav{
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 0 auto 0;
}
ul.f-nav li{
}
ul.f-nav li:before{
  content: "|";
  margin: 0 30px;
  color: #FFF;
}
ul.f-nav li:first-child:before{
  content: "";
  margin: 0;
}
ul.f-nav li a{
  color: #FFF;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
ul.f-nav li a:hover{
  text-decoration: underline;
}
.f-copyright{
  padding: 20px 10px;
}
.f-copyright p{
  color: #FFF;
  margin: 0;
  font-size: 11px;
}

@media screen and (max-width: 568px) {
  footer .inner{
    padding: 4rem 0 0;
  }
  .f-navBox{
    display: none;
  }
}