@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-VariableFont_wght.ttf") format("truetype");
}
body {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #333;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.7;
  }
}

a:hover {
  opacity: 0.6;
}

p {
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 15px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

strong {
  color: var(--main-color, #006eb2);
  font-weight: bold;
}

.text-serif {
  font-family: "Noto Serif JP", serif;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.wrapper {
  min-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    min-width: 0;
  }
}

.container {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 16px;
    min-width: 0;
  }
}

.header {
  background-color: #0d2341;
  padding: 24px 32px;
  min-width: 1200px;
}
.header__logo {
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.header__logo-img {
  width: auto;
  height: 28px;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 12px 24px;
    min-width: 0;
  }
  .header__logo {
    font-size: 16px;
  }
  .header__logo-img {
    height: 22px;
  }
}

.mv__top {
  height: 755px;
  background: linear-gradient(68deg, #1ac6cf 0%, #1587ce 100%);
  min-width: 1200px;
}
.mv__top-wrapper {
  position: relative;
  width: 100%;
  height: 551px;
}
.mv__top-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mv__top-wrapper .mv__top-container {
  position: absolute;
  width: 100%;
  bottom: -155px;
  text-align: center;
  color: #fff;
}
.mv__top-wrapper .mv__top-container .mv__top-inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 1440px;
  margin: 0 auto;
}
.mv__top .mv__top-title {
  font-size: 115px;
  font-family: "Montserrat";
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 300;
}
.mv__top .mv__top-subtittle {
  font-size: 48px;
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 0.8;
}
.mv__top .mv__top-lead {
  font-size: 56px;
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .mv__top {
    height: auto;
    background: linear-gradient(68deg, #1ac6cf 0%, #1587ce 100%);
    padding-bottom: 170px;
    min-width: 0;
  }
  .mv__top-wrapper {
    height: auto;
  }
  .mv__top-wrapper-container {
    bottom: -135px;
  }
  .mv__top-wrapper-container-inner {
    gap: 11px;
  }
  .mv__top .mv__top-title {
    font-size: 38px;
  }
  .mv__top .mv__top-subtittle {
    font-size: 24px;
  }
  .mv__top .mv__top-lead {
    font-size: 32px;
    line-height: 1.2;
  }
}

.area__map {
  position: relative;
  background-color: #fff;
}
.area__map-wrapper {
  max-width: 1440px;
  min-width: 1200px;
  height: 540px;
  background: url(../images/area_map_pc.webp) no-repeat top center;
  background-size: cover;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .area__map-wrapper {
    min-width: 0;
    width: 100%;
    height: 310px;
    background: url(../images/area_map_sp.webp) no-repeat top center;
    background-size: 710px;
  }
}
.area__map-container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 65px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .area__map-container {
    width: 100%;
    padding-top: 16px;
    padding-left: 16px;
  }
}
.area__map-container02 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .area__map-container02 {
    width: 100%;
    padding-top: 16px;
    padding-left: 16px;
  }
}
.area__map-label {
  width: 130px;
  height: 98px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: linear-gradient(45deg, #1ac6cf 0%, #1587ce 100%);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2em;
  padding: 15px 22px;
}
@media screen and (max-width: 767px) {
  .area__map-label {
    height: 31px;
    font-size: 15px;
    padding: 8px 26px;
    position: absolute;
    top: 16px;
    left: calc(50% - 172px);
    width: auto;
  }
}
.area__map-btn {
  font-size: 24px;
  color: #0076c0;
  background-color: #fff;
  border: 4px #1abdcf solid;
  border-radius: 4px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  box-shadow: 0px 2px 6px 4px rgba(26, 198, 207, 0.2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .area__map-btn {
    font-size: 15px;
    border: 2px #1abdcf solid;
  }
}
.area__map-btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  background-image: url(../images/icon_arrow_down.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 18px;
  translate: 0 -50%;
}
.area__map-btn.long {
  width: 314px;
  height: 60px;
  padding: 18px 0;
}
@media screen and (max-width: 767px) {
  .area__map-btn.long {
    width: auto;
    height: 45px;
    padding: 15px 32px 15px 18px;
  }
}
.area__map-btn.short {
  width: 195px;
  height: 60px;
  padding: 15px 18px;
}
@media screen and (max-width: 767px) {
  .area__map-btn.short {
    width: auto;
    height: 45px;
    padding: 15px 32px 15px 18px;
  }
}

.area__map-btn.long.pin01 {
  position: absolute;
  top: 130px;
  left: 75px;
}
@media screen and (max-width: 767px) {
  .area__map-btn.long.pin01 {
    top: 155px;
    left: calc(50% - 160px);
  }
}

.area__map-btn.long.pin02 {
  position: absolute;
  top: -10px;
  left: 295px;
}
@media screen and (max-width: 767px) {
  .area__map-btn.long.pin02 {
    top: 70px;
    left: calc(50% - 135px);
  }
}

.area__map-btn.short.pin03 {
  position: absolute;
  top: 180px;
  left: 690px;
}
@media screen and (max-width: 767px) {
  .area__map-btn.short.pin03 {
    top: 170px;
    left: calc(50% + 80px);
  }
}

.area__map-btn.short.pin04 {
  position: absolute;
  top: 10px;
  left: 750px;
}
@media screen and (max-width: 767px) {
  .area__map-btn.short.pin04 {
    position: absolute;
    top: 55px;
    left: calc(50% + 90px);
  }
}

.area__tab {
  font-size: 32px;
  color: #fff;
  padding: 14px 0;
  border-radius: 4px;
  text-align: center;
  background: linear-gradient(20deg, #1ac6cf 0%, #1587ce 100%);
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .area__tab {
    font-size: 20px;
    padding: 7px 0;
  }
}

.area__contents-flex {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .area__contents-flex {
    flex-direction: column-reverse;
    margin-top: 0;
  }
}

.area__contents-name {
  font-size: 28px;
  font-weight: 500;
  color: #006eb2;
  display: inline-flex;
  align-items: center;
  margin-top: 32px;
}
.area__contents-name::before {
  content: "";
  display: inline-block;
  background: url(../images/icon_arrow_right.webp);
  width: 10px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .area__contents-name {
    font-size: 22px;
    margin-top: 16px;
    margin-bottom: 8px;
  }
}

.area__contents-information {
  display: flex;
  margin-top: 38px;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .area__contents-information {
    flex-direction: column;
    margin-top: 16px;
    gap: 8px;
  }
}
.area__contents-information span {
  background-color: #d9d9d9;
  padding: 4px 13px;
  border-radius: 3px;
  width: 101px;
  text-align: center;
}
.area__contents-information .area__contents-label {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .area__contents-information .area__contents-label {
    gap: 13px;
  }
}

.area__contents-lead {
  margin-top: 16px;
}

.area__contents-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 40px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .area__contents-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.card {
  display: grid;
  grid-template-rows: auto 1fr auto;
}
@media screen and (max-width: 767px) {
  .card {
    display: flex;
    gap: 8px;
    border-bottom: 1px #006eb2 solid;
    padding-bottom: 18px;
    margin-top: 12px;
  }
}
.card__top {
  display: flex;
  flex-direction: column;
}
.card__name {
  font-size: 20px;
  color: #006eb2;
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.card__name::before {
  content: "";
  display: inline-block;
  background: url(../images/icon_arrow_right.webp);
  width: 10px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}
.card__name.pc {
  display: inline-flex;
}
.card__name.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .card__name {
    font-size: 18px;
  }
  .card__name.pc {
    display: none;
  }
  .card__name.sp {
    display: inline-flex;
  }
}
.card__text {
  font-size: 16px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .card__text {
    font-size: 14px;
    margin-top: 0;
    flex: 0 0 58%;
  }
}

.area__contents-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 16px;
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .area__contents-list {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 14px;
    margin-top: 40px;
  }
}
.area__contents-list li {
  border-bottom: 1px #006eb2 solid;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .area__contents-list li {
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .area__contents-list li .card__name {
    font-size: 16px;
  }
}

.annotation {
  font-size: 12px;
  margin-top: 84px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .annotation {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.footer {
  padding: 64px 0 24px;
  min-width: 1200px;
  border-top: 1px #ccc solid;
}
.footer__logo {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin-bottom: 56px;
}
.footer__logo-img {
  height: 54px;
}
.footer__logo-1 {
  height: 46px;
}
.footer__logo-2 {
  height: 45px;
}
.footer .footer-links {
  margin-top: 32px;
}
.footer .footer-links__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}
.footer .site_link_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer .site_link li {
  display: inline-block;
  margin-top: 15px;
}
.footer .site_link li:not(:first-child) {
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid #ddd;
}
.footer .site_link li a {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}
.footer .site_link li a:hover {
  opacity: 0.5;
}
.footer .site_link_wrap .site_link + .site_link li:first-child {
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid #ddd;
}
.footer__copyright {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #999;
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 0 60px;
    min-width: 0;
    margin-bottom: 20px;
  }
  .footer__logo {
    margin-bottom: 24px;
    row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__logo-img {
    height: 34px;
  }
  .footer__logo-1 {
    height: 36px;
    margin-left: -3px;
  }
  .footer .footer-links {
    margin-top: 24px;
  }
  .footer .footer-links__title {
    font-size: 16px;
  }
  .footer .site_link li {
    margin-top: 12px;
  }
  .footer .site_link li:not(:first-child) {
    margin-left: 8px;
    padding-left: 8px;
  }
  .footer .site_link li a {
    font-size: min(2.4vw, 18px);
  }
  .footer .site_link_wrap .site_link + .site_link li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .footer__copyright {
    font-size: 12px;
    text-align: left;
    margin-top: 40px;
  }
}

.scroll-top {
  display: grid;
  place-items: center;
  position: fixed;
  right: 3%;
  bottom: 5%;
  width: 56px;
  height: 56px;
  color: #1abdcf;
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #1abdcf;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s;
  box-shadow: 0px 2px 6px 4px rgba(26, 198, 207, 0.2);
}
.scroll-top:hover {
  opacity: 0.8;
}
.scroll-top__icon {
  width: 18px;
}
.scroll-top__text {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .scroll-top {
    width: 48px;
    height: 48px;
    bottom: 80px;
  }
  .scroll-top__icon {
    width: 16px;
  }
  .scroll-top__text {
    font-size: 11px;
  }
}/*# sourceMappingURL=style.css.map */