@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

@media screen and (max-width: 1279px) and (min-width: 1111px) {
  html {
    font-size: calc(16 / 1280 * 100vw);
  }
}
@media screen and (max-width: 1110px) {
  html {
    font-size: calc(16 / 1110 * 100vw);
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #463228;
  font-size: 20px;
}

@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

span {
  display: inline-block;
}

@media (min-width: 1111px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-inner {
  max-width: 1280px;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 1110px) {
  .l-inner {
    max-width: 1110px;
    padding: 0 2.5rem;
  }
}

.l-header__inner {
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 1110px) {
  .l-header__inner {
    max-width: 1110px;
  }
}

.l-inner--fv {
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 1110px) {
  .l-inner--fv {
    max-width: 1110px;
  }
}

.l-inner--condition {
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 1110px) {
  .l-inner--condition {
    max-width: 1110px;
  }
}

@media screen and (max-width: 1110px) {
  .l-inner--leave {
    padding-inline: 2.5rem;
  }
}

.l-inner--prevention {
  max-width: 1440px;
  margin-inline: auto;
}

.l-inner--care {
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 1110px) {
  .l-inner--care {
    max-width: 1110px;
  }
}

@media screen and (max-width: 1110px) {
  .l-inner--compare {
    max-width: 1110px;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 1110px) {
  .l-inner--concept {
    max-width: 69.375rem;
    padding-inline: 0.9375rem;
  }
}

.l-inner--footer {
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 1110px) {
  .l-inner--footer {
    max-width: 1110px;
  }
}

.l-header {
  height: 0;
}
@media screen and (max-width: 1110px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: auto;
    padding: 1.5625rem 1.5rem 1.75rem 2.625rem;
    background: #fff8ef;
  }
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-header__logo {
  padding-top: 2rem;
  padding-left: 3rem;
}
.l-header__logo img {
  width: 22.1875rem;
  height: auto;
}
@media screen and (max-width: 1110px) {
  .l-header__logo {
    padding-top: 0;
    padding-left: 0;
  }
  .l-header__logo img {
    width: 27.4375rem;
  }
}

.l-drawer__icon {
  width: 11.0625rem;
  height: 4.25rem;
  justify-self: flex-end;
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
}
.l-drawer__icon span {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.l-drawer__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}
@media screen and (min-width: 1111px) {
  .l-drawer__icon {
    display: none;
  }
}

.l-drawer-content {
  width: 100%;
  height: 140.6875rem;
  position: fixed;
  top: 0;
  left: 50%;
  translate: -50% 0;
  margin-inline: calc(50% - 50vw);
  z-index: 40;
  -webkit-transform: translateY(-140.6875rem);
          transform: translateY(-140.6875rem);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.l-drawer-content.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-drawer-content__top {
  padding-block: 2.1875rem 6.8125rem;
  padding-inline: 1.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}

.l-drawer-content__close {
  -ms-flex-item-align: end;
      align-self: end;
}
.l-drawer-content__close img {
  width: 11.0625rem;
  height: auto;
}

.l-drawer-content__menu {
  display: grid;
  grid-template-columns: 26.25rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4.75rem;
     -moz-column-gap: 4.75rem;
          column-gap: 4.75rem;
  row-gap: 5.5rem;
  margin-top: 6.25rem;
  padding-inline: 6.25rem;
}

.l-drawer-content__link {
  font-size: 3.343125rem;
  line-height: 100%;
  font-weight: 900;
  letter-spacing: 0.2675rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding-left: 3.375rem;
  position: relative;
  justify-self: start;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-drawer-content__link:hover {
  opacity: 0.7;
}
.l-drawer-content__link span {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  font-size: 2.625rem;
  letter-spacing: 0.21rem;
  color: #f3db92;
}
.l-drawer-content__link:nth-of-type(2) span {
  color: #d5b895;
}
.l-drawer-content__link:nth-of-type(3) span {
  color: #9dd4e3;
}
.l-drawer-content__link:nth-of-type(4) span {
  color: #9eca85;
}
.l-drawer-content__link:nth-of-type(5) span {
  color: #f0c1c3;
}

.l-drawer-content__bottom {
  background: #f9f8ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 4.375rem 5.1875rem;
}
.l-drawer-content__bottom span {
  font-size: 2.5rem;
  line-height: 1.2;
  color: #7a7978;
}
.l-drawer-content__bottom span:nth-of-type(3) {
  margin-top: 0.5rem;
}
.l-drawer-content__bottom .ml-1 {
  margin-left: -1.25rem;
}
.l-drawer-content__bottom .ml-2 {
  margin-left: 2.3125rem;
}
.l-drawer-content__bottom .tel {
  font-size: 3.180625rem;
  font-weight: 900;
  letter-spacing: 0.254375rem;
  margin-top: 1.25rem;
}
.l-drawer-content__bottom .large {
  font-size: 4.8125rem;
  font-weight: 900;
  letter-spacing: 0.3825rem;
}

.l-drawer__logo {
  margin-top: 3.9375rem;
}

.l-drawer__cover {
  width: 100%;
  height: 100dvh;
  position: fixed;
  left: 0;
  opacity: 0.34;
  background: #000;
  z-index: 39;
  margin-inline: calc(50% - 50vw);
  display: none;
}

.l-footer {
  position: relative;
  height: 48.3125rem;
  background: #facc51;
  z-index: -2;
}
.l-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 29rem;
  background: url(../img/footer_bg@2x.webp) center top no-repeat;
  background-size: 100% 29rem;
  z-index: -1;
}
@media screen and (max-width: 1110px) {
  .l-footer {
    height: 57.875rem;
  }
  .l-footer::before {
    height: 33.5rem;
    background: url(../img/footer_bg-sp@2x.webp) center top no-repeat;
    background-size: 100% 33.5rem;
  }
}

.l-footer__contents {
  position: relative;
  z-index: 0;
}
.l-footer__contents img {
  position: absolute;
  top: 5.75rem;
  left: calc(50% + 18.1875rem);
  width: 15.25rem;
  height: auto;
}
@media screen and (max-width: 1110px) {
  .l-footer__contents img {
    top: 17.8125rem;
    left: calc(50% + 15.625rem);
    width: 16.4375rem;
  }
}

.l-footer__heading {
  position: absolute;
  left: 11.125rem;
  width: 50rem;
  margin-top: 1.25rem;
  z-index: 1;
}
.l-footer__heading h2,
.l-footer__heading span {
  font-size: 2.8125rem;
  font-weight: 900;
  letter-spacing: 0.225rem;
}
.l-footer__heading h2 {
  text-align: right;
}
.l-footer__heading .color {
  color: #f59fa4;
}
.l-footer__heading .ml {
  margin-left: 5.5rem;
}
.l-footer__heading .large {
  font-size: 3.75rem;
  letter-spacing: 0.3rem;
  color: #FFFFFF;
  position: relative;
}
.l-footer__heading .large .stroke {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3.75rem;
  letter-spacing: 0.3rem;
  -webkit-text-stroke: 0.4375rem #f59fa4;
  z-index: -1;
}
.l-footer__heading .large .space {
  font-size: 2.8125rem;
  letter-spacing: 0.225rem;
}
.l-footer__heading .item {
  font-size: 3.75rem;
  letter-spacing: 0.3rem;
  color: #FFFFFF;
  line-height: 1;
  border-radius: 2.0625rem;
  background: #f59fa4;
  padding: 1.125rem 1.75rem 1.375rem;
  display: initial;
  margin-inline: 1.5625rem;
}
.l-footer__heading .mt {
  margin-top: 3.8125rem;
}
@media screen and (max-width: 1110px) {
  .l-footer__heading {
    width: 59.375rem;
    left: 3.125rem;
  }
  .l-footer__heading h2,
  .l-footer__heading span {
    font-size: 3.40625rem;
    letter-spacing: 0.2725rem;
  }
  .l-footer__heading h2 {
    text-align: left;
  }
  .l-footer__heading .color {
    color: #f59fa4;
  }
  .l-footer__heading .ml {
    margin-left: 4.1875rem;
  }
  .l-footer__heading .large {
    font-size: 4.53125rem;
    letter-spacing: 0.3625rem;
  }
  .l-footer__heading .large .stroke {
    font-size: 4.53125rem;
    letter-spacing: 0.3625rem;
    -webkit-text-stroke: 0.4375rem #f59fa4;
    z-index: -1;
  }
  .l-footer__heading .large .space {
    font-size: 3.40625rem;
    letter-spacing: 0.2725rem;
  }
  .l-footer__heading .item {
    font-size: 4.53125rem;
    letter-spacing: 0.3625rem;
    color: #FFFFFF;
    line-height: 1;
    border-radius: 2.0625rem;
    background: #f59fa4;
    padding: 1.375rem 2.375rem 1.5rem;
    display: initial;
    margin-inline: 1.25rem;
  }
  .l-footer__heading .mt {
    margin-top: 4.75rem;
    margin-left: -0.625rem;
  }
}

@media screen and (max-width: 1110px) {
  .l-footer__bottom {
    padding-inline: 1.5rem;
  }
}

.c-web__button a {
  font-size: 1.6875rem;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.1325rem;
  color: #06c402;
  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;
  width: 20rem;
  height: 5.625rem;
  background: #fff;
  border-radius: 1rem;
  border: solid 0.25rem #08d003;
  vertical-align: text-bottom;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-web__button a:hover {
  opacity: 0.7;
}
.c-web__button a img {
  width: 2.9375rem;
  height: auto;
}
.c-web__button em {
  font-size: 2.375rem;
  letter-spacing: 0.19rem;
  font-weight: 900;
  margin-left: 0.625rem;
  margin-bottom: 0.3125rem;
  font-style: normal;
}
@media screen and (max-width: 1110px) {
  .c-web__button a {
    font-size: 2.375rem;
    letter-spacing: 0.19rem;
    width: 28.6875rem;
    height: 8.0625rem;
  }
  .c-web__button a img {
    width: 4.375rem;
  }
  .c-web__button em {
    font-size: 3.375rem;
    letter-spacing: 0.27rem;
  }
}

.c-line__button a {
  font-size: 1.6875rem;
  font-weight: 900;
  letter-spacing: 0.1325rem;
  color: #fff;
  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;
  width: 20rem;
  height: 5.625rem;
  background: #06c402;
  border-radius: 1rem;
  border: solid 0.25rem #08d003;
  -webkit-box-shadow: inset -0.1px -0.1875rem 0.4375rem 0 rgba(19, 142, 16, 0.64);
          box-shadow: inset -0.1px -0.1875rem 0.4375rem 0 rgba(19, 142, 16, 0.64);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-line__button a:hover {
  opacity: 0.7;
}
.c-line__button a img {
  width: 3.8125rem;
  height: auto;
}
.c-line__button em {
  font-size: 2.375rem;
  letter-spacing: 0.19rem;
  font-weight: 900;
  font-style: normal;
  margin-left: 0.625rem;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 1110px) {
  .c-line__button a {
    font-size: 2.375rem;
    letter-spacing: 0.19rem;
    width: 28.6875rem;
    height: 8.0625rem;
  }
  .c-line__button a img {
    width: 5.3125rem;
  }
  .c-line__button em {
    font-size: 3.375rem;
    letter-spacing: 0.27rem;
    margin-left: 1.25rem;
  }
}

.c-section-title--yellow {
  font-size: 3.125rem;
  font-weight: 900;
  letter-spacing: 0.25rem;
  color: #fffefd;
  padding: 1.6875rem 2.6875rem;
  white-space: nowrap;
  border-radius: 100vh;
  display: grid;
  place-items: center;
  background-color: #facc51;
  margin-inline: auto;
}
@media screen and (max-width: 1110px) {
  .c-section-title--yellow {
    font-size: 3.75rem;
    letter-spacing: 0.3rem;
    padding: 1.1875rem 3.5rem;
  }
}

.c-title--logo {
  font-size: 2.8125rem;
  font-weight: 900;
  letter-spacing: 0.225rem;
  position: relative;
  width: 26.5rem;
  margin-inline: auto;
  padding-left: 5.625rem;
  white-space: nowrap;
}
.c-title--logo::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 10.25rem;
  height: 9.9375rem;
  background: url(../img/logo_bg@2x.webp) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1110px) {
  .c-title--logo {
    font-size: 3.4375rem;
    letter-spacing: 0.275rem;
  }
}

.p-condition {
  position: relative;
  padding-top: 4.25rem;
  height: 63.625rem;
}
.p-condition::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 63.625rem;
  background: url(../img/condition_bg@2x.webp) center top no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
.p-condition::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 21.375rem;
  aspect-ratio: 1440/342;
  background: url(../img/condition_bg-under@2x.webp) center bottom no-repeat;
  background-size: 100% 21.375rem;
  z-index: -1;
}
@media screen and (max-width: 1110px) {
  .p-condition {
    height: 148.4375rem;
  }
  .p-condition::before {
    width: 100%;
    height: 148.4375rem;
    background: url(../img/condition_bg-sp@2x.webp) center top no-repeat;
    background-size: 100% auto;
  }
  .p-condition::after {
    width: 100%;
    height: 37.625rem;
    background: url(../img/condition_underBg-sp@2x.webp) center bottom no-repeat;
    background-size: 100% 37.625rem;
    z-index: -1;
  }
}

.p-condition__title {
  font-size: 3.625rem;
  letter-spacing: 0.29rem;
  font-weight: 900;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-condition__title::after {
  content: "";
  left: 0;
  bottom: 0.1875rem;
  position: absolute;
  width: 100%;
  height: 1.3125rem;
  opacity: 0.6;
  background: #ff8621;
  z-index: -1;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
@media screen and (max-width: 1110px) {
  .p-condition__title {
    position: absolute;
    top: 0;
    right: 3.125rem;
  }
  .p-condition__title span {
    font-size: 3.765rem;
    letter-spacing: 0.300625rem;
    font-weight: 900;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .p-condition__title span::after {
    content: "";
    left: 0;
    bottom: 0.1875rem;
    position: absolute;
    width: 100%;
    height: 1.3125rem;
    opacity: 0.6;
    background: #ff8621;
    z-index: -1;
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  .p-condition__title span:nth-of-type(1) {
    margin-left: 2rem;
  }
  .p-condition__title span:nth-of-type(2) {
    margin-top: 1.125rem;
  }
}

.p-condition__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
  position: relative;
  padding-right: 9.375rem;
}
@media screen and (max-width: 1400px) {
  .p-condition__contents {
    padding-right: 5%;
  }
}
@media screen and (max-width: 1110px) {
  .p-condition__contents {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-condition__images .img01 img {
  top: 0;
  left: 0;
  width: 18.875rem;
  height: auto;
}
.p-condition__images .img02 img {
  top: 9.125rem;
  left: 19.25rem;
  width: 22.375rem;
  height: auto;
}
.p-condition__images .img03 img {
  top: 28rem;
  left: 5.5625rem;
  width: 19.6875rem;
  height: auto;
}
@media screen and (max-width: 1110px) {
  .p-condition__images .img01 img {
    top: -1.75rem;
    left: 0;
    width: 26.6875rem;
    height: auto;
  }
  .p-condition__images .img02 img {
    top: 16.0625rem;
    left: auto;
    right: 1.8125rem;
    width: 25.875rem;
    height: auto;
  }
  .p-condition__images .img03 img {
    top: 26.25rem;
    left: 18.75rem;
    width: 22.75rem;
    height: auto;
  }
}

.p-condition__image img {
  position: absolute;
}

.p-condition__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.75rem;
}
.p-condition__box h3 {
  font-size: 2.3125rem;
  font-weight: 700;
  line-height: 1.58;
  letter-spacing: 0.1825rem;
  text-align: center;
}
.p-condition__box .color {
  font-size: 2.5625rem;
  font-weight: 900;
  letter-spacing: 0.205rem;
  color: #fdcc02;
  position: relative;
}
.p-condition__box .color::after {
  content: "";
  bottom: 0.1875rem;
  left: 0;
  width: 100%;
  border-bottom: dashed 3px #fdcc02;
  position: absolute;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.p-condition__box p {
  font-family: "maru-maru-gothic-alr-stdn", sans-serif;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.03rem;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #463228;
  text-underline-offset: 0.25rem;
  margin-top: 3.625rem;
  margin-left: 1.125rem;
  -ms-flex-item-align: start;
      align-self: start;
}
@media screen and (max-width: 1110px) {
  .p-condition__box {
    padding-top: 45.5rem;
  }
  .p-condition__box h3 {
    font-size: 3.5rem;
    letter-spacing: 0.28rem;
  }
  .p-condition__box .color {
    font-size: 3.9375rem;
    letter-spacing: 0.315rem;
    margin-right: 0.625rem;
  }
  .p-condition__box .color::after {
    bottom: 0.1875rem;
    border-bottom: dashed 0.1875rem #fdcc02;
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  .p-condition__box p {
    font-size: 2.625rem;
    letter-spacing: 0.125rem;
    margin-top: 4.875rem;
    margin-left: -1.625rem;
  }
}

.p-condition__lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 2.4375rem;
     -moz-column-gap: 2.4375rem;
          column-gap: 2.4375rem;
  row-gap: 0.875rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1110px) {
  .p-condition__lists {
    -webkit-column-gap: 3.6875rem;
       -moz-column-gap: 3.6875rem;
            column-gap: 3.6875rem;
    row-gap: 1.25rem;
    margin-top: 5.625rem;
  }
}

.p-condition__list {
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.165rem;
  color: #FFFFFF;
  border-radius: 1.9375rem;
  background-color: #463228;
  display: grid;
  place-items: center;
  width: 13.9375rem;
  height: 3.875rem;
  justify-self: center;
}
@media screen and (max-width: 1110px) {
  .p-condition__list {
    font-size: 3.164375rem;
    line-height: 1.43;
    letter-spacing: 0.2525rem;
    border-radius: 2.9375rem;
    width: 21.5rem;
    height: 6.0625rem;
  }
}

.p-condition__box-image img {
  position: absolute;
  bottom: -2.0625rem;
  right: 4.9375rem;
  width: 12.125rem;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .p-condition__box-image img {
    right: 1%;
  }
}
@media screen and (max-width: 1110px) {
  .p-condition__box-image img {
    bottom: -10.0625rem;
    right: 2.0625rem;
    width: 17.9375rem;
  }
}

.p-problem {
  padding-block: 4.125rem 4.5625rem;
}
@media screen and (max-width: 1110px) {
  .p-problem {
    padding-block: 3.3125rem 9.75rem;
  }
}

.p-problem__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-problem__contents p {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.12rem;
  margin-top: 1.625rem;
}
@media screen and (max-width: 1110px) {
  .p-problem__contents p {
    font-size: 2.4375rem;
    letter-spacing: -0.0625rem;
    white-space: nowrap;
    margin-top: 2.5rem;
  }
}

.p-problem-title {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.12rem;
}
.p-problem-title .large {
  font-size: 2.1875rem;
  font-weight: 900;
  letter-spacing: 0.175rem;
}
.p-problem-title .line {
  font-size: 1.5rem;
  font-weight: 900;
  position: relative;
}
.p-problem-title .line::after {
  content: "";
  bottom: 0.1875rem;
  left: 0;
  width: 100%;
  border-bottom: dashed 3px #ffbb84;
  position: absolute;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.p-problem-title .color {
  color: #ff9c00;
}
@media screen and (max-width: 1110px) {
  .p-problem-title {
    font-size: 2.43125rem;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .p-problem-title .large {
    font-size: 3.545625rem;
    letter-spacing: -0.1875rem;
  }
  .p-problem-title .line {
    font-size: 2.43125rem;
    letter-spacing: -0.0625rem;
  }
  .p-problem-title .line::after {
    bottom: -0.3125rem;
    border-bottom: dashed 3px #ffbb84;
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
}

.p-problem__iamges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
}
@media screen and (max-width: 1110px) {
  .p-problem__iamges {
    margin-top: 5.5rem;
  }
}

.p-problem__image {
  position: relative;
}
.p-problem__image:nth-of-type(1) {
  margin-right: -3.75rem;
  z-index: 1;
  width: 31.9375rem;
  height: auto;
}
.p-problem__image:nth-of-type(2) {
  width: 24.625rem;
  height: auto;
}
.p-problem__image .number {
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 50%;
  translate: -50% -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 5.375rem;
  font-weight: 900;
  color: #fc643b;
}
.p-problem__image .small {
  font-size: 3.25rem;
  font-weight: 900;
  margin-top: 1rem;
}
@media screen and (max-width: 1110px) {
  .p-problem__image:nth-of-type(1) {
    width: 38.8125rem;
  }
  .p-problem__image:nth-of-type(1) img {
    width: 38.8125rem;
    height: auto;
  }
  .p-problem__image:nth-of-type(2) {
    width: 29.6875rem;
  }
  .p-problem__image:nth-of-type(2) img {
    width: 29.6875rem;
    height: auto;
  }
  .p-problem__image .number {
    font-size: 6.59375rem;
    top: calc(50% - 1.4375rem);
    left: 50%;
    translate: -50% -50%;
  }
  .p-problem__image .small {
    font-size: 4rem;
    margin-top: 2.1875rem;
  }
}

.p-leave {
  height: 105.5625rem;
  background: url(../img/leave_bg@2x.webp) center top no-repeat;
  background-size: 100% 105.5625rem;
  padding-top: 4.8125rem;
  position: relative;
}
.p-leave::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6.1875rem;
  bottom: 0;
  background: url(../img/leave_bg-under@2x.webp) center bottom no-repeat;
  background-size: 100% 6.1875rem;
}
@media screen and (max-width: 1110px) {
  .p-leave {
    height: 150.5rem;
    background: url(../img/leave_bg-sp@2x.webp) center top no-repeat;
    background-size: 100% 147.1875rem;
    padding-top: 4.0625rem;
  }
  .p-leave::after {
    height: 7.625rem;
    bottom: 0;
    background: url(../img/leave_underBg-sp@2x.webp) center bottom no-repeat;
    background-size: 100% 7.625rem;
  }
}

.p-leave__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1110px) {
  .p-leave__contents {
    position: relative;
  }
}

.p-leave-title {
  font-size: 3.125rem;
  font-weight: 900;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 1110px) {
  .p-leave-title {
    font-size: 4rem;
    line-height: 1.7;
    letter-spacing: 0.32rem;
    text-align: center;
    position: absolute;
    top: 1.3125rem;
    left: 1.3125rem;
  }
}

.p-leave__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
  row-gap: 2rem;
  margin-top: 4.375rem;
}
@media screen and (max-width: 1110px) {
  .p-leave__items {
    display: block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 87.5rem;
  }
}

.p-leave__item {
  position: relative;
}
.p-leave__item:nth-of-type(4) {
  margin-right: 1.25rem;
}
.p-leave__item:nth-of-type(5) {
  margin-left: 1.25rem;
}
.p-leave__item p {
  position: absolute;
  top: 50%;
  left: calc(50% + 0.75rem);
  translate: -50% -50%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.12rem;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
}
.p-leave__item img {
  width: 20.3125rem;
  height: auto;
}
@media screen and (max-width: 1110px) {
  .p-leave__item {
    position: absolute;
  }
  .p-leave__item:nth-of-type(1) {
    top: 0;
    right: 0;
  }
  .p-leave__item:nth-of-type(2) {
    top: 19.875rem;
    left: 0;
  }
  .p-leave__item:nth-of-type(2) p {
    top: calc(50% + 1rem);
    left: calc(50% + 1.25rem);
  }
  .p-leave__item:nth-of-type(3) {
    top: 31.625rem;
    right: 0;
  }
  .p-leave__item:nth-of-type(3) p {
    top: calc(50% + 1rem);
  }
  .p-leave__item:nth-of-type(4) {
    top: 52rem;
    left: 0;
  }
  .p-leave__item:nth-of-type(4) p {
    top: calc(50% + 1rem);
  }
  .p-leave__item:nth-of-type(5) {
    top: 63.25rem;
    right: 0;
  }
  .p-leave__item:nth-of-type(5) p {
    top: calc(50% + 1rem);
  }
  .p-leave__item p {
    font-size: 2.625rem;
    letter-spacing: 0.105rem;
    left: calc(50% + 0.75rem);
  }
  .p-leave__item img {
    width: 29.8125rem;
  }
}

.p-leave__contents-text {
  font-size: 2.1875rem;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.175rem;
  position: relative;
  z-index: 1;
  margin-top: 5.3125rem;
}
.p-leave__contents-text .stroke {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: 0.75rem rgba(255, 255, 255, 0.83);
  z-index: -1;
}
.p-leave__contents-text .color {
  display: initial;
  font-weight: 900;
  color: #3975ff;
}
@media screen and (max-width: 1110px) {
  .p-leave__contents-text {
    font-size: 2.8125rem;
    letter-spacing: 0.225rem;
    margin-top: 2.5rem;
  }
  .p-leave__contents-text .color {
    font-size: 3.0625rem;
    letter-spacing: normal;
  }
}

.p-leave__bottom {
  width: 61.0625rem;
  height: 20.75rem;
  margin-top: 11.875rem;
  position: relative;
}
.p-leave__bottom h3 {
  font-size: 3.125rem;
  font-weight: 900;
  letter-spacing: 0.0625rem;
  color: #ff9c00;
  position: absolute;
  top: -1.25rem;
  left: 16.375rem;
  z-index: 1;
}
.p-leave__bottom p {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.035rem;
  position: absolute;
  top: 5.5rem;
  left: 23.3125rem;
  z-index: 1;
}
.p-leave__bottom img {
  position: absolute;
  bottom: 4.5625rem;
  left: -2.875rem;
  width: 60.4375rem;
  height: auto;
  aspect-ratio: 967/339;
}
@media screen and (max-width: 1110px) {
  .p-leave__bottom h3 {
    top: -3.1875rem;
    left: 22.25rem;
  }
  .p-leave__bottom p {
    top: 3.8125rem;
    left: 29.375rem;
  }
  .p-leave__bottom img {
    bottom: 6.0625rem;
    left: 3.4375rem;
  }
}

.p-prevention {
  background: #fae17c;
  padding-block: 4.6875rem 6.25rem;
  height: 108.75rem;
  position: relative;
}
.p-prevention::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
  background: url(../img/prevention_bg-bottom@2x.webp) center bottom no-repeat;
  background-size: 100% 2.5rem;
}
@media screen and (max-width: 1110px) {
  .p-prevention {
    padding-block: 3.4375rem 6.25rem;
    height: 233.9375rem;
  }
  .p-prevention::before {
    background: #fae17c;
  }
}

.p-prevention__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1110px) {
  .p-prevention__contents {
    position: relative;
  }
}

.p-prevention__contents-text {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.65;
  letter-spacing: 0.035rem;
  margin-top: 7.125rem;
}
@media screen and (max-width: 1110px) {
  .p-prevention__contents-text {
    font-size: 2.625rem;
    line-height: 1.7;
    letter-spacing: normal;
    width: 42rem;
    padding-left: 2.375rem;
    margin-top: 5.5625rem;
    margin-right: auto;
  }
}

@media screen and (max-width: 1110px) {
  .p-prevention__contents-image {
    position: absolute;
    top: 32.1875rem;
    right: 2.4375rem;
    width: 24.25rem;
    height: auto;
  }
}

.p-prevention__heading {
  margin-inline: calc(50% - 50vw);
}
.p-prevention__heading .p-prevention__heading-title img {
  width: 82.8125rem;
  height: auto;
}
@media screen and (max-width: 1110px) {
  .p-prevention__heading .p-prevention__heading-title img {
    width: 67rem;
  }
}

.p-prevention__box {
  width: 79.25rem;
  height: 58.125rem;
  background: url(../img/prevention_bg@2x.webp) center top no-repeat;
  background-size: 100% auto;
  padding: 3.75rem 6.25rem;
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1110px) {
  .p-prevention__box {
    width: 66.0625rem;
    height: 156.875rem;
    background: url(../img/prevention_bg-sp@2x.webp) center top no-repeat;
    background-size: 100% auto;
    padding: 1.1875rem 0 0;
    margin-top: 4.6875rem;
  }
}

.p-prevention__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-prevention__items h3 {
  font-size: 2.4375rem;
  font-weight: 900;
  letter-spacing: 0.194375rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #463228;
  text-align: center;
  width: 100%;
}
.p-prevention__items h3:nth-of-type(2) {
  color: #eb9476;
  border-color: #eb9476;
  margin-top: 1.75rem;
}
@media screen and (max-width: 1110px) {
  .p-prevention__items h3 {
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0.32rem;
    padding-bottom: 1.25rem;
  }
  .p-prevention__items h3:nth-of-type(2) {
    margin-top: 2.625rem;
  }
}

.p-prevention__item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1110px) {
  .p-prevention__item {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.8125rem;
       -moz-column-gap: 1.8125rem;
            column-gap: 1.8125rem;
    row-gap: 1.6875rem;
    margin-top: 1.875rem;
  }
  .p-prevention__item img {
    width: 25.375rem;
    height: auto;
  }
}

.p-prevention__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2.5rem;
  margin-left: 0.75rem;
}
@media screen and (max-width: 1110px) {
  .p-prevention__lists {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    row-gap: 0.75rem;
    margin-top: 4.1875rem;
    width: 100%;
    padding-left: 6.5rem;
  }
}

.p-prevention__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4.1875rem;
     -moz-column-gap: 4.1875rem;
          column-gap: 4.1875rem;
}
.p-prevention__list p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1rem;
}
.p-prevention__list p span {
  font-weight: 500;
}
.p-prevention__list p .ml {
  margin-left: 1rem;
}
@media screen and (max-width: 1110px) {
  .p-prevention__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    row-gap: 1rem;
  }
  .p-prevention__list p {
    font-size: 2.5rem;
    line-height: normal;
    letter-spacing: 0.2rem;
    margin-left: 2.6875rem;
  }
  .p-prevention__list p .ml {
    margin-left: 1.6875rem;
  }
}

.title {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.1rem;
  padding-left: 1.5rem;
  position: relative;
  min-width: 10.125rem;
}
.title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #463228;
}
@media screen and (max-width: 1110px) {
  .title {
    font-size: 2.625rem;
    line-height: normal;
    letter-spacing: 0.21rem;
    padding-left: 2.625rem;
    min-width: auto;
  }
  .title::before {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.p-effect {
  height: 136.6875rem;
  background: url(../img/effect_bg@2x.webp) center top no-repeat;
  background-size: 100% 136.6875rem;
  padding-top: 6.625rem;
  position: relative;
}
@media screen and (max-width: 1110px) {
  .p-effect {
    height: 136.6875rem;
    background: url(../img/effect_bg-sp@2x.webp) center center no-repeat;
    background-size: 100% 136.6875rem;
    padding-top: 0.6875rem;
  }
}

.p-effect__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-effect__heading h2 {
  font-size: 5.125rem;
  font-weight: 900;
  letter-spacing: normal;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.p-effect__heading h2 span {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 900;
  -webkit-text-stroke: 1.25rem #50aee2;
  z-index: -1;
}
.p-effect__heading h3 {
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: 0.23875rem;
  color: #50aee2;
  text-align: center;
  position: relative;
  margin-top: 0.75rem;
}
.p-effect__heading h3 .color {
  color: #463228;
}
.p-effect__heading h3 .large {
  font-size: 7rem;
  font-weight: 900;
  letter-spacing: 0.28rem;
}
.p-effect__heading h3 .middle {
  font-size: 3.125rem;
  font-weight: 900;
  letter-spacing: 0.25rem;
}
.p-effect__heading h3 .small {
  font-size: 2.9375rem;
  font-weight: 900;
  letter-spacing: 0.2325rem;
}
.p-effect__heading .xs {
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.09rem;
  color: #50aee2;
  position: absolute;
  top: 3rem;
  right: 10.0625rem;
}
@media screen and (max-width: 1110px) {
  .p-effect__heading h2 {
    font-size: 5.7875rem;
    letter-spacing: 0rem;
    white-space: nowrap;
  }
  .p-effect__heading h3 {
    font-size: 6.75rem;
    line-height: 1.2;
    letter-spacing: 0.27rem;
    margin-top: 0;
  }
  .p-effect__heading h3 .large {
    font-size: 7.90625rem;
    letter-spacing: 0.31625rem;
  }
  .p-effect__heading h3 .middle {
    font-size: 3.53125rem;
    font-weight: 900;
    letter-spacing: 0.2825rem;
  }
  .p-effect__heading h3 .small {
    font-size: 3.28125rem;
    letter-spacing: 0.2625rem;
  }
  .p-effect__heading .xs {
    font-size: 1.28125rem;
    letter-spacing: 0.1025rem;
    top: 2.3125rem;
    right: 11.5rem;
  }
}

.p-effect__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 3rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 1110px) {
  .p-effect__lists {
    margin-top: 4.5625rem;
    row-gap: 2.6875rem;
  }
}

.p-effect__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6.25rem;
     -moz-column-gap: 6.25rem;
          column-gap: 6.25rem;
  width: 65rem;
  height: 14.5rem;
  background: #b9e3f9;
  border: 10px solid #b9e3f9;
  border-radius: 100vh;
}
.p-effect__list:nth-of-type(even) {
  background: #d1e6c6;
  border: 10px solid #d1e6c6;
}
.p-effect__list:nth-of-type(even) h4 {
  color: #3c9737;
}
.p-effect__list:nth-of-type(3) .p-effect-list__head img {
  width: 12.3125rem;
  height: auto;
  top: 8.0625rem;
  left: 7.375rem;
}
@media screen and (max-width: 1110px) {
  .p-effect__list {
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
    width: 65rem;
    height: 14.625rem;
  }
}

.p-effect-list__head {
  width: 13.5625rem;
  height: 13.5625rem;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.p-effect-list__head img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 13.5625rem;
  height: auto;
}

.p-effect-list__body h4 {
  font-size: 1.875rem;
  font-weight: 900;
  letter-spacing: 0.15rem;
  color: #0096ff;
}
.p-effect-list__body p {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 1110px) {
  .p-effect-list__body h4 {
    font-size: 2.8125rem;
    letter-spacing: 0;
  }
  .p-effect-list__body p {
    font-size: 2.5rem;
    letter-spacing: 0;
  }
}

.p-season {
  background: url(../img/season_bg@2x.webp) center top no-repeat;
  background-size: 100% 111.75rem;
  padding-block: 8.3125rem 5.4375rem;
  height: 111.75rem;
}
@media screen and (max-width: 1110px) {
  .p-season {
    background: url(../img/season_bg-sp@2x.webp) center top no-repeat;
    background-size: 100% 153.3125rem;
    height: 153.3125rem;
  }
}

.p-season__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-season__heading {
  position: relative;
}
.p-season__heading h2 {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 40.125rem;
  height: 7.875rem;
}

.p-season__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 4.8125rem;
  border: 5px solid #fae17c;
  margin-top: 6.5rem;
  width: 65rem;
  height: 91.75rem;
  padding: 5rem 3.75rem 3.8125rem;
}
.p-season__box h3 {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
  position: relative;
  z-index: 1;
}
.p-season__box h3 span {
  font-weight: 900;
  -webkit-text-stroke: 0.375rem #fce7ae;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-season__box img {
  width: 56rem;
  height: auto;
  margin-top: 0.625rem;
  margin-left: 0.625rem;
}
@media screen and (max-width: 1110px) {
  .p-season__box {
    border: 0.1875rem solid #fae17c;
    padding: 9.375rem 2.1875rem 6.5625rem;
    margin-top: 4rem;
    height: 132.625rem;
  }
  .p-season__box h3 {
    font-size: 3.875rem;
    line-height: 1.55;
    letter-spacing: 0.31rem;
    text-align: center;
  }
  .p-season__box img {
    width: 61.125rem;
    height: auto;
    margin-top: 4.5rem;
    margin-left: 0.625rem;
  }
}

