/*
buildOutputFile: 'top';
*/
.mv {
  position: relative;
  overflow: hidden;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .mv {
    overflow: visible;
    margin-top: 1rem;
  }
}
.mv-img {
  width: 83%;
  margin: 0 0 0 auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .mv-img {
    border-radius: 100rem 0 0 100rem;
  }
}
@media (max-width: 767px) {
  .mv-img {
    border-radius: 80rem 80rem 0 0;
    margin: 0 auto;
    width: calc(100% - 4rem);
  }
}
.mv-img img {
  width: 100%;
}
.mv-kazari-item {
  position: absolute;
}
.mv-kazari-item.is-1 {
  width: 38.8rem;
  aspect-ratio: 0.83;
  top: 5.5rem;
  right: 79.5%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mv-kazari-item.is-1 {
    width: 28rem;
  }
}
@media (max-width: 767px) {
  .mv-kazari-item.is-1 {
    width: 7.5rem;
    top: -0.5rem;
  }
}
.mv-kazari-item.is-2 {
  width: 38.3rem;
  aspect-ratio: 0.8;
  bottom: 0;
  right: -8rem;
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .mv-kazari-item.is-2 {
    width: 38.3rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mv-kazari-item.is-2 {
    width: 20rem;
    right: -3rem;
  }
}
@media (max-width: 767px) {
  .mv-kazari-item.is-2 {
    width: 7.4rem;
    right: 1rem;
    top: 50vw;
  }
}

.mvContents {
  position: absolute;
  bottom: 10rem;
  left: 0;
}
@media (max-width: 767px) {
  .mvContents {
    position: static;
  }
}
.mvContents-title {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  width: fit-content;
  height: 10rem;
  background: #fff;
  padding-inline: 8.6rem 4.8rem;
  font-size: 4.6rem;
  font-weight: 700;
  font-family: var(--font-zenmaru);
  border-radius: 0 10rem 10rem 0;
  color: #2A4F9A;
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .mvContents-title {
    font-size: 3.2rem;
    height: 7rem;
    padding-inline: 6rem 4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mvContents-title {
    font-size: 3rem;
    padding-inline: 6rem 3rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .mvContents-title {
    font-size: 1.6rem;
    padding-inline: 1rem 2rem;
    height: 3.3rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
}
.mvContents-ul {
  display: flex;
  gap: 1.5rem;
  margin-left: 8.6rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mvContents-ul {
    margin-left: 5%;
  }
}
@media (max-width: 767px) {
  .mvContents-ul {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 2rem);
    width: calc(100% - 2rem);
    gap: 0.5rem;
  }
}
.mvContents-ul-li {
  position: relative;
  width: 17rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(180deg, #7CD9FC 0%, #3A7CD6 100%);
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .mvContents-ul-li {
    width: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mvContents-ul-li {
    width: 12rem;
  }
}
.mvContents-ul-li-icon {
  position: absolute;
  top: 10%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mvContents-ul-li-icon {
    height: 4rem;
    padding-top: 0.4rem;
  }
  .mvContents-ul-li-icon img {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 767px) {
  .mvContents-ul-li-icon {
    top: 8%;
    height: 3rem;
    padding-top: 0.2rem;
  }
  .mvContents-ul-li-icon img {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mvContents-ul-li-icon.is-4 {
    height: 3rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .mvContents-ul-li-icon.is-4 {
    height: 2rem;
    margin-top: 0.3rem;
  }
}
.mvContents-ul-li-text {
  position: absolute;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  left: 0;
  bottom: 20%;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .mvContents-ul-li-text {
    font-size: 1.7rem;
    bottom: 15%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mvContents-ul-li-text {
    font-size: 1.4rem;
    bottom: 10%;
  }
}
@media (max-width: 767px) {
  .mvContents-ul-li-text {
    font-size: 1.2rem;
    bottom: 5%;
  }
}

.policy .title-l {
  position: relative;
}
@media (max-width: 767px) {
  .policy .title-l {
    width: 100%;
  }
}
.policy .title-l::before, .policy .title-l::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.policy .title-l::before {
  width: 11rem;
  height: 12rem;
  top: -2rem;
  left: -17rem;
  background: url(../img/top/illust-ttl-1.png) center center/contain no-repeat;
}
@media (max-width: 767px) {
  .policy .title-l::before {
    left: 2rem;
    width: 6.4rem;
  }
}
.policy .title-l::after {
  width: 11.8rem;
  height: 12rem;
  top: -2rem;
  right: -17rem;
  background: url(../img/top/illust-ttl-2.png) center center/contain no-repeat;
}
@media (max-width: 767px) {
  .policy .title-l::after {
    width: 6.8rem;
    right: 2rem;
  }
}
.policy-lead {
  line-height: 2.5;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5.6rem;
}
@media (max-width: 767px) {
  .policy-lead {
    font-size: 1.5rem;
    line-height: 2.2666666667;
    margin-bottom: 3rem;
  }
}

.policyPoint {
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding-bottom: 17.8rem;
  background: url(../img/top/illust-city.png) center bottom/114rem auto no-repeat;
}
@media (min-width: 768px) {
  .policyPoint {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .policyPoint {
    max-width: 96%;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .policyPoint {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .policyPoint {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    padding-bottom: 12rem;
    background-size: 230% auto;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 2rem);
    width: calc(100% - 2rem);
  }
}
.policyPoint-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25rem;
  aspect-ratio: 1;
  background: url(../img/top/bg-circle.svg) center center/contain no-repeat;
  color: var(--themeColor);
  line-height: 2;
  font-weight: 500;
  text-align: center;
  font-size: 1.8rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .policyPoint-item {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .policyPoint-item {
    width: auto;
    font-size: 1.5rem;
    line-height: 1.7333333333;
    background-image: url(../img/top/bg-circle-sp.svg);
  }
}
@media (max-width: 767px) {
  .policyPoint-item.is-lh {
    line-height: 1.4666666667;
  }
}

.news {
  position: relative;
  background: #fff;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .news {
    padding: 6rem 0;
  }
}
.news-kazari-item {
  position: absolute;
}
.news-kazari-item.is-1 {
  top: 4rem;
  left: calc(50% + 30rem);
}
@media (max-width: 767px) {
  .news-kazari-item.is-1 {
    left: auto;
    right: 1rem;
    width: 8.9rem;
  }
}
.news-kazari-item.is-2 {
  bottom: 9rem;
  right: calc(50% + 40rem);
}

.newsList {
  width: 109.4rem;
  max-width: 90%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .newsList {
    height: 29rem;
    overflow: scroll;
  }
}
.newsList-item {
  border-bottom: 0.1rem solid var(--themeColor);
}
.newsList-item-link {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .newsList-item-link {
    gap: 1.7rem;
  }
}
@media (hover: hover) {
  .newsList-item-link:hover {
    background: #f5f5f5;
  }
  .newsList-item-link:hover img {
    opacity: 1;
  }
}
.newsList-item-thumb {
  aspect-ratio: 1.6;
  width: 16rem;
  min-width: 16rem;
}
@media (max-width: 767px) {
  .newsList-item-thumb {
    width: 12rem;
    min-width: 12rem;
  }
}
.newsList-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsList-item-time {
  font-size: 2rem;
  color: var(--themeColor);
  font-weight: 500;
}
@media (max-width: 767px) {
  .newsList-item-time {
    font-size: 1.5rem;
  }
}
.newsList-item-text {
  flex: 1;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .newsList-item-text {
    font-size: 1.5rem;
  }
}

.newsBtn {
  text-align: center;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .newsBtn {
    margin-top: 4rem;
  }
}

.access {
  position: relative;
  background: #C8EBFF;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .access {
    padding: 6rem 0;
  }
}
.access::before {
  content: "";
  display: inline-block;
  width: 17.3rem;
  aspect-ratio: 1.24;
  background: url(../img/top/illust-truck.png) center center/contain no-repeat;
  position: absolute;
  top: 5rem;
  right: calc(50% + 24rem);
}
@media (max-width: 767px) {
  .access::before {
    width: 8.5rem;
    top: 6.6rem;
    right: auto;
    left: 1rem;
  }
}
@media (max-width: 767px) {
  .access .title-l {
    margin-bottom: 0.8rem;
  }
}

.accessMap {
  max-width: 114rem;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .accessMap {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .accessMap {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 2rem);
    width: calc(100% - 2rem);
  }
}
.accessMap iframe {
  width: 100%;
  height: 80rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .accessMap iframe {
    height: 25rem;
  }
}

.facility {
  position: relative;
  background: #C8EBFF;
  padding-block: 4rem 20rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .facility {
    padding-bottom: 14rem;
  }
}
.facility::after {
  content: "";
  position: absolute;
  top: 3rem;
  right: calc(50% - 45rem);
  display: inline-block;
  background: url(../img/top/illust-ttl-3.png) center center/contain no-repeat;
  width: 80px;
  aspect-ratio: 0.94;
}
@media (max-width: 767px) {
  .facility::after {
    top: auto;
    bottom: 4.5rem;
    right: 4rem;
  }
}

.facilityList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  gap: 0.8rem;
  margin-top: 5rem;
  width: 114rem;
  max-width: 90%;
  margin-inline: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facilityList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .facilityList {
    margin-top: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
.facilityList-item {
  position: relative;
  height: 8rem;
  border: 1px solid #35B8E6;
  border-radius: 0.5rem;
  overflow: hidden;
}
.facilityList-item > a, .facilityList-item > div {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #F0F9FE;
  padding: 1rem 3rem 1rem 1rem;
}
.facilityList-item > a::after, .facilityList-item > div::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  aspect-ratio: 1;
  background: url(../img/common/icon-arrow-r.svg) center center/contain no-repeat;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1.5rem;
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .facilityList-item > a::after, .facilityList-item > div::after {
    width: 1.6rem;
  }
}
@media (hover: hover) {
  .facilityList-item > a:hover {
    background: #E1F4FF;
  }
}
.facilityList-item-thumb {
  width: 6rem;
  aspect-ratio: 1;
}
.facilityList-item-text {
  flex: 1;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .facilityList-item-text {
    font-size: 1.5rem;
  }
}
.facilityList-item-text.is-s {
  font-size: 1.5rem;
}