@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #4A3636;
  font-size: 16px;
  font-style: normal;
  line-height: 1.6;
  background-color: #FFFFFF;
}

body.drawer-open {
  overflow: hidden;
  height: 100%;
}

a {
  cursor: pointer;
}

.inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1200px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1084px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 900px) {
  .hidden-pc {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .hidden-sp {
    display: none;
  }
}
.u-underline {
  text-decoration-line: underline;
  text-decoration-style: solid;
}

a:focus {
  outline: 2px solid #9ED0E0;
}

button:focus {
  outline: 2px solid #9ED0E0;
}

.button-box {
  border-radius: 40px;
  border: 2px solid #4A3636;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 0px 0px #4A3636;
          box-shadow: 0px 4px 0px 0px #4A3636;
}

.button {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}

.page-top-wrap {
  position: relative;
  top: 24px;
}

.page-top-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .page-top-btn {
    position: fixed;
    right: 40px;
    bottom: 40px;
    -webkit-transform: none;
            transform: none;
    left: auto;
    z-index: 1000;
    display: none;
  }
}
.page-top-btn img {
  width: 75px;
  height: 78px;
}
@media screen and (min-width: 900px) {
  .page-top-btn img {
    width: 100px;
    height: 104px;
  }
}

.header {
  background: #fff;
  padding-top: 16px;
  padding-bottom: 20px;
}

.header-inner {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1512px;
}
@media screen and (min-width: 900px) {
  .header-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .header__contents {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header__img {
  width: 210px;
  height: auto;
}

/* ハンバーガーアイコン（SPのみ表示） */
@media screen and (min-width: 1200px) {
  .header__drawer-icon {
    display: none;
  }
}

.drawer-icon__bar {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 3px;
  border-radius: 6px;
  background-color: #4A3636;
}
.drawer-icon__bar:nth-child(1) {
  right: 6.4px;
  width: 25.6px;
  top: 3px;
}
.drawer-icon__bar:nth-child(2) {
  width: 32px;
  margin-top: 15px;
}
.drawer-icon__bar:nth-child(3) {
  width: 32px;
  margin-top: 27px;
}

.drawer-icon__dot {
  position: absolute;
  top: 0px;
  right: -6.4px;
  border-radius: 6px;
  background-color: #4A3636;
  width: 4.8px;
  height: 3px;
}

/* ナビゲーション */
.header__nav {
  display: none;
  position: absolute;
  top: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 82px;
  padding-bottom: 82px;
  background: #FFFFFF;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
}
@media screen and (min-width: 1200px) {
  .header__nav {
    display: block;
    position: static;
    padding-top: 0;
    padding-bottom: 0;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    background: transparent;
    width: auto;
    height: auto;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .header__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}

.header__nav-item a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 1200px) {
  .header__nav-item a {
    font-size: 16px;
  }
}
.header__nav-item a:hover {
  opacity: 0.7;
}

/* CTAボタンは別ファイルで制御しているため、ここでは余白調整のみ */
.header__nav-button {
  width: 145px;
  margin-left: auto;
  margin-right: auto;
}
.fv {
  position: relative;
  background-color: #e9f6f8;
  z-index: 0;
  padding-top: 17px;
}
@media screen and (min-width: 900px) {
  .fv {
    padding-top: 34px;
  }
}
.fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/fv_sp2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  z-index: 0;
  max-height: 554px;
}
@media screen and (min-width: 900px) {
  .fv {
    padding-bottom: 85px;
  }
  .fv::before {
    background-image: url("../img/fv_pc.jpg");
    max-height: 740px;
  }
}
.fv > .fv__inner,
.fv > * {
  position: relative;
  z-index: 1;
}

.fv__text-contents {
  text-align: center;
}

.fv__text {
  text-shadow: 0px 0px 30px #fff;
  font-family: "Kiwi Maru";
  font-size: 14px;
  font-weight: 400;
  line-height: 125%; /* 17.5px */
}
@media screen and (min-width: 900px) {
  .fv__text {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 30px */
  }
}

.fv__title img {
  width: 355px;
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  .fv__title img {
    margin-top: 24px;
    width: 520px;
  }
}

.fv__img-contents {
  margin-left: auto;
  margin-right: auto;
  height: 522px;
  max-width: 355px;
  margin-top: 10px;
}
@media screen and (min-width: 900px) {
  .fv__img-contents {
    margin-top: 0px;
  }
}

.fv__smartphone {
  position: relative;
  text-align: center;
}

.fv__img-smart-phone {
  position: absolute;
  top: 103px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
@media screen and (min-width: 900px) {
  .fv__img-smart-phone {
    top: 33px;
  }
}
.fv__img-smart-phone picture img {
  width: 100%;
  min-width: 200px;
  max-width: 200px;
}
@media screen and (min-width: 900px) {
  .fv__img-smart-phone picture img {
    width: 250px;
    max-width: 250px;
  }
}

.fv-smartphone-box {
  position: absolute;
  top: 122px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 160px;
  height: 154px;
  background: #FFFFFF;
  border-radius: 12.8px;
}
@media screen and (min-width: 900px) {
  .fv-smartphone-box {
    top: 153px;
    width: 200px;
    height: 194px;
  }
}

.fv-smartphone-box__title {
  padding-top: 6.4px;
  padding-bottom: 6.4px;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  border-top-left-radius: 12.8px;
  border-top-right-radius: 12.8px;
  color: #FFFFFF;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 20.48px */
}
@media screen and (min-width: 900px) {
  .fv-smartphone-box__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
  }
}

.fv-smartphone-box__text {
  margin-top: 12.8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  position: relative;
  padding-left: 14px;
  padding-right: 14px;
}
@media screen and (min-width: 900px) {
  .fv-smartphone-box__text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    margin-top: 16px;
  }
}
.fv-smartphone-box__text::after {
  content: "";
  position: absolute;
  border: 2.4px solid #CE2073;
  width: 48px;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .fv-smartphone-box__text::after {
    width: 56px;
  }
}