.p-season__text-box {
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.0625rem 4.375rem 1.625rem 5.625rem;
  border-radius: 2.0625rem;
  background: #fffaf3;
  margin-top: 2.9375rem;
}
.p-season__text-box p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.85;
  letter-spacing: 0.13rem;
}
.p-season__text-box p:nth-of-type(2) {
  text-decoration: underline;
  text-decoration-thickness: 0.125rem;
  text-decoration-color: #463228;
  text-underline-offset: 0.875rem;
}
.p-season__text-box p span {
  display: initial;
}
.p-season__text-box p .small {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.11rem;
}
.p-season__text-box p .color {
  color: #1599ff;
  font-weight: 900;
}
.p-season__text-box p .color2 {
  color: #ffa200;
  font-weight: 900;
}
.p-season__text-box img {
  width: 56rem;
  height: auto;
}
@media screen and (max-width: 1110px) {
  .p-season__text-box {
    padding: 4.25rem 1.25rem 4.25rem 2.75rem;
  }
  .p-season__text-box p {
    font-size: 2.8125rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .p-season__text-box p span {
    letter-spacing: 0;
  }
  .p-season__text-box p .small {
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  .p-season__text-box p .bold {
    font-weight: 900;
  }
  .p-season__text-box p:nth-of-type(2) {
    line-height: 1.8;
    margin-top: 0.375rem;
    text-underline-offset: 1.5rem;
    padding-left: 1.5rem;
  }
}

.p-season__bottom-text {
  font-size: 2.1875rem;
  font-weight: 500;
  letter-spacing: 0.175rem;
  text-align: center;
  width: 48.4375rem;
  margin-top: 5rem;
}
.p-season__bottom-text .color {
  font-weight: 900;
  color: #ffa200;
}
.p-season__bottom-text .bold {
  font-weight: 900;
}
.p-season__bottom-text .old {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
}
.p-season__bottom-text .line {
  position: relative;
  padding-bottom: 0.8125rem;
}
.p-season__bottom-text .line::after {
  content: "";
  bottom: 0.1875rem;
  left: 50%;
  translate: -50% 0;
  width: 48.4375rem;
  border-bottom: dashed 3px #ffa7c5;
  position: absolute;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
@media screen and (max-width: 1110px) {
  .p-season__bottom-text {
    font-size: 2.8125rem;
    letter-spacing: 0.05625rem;
    width: 100%;
    margin-top: 8rem;
    margin-left: 1rem;
  }
  .p-season__bottom-text .old {
    font-size: 2.8125rem;
    letter-spacing: 0.05625rem;
  }
  .p-season__bottom-text .line::after {
    width: 59.625rem;
    border-bottom: dashed 3px #ffa7c5;
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
}

.p-compare {
  background: url(../img/compare_bg@2x.webp) center top no-repeat;
  background-size: 100% 102.0625rem;
  padding-block: 12.5rem 5rem;
  height: 102.0625rem;
  position: relative;
}
.p-compare::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 6.125rem;
  background: url(../img/compare_bg-bottom@2x.webp) center bottom no-repeat;
  background-size: 100% 6.125rem;
}
@media screen and (max-width: 1110px) {
  .p-compare {
    background: url(../img/compare_bg-sp@2x.webp) center top no-repeat;
    background-size: 100% 167.6875rem;
    padding-block: 11.4375rem 5rem;
    height: 167.6875rem;
  }
  .p-compare::after {
    height: 7.75rem;
    background: url(../img/compare_underBg-sp@2x.webp) center bottom no-repeat;
    background-size: 100% 7.75rem;
  }
}

.p-table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  margin-inline: auto;
}
.p-table thead th:nth-of-type(1) {
  empty-cells: hide;
}
.p-table thead th:nth-of-type(2) {
  background: #fff;
  border-top: 2px solid #9a9a9a;
  border-left: 2px solid #9a9a9a;
  border-radius: 1.25rem 0 0 0;
  width: 23.5rem;
  height: 13.0625rem;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  text-align: left;
  padding-left: 3.5625rem;
}
.p-table thead th:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.75rem;
  translate: 0 -50%;
  width: 9.875rem;
  height: 9.75rem;
  background: url(../img/compare_correction@2x.webp) center center no-repeat;
  background-size: 9.875rem auto;
  z-index: -1;
}
.p-table thead th:nth-of-type(2) span {
  font-size: 2.0625rem;
  font-weight: 700;
  letter-spacing: 0.1625rem;
}
.p-table thead th:nth-of-type(2) .small {
  font-size: 1.625rem;
  letter-spacing: 0.13rem;
}
.p-table thead th:nth-of-type(3) {
  position: relative;
  opacity: 0.85;
  z-index: 1;
  width: 32.0625rem;
}
.p-table thead th:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: -4.375rem;
  left: 50%;
  translate: -50% 0;
  width: 32.0625rem;
  height: 17.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#55acd6), to(#5cbecd));
  background: linear-gradient(to top, #55acd6, #5cbecd);
  border-radius: 2.4375rem 2.4375rem 0 0;
  z-index: -1;
}
.p-table thead th:nth-of-type(3)::after {
  content: "";
  position: absolute;
  top: -4.375rem;
  left: 50%;
  translate: -50% 0;
  width: 32.0625rem;
  height: 17.5rem;
  border-radius: 2.4375rem 2.4375rem 0 0;
  border-top: 0.875rem solid #5cbecd;
  border-left: 0.875rem solid #5cbecd;
  border-right: 0.875rem solid #5cbecd;
  background: url(../img/compare_mrc@2x.webp) center center no-repeat;
  background-size: 15.0625rem auto;
  z-index: -1;
}
.p-table thead th:nth-of-type(3) .text {
  font-size: 2.625rem;
  font-weight: 900;
  letter-spacing: 0.21rem;
  color: #fffefe;
  position: relative;
  z-index: 1;
  margin-top: 2.5rem;
}
.p-table thead th:nth-of-type(3) .stroke {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: 0.5rem #4092cf;
  font-weight: 900;
  z-index: -1;
}
.p-table tbody th {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  vertical-align: middle;
  width: 10.1875rem;
  height: 8.625rem;
}
.p-table tbody tr td:nth-of-type(2) {
  width: 32.0625rem;
}
.p-table tbody tr th:nth-of-type(1),
.p-table tbody tr td:nth-of-type(1) {
  background: #eee;
}
.p-table tbody tr:nth-of-type(2n) th,
.p-table tbody tr:nth-of-type(2n) td {
  background: #fff;
}
.p-table tbody tr:nth-of-type(odd) td:nth-of-type(2) {
  background: #fffcd4;
}
.p-table tbody tr:nth-of-type(1) td:nth-of-type(2) {
  font-weight: 700;
}
.p-table tbody tr td {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  vertical-align: middle;
  padding-inline: 2.3125rem 1.75rem;
}
.p-table tbody tr td:nth-of-type(2) {
  color: #f91f69;
  padding-inline: 1.125rem 0.75rem;
}
.p-table tbody tr th {
  border-top: 2px solid #9a9a9a;
  border-left: 2px solid #9a9a9a;
}
.p-table tbody tr:last-of-type th:nth-of-type(1),
.p-table tbody tr:last-of-type td:nth-of-type(1) {
  border-bottom: 2px solid #9a9a9a;
}
.p-table tbody tr:last-of-type td:nth-of-type(2) {
  position: relative;
}
.p-table tbody tr:last-of-type td:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 32.0625rem;
  height: 9.6875rem;
  border-left: 0.875rem solid #5cbecd;
  border-right: 0.875rem solid #5cbecd;
  border-bottom: 0.875rem solid #5cbecd;
  border-radius: 0 0 2.4375rem 2.4375rem;
}
.p-table tbody tr td:nth-of-type(1) {
  border-top: 2px solid #9a9a9a;
  border-left: 2px solid #9a9a9a;
}
.p-table tbody tr td:nth-of-type(2) {
  border-top: 2px solid #9a9a9a;
  border-left: 0.875rem solid #5cbecd;
  border-right: 0.875rem solid #5cbecd;
}
.p-table tbody tr:nth-of-type(1) th {
  border-radius: 1.25rem 0 0 0;
}
.p-table tbody tr:last-of-type th {
  border-radius: 0 0 0 1.25rem;
}
.p-table tbody tr:last-of-type td:nth-of-type(2) {
  border-right: 2px solid transparent;
  border-left: 2px solid #9a9a9a;
  border-radius: 0 0 1.25rem 0;
}
@media screen and (max-width: 1110px) {
  .p-table thead th:nth-of-type(1) {
    empty-cells: hide;
  }
  .p-table thead th:nth-of-type(2) {
    border-radius: 1.25rem 0 0 0;
    width: 23.5rem;
    height: 14.375rem;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    text-align: center;
    padding-left: 0;
  }
  .p-table thead th:nth-of-type(2)::after {
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
  .p-table thead th:nth-of-type(2) .text {
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.32rem;
    position: relative;
    z-index: 2;
  }
  .p-table thead th:nth-of-type(2) .small {
    font-size: 3.5625rem;
    letter-spacing: 0.285rem;
  }
  .p-table thead th:nth-of-type(2) .stroke {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    -webkit-text-stroke: 0.25rem #fff;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.32rem;
    z-index: 1;
  }
  .p-table thead th:nth-of-type(3) {
    position: relative;
    opacity: 0.85;
    z-index: 1;
    width: 31.375rem;
    vertical-align: top;
  }
  .p-table thead th:nth-of-type(3)::before {
    content: "";
    position: absolute;
    top: calc(50% - 1.4375rem);
    left: 50%;
    translate: -50% -50%;
    width: 31.9375rem;
    height: 17.25rem;
    background: -webkit-gradient(linear, left bottom, left top, from(#55acd6), to(#5cbecd));
    background: linear-gradient(to top, #55acd6, #5cbecd);
    border-radius: 2.4375rem 2.4375rem 0 0;
    z-index: -1;
  }
  .p-table thead th:nth-of-type(3)::after {
    content: "";
    position: absolute;
    top: calc(50% - 1.4375rem);
    left: 50%;
    translate: -50% -50%;
    width: 31.9375rem;
    height: 17.25rem;
    border-radius: 2.4375rem 2.4375rem 0 0;
    border-top: 0.875rem solid #5cbecd;
    border-left: 0.875rem solid #5cbecd;
    border-right: 0.875rem solid #5cbecd;
    background: url(../img/compare_mrc@2x.webp) center center no-repeat;
    background-size: 18.25rem auto;
    z-index: -1;
  }
  .p-table thead th:nth-of-type(3) .text {
    font-size: 3.40625rem;
    line-height: 1.7;
    font-weight: 900;
    letter-spacing: 0.2725rem;
    color: #fffefe;
    position: relative;
    z-index: 1;
    margin-top: 0.8125rem;
  }
  .p-table thead th:nth-of-type(3) .stroke {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-text-stroke: 0.5rem #4092cf;
    font-weight: 900;
    z-index: -1;
  }
  .p-table tbody th {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    vertical-align: middle;
    width: 10.1875rem;
    height: auto;
  }
  .p-table tbody tr td:nth-of-type(2) {
    width: 32.0625rem;
  }
  .p-table tbody tr th:nth-of-type(1),
  .p-table tbody tr td:nth-of-type(1) {
    background: #eee;
  }
  .p-table tbody tr:nth-of-type(2n) th,
  .p-table tbody tr:nth-of-type(2n) td {
    background: #fff;
  }
  .p-table tbody tr:nth-of-type(odd) td:nth-of-type(2) {
    background: #fffcd4;
  }
  .p-table tbody tr:nth-of-type(1) td:nth-of-type(2) {
    font-weight: 500;
  }
  .p-table tbody tr td {
    font-size: 2.375rem;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: 0.125rem;
    vertical-align: middle;
    padding-block: 1.375rem;
    padding-inline: 1.125rem;
  }
  .p-table tbody tr td:nth-of-type(2) {
    color: #f91f69;
    padding-inline: 1rem 0.75rem;
  }
  .p-table tbody tr:nth-of-type(2) td {
    padding-block: 1.9375rem;
  }
  .p-table tbody tr:nth-of-type(2) td:nth-of-type(2) {
    text-align: center;
  }
  .p-table tbody tr:nth-of-type(3) td {
    padding-block: 3.375rem;
  }
  .p-table tbody tr:nth-of-type(3) td:nth-of-type(1) {
    padding-left: 4.125rem;
  }
  .p-table tbody tr:nth-of-type(3) td:nth-of-type(2) {
    text-align: center;
  }
  .p-table tbody tr:nth-of-type(4) td {
    padding-block: 2.5625rem;
  }
  .p-table tbody tr:nth-of-type(4) td:nth-of-type(1) {
    padding-left: 2.5rem;
  }
  .p-table tbody tr:nth-of-type(5) td {
    padding-block: 2.4375rem;
  }
  .p-table tbody tr:nth-of-type(6) td {
    padding-block: 3.4375rem;
  }
  .p-table tbody tr:nth-of-type(6) td:nth-of-type(1) {
    text-align: center;
  }
  .p-table tbody tr:nth-of-type(7) td {
    padding-block: 3.125rem;
  }
  .p-table tbody tr:nth-of-type(7) td:nth-of-type(1) {
    text-align: center;
  }
  .p-table tbody tr:nth-of-type(7) td:nth-of-type(2) {
    padding-inline: 0.75rem;
  }
  .p-table tbody tr th {
    border-top: 2px solid #9a9a9a;
    border-left: 2px solid #9a9a9a;
  }
  .p-table tbody tr:last-of-type th:nth-of-type(1),
  .p-table tbody tr:last-of-type td:nth-of-type(1) {
    border-bottom: 2px solid #9a9a9a;
  }
  .p-table tbody tr:last-of-type td:nth-of-type(2) {
    position: relative;
  }
  .p-table tbody tr:last-of-type td:nth-of-type(2)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 31.9375rem;
    height: 24.75rem;
    border-left: 0.875rem solid #5cbecd;
    border-right: 0.875rem solid #5cbecd;
    border-bottom: 0.875rem solid #5cbecd;
    border-radius: 0 0 2.4375rem 2.4375rem;
  }
  .p-table tbody tr td:nth-of-type(1) {
    border-top: 2px solid #9a9a9a;
    border-left: 2px solid #9a9a9a;
  }
  .p-table tbody tr td:nth-of-type(2) {
    border-top: 2px solid #9a9a9a;
    border-left: 0.875rem solid #5cbecd;
    border-right: 0.875rem solid #5cbecd;
  }
  .p-table tbody tr:nth-of-type(1) th {
    border-radius: 1.25rem 0 0 0;
  }
  .p-table tbody tr:last-of-type th {
    border-radius: 0 0 0 1.25rem;
  }
  .p-table tbody tr:last-of-type td:nth-of-type(2) {
    border-right: 2px solid transparent;
    border-left: 2px solid #9a9a9a;
    border-radius: 0 0 1.25rem 0;
  }
}
@media screen and (max-width: 750px) {
  .p-table tbody tr:nth-of-type(7) td:nth-of-type(2) {
    letter-spacing: normal;
    padding-inline: 0.75rem;
  }
}

.p-flow {
  padding-block: 2.4375rem 7.375rem;
  z-index: 1;
}
@media screen and (max-width: 1110px) {
  .p-flow {
    padding-block: 2.4375rem 10rem;
  }
}

.p-flow__contents h2 {
  width: 45.375rem;
  margin-inline: auto;
}
@media screen and (max-width: 1110px) {
  .p-flow__contents h2 {
    width: 54.875rem;
  }
}

.p-flow__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.4375rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 1110px) {
  .p-flow__lists {
    row-gap: 2.5625rem;
  }
}

.p-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0.0125rem 0.3125rem 0.3rem 0.0125rem rgba(70, 50, 40, 0.13);
          box-shadow: 0.0125rem 0.3125rem 0.3rem 0.0125rem rgba(70, 50, 40, 0.13);
  border: solid 0.25rem #f2bf4d;
  background-color: #fff;
  padding-left: 3.3125rem;
  width: 65rem;
  height: 5.5rem;
}
.p-flow__list .step {
  font-size: 1.875rem;
  font-weight: 900;
  letter-spacing: 0.15rem;
  color: #f2bf4d;
}
.p-flow__list p {
  font-size: 1.875rem;
  font-weight: 900;
  letter-spacing: 0.15rem;
  color: #66554c;
}
.p-flow__list p .small {
  font-size: 1.25rem;
  font-weight: 500;
  margin-left: 0.5rem;
}
@media screen and (max-width: 1110px) {
  .p-flow__list {
    -webkit-column-gap: 3.4375rem;
       -moz-column-gap: 3.4375rem;
            column-gap: 3.4375rem;
    height: 12.1875rem;
  }
  .p-flow__list .step {
    font-size: 3rem;
    letter-spacing: 0.24rem;
  }
  .p-flow__list p {
    font-size: 3rem;
    letter-spacing: 0.24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-flow__list p .small {
    font-size: 2.5rem;
    line-height: 1.68;
    margin-left: 0;
    letter-spacing: 0;
  }
  .p-flow__list:last-of-type p .small {
    letter-spacing: 0.2rem;
  }
}

.p-price {
  padding-top: 7.4375rem;
  position: relative;
  height: 101.875rem;
}
.p-price::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 16.375rem;
  aspect-ratio: 1440/342;
  background: url(../img/price_bg-bottom@2x.webp) center bottom no-repeat;
  background-size: 100% 16.375rem;
  z-index: -1;
}
@media screen and (max-width: 1110px) {
  .p-price {
    height: 177.1875rem;
  }
  .p-price::after {
    height: 26.0625rem;
    background: url(../img/section_bottomBg-sp@2x.webp) center bottom no-repeat;
    background-size: 100% 26.0625rem;
  }
}

.p-price__contents h2 {
  width: 36.8125rem;
}

.p-price__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 3.25rem;
  margin-top: 2.75rem;
}
@media screen and (max-width: 1110px) {
  .p-price__lists {
    row-gap: 3.625rem;
  }
}

