@charset "UTF-8";
/*共通*/
body {
  -webkit-text-size-adjust: 100%;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: 000;
}

img {
  vertical-align: bottom;
  border: none;
  backface-visibility: hidden;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
}

/*============================
#wrapper
============================*/
#wrapper {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}

/*============================
header
============================*/
.l-header {
  width: 100%;
  min-width: 1024px;
  height: 120px;
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
  font-feature-settings: 'palt';
}
.l-header * {
  box-sizing: border-box;
}
.l-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 80px;
  box-shadow: 0px 0px 5px 0px #3b3b3b;
}
.l-header__nav {
  width: 100%;
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.is-fixed .l-header__nav {
  max-width: 1200px;
}
.l-header__logo {
  display: inline-block;
  width: 380px;
}
@media screen and (max-width: 1600px) {
  .l-header__logo {
    width: calc( 22.569vw + 18.889px );
  }
}
@media screen and (max-width: 1024px) {
  .l-header__logo {
    width: 250px;
  }
}
.is-fixed .l-header__logo {
  max-width: 320px;
}
@media screen and (max-width: 1600px) {
  .is-fixed .l-header__logo {
    max-width: calc( 12.153vw + 125.556px );
  }
}
@media screen and (max-width: 1024px) {
  .is-fixed .l-header__logo {
    max-width: 250px;
  }
}
.l-header__logo_link {
  width: 100%;
  display: block;
  transition: opacity 0.3s ease-in-out;
}
.l-header__logo_link:hover {
  opacity: 0.6;
}
.l-header__logo_link img {
  display: block;
  max-width: 100%;
}
.l-header__list {
  width: 850px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1600px) {
  .l-header__list {
    width: calc( 26.91vw + 419.444px );
  }
}
@media screen and (max-width: 1024px) {
  .l-header__list {
    width: 695px;
  }
}
.l-header__list > li {
  position: relative;
}
.l-header__list > li:first-child::before, .l-header__list > li:nth-child(6)::before, .l-header__list > li:nth-child(7)::before {
  display: none;
}
.l-header__list > li::before {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #01133a;
}
.l-header__link {
  display: inline-block;
  padding: 10px 15px;
  color: #01133a;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  text-align: center;
  position: relative;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .l-header__link {
    padding: 10px calc( 0.868vw + 1.111px );
  }
}
@media screen and (max-width: 1024px) {
  .l-header__link {
    padding: 10px;
  }
}
.l-header__link.current .cont::before {
  opacity: 1;
  background: #01133a;
}
.l-header__link:hover {
  color: #4fbaa1;
}
.l-header__link:hover .cont::before {
  opacity: 1;
  background: #4fbaa1;
}
.l-header__list li:nth-child(6) .l-header__link {
  width: 170px;
  line-height: 38px;
  padding: 0;
  border: 1px solid #01133a;
  background: #01133a;
  color: #ffffff;
  margin: 0 15px;
}
@media screen and (max-width: 1600px) {
  .l-header__list li:nth-child(6) .l-header__link {
    width: calc( 11.285vw + -10.556px );
    margin: 0 calc( 0.868vw + 1.111px );
  }
}
@media screen and (max-width: 1024px) {
  .l-header__list li:nth-child(6) .l-header__link {
    width: 105px;
    margin: 0 10px;
  }
}
.l-header__list li:nth-child(6) .l-header__link:hover {
  color: #01133a;
  background: #ffffff;
}
.l-header__list li:nth-child(6) .l-header__link::before {
  display: none;
}
.l-header__link .cont {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  position: relative;
}
.l-header__list li:nth-child(n+7) .l-header__link .cont {
  font-size: 18px;
}
@media screen and (max-width: 1600px) {
  .l-header__list li:nth-child(n+7) .l-header__link .cont {
    font-size: calc( 0.694vw + 6.889px );
  }
}
@media screen and (max-width: 1024px) {
  .l-header__list li:nth-child(n+7) .l-header__link .cont {
    font-size: 14px;
  }
}
.l-header__link .cont::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0;
  background: #4fbaa1;
  transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
}
.l-header__list li:nth-child(6) .l-header__link .cont::before {
  display: none;
}
.l-header__child_list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  background: rgba(255, 255, 255, 0.9);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
.l-header__list li:hover .l-header__child_list {
  opacity: 1;
  visibility: visible;
}
.l-header__child_list > li {
  width: 100%;
  border-bottom: 1px solid #01133a;
}
.l-header__child_list > li:last-child {
  border: none;
}
.l-header__child_link {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.4;
  padding: 10px 0;
  color: #01133a;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.l-header__child_link:hover {
  color: #ffffff;
  background: rgba(1, 19, 58, 0.8);
}