.fv-smartphone-box__text-sub {
  margin-top: 6.4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 19.2px */
  padding-left: 14px;
  padding-right: 14px;
}
@media screen and (min-width: 900px) {
  .fv-smartphone-box__text-sub {
    margin-top: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    padding-left: 12px;
    padding-right: 12px;
  }
}

.fv-smartphone-box__button {
  margin-top: 12.8px;
  margin-left: 14px;
  margin-right: 14px;
}
@media screen and (min-width: 900px) {
  .fv-smartphone-box__button {
    margin-top: 16px;
    margin-left: 28px;
    margin-right: 28px;
    padding-top: 6px;
    padding-bottom: 8px;
  }
}
.fv-smartphone-box__button a {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 900px) {
  .fv-smartphone-box__button a {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
  }
}

.fv__message {
  position: relative;
}

.fv__img-message {
  position: absolute;
  top: 7px;
}
@media screen and (min-width: 900px) {
  .fv__img-message {
    left: calc(50% - 387px);
    top: -1px;
  }
}
.fv__img-message picture img {
  width: 142px;
}
@media screen and (min-width: 900px) {
  .fv__img-message picture img {
    width: 244px;
    height: 130px;
  }
}

.fv__present {
  position: relative;
}

.fv__present-img {
  position: absolute;
  top: 0;
  right: clamp(0px, 6.6666666667vw, 25px);
  width: 110px;
  height: 110px;
}
@media screen and (min-width: 900px) {
  .fv__present-img {
    width: 180px;
    height: 180px;
    top: 15px;
    left: calc(50% + 117px);
  }
}

.fv__deco-left {
  position: relative;
}

.fv__deco-left-img1 {
  position: absolute;
  top: 381px;
  left: 43px;
  z-index: 6;
}
@media screen and (min-width: 900px) {
  .fv__deco-left-img1 {
    top: 227px;
    left: calc(50% - 324px);
  }
}
.fv__deco-left-img1 img {
  width: 47.257px;
  height: 124.012px;
}
@media screen and (min-width: 900px) {
  .fv__deco-left-img1 img {
    width: 111px;
    height: 292px;
  }
}

.fv__deco-left-img2 {
  position: absolute;
  top: 470px;
  z-index: 7;
}
@media screen and (min-width: 900px) {
  .fv__deco-left-img2 {
    top: 435px;
    left: calc(50% - 424px);
  }
}
.fv__deco-left-img2 img {
  width: 54.069px;
  height: 52.238px;
}
@media screen and (min-width: 900px) {
  .fv__deco-left-img2 img {
    width: 127px;
    height: 123px;
  }
}

.fv__deco-right {
  position: relative;
}

.fv__deco-right-img1 {
  position: absolute;
  top: 395px;
  right: 0%;
  z-index: 6;
}
@media screen and (min-width: 900px) {
  .fv__deco-right-img1 {
    top: 308px;
    right: calc(50% - 360px);
  }
}
.fv__deco-right-img1 img {
  width: 62px;
  height: 69px;
}
@media screen and (min-width: 900px) {
  .fv__deco-right-img1 img {
    width: 170px;
    height: 190px;
  }
}

.fv__deco-right-img2 {
  position: absolute;
  top: 450px;
  right: 3%;
  z-index: 7;
}
@media screen and (min-width: 900px) {
  .fv__deco-right-img2 {
    top: 427px;
    right: calc(50% - 423px);
  }
}
.fv__deco-right-img2 img {
  width: 98px;
  height: 72px;
}
@media screen and (min-width: 900px) {
  .fv__deco-right-img2 img {
    width: 233px;
    height: 174px;
  }
}

.about {
  background-color: #E9F6F8;
  padding-top: 32px;
  position: relative;
  overflow: hidden;
}
.about-decoration {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.about-decoration-left0 {
  display: none;
}
@media screen and (min-width: 900px) {
  .about-decoration-left0 {
    display: block;
    width: 250px;
    right: calc(65% + 300px);
    top: 12px;
  }
}

.about-decoration-left1 {
  top: 427px;
  width: 200px;
  max-width: 100%;
  right: calc(50% + 128px);
}
@media screen and (min-width: 900px) {
  .about-decoration-left1 {
    width: 480px;
    top: 106px;
    right: calc(65% + 386px);
  }
}

.about-decoration-left2 {
  width: 138px;
  top: 741px;
  left: 0;
}
@media screen and (min-width: 900px) {
  .about-decoration-left2 {
    width: 427px;
    height: 817px;
    top: 358px;
  }
}

.about-decoration-right1 {
  width: 54px;
  max-width: 100%;
  top: 22px;
  left: calc(50% + 135px);
}
@media screen and (min-width: 900px) {
  .about-decoration-right1 {
    width: 70px;
    top: 0px;
    left: calc(65% + 300px);
  }
}

.about-decoration-right2 {
  width: 200px;
  max-width: 100%;
  left: calc(50% + 127px);
  top: 305px;
}
@media screen and (min-width: 900px) {
  .about-decoration-right2 {
    width: 480px;
    top: 106px;
    left: calc(65% + 333px);
  }
}

.about-decoration-right3 {
  width: 48px;
  max-width: 100%;
  top: 752px;
  left: calc(50% + 120px);
}
@media screen and (min-width: 900px) {
  .about-decoration-right3 {
    top: 635px;
    left: calc(65% + 280px);
    width: 101px;
  }
}

.about-decoration-right4 {
  width: 133px;
  max-width: 100%;
  top: 794px;
  left: calc(50% - 3px);
}
@media screen and (min-width: 900px) {
  .about-decoration-right4 {
    top: 808px;
    left: calc(65% + 160px);
    width: 308px;
  }
}

.about__contents {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border-radius: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 43px;
  padding-left: 43px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .about__contents {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 840px;
  }
}
.about__contents::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100px;
  height: 36px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #cce1e4;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .about__contents::after {
    width: 140px;
    height: 50px;
  }
}