.p-price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 3.6875rem;
  -webkit-box-shadow: 0.28125rem 0.55625rem 1.8125rem 0 rgba(70, 50, 40, 0.11);
          box-shadow: 0.28125rem 0.55625rem 1.8125rem 0 rgba(70, 50, 40, 0.11);
  background-color: #fff;
}
.p-price__list:nth-of-type(1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 3.25rem;
     -moz-column-gap: 3.25rem;
          column-gap: 3.25rem;
  padding: 5.625rem 2.6875rem 5.625rem 4.75rem;
}
.p-price__list:nth-of-type(2) {
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  padding: 3.875rem 3.125rem 3.875rem 3.625rem;
}
.p-price__list img {
  width: 27.25rem;
  height: auto;
}
@media screen and (max-width: 1110px) {
  .p-price__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-price__list:nth-of-type(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 3.75rem 8.4375rem 5.625rem;
  }
  .p-price__list:nth-of-type(1) img {
    -ms-flex-item-align: center;
        align-self: center;
    width: 34.6875rem;
    height: auto;
  }
  .p-price__list:nth-of-type(2) {
    padding: 0 8.125rem 5.25rem;
  }
  .p-price__list:nth-of-type(2) .mt {
    -ms-flex-item-align: center;
        align-self: center;
    width: 34.875rem;
    height: auto;
    margin-top: -1.375rem;
  }
}

