@charset "utf-8";

/*-------------- 共通 --------------*/
*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html,body{
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 17px;
    margin: 0px;
    padding: 0;
}

body {
    width: 100%;
    font-size: 100%;
    color: #333;
    line-height: 1.5;
    text-align: center;
    -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: none;
    display: block;
    color: #333;
}

a:hover{
    opacity: 0.7;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

iframe {
    vertical-align: bottom;
}

/* button */
/* to top btn */
.top_btn{
    position: fixed;
    bottom: 3%;
    right: 3%;
    z-index: 10000;
    background: #8b8b8b;
    opacity: 1;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.top_btn.open{
    display: none;
}

/*.anchor {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}*/

.fa-angle-up{
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-bottom: 2px;
   position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/* box */
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.bb_section {
    border:1px solid #EEE;
    box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 3px 1px;
    -webkit-box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 3px 1px;
    -moz-box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 3px 1px;
}

.chara01 {
    width: 80%;
    margin: 1em auto;
}

/* back-ground */
.bg_gray {
    background-color: #4b4848;
}
/* title */

/* text */
.ff_noto400 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.ff_noto700 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.ff_noto900 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
}
.fs14 {
    font-size: 14px;
}
.fs20 {
    font-size: 20px;
}
.fs23 {
    font-size: 23px;
}
.fs28 {
    font-size: 28px;
}

.fw600 {
    font-weight: 600;
}

.ta_l {
    text-align: left;
}
.ta_r {
    text-align: right;
}
.ta_c {
    text-align: center;
}

.txt_green {
    color: #006834;
}
.txt_red {
    color: red;
}
.st_txt25 {
    font-size: 25px;
    line-height: 2;
}

/* margin */
.mb8 {
    margin-bottom: 8px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb16 {
    margin-bottom: 16px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb45 {
    margin-bottom: 45px;
}
.mb48 {
    margin-bottom: 48px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb85 {
    margin-bottom: 85px;
}
.mr23 {
    margin-right: 1em;
}

.note {
    margin-left: 1em;
}

/* padding */
.pt9 {
    padding-top: .5em;
}
.pt40 {
    padding-top: 40px;
}
.pt48 {
    padding-top: 48px;
}

/* color
Black #333
Deep Gray   #4b4848
Light Gray  #b2b2b2
Deep Green  #006834
Light Green #21ab38
Orange01    #ecbc00
Orange02    #ea5414  */

/*-------------- header --------------*/
#header {
    width: 100%;
    background-color: #fff;
}
.header_inner {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
}
.h_flbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.logo {
    text-align: left;
    padding: 20px 0;
}
.logo a {
    width: 100%;
    max-width: 332px;
}
.logo02 {
    width: 100%;
    text-align: right;
    padding: 12px 0;
    overflow: hidden;
    max-width: 222px;
}
.logo02 img {
    height: 94px;
    object-fit: cover;
}

/* global nav */
.gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    width: 100%;
}
.gnav a {
    position: relative;
}
.gnav a::after {
    position: absolute;
    bottom: 36px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #006834;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
.gnav a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}
.gnav .gnav01 {
    width: 16.66%;
    border-left: 1px solid gray;
}
.gnav .gnav01:last-child {
    border-right: 1px solid gray;
}
.gnav .gnav01 a {
    padding-top: 13px;
}
.ja {
    font-size: 19px;
    margin-bottom: .5rem;
}
.en {
    font-size: 12px;
    color: gray;
    padding-bottom: 12px;
}

 /*　ハンバーガーボタン　*/
 .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 16px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 9px;
    background : #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 13px;
  }
  .hamburger span:nth-child(2) {
    top: 23px;
  }
  .hamburger span:nth-child(3) {
    top: 33px;
  }
  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 23px;
    left: 9px;
    background :#fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 23px;
    background :#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  
  .gnav_sp {
    position: fixed;
    z-index : 2;
    top  : 0;
    left : 0;
    color: #fff;
    background: rgba(0,0,0,0.8);
    text-align: center;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    visibility: hidden;
    overflow-y: scroll;
  }
  
  .gnav_sp ul {
    margin: 0 auto;
    padding-top: 112px;
    width: 100%;
    height: 100%;
  }
  
  .gnav_sp ul li {
    list-style-type: none;
    /*padding: .5rem 0;*/
    width: 100%;
    transition: .4s all;
  }
  .gnav_sp ul li:last-child {
    padding-bottom: 0;
  }
  .gnav_sp ul li:hover{
      opacity: .8;
  }
  
  .gnav_sp ul li a {
    display: inline-block;
    color: #fff;
    padding: .75rem 0;
    text-decoration :none;
    /*line-height: 1.2;*/
  }
  
  .dr_child {
      font-size: .875rem;
      text-indent: 1em;
  }
  
  /* このクラスを、jQueryで付与・削除する */
  .gnav_sp.active {
    opacity: 100;
    visibility: visible;
  }
  
   /* responsive時のheader */
   .header_menu_sp {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  
/*-------------- footer --------------*/
.foot_area {
    border-bottom: 1px solid #fff;
}
.foot_info {
    padding: 36px 0 18px;
    color: #fff;
    text-align: left;
}
.foot_info .corp_name {
    font-size: 35px;
    line-height: 1.2;
}
.foot_nav ul li {
    font-size: 19px;
}
.foot_nav ul li a {
    color: #fff;
    padding: .5em 0;
    display: inline-block;
}
.footer {
    padding: 8px 0;
}
small {
    color: #fff;
}

/*- animate調整用 -*/
@-webkit-keyframes fadeInUpSmall {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 20%, 0);
      transform: translate3d(0, 20%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInUpSmall {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 20%, 0);
      transform: translate3d(0, 20%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .animate__fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
  }
  @-webkit-keyframes fadeInRightSmall {
    from {
      opacity: 0;
      -webkit-transform: translate3d(20%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInRightSmall {
    from {
      opacity: 0;
      -webkit-transform: translate3d(20%, 0, 0);
      transform: translate3d(20%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .animate__fadeInRightSmall {
    -webkit-animation-name: fadeInRightSmall;
    animation-name: fadeInRightSmall;
  }