.section__heading {
  text-align: center;
  position: relative;
}

.section__heading-img {
  width: 37.333px;
}
@media screen and (min-width: 900px) {
  .section__heading-img {
    width: 48px;
  }
}

.section__heading-title {
  margin-top: 6px;
  font-family: Courgette;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 20px */
}
@media screen and (min-width: 900px) {
  .section__heading-title {
    margin-top: 8px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 25px */
  }
}

.section__heading-subtitle {
  margin-top: 6px;
  font-family: "Kiwi Maru";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 25px */
  padding-bottom: 12px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .section__heading-subtitle {
    font-size: 32px;
    padding-bottom: 0;
  }
}
.section__heading-subtitle::after {
  content: "";
  width: 200px;
  border: 3px solid #FFEE56;
  position: absolute;
  top: 31px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .section__heading-subtitle::after {
    width: 320px;
    top: 45px;
  }
}

.section__heading-img-deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 108px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .section__heading-img-deco {
    gap: 385px;
  }
}

.section__heading-img-deco1 {
  width: 80px;
}
@media screen and (min-width: 900px) {
  .section__heading-img-deco1 {
    width: 134px;
  }
}

.section__heading-img-deco2 {
  width: 80px;
}
@media screen and (min-width: 900px) {
  .section__heading-img-deco2 {
    width: 134px;
  }
}

.about__text-contents {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .about__text-contents {
    margin-top: 48px;
  }
}

.about__text-title span {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 900px) {
  .about__text-title span {
    font-size: 16px;
  }
}

.about__text {
  margin-top: 17px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
}
@media screen and (min-width: 900px) {
  .about__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    margin-top: 35px;
  }
}
.about__text-margin {
  display: block;
  margin-top: 19px;
}
@media screen and (min-width: 900px) {
  .about__text-margin {
    margin-top: 27px;
  }
}

.u-underline {
  text-decoration-line: underline;
  text-decoration-style: solid;
}

.about__text-lg {
  font-weight: 700;
}

.about__text-present {
  display: inline-block;
  margin-top: 22px;
  padding-top: 8px;
  padding-bottom: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  border-bottom: 2px dashed var(--LP-Blue, #9ed0e0);
}
@media screen and (min-width: 900px) {
  .about__text-present {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
    margin-top: 36px;
    padding-bottom: 11px;
  }
}

.about-button {
  margin-top: 24px;
  width: 192px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 4px;
}
@media screen and (min-width: 900px) {
  .about-button {
    margin-top: 32px;
    padding-top: 10px;
    padding-bottom: 12px;
    width: 260px;
  }
}
@media screen and (min-width: 900px) {
  .about-button a {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
  }
}

.about__swiper-contents {
  position: relative;
  z-index: 999;
  margin-top: 134px;
}
@media screen and (min-width: 900px) {
  .about__swiper-contents {
    margin-top: 167px;
  }
}

.about__swiper-title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.about__swiper-title img {
  width: 354.642px;
  height: 37.2px;
}
@media screen and (min-width: 900px) {
  .about__swiper-title img {
    width: 890.604px;
    height: 97px;
  }
}

.swiper-slide {
  width: 100px;
}
@media screen and (min-width: 900px) {
  .swiper-slide {
    width: 200px;
  }
}

.howto {
  background-color: #e9f6f8;
  padding-top: 65px;
  padding-bottom: 58px;
}
@media screen and (min-width: 900px) {
  .howto {
    padding-top: 120px;
    padding-bottom: 149px;
  }
}

.howto__deco {
  position: relative;
  overflow-x: clip;
}

.howto__deco-img {
  position: absolute;
}

.howto__deco-img--left1 {
  top: 0;
  left: calc(50% - 185px);
}
@media screen and (min-width: 900px) {
  .howto__deco-img--left1 {
    top: -60px;
    left: calc(50% - 680px);
  }
}
.howto__deco-img--left1 img {
  width: 149px;
  height: 223px;
}
@media screen and (min-width: 900px) {
  .howto__deco-img--left1 img {
    width: 420px;
    height: 628.496px;
  }
}

.howto__deco-img--right1 {
  top: 0;
  right: calc(50% - 160px);
}
@media screen and (min-width: 900px) {
  .howto__deco-img--right1 {
    top: -26px;
    right: calc(50% - 485px);
  }
}
.howto__deco-img--right1 img {
  width: 105px;
  height: 63px;
}
@media screen and (min-width: 900px) {
  .howto__deco-img--right1 img {
    width: 238px;
    height: 141px;
  }
}

.howto__deco-img--right2 {
  top: 5px;
  right: calc(50% - 220px);
}
@media screen and (min-width: 900px) {
  .howto__deco-img--right2 {
    right: calc(50% - 620px);
    top: -16px;
  }
}
.howto__deco-img--right2 img {
  width: 94px;
  height: 80px;
}
@media screen and (min-width: 900px) {
  .howto__deco-img--right2 img {
    width: 214px;
    height: 181px;
  }
}

.howto__deco-img--right3 {
  top: 106px;
  right: calc(50% - 170px);
}
@media screen and (min-width: 900px) {
  .howto__deco-img--right3 {
    top: 148px;
    right: calc(50% - 680px);
  }
}
.howto__deco-img--right3 img {
  width: 55px;
  height: 120px;
}
@media screen and (min-width: 900px) {
  .howto__deco-img--right3 img {
    width: 100px;
    height: 220px;
  }
}

.howto__deco-img--right4 {
  top: 875px;
  left: calc(50% + 115px);
}
.howto__deco-img--right4 img {
  width: 55px;
  height: 120px;
}

.howto__deco-img--left2 {
  top: 550px;
  left: calc(50% - 170px);
}
@media screen and (min-width: 900px) {
  .howto__deco-img--left2 {
    top: 550px;
    left: calc(50% - 700px);
  }
}
.howto__deco-img--left2 img {
  width: 55px;
  height: 120px;
}
@media screen and (min-width: 900px) {
  .howto__deco-img--left2 img {
    width: 100px;
    height: 220px;
  }
}

.howto__heading-subtitle::after {
  width: 100px;
}
@media screen and (min-width: 900px) {
  .howto__heading-subtitle::after {
    width: 160px;
  }
}

.howto__step-contents {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 900px) {
  .howto__step-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 52px;
    margin-top: 52px;
    gap: 32px;
  }
}