.p-price__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.3125rem;
}
@media screen and (max-width: 1110px) {
  .p-price__box {
    row-gap: 3.8125rem;
  }
}

.p-price__box02 {
  row-gap: 2.25rem;
}
@media screen and (max-width: 1110px) {
  .p-price__box02 {
    row-gap: 3.3125rem;
  }
}

.p-price-box__text p {
  font-size: 1.875rem;
  letter-spacing: 0.15rem;
}
.p-price-box__text p span {
  font-weight: 900;
}
.p-price-box__text p .middle {
  font-size: 2.0625rem;
  letter-spacing: 0.165rem;
}
.p-price-box__text p .price {
  font-size: 3.3125rem;
  letter-spacing: -0.795rem;
}
.p-price-box__text p .value {
  font-size: 2.5rem;
  letter-spacing: normal;
  margin-left: 0.3125rem;
}
.p-price-box__text p .small {
  font-size: 1.5rem;
  letter-spacing: normal;
}
@media screen and (max-width: 1110px) {
  .p-price-box__text p {
    font-size: 3.125rem;
    letter-spacing: 0.25rem;
  }
  .p-price-box__text p span {
    font-weight: 900;
  }
  .p-price-box__text p .middle {
    font-size: 3.125rem;
    letter-spacing: 0.25rem;
  }
  .p-price-box__text p .price {
    font-size: 3.75rem;
    letter-spacing: -0.9rem;
  }
  .p-price-box__text p .value {
    font-size: 3.125rem;
    letter-spacing: normal;
    margin-left: 0.3125rem;
  }
  .p-price-box__text p .small {
    font-size: 2.625rem;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 1110px) {
  .p-price-box__text01 {
    margin-top: 3.25rem;
  }
  .p-price-box__text01 p:nth-of-type(2) {
    margin-top: 1.375rem;
  }
}

.p-price-box__text02 p {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.2rem;
}
.p-price-box__text02 p span {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.12rem;
}
.p-price-box__text02 p:nth-of-type(3) {
  margin-top: -0.75rem;
}
@media screen and (max-width: 1110px) {
  .p-price-box__text02 {
    padding-left: 1.6875rem;
  }
  .p-price-box__text02 p {
    font-size: 3.125rem;
    line-height: 1.2;
    letter-spacing: 0.25rem;
  }
  .p-price-box__text02 p:nth-of-type(3) {
    margin-top: -0.5rem;
    white-space: nowrap;
  }
  .p-price-box__text02 p span {
    font-size: 2.625rem;
    letter-spacing: 0.21rem;
  }
}

.p-price-box__items01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
}
.p-price-box__items01 span {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.12rem;
  color: #FFFFFF;
  background: #ff8929;
  display: grid;
  place-items: center;
  width: 12.5rem;
  height: 7.875rem;
  text-align: center;
}
.p-price-box__items01 .ls {
  letter-spacing: normal;
}
@media screen and (max-width: 1110px) {
  .p-price-box__items01 {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .p-price-box__items01 span {
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 0.2rem;
    width: 22.625rem;
    height: 9.0625rem;
  }
}

.p-price-box__items02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 29.4375rem;
  height: 9.4375rem;
  background: #fcfce0;
}
.p-price-box__items02 p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05rem;
}
.p-price-box__items02 a {
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.15rem;
  color: #FFFFFF;
  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;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
  position: relative;
  width: 27.125rem;
  height: 4rem;
  z-index: 1;
  margin-top: 1.5rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-price-box__items02 a:hover {
  opacity: 0.7;
}
.p-price-box__items02 a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 27.125rem;
  height: 4rem;
  background: url(../img/instagram_bg@2x.webp) center center no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
.p-price-box__items02 img {
  width: 2.375rem;
  height: auto;
}
@media screen and (max-width: 1110px) {
  .p-price-box__items02 {
    width: 47.3125rem;
    height: 15.25rem;
    margin-left: 1.6875rem;
  }
  .p-price-box__items02 p {
    font-size: 2rem;
    letter-spacing: 0.08rem;
  }
  .p-price-box__items02 a {
    font-size: 3rem;
    letter-spacing: 0.24rem;
    margin-top: 2.375rem;
    width: 43.625rem;
    height: 6.5rem;
  }
  .p-price-box__items02 a::after {
    width: 43.625rem;
    height: 6.5rem;
  }
  .p-price-box__items02 img {
    width: 3rem;
  }
}

.p-care {
  position: relative;
  width: 100%;
  height: 69.875rem;
  z-index: -1;
}
.p-care::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 75.625rem;
  background: url(../img/care_bg@2x.webp) center top no-repeat;
  background-size: 100% 75.625rem;
  z-index: -1;
}
@media screen and (max-width: 1110px) {
  .p-care {
    height: 87.8125rem;
  }
  .p-care::after {
    top: auto;
    bottom: 0;
    height: 50.125rem;
    background: url(../img/care_bg-sp@2x.webp) center bottom no-repeat;
    background-size: 100% 50.125rem;
  }
}

