@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

picture {
  display: block;
}

.mv__top {
  background: #e6eff6;
  padding: 32px 0 0;
  overflow: hidden;
  margin: 0 0 -1px;
}
@media screen and (max-width: 767px) {
  .mv__top {
    padding: 20px 0 0;
  }
}
.mv__top__head {
  margin: 0 0 34px;
}
@media screen and (max-width: 767px) {
  .mv__top__head {
    margin: 0 0 20px;
  }
}
.mv__top__catch {
  color: #005eab;
  display: block;
  font-family: sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.09em;
  margin: 0 0 6px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv__top__catch {
    font-size: 32px;
    letter-spacing: 0.06em;
  }
}
.mv__top__catch span {
  font-size: 50px;
  margin: 0 0 2px;
}
@media screen and (max-width: 767px) {
  .mv__top__catch span {
    font-size: 28px;
  }
}
.mv__top__desc {
  display: block;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv__top__desc {
    font-size: 15px;
  }
}
.mv__top__img {
  width: 1081px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv__top__img {
    width: 355.3px;
  }
}
.mv__top__img img {
  width: 100%;
}
.mv__middle {
  background: #005eab;
  margin: 0 0 -60px;
}
@media screen and (max-width: 767px) {
  .mv__middle {
    margin: 0 0 -30px;
  }
}
.mv__middle__desc {
  color: #fff;
  font-size: 15px;
  padding: 25px 0 86px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv__middle__desc {
    padding: 15px 0 43px;
  }
}
.mv__menu__list {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, minmax(0, 400px));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .mv__menu__list {
    gap: 14px;
  }
}
.mv__menu__item {
  display: grid;
  grid-template-rows: 1fr auto;
}
.mv__menu__box {
  background: #fff;
  border: 1px solid #005eab;
  padding: 20px 34px 20px 25px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 94, 171, 0.3);
          box-shadow: 0 2px 10px rgba(0, 94, 171, 0.3);
  position: relative;
  margin: 0 0 -26px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: +1;
}
@media screen and (max-width: 767px) {
  .mv__menu__box {
    padding: 15px 10px;
    margin: 0 0 -15px;
  }
}
.mv__menu__box:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .mv__menu__box:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.mv__menu__box:hover::after {
  opacity: 1;
  visibility: visible;
}
.mv__menu__box::before {
  content: "";
  display: inline-block;
  background: url(/point/assets/img/top/fukidashi_icon.svg) no-repeat center/contain;
  width: 39px;
  height: 26px;
  position: absolute;
  bottom: -20px;
  left: 22%;
}
@media screen and (max-width: 767px) {
  .mv__menu__box::before {
    background: url(/point/assets/img/top/fukidashi_icon_sp.svg) no-repeat center/contain;
    width: 16px;
    height: 28px;
    bottom: -15px;
    left: 12%;
  }
}
.mv__menu__box::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.mv__menu__box__title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 18px;
}
@media screen and (max-width: 767px) {
  .mv__menu__box__title {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 13px;
    margin: 0 0 10px;
    text-align: center;
  }
}
.mv__menu__box__desc {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .mv__menu__box__desc {
    font-size: 11px;
  }
}
.mv__menu__box__link {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  width: 15px;
}
@media screen and (max-width: 767px) {
  .mv__menu__box__link {
    right: -7px;
  }
}
.mv__menu__box__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 139px;
  position: relative;
  z-index: +1;
}
@media screen and (max-width: 767px) {
  .mv__menu__box__img {
    min-height: unset;
  }
}
@media screen and (max-width: 767px) {
  .mv__menu__box__img--guide img {
    width: 68.75px;
  }
}
@media screen and (max-width: 767px) {
  .mv__menu__box__img--adviser img {
    width: 79.445px;
  }
}

.search {
  background: #f2f2f2;
  padding: 40px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .search {
    padding: 20px 0 0;
  }
}
.search::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(/point/assets/img/common/bg_stripes.svg) repeat top left/6px 6px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .search::before {
    background: url(/point/assets/img/common/bg_stripes.svg) repeat top left/3px 3px;
  }
}
.search__container {
  position: relative;
  z-index: +1;
}
.search__head {
  color: #005eab;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  margin: 0 0 36px;
}
@media screen and (max-width: 767px) {
  .search__head {
    padding: 20px 0 0;
    margin: 0 0 27px;
    letter-spacing: 0.04em;
  }
}
.search__boxWrapper {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .search__result {
    background: #fff;
  }
}
.search__result__container {
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 50px 48px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .search__result__container {
    padding: 30px 0;
  }
}
.search__result__list {
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .search__result__list {
    margin: 0 0 30px;
  }
}
.search__result__item + .search__result__item {
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .search__result__item + .search__result__item {
    margin: 20px 0 0;
  }
}/*# sourceMappingURL=style.css.map */