.howto-card--2 {
  padding-top: 69px;
}

.howto-card-line {
  position: relative;
}
.howto-card-line::after {
  content: "";
  position: absolute;
  background: url("../img/howto-step-line.png") center/contain no-repeat;
  width: 34px;
  height: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -46px;
}
@media screen and (min-width: 900px) {
  .howto-card-line::after {
    background: url("../img/howto-step-line_pc.png") center/contain no-repeat;
    width: 113px;
    height: 24px;
    top: 204px;
    left: auto; /* or 0; 必要な位置に戻す */
    -webkit-transform: none;
            transform: none; /* translate なし */
    right: -65px;
  }
}

.howto-card__step {
  background: url("../img/union1.svg") center/contain no-repeat;
  width: 196px;
  height: 210.519px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .howto-card__step {
    width: 280px;
    height: 300px;
  }
}
.howto-card__step--2 {
  background: url("../img/union2.svg") center/contain no-repeat;
}
.howto-card__step--3 {
  background: url("../img/union3.svg") center/contain no-repeat;
}

.howto-card__step-text {
  color: #FFFFFF;
  font-family: "Josefin Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 1.12px;
  text-align: center;
  padding-top: 31px;
}
@media screen and (min-width: 900px) {
  .howto-card__step-text {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}

.howto-card__step-num {
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  line-height: 90%;
}
@media screen and (min-width: 900px) {
  .howto-card__step-num {
    font-size: 56px;
  }
}

.howto-card__step-img {
  display: block;
  text-align: center;
}
.howto-card__step-img img {
  width: 112px;
}
@media screen and (min-width: 900px) {
  .howto-card__step-img img {
    width: 160px;
    height: 160px;
  }
}

.howto-card__texts {
  margin-top: 16px;
  text-align: center;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .howto-card__texts {
    margin-top: 24px;
  }
}

.howto-card__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}
@media screen and (min-width: 900px) {
  .howto-card__title {
    font-size: 20px;
  }
}

.howto-card__message {
  margin-top: 16px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
}
@media screen and (min-width: 900px) {
  .howto-card__message {
    font-size: 16px;
  }
}

.howto-card__instagram {
  margin-top: 16px;
  padding: 8px 12px 8px 40px;
  background-color: #FFFFFF;
  display: inline-block;
  position: relative;
}
.howto-card__instagram::before {
  content: "";
  position: absolute;
  background: url("../img/instagram-icon.png") center/contain no-repeat;
  top: 10px;
  left: 12px;
  width: 20px;
  height: 20px;
}
.howto-card__instagram p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
}

.howto-button {
  margin-top: 16px;
  max-width: 334px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 8px;
}
@media screen and (min-width: 900px) {
  .howto-button {
    padding-top: 11px;
    padding-bottom: 13px;
    margin-top: 40px;
    max-width: 437px;
  }
}

.howto-button__text {
  display: block;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .howto-button__text {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
  }
}

/* ================================
   Prizes section (SP/MD:2列, PC:上2・下3)
   ================================= */
/* 背景 */
.prizes {
  background-color: #e9f6f8;
}

/* インナー余白（このセクションは左右0） */
.prizes__inner {
  padding-inline: 0;
}

.prizes__deco {
  position: relative;
}