.p-care__contents {
  position: relative;
}
.p-care__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 63.875rem;
  height: 41.875rem;
  background: #efd5c4;
  border-radius: 0 0 0 6.25rem;
}
.p-care__image img {
  position: absolute;
  top: 0;
  right: 0;
  width: 53.625rem;
  height: auto;
}
@media screen and (max-width: 1110px) {
  .p-care__image {
    width: 100%;
    height: 49.25rem;
    border-radius: 0;
  }
  .p-care__image img {
    top: auto;
    bottom: 0;
    width: 42.9375rem;
  }
}

.p-care__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 9.8125rem;
  left: 12.25rem;
  z-index: 1;
}
.p-care__heading p {
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.25rem;
  text-decoration: underline;
  text-decoration-thickness: 0.09375rem;
  text-decoration-color: #463228;
  text-underline-offset: 0.3125rem;
  text-align: center;
  margin-top: 1.3125rem;
}
.p-care__heading p span {
  font-size: 3.75rem;
  letter-spacing: 0.3rem;
  font-weight: 900;
  display: initial;
}
@media screen and (max-width: 1110px) {
  .p-care__heading {
    top: 10.75rem;
    left: 3.4375rem;
  }
  .p-care__heading p {
    font-size: 4.09375rem;
    line-height: 1.75;
    letter-spacing: normal;
  }
  .p-care__heading p span {
    font-size: 4.90625rem;
    letter-spacing: normal;
  }
}

.p-care__title {
  text-align: center;
  font-size: 3.125rem;
  font-weight: 900;
  letter-spacing: 0.25rem;
  color: #FFFFFF;
  position: relative;
}
.p-care__title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 29.75rem;
  height: 5.75rem;
  background: url(../img/care_text-bg@2x.webp) center center no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
@media screen and (max-width: 1110px) {
  .p-care__title {
    font-size: 4.09375rem;
    letter-spacing: 0.3275rem;
  }
  .p-care__title::after {
    width: 38.9375rem;
    height: 7.5625rem;
  }
}

.p-care__text {
  position: absolute;
  top: 48.375rem;
  left: calc(50% + 1.5625rem);
  translate: -50% 0;
  width: 50rem;
}
.p-care__text p,
.p-care__text span {
  font-size: 2.8125rem;
  font-weight: 900;
  letter-spacing: 0.225rem;
}
.p-care__text p {
  text-align: right;
}
.p-care__text .color {
  color: #f59fa4;
}
.p-care__text .ml {
  margin-left: 5.5rem;
}
.p-care__text .large {
  font-size: 3.75rem;
  letter-spacing: 0.3rem;
  color: #FFFFFF;
  position: relative;
}
.p-care__text .large .stroke {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3.75rem;
  letter-spacing: 0.3rem;
  -webkit-text-stroke: 0.4375rem #f59fa4;
  z-index: -1;
}
.p-care__text .large .space {
  font-size: 2.8125rem;
  letter-spacing: 0.225rem;
}
.p-care__text .item {
  font-size: 3.75rem;
  letter-spacing: 0.3rem;
  color: #FFFFFF;
  line-height: 1;
  border-radius: 2.0625rem;
  background: #f59fa4;
  padding: 1.125rem 1.75rem 1.375rem;
  display: initial;
  margin-inline: 1.5625rem;
}
.p-care__text .mt {
  margin-top: 3.8125rem;
}
@media screen and (max-width: 1110px) {
  .p-care__text {
    width: 100%;
    top: 52.375rem;
    left: calc(50% - 2.4375rem);
  }
  .p-care__text p,
  .p-care__text span {
    font-size: 3.65625rem;
    letter-spacing: 0.2925rem;
  }
  .p-care__text p {
    text-align: right;
  }
  .p-care__text .color {
    color: #f59fa4;
  }
  .p-care__text .ml {
    margin-left: 11.3125rem;
  }
  .p-care__text .large {
    font-size: 4.875rem;
    letter-spacing: 0.39rem;
  }
  .p-care__text .large .stroke {
    font-size: 4.875rem;
    letter-spacing: 0.39rem;
    -webkit-text-stroke: 7px #f59fa4;
    z-index: -1;
  }
  .p-care__text .large .space {
    font-size: 3.65625rem;
    letter-spacing: 0.2925rem;
  }
  .p-care__text .item {
    font-size: 4.625rem;
    letter-spacing: 0.39rem;
    color: #FFFFFF;
    line-height: 1;
    border-radius: 2.0625rem;
    background: #f59fa4;
    padding: 1.875rem 2.375rem 2rem;
    display: initial;
    margin-inline: 3.125rem 1.875rem;
  }
  .p-care__text .mt {
    margin-top: 5.5rem;
  }
}

.p-concept {
  position: relative;
  width: 100%;
  z-index: -2;
  margin-top: 5.75rem;
  padding-block: 7.0625rem 3.125rem;
  z-index: 2;
}
.p-concept::after {
  content: "";
  position: absolute;
  bottom: -5.9375rem;
  width: 100%;
  height: 50.125rem;
  background: url(../img/concept_bg@2x.webp) center bottom no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
@media screen and (max-width: 1110px) {
  .p-concept {
    padding-block: 6.25rem 0;
    margin-top: 0;
  }
  .p-concept::after {
    bottom: -8.8125rem;
    background: url(../img/concept_bg-sp@2x.webp) center bottom no-repeat;
    background-size: 100% auto;
  }
}

.p-concept__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-concept__contents h2 {
  width: 31.25rem;
}

.p-concept__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6.75rem;
     -moz-column-gap: 6.75rem;
          column-gap: 6.75rem;
  margin-top: 8.125rem;
}
@media screen and (max-width: 1110px) {
  .p-concept__lists {
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
    margin-top: 9.875rem;
  }
}

