@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: 0.6944444444vw !important;
}
@media screen and (max-width: 800px) {
  html {
    font-size: 2.5641025641vw !important;
  }
}

body {
  font-size: 1.6rem !important;
}

input,
textarea {
  font-size: min(16px, 1rem) !important;
}

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

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

@media only screen and (max-width: 600px) {
  #container {
    transform: none !important;
  }
}
.mv {
  width: 100vw;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.mv {
  background-color: rgb(240, 247, 246);
  position: relative;
}
.mv .mv__catch {
  width: fit-content;
  margin: auto;
  position: absolute;
  top: 18.5rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 800px) {
  .mv .mv__catch {
    width: 100%;
    position: inherit;
    top: inherit;
    margin: 0 auto;
    padding: 4.8rem 1.6rem 0;
  }
}
.mv .mv__catch h2 {
  font-family: "M PLUS 1p", sans-serif;
  color: rgb(0, 95, 143);
  font-size: 4.8rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 800px) {
  .mv .mv__catch h2 {
    font-size: 3.2rem;
    line-height: 1.4;
  }
}
.mv .mv__catch p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 2.4rem;
}
@media screen and (max-width: 800px) {
  .mv .mv__catch p {
    line-height: 1.8;
    margin-top: 1.6rem;
  }
}
.mv .mv__contents {
  width: 100%;
  display: grid;
  grid-template-columns: 60.2rem auto;
  align-content: center;
  gap: 7rem;
  padding: 18.7rem 9.8rem 11.9rem 5rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .mv .mv__contents {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding: 1.6rem 1.6rem 8rem;
  }
}
.mv .mv__contents .mv__points .woman__box {
  position: relative;
}
.mv .mv__contents .mv__points .woman__box .mv_woman {
  width: 33.6rem;
  margin-bottom: -0.4rem;
}
@media screen and (max-width: 800px) {
  .mv .mv__contents .mv__points .woman__box .mv_woman {
    width: 12rem;
    margin-left: 3.6rem;
  }
}
.mv .mv__contents .mv__points .woman__box .mv_balloon {
  width: 18.2rem;
  position: absolute;
  top: 3rem;
  left: 20.2rem;
}
@media screen and (max-width: 800px) {
  .mv .mv__contents .mv__points .woman__box .mv_balloon {
    width: 17.5rem;
    top: 1.26rem;
    left: inherit;
    right: 1.6rem;
  }
}
.mv .mv__contents .mv__points .points {
  width: 100%;
}