.prizes__deco--left {
  position: absolute;
  width: 315px;
  height: 86px;
  left: 50px;
  top: -20px;
}

.prizes__deco--right {
  position: absolute;
  width: 315px;
  height: 86px;
  right: 50px;
  top: -20px;
}

/* 見出しデコ */
.section__heading--prizes {
  position: relative;
}
.section__heading--prizes::before {
  content: "";
  position: absolute;
  background: url("../img/deco-prizes-1-sp.png") center/contain no-repeat;
  width: 237.6px;
  height: 83px;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media screen and (min-width: 900px) {
  .section__heading--prizes::before {
    width: 365.624px;
    height: 148.967px;
    top: -55px;
  }
}

.section__heading-img--prizes,
.section__heading-title--prizes {
  position: relative;
  z-index: 1;
}

/* サブ見出し（白カードの上辺） */
.prizes__heading-subtitle {
  position: relative;
  background-color: #FFFFFF;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  margin-top: 0;
  padding-top: 6px;
  max-width: 375px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .prizes__heading-subtitle {
    max-width: 1024px;
  }
  .prizes__heading-subtitle::after {
    width: 256px;
  }
}

/* 白カード本体 */
.prizes__contents {
  background-color: #FFFFFF;
  padding-inline: 20px;
  padding-bottom: 35px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  max-width: 375px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .prizes__contents {
    max-width: 1024px;
    padding-inline: 56px;
  }
}

/* リード文 */
.prizes__text {
  padding-top: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .prizes__text {
    padding-top: 57px;
    text-align: center;
    font-size: 16px;
  }
}

/* ========= カードグリッド ========= */
/* SP/MD: 2列、PC: 6列（上段:3+3、下段:2+2+2） */
.prizes-cards {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* sp/md */
  gap: 32px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1200px) {
  .prizes-cards {
    grid-template-columns: repeat(6, 1fr);
    gap: 95px 36px;
    justify-items: center;
    max-width: 960px; /* 全体の見た目幅 */
    margin-inline: auto;
    margin-top: 76px;
  }
}

/* 5枚目：SPのみ中央寄せ（2列ぶち抜き） */
@media screen and (max-width: 899px) {
  .prizes-card:nth-child(5) {
    grid-column: 1/-1;
    justify-self: center;
    width: 160px;
  }
}
/* ========= カード ========= */
.prizes-card {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  /* PCでは小カード=2列ぶん（→1行に3枚） */
}
@media screen and (min-width: 1200px) {
  .prizes-card {
    grid-column: span 2;
  }
}
.prizes-card::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  right: 0;
  bottom: 0;
  border-bottom-right-radius: 8px;
  background-color: #67B0C7;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 900px) {
  .prizes-card::before {
    width: 64px;
    height: 64px;
    border-bottom-right-radius: 24px;
  }
}
.prizes-card::after {
  content: "";
  position: absolute;
  background: url("../img/img-prizes-zoom-icon.png") center/contain no-repeat;
  width: 11.52px;
  height: 11.52px;
  bottom: 6px;
  right: 5px;
}
@media screen and (min-width: 900px) {
  .prizes-card::after {
    width: 20.48px;
    height: 20.48px;
    right: 8px;
    bottom: 9px;
  }
}

/* 大カード（1・2）= PCで3列ぶん（→1行に2枚） */
@media screen and (min-width: 1200px) {
  .prizes-card--lg {
    grid-column: span 3;
    max-width: 440px;
    max-height: 460px;
  }
  .prizes-card--lg::before {
    width: 100px;
    height: 100px;
  }
  .prizes-card--lg::after {
    width: 32px;
    height: 32px;
    bottom: 14px;
    right: 12.5px;
  }
}

/* ========= バッジ ========= */
.prizes-card__reward {
  display: inline-block;
  background: url("../img/reward__bgimg.png") center/contain no-repeat;
  width: 48px;
  height: 48px;
  padding-block: 5px;
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .prizes-card__reward {
    width: 80px;
    height: 80px;
    top: -38px;
  }
  .prizes-card__reward--lg {
    width: 100px;
    height: 100px;
    top: -45px;
  }
}

.prizes-card__reward-badge {
  color: #FFFFFF;
  font-size: 7.68px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .prizes-card__reward-badge {
    font-size: 12.8px;
  }
  .prizes-card__reward-badge--lg {
    font-size: 16px;
  }
}