.p-concept__list {
  position: relative;
}
.p-concept__list span {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.12rem;
  color: #FFFFFF;
  position: absolute;
  bottom: 2.3125rem;
  left: 50%;
  translate: -50% 0;
  width: 22.8125rem;
  height: 6.5625rem;
  border-radius: 100vh;
  background: #6f584d;
  display: grid;
  place-items: center;
  text-align: center;
}
.p-concept__list img {
  width: 29.375rem;
  height: auto;
}
@media screen and (max-width: 1110px) {
  .p-concept__list:nth-of-type(2) span {
    letter-spacing: 0;
  }
  .p-concept__list span {
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 0.2rem;
    bottom: 2.6875rem;
    width: 26.3125rem;
    height: 9.4375rem;
  }
  .p-concept__list img {
    width: 32.5rem;
  }
}

.p-environment-doctor {
  position: relative;
  width: 100%;
  height: 91.6875rem;
  padding-top: 12.6875rem;
  z-index: -2;
}
.p-environment-doctor::after {
  content: "";
  position: absolute;
  top: -2.25rem;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  max-width: 1440px;
  max-height: 1503px;
  height: 93.9375rem;
  background: url(../img/doctor_bgImage-pc@2x.webp) center top no-repeat;
  background-size: 90rem 93.9375rem;
  z-index: -1;
}
@media screen and (max-width: 1110px) {
  .p-environment-doctor {
    height: 172.25rem;
    padding-top: 14.375rem;
  }
  .p-environment-doctor::before {
    content: "";
    top: 0;
    width: 100%;
    height: 143.75rem;
    position: absolute;
    background: #fff9f0;
    z-index: -1;
  }
  .p-environment-doctor::after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 50.125rem;
    background: url(../img/doctor_bgImage-sp.webp) center bottom no-repeat;
    background-size: 100% 50.125rem;
    z-index: -1;
  }
}

.p-environment__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-environment__contents h2 {
  width: 41.875rem;
}
@media screen and (max-width: 1110px) {
  .p-environment__contents h2 {
    width: 49.125rem;
  }
}

.p-environment__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 2.125rem;
     -moz-column-gap: 2.125rem;
          column-gap: 2.125rem;
  margin-top: 7.625rem;
}
@media screen and (max-width: 1110px) {
  .p-environment__lists {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 3.25rem;
       -moz-column-gap: 3.25rem;
            column-gap: 3.25rem;
    row-gap: 2.8125rem;
    margin-top: 6.875rem;
  }
}

.p-environment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14.625rem;
  height: 15.0625rem;
  background: #f59fa4;
  border-radius: 50%;
}
.p-environment__list:nth-of-type(even) {
  background: #facc51;
}
.p-environment__list dl {
  text-align: center;
}
.p-environment__list dl dt,
.p-environment__list dl dd,
.p-environment__list dl span {
  font-weight: 900;
  color: #FFFFFF;
}
.p-environment__list:nth-of-type(1) dl {
  margin-top: 0.4375rem;
}
.p-environment__list:nth-of-type(1) dt {
  font-size: 1.75rem;
  line-height: 1.46;
  letter-spacing: 0.14rem;
}
.p-environment__list:nth-of-type(1) dd {
  font-size: 1.5rem;
  letter-spacing: 0.12rem;
}
.p-environment__list:nth-of-type(1) dd span {
  font-size: 2.1875rem;
  letter-spacing: 0.175rem;
}
.p-environment__list:nth-of-type(1) img {
  width: 7.0625rem;
  height: auto;
  margin-top: 1.25rem;
}
.p-environment__list:nth-of-type(2) dl {
  margin-top: 1rem;
}
.p-environment__list:nth-of-type(2) dt {
  font-size: 1.75rem;
  line-height: 1.46;
  letter-spacing: 0.14rem;
}
.p-environment__list:nth-of-type(2) dd {
  font-size: 1.875rem;
  letter-spacing: 0.15rem;
}
.p-environment__list:nth-of-type(2) img {
  width: 7.75rem;
  height: auto;
}
.p-environment__list:nth-of-type(3) dl {
  margin-top: 0.625rem;
}
.p-environment__list:nth-of-type(3) dt {
  font-size: 1.75rem;
  line-height: 1.46;
  letter-spacing: 0.14rem;
}
.p-environment__list:nth-of-type(3) dd {
  font-size: 1.875rem;
  letter-spacing: 0.15rem;
}
.p-environment__list:nth-of-type(3) img {
  width: 4.6875rem;
  height: auto;
}
.p-environment__list:nth-of-type(4) dl {
  margin-top: 0.75rem;
}
.p-environment__list:nth-of-type(4) dt, .p-environment__list:nth-of-type(4) dd {
  font-size: 1.875rem;
  line-height: 1.37;
  letter-spacing: 0.15rem;
}
.p-environment__list:nth-of-type(4) dt span, .p-environment__list:nth-of-type(4) dd span {
  font-size: 1.5rem;
  letter-spacing: 0.12rem;
}
.p-environment__list:nth-of-type(4) img {
  width: 5.75rem;
  height: auto;
}
@media screen and (max-width: 1110px) {
  .p-environment__list {
    width: 22.25rem;
    height: 22.875rem;
  }
  .p-environment__list:nth-of-type(1) dl {
    margin-top: 1rem;
  }
  .p-environment__list:nth-of-type(1) dt {
    font-size: 2.65625rem;
    line-height: 1.47;
    letter-spacing: 0.2125rem;
  }
  .p-environment__list:nth-of-type(1) dd {
    font-size: 2.28125rem;
    letter-spacing: 0.1825rem;
  }
  .p-environment__list:nth-of-type(1) dd span {
    font-size: 3.34375rem;
    letter-spacing: 0.2675rem;
  }
  .p-environment__list:nth-of-type(1) img {
    width: 10.625rem;
    height: auto;
  }
  .p-environment__list:nth-of-type(2) dl {
    margin-top: 1rem;
  }
  .p-environment__list:nth-of-type(2) dt {
    font-size: 2.65625rem;
    line-height: 1.47;
    letter-spacing: 0.2125rem;
  }
  .p-environment__list:nth-of-type(2) dd {
    font-size: 2.84375rem;
    letter-spacing: 0.2275rem;
  }
  .p-environment__list:nth-of-type(2) img {
    width: 11.8125rem;
    height: auto;
  }
  .p-environment__list:nth-of-type(5) {
    background: #facc51;
  }
  .p-environment__list:nth-of-type(5) dl {
    margin-top: 0.625rem;
  }
  .p-environment__list:nth-of-type(5) dt {
    font-size: 2.84375rem;
    line-height: 1.37;
    letter-spacing: 0.2275rem;
  }
  .p-environment__list:nth-of-type(5) dt span {
    font-size: 2.28125rem;
    letter-spacing: 0.1825rem;
  }
  .p-environment__list:nth-of-type(5) dd {
    font-size: 2.84375rem;
    letter-spacing: 0.2275rem;
  }
  .p-environment__list:nth-of-type(5) img {
    width: 8.75rem;
    height: auto;
  }
  .p-environment__list:nth-of-type(6) {
    background: #f59fa4;
  }
  .p-environment__list:nth-of-type(6) dl {
    margin-top: 0.75rem;
  }
  .p-environment__list:nth-of-type(6) dt {
    font-size: 2.65625rem;
    line-height: 1.47;
    letter-spacing: 0.2125rem;
  }
  .p-environment__list:nth-of-type(6) dd {
    font-size: 2.84375rem;
    letter-spacing: 0.2275rem;
  }
  .p-environment__list:nth-of-type(6) img {
    width: 7.125rem;
    height: auto;
  }
}

.p-doctor__contents {
  padding-top: 10.25rem;
  position: relative;
}
.p-doctor__contents h2 {
  margin-left: 5.0625rem;
}
.p-doctor__contents p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1rem;
  padding-top: 6.375rem;
  padding-left: 5.1875rem;
}
.p-doctor__contents p .large {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.11rem;
  display: initial;
}
.p-doctor__contents p .line {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-decoration-color: #463228;
  text-underline-offset: 0.0625rem;
}
.p-doctor__contents p .color {
  font-size: 1.375rem;
  font-weight: 900;
  letter-spacing: 0.11rem;
  color: #e69095;
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-decoration-color: #e69095;
  text-underline-offset: 0.0625rem;
}
@media screen and (max-width: 1110px) {
  .p-doctor__contents {
    padding-top: 12.5rem;
  }
  .p-doctor__contents h2 {
    margin-left: auto;
    width: 21.25rem;
  }
  .p-doctor__contents p {
    font-size: 2.625rem;
    letter-spacing: normal;
    padding-top: 7.5rem;
    padding-left: 0;
  }
  .p-doctor__contents p .line {
    font-size: 2.625rem;
    letter-spacing: normal;
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-decoration-color: #463228;
    text-underline-offset: 0.25rem;
    display: initial;
  }
  .p-doctor__contents p .color {
    font-size: 2.8125rem;
    font-weight: 900;
    letter-spacing: normal;
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-decoration-color: #e69095;
    text-underline-offset: 0.25rem;
    display: initial;
  }
}

.p-parentMenu {
  padding-block: 9.875rem 11.125rem;
}
@media screen and (max-width: 1110px) {
  .p-parentMenu {
    padding-block: 8.75rem 12.8125rem;
  }
}

.p-parentMenu__contents h2 {
  width: 36.4375rem;
}
@media screen and (max-width: 1110px) {
  .p-parentMenu__contents h2 {
    width: 34.875rem;
    font-size: 2.8125rem;
  }
}

.p-parentMenu__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 7.625rem;
     -moz-column-gap: 7.625rem;
          column-gap: 7.625rem;
  margin-top: 7.8125rem;
}
@media screen and (max-width: 1110px) {
  .p-parentMenu__lists {
    -webkit-column-gap: 3.0625rem;
       -moz-column-gap: 3.0625rem;
            column-gap: 3.0625rem;
    margin-top: 9.375rem;
  }
}

.p-parentMenu__list {
  position: relative;
}
.p-parentMenu__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3.125rem;
  background: #5a4a42;
  opacity: 0.3;
}
.p-parentMenu__list::after {
  content: "";
  position: absolute;
  inset: 0.9375rem 0.875rem;
  border-radius: 3.125rem;
  border: 0.1875rem solid #FFFFFF;
}
.p-parentMenu__list dl {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
}
.p-parentMenu__list dl dt {
  font-size: 2.1875rem;
  font-weight: 900;
  letter-spacing: 0.175rem;
}
.p-parentMenu__list dl dd {
  font-size: 1.5rem;
  font-weight: 900;
  margin-top: 0.75rem;
}
.p-parentMenu__list img {
  width: 28.75rem;
  height: auto;
}
@media screen and (max-width: 1110px) {
  .p-parentMenu__list dl dt {
    font-size: 3.125rem;
    letter-spacing: 0.25rem;
  }
  .p-parentMenu__list dl dd {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    margin-top: 0.75rem;
  }
  .p-parentMenu__list img {
    width: 30.75rem;
    height: auto;
  }
  .p-parentMenu__list:nth-of-type(1) dd {
    position: relative;
    padding-inline: 5rem;
  }
  .p-parentMenu__list:nth-of-type(1) dd::before, .p-parentMenu__list:nth-of-type(1) dd::after {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    font-size: 5rem;
    font-weight: 500;
    letter-spacing: 0.4rem;
    color: #FFFFFF;
  }
  .p-parentMenu__list:nth-of-type(1) dd::before {
    content: "（";
    left: 0;
  }
  .p-parentMenu__list:nth-of-type(1) dd::after {
    content: "）";
    right: 0;
  }
}

.p-menu {
  height: 96.75rem;
  background: url(../img/menu_bg-be@2x.webp) center center no-repeat;
  background-size: 100% 96.75rem;
  position: relative;
  padding-block: 6.5625rem 7.25rem;
}
.p-menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 97rem;
  background: url(../img/menu_bg-af@2x.webp) center center no-repeat;
  background-size: 100% 97rem;
  z-index: -1;
}
@media screen and (max-width: 1110px) {
  .p-menu {
    height: 144.3125rem;
    background: url(../img/menu_bg-sp@2x.webp) center center no-repeat;
    background-size: 100% 144.3125rem;
    padding-block: 6.5625rem 7.25rem;
  }
  .p-menu::after {
    display: none;
  }
}

@media screen and (max-width: 1110px) {
  .p-menu__contents {
    width: 100%;
  }
  .p-menu__contents h2 {
    font-size: 3.75rem;
    line-height: 1.12;
  }
  .p-menu__contents h2 span {
    font-size: 3.125rem;
  }
}