.mv__search {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 800px) {
  .mv__search {
    display: grid;
    gap: 1.2rem;
  }
}
.mv__search::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/frontpage_mv/mv_search_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3.3rem;
}
@media screen and (max-width: 800px) {
  .mv__search::before {
    content: none;
  }
}
.mv__search .search_contents {
  width: 16rem;
  position: absolute;
  /* SP時アコーディオン */
}
@media screen and (max-width: 800px) {
  .mv__search .search_contents {
    width: 100%;
    position: inherit;
  }
}
.mv__search .search_contents.tohoku {
  top: 8.2rem;
  right: -5.8rem;
}
@media screen and (max-width: 800px) {
  .mv__search .search_contents.tohoku {
    top: inherit;
    right: inherit;
  }
}
.mv__search .search_contents.chubu {
  top: 16.6rem;
  right: 12.8rem;
}
@media screen and (max-width: 800px) {
  .mv__search .search_contents.chubu {
    top: inherit;
    right: inherit;
  }
}
.mv__search .search_contents.kanto {
  bottom: 12.6rem;
  right: -5.8rem;
}
@media screen and (max-width: 800px) {
  .mv__search .search_contents.kanto {
    bottom: inherit;
    right: inherit;
  }
}
.mv__search .search_contents.kinki {
  bottom: 2.4rem;
  right: 12.8rem;
}
@media screen and (max-width: 800px) {
  .mv__search .search_contents.kinki {
    bottom: inherit;
    right: inherit;
  }
}
.mv__search .search_contents.chugoku {
  bottom: 11.5rem;
  left: 14.6rem;
}
@media screen and (max-width: 800px) {
  .mv__search .search_contents.chugoku {
    bottom: inherit;
    left: inherit;
  }
}
.mv__search .search_contents.shikoku {
  bottom: 0.5rem;
  left: 14.6rem;
}
@media screen and (max-width: 800px) {
  .mv__search .search_contents.shikoku {
    bottom: inherit;
    left: inherit;
  }
}
.mv__search .search_contents.kyusyu {
  bottom: -2rem;
  left: -4rem;
}
@media screen and (max-width: 800px) {
  .mv__search .search_contents.kyusyu {
    bottom: inherit;
    left: inherit;
  }
}
.mv__search .search_contents .region {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  border-radius: 0.8rem 0.8rem 0 0;
  background-color: rgb(0, 109, 163);
  padding: 0.8rem 0;
}
@media screen and (max-width: 800px) {
  .mv__search .search_contents .region {
    border-radius: 0.8rem;
    padding: 1.6rem 0;
    cursor: pointer;
    position: relative;
  }
}
@media screen and (max-width: 800px) {
  .mv__search .search_contents .region::before {
    content: "";
    width: 1.2rem;
    height: 0.2rem;
    background-color: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.6rem;
  }
}
.mv__search .search_contents .region::after {
  content: "";
  width: 0.2rem;
  height: 1.2rem;
  background-color: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.1rem;
}
@media screen and (max-width: 800px) {
  .mv__search .search_contents .inner {
    overflow: hidden;
    max-height: 0;
    display: grid;
    transition: max-height 0.5s ease-in-out;
  }
}
.mv__search .search_contents ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
  border-radius: 0 0 0.8rem 0.8rem;
  background-color: rgba(218, 234, 242, 0.8);
  padding: 0.8rem;
}
@media screen and (max-width: 800px) {
  .mv__search .search_contents ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.mv__search .search_contents ul li {
  border-radius: 0.4rem;
  background-color: #fff;
}
.mv__search .search_contents ul li a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(0, 95, 143);
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 0.6rem 0;
}
.mv__search .search_contents.active .region {
  border-radius: 0.8rem 0.8rem 0 0;
}
.mv__search .search_contents.active .region::after {
  content: none;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: hsla(173, 4%, 58%, 0.87);
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.modal .modal__container {
  overflow-y: auto;
  max-width: 80rem;
  width: 90%;
  max-height: calc(100vh - 40rem);
  background: #fff;
  padding: 2rem;
  border-radius: 0.8rem;
  text-align: center;
  position: relative;
}
.modal .modal__container h2 {
  display: grid;
  place-items: center;
  height: 8rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .modal .modal__container h2 {
    height: 6rem;
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.modal .modal__container .btn_close {
  width: 4rem;
  height: 4rem;
  color: rgb(0, 109, 163);
  font-size: 2.8rem;
  line-height: 4rem;
  border: none;
  border-radius: 0.4rem;
  background-color: rgba(218, 234, 242, 0.8);
  cursor: pointer;
  position: absolute;
  top: 2rem;
  right: 2rem;
}
@media screen and (max-width: 800px) {
  .modal .modal__container .btn_close {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
}
.modal .modal__container .kana_group {
  text-align: left;
  background-color: rgba(218, 234, 242, 0.8);
  padding: 1.2rem 2rem;
}
.modal .modal__container .list_city {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 1.2rem 0;
}
@media screen and (max-width: 800px) {
  .modal .modal__container .list_city {
    padding: 0.9rem 0;
    grid-template-columns: 1fr 1fr;
  }
}
.modal .modal__container .list_city li {
  padding: 1.2rem 2rem;
}
@media screen and (max-width: 800px) {
  .modal .modal__container .list_city li {
    padding: 0.9rem 1.5rem;
  }
}
.modal .modal__container .list_city li a {
  display: block;
  color: rgb(0, 109, 163);
  text-align: left;
  transition: 0.3s;
}
.modal .modal__container .list_city li a:hover {
  opacity: 0.5;
}