@charset "UTF-8";
/* ==========================================================
Name:
    base.css

Description:
    サイト全体に共通する設定を記述する

Contents:
    base settings
    javascript style hooks
    base blocks
========================================================== */
/* ==========================================================
*
*   base settings
*
========================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese");
/* ---------------------------------------------
*   html, body
--------------------------------------------- */
html,
body {
  color: #1F1F1F;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 750px) {
  html,
body {
    font-size: 1.8666666667vw;
  }
}

body {
  line-height: 1.5;
  min-width: 1200px;
}
@media screen and (max-width: 750px) {
  body {
    line-height: 1.5;
    min-width: 320px;
  }
}

/* ---------------------------------------------
*   <a> tag
--------------------------------------------- */
a {
  color: inherit;
  text-decoration: none;
}

/* ---------------------------------------------
*   <img> tag
--------------------------------------------- */
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ==========================================================
*
*   base blocks
*
========================================================== */
/* ---------------------------------------------
*   header
--------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 1200px;
  height: 70px;
  padding: 10px;
  padding-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .header {
    padding: 2vw;
    min-width: 320px;
  }
}
.header--top {
  height: 120px;
  padding: 0;
  border-top: 10px solid #114D89;
}
@media screen and (max-width: 750px) {
  .header--top {
    height: 60px;
    border-top: 5px solid #114D89;
  }
}
.stuck .header {
  height: 55px;
}
.stuck .header--top {
  padding: 10px;
  height: auto;
  border-top: none;
}
@media screen and (max-width: 750px) {
  .stuck .header--top {
    padding: 2vw;
  }
}

.header__inner {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.stuck .header__inner {
  background-color: rgba(17, 77, 137, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header--top .header__inner {
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.stuck .header--top .header__inner {
  height: auto;
}

/*  header-logo
--------------------------------------------- */
.header-logo {
  position: relative;
  z-index: 20000;
  margin-right: auto;
  width: 204px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.header-logo:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .header-logo {
    width: 130px;
    padding-left: 0;
  }
}
.stuck .header-logo {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 185px;
  padding-top: 5px;
  padding-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .stuck .header-logo {
    width: 130px;
  }
}

.header--top .header-logo {
  width: 204px;
  -webkit-transition: 0s;
  transition: 0s;
}
@media screen and (max-width: 750px) {
  .header--top .header-logo {
    width: 130px;
  }
}

.stuck .header--top .header-logo {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 185px;
  padding-top: 5px;
  padding-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .stuck .header--top .header-logo {
    width: 130px;
  }
}

.header-logo__link {
  width: 100%;
  display: block;
}
.header-logo img {
  width: 100%;
}
.header-logo__blue {
  display: none;
}
.stuck .header-logo__blue {
  display: none;
}

.header--top .header-logo__blue {
  display: block;
}

.stuck .header--top .header-logo__blue {
  display: none;
}

.js-sp-menu-opened .header-logo__blue {
  display: block !important;
}

.header-logo__white {
  display: block;
}
.stuck .header-logo__white {
  display: block;
}

.header--top .header-logo__white {
  display: none;
}

.stuck .header--top .header-logo__white {
  display: block;
}

.js-sp-menu-opened .header-logo__white {
  display: none !important;
}

