@charset "UTF-8";

/********************** header PC **********************/
#header {
  /*box-shadow: 0px 3px 15px rgba(0,0,0,0.2);*/
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}
#gNav a:hover {
  color: #999;
}
nav li a {
  font-size: 14px;
  letter-spacing: 0.05em;
}
nav li a span {
  display: block;
  font-size: 8px;
  letter-spacing: 0;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #FAF6DF;
  /*background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);*/
}
@media only screen and ( max-width : 768px ) {
  #header {
    height: 65px;
  }
  .h_logo {
    width: 45%;
    position: absolute;
    top: 12px;
    left: 10px;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li a {
    font-size: 16px;
  }
  nav li .fa {
    display: none;
  }

  .sp-Hmenu-btn a {
    display: block;
    position: absolute;
    top: 0;
    right: 75px;
    width: 60px;
    height: 60px;
    border-radius: 0 0 15px 15px;
    background: url(/assets/images/common/Hicon02.svg) no-repeat #E8414A center top 5px / 26px 26px;
    color: #fff;
  }

  .sp-Hmenu-btn a:after {
    content: "MAIL";
    position: absolute;
    bottom: 8px;
    color: #fff;
    font-size: 10px;
    width: 60px;
    left: 0px;
    text-align: center;
    display: block;
  }




}

@media print, screen and ( min-width : 769px ) {
  #header {
    height: 100px;
  }
  .h_logo {
    width: 250px;
    margin-top: 25px;
  }
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: start;
    /*height: 80px;*/
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    /*position: relative;*/
    padding-top: 10px;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    /*text-align: center;*/
    /*height: 80px;*/
    padding: 0 1em 0 1em;
  }
  .gmenu-last {
    background: #000;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
  }
  .gmenu-last:hover {
    background: #004A8A;
    color: #fff!important;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 20px 10px 0;
    /*margin-left: -100px;*/
    width: 100%;
    border-radius: 5px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    /*padding: 10px;*/
    display: block;
    border-bottom: none;
    line-height: 1.2em;
    height: auto;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    width: 33%;
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0 0 20px 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #E8414A;
  }
  #gNav li:hover ul.sub-menu {
    top: 45px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }

  .h_top01 {
    background: url(/assets/images/common/Hicon01.svg) no-repeat center left / 11px 14px;
    padding-left: 16px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .h_top02 a {
    display: block;
    background: url(/assets/images/common/Hicon02.svg) no-repeat #E8414A center left 30px / 20px 20px;
    width: 160px;
    height: 50px;
    border-radius: 0 0 8px 8px;
    color: #fff;
    text-align: center;
    padding-left: 20px;
    line-height: 50px;
    transition: all 0.6s ease 0s;
  }
  .h_top02 a:hover {
    display: block;
    background: url(/assets/images/common/Hicon02.svg) no-repeat #000 center left 30px / 20px 20px;
    transition: all 0.6s ease 0s;
  }
  .rbd {
    border-right: dotted 1px #333;
  }


}


.other-title {
  position: relative;
  width: 100%;
  height: 380px;
}
.other-title-ph {
  height: 280px;
}
.other-title-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  mix-blend-mode: hard-light;
  height: 360px;
}
.other-title-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.bread-box {
  position: relative;
}

.breadcrumb {
  font-size: .9rem;
  padding: 5px 0;
}


/*READ MOREボタン設定*/
.BTN01 a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  border-radius: 25px;
  transition: all 0.6s ease 0s;
  background: #004A8A;
}
.BTN01 a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  content: "";
  background: url(/assets/images/common/icon-arrow.svg) no-repeat center center / 18px 18px;
  width: 18px;
  height: 18px;
  transition: all 0.6s ease 0s;
}
.BTN01 a:hover {
  background: #000;
  transition: all 0.6s ease 0s;
}


.catch01 {
  position: relative;
  width: 100%;
  height: 80px;
  padding-top: 10px;
}
.catch01:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  content: "";
  width: 16px;
  height: 56px;
  background: url(/assets/images/common/kakko-l.svg) no-repeat center left / 16px 56px;
}
.catch01:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  content: "";
  width: 16px;
  height: 56px;
  background: url(/assets/images/common/kakko-r.svg) no-repeat center right / 16px 56px;
}