.p-menu__title {
  font-size: 2.8125rem;
  width: 44.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-menu__title span {
  font-size: 2.1875rem;
  font-weight: 900;
  letter-spacing: 0.175rem;
  margin-left: 2.0625rem;
}
@media screen and (max-width: 1110px) {
  .p-menu__title {
    width: 49.3125rem;
  }
}

.p-menu__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6.25rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 2.8125rem;
}
@media screen and (max-width: 1110px) {
  .p-menu__lists {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 4rem;
    margin-inline: auto;
  }
}

.p-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15.125rem;
  height: 14.75rem;
  background: url(../img/menu_img-bg01@2x.webp) center center no-repeat;
  background-size: 100% auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-menu__list:hover {
  opacity: 0.7;
}
.p-menu__list:nth-of-type(even) {
  background: url(../img/menu_img-bg02@2x.webp) center center no-repeat;
  background-size: 100% auto;
}
.p-menu__list span {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.12rem;
  color: #ff8f8f;
  text-align: center;
}
.p-menu__list:nth-of-type(1) span {
  margin-top: 1.75rem;
}
.p-menu__list:nth-of-type(1) img {
  margin-top: 0.75rem;
  width: 4.5rem;
  height: auto;
}
.p-menu__list:nth-of-type(2) span {
  margin-top: 2.25rem;
}
.p-menu__list:nth-of-type(2) img {
  margin-top: 1.125rem;
  width: 7.1875rem;
  height: auto;
}
.p-menu__list:nth-of-type(3) span {
  margin-top: 2.25rem;
}
.p-menu__list:nth-of-type(3) img {
  margin-top: 0.9375rem;
  width: 5.3125rem;
  height: auto;
}
.p-menu__list:nth-of-type(4) span {
  margin-top: 2.4375rem;
}
.p-menu__list:nth-of-type(4) img {
  margin-top: 2.625rem;
  width: 7.1875rem;
  height: auto;
}
.p-menu__list:nth-of-type(5) span {
  margin-top: 2.375rem;
}
.p-menu__list:nth-of-type(5) img {
  margin-top: 1.125rem;
  width: 5.125rem;
  height: auto;
}
.p-menu__list:nth-of-type(6) span {
  margin-top: 2.4375rem;
}
.p-menu__list:nth-of-type(6) img {
  margin-top: 0.75rem;
  width: 8rem;
  height: auto;
}
.p-menu__list:nth-of-type(7) span {
  margin-top: 2.3125rem;
}
.p-menu__list:nth-of-type(7) img {
  margin-top: 0.5rem;
  width: 9.5rem;
  height: auto;
}
.p-menu__list:nth-of-type(8) span {
  margin-top: 2.3125rem;
}
.p-menu__list:nth-of-type(8) img {
  margin-top: 0.5rem;
  width: 4.875rem;
  height: auto;
}
.p-menu__list:nth-of-type(9) span {
  margin-top: 2.375rem;
}
.p-menu__list:nth-of-type(9) img {
  width: 9.0625rem;
  height: auto;
}
.p-menu__list:nth-of-type(10) span {
  margin-top: 1.5rem;
}
.p-menu__list:nth-of-type(10) img {
  margin-top: 0.75rem;
  width: 7.625rem;
  height: auto;
}
.p-menu__list:nth-of-type(11) span {
  margin-top: 2.3125rem;
}
.p-menu__list:nth-of-type(11) img {
  margin-top: 1.375rem;
  width: 5rem;
  height: auto;
}
.p-menu__list:nth-of-type(12) span {
  margin-top: 2.3125rem;
}
.p-menu__list:nth-of-type(12) img {
  margin-top: 2.25rem;
  width: 8.0625rem;
  height: auto;
}
.p-menu__list:nth-of-type(13) span {
  margin-top: 2.625rem;
}
.p-menu__list:nth-of-type(13) img {
  margin-top: 1rem;
  width: 6.1875rem;
  height: auto;
}
.p-menu__list:nth-of-type(14) span {
  margin-top: 1.875rem;
}
.p-menu__list:nth-of-type(14) img {
  width: 7.9375rem;
  height: auto;
}
.p-menu__list:nth-of-type(15) span {
  margin-top: 2.5rem;
}
.p-menu__list:nth-of-type(15) img {
  margin-top: 0.75rem;
  width: 4.5rem;
  height: auto;
}
@media screen and (max-width: 1110px) {
  .p-menu__list {
    width: 20.1875rem;
    height: 19.6875rem;
  }
  .p-menu__list span {
    font-size: 2.5rem;
    line-height: 1.25;
    letter-spacing: 0.2rem;
  }
  .p-menu__list:nth-of-type(1) span {
    line-height: 1.18;
    margin-top: 1.875rem;
  }
  .p-menu__list:nth-of-type(1) img {
    margin-top: 0.75rem;
    width: 5.5625rem;
    height: auto;
  }
  .p-menu__list:nth-of-type(2) span {
    margin-top: 3.375rem;
  }
  .p-menu__list:nth-of-type(2) img {
    margin-top: 1.125rem;
    width: 9.0625rem;
    height: auto;
  }
  .p-menu__list:nth-of-type(3) span {
    margin-top: 3.4375rem;
  }
  .p-menu__list:nth-of-type(3) img {
    margin-top: 0.9375rem;
    width: 6.75rem;
    height: auto;
  }
  .p-menu__list:nth-of-type(4) span {
    margin-top: 3.4375rem;
  }
  .p-menu__list:nth-of-type(4) img {
    margin-top: 2.625rem;
    width: 5.5625rem;
    height: auto;
  }
  .p-menu__list:nth-of-type(5) span {
    margin-top: 3.4375rem;
  }
  .p-menu__list:nth-of-type(5) img {
    margin-top: 2.125rem;
    width: 8.8125rem;
    height: auto;
  }
  .p-menu__list:nth-of-type(6) span {
    margin-top: 3.4375rem;
    letter-spacing: -0.2rem;
  }
  .p-menu__list:nth-of-type(6) img {
    margin-top: 1.5rem;
    width: 10.5rem;
    height: auto;
  }
  .p-menu__list:nth-of-type(7) span {
    margin-top: 3.6875rem;
  }
  .p-menu__list:nth-of-type(7) img {
    margin-top: 0.5rem;
    width: 9.1875rem;
    height: auto;
  }
  .p-menu__list:nth-of-type(8) span {
    margin-top: 2.25rem;
  }
  .p-menu__list:nth-of-type(8) img {
    margin-top: 0.5rem;
    width: 9.5rem;
    height: auto;
  }
  .p-menu__list:nth-of-type(9) span {
    margin-top: 3.8125rem;
  }
  .p-menu__list:nth-of-type(9) img {
    margin-top: 1.625rem;
    width: 5.6875rem;
    height: auto;
  }
  .p-menu__list:nth-of-type(10) span {
    margin-top: 3rem;
  }
  .p-menu__list:nth-of-type(10) img {
    margin-top: 2.75rem;
    width: 9.625rem;
    height: auto;
  }
  .p-menu__list:nth-of-type(11) span {
    margin-top: 1.75rem;
  }
  .p-menu__list:nth-of-type(11) img {
    margin-top: 1.125rem;
    width: 5.9375rem;
    height: auto;
  }
  .p-menu__list:nth-of-type(12) span {
    margin-top: 3rem;
  }
  .p-menu__list:nth-of-type(12) img {
    margin-top: 2.25rem;
    width: 10.75rem;
    height: auto;
  }
  .p-menu__list:nth-of-type(13) span {
    letter-spacing: 0;
    margin-top: 2.8125rem;
  }
  .p-menu__list:nth-of-type(13) img {
    margin-top: 1rem;
    width: 7.4375rem;
    height: auto;
  }
  .p-menu__list:nth-of-type(14) span {
    margin-top: 1.5rem;
  }
  .p-menu__list:nth-of-type(14) img {
    width: 10.0625rem;
    height: auto;
  }
  .p-menu__list:nth-of-type(15) span {
    letter-spacing: 0;
    margin-top: 3rem;
  }
  .p-menu__list:nth-of-type(15) img {
    margin-top: 0.75rem;
    width: 5.5rem;
    height: auto;
  }
}

.p-fv {
  height: 63.625rem;
  position: relative;
}
.p-fv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43.4375rem;
  height: 47.375rem;
  background: url(../img/fv_bg@2x.webp) left center no-repeat;
  background-size: 100% auto;
  z-index: -2;
}
.p-fv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12.375rem;
  background: url(../img/fv_bg-under@2x.webp) center bottom no-repeat;
  background-size: 100% 12.375rem;
  z-index: -2;
}
@media screen and (min-width: 1500px) {
  .p-fv::before {
    left: auto;
    right: calc(50% + 5.8125rem);
  }
}
@media screen and (max-width: 1110px) {
  .p-fv {
    margin-top: 7.5625rem;
    height: 140.5rem;
  }
  .p-fv::before {
    content: "";
    position: absolute;
    bottom: 18.875rem;
    left: 0;
    width: 69.375rem;
    height: 96.875rem;
    background: url(../img/fv_bg-sp.webp) left center no-repeat;
    background-size: 100% auto;
    z-index: -2;
  }
  .p-fv::after {
    height: 26.0625rem;
    background: url(../img/section_bottomBg-sp@2x.webp) center bottom no-repeat;
    background-size: 100% 26.0625rem;
  }
}

.p-fv__contents {
  position: relative;
}
.p-fv__contents img {
  position: absolute;
}
.p-fv__contents .main {
  width: 62.9375rem;
  height: auto;
  top: 0;
  right: 0;
  z-index: -1;
}
.p-fv__contents .text-image {
  width: 42.4375rem;
  height: auto;
  top: 8.8125rem;
  left: 3.125rem;
}
.p-fv__contents .mrc {
  width: 16.0625rem;
  height: auto;
  top: 40.1875rem;
  right: 2.1875rem;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .p-fv__contents .text-image {
    left: 2%;
  }
  .p-fv__contents .mrc {
    right: 1%;
  }
}
@media screen and (max-width: 1110px) {
  .p-fv__contents .main {
    width: 60.9375rem;
    height: auto;
    top: -1.5rem;
    right: 0;
  }
  .p-fv__contents .text-image {
    width: 38.0625rem;
    height: auto;
    top: 3.8125rem;
    left: 2.5rem;
  }
  .p-fv__contents .mrc {
    width: 20.3125rem;
    height: auto;
    top: 113rem;
    right: 1.375rem;
    z-index: 1;
  }
}

.p-fv__lists {
  position: absolute;
  top: 15.1875rem;
  left: 4.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  z-index: 1;
}
.p-fv__list {
  position: relative;
  width: 10.8125rem;
  height: 12rem;
}
.p-fv__list::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 10.8125rem;
  height: 12rem;
  background: url(../img/fv_text-bg01@2x.webp) center center no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
.p-fv__list:nth-of-type(2) {
  background: url(../img/fv_text-bg02@2x.webp) center center no-repeat;
  background-size: 100% auto;
}
.p-fv__list:nth-of-type(3) {
  background: url(../img/fv_text-bg03@2x.webp) center center no-repeat;
  background-size: 100% auto;
}
.p-fv__list p {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: 0.19rem;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: calc(50% - 0.3125rem);
  left: calc(50% + 0.3125rem);
  translate: -50% -50%;
}
.p-fv__list p span {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 1110px) {
  .p-fv__list {
    position: absolute;
    width: 14.625rem;
    height: 16.1875rem;
  }
  .p-fv__list::after {
    width: 14.625rem;
    height: 16.1875rem;
  }
  .p-fv__list:nth-of-type(1) {
    top: 2.6875rem;
    left: 0;
  }
  .p-fv__list:nth-of-type(2) {
    top: 2.9375rem;
    left: 19rem;
  }
  .p-fv__list:nth-of-type(2)::after {
    background: url(../img/fv_text-bg02@2x.webp) center center no-repeat;
    background-size: 100% auto;
  }
  .p-fv__list:nth-of-type(3) {
    top: 14.6875rem;
    left: 9.75rem;
  }
  .p-fv__list:nth-of-type(3)::after {
    background: url(../img/fv_text-bg03@2x.webp) center center no-repeat;
    background-size: 100% auto;
  }
  .p-fv__list p {
    font-size: 3.25rem;
    line-height: 1.13;
    letter-spacing: 0.2575rem;
  }
  .p-fv__list p span {
    font-size: 2.6875rem;
    font-weight: 700;
    letter-spacing: 0.21625rem;
  }
}

.p-fv__text-these {
  font-size: 1.5rem;
  line-height: 1.63;
  letter-spacing: 0.03rem;
  position: absolute;
  top: 26.75rem;
  left: 7.25rem;
}
@media screen and (max-width: 1110px) {
  .p-fv__text-these {
    font-size: 2.625rem;
    line-height: 1.81;
    letter-spacing: 0.0525rem;
    top: 47.875rem;
    left: 2.6875rem;
  }
}