/*============================
contact
============================*/
.l-contact {
  width: 100%;
  background: #efeee8;
  padding: 60px 0;
  box-sizing: border-box;
  font-feature-settings: 'palt';
}
.l-contact * {
  box-sizing: border-box;
}
.l-contact__inner {
  width: 1000px;
  margin: 0 auto;
  background: #22b0a4;
  padding: 66px 60px 56px 72px;
  box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
}
.l-contact__left {
  width: 370px;
}
.l-contact__left .ttl {
  width: 129px;
  margin: 0 auto 30px;
}
.l-contact__left .ttl img {
  display: block;
  max-width: 100%;
}
.l-contact__left .text {
  /*max-height: 100%;*/
  margin-top: -4.5px;
  margin-bottom: -4.5px;
  line-height: 1.5625;
  color: #ffffff;
  font-size: 16px;
}
.l-contact__right {
  width: 380px;
}
.l-contact__right .tel {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.l-contact__right .tel img {
  display: block;
  max-width: 100%;
}
.l-contact__right .text {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1;
}
.l-contact__right .link a {
  width: 100%;
  display: block;
  line-height: 60px;
  background: #ffffff;
  color: #4fbaa1;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  color: #22b0a4;
  font-weight: bold;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
}
.l-contact__right .link a:hover {
  background: #22b0a4;
  color: #ffffff;
}

/*============================
footer
============================*/
.l-footer {
  width: 100%;
  font-feature-settings: 'palt';
  background: url("../common/images/img_back_color.jpg") repeat;
  padding: 100px 30px 0;
  box-sizing: border-box;
}
.l-footer * {
  box-sizing: border-box;
}
.l-footer__inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.l-footer__address {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .l-footer__address {
    display: block;
  }
}
.l-footer__logo {
  width: 378px;
}
@media screen and (max-width: 1600px) {
  .l-footer__logo {
    width: calc( 39vw + -246px );
  }
}
@media screen and (max-width: 1400px) {
  .l-footer__logo {
    width: 300px;
    margin: 0 auto 60px;
  }
}
.l-footer__logo .link {
  transition: opacity 0.3s ease-in-out;
}
.l-footer__logo .link:hover {
  opacity: 0.6;
}
.l-footer__logo .link img {
  display: block;
  max-width: 100%;
}
.l-footer__list {
  display: flex;
}
@media screen and (max-width: 1400px) {
  .l-footer__list {
    justify-content: center;
  }
}
.l-footer__list li {
  margin-left: 50px;
  border-left: 1px solid #ffffff;
  color: #ffffff;
  padding-left: 20px;
}
@media screen and (max-width: 1600px) {
  .l-footer__list li {
    margin-left: calc( 3.472vw + -5.556px );
  }
}
@media screen and (max-width: 1400px) {
  .l-footer__list li {
    margin-left: 70px;
  }
}
.l-footer__list li:first-child {
  margin-left: 70px;
}
@media screen and (max-width: 1600px) {
  .l-footer__list li:first-child {
    margin-left: calc( 3.472vw + 14.444px );
  }
}
@media screen and (max-width: 1400px) {
  .l-footer__list li:first-child {
    margin-left: 0;
  }
}
.l-footer__list li a {
  color: #ffffff;
  transition: opacity 0.3s ease-in-out;
}
.l-footer__list li a:hover {
  opacity: 0.6;
}
.l-footer__copy_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer__copy {
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}
.l-footer__link_list {
  display: flex;
  justify-content: space-between;
  width: 301px;
}
.l-footer__link_list li {
  width: 150px;
}
.l-footer__link {
  width: 100%;
  display: block;
  line-height: 30px;
  background: #959595;
  color: #ffffff;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  text-align: center;
}
.l-footer__link:hover {
  color: #959595;
  background: #ffffff;
}

/*============================
main_visual
============================*/
.l-main_visual {
  width: 100%;
  padding-top: 50px;
  box-sizing: border-box;
}
.l-main_visual * {
  box-sizing: border-box;
}
.l-main_visual__headline {
  position: relative;
  width: 100%;
  height: 260px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: #01133a;
}
.l-main_visual__ttl_box {
  width: 1500px;
  margin: 0 auto;
}
.l-main_visual__ttl_box em {
  display: block;
  font-weight: 500;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 35px;
  font-feature-settings: 'palt';
  letter-spacing: 0.1em;
  color: #ffffff;
  line-height: 1.2;
}
.l-main_visual__ttl_box span {
  display: block;
  font-family: adobe-garamond-pro, serif;
  font-size: 16px;
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
  color: #ffffff;
  line-height: 1.2;
  margin-top: 5px;
}
.l-main_visual__photo {
  width: 1240px;
  position: absolute;
  top: -50px;
  right: 0;
}
@media screen and (max-width: 1600px) {
  .l-main_visual__photo {
    right: calc( 104.167vw + -1666.667px );
  }
}
@media screen and (max-width: 1024px) {
  .l-main_visual__photo {
    right: -600px;
  }
}
.l-main_visual__photo img {
  display: block;
  max-width: 100%;
}

.va_m {
  vertical-align: middle;
}

/*# sourceMappingURL=base.css.map */

/*# sourceMappingURL=base.css.map */
