@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap");
.header {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 71.1458333333px;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header {
    height: 111px;
  }
}
.header__content {
  width: 100%;
  height: 100%;
  padding: 0 35.5729166667px 0 56.9166666667px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .header__content {
    padding: 0 17.7864583333px 0 28.4583333333px;
  }
}
@media screen and (max-width: 767px) {
  .header__content {
    height: 111px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 45px;
  }
}
.header__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 31.3041666667px;
  letter-spacing: 0.1em;
  color: #38a1db;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .header__logo {
    font-size: 28.4583333333px;
    min-width: 100px;
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: auto;
    font-size: 22px;
    white-space: nowrap;
  }
}
.header__logo:hover {
  opacity: 0.8;
}
.header__logo > img {
  height: 45.5333333333px;
  width: auto;
  margin-right: 21.34375px;
}
@media screen and (max-width: 767px) {
  .header__logo > img {
    height: 32px;
  }
}
.header__logo > span.small {
  font-size: 21.34375px;
}
@media screen and (max-width: 1200px) {
  .header__logo > span.small {
    font-size: 19.9208333333px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo > span.small {
    font-size: 16px;
  }
}
.header__telephone {
  display: inline-block;
  font-size: 34.15px;
  font-weight: 500;
  margin-left: 64.03125px;
}
@media screen and (max-width: 1200px) {
  .header__telephone {
    margin-left: 32.015625px;
    /*font-size: 32.015625px;*/
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .header__telephone {
    font-size: 24px;
    margin: 0;
  }
}
.header__sns-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28.4583333333px;
  margin: 0 35.5729166667px 0 auto;
}
@media screen and (max-width: 1200px) {
  .header__sns-links {
    margin: 0 17.7864583333px 0 auto;
    gap: 14.2291666667px;
  }
}
@media screen and (max-width: 767px) {
  .header__sns-links {
    display: none;
  }
}
.header__sns-link {
  width: 42.6875px;
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .header__sns-link {
    width: 35.5729166667px;
  }
}
.header__sns-link:hover {
  opacity: 0.8;
}
.header__sns-link > img {
  width: 100%;
  height: auto;
}
.header__menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 19.9208333333px;
  font-weight: 500;
  color: #38a1db;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
  padding: 0 21.34375px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .header__menu {
    padding: 0 10.671875px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header__menu {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #38a1db;
    height: 45px;
    width: 45px;
    padding: 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px;
    overflow: hidden;
  }
}
.header__menu:hover, .header__menu.active {
  background-color: #38a1db;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header__menu.active {
    padding-left: 7px;
  }
}
@media screen and (max-width: 767px) {
  .header__menu.active > span:first-child {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@media screen and (max-width: 767px) {
  .header__menu.active > span:nth-child(2) {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__menu.active > span:last-child {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@media screen and (max-width: 767px) {
  .header__menu > span {
    display: block;
    width: 28px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.header__menu > span.cirlces {
  font-size: 12.80625px;
}

.nav {
  position: absolute;
  width: 100%;
  height: 71.1458333333px;
  top: 0;
  left: 0;
  background-color: #fff;
  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;
  overflow: hidden;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .nav {
    height: auto;
    top: -100vh;
    -webkit-transition: top 1s ease;
    transition: top 1s ease;
  }
}
.nav.active {
  top: 100%;
}
@media screen and (max-width: 767px) {
  .nav.active {
    -webkit-transition: top 0.5s ease;
    transition: top 0.5s ease;
  }
}
.nav__links {
  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: 767px) {
  .nav__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 10px 0 30px;
  }
}
.nav__links > span {
  color: #000;
  font-size: 19.9208333333px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .nav__links--footer {
    padding: 0;
  }
}
.nav__links--footer > span {
  color: #38a1db;
}
.nav__links--footer > .nav__link {
  color: #38a1db;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding: 0 24.9010416667px;
}
@media screen and (max-width: 1200px) {
  .nav__links--footer > .nav__link {
    padding: 0 14.940625px;
  }
}
.nav__links--footer > .nav__link::before, .nav__links--footer > .nav__link:last-child:after {
  background-color: #38a1db;
}
@media screen and (max-width: 767px) {
  .nav__links--footer > .nav__link::before, .nav__links--footer > .nav__link:last-child:after {
    display: none;
  }
}
.nav__link {
  display: inline-block;
  font-size: 19.9208333333px;
  color: #000;
  padding: 0 28.4583333333px;
  position: relative;
  margin-left: -1px;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .nav__link {
    display: block;
    padding: 0 17.7864583333px;
    font-size: 17.7864583333px;
  }
}
@media screen and (max-width: 767px) {
  .nav__link {
    font-size: 16px;
  }
}
.nav__link::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .nav__link::before {
    display: none;
  }
}
.nav__link::before {
  left: 0;
}
.nav__link:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .nav__link:last-child::after {
    display: none;
  }
}
.nav__link:hover {
  color: #08287f;
}

.footer {
  width: 100%;
  overflow: hidden;
  padding: 71.1458333333px 0 56.9166666667px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 70px 0 47px;
  }
}

.banner {
  width: 100%;
  padding: 0 56.9166666667px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .banner {
    padding: 0 28.4583333333px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    padding: 0;
  }
}
.banner--full {
  padding: 0;
}
.banner__image-wrapper {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .banner__image-wrapper--01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.banner__image-wrapper--02 {
  min-height: 675px;
  gap: 11%;
}
@media screen and (max-width: 1200px) {
  .banner__image-wrapper--02 {
    gap: 5%;
    min-height: 630px;
  }
}
@media screen and (max-width: 767px) {
  .banner__image-wrapper--02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.banner__image-wrapper--04 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.74%;
  padding-right: 1.2%;
}
@media screen and (max-width: 767px) {
  .banner__image-wrapper--04 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 9px;
    padding-right: 0;
  }
}
.banner__image--01 {
  width: 34.7%;
}
@media screen and (max-width: 1200px) {
  .banner__image--01 {
    margin-right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .banner__image--01 {
    width: 100%;
    margin-right: 0;
  }
}
.banner__image--02-1 {
  width: 33.03%;
}
@media screen and (max-width: 767px) {
  .banner__image--02-1 {
    width: 100%;
  }
}
.banner__image--02-2 {
  width: 22.02%;
  margin-right: calc(5% + 298.8125px);
}
.banner__image--03 {
  width: 100%;
  margin-bottom: calc(-30% - 56.9166666667px);
  position: relative;
  z-index: -99;
}
@media screen and (max-width: 767px) {
  .banner__image--03 {
    margin-bottom: calc(-35% - 25px);
  }
}
.banner__image--04 {
  width: calc(31.59% - 69.4027604167px);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .banner__image--04 {
    width: calc(33.3333333333% - 6px);
  }
}
.banner__image--04 > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__image > img {
  width: 100%;
  height: auto;
  display: block;
}
.banner__image--05 {
  width: 100%;
  margin-bottom: calc(-27% - 56.9166666667px);
}
.banner__dropdowns {
  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;
  width: 100%;
  margin-top: 56.9166666667px;
}
@media screen and (max-width: 767px) {
  .banner__dropdowns {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner__dropdowns--04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.banner__dropdown {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 34.15px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  padding-bottom: 71.1458333333px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .banner__dropdown {
    font-size: 32.015625px;
  }
}
@media screen and (max-width: 767px) {
  .banner__dropdown {
    padding-bottom: 40px;
    font-size: 28px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.banner__dropdown:hover::after {
  bottom: -5px;
}
.banner__dropdown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 42.6875px;
  width: 85.375px;
  background-image: url("./img/icons/arrow-down-blue.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .banner__dropdown::after {
    height: 30px;
    width: 60px;
  }
}
.banner__dropdown.active::after {
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
.banner__dropdown > img {
  height: 66.165625px;
  width: auto;
  margin-right: 39.1302083333px;
}
@media screen and (max-width: 767px) {
  .banner__dropdown > img {
    height: 47px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
}
.banner__dropdown--03::after {
  -webkit-transform: rotate(0) translateX(-50%);
          transform: rotate(0) translateX(-50%);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.banner__dropdown--03.active::after {
  -webkit-transform: rotate(180deg) translateX(-50%);
          transform: rotate(180deg) translateX(-50%);
}
.banner__dropdown--05 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 35.5729166667px;
  gap: 28.4583333333px;
}
@media screen and (max-width: 767px) {
  .banner__dropdown--05 {
    white-space: nowrap;
    gap: 25px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner__dropdown--05::after {
    display: none;
  }
}
.banner__dropdown-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 419.7604166667px);
  cursor: pointer;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .banner__dropdown-list {
    width: 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;
    margin-left: 0;
    gap: 30px;
  }
}
.banner__dropdown-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .banner__dropdown-item {
    width: 100%;
  }
}
.banner__text-content {
  width: 298.8125px;
  position: absolute;
  right: 5%;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .banner__text-content {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner__text-content {
    width: 250px;
    position: relative;
  }
}
.banner__text-content--02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (max-width: 1200px) {
  .banner__text-content--02 {
    bottom: unset;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.banner__text-content--03 {
  position: relative;
  right: unset;
  bottom: unset;
}
@media screen and (max-width: 767px) {
  .banner__text-content--03 {
    margin-bottom: 15px;
  }
}
.banner__text-content--04-top {
  width: 208.20828125px;
  margin-right: 1.2%;
  position: relative;
  right: unset;
  bottom: unset;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .banner__text-content--04-top {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
.banner__text-content--04-bottom {
  right: 0;
}
@media screen and (max-width: 767px) {
  .banner__text-content--04-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.banner__text-content--05 {
  position: relative;
  right: unset;
  bottom: unset;
  width: calc(68% - 416.4165625px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .banner__text-content--05 {
    width: 100%;
  }
}
.banner__logo {
  width: 208.20828125px;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .banner__logo {
    width: 146.33px;
    margin: 0 auto;
  }
}
.banner__title {
  font-size: 34.15px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #08287f;
  margin: 28.4583333333px 0;
}
@media screen and (max-width: 1200px) {
  .banner__title {
    font-size: 32.015625px;
  }
}
@media screen and (max-width: 767px) {
  .banner__title {
    font-size: 28px;
    margin: 20px 0;
    white-space: nowrap;
    text-align: center;
  }
}
.banner__title--vertical {
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .banner__title--vertical {
    text-orientation: mixed;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13px;
  }
}
.banner__title--left {
  text-align: left;
}
.banner__subtitle {
  font-size: 14.940625px;
  font-family: "Noto Serif JP", serif;
  color: #38a1db;
  letter-spacing: 0.1em;
  line-height: 1.75em;
  margin-right: 21.34375px;
}
@media screen and (max-width: 1200px) {
  .banner__subtitle {
    font-size: 14.2291666667px;
  }
}
@media screen and (max-width: 767px) {
  .banner__subtitle {
    white-space: normal;
    font-size: 16px;
    text-align: center;
    margin-right: 0;
  }
}
.banner__subtitle > span.en {
  text-orientation: mixed;
}
.banner__subtitle--center {
  text-align: center;
  margin-right: 0;
}
.banner__list {
  margin-right: auto;
}
.banner__list--04 > li {
  text-align: center;
}
.banner__list > li {
  font-size: 14.940625px;
  font-family: "Noto Serif JP", serif;
  color: #38a1db;
  letter-spacing: 0.1em;
  line-height: 1.75em;
}
@media screen and (max-width: 1200px) {
  .banner__list > li {
    font-size: 14.940625px;
  }
}
@media screen and (max-width: 767px) {
  .banner__list > li {
    font-size: 16px;
  }
}
.banner__list a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.banner__list a:hover {
  opacity: 0.6;
}
.banner__view-more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 31.3041666667px;
  font-size: 25.6125px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  padding: 0 14.2291666667px;
  color: #fff;
  background-color: #08287f;
  margin-top: 42.6875px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .banner__view-more {
    font-size: 23.478125px;
    margin-top: 21.34375px;
  }
}
@media screen and (max-width: 767px) {
  .banner__view-more {
    font-size: 18px;
    height: 30px;
  }
}
.banner__view-more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14.2291666667px;
  width: 100%;
  height: 19.209375px;
  background-image: url("./img/icons/arrows-right-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.banner__view-more--toggle::before {
  content: "View more";
}
.banner__view-more.active::before {
  content: "Close";
}
.banner__view-more:hover::after {
  right: 10.671875px;
}
.banner__view-more--01 {
  margin-top: 64.03125px;
}
@media screen and (max-width: 1200px) {
  .banner__view-more--01 {
    margin-top: 32.015625px;
  }
}
@media screen and (max-width: 767px) {
  .banner__view-more--01 {
    margin-top: 50px;
  }
}

.mv {
  width: 100%;
  padding: 0 56.9166666667px;
  margin: 71.1458333333px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .mv {
    padding: 0 28.4583333333px;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
}
.mv__text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 56.9166666667px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv__text {
    width: 80%;
    padding-right: 0;
  }
}
.mv__text > p {
  font-size: 14.940625px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  text-align: center;
  color: #38a1db;
}
@media screen and (max-width: 1200px) {
  .mv__text > p {
    font-size: 14.2291666667px;
  }
}
@media screen and (max-width: 767px) {
  .mv__text > p {
    font-size: 16px;
  }
}
.mv__logo {
  height: 99.6041666667px;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .mv__logo {
    height: 85.375px;
  }
}
@media screen and (max-width: 767px) {
  .mv__logo {
    height: 70px;
  }
}
.mv__title {
  font-size: 34.15px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 24.9010416667px 0 88.9322916667px;
  letter-spacing: 0.1em;
  line-height: 2.5em;
}
@media screen and (max-width: 1200px) {
  .mv__title {
    font-size: 32.015625px;
    margin-bottom: 46.2447916667px;
  }
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 24px;
    text-orientation: mixed;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin: 15px 0;
  }
}
.mv__image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .mv__image {
    width: 100%;
    margin-bottom: -25%;
  }
}
.mv__image > img {
  width: 100%;
  height: auto;
}

.top__banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 85.375px;
}
@media screen and (max-width: 767px) {
  .top__banners {
    gap: 50px;
  }
}

.guide {
  color: #231815;
  letter-spacing: 0.1em;
}
.guide__wrapper {
  position: relative;
  width: 100%;
  background-color: #EDEDED;
}
@media screen and (max-width: 767px) {
  .guide__wrapper {
    background-color: unset;
  }
}
.guide__wrapper--clicked {
  height: 100%;
  background-color: unset;
  background: url("./img/guide/clicked-bg.svg") no-repeat center top/100% auto;
}
@media screen and (max-width: 767px) {
  .guide__wrapper--clicked {
    background: url("./img/guide/clicked-bg-sp.svg") no-repeat center bottom/100% auto;
  }
}
@media screen and (max-width: 520px) {
  .guide__wrapper--clicked {
    background-position: center top;
  }
}
.guide__dropdown:hover::after {
  bottom: 5px;
}
.guide__dropdown::after {
  -webkit-transform: scaleY(-1) translateX(-50%);
          transform: scaleY(-1) translateX(-50%);
}
.guide__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35.5729166667px;
  max-width: calc(71.05% + 298.8125px);
  width: 100%;
  margin: 0 auto;
  padding: 142.2916666667px 56.9166666667px;
}
@media screen and (max-width: 1280px) {
  .guide__container {
    padding: 142.2916666667px 28.4583333333px 142.2916666667px;
  }
}
@media screen and (max-width: 767px) {
  .guide__container {
    margin-top: 0;
    padding: 0;
    gap: 25px;
  }
}
.guide__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .guide__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.guide__img {
  width: 683px;
  height: 512.25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 213.4375px;
}
@media screen and (max-width: 1280px) {
  .guide__img {
    width: 576px;
    height: 432px;
    margin-right: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .guide__img {
    width: 480px;
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .guide__img {
    margin-right: 0;
    width: 100%;
    height: 266.25px;
  }
}
.guide__content {
  padding-top: 92.4895833333px;
  font-family: "Noto Serif JP", serif;
  font-size: 14.940625px;
  line-height: 1.75em;
}
@media screen and (max-width: 1280px) {
  .guide__content {
    padding-top: 78px;
  }
}
@media screen and (max-width: 1024px) {
  .guide__content {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .guide__content {
    padding: 18.5px 6.6666666667% 0;
    font-size: 16px;
    text-align: center;
  }
}
.guide__title {
  font-size: 34.15px;
  line-height: 2.5em;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  margin-bottom: 25px;
}
@media screen and (max-width: 1280px) {
  .guide__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .guide__title {
    font-size: 24px;
    margin-bottom: 22.5px;
  }
}
.guide__btn-container {
  margin-top: 64.03125px;
}
@media screen and (max-width: 1024px) {
  .guide__btn-container {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .guide__btn-container {
    margin-top: 22.5px;
  }
}
@media screen and (max-width: 767px) {
  .guide__btn-container--mb {
    margin-bottom: 90px;
  }
}
.guide__btn {
  max-width: 298.8125px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .guide__btn {
    font-size: 18px;
    width: 250px;
    margin: 0 auto;
  }
}
.guide__btn--right {
  margin-left: auto;
}
.guide__clicked-container {
  font-family: "Noto Serif JP", serif;
  max-width: 1024.5px;
  width: 100%;
  margin: 71px auto 0;
  padding-bottom: 389.8791666667px;
}
@media screen and (max-width: 1280px) {
  .guide__clicked-container {
    padding: 0 3% 389.8791666667px;
  }
}
@media screen and (max-width: 767px) {
  .guide__clicked-container {
    margin-top: 111px;
    padding: 0 6.6666666667% 53.359375px;
  }
}
.guide__logo {
  width: 208.4572916667px;
  height: 99.6041666667px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .guide__logo {
    width: 175px;
    height: 84px;
  }
}
@media screen and (max-width: 767px) {
  .guide__logo {
    width: 146.5px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .guide__logo {
    width: 146.5px;
    height: 70px;
  }
}
.guide__clicked-title {
  font-size: 42.6875px;
  line-height: 2em;
  color: #08287f;
  text-align: center;
  margin: 41.2645833333px 0 60.4739583333px;
}
@media screen and (max-width: 1280px) {
  .guide__clicked-title {
    font-size: 36px;
    margin: 35px 0 51px;
  }
}
@media screen and (max-width: 767px) {
  .guide__clicked-title {
    font-size: 24px;
    margin: 11px 0 14.5px;
  }
}
.guide__clicked-img {
  position: relative;
  width: 100%;
  height: 768.375px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .guide__clicked-img {
    height: 648px;
  }
}
@media screen and (max-width: 767px) {
  .guide__clicked-img {
    width: 288px;
    height: 216px;
    margin: 0 auto;
  }
}
.guide__clicked-subtitle {
  font-size: 34.15px;
  line-height: 1.75em;
  color: #38a1db;
  text-align: center;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  margin: 56.9166666667px 0 135.1770833333px;
}
@media screen and (max-width: 1280px) {
  .guide__clicked-subtitle {
    font-size: 29px;
    margin: 48px 0 114px;
  }
}
@media screen and (max-width: 767px) {
  .guide__clicked-subtitle {
    font-size: 16px;
    margin: 25px 0 45px;
  }
}
.guide__clicked-list-title {
  font-size: 34.15px;
  color: #08287f;
  margin-bottom: 49.8020833333px;
}
@media screen and (max-width: 1280px) {
  .guide__clicked-list-title {
    font-size: 29px;
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 767px) {
  .guide__clicked-list-title {
    font-size: 18px;
    margin-bottom: 27.5px;
    text-align: center;
  }
}
.guide__clicked-list {
  font-size: 25.6125px;
  line-height: 1.75em;
  color: #38a1db;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1280px) {
  .guide__clicked-list {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .guide__clicked-list {
    font-size: 16px;
    text-align: center;
  }
}
.guide__clicked-list > li:not(:last-child) {
  margin-bottom: 42.6875px;
}
@media screen and (max-width: 1280px) {
  .guide__clicked-list > li:not(:last-child) {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .guide__clicked-list > li:not(:last-child) {
    margin-bottom: 22.5px;
  }
}

.access {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
.access__map-container {
  position: relative;
  width: 100%;
  height: 768.375px;
  margin-bottom: 159.3666666667px;
}
@media screen and (max-width: 767px) {
  .access__map-container {
    height: 270px;
    margin-bottom: 40px;
  }
}
.access__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.access__container {
  max-width: 1622.125px;
  width: 100%;
  margin: 0 auto;
}
.access__list {
  width: 100%;
  font-size: 21.34375px;
  line-height: 1.4em;
  margin-bottom: 128.0625px;
}
@media screen and (max-width: 767px) {
  .access__list {
    font-size: 16px;
    margin-bottom: 65px;
  }
}
.access__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28.4583333333px 0;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .access__list-item {
    padding: 12.5px 0;
  }
}
.access__list-item:nth-child(odd) {
  background-color: #D3EBFA;
}
.access__item-heading {
  width: 22.37%;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .access__item-heading {
    width: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.access__title {
  font-size: 34.15px;
  font-weight: 400;
  line-height: 2.5em;
  text-align: center;
  color: #08287f;
  margin-bottom: 56.9166666667px;
}
@media screen and (max-width: 767px) {
  .access__title {
    font-size: 16.8px;
    margin-bottom: 30px;
  }
}
.access__title--nm {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .access__title--sp-big {
    font-size: 24px;
  }
}
.access__footer-contact {
  font-size: 14.940625px;
  line-height: 1.75em;
  color: #38a1db;
  text-align: center;
  margin-bottom: 128.0625px;
}
@media screen and (max-width: 767px) {
  .access__footer-contact {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
.access__footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 56.9166666667px;
  margin: 42.6875px 0 128.0625px;
}
@media screen and (max-width: 767px) {
  .access__footer-sns {
    gap: 37.5px;
    margin: 30px 0 50px;
  }
}
.access__footer-sns-icon {
  width: 85.375px;
  height: 85.375px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .access__footer-sns-icon {
    width: 60px;
    height: 60px;
  }
}
.access__footer-sns-icon:hover {
  opacity: 0.5;
}
.access__footer-tel {
  display: block;
  font-size: 51.225px;
  line-height: 0.2916666667em;
  margin-top: 35.5729166667px;
}
@media screen and (max-width: 767px) {
  .access__footer-tel {
    font-size: 25.2px;
    margin-top: 17.5px;
  }
}

.annual__container {
  text-align: center;
  padding: 20px;
}
.annual__container--act {
  padding-bottom: 81.8177083333px;
  max-width: 1622.125px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .annual__container--act {
    max-width: 100%;
    padding-bottom: 25.08px;
  }
}
.annual__container--events {
  background: #fff;
  max-width: 1622.125px;
}
@media screen and (max-width: 767px) {
  .annual__container--events {
    margin-bottom: 25.08px;
    max-width: 100%;
    padding: 0 4%;
  }
}
.annual__main-title {
  color: #fff;
  line-height: 85.375px;
  letter-spacing: 0.1em;
  font-size: 34.15px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .annual__main-title {
    line-height: 48.4px;
    font-size: 19.36px;
  }
}
.annual__main-title--calendar {
  display: inline-block;
  padding: 20px;
  color: #08287f;
}
@media screen and (max-width: 767px) {
  .annual__main-title--calendar {
    display: block;
    margin-top: 34.32px;
    font-size: 15.84px;
    line-height: 44px;
  }
}
.annual__act {
  background: #38a1db;
  width: 100%;
}
.annual__act-col {
  margin-top: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 104.584375px;
}
@media screen and (max-width: 1200px) {
  .annual__act-col {
    gap: 31.24px;
  }
}
@media screen and (max-width: 767px) {
  .annual__act-col {
    margin-top: 31px;
    margin-bottom: 11.44px;
    gap: 6.6px;
    padding: 0;
  }
}
.annual__act-col--col2 {
  gap: 54.7822916667px;
}
@media screen and (max-width: 1200px) {
  .annual__act-col--col2 {
    gap: 31.24px;
  }
}
@media screen and (max-width: 767px) {
  .annual__act-col--col2 {
    margin-top: 31px;
    gap: 6.6px;
    padding: 0;
  }
}
.annual__pic-wrap img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .annual__pic-wrap img {
    height: auto;
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .annual__pic-wrap img {
    width: 100%;
  }
}
.annual__pic-text {
  font: 700 34.15px "Noto Serif JP", serif;
  line-height: 85.375px;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .annual__pic-text {
    font-size: 21.12px;
    line-height: 26.4px;
  }
}
.annual__pic-text--fs36 {
  font: 700 25.6125px "Noto Serif JP", serif;
  line-height: 34.15px;
}
@media screen and (max-width: 767px) {
  .annual__pic-text--fs36 {
    font-size: 9.24px;
    line-height: 16.17px;
  }
}
/*.annual__act-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 64.03125px;
}
@media screen and (max-width: 1200px) {
  .annual__act-wrap {
    gap: 31.24px;
  }
}
@media screen and (max-width: 767px) {
  .annual__act-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 31.24px;
    padding: 0;
  }
}
*/
.annual__act-cards {
  color: #fff;
}
.annual__act-cards img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .annual__act-cards img {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .annual__act-cards img {
    width: 100%;
  }
}
.annual__act-text {
  margin-top: 55.49375px;
}
@media screen and (max-width: 1314px) {
  .annual__act-text {
    margin-top: 14.08px;
  }
}
@media screen and (max-width: 767px) {
  .annual__act-text {
    margin-top: 14.08px;
  }
}
.annual__act-text p {
  line-height: 85.375px;
  letter-spacing: 0.1em;
  font-size: 34.15px;
  font-weight: 400;
}
@media screen and (max-width: 1314px) {
  .annual__act-text p {
    font-size: 21.12px;
  }
}
@media screen and (max-width: 767px) {
  .annual__act-text p {
    font-size: 21.12px;
  }
}
.annual__act-text span {
  letter-spacing: 0.1em;
  font-size: 14.940625px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .annual__act-text span {
    font-size: 14.940625px;
  }
}
.annual__events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.annual__events-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .annual__events-calendar {
    gap: 17px;
    padding: 5px;
  }
}
.annual__events-cards {
  width: 22%;
  height: 313.0416666667px;
  background-color: #d3ebfa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .annual__events-cards {
    width: 47%;
    height: 110px;
  }
}
.annual__events-cards--white-bg {
  background-color: #fff;
}
.annual__events-cards::before, .annual__events-cards::after {
  content: "";
  position: absolute;
}
.annual__events-cards::before {
  top: 0;
  right: -15px;
  bottom: 0;
  left: -15px;
  border-left: 1px solid #08287f;
  border-right: 1px solid #08287f;
}
@media screen and (max-width: 767px) {
  .annual__events-cards::before {
    top: 2px;
    left: -9px;
    right: -9px;
    height: 108px;
  }
}
.annual__events-cards::after {
  top: -12px;
  right: 10px;
  bottom: -19px;
  left: 0;
  width: 100%;
  border-top: 1px solid #08287f;
  border-bottom: 2px solid #08287f;
}
@media screen and (max-width: 767px) {
  .annual__events-cards::after {
    top: -6px;
    bottom: -12px;
  }
}
.annual__events-content {
  margin: 32.015625px 0 27.746875px;
}
@media screen and (max-width: 767px) {
  .annual__events-content {
    margin: 10.56px 0 17.16px;
  }
}
.annual__events-text {
  line-height: 42px;
  letter-spacing: 0.042em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .annual__events-text {
    line-height: 10.12px;
  }
}
.annual__events-text--date {
  font-size: 42.6875px;
}
@media screen and (max-width: 767px) {
  .annual__events-text--date {
    font-size: 14.96px;
  }
}
.annual__events-text--month {
  font-size: 25.6125px;
}
@media screen and (max-width: 767px) {
  .annual__events-text--month {
    font-size: 16px;
  }
}
.annual__events-wrap span {
  font-size: 42.6875px;
  font-weight: 500;
  line-height: 51.225px;
  letter-spacing: 0.042em;
}
@media screen and (max-width: 767px) {
  .annual__events-wrap span {
    font-size: 14.96px;
    line-height: 18.04px;
  }
}
.annual__socials {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 29.88125px;
}
.annual__socials-type {
  font-size: 25.6125px;
  font-weight: 400;
}
.annual__socials-details {
  display: inline-block;
  margin-top: 32.7270833333px;
  color: #38a1db;
  font-size: 14.940625px;
  font-weight: 400;
}
.annual__socials-wrap {
  margin-top: 37.7072916667px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 56.2052083333px;
}
@media screen and (max-width: 767px) {
  .annual__socials-wrap {
    padding-bottom: 0;
  }
}
.annual__socials-wrap img {
  height: 85.375px;
  width: 85.375px;
}
@media screen and (max-width: 767px) {
  .annual__socials-wrap img {
    height: 52.8px;
    width: 52.8px;
  }
}

.origin {
  margin-top: 71.1458333333px;
}
.origin__wrap {
  max-width: 996.0416666667px;
  margin: 0 auto;
  margin-top: 35.5729166667px;
}
@media screen and (max-width: 767px) {
  .origin__wrap {
    max-width: 100%;
    padding: 0 6.6666666667%;
    margin-top: 22px;
  }
}
.origin__content {
  margin-bottom: 28.4583333333px;
}
@media screen and (max-width: 767px) {
  .origin__content {
    margin-bottom: 17.6px;
  }
}
.origin__header {
  font-size: 21.34375px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .origin__header {
    font-size: 13.2px;
  }
}
.origin__header--margin {
  margin: 49.8020833333px 0 28.4583333333px;
}
@media screen and (max-width: 767px) {
  .origin__header--margin {
    margin: 30.8px 0 17.6px;
  }
}
.origin__text {
  font-size: 21.34375px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  text-indent: 23.478125px;
}
@media screen and (max-width: 767px) {
  .origin__text {
    font-size: 13.2px;
  }
}
.origin__text--no-indent {
  text-indent: 0;
}

.service {
  margin-top: 35.5729166667px;
  margin-bottom: 156.5208333333px;
}
@media screen and (max-width: 767px) {
  .service {
    margin-bottom: 50px;
  }
}
.service__item {
  display: none;
  margin-top: 35.5729166667px;
}
@media screen and (max-width: 767px) {
  .service__item {
    margin-top: 35px;
  }
}
.service__item.show {
  display: block;
}
.service__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 64.03125px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service__description {
    padding: 0 5%;
    margin: 0;
  }
}
.service__description-wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service__description-wrap {
    width: 100%;
  }
}
.service__text {
  font-size: 14.940625px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.7142857143em;
  letter-spacing: 0.1em;
  color: #38a1db;
}
@media screen and (max-width: 767px) {
  .service__text {
    font-size: 16px;
  }
}
.service__wrap {
  max-width: 996.0416666667px;
  margin: 0 auto;
  padding-top: 156.5208333333px;
}
@media screen and (max-width: 767px) {
  .service__wrap {
    max-width: 100%;
    padding: 44px 5% 0;
  }
}
.service__content {
  margin-bottom: 156.5208333333px;
}
@media screen and (max-width: 767px) {
  .service__content {
    margin-bottom: 44px;
  }
}
.service__content:last-of-type {
  margin-bottom: 0;
}
.service__header {
  font-size: 34.15px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service__header {
    font-size: 14.784px;
    margin-bottom: 15px;
  }
}
.service__table {
  width: 100%;
  border-collapse: collapse;
}
.service__table--color-rev .service__table-row {
  background-color: #fff;
}
.service__table--color-rev .service__table-row:nth-of-type(even) {
  background-color: #D3EBFA;
}
@media screen and (max-width: 767px) {
  .service__table--color-rev .service__table-heading {
    width: 20%;
    padding: 5px 5px;
  }
}
.service__table-row {
  background-color: #D3EBFA;
}
.service__table-row:nth-of-type(even) {
  background-color: #fff;
}
.service__table-header {
  font-size: 21.34375px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  color: #38a1db;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .service__table-header {
    font-size: 16px;
    padding: 5px 10px;
    min-width: 20%;
    white-space: nowrap;
  }
}
.service__table-header--start {
  text-align: start;
}
.service__table-heading {
  width: 213.4375px;
  font-size: 21.34375px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .service__table-heading {
    font-size: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 10px;
    white-space: nowrap;
  }
}
.service__table-data {
  font-size: 21.34375px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .service__table-data {
    font-size: 16px;
    padding: 5px 10px;
    line-height: 1.5em;
  }
}
.service__table-description {
  margin-top: 15px;
  font-size: 21.34375px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .service__table-description {
    font-size: 16px;
  }
}
.service__table-description--padding {
  padding-left: 92.4895833333px;
}
@media screen and (max-width: 767px) {
  .service__table-description--padding {
    padding-left: 10px;
  }
}
.service__button-container {
  width: 100%;
}
.service__button {
  display: block;
  width: 100%;
  background-color: #08287f;
  color: #fff;
  font-size: 34.15px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 67.5885416667px;
}
@media screen and (max-width: 767px) {
  .service__button {
    font-size: 11.88px;
    margin-top: 24.2px;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", HiraKakuProN-W3, "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
  color: #08287f;
  font-size: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  scroll-behavior: smooth;
}
@media screen and (max-width: 980px) {
  html {
    min-width: 980px;
  }
}
@media screen and (max-width: 767px) {
  html {
    min-width: 100%;
  }
}

body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

main.lower {
  margin-top: 71.1458333333px;
}
@media screen and (max-width: 767px) {
  main.lower {
    margin-top: 111px;
  }
}

.white {
  color: #fff;
}

.white-bg {
  background: #fff;
}

.black {
  color: #000;
}

.black-bg {
  background: #000;
}

.primary {
  color: #08287f;
}

.primary-bg {
  background: #08287f;
}

.overflow {
  overflow: hidden;
}

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

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

.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.js-toggle-item {
  display: none;
}
.js-toggle-item.active {
  display: block;
}

.anchor {
  display: block;
  position: relative;
  top: -71.1458333333px;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .anchor {
    top: -111px;
  }
}
.anchor--wow {
  top: -10px;
}
@media screen and (max-width: 767px) {
  .anchor--wow {
    top: -110px;
  }
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 2s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*# sourceMappingURL=/main.css.map */