.p-fv__teeth {
  position: relative;
  position: absolute;
  top: 31.75rem;
  left: 5.375rem;
}
.p-fv__teeth .yellow {
  font-size: 7.4375rem;
  font-weight: 900;
  letter-spacing: 0.595rem;
  color: #fc0;
}
.p-fv__teeth .normal {
  font-size: 5.4375rem;
  font-weight: 900;
  letter-spacing: 0.435rem;
}
.p-fv__teeth .blue {
  font-size: 7.6875rem;
  font-weight: 900;
  color: #4ab8d1;
}
.p-fv__teeth ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1.6875rem;
  margin-left: -2.75rem;
}
.p-fv__teeth li {
  display: grid;
  place-items: center;
  position: relative;
  width: 12.75rem;
  height: 13rem;
}
.p-fv__teeth li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 12.75rem;
  height: 13rem;
  background: url(../img/fv_teeth01@2x.webp) center center no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
.p-fv__teeth li:nth-of-type(2) {
  width: 10rem;
  height: 12.625rem;
}
.p-fv__teeth li:nth-of-type(2)::after {
  width: 12.5625rem;
  height: 12.625rem;
  background: url(../img/fv_teeth02@2x.webp) center center no-repeat;
  background-size: 100% auto;
}
.p-fv__teeth li:nth-of-type(3) {
  width: 12.8125rem;
  height: 12.875rem;
}
.p-fv__teeth li:nth-of-type(3)::after {
  width: 12.8125rem;
  height: 12.875rem;
  background: url(../img/fv_teeth03@2x.webp) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1300px) {
  .p-fv__teeth {
    left: 5%;
  }
}
@media screen and (max-width: 1110px) {
  .p-fv__teeth {
    top: 54.4375rem;
    left: 10.6875rem;
    white-space: nowrap;
  }
  .p-fv__teeth .yellow {
    font-size: 11.8125rem;
    letter-spacing: 0.9425rem;
    color: #fc0;
  }
  .p-fv__teeth .normal {
    font-size: 8.625rem;
    letter-spacing: 0.69rem;
  }
  .p-fv__teeth .blue {
    font-size: 12.1875rem;
    color: #4ab8d1;
  }
  .p-fv__teeth li {
    position: absolute;
    top: 14.0625rem;
    left: -4.875rem;
    width: 21.0625rem;
    height: 21.3125rem;
  }
  .p-fv__teeth li::after {
    width: 21.0625rem;
    height: 21.3125rem;
  }
  .p-fv__teeth li:nth-of-type(2) {
    top: 14.625rem;
    left: 14.5rem;
    width: 18.75rem;
    height: 20.25rem;
  }
  .p-fv__teeth li:nth-of-type(2)::after {
    width: 20.8125rem;
    height: 20.25rem;
  }
  .p-fv__teeth li:nth-of-type(3) {
    top: 13.875rem;
    left: 31.25rem;
    width: 21.375rem;
    height: 21.5625rem;
  }
  .p-fv__teeth li:nth-of-type(3)::after {
    width: 21.375rem;
    height: 21.5625rem;
  }
}

.p-fv__text-free {
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 0.68;
  letter-spacing: 0.25rem;
  color: #ff8604;
  position: absolute;
  top: 45.1875rem;
  left: calc(50% - 2.4375rem);
}
.p-fv__text-free .old {
  font-size: 2.125rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.13rem;
  color: #463228;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.125rem;
}
.p-fv__text-free .number {
  font-weight: 900;
  letter-spacing: normal;
  color: #FFFFFF;
  width: 3.125rem;
  height: 3.125rem;
  background: #ff8604;
  border-radius: 50%;
  white-space: nowrap;
  display: grid;
  place-items: center;
}
.p-fv__text-free .small {
  font-size: 1.625rem;
  font-weight: 900;
}
@media screen and (max-width: 1110px) {
  .p-fv__text-free {
    font-size: 4.75rem;
    line-height: 0.68;
    letter-spacing: 0.3775rem;
    top: 99.3125rem;
    left: 2.6875rem;
    right: auto;
  }
  .p-fv__text-free .old {
    font-size: 3.25rem;
    letter-spacing: 0.2575rem;
    margin-top: 1.25rem;
  }
  .p-fv__text-free .number {
    width: 4.75rem;
    height: 4.75rem;
    margin-inline: 0.1875rem;
  }
  .p-fv__text-free .small {
    font-size: 2.4375rem;
  }
}

.p-fv__circle {
  width: 21.3125rem;
  height: 21.3125rem;
  border-radius: 50%;
  -webkit-box-shadow: 0.625rem 0.0125rem 0.51875rem 0.04375rem rgba(70, 50, 40, 0.17);
          box-shadow: 0.625rem 0.0125rem 0.51875rem 0.04375rem rgba(70, 50, 40, 0.17);
  background: #fc0;
  border: solid 0.4375rem #fff;
  position: absolute;
  top: 22.8125rem;
  right: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-fv__circle span {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.66;
  letter-spacing: 0.16rem;
}
.p-fv__circle .color {
  color: #FFFFFF;
}
.p-fv__circle .middle {
  font-size: 2.25rem;
  line-height: 1.11;
  letter-spacing: 0.18rem;
}
.p-fv__circle .large {
  font-size: 2.3125rem;
  line-height: 1.54;
  letter-spacing: 0.185rem;
}
.p-fv__circle .small {
  font-size: 2.0625rem;
  line-height: 1.48;
  letter-spacing: 0.165rem;
}
@media screen and (max-width: 1110px) {
  .p-fv__circle {
    top: 91.125rem;
    right: 2rem;
    width: 26.25rem;
    height: 26.25rem;
  }
  .p-fv__circle span {
    font-size: 2.5rem;
    letter-spacing: 0.1975rem;
  }
  .p-fv__circle .middle {
    font-size: 2.8125rem;
    line-height: 1.11;
    letter-spacing: 0.2225rem;
  }
  .p-fv__circle .large {
    font-size: 2.875rem;
    line-height: 1.54;
    letter-spacing: 0.2275rem;
  }
  .p-fv__circle .small {
    font-size: 2.5625rem;
    line-height: 1.48;
    letter-spacing: 0.2025rem;
  }
}

@media screen and (max-width: 1110px) {
  .p-fv__buttons {
    margin-top: 2.375rem;
  }
}

.p-tour {
  height: 89.1875rem;
  background: url(../img/tour_bg@2x.webp) center center no-repeat;
  background-size: 100% 89.0625rem;
  position: relative;
  padding-block: 6.5rem;
}
@media screen and (max-width: 1110px) {
  .p-tour {
    height: 133.375rem;
    background: #fff9f0;
    background-size: 100% auto;
    padding-block: 6.5rem;
  }
}

.p-tour__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-tour__contents h2 {
  font-size: 2.8125rem;
  width: 44.625rem;
  padding: 1.75rem 2.6875rem;
}
@media screen and (max-width: 1110px) {
  .p-tour__contents h2 {
    font-size: 3.75rem;
    line-height: 1.12;
    width: 44.625rem;
    height: 7.875rem;
  }
}

.p-tour__access {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-areas: "imgWrapper ttl" "imgWrapper text" "imgWrapper item";
  grid-template-columns: 25rem auto;
  grid-template-rows: 2.8125rem auto 9.625rem;
  gap: 2rem 3.625rem;
  margin-top: 4.875rem;
  width: 65rem;
}
.p-tour__access h3 {
  align-self: center;
  grid-area: ttl;
  font-size: 2.8125rem;
  font-weight: 900;
  letter-spacing: 0.225rem;
}
.p-tour__access p {
  align-self: center;
  grid-area: text;
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: 0.14rem;
}
.p-tour__access p span {
  margin-right: 2.0625rem;
}
.p-tour__access img {
  grid-area: imgWrapper;
  width: 25rem;
  height: auto;
}
@media screen and (max-width: 1110px) {
  .p-tour__access {
    grid-template-areas: "ttl" "imgWrapper" "text" "item";
    grid-template-columns: 1fr;
    grid-template-rows: 3.4375rem 25.9375rem 6.8125rem 15.5rem;
    row-gap: 1.875rem;
    margin-top: 7.25rem;
    padding-inline: 5.625rem;
  }
  .p-tour__access h3 {
    font-size: 3.4375rem;
    line-height: normal;
    letter-spacing: 0.275rem;
    justify-self: center;
  }
  .p-tour__access p {
    font-size: 2.625rem;
    letter-spacing: 0.21rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
    margin-top: 1.25rem;
  }
  .p-tour__access p span {
    font-size: 2.625rem;
    font-weight: 900;
  }
  .p-tour__access img {
    width: 53.9375rem;
    margin-top: 0.9375rem;
  }
}

.p-tour__access-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  grid-area: item;
}
.p-tour__access-item span {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.12rem;
  color: #FFFFFF;
  position: relative;
  width: 15.6875rem;
  height: 9.625rem;
  display: grid;
  place-items: center;
  text-align: center;
  z-index: 1;
}
.p-tour__access-item span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 15.6875rem;
  height: 9.625rem;
  background: url(../img/tour_text-bg01@2x.webp) center center no-repeat;
  background-size: 100% auto;
  z-index: -1;
  margin-top: 0.625rem;
}
.p-tour__access-item span:nth-of-type(2)::after {
  background: url(../img/tour_text-bg02@2x.webp) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1110px) {
  .p-tour__access-item {
    justify-self: center;
    -webkit-column-gap: 3.1875rem;
       -moz-column-gap: 3.1875rem;
            column-gap: 3.1875rem;
    margin-top: 1.6875rem;
  }
  .p-tour__access-item span {
    font-size: 2.40625rem;
    letter-spacing: 0.1925rem;
    width: 25.1875rem;
    height: 15.5rem;
  }
  .p-tour__access-item span::after {
    width: 25.1875rem;
    height: 15.5rem;
    background: url(../img/tour_text-bg01@2x.webp) center center no-repeat;
    background-size: 100% auto;
  }
}

.p-tour__map {
  margin-top: 3.75rem;
}
@media screen and (max-width: 1110px) {
  .p-tour__map {
    margin-top: 3.5625rem;
  }
}

.p-tour__small-map {
  z-index: 0;
}

.slider-thumbnail .swiper-slide {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.96875rem;
     -moz-column-gap: 0.96875rem;
          column-gap: 0.96875rem;
  margin-top: 0.625rem;
}
.slider-thumbnail .swiper-slide img {
  width: 15.5rem;
  height: auto;
}

/* レイアウトのためのスタイル */
.swiper {
  max-width: 64.9375rem;
  width: 100%;
  position: relative;
}

.swiper-slide {
  position: relative;
  z-index: 1;
}

.swiper-slide iframe {
  width: 64.9375rem;
  height: auto;
  aspect-ratio: 1039/456;
  z-index: 1;
}
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  position: absolute;
  top: calc(50% - 0.375rem);
  translate: 0 -50%;
  width: 4.5rem;
  height: 4.5rem;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  position: absolute;
  width: 4.5rem;
  height: 4.5rem;
}

.swiper-button-prev {
  left: 0.75rem;
}
.swiper-button-prev::after {
  background: url(../img/arrow_prev@2x.webp) left center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1110px) {
  .swiper-button-prev {
    left: 1.25rem;
  }
}

.swiper-button-next {
  right: 0.75rem;
}
.swiper-button-next::after {
  background: url(../img/arrow_next@2x.webp) right center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1110px) {
  .swiper-button-next {
    right: 1.25rem;
  }
}

.p-nav__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4.25rem;
     -moz-column-gap: 4.25rem;
          column-gap: 4.25rem;
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  translate: -50% 0;
  width: 77.5rem;
}
.p-nav__bottom--price {
  position: absolute;
  bottom: 5.0625rem;
}
.p-nav__bottom--footer {
  position: absolute;
  bottom: 7.3125rem;
}
@media screen and (max-width: 1110px) {
  .p-nav__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 2.125rem;
    width: 100%;
    padding-inline: 2.3125rem;
  }
  .p-nav__bottom--condition {
    bottom: 4.6875rem;
    row-gap: 2.125rem;
    padding-inline: 5.625rem;
  }
  .p-nav__bottom--price {
    bottom: 2.625rem;
    row-gap: 2.125rem;
    padding-inline: 5.625rem;
  }
  .p-nav__bottom--footer {
    bottom: 2.3125rem;
    row-gap: 2.125rem;
    padding-inline: 5.625rem;
  }
}

.p-nav__text span {
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.095rem;
}
.p-nav__text p {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 1110px) {
  .p-nav__text {
    -ms-flex-item-align: start;
        align-self: start;
  }
  .p-nav__text span {
    font-size: 2.1875rem;
    line-height: 2.5;
    letter-spacing: normal;
  }
  .p-nav__text p {
    font-size: 3.75rem;
    line-height: 1;
    letter-spacing: normal;
  }
}

.p-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.3125rem;
     -moz-column-gap: 1.3125rem;
          column-gap: 1.3125rem;
}
@media screen and (max-width: 1110px) {
  .p-nav__buttons {
    -webkit-column-gap: 1.8125rem;
       -moz-column-gap: 1.8125rem;
            column-gap: 1.8125rem;
  }
}

@media screen and (max-width: 1110px) {
  .p-nav__buttons--end {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    z-index: 30;
    width: 100%;
    padding-block: 1.875rem;
    background: #fff9f0;
  }
}

@media screen and (max-width: 1110px) {
  .u-hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 1111px) {
  .u-hidden-pc {
    display: none;
  }
}

@media screen and (min-width:1111px) and (max-width: 1279px) {
  .u-hidden-tab {
    display: none;
  }
}