.prizes-card__reward-num {
  color: #FFFFFF;
  font-size: 23.04px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (min-width: 900px) {
  .prizes-card__reward-num {
    font-size: 38.4px;
  }
  .prizes-card__reward-num--lg {
    font-size: 48px;
  }
}

/* ========= 画像・タイトル ========= */
.prizes-card__img,
.reward-card__title {
  width: 100%;
}

/* 画像は比率固定でトリミングして揃える */
.prizes-card__img {
  aspect-ratio: 4/3; /* デザインに合わせて変更可 */
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (min-width: 900px) {
  .prizes-card__img {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}

/* タイトル帯は高さをそろえて中央寄せ */
.reward-card__title {
  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;
  padding: 14px 12px;
  min-height: 58px; /* 行数差でガタつかないように */
  background-color: #F5F5F5;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 1.6;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .reward-card__title {
    font-size: 16px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .reward-card__title--lg {
    height: 120px;
    font-size: 20px;
  }
}
.reward-card__title--hight {
  height: 66.39px;
}
@media screen and (min-width: 900px) {
  .reward-card__title--hight {
    height: 79.19px;
  }
}

/* ========= モーダル ========= */
.modal {
  border: none;
  border-radius: 24px;
  width: min(90vw, 480px);
  max-width: 100%;
  padding: 0 0 56px 0;
}

.modal__card {
  text-align: center;
}

.modal__img {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  height: auto;
}

.rewardTitle {
  margin-top: 39px;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}

@media screen and (min-width: 900px) {
  .rewardTitle--lg {
    font-size: 20px;
  }
}

.modal__text {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .modal__text {
    font-size: 14px;
  }
}

/* ========= ボタン ========= */
.prizes__button-box {
  margin-top: 16px;
  width: 96px;
  margin-inline: auto;
}

.prizes-button__text {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}

.prizes__bg {
  background: url("../img/img-prizes-bg.jpg") center top no-repeat;
  background-size: 1512px auto;
  height: 640px;
}
@media screen and (max-width: 899px) {
  .prizes__bg {
    background-size: cover;
    height: 260px;
  }
}

.spots {
  background-color: #67B0C7;
  position: relative;
  padding-bottom: 20px;
}
.spots::before {
  content: "";
  position: absolute;
  background-image: url("../img/img-bg-wave.png");
  background-size: contain;
  background-repeat: repeat;
  width: 100%;
  height: 45.714px;
  top: -45px;
}
@media screen and (min-width: 900px) {
  .spots::before {
    height: 120px;
    top: -120px;
  }
}
.spots::after {
  content: "";
  position: absolute;
  background-image: url("../img/img-bg-wave_bottom.png");
  background-size: contain;
  background-repeat: repeat;
  width: 100%;
  height: 45.714px;
  bottom: -45px;
}
@media screen and (min-width: 900px) {
  .spots::after {
    height: 120px;
    bottom: -119px;
  }
}

@media screen and (min-width: 900px) {
  .spots-swiper__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
}

.spots__title {
  text-align: center;
}

.spots__title-text {
  color: #FFFFFF;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-family: "Kiwi Maru";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 35px */
  padding-left: 36px;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .spots__title-text {
    padding-left: 252px;
    padding-top: 64px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 40px;
  }
}
.spots__title-text::before {
  content: "";
  position: absolute;
  background: url("../img/spots-icon.png") center/contain no-repeat;
  width: 28px;
  height: 28px;
  left: 0;
  top: 3.5px;
}
@media screen and (min-width: 900px) {
  .spots__title-text::before {
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
  }
}

.spots__swiper {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .spots__swiper {
    margin-top: 0;
    position: relative;
  }
}

.spots-swiper__card {
  background-color: #FFFFFF;
  border-radius: 12px;
  width: 240px;
  height: 402px;
  text-align: center;
  padding-bottom: 31px;
}
@media screen and (min-width: 900px) {
  .spots-swiper__card {
    width: 344px;
    height: 542px;
    padding-bottom: 40px;
  }
}

.spots-swiper__img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.spots-swiper__texts {
  padding-left: 24px;
  padding-right: 24px;
}

.spots-swiper__title {
  margin-top: 16px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}
@media screen and (min-width: 900px) {
  .spots-swiper__title {
    margin-top: 24px;
    font-size: 20px;
  }
}

.spots-swiper__text {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
}
@media screen and (min-width: 900px) {
  .spots-swiper__text {
    margin-top: 24px;
    font-size: 16px;
  }
}

.spots-swiper-button-prev,
.spots-swiper-button-next {
  width: 80px;
  height: 80px;
  top: auto;
  bottom: 175px;
}
.spots-swiper-button-prev::after,
.spots-swiper-button-next::after {
  display: none;
}

.spots-swiper-button-prev {
  background: url("../img/swiper-prev.png") center/contain no-repeat;
  left: 300px;
}

.spots-swiper-button-next {
  background: url("../img/swiper-next.png") center/contain no-repeat;
  right: 284px;
}

.spots-contents {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .spots-contents {
    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;
    gap: 81px;
    margin-top: 64px;
    position: relative;
  }
  .spots-contents::before {
    content: "";
    position: absolute;
    background: url("../img/spots-bg-pawpads.png") center/contain no-repeat;
    width: 100px;
    height: 220px;
    left: 36px;
    bottom: 0;
  }
}

.spots-contents__logo {
  width: 255px;
}
@media screen and (min-width: 900px) {
  .spots-contents__logo {
    width: 495px;
  }
}

.spots-content__text {
  margin-top: 16px;
  font-size: 11.444px;
  font-weight: 400;
  line-height: 160%; /* 18.311px */
  color: #FFFFFF;
}
@media screen and (min-width: 900px) {
  .spots-content__text {
    font-size: 16px;
  }
}

.spots-button {
  margin-top: 24px;
  max-width: 334px;
  padding-top: 6px;
  padding-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .spots-button {
    padding-top: 10px;
    padding-bottom: 11px;
    max-width: 437px;
  }
}

.spots-button__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}
@media screen and (min-width: 900px) {
  .spots-button__text {
    font-size: 20px;
  }
}

.qa {
  background-color: #e9f6f8;
  padding-top: 86px;
  padding-bottom: 18px;
}
@media screen and (min-width: 900px) {
  .qa {
    padding-top: 243px;
    padding-bottom: 96px;
  }
}

.qa__heading::after {
  width: 140px;
}
@media screen and (min-width: 900px) {
  .qa__heading::after {
    width: 224px;
  }
}

.accordion {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .accordion {
    margin-top: 56px;
  }
}
.accordion .accordion__item {
  border: 2px solid #4A3636;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .accordion .accordion__item {
    border-radius: 16px;
    max-width: 1024px;
    margin-bottom: 24px;
  }
}
.accordion .accordion__item.is-open .accordion__head {
  background-color: #FFFFFF;
}
.accordion .accordion__item.is-open .accordion__head::after {
  background: url("../img/accordion-icon2.png") center/contain no-repeat;
}
.accordion .accordion__head {
  width: 100%;
  text-align: left;
  padding: 12px 52px 12px 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  background: #fff;
  border: none;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .accordion .accordion__head {
    padding: 30px 84px 30px 69px;
    font-size: 20px;
  }
}
.accordion .accordion__head::before {
  content: "Q";
  position: absolute;
  font-family: "Josefin Sans";
  color: #9ED0E0;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%; /* 30px */
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .accordion .accordion__head::before {
    font-size: 32px;
    left: 24px;
  }
}
.accordion .accordion__head::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 26.182px;
  height: 26.182px;
  background: url("../img/accordion-icon1.png") center/contain no-repeat;
}
@media screen and (min-width: 900px) {
  .accordion .accordion__head::after {
    width: 48px;
    height: 48px;
    right: 22px;
  }
}
.accordion .accordion__body {
  display: none;
  padding: 16px 16px 16px 49px;
  background: #F5F5F5;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  position: relative;
}
@media screen and (min-width: 900px) {
  .accordion .accordion__body {
    padding: 31px 24px 31px 63px;
    font-size: 16px;
  }
}
.accordion .accordion__body::before {
  content: "A";
  position: absolute;
  font-family: "Josefin Sans";
  color: #9ED0E0;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%; /* 30px */
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .accordion .accordion__body::before {
    font-size: 32px;
    left: 24px;
  }
}

