@charset "UTF-8";

body{
  font-family: 'Noto Sans JP','メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'Yu Gothic', YuGothic, 'MS Ｐゴシック', 'MS PGothic', 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
  font-size: 15px;
  color: #111;
  line-height: 2em;
  margin:0;
  padding:0;
  width:100%;
}
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{
  margin-bottom: 100px;
}
.inner{
  max-width: 1140px;
  margin: 0 auto;
}
.bold{
  font-weight: bold;
}
h1{
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 30px;
}
h2{
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 26px;
}
h3{
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 22px;
}
h4{
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 18px;
}
.pc{
  display: block !important;  
}
.sp{
  display: none !important;
}
.br-pc{
  display: block !important;
}
.br-sp{
  display: none !important;
}


@media screen and (max-width: 1180px) {
  section{
    padding: 0 30px;
  }
}
@media screen and (max-width: 1180px) {
  body{
    font-size: 12px;
  }
  h2{
    font-size: 20px;
  }
  .br-pc{
    display: none;
  }
  .br-sp{
    display: block;
  }
}
@media screen and (max-width: 568px) {
  .pc{
    display: none !important;
  }
  .sp{
    display: block !important;  
  }
}


/* ================================================
--- ナビゲーション sample02
=================================================*/
/* header */
#top-head{
    font-size: 14px;
    z-index: 999;
    position: relative;
    z-index: 100;
    width: 100%;
    background: rgba(0,0,0, 0.2);
}
#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: #488715;
  border-top: 4px solid #62a311; 
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

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

}
#mobile-head .left-menu{
  width: 220px;
}
#mobile-head .right-menu{
    margin-right: 15px;
    display: flex;
    align-items: center;
}
#top-head h1.logo {
    margin: 0 0 0 15px;
    padding: 0;
    font-size: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
#top-head h1.logo {
    font-size: 3vw;
}
#global-nav {
    text-align: center;
    overflow: hidden;
}
#global-nav ul {
  list-style: none;
  padding: 0px;
  margin: 0;
}
#global-nav ul li {
    /*float: left;*/
    display: inline-block;
    padding: 0 10px;
}
#global-nav ul li a {
    position: relative;
    height: 30px;
    display: flex;
    color: #FFF;
    align-items: center;
    transition: all 0.3s;
}
#global-nav ul li a:hover {
  text-decoration: underline;
}
/* 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: #FFF;
    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: 1180px) {
    .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;
        background: rgba(0,0,0, 0);
    }
    .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: 56px;
        */
        z-index: 999;
        position: relative;
    }
    .left-menu{
        background: #488715;
        border-top: 4px solid #62a311;
        width: 100% !important;
        height: 60px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
    }      
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -496px;
        left: 0;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 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;
    }
    #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: 18px 20px;
        font-size: 1.4em;
        width: 100%;
    }
    #global-nav ul li.menu_lang{
        display: none;
    }
    #nav-toggle {
        display: block;
        top: 15px;
    }
    /* #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(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

/*************************************
　フッター
*************************************/
footer{
  text-align: center;
}
footer .f-inner{
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  padding: 50px 6%;
  width: 100%;
  background: #62a311;
}
.f-inner .inner_l{
  text-align: left;
  line-height: 1.6;
  font-size: 14px;
}
.f-inner .inner_r{
  display: flex;
  flex-wrap: wrap;
}
.f-inner .inner_r .group:first-child{
  margin-right: 20px;
}
.f-inner .inner_r .group li{
  text-align: left;
}
.f-inner .inner_r .group li a{
  font-size: 12px;
  color: #FFF;
}

footer .f-logo{
  max-width: 280px;
  margin: 0 0 10px;
}
.btn-common{
  max-width: 320px;
  margin: 0 auto;
  padding: 0;
}
.btn-common a {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #666;
  color: #FFF;
  align-items: center;
  padding: 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;
}
.btn-common a:hover{
    background: #999;
}
.btn-common a:hover:after {
    transform: translate(0, -50%);
    right: 4%;
}
.f-navBox{
  margin-top: 14%;
  padding: 10px 0 0;
}
.f-navBox img{
  margin-bottom: -2px;
}
ul.f-nav{
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 0 auto 0;
  background-color: #488715;
  padding: 10px 0 12px;
}
ul.f-nav li{
  margin-right: 30px;
}
ul.f-nav li:before{
  content: "|";
  color: #FFF;
  margin: 0 30px;
}
ul.f-nav li:first-child:before{
  content: "";
}
ul.f-nav li a{
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 13px;
}
ul.f-nav li a:hover{
  text-decoration: underline;
}
.f-copyright{
  background: #62a311;
  box-sizing: border-box;
  margin: 0 auto;
  border-top: 1px solid #FFF;
  padding: 20px 6%;
  width: 100%;
}
.f-copyright p{
  color: #FFF;
  margin: 0;
}

@media screen and (max-width: 1089px) {
  ul.f-nav{
    display: none;
  }
}
@media screen and (max-width: 952px) {
  footer:before{
    top: -26.6%;
  }
}
@media screen and (max-width: 1180px) {
  ul.f-nav{
    display: none;
  }
  footer .f-inner{
    display: block;
  }
  .f-inner .inner_l{
    text-align: left;
  }
  footer .f-logo {
    margin: 0 0 10px;
  }
  .f-inner .inner_r .group li {
    line-height: 1.8;
  }

  .f-copyright p {
    font-size: 12px;
  }
}