.Fbtn01 {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 30px;
    background: url(/assets/images/common/icon-arrow.svg) no-repeat #004A8A right 20px center / 17px 17px;
    color: #fff;
    padding: 10px 10px 10px 30px;
    text-align: center;
    border-radius: 20px 20px 0 0;
    margin-top: 90px;
    transition: all 0.6s ease 0s;
}

.Fbtn01:hover {
    color: #fff;
    background: url(/assets/images/common/icon-arrow.svg) no-repeat #000 right 20px center / 17px 17px;
    transition: all 0.6s ease 0s;
}

.Fbtn02 {
    display: block;
    width: 100%;
    background: url(/assets/images/common/Hicon02.svg) no-repeat #E8414A left 30px center / 17px 17px;
    color: #fff;
    padding: 10px 10px 10px 30px;
    text-align: center;
    border-radius: 30px;
    margin-top: 90px;
    transition: all 0.6s ease 0s;
}

.Fbtn02:hover {
    color: #fff;
    background: url(/assets/images/common/Hicon02.svg) no-repeat #000 left 30px center / 17px 17px;
    transition: all 0.6s ease 0s;
}

.Fbtn03 {
    display: block;
    width: 100%;
    background: url(/assets/images/common/Hicon02.svg) no-repeat #E8414A left 50px center / 30px 30px;
    color: #fff;
    font-size: 26px;
    padding: 25px 10px 25px 30px;
    text-align: center;
    border-radius: 50px;
    transition: all 0.6s ease 0s;
}

.Fbtn03:hover {
    color: #fff;
    background: url(/assets/images/common/Hicon02.svg) no-repeat #000 left 50px center / 30px 30px;
    transition: all 0.6s ease 0s;
}


/* 共通のfadeIn */
.fadeIn-all {
animation-name: fadeInAnime;/*1で解説*/
animation-fill-mode:forwards;
animation-duration:1.5s;/*3で解説*/
animation-timing-function:ease;/*5で解説*/
animation-delay: 0.5s;/*6で解説*/
animation-direction:normal;/*7で解説*/
opacity: 0;
}
/*1で解説*/
@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.fadeInTrigger {
  opacity: 0;
}
/* 共通のfadeUp */
.fadeUp-all {
animation-name: fadeUpallAnime;
animation-duration:1s;/*3で解説*/
animation-timing-function:ease;/*5で解説*/
animation-delay: 0.3s;/*6で解説*/
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpallAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}
/* 共通のテキストアニメ */
/*========= テキストを滑らかに出現させるためのCSS ===============*/
span.smoothText-all {
overflow: hidden;
display: block;
}
/* アニメーションで傾斜がついている文字列を水平に戻す*/
span.smoothTextTrigger-all{
transition: .8s ease-in-out;
transform: translate3d(0,100%,0) skewY(12deg);
transform-origin: left;
display: block;
}
span.smoothTextTrigger-all.smoothTextAppear-all{
    transform: translate3d(0,0,0) skewY(0);
}




/*PCのみ*/
@media (min-width: 768px) {

    main {
      margin-top: 90px;
    }





}



/*SPのみ*/
@media (max-width: 768px) {

    main {
      margin-top: 65px;
    }
    .sp_menu{
      position: fixed;
      z-index: 99;
      top: 80px;
      width: 100%;
      font-size: 1em;
      line-height:3.5em;
      text-align: center;
      background-color: #004A8A;
      display: none;
      padding: 10px 0;
    }
    .sp_menu a{
      text-decoration: none;
      color: #fff;
    }
    .other-title {
      height: 160px;
    }
    .other-title-ph {
      height: 100px;
    }
    .other-title-bg {
      height: 120px;
    }
    .other-title-text {
      top: 40%;
    }
    .Flogo {
      width: 150px;
      margin-right: 0;
    }

}