.entry {
  background-color: #e9f6f8;
}

.entry-inner {
  margin-bottom: 32px;
}
@media screen and (min-width: 900px) {
  .entry-inner {
    margin-bottom: 120px;
  }
}

.entry-card__block {
  background-color: #FFFFFF;
  padding: 8px;
}

.entry-card__contents {
  background-color: #e9f6f8;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 15px;
}
@media screen and (min-width: 900px) {
  .entry-card__contents {
    padding: 40px 48px 32px 48px;
  }
}

.section__heading-subtitle--entry::after {
  width: 80px;
}
@media screen and (min-width: 900px) {
  .section__heading-subtitle--entry::after {
    width: 128px;
  }
}

.entry-card__texts-contents {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .entry-card__texts-contents {
    margin-top: 40px;
  }
}

.entry-card__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (min-width: 900px) {
  .entry-card__texts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 96px;
    padding-bottom: 12px;
  }
}
.entry-card__texts + .entry-card__texts {
  margin-top: 12px;
}
.entry-card__texts + :nth-child(5) {
  border-bottom: none;
}

@media screen and (min-width: 900px) {
  .entry-card__title {
    min-width: 120px;
  }
}

.entry-card__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  padding-left: 16px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .entry-card__label {
    font-size: 16px;
  }
}
.entry-card__label::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: url("../img/entry-card__label.png") center/contain no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.entry-card__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
}
@media screen and (min-width: 900px) {
  .entry-card__text {
    font-size: 16px;
  }
}

.entry-card__list {
  list-style-type: disc; /* 黒丸 */
  list-style-position: outside; /* デフォルト。丸の位置で改行される */
  margin-left: 1.5em; /* 丸と本文の余白を調整 */
}

.entry-requirements__cover-background img {
  width: 100%; /* 画面幅いっぱいに広げる */
  height: auto; /* アスペクト比を保持 */
  max-width: 1512px; /* PC時は最大1512pxまでに制限 */
  display: block; /* 余計な隙間を防ぐ */
  margin: 0 auto; /* 中央揃え */
}

.contact {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .contact {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.section__heading-subtitle--contact::after {
  width: 120px;
}
@media screen and (min-width: 900px) {
  .section__heading-subtitle--contact::after {
    width: 192px;
  }
}

.contact__contents {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .contact__contents {
    margin-top: 32px;
  }
}

.contact__text p {
  font-size: 12px;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact__text p {
    font-size: 16px;
  }
}

.contact__forms {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .contact__forms {
    margin-top: 40px;
    max-width: 848px;
    margin-right: auto;
    margin-left: auto;
  }
}

.contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.contact__form + .contact__form {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .contact__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.contact__form-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 900px) {
  .contact__form-title {
    width: 200px;
    font-size: 16px;
  }
}

.contact__form-title-flg {
  margin-left: 12px;
  padding: 4px 8px;
  background-color: #CE2073;
  border-radius: 4px;
  color: #FFFFFF;
}

.contact__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.form-text {
  width: 100%;
  border: none;
  background-color: #F5F5F5;
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  border-radius: 8px;
}
@media screen and (min-width: 900px) {
  .form-text {
    font-size: 16px;
  }
}
.form-text:focus {
  outline: 2px solid #9ED0E0;
  background-color: #E9F6F8;
}

.form__select {
  width: 100%;
  padding: 16px;
  border: none;
  background-color: #F5F5F5;
  border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../img/form_select-icon.svg"), linear-gradient(to left, #9ed0e0 52px, #F5F5F5 52px);
  background-repeat: no-repeat, no-repeat;
  background-position: center right 18.65px, center center;
  background-size: 14.9px 8.78px, cover;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .form__select {
    font-size: 16px;
  }
}
.form__select:focus {
  outline: 2px solid #9ED0E0;
}

.form__radio {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form__radio:checked + .form__radio-label::after {
  opacity: 1;
}

.form__radio-label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}
.form__radio-label::before, .form__radio-label::after {
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form__radio-label::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-color: #F5F5F5;
  left: 0;
}
.form__radio-label::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #9ED0E0;
  left: 6px;
  opacity: 0;
}

.form__radio:focus-visible + .form__radio-label::before {
  outline: 1px solid #9ED0E0;
}

.form-text-area {
  width: 100%;
  border: none;
  background-color: #F5F5F5;
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  border-radius: 8px;
}
@media screen and (min-width: 900px) {
  .form-text-area {
    font-size: 16px;
  }
}
.form-text-area:focus {
  outline: 2px solid #9ED0E0;
  background-color: #E9F6F8;
}

.contact-form__privacy {
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .contact-form__privacy {
    margin-top: 40px;
  }
}

.form-checkbox:focus + .form-checkbox__input::before {
  outline: 1px solid #9ED0E0;
}

.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}