/*  header-container
--------------------------------------------- */
.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 70px;
  padding-left: 70px;
  padding-top: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .header-container {
    padding-top: 5px;
    padding-right: 2vw;
    padding-left: 2vw;
  }
}
.stuck .header-container {
  padding-top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .stuck .header-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.header--top .header-container {
  height: 100%;
  padding-top: 0;
}

/*  header-nav
--------------------------------------------- */
@media screen and (min-width: 751px) {
  .header-nav-wrapper {
    display: block !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 750px) {
  .header-nav-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1900;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    width: 100%;
    height: 100vh;
    padding: 2vw;
  }
  .js-sp-menu-opened .header-nav-wrapper {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .header-nav {
    background-color: rgba(255, 255, 255, 0.9);
    height: 100%;
    padding-bottom: 26.6666666667vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: scroll;
  }
}
.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .header-nav__list {
    display: block;
    margin-top: 41.3333333333vw;
  }
}
.header-nav__list-item {
  margin-right: 30px;
}
@media screen and (max-width: 750px) {
  .header-nav__list-item {
    margin-right: 0;
    text-align: center;
    margin-bottom: 8vw;
  }
}
.header-nav__link {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  position: relative;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .header-nav__link {
    color: #114D89;
    font-size: 5.7333333333vw;
  }
}
.header--top .header-nav__link {
  color: #114D89;
}

.stuck .header--top .header-nav__link {
  color: #fff;
}
@media screen and (max-width: 750px) {
  .stuck .header--top .header-nav__link {
    color: #114D89;
  }
}

.header-nav__link:after {
  content: "";
  height: 2px;
  background: #fff;
  left: 0;
  right: 100%;
  display: block;
  position: absolute;
  bottom: -6px;
  -webkit-transition: right 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}
.header--top .header-nav__link:after {
  background: #114D89;
}

.stuck .header--top .header-nav__link:after {
  background: #fff;
}
@media screen and (max-width: 750px) {
  .stuck .header--top .header-nav__link:after {
    background: #114D89;
  }
}

.header-nav__link:hover {
  opacity: 1;
}
.header-nav__link:hover:after {
  right: 0;
}
.header-nav__logo {
  display: none;
}

/* ---------------------------------------------
*   change-lang
--------------------------------------------- */
.change-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2100;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.change-lang__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.change-lang__item:first-child:after {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #fff;
  margin: 0 8px 0 8px;
}
.header--top .change-lang__item:first-child:after {
  background-color: #114D89;
}

.stuck .header--top .change-lang__item:first-child:after {
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .stuck .header--top .change-lang__item:first-child:after {
    background-color: #114D89;
  }
}

@media screen and (max-width: 750px) {
  .change-lang__item:first-child:after {
    height: 15px;
  }
  .js-sp-menu-opened .change-lang__item:first-child:after {
    background-color: #114D89;
  }
}
.change-lang__link.header-nav__link {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 0.5;
}
.change-lang__link.header-nav__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .change-lang__link.header-nav__link {
    color: #fff;
    font-size: 17px;
  }
  .js-sp-menu-opened .change-lang__link.header-nav__link {
    color: #114D89;
  }
}
.change-lang__link.header-nav__link.active {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 1;
}
.change-lang__link.header-nav__link.active:hover {
  opacity: 0.8;
}

/*  header-menu-button
--------------------------------------------- */
.header-menu-button {
  display: none;
}
@media screen and (max-width: 750px) {
  .header-menu-button {
    position: relative;
    display: block;
    padding: 15px;
    padding-right: 5px;
    border: 0;
    border-radius: 0;
    background: none;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    z-index: 2000;
  }
  .header-menu-button__lines {
    position: relative;
    display: block;
    width: 40px;
    height: 17px;
  }
  .header-menu-button__line {
    position: absolute;
    right: 0;
    display: block;
    height: 0;
    padding-top: 2px;
  }
  .header-menu-button__line--top, .header-menu-button__line--center, .header-menu-button__line--bottom {
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  .header-menu-button__line--top {
    width: 100%;
    top: 0;
    background-color: #fff;
  }
  .header--top .header-menu-button__line--top {
    background-color: #114D89;
  }

  .stuck .header--top .header-menu-button__line--top {
    background-color: #fff;
  }

  .header-menu-button__line--center {
    width: 62%;
    top: 50%;
    margin-top: -1px;
    background-color: #fff;
  }
  .header--top .header-menu-button__line--center {
    background-color: #114D89;
  }

  .stuck .header--top .header-menu-button__line--center {
    background-color: #fff;
  }

  .header-menu-button__line--bottom {
    width: 43%;
    bottom: 0;
    background-color: #fff;
  }
  .header--top .header-menu-button__line--bottom {
    background-color: #114D89;
  }

  .stuck .header--top .header-menu-button__line--bottom {
    background-color: #fff;
  }

  .js-sp-menu-opened .header-menu-button__line--top {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    background-color: #114D89 !important;
    width: 80%;
  }

  .js-sp-menu-opened .header-menu-button__line--center {
    background-color: rgba(0, 0, 0, 0) !important;
    background-color: inherit;
  }

  .js-sp-menu-opened .header-menu-button__line--bottom {
    width: 80%;
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
    transform: translateY(50%) rotate(-45deg);
    background-color: #114D89 !important;
  }
}

/*  header-menu-overlay
--------------------------------------------- */
@media screen and (max-width: 750px) {
  .header-menu-overlay {
    position: fixed;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    width: 100%;
    height: calc(100% - 50px);
    background-color: rgba(0, 0, 0, 0.5);
  }
  .js-sp-menu-opened .header-menu-overlay {
    display: block;
  }
}

/*  header-sns
--------------------------------------------- */
.header-sns {
  display: none;
}
@media screen and (max-width: 750px) {
  .header-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30.6666666667vw;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header-sns__icon {
  width: 7.7333333333vw;
  height: 7.7333333333vw;
  display: block;
}
.header-sns__icon img {
  width: 100%;
}

/* ---------------------------------------------
*   global-nav
--------------------------------------------- */
.global-nav {
  position: fixed;
  right: 30px;
  z-index: 10000;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .global-nav {
    display: none;
  }
}
.global-nav__link {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
}
.global-nav__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.change .global-nav__link:before {
  border: 1px solid #114D89;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.global-nav__link:hover {
  opacity: 0.5;
}
.global-nav__link.current:before {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.global-nav__link-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -2px 0 0 -2px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.change .global-nav__link-icon {
  background-color: #114D89;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.team .global-nav__list-item--none {
  display: none;
}

/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
.wrapper--news {
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .wrapper--news {
    margin-bottom: 13.3333333333vw;
  }
}

/* ---------------------------------------------
*   contents
--------------------------------------------- */
/* ---------------------------------------------
*   main
--------------------------------------------- */
@media screen and (max-width: 750px) {
  .main--child {
    margin: 0 6.6666666667vw;
  }
}

/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer {
  padding: 0 10px 10px 10px;
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 2vw;
  }
}
.footer__inner {
  background-color: #114D89;
  padding-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .footer__inner {
    padding-bottom: 4vw;
  }
}

/*  footer-pagetop
--------------------------------------------- */
.footer-pagetop {
  width: 40px;
  height: 40px;
  float: right;
  margin-top: -60px;
  margin-right: 15px;
}
@media screen and (max-width: 750px) {
  .footer-pagetop {
    margin-top: -10.6666666667vw;
    margin-right: 2vw;
    width: 7.7333333333vw;
    height: 7.7333333333vw;
  }
}
.footer-pagetop__link {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  background-color: #114D89;
  border-radius: 50%;
  border: 2px solid #114D89;
}
.footer-pagetop__link:hover {
  background-color: #fff;
}
.footer-pagetop__link:hover > .triangle {
  border-color: transparent transparent #114D89 transparent;
}
.footer-pagetop__link-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #fff transparent;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .footer-pagetop__link-triangle {
    border-width: 0 1.7333333333vw 2.6666666667vw 1.7333333333vw;
  }
}

/*  footer-container
--------------------------------------------- */
.footer-container {
  width: 1000px;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .footer-container {
    width: 100%;
  }
}

/*  footer-nav
--------------------------------------------- */
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .footer-nav {
    display: block;
  }
}
.footer-nav__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .footer-nav__list {
    padding: 2.6666666667vw 0 2.6666666667vw 0;
  }
}
.footer-nav__list:after {
  background-color: #fff;
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  margin: 0 10px 0 10px;
}
@media screen and (max-width: 750px) {
  .footer-nav__list:after {
    display: none;
  }
}
.footer-nav__list:last-child:after {
  display: none;
}
.footer-nav__link {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  position: relative;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .footer-nav__link {
    font-size: 3.6vw;
  }
}
.footer-nav__link:after {
  content: "";
  height: 2px;
  background: #fff;
  left: 0;
  right: 100%;
  display: block;
  position: absolute;
  bottom: -6px;
  -webkit-transition: right 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}
.footer-nav__link:hover {
  opacity: 1;
}
.footer-nav__link:hover:after {
  right: 0;
}

/*  footer-logo
--------------------------------------------- */
.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 750px) {
  .footer-logo {
    width: 86.6666666667vw;
  }
}
.footer-logo__link {
  display: block;
  width: 125px;
  margin-right: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-logo__link:last-child {
  margin-right: 0;
}
.footer-logo__link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 750px) {
  .footer-logo__link {
    width: 100%;
  }
  .footer-logo__link img {
    width: 100%;
  }
}

/*  footer-change-lang
--------------------------------------------- */
.footer-change-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2100;
  margin-bottom: 20px;
}
.footer-change-lang__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-change-lang__item:first-child:after {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #fff;
  margin: 0 8px 0 8px;
}
@media screen and (max-width: 750px) {
  .footer-change-lang__item:first-child:after {
    height: 15px;
  }
  .js-sp-menu-opened .footer-change-lang__item:first-child:after {
    background-color: #114D89;
  }
}
.footer-change-lang__link.header-nav__link {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 0.5;
}
.footer-change-lang__link.header-nav__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .footer-change-lang__link.header-nav__link {
    color: #fff;
    font-size: 17px;
  }
  .js-sp-menu-opened .footer-change-lang__link.header-nav__link {
    color: #114D89;
  }
}
.footer-change-lang__link.header-nav__link.active {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 1;
}
.footer-change-lang__link.header-nav__link.active:hover {
  opacity: 0.8;
}

/*  footer-copyright
--------------------------------------------- */
.footer-copyright {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .footer-copyright {
    margin-top: 0;
  }
}
.footer-copyright__text {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .footer-copyright__text {
    font-size: 2.9333333333vw;
  }
}

/*  footer-sns
--------------------------------------------- */
.footer-sns {
  width: 70px;
  position: absolute;
  right: 0;
  top: 40px;
}
@media screen and (max-width: 750px) {
  .footer-sns {
    width: 30.6666666667vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
  }
}
.footer-sns__icon {
  display: block;
  width: 27px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .footer-sns__icon {
    width: 7.7333333333vw;
  }
}
.footer-sns__icon:hover {
  opacity: 0.8;
}
.footer-sns__icon img {
  width: 100%;
}