@charset "UTF-8";
/* ----------------------------------------
  初期設定
---------------------------------------- */
/* ---------------------------
  フォント
--------------------------- */
/* 日本語フォント */
/* 英字フォント */
/* ---------------------------
  カラー
--------------------------- */
/* ---------------------------
  レスポンシブ
--------------------------- */
/* ----------------------------------------
  共通設定
---------------------------------------- */
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: #191919;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

body.no-scroll {
  overflow-y: hidden;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
ol,
th,
td {
  padding: 0;
  margin: 0;
  font-size: initial;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

section {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 80px 0;
  }
}

.inner {
  width: 100%;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 20px;
  }
}

.wrapper {
  max-width: 1280px;
  width: 100%;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.tab-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tab-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tab-only {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .tab-none {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

/* ----------------------------------------
  コンポーネント
---------------------------------------- */
/* ---------------------------
  テキスト
--------------------------- */
.text {
  font-size: 16px;
  color: #191919;
  line-height: 1.8;
  letter-spacing: 0.64px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* ---------------------------
  下層ページMV
--------------------------- */
.page-mv {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 40px;
  height: 479px;
  position: relative;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .page-mv {
    padding: 0 20px;
  }
}
.page-mv .wrapper {
  max-width: 1640px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-mv__ttl {
  color: #008aaf;
  font-size: 80px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-mv__ttl {
    font-size: 40px;
  }
  .page-mv__ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) skewX(-30deg);
            transform: translate(-50%, -50%) skewX(-30deg);
    width: 120%;
    height: 120%;
    z-index: -1;
    background: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.page-mv__content {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 193px 0;
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .page-mv__content {
    border-radius: 30px;
  }
}
.page-mv__title {
  color: #ffffff;
  font-size: 48px;
  text-shadow: 0px 4px 4px rgba(51, 51, 51, 0.25);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 768px) {
  .page-mv__title {
    font-size: 36px;
  }
}

/* ---------------------------
  ボタン
--------------------------- */
.btn {
  background: #008aaf;
  color: #ffffff;
  width: 320px;
  height: 85px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2px;
}

/* ---------------------------
  ヘッダー
--------------------------- */
.header {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__btn {
  width: 85px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #ffffff;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 53px 10px;
  background: #008aaf;
}
@media screen and (max-width: 768px) {
  .header__btn {
    display: none;
  }
}

.toggle {
  width: 85px;
  height: 85px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  cursor: pointer;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.toggle__line {
  display: block;
  height: 1px;
  width: 34px;
  background-color: #008aaf;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.toggle__line:nth-of-type(1) {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
.toggle__line:nth-of-type(3) {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}

/* ---------------------------
  ドロワートグル
--------------------------- */
.toggle.is-active .toggle__line:nth-of-type(1) {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.toggle.is-active .toggle__line:nth-of-type(2) {
  display: none;
}
.toggle.is-active .toggle__line:nth-of-type(3) {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

/* ---------------------------
  ドロワー
--------------------------- */
.drawer {
  position: fixed;
  /* width: 100%; */
  width: 500px;
  top: 0;
  /* left: 0; */
  right: 0;
  height: 100%;
  background: #ffffff;
  /*スクロールバーは非表示*/
  overflow-y: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .drawer {
    width: 100%;
  }
}
.drawer.js-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer__lists {
  background: #ffffff;
  margin-top: 80px;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  text-align: left;
}
.drawer__lists li {
  width: 100%;
}
.drawer__lists a {
  color: #191919;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 300;
}

/* ---------------------------
  ナビメニュー
--------------------------- */
.nav {
  border-bottom: 3px solid #008aaf;
  border-top: none;
  width: 100%;
  padding: 46px 0;
  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: 768px) {
  .nav {
    padding: 40px 0;
  }
}
.nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1640px;
  width: 100%;
  padding: 0 40px;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .nav__lists {
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .nav__lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
  }
}
.nav__list a {
  padding: 20px 60px;
  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;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 1550px) {
  .nav__list a {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 1440px) {
  .nav__list a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .nav__list a {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .nav__list a {
    padding: 20px 12px;
  }
}
@media screen and (max-width: 768px) {
  .nav__list a {
    padding: 20px;
  }
}
.nav__list a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skewX(-30deg);
          transform: translate(-50%, -50%) skewX(-30deg);
  width: 100%;
  height: 100%;
  background: #008aaf;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}
.nav__list a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  color: #ffffff;
}
.nav__list a:hover::before {
  display: block;
}
.nav__list a.active {
  color: #ffffff;
}
.nav__list a.active::before {
  display: block;
}
@media screen and (max-width: 768px) {
  .nav__list {
    font-size: 17px;
  }
}
.nav__list:hover::before {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  background: #008aaf;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

#top .nav {
  border-top: 3px solid #008aaf;
  border-bottom: none;
  padding: 65px 0;
}

/* ---------------------------
  フッター
--------------------------- */
.footer {
  background: #393939;
  width: 100%;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 300;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 107px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 40px;
  }
}
.footer__address {
  font-style: normal;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1640px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .footer__container {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.footer__logo {
  font-size: 18px;
  font-weight: 300;
}
.footer__info {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__info {
    font-size: 14px;
  }
}
.footer__copy {
  font-size: 12px;
  font-weight: 300;
  margin-top: 68px;
  letter-spacing: 1px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    margin-top: 60px;
  }
}