.form-checkbox__text {
  padding-left: 36px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 900px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}
.form-checkbox__text::before, .form-checkbox__text::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-checkbox__text::before {
  width: 24px;
  height: 24px;
  background-color: #F5F5F5;
  border-radius: 4px;
  left: 0;
}
.form-checkbox__text::after {
  background: url("../img/form-checkbox-icon.svg") center/contain no-repeat;
  width: 14px;
  height: 9px;
  left: 5px;
  opacity: 0;
}

.contact-button {
  margin-top: 24px;
  width: 208px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact-button {
    width: 240px;
    margin-top: 40px;
  }
}

.contact-button-text {
  padding-top: 6px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}

.access {
  background-color: #e9f6f8;
  padding-top: 40px;
  padding-bottom: 171px;
}
@media screen and (min-width: 900px) {
  .access {
    padding-top: 120px;
    padding-bottom: 240px;
  }
}

.access-title__wrap {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 900px) {
  .access-title__wrap::after {
    position: absolute;
    content: "";
    background: url("../img/acces-bg-pawpads.png") center/contain no-repeat;
    width: 100px;
    height: 220px;
    right: -164px;
    top: -40px;
  }
}

.access-title {
  font-family: "Josefin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 25px */
}
@media screen and (min-width: 900px) {
  .access-title {
    font-size: 24px;
  }
}

.access-sns-lists {
  margin-top: 24px;
}

.access-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.access-sns__item a img {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 900px) {
  .access-sns__item a img {
    width: 40px;
    height: 40px;
  }
}

.access-logo {
  margin-top: 15px;
}
@media screen and (min-width: 900px) {
  .access-logo {
    margin-top: 41px;
  }
}
.access-logo img {
  width: 375px;
}
@media screen and (min-width: 900px) {
  .access-logo img {
    width: 755px;
  }
}

.access__contents {
  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 (min-width: 900px) {
  .access__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media screen and (min-width: 900px) {
  .access__map-wrap,
  .access-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 512px;
  }
}

.access__map-wrap iframe {
  width: 100%;
  height: 271px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media screen and (min-width: 900px) {
  .access__map-wrap iframe {
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-right-radius: 16px;
  }
}

.access-info {
  background-color: #FFFFFF;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 24px;
}
@media screen and (min-width: 900px) {
  .access-info {
    border-top-left-radius: 16px;
    border-bottom-right-radius: 0;
    padding: 106px 61.5px 106px 61.5px;
  }
}

.access-info__tittle {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .access-info__tittle {
    text-align: left;
  }
}
.access-info__tittle img {
  width: 153px;
  height: 20px;
}
@media screen and (min-width: 900px) {
  .access-info__tittle img {
    width: 183px;
    height: 24px;
  }
}

.access-info__lists {
  margin-top: 24px;
}

.access-info__list dt {
  font-size: 12px;
  font-weight: 700;
  line-height: 160%; /* 19.2px */
  display: inline-block; /* 横並びに */
  min-width: 6em;
}
@media screen and (min-width: 900px) {
  .access-info__list dt {
    font-size: 16px;
  }
}
.access-info__list dt::before {
  content: "●";
  color: #9ed0e0; /* 水色 */
  font-size: 8px;
  margin-right: 0.5em;
}
.access-info__list dd {
  font-size: 12px;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  display: inline-block; /* 横並びに */
}
@media screen and (min-width: 900px) {
  .access-info__list dd {
    font-size: 16px;
  }
}

.footer {
  background-color: #67B0C7;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .footer {
    padding-bottom: 32px;
  }
}
.footer::before {
  position: absolute;
  content: "";
  background-image: url("../img/footer-bg-wave.png");
  background-size: contain;
  background-repeat: repeat;
  width: 100%;
  height: 45.714px;
  top: -44px;
}
@media screen and (min-width: 900px) {
  .footer::before {
    height: 120px;
    top: -118px;
  }
}

.footer__inner {
  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;
}

.footer__copy {
  color: #FFFFFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 16px */
}
@media screen and (min-width: 900px) {
  .footer__copy {
    font-size: 14px;
  }
}