@charset "UTF-8";
:root {
  --color01: #333333;
  --color02: #4A81AC;
  --color03: #225C8A;
  --color04: #F25052;
  --color05: #FFC3A1;
  --color06: #A19162;
}
:root {
  --font-family01: "Shippori Mincho B1", serif;
  --font-family02: Arial, Helvetica, sans-serif;
}
:root {
  --width01: 980px;
  --width02: 1040px;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1;
}
main {
  display: block;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul, ol {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
a {
  text-decoration: none;
  color: inherit;
  outline: 0;
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
input, textarea, select, button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  outline: 0;
}
textarea {
  resize: vertical;
  display: block;
}
button {
  padding: 0;
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
svg {
  vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
address, caption, cite, code, dfn, em, th, td, var {
  font-style: normal;
  font-weight: normal;
}
strong {
  font-weight: bold;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}
html {
  font-size: min(2.6666666667vw, 13.3333333333px);
}
@media screen and (min-width: 811px) {
  html {
    font-size: min(1.0683760684vw, 10px);
  }
}
body {
  position: relative;
  color: var(--color01);
  font-family: var(--font-family01);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}
img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
sup {
  font-size: 70%;
  vertical-align: super;
}
*:focus {
  outline: none;
}
.u-sp-only {
  display: block;
}
@media screen and (min-width: 811px) {
  .u-sp-only {
    display: none;
  }
}
.u-pc-only {
  display: none;
}
@media screen and (min-width: 811px) {
  .u-pc-only {
    display: block;
  }
}
.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.u-color02 {
  color: var(--color02) !important;
}
.u-font02 {
  font-family: var(--font-family02) !important;
}
.u-bold {
  font-weight: bold !important;
}
.u-fw400 {
  font-weight: 400 !important;
}
.u-line01 {
  background: linear-gradient(180deg, transparent 0%, transparent 0.2rem, #FFEFE5 0.2rem, #FFEFE5 calc(100% - 0.2rem), transparent calc(100% - 0.2rem), transparent 100%);
}
.u-line02 {
  background: linear-gradient(180deg, transparent 0%, transparent 0.2rem, #FFE3D2 0.2rem, #FFE3D2 calc(100% - 0.2rem), transparent calc(100% - 0.2rem), transparent 100%);
}
.c-inner02, .c-inner01 {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.8rem;
}
.c-inner01 {
  max-width: calc(var(--width01) + 3.6rem);
}
.c-inner02 {
  max-width: calc(var(--width02) + 3.6rem);
}
.c-title01 {
  margin-bottom: 3rem;
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .c-title01 {
    margin-bottom: 3.5rem;
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 811px) {
  .c-title01--pc-fz40 {
    font-size: 4rem;
  }
}
.c-note01 {
  position: relative;
  display: inline-block;
  padding-left: 1.2em;
  text-align: left;
}
.c-note01::before {
  content: "※";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.l-container, .l-container-s {
  width: 90%;
  margin: 0 auto;
}
.l-container-s {
  max-width: var(--width-content-s);
}
.l-container {
  max-width: var(--width-content);
}
.l-header {
  position: relative;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.08);
}
.l-header__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 1.5rem 0.8rem 1rem;
}
@media screen and (min-width: 811px) {
  .l-header__inner {
    justify-content: center;
    gap: 4rem;
    padding: 1.7rem 1rem;
  }
}
.l-header__logo {
  width: 16.3rem;
}
@media screen and (min-width: 811px) {
  .l-header__logo {
    width: 21.9rem;
  }
}
@media screen and (min-width: 811px) {
  .l-header__logo img {
    width: 100%;
  }
}
.l-header__label {
  display: inline-block;
  width: auto;
  padding: 0.6rem 1.1rem;
  border-radius: 2rem;
  background-color: var(--color02);
  color: #fff;
  font-size: 1.3rem;
}
@media screen and (min-width: 811px) {
  .l-header__label {
    position: static;
    font-size: 1.4rem;
  }
}
.l-footer {
  padding: 3.4rem 1.8rem;
  background-color: #503D1A;
}
@media screen and (min-width: 811px) {
  .l-footer {
    padding: 3.9rem 1.8rem;
  }
}
.l-footer__copyright {
  display: block;
  color: #fff;
  font-family: var(--font-family02);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .l-footer__copyright {
    font-size: 1.6rem;
  }
}
.c-cta {
  padding: 2rem 0 2.5rem;
  background-color: #DCD5C2;
}
@media screen and (min-width: 811px) {
  .c-cta {
    padding: 3rem 0 4rem;
  }
}
.c-cta__text {
  margin-bottom: 0.8rem;
  font-size: 1.35rem;
  line-height: 1.6;
  white-space: nowrap;
  text-align: center;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 811px) {
  .c-cta__text {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-cta__text .large {
  font-size: 2.1rem;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 811px) {
  .c-cta__text .large {
    font-size: 2.8rem;
  }
}
.c-cta__text .middle {
  font-size: 2rem;
}
@media screen and (min-width: 811px) {
  .c-cta__text .middle {
    font-size: 2.2rem;
  }
}
.c-cta__text .gold {
  color: #86641F;
  font-size: 1.8rem;
}
@media screen and (min-width: 811px) {
  .c-cta__text .gold {
    margin-left: 0.1rem;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
}
.c-cta__button {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 33rem;
  min-height: 6rem;
  margin: 0 auto;
  background: rgb(152, 121, 29);
  background: linear-gradient(90deg, rgb(152, 121, 29) 0%, rgb(132, 97, 32) 100%);
  color: #fff;
  letter-spacing: 0.07em;
  line-height: 1.5;
  box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .c-cta__button:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 811px) {
  .c-cta__button {
    max-width: 60rem;
    min-height: 7rem;
    font-size: 2.4rem;
  }
}
.c-cta__button::before, .c-cta__button::after {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #DCD5C2;
}
@media screen and (min-width: 811px) {
  .c-cta__button::before, .c-cta__button::after {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.c-cta__button::before {
  top: 0.2rem;
  left: 0.2rem;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media screen and (min-width: 811px) {
  .c-cta__button::before {
    top: 0.4rem;
    left: 0.4rem;
  }
}
.c-cta__button::after {
  right: 0.2rem;
  bottom: 0.2rem;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}
@media screen and (min-width: 811px) {
  .c-cta__button::after {
    right: 0.4rem;
    bottom: 0.4rem;
  }
}
.p-cta-floating {
  position: sticky;
  bottom: -1px;
  left: 0;
  width: 100%;
  padding: 0.7rem 0 1rem;
  overflow: hidden;
}
@media screen and (min-width: 811px) {
  .p-cta-floating {
    padding: 1rem 0 1.5rem;
  }
}
.p-cta-floating__text {
  margin-bottom: 0.8rem;
  color: #86641F;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-cta-floating__text {
    margin-bottom: 1rem;
    font-size: 2.2rem;
  }
}
.p-cta-floating .c-cta__button {
  min-height: 4rem;
  line-height: 1;
  font-size: 1.7rem;
  background: linear-gradient(90deg, rgb(152, 121, 29) 0%, rgb(132, 97, 32) 100%);
  box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s;
}
.p-cta-floating .p-cta-floating__text {
  margin-bottom: 0;
  color: #86641F;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}


.p-kv {
  padding: 2em 0 2.7em;
  background: url(../img/kv_bg01_sp.webp) no-repeat center top/cover;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 811px) { .space { padding-top: 5.6rem;}
  .p-kv {
    padding: 0;
    background-image: url(../img/kv_bg01_pc.webp);
    background-position: center top 18em;
    font-size: 0.6944444444vw;
  }
  .p-cta-floating .c-cta__button {
    min-height: 6rem;
    font-size: 2.2rem;
  }
  .p-cta-floating .p-cta-floating__text {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
}
.p-kv__heading {
  margin-bottom: 14.5em;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-kv__heading {
    margin-bottom: 1.8em;
  }
}
.p-kv__heading-catch {
  margin-bottom: 0.3em;
  font-size: 1.5em;
  letter-spacing: -0.03em;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .p-kv__heading-catch {
    font-size: 2.5em;
  }
}
.p-kv__heading-catch > span {
  color: var(--color04);
}
.p-kv__heading-title {
  font-size: 3.4em;
  letter-spacing: -0.04em;
  line-height: 1.3;
}
@media screen and (min-width: 811px) {
  .p-kv__heading-title {
    font-size: 6em;
  }
}
.p-kv__main {
  margin-bottom: 1em;
}
@media screen and (min-width: 811px) {
  .p-kv__main {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 8.5em;
  }
}
@media screen and (min-width: 811px) {
  .p-kv__main > div {
    width: 33.33%;
  }
}
.p-kv__main-item01 {
  margin-bottom: 0.6em;
  padding: 0 3em;
  text-align: right;
}
@media screen and (min-width: 811px) {
  .p-kv__main-item01 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 0 -1em 0;
    padding: 0 0 0 15em;
    text-align: left;
  }
}
.p-kv__main-item01 .text {
  display: inline-block;
  padding: 0em 1em 0.7em 1em;
  background-color: var(--color03);
  color: #fff;
  font-size: 1.2em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-kv__main-item01 .text {
    padding: 0 1.25em 0.8em 1.25em;
    font-size: 1.6em;
    text-align: left;
  }
}
.p-kv__main-item01 .text .number {
  position: relative;
  top: 0.15em;
  margin: 0 0.05em;
  font-size: 2.5em;
  line-height: 0.9;
}
@media screen and (min-width: 811px) {
  .p-kv__main-item01 .text .number {
    font-size: 2.13em;
  }
}
.p-kv__main-item01 .text .small {
  font-size: 0.96em;
}
@media screen and (min-width: 811px) {
  .p-kv__main-item01 .text .small {
    font-size: 1em;
  }
}
.p-kv__main-item02 {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 0 1em;
  margin-bottom: 0.5em;
  padding: 0 1em;
  color: #fff;
}
@media screen and (min-width: 811px) {
  .p-kv__main-item02 {
    display: block;
    margin: 0;
    padding-left: 4rem;
    text-align: center;
  }
}
.p-kv__main-item02 .image {
  grid-column: 1/2;
  grid-row: 1/3;
  display: block;
  width: 8.5em;
  margin-top: -3.2em;
}
@media screen and (min-width: 811px) {
  .p-kv__main-item02 .image {
    width: 26em;
    margin: 0 auto 0.6em;
  }
}
.p-kv__main-item02 .image img {
  width: 100%;
}
.p-kv__main-item02 .title {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-bottom: 0.2em;
  font-size: 2.5em;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 811px) {
  .p-kv__main-item02 .title {
    font-size: 4.6em;
  }
}
.p-kv__main-item02 .list {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (min-width: 811px) {
  .p-kv__main-item02 .list {
    display: inline-block;
    width: auto;
  }
}
.p-kv__main-item02 .list > li {
  position: relative;
  padding-left: 1em;
  font-size: 1.5rem;
  line-height: 1.3;
  text-indent: -1em;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  letter-spacing: -1px;
}
@media screen and (min-width: 811px) {
  .p-kv__main-item02 .list > li {
    font-size: 2.4em;
    text-align: left;
  }
}
.p-kv__main-item02 .list > li::before {
  content: "・";
  font-weight: bold;
}
.p-kv__main-item03 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
@media screen and (min-width: 811px) {
  .p-kv__main-item03 {
    align-items: flex-end;
    gap: 0;
    margin-bottom: -10em;
    padding-left: 3em;
  }
}
.p-kv__bottom {
  text-align: center;
}
.p-kv__bottom-access {
  display: inline-block;
  margin-bottom: 0.35em;
  text-align: left;
}
@media screen and (min-width: 811px) {
  .p-kv__bottom-access {
    margin-bottom: 1em;
    margin-left: 2rem;
  }
}
.p-kv__bottom-access .pin {
  position: relative;
  padding-left: 1em;
  font-size: 1.6em;
  line-height: 1.3;
}
@media screen and (min-width: 811px) {
  .p-kv__bottom-access .pin {
    display: inline-block;
    font-size: 2.5em;
  }
}
.p-kv__bottom-access .pin::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.63em;
  height: 1.3em;
  top: 0em;
  right: auto;
  bottom: auto;
  left: 0;
  background: url(../img/icon_pin01.svg) no-repeat center top calc(50% + 0.1em)/contain;
}
.p-kv__bottom-access .pin .number {
  margin: 0 0.08em;
  font-size: 1.25em;
  line-height: 1;
}
@media screen and (min-width: 811px) {
  .p-kv__bottom-access .pin .number {
    font-size: 1.27em;
  }
}
.p-kv__bottom-access .pin + .pin {
  margin-top: 0.2em;
}
@media screen and (min-width: 811px) {
  .p-kv__bottom-access .pin + .pin {
    margin: 0 0 0 0.68em;
  }
}
.p-kv__bottom-text {
  font-size: 1.4em;
  padding-top: 5px;
}
@media screen and (min-width: 811px) {
  .p-kv__bottom-text {
    font-size: 2.4em;
  }
}
.p-kv__medal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 14em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-kv__medal {
    width: 21.5em;
    height: 21.5em;
  }
}
.p-kv__medal--pink {
  padding-top: 4em;
  background: url(../img/kv_img02.webp) no-repeat center/18.3em 18.3em;
}
@media screen and (min-width: 811px) {
  .p-kv__medal--pink {
    padding-top: 6.5em;
    background-size: 28em 28em;
  }
}
.p-kv__medal--gold {
  background: url(../img/kv_img03.webp) no-repeat center/18.3em 18.3em;
}
@media screen and (min-width: 811px) {
  .p-kv__medal--gold {
    margin-left: -3em;
    padding-bottom: 1em;
    background-size: 28em 28em;
  }
}
.p-kv__medal-text {
  font-size: 1.1em;
  letter-spacing: -0.06em;
}
@media screen and (min-width: 811px) {
  .p-kv__medal-text {
    font-size: 1.7em;
  }
}
.p-kv__medal-text .extra {
  font-size: 1.27em;
}
@media screen and (min-width: 811px) {
  .p-kv__medal-text .extra {
    font-size: 1.06em;
  }
}
.p-kv__medal-text .large {
  font-size: 1.09em;
}
@media screen and (min-width: 811px) {
  .p-kv__medal-text .large {
    font-size: 1.06em;
  }
}
.p-kv__medal-text .middle {
  font-size: 0.91em;
}
@media screen and (min-width: 811px) {
  .p-kv__medal-text .middle {
    font-size: 0.94em;
  }
}
.p-kv__medal-text .small {
  font-size: 0.82em;
}
@media screen and (min-width: 811px) {
  .p-kv__medal-text .small {
    font-size: 0.76em;
  }
}
.p-kv__medal-text .number {
  margin: 0 0.05em;
  font-size: 2.45em;
}
@media screen and (min-width: 811px) {
  .p-kv__medal-text .number {
    font-size: 2.29em;
  }
}
.p-visit {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 811px) {
  .p-visit {
    margin-bottom: 6rem;
    margin-top: 7.5rem;
  }
}
.p-visit__box {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-visit__box {
    display: flex;
    align-items: stretch;
    max-width: 87rem;
  }
}
@media screen and (min-width: 811px) {
  .p-visit__box-image {
    flex-shrink: 0;
    width: 25rem;
  }
}
.p-visit__box-image img {
  width: 100%;
}
.p-visit__box-textarea {
  padding: 1.5rem 1.8rem 2rem;
  background-color: #E4EDF0;
}
@media screen and (min-width: 811px) {
  .p-visit__box-textarea {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    padding: 3.5rem 4rem 3.8rem 5rem;
  }
}
.p-visit__box-title {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-visit__box-title {
    margin-bottom: 1rem;
    font-size: 3rem;
    text-align: left;
  }
}
.p-visit__box-list > li {
  position: relative;
  padding-left: 1em;
  border-bottom: 1px dashed var(--color01);
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (min-width: 811px) {
  .p-visit__box-list > li {
    font-size: 1.4em;
  }
}
.p-visit__box-list > li::before {
  content: "・";
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  font-weight: bold;
}
.p-reason__head {
  margin: 4rem 0 1rem;
}
.p-reason__main {
  padding-top: 0;
  background-color: #E4EDF0;
}
@media screen and (min-width: 811px) {
  .p-reason__main {
    padding-top: 0;
    padding-bottom: 50px;
    background: none;
  }
	
	.p-reason__head {
  margin: 6rem 0 1rem;
}
}
@media screen and (min-width: 811px) {
  .p-reason__box {
    max-width: 90rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 811px) {
  .p-reason__box + .p-reason__box {
    margin-top: 4rem;
  }
}
.p-reason__box-head {
  position: relative;
  z-index: 0;
  padding: 1.5rem 1.8rem 2rem;
  background-color: var(--color02);
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-reason__box-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 14rem;
    padding: 2.2rem;
  }
}
.p-reason__box-head::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 9.5rem;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: -1;
  background-color: #3A6F99;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (min-width: 811px) {
  .p-reason__box-head::before {
    height: 10rem;
  }
}
.p-reason__box-head .top {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #fff;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 811px) {
  .p-reason__box-head .top {
    margin-bottom: 0.5rem;
    font-size: 2rem;
  }
}
.p-reason__box-head .top .number {
  margin-left: 0.4rem;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (min-width: 811px) {
  .p-reason__box-head .top .number {
    font-size: 2.6rem;
  }
}
.p-reason__box-head .title {
  font-size: 2.4rem;
  line-height: 1.45;
}
@media screen and (min-width: 811px) {
  .p-reason__box-head .title {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 811px) {
  .p-reason__box-head .title .large {
    font-size: 3.6rem;
  }
}
.p-reason__box-main {
  padding: 2rem 1.8rem;
  background-color: #E4EDF0;
}
@media screen and (min-width: 811px) {
  .p-reason__box-main {
    padding: 6rem 7rem 5rem;
  }
}
.p-reason__lead {
  line-height: 1.5;
}
.p-reason__lead .main {
  color: var(--color02);
  font-size: 1.75rem;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 811px) {
  .p-reason__lead .main {
    font-size: 2rem;
  }
}
.p-reason__lead .main + .sub {
  margin-top: 0.5rem;
}
.p-reason__lead .sub {
  font-family: var(--font-family02);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.p-reason__lead .sub span {
	color: #31658d;
	font-weight: bold;
}

@media screen and (min-width: 811px) {
  .p-reason__lead .sub {
    font-size: 1.15em;
  }
}
.p-reason__point {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem 0;
  max-width: 500px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #fff;
}
@media screen and (min-width: 811px) {
  .p-reason__point {
    max-width: 100%;
    padding: 4rem 6rem;
  }
}
.p-reason__point::before {
  content: "";
  position: absolute;
  display: block;
  width: 21.8rem;
  height: 21.8rem;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: -1;
  background-color: #EDF3F7;
  -webkit-clip-path: polygon(100% 100%, 0 100%, 100% 0);
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}
.p-reason__point + .p-reason__point {
  margin-top: 2rem;
}
@media screen and (min-width: 811px) {
  .p-reason__point + .p-reason__point {
    margin-top: 3rem;
  }
}
.p-reason__point--01 .p-reason__point-textarea {
  gap: 2rem 0;
}
@media screen and (max-width: 810px) {
  .p-reason__point--02 .p-reason__point-heading .label {
    top: calc(100% + 1.5rem);
    right: -1.9rem;
  }
}
@media screen and (min-width: 811px) {
  .p-reason__point--02 .p-reason__point-heading .label {
    top: 0.8rem;
  }
}
@media screen and (min-width: 811px) {
  .p-reason__point--02 .p-reason__point-imgae {
    max-width: 38.8rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 811px) {
  .p-reason__point--03 .p-reason__point-imgae {
    max-width: 33.4rem;
    margin: 0 auto;
  }
}
.p-reason__point--2col {
  gap: 4rem;
  margin-top: 4rem !important;
}
@media screen and (min-width: 811px) {
  .p-reason__point--2col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 2rem;
    margin-top: 3rem !important;
    padding: 0;
    background: none;
  }
}
.p-reason__point--2col::before {
  content: none;
}
@media screen and (min-width: 811px) {
  .p-reason__point--2col .p-reason__point-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 3rem;
    background-color: #fff;
  }
}
@media screen and (max-width: 810px) {
  .p-reason__point--2col .p-reason__point-item--01 .box > * {
    order: 1;
  }
  .p-reason__point--2col .p-reason__point-item--01 .box .catch {
    order: 0;
  }
}
.p-reason__point--2col .p-reason__point-item--01 .box img {
  width: 11rem;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-reason__point--2col .p-reason__point-item--01 .box img {
    width: 14.8rem;
  }
}
.p-reason__point--2col .p-reason__point-item .lead {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-reason__point--2col .p-reason__point-item .lead {
    margin-bottom: 2rem;
    font-size: 2rem;
    letter-spacing: -0.05em;
  }
}
.p-reason__point--2col .p-reason__point-item .lead .small {
  display: inline-block;
  font-size: 1.4rem;
}
@media screen and (min-width: 811px) {
  .p-reason__point--2col .p-reason__point-item .lead .small {
    font-size: 1.6rem;
  }
}
.p-reason__point--2col .p-reason__point-item .lead .red {
  color: var(--color04);
  font-size: 2.2rem;
}
@media screen and (min-width: 811px) {
  .p-reason__point--2col .p-reason__point-item .lead .red {
    font-size: 2.8rem;
  }
}
.p-reason__point--2col .p-reason__point-item .lead .blue {
  color: var(--color02);
  font-size: 1.8rem;
}
@media screen and (min-width: 811px) {
  .p-reason__point--2col .p-reason__point-item .lead .blue {
    font-size: 2rem;
  }
}
.p-reason__point--2col .p-reason__point-item .box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1rem 2rem;
  border: 1px solid #E8D3C7;
  background-color: #FDF9F3;
}
@media screen and (min-width: 811px) {
  .p-reason__point--2col .p-reason__point-item .box {
    justify-content: center;
    flex-grow: 1;
    padding: 2rem;
  }
}
.p-reason__point--2col .p-reason__point-item .box .catch {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .p-reason__point--2col .p-reason__point-item .box .catch {
    font-size: 2.4rem;
    letter-spacing: -0.01em;
  }
}
.p-reason__point--2col .p-reason__point-item .box .top {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .p-reason__point--2col .p-reason__point-item .box .top {
    font-size: 2.4rem;
  }
}
.p-reason__point--2col .p-reason__point-item .box .text {
  font-family: var(--font-family02);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-reason__point--2col .p-reason__point-item .box .text {
    font-size: 1.6rem;
  }
}
.p-reason__point-heading {
  position: relative;
  width: 100%;
  text-align: center;
}
.p-reason__point-heading .top {
  display: inline-block;
  margin-bottom: 0.4rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--color02);
  color: var(--color02);
  font-size: 1.3rem;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 811px) {
  .p-reason__point-heading .top {
    font-size: 1.8rem;
  }
}
.p-reason__point-heading .top .number {
  margin-left: 0.4rem;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (min-width: 811px) {
  .p-reason__point-heading .top .number {
    font-size: 2rem;
  }
}
.p-reason__point-heading .title {
  font-size: 2.2rem;
  line-height: 1.45;
}
@media screen and (min-width: 811px) {
  .p-reason__point-heading .title {
    font-size: 3rem;
  }
}
.p-reason__point-heading .label {
  position: absolute;
  display: block;
  width: 11rem;
  height: 11rem;
  top: -7rem;
  right: -2.9rem;
  bottom: auto;
  left: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--color04);
  color: #fff;
}
@media screen and (min-width: 811px) {
  .p-reason__point-heading .label {
    top: -6rem;
    right: -1rem;
    width: 14rem;
    height: 14rem;
  }
}
.p-reason__point-heading .label .text {
  font-size: 1.1rem;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .p-reason__point-heading .label .text {
    font-size: 1.4rem;
  }
}
.p-reason__point-heading .label .text .small {
  font-size: 0.8rem;
}
@media screen and (min-width: 811px) {
  .p-reason__point-heading .label .text .small {
    font-size: 1.1rem;
  }
}
.p-reason__point-heading .label .text .middle {
  font-size: 1rem;
}
@media screen and (min-width: 811px) {
  .p-reason__point-heading .label .text .middle {
    font-size: 1.3rem;
  }
}
.p-reason__point-heading .label .text .large {
  font-size: 2.1rem;
}
@media screen and (min-width: 811px) {
  .p-reason__point-heading .label .text .large {
    font-size: 2.4rem;
  }
}
.p-reason__point-heading .label .text .note {
  font-family: var(--font-family02);
  font-size: 0.8rem;
  font-weight: 400;
}
@media screen and (min-width: 811px) {
  .p-reason__point-heading .label .text .note {
    font-size: 1.1rem;
  }
}
.p-reason__point-image {
  width: 100%;
  margin: auto;
}
.p-reason__point-image img {
  width: 100%;
}
.p-reason__point-textarea {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem 0;
  width: 100%;
}
.p-reason__point-label {
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: var(--color06);
  color: #fff;
  font-size: 2.1rem;
  text-align: center;
}
.p-reason__point-label > span {
  font-size: 1.2rem;
}
.p-reason__point-list > li {
  position: relative;
  padding-left: 1.3em;
  font-family: var(--font-family02);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-reason__point-list > li {
    font-size: 1.8rem;
  }
}
.p-reason__point-list > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 1em;
  height: 1.5em;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background: url(../img/icon_check01.svg) no-repeat center/contain;
}
@media screen and (min-width: 811px) {
  .p-reason__point-list > li + li {
    margin-top: 0.3rem;
  }
}
.p-reason__point-text {
  font-family: var(--font-family02);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-reason__point-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 810px) {
  .p-reason__doctor {
    background: linear-gradient(180deg, rgb(243, 248, 251) 0%, rgb(222, 235, 245) 30%, rgb(157, 192, 220) 100%);
  }
}
@media screen and (min-width: 811px) {
  .p-reason__doctor {
    padding: 5rem 6rem;
  }
}
.p-reason__doctor-heading {
  position: relative;
  z-index: 0;
  max-width: 500px;
  margin: 0 auto 2rem;
  padding: 2rem;
  background-color: #fff;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-reason__doctor-heading {
    max-width: 100%;
  }
}
.p-reason__doctor-heading::before {
  content: "";
  position: absolute;
  display: block;
  width: 5.4rem;
  height: 5.1rem;
  top: 1rem;
  right: auto;
  bottom: auto;
  left: 1rem;
  z-index: -1;
  border-top: 1px solid var(--color02);
  border-left: 1px solid var(--color02);
}
.p-reason__doctor-heading::after {
  content: "";
  position: absolute;
  display: block;
  width: 5.4rem;
  height: 5.1rem;
  top: auto;
  right: 1rem;
  bottom: 1rem;
  left: auto;
  z-index: -1;
  border-right: 1px solid var(--color02);
  border-bottom: 1px solid var(--color02);
}
.p-reason__doctor-heading .top {
  color: var(--color02);
  font-size: 1.7rem;
}
@media screen and (min-width: 811px) {
  .p-reason__doctor-heading .top {
    font-size: 2rem;
  }
}
.p-reason__doctor-heading .main {
  color: var(--color02);
  font-size: 2.2rem;
}
.p-reason__doctor-heading .main .large {
  font-size: 2.3rem;
}
@media screen and (min-width: 811px) {
  .p-reason__doctor-heading .main .large {
    font-size: 2.8rem;
  }
}
.p-reason__doctor-heading .note {
  margin-top: 0.5rem;
  color: var(--color06);
  font-size: 1.6rem;
}
@media screen and (min-width: 811px) {
  .p-reason__doctor-heading .note {
    margin-top: 0.5rem;
    font-size: 2rem;
  }
}
.p-reason__doctor-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-reason__doctor-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 100%;
  }
}
.p-reason__doctor-list > li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 811px) {
  .p-reason__doctor-list > li {
    width: calc(50% - 1rem);
  }
}
.p-reason__doctor-list > li figure {
  flex-shrink: 0;
  width: 11rem;
  background-color: #E3E3E3;
  aspect-ratio: 11/12;
}
@media screen and (min-width: 811px) {
  .p-reason__doctor-list > li figure {
    width: 12rem;
    aspect-ratio: 12/14;
  }
}
.p-reason__doctor-list > li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-reason__doctor-list > li dl {
  width: 100%;
  padding: 1rem 1rem 1rem 1.4rem;
  line-height: 1.3;
}
@media screen and (min-width: 811px) {
  .p-reason__doctor-list > li dl {
    line-height: 1.4;
  }
}
.p-reason__doctor-list > li dl dt {
  font-size: 1.3rem;
}
.p-reason__doctor-list > li dl dt .small {
  display: inline-block;
  margin-bottom: 0.3rem;
  font-size: 1.1rem;
}

.p-reason__doctor-list .career li {
    font-size: 10px;
    line-height: 1.5;
    font-family: var(--font-family02);
}

@media screen and (min-width: 811px) {
  .p-reason__doctor-list > li dl dt .small {
    margin-bottom: 0;
  }
}
.p-reason__doctor-list > li dl dd {
  font-size: 1.8rem;
}
@media screen and (min-width: 811px) {
  .p-reason__doctor-list > li dl dd {
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
}
.p-reason__doctor-list > li dl dd .label {
  position: relative;
  top: -0.2em;
  display: inline-block;
  margin-right: 0.4rem;
  padding: 0.1rem 1rem 0.2rem;
  border-radius: 4rem;
  background-color: #FFE5E5;
  font-size: 1rem;
}
@media screen and (max-width: 810px) {
  .p-reason__feature {
    background: linear-gradient(180deg, rgb(243, 248, 251) 0%, rgb(222, 235, 245) 30%, rgb(157, 192, 220) 100%);
  }
}
@media screen and (min-width: 811px) {
  .p-reason__feature {
    padding: 3rem 3rem;
  }
}
.p-reason__feature-box {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 811px) {
  .p-reason__feature-box {
    max-width: 100%;
    padding: 2rem 6rem;
    background-color: #fff;
  }
}
@media screen and (min-width: 811px) {
  .p-reason__feature-box::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 31.4rem;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: -1;
    background-color: #EDF3F7;
    -webkit-clip-path: polygon(100% 100%, 0 100%, 100% 0);
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
  }
}
.p-reason__feature-image {
  width: calc(100% + 3.6rem);
  margin: -2rem auto 2rem -1.8rem;
}
@media screen and (min-width: 811px) {
  .p-reason__feature-image {
    width: 56rem;
    margin: 0 auto;
  }
}
.p-reason__feature-image img {
  width: 100%;
}
.p-reason__feature-textarea {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem 0;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #fff;
}
@media screen and (min-width: 811px) {
  .p-reason__feature-textarea {
    max-width: 100%;
    padding: 3rem 0;
    background: none;
  }
}
@media screen and (max-width: 810px) {
  .p-reason__feature-textarea::before {
    content: "";
    position: absolute;
    display: block;
    width: 21.8rem;
    height: 21.8rem;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: -1;
    background-color: #EDF3F7;
    -webkit-clip-path: polygon(100% 100%, 0 100%, 100% 0);
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
  }
}
.p-reason__feature-lead {
  width: 100%;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-reason__feature-lead {
    text-align: left;
  }
}
.p-reason__feature-lead .main {
  font-size: 1.95rem;
  text-align: left;
  letter-spacing: -0.07em;
}
@media screen and (min-width: 811px) {
  .p-reason__feature-lead .main {
    font-size: 2.4rem;
  }
}
.p-reason__feature-lead .main + .sub {
  margin-top: 0.5rem;
}
.p-reason__feature-lead .sub {
  font-size: 1.6rem;
}
@media screen and (min-width: 811px) {
  .p-reason__feature-lead .sub {
    font-size: 2rem;
  }
}
.p-point {
  position: relative;
  z-index: 0;
  padding: 2rem 0 4rem;
  background-color: #756C59;
  color: #fff;
}
@media screen and (min-width: 811px) {
  .p-point {
    padding: 8rem 0 9rem;
  }
}
.p-point::before {
  content: "";
  position: absolute;
  display: block;
  width: 21.8rem;
  height: 22.4rem;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: -1;
  background-color: #6D6553;
  -webkit-clip-path: polygon(100% 100%, 0 100%, 100% 0);
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}
@media screen and (min-width: 811px) {
  .p-point::before {
    width: 100%;
    height: 100%;
  }
}
.p-point__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (min-width: 811px) {
  .p-point__container {
    flex-direction: row;
    gap: 4rem;
  }
}
.p-point__image {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-point__image {
    flex-shrink: 0;
    width: 38.5rem;
  }
}
@media screen and (min-width: 811px) {
  .p-point__item {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
.p-point__title {
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-point__title {
    text-align: left;
  }
}
.p-point__title > span {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
  border-bottom: 1px solid #fff;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .p-point__title > span {
    font-size: 3.4rem;
  }
}
.p-point__title > span::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.7rem;
  height: 1.5em;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background: url(../img/icon_point01.svg) no-repeat center/contain;
}
@media screen and (min-width: 811px) {
  .p-point__title > span::before {
    width: 1.8rem;
  }
}
.p-point__lead {
  margin-bottom: 0.5rem;
  font-family: var(--font-family02);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-point__lead {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    text-align: left;
  }
}
.p-point__list {
  font-family: var(--font-family02);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-point__list {
    font-size: 1.15em;
    line-height: 1.7;
  }
}
.p-point__list > li {
  position: relative;
  padding-left: 1.2em;
}
.p-point__list > li::before {
  content: "・";
  position: absolute;
  display: block;
  width: 1em;
  height: 1.8em;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  font-weight: bold;
  text-align: center;
}
.p-cta {
  background-color: #E4EDF0;
}
.p-cta__head {
  padding: 5rem 0 3rem;
}
@media screen and (min-width: 811px) {
  .p-cta__head {
    padding: 6rem 0;
  }
}
.p-cta__head-image {
  width: 27rem;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 811px) {
  .p-cta__head-image {
    width: 60rem;
    margin-bottom: 3rem;
  }
}
.p-cta__head-image img {
  width: 100%;
}
.p-cta__head-text {
  font-size: 1.9rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-cta__head-text {
    font-size: 3rem;
    line-height: 1.5;
  }
}
.p-cta__bottom {
  padding: 3rem 0 2rem;
}
@media screen and (min-width: 811px) {
  .p-cta__bottom {
    padding: 6rem 0;
  }
}
.p-cta__bottom-title {
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-cta__bottom-title {
    margin-bottom: 3rem;
    font-size: 3.6rem;
  }
}
.p-cta__bottom-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 1.2rem;
}
@media screen and (min-width: 811px) {
  .p-cta__bottom-container {
    gap: 3.6rem;
  }
}
.p-cta__bottom-item {
  width: 33.33%;
}
.p-cta__bottom-image img {
  margin-bottom: 0.5rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 811px) {
  .p-cta__bottom-image img {
    margin-bottom: 1rem;
    aspect-ratio: 3/2;
  }
}
.p-cta__bottom-image figcaption {
  font-family: var(--font-family02);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 811px) {
  .p-cta__bottom-image figcaption {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media screen and (max-width: 810px) {
  .p-cta__bottom-image--01 img {
    -o-object-position: -1.5rem;
    object-position: -1.5rem;
  }
}
.p-child__main {
  padding: 4rem 0 3rem;
}
@media screen and (min-width: 811px) {
  .p-child__main {
    padding: 8rem 0;
  }
}
.p-child__main-heading {
  margin-bottom: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-child__main-heading {
    margin-bottom: 5rem;
  }
}
.p-child__main-heading .title {
  margin-bottom: 1rem;
  color: var(--color02);
  font-size: 2.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .p-child__main-heading .title {
    font-size: 3.6rem;
  }
}
.p-child__main-heading .text {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .p-child__main-heading .text {
    font-size: 2.6rem;
  }
}
.p-child__main-catch {
  margin-bottom: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-child__main-catch {
    margin-bottom: 3rem;
  }
}
/* 250813追加ここから */
.p-child__message {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  
}
@media screen and (min-width: 811px) {
  .p-child__message {
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center;
  }
}
.p-child__message .text {
  color: var(--color02);
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .p-child__message .text {
    font-size: 2rem;
  }
}
/* 250813追加ここまで */
.p-child__main-catch .label {
  display: inline-block;
  margin-bottom: 0.6rem;
  padding: 0.4rem 1.5rem;
  border-radius: 3rem;
  background-color: #EFEFEF;
  font-family: var(--font-family02);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .p-child__main-catch .label {
    font-size: 2rem;
  }
}
.p-child__main-catch .text {
  color: var(--color02);
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .p-child__main-catch .text {
    font-size: 2rem;
  }
}
.p-child__main-image {
  position: relative;
  width: 31rem;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 811px) {
  .p-child__main-image {
    width: 60rem;
    margin-bottom: 3rem;
  }
}
.p-child__main-image figcaption {
  position: absolute;
  right: -2.5rem;
  bottom: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 9rem;
  padding-bottom: 0.5rem;
  border-radius: 50%;
  background-color: var(--color04);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  transform: translateY(50%);
}
@media screen and (min-width: 811px) {
  .p-child__main-image figcaption {
    right: 0;
    bottom: 100%;
    width: 13rem;
    height: 13rem;
    padding-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.5;
    transform: translateY(0.5rem);
  }
}
.p-child__main-image figcaption .number {
  display: inline-block;
  font-size: 3.3rem;
  line-height: 1;
}
@media screen and (min-width: 811px) {
  .p-child__main-image figcaption .number {
    font-size: 3.8rem;
  }
}
.p-child__main-image figcaption .middle {
  font-size: 1.8rem;
}
@media screen and (min-width: 811px) {
  .p-child__main-image figcaption .middle {
    font-size: 2.2rem;
  }
}
.p-child__main-textarea .title {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-child__main-textarea .title {
    font-size: 3rem;
  }
}
.p-child__main-textarea .text {
  font-family: var(--font-family02);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-child__main-textarea .text {
    font-size: 1.8rem;
    text-align: center;
  }
}
.p-child__medical {
  padding: 2rem 1rem;
  background-color: #E4EDF0;
}
@media screen and (min-width: 811px) {
  .p-child__medical {
    padding: 6rem 0;
  }
}
.p-child__medical-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 2rem;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-child__medical-container {
    flex-direction: row;
    gap: 4rem;
    max-width: 100%;
  }
}
.p-child__medical-item {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 1.8rem;
  background-color: #fff;
}
@media screen and (min-width: 811px) {
  .p-child__medical-item {
    padding: 1.8rem 0.5rem;
  }
}
.p-child__medical-item::before {
  content: "";
  position: absolute;
  display: block;
  width: 13rem;
  height: 13.8rem;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: -1;
  background-color: #F1F8FA;
  -webkit-clip-path: polygon(100% 100%, 0 100%, 100% 0);
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}
@media screen and (min-width: 811px) {
  .p-child__medical-item::before {
    height: 15rem;
  }
}
.p-child__medical-image {
  position: relative;
  z-index: -2;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-child__medical-image {
    height: 18.5rem;
  }
}
.p-child__medical-image img {
  width: 100%;
}
.p-child__medical-image--01 {
  width: 21rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 811px) {
  .p-child__medical-image--01 {
    margin-bottom: 0;
  }
}
.p-child__medical-image--02 {
  margin-top: 4rem;
  width: 22.7rem;
  height: 14.5rem;
}
.p-child__medical-image--03 {
  width: 21rem;
}
@media screen and (min-width: 811px) {
  .p-child__medical-image--03 {
    width: 23rem;
  }
}
.p-child__medical-textarea {
  font-family: var(--font-family02);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-child__medical-textarea .label {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.4rem 1.5rem;
  border-radius: 3rem;
  background-color: var(--color06);
  color: #fff;
  font-size: 1.6rem;
}
.p-child__medical-textarea .text {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .p-child__medical-textarea .text {
    font-size: 1.8rem;
  }
}
.p-merit {
  padding: 4rem 0 3rem;
  background-color: #E4EDF0;
}
@media screen and (min-width: 811px) {
  .p-merit {
    padding: 8rem 0;
  }
}
.p-merit__title {
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-merit__title {
    font-size: 3.4rem;
  }
}
.p-merit__image {
  max-width: 500px;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 811px) {
  .p-merit__image {
    max-width: 60rem;
    margin-bottom: 3rem;
  }
}
.p-merit__image img {
  width: 100%;
}
.p-merit__textarea {
  max-width: 32rem;
  margin: 0 auto;
  padding: 0 3rem;
}
@media screen and (min-width: 811px) {
  .p-merit__textarea {
    max-width: 60rem;
    padding: 0;
  }
}
.p-merit__text {
  font-family: var(--font-family02);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-merit__text {
    font-size: 2.4rem;
  }
}
.p-merit__text + .p-merit__text {
  margin-top: 1rem;
}
@media screen and (min-width: 811px) {
  .p-merit__text + .p-merit__text {
    margin-top: 0.5rem;
  }
}
.p-merit__text .check {
  position: relative;
  display: inline-block;
  padding: 0 0.2em;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .p-merit__text .check {
    margin-right: 0.2em;
  }
}
.p-merit__text .check + .check {
  margin-left: 0.5em;
}
@media screen and (min-width: 811px) {
  .p-merit__text .check + .check {
    margin-left: 0.6em;
  }
}
.p-merit__text .check::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.2em;
  background: url(../img/icon_check01.svg) no-repeat center/contain;
}
.p-forte {
  position: relative;
  padding: 2rem 0 2rem;
  background-color: #E4EDF0;
}
@media screen and (min-width: 811px) {
  .p-forte {
    padding: 8rem 0 6rem;
    margin-top: 8rem;
  }
}
.p-forte::after {
  display: block;
  width: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (min-width: 811px) {
  .p-forte::after {
  }
}
.p-forte__image {
  position: relative;
  z-index: 0;
  max-width: 500px;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 811px) {
  .p-forte__image {
    max-width: 60rem;
  }
}
.p-forte__image figcaption {
  position: absolute;
  right: 0;
  bottom: 2rem;
  left: 0;
  z-index: 1;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-forte__image figcaption {
    bottom: 3rem;
    font-size: 3rem;
  }
}
.p-forte__textarea {
  max-width: 60rem;
  margin: 0 auto;
}
.p-forte__note {
  margin-bottom: 0.6rem;
  padding: 1.5rem;
  background-color: #fff;
}
@media screen and (min-width: 811px) {
  .p-forte__note {
    margin-bottom: 2rem;
  }
}
.p-forte__text {
  font-family: var(--font-family02);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-forte__text {
    font-size: 2rem;
    line-height: 1.7;
  }
}
.p-family {
  margin: 3rem 0 3rem;
  overflow: hidden;
}
@media screen and (min-width: 811px) {
  .p-family {
    margin: 10rem 0 8rem;
  }
}
.p-family__heading {
  margin-bottom: 2rem;
  text-align: center;
}
.p-family__heading-title {
  margin-bottom: 1rem;
  color: var(--color02);
  font-size: 2.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .p-family__heading-title {
    font-size: 3.6rem;
  }
}

.p-family__heading-title span {
    display: block;
    font-size: 70%;
    color: var(--color01);
    font-family: var(--font-family02);
}

@media screen and (min-width: 811px) {
.p-family__heading-title span {
    font-size: 50%;
}
}

.p-family__heading-text {
  font-family: var(--font-family02);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color04);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-family__heading-text {
    font-size: 2rem;
  }
}
.p-family__image {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-family__image {
    max-width: 60rem;
  }
}
.p-family__image img {
  width: 100%;
}
.p-family__catch {
  position: relative;
  display: block;
  width: 36.5rem;
  margin: -6.2rem auto 0;
  transform: translateX(-0.8rem);
}
@media screen and (min-width: 811px) {
  .p-family__catch {
    width: 53.6rem;
    margin-top: -8rem;
    margin-bottom: 6rem;
    transform: translateX(0.5rem);
  }
}
.p-family__kids {
  position: relative;
  z-index: 0;
  padding: 3rem 0 5rem;
}
@media screen and (min-width: 811px) {
  .p-family__kids {
    padding: 0 0 3rem;
  }
}
.p-family__kids::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 3.6rem);
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: -1.8rem;
  z-index: -1;
  background: url(../img/family_kids_bg01_sp.webp) no-repeat center top/cover;
}
@media screen and (min-width: 811px) {
  .p-family__kids::before {
    top: 1rem;
    left: 50%;
    width: 68.5rem;
    background-image: url(../img/family_kids_bg01_pc.webp);
    background-size: contain;
    transform: translateX(-50%);
  }
}
.p-family__kids-title {
  width: 19.6rem;
  margin: 0 auto 2.5rem;
}
@media screen and (min-width: 811px) {
  .p-family__kids-title {
    width: 28rem;
    margin-bottom: 3rem;
  }
}
.p-family__kids-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-family__kids-container {
    max-width: 60rem;
  }
}
.p-family__kids-item {
  width: calc(50% - 1rem);
}
.p-family__kids-item .image {
  position: relative;
  z-index: 0;
  margin-bottom: 0.5rem;
  border-radius: 1rem;
  overflow: hidden;
}
.p-family__kids-item .image::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 1;
  border-radius: 1rem;
  border: 0.3rem solid #FF9395;
}
@media screen and (min-width: 811px) {
  .p-family__kids-item .image::before {
    border: 0.5rem solid #FF9395;
  }
}
.p-family__kids-item .image img {
  width: 100%;
}
.p-family__kids-item .image .label {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 8.2rem;
}
@media screen and (min-width: 811px) {
  .p-family__kids-item .image .label {
    top: 0.4rem;
    right: 0.4rem;
    width: 9.1rem;
  }
}
.p-family__kids-item .caption {
  font-family: var(--font-family02);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-family__kids-item .caption {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.p-family__mascot-title {
  width: 30.5rem;
  margin: 0 auto 0.8rem;
}
@media screen and (min-width: 811px) {
  .p-family__mascot-title {
    width: 53.2rem;
    margin-bottom: 1rem;
  }
}
.p-family__mascot-image {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-family__mascot-image {
    max-width: 60rem;
  }
}
.p-case {
  padding-top: 3rem;
}
@media screen and (min-width: 811px) {
  .p-case {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 810px) {
  .p-case__title {
    margin-bottom: 0;
  }
}
.p-case__box {
  padding: 2rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(228, 237, 240) 70%, rgb(228, 237, 240) 100%);
}
@media screen and (min-width: 811px) {
  .p-case__box {
    max-width: 76rem;
    margin: 0 auto;
    padding: 0;
    background: #E4EDF1;
  }
}
@media screen and (min-width: 811px) {
  .p-case__box + .p-case__box {
    margin-top: 3rem;
  }
}
.p-case__box-head {
  padding: 0.8rem 2rem;
  background-color: var(--color02);
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-case__box-head {
    font-size: 2.4rem;
  }
}
.p-case__box-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 2rem;
  padding-top: 2rem;
}
@media screen and (min-width: 811px) {
  .p-case__box-main {
    flex-direction: row;
    gap: 3rem;
    padding: 3rem;
  }
}
.p-case__box-images {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 2.7rem;
}
@media screen and (min-width: 811px) {
  .p-case__box-images {
    flex-shrink: 0;
    max-width: 26rem;
    padding: 0;
  }
}
.p-case__box-images .image + .image {
  margin-top: 1rem;
}
.p-case__box-images .image img {
  width: 100%;
}
.p-case__box-define > div + div {
  margin-top: 0.5rem;
}
.p-case__box-define > div dt, .p-case__box-define > div dd {
  padding: 0.5rem;
  font-family: var(--font-family02);
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.p-case__box-define > div dt {
  background-color: #fff;
  font-weight: bold;
}
.p-case__box-define > div dd {
  line-height: 1.3;
}
.p-case__box-define > div dd > * + * {
  margin-top: 0.5em;
}
@media screen and (min-width: 811px) {
  .p-case__box-define > div dd p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 811px) {
  .p-message {
    padding: 6rem 0;
    background-color: #F0F0F0;
  }
}
.p-message__title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 811px) {
  .p-message__title {
    margin-bottom: 3rem;
  }
}
.p-message__box {
  position: relative;
  z-index: 0;
  padding: 3rem 1.8rem;
}
@media screen and (min-width: 811px) {
  .p-message__box {
    max-width: 76rem;
    margin: 0 auto;
    padding: 5rem 4rem 6rem;
    background-color: #fff;
  }
}
.p-message__box::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 38rem;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: -1;
  background-color: #F6F6F6;
  -webkit-clip-path: polygon(100% 100%, 0 100%, 100% 0);
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}
.p-message__box-image {
  max-width: 500px;
  margin: 0 auto 2rem;
  padding: 0 1rem;
}
@media screen and (min-width: 811px) {
  .p-message__box-image {
    max-width: 45rem;
  }
}
.p-message__box-image figcaption {
  margin-top: 2rem;
  line-height: 1.4;
  text-align: center;
}
.p-message__box-image figcaption .desc {
  display: block;
  font-family: var(--font-family02);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-message__box-image figcaption .desc {
    font-size: 1.5rem;
  }
}
.p-message__box-image figcaption .name {
  font-size: 2.6rem;
}
@media screen and (min-width: 811px) {
  .p-message__box-image figcaption .name {
    font-size: 3rem;
  }
}
.p-message__box-textarea > * + * {
  margin-top: 1.7em;
}
.p-message__box-text {
  font-family: var(--font-family02);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-message__box-text {
    font-size: 1.8rem;
  }
}
.p-movie {
  padding: 4rem 0 0;
  background-color: #FFFBF0;
}
@media screen and (min-width: 811px) {
  .p-movie {
    padding: 6rem 0 0;
  }
}
.p-movie__title {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: -0.05em;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-movie__title {
    font-size: 3.2rem;
  }
}
.p-movie__box {
  position: relative;
  z-index: 0;
  padding: 0 1.8rem 4rem;
}
@media screen and (min-width: 811px) {
  .p-movie__box {
    max-width: 76rem;
    margin: 0 auto;
    padding-bottom: 6rem;
  }
}
.p-movie__box::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 36rem;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: -1;
  background-color: #F1EDE2;
  -webkit-clip-path: polygon(100% 100%, 0 100%, 100% 0);
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}
@media screen and (min-width: 811px) {
  .p-movie__box::before {
    height: 31rem;
  }
}
.p-movie__wrap {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-movie__wrap {
    max-width: 33rem;
  }
}
.p-movie__wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 811px) {
  .p-flow {
    padding: 8rem 0;
  }
}
.p-flow__wrap {
  padding: 4rem 1.8rem;
  background-color: #D9E6EA;
}
@media screen and (min-width: 811px) {
  .p-flow__wrap {
    max-width: 76rem;
    margin: 0 auto;
    padding: 3rem 0;
  }
}
@media screen and (min-width: 811px) {
  .p-flow__title {
    margin-bottom: 3rem;
  }
}
.p-flow__step {
  padding: 2rem 0;
  border-top: 1px solid #fff;
}

.p-flow__title_sub {
    font-family: var(--font-family02);
    text-align: center;
    font-size: 32%;
    letter-spacing: 1px;
    margin-top: 5px;
    display: block;
}

@media screen and (min-width: 811px) {
  .p-flow__step {
    padding: 3rem 0;
  }
}
.p-flow__step + .p-flow__step {
  position: relative;
  z-index: 0;
  padding-top: 4rem;
}
@media screen and (min-width: 811px) {
  .p-flow__step + .p-flow__step {
    padding-top: 5rem;
  }
}
.p-flow__step + .p-flow__step::before {
  content: "";
  position: absolute;
  display: block;
  width: 7rem;
  height: 2rem;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 0 auto;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.p-flow__step-heading {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  text-align: center;
}
.p-flow__step-heading .top {
  display: inline-block;
  margin-bottom: 0.6rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--color02);
  color: var(--color02);
  font-size: 1.1rem;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 811px) {
  .p-flow__step-heading .top {
    font-size: 1.6rem;
  }
}
.p-flow__step-heading .top .number {
  margin-left: 0.4rem;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (min-width: 811px) {
  .p-flow__step-heading .top .number {
    font-size: 1.8rem;
  }
}
.p-flow__step-heading .title {
  font-size: 2.4rem;
  line-height: 1.45;
}
@media screen and (min-width: 811px) {
  .p-flow__step-heading .title {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 811px) {
  .p-flow__step-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding: 0 7rem;
  }
}
@media screen and (min-width: 811px) {
  .p-flow__step-main--fs {
    align-items: flex-start;
  }
}
.p-flow__step-image {
  max-width: 500px;
  margin: 0 auto 2rem;
  padding: 0 2rem;
}
@media screen and (min-width: 811px) {
  .p-flow__step-image {
    flex-shrink: 0;
    max-width: 29rem;
    margin: 0;
    padding: 0;
  }
}
.p-flow__step-image img {
  width: 100%;
}
.p-flow__step-textarea .text {
  font-family: var(--font-family02);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-flow__step-textarea .text {
    font-size: 1.75rem;
    line-height: 1.7;
  }
}
.p-flow__step-textarea .text + .text {
  margin-top: 1.5em;
}
@media screen and (min-width: 811px) {
  .p-flow__step-textarea .note {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.p-fee {
  background-color: #E4EDF0;
  padding-top: 3rem;
}
@media screen and (min-width: 811px) {
  .p-fee {
    padding: 8rem 0;
    background-color: #D9E6EA;
  }
}
.p-fee__box {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 811px) {
  .p-fee__box {
    max-width: 76rem;
    margin: 0 auto;
    padding: 3rem;
    border: 1px solid #fff;
    background-color: #E4EDF0;
  }
}
.p-fee__box::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 45rem;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: -1;
  background-color: #D7E5E9;
  -webkit-clip-path: polygon(100% 100%, 0 100%, 100% 0);
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}
@media screen and (min-width: 811px) {
  .p-fee__box + .p-fee__box {
    margin-top: 3rem;
  }
}
.p-fee__box-heading {
  position: relative;
  width: 100%;
  padding: 1.5rem;
  background-color: #fff;
}
@media screen and (min-width: 811px) {
  .p-fee__box-heading {
    padding: 1.4rem;
  }
}
.p-fee__box-heading .title {
  color: var(--color06);
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-fee__box-heading .title {
    font-size: 3rem;
  }
}
.p-fee__box-heading .label {
  position: absolute;
  top: 0;
  left: calc(50% + 6rem);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: var(--color04);
  color: #fff;
  font-family: var(--font-family02);
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .p-fee__box-heading .label {
    top: 100%;
    left: calc(50% + 12rem);
    width: 10.5rem;
    height: 10.5rem;
    font-size: 2rem;
    transform: translateY(-3rem);
  }
}
.p-fee__item {
  width: calc(100% - 4rem);
  max-width: 500px;
  margin: 0 auto;
  font-family: var(--font-family02);
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-fee__item {
    width: 100%;
    max-width: 100%;
  }
}
.p-fee__item--child {
  width: calc(100% - 3rem);
}
@media screen and (min-width: 811px) {
  .p-fee__item--child {
    width: 100%;
  }
}
.p-fee__item-head {
  padding: 1.1rem;
  background-color: var(--color02);
  color: #fff;
  font-family: var(--font-family01);
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-fee__item-head {
    font-size: 2rem;
  }
}
.p-fee__item-head--gray {
  background-color: #7D7D7D;
}
.p-fee__item-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 0.3rem solid #BFCCD5;
  border-top: none;
  background-color: #fff;
}
@media screen and (min-width: 811px) {
  .p-fee__item-main {
    padding: 2rem;
  }
}
.p-fee__item-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background-color: #fff;
}
.p-fee__item-logo {
  width: 23.7rem;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-fee__item-logo--large {
    width: 23.7rem;
  }
  .p-fee__item-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 2rem;
    background-color: #fff;
  }
}
.p-fee__item-label {
  padding: 0.4rem;
  background-color: #F1F1F1;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-fee__item-label {
    padding: 0.8rem;
    font-size: 1.6rem;
  }
}
.p-fee__item-label:not(:last-child) {
  margin-bottom: 0.5rem;
}
.p-fee__item-feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: calc(100% - 2rem);
}
@media screen and (min-width: 811px) {
  .p-fee__item-feature {
    flex-direction: row;
  }
}
.p-fee__item-feature .card {
  width: 100%;
  padding: 0.5rem;
  background-color: #F1F1F1;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-fee__item-feature .card {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 33.33%;
    min-height: 6rem;
    font-size: 1.6rem;
  }
}
.p-fee__item-packages {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.p-fee__item-package {
  width: 50%;
}
.p-fee__item-package:nth-child(odd) {
  padding-right: 1rem;
}
.p-fee__item-package + div {
  padding-left: 1rem;
  border-left: 1px solid #BDBDBD;
}
.p-fee__item-package .head {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 811px) {
  .p-fee__item-package .head {
    font-size: 2.2rem;
  }
  .p-fee__item-package + div {
    padding-left: 2rem;
    border-left: 1px solid #BDBDBD;
  }
}
.p-fee__item-package .head .red {
  display: block;
  color: var(--color04);
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (min-width: 811px) {
  .p-fee__item-package .head .red {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.8rem;
  }
}
.p-fee__item-package .text {
  margin-bottom: 0.5rem;
  color: var(--color02);
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .p-fee__item-package .text {
    font-size: 1.8rem;
  }
}
.p-fee__item-price {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (min-width: 811px) {
  .p-fee__item-price {
    gap: 1rem;
  }
}
.p-fee__item-price .image {
  width: 7.8rem;
}
.p-fee__item-price .textarea .option {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (min-width: 811px) {
  .p-fee__item-price .textarea .option {
    margin-top: 0.8rem;
    font-size: 1.8rem;
  }
}
.p-fee__item-price .textarea .option > span {
  font-size: 1.2rem;
}
@media screen and (min-width: 811px) {
  .p-fee__item-price .textarea .option > span {
    font-size: 1.6rem;
  }
}
.p-fee__item-phases {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  width: 100%;
}
.p-fee__item-phase {
  width: 50%;
  padding: 1rem;
  background-color: #E4EBF1;
}
.p-fee__item-phase .top {
  margin-bottom: 0.3rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 811px) {
  .p-fee__item-phase {
    padding: 1.4rem;
  }
  .p-fee__item-phases {
    display: flex;
    align-items: stretch;
    gap: 2rem;
    width: 100%;
  }
}
@media screen and (min-width: 811px) {
  .p-fee__item-phase .top {
    font-size: 1.6rem;
  }
}
.p-fee__item-phase .head {
  min-height: 5.8rem;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 811px) {
  .p-fee__item-phase .head {
    display: inline-flex;
    gap: 0.8rem;
    min-height: 5.3rem;
    font-size: 2.2rem;
  }
}
.p-fee__item-phase .head .red {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--color04);
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (min-width: 811px) {
  .p-fee__item-phase .head .red {
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.p-fee__item-set {
  width: 100%;
  text-align: center;
}
.p-fee__item-set .text {
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .p-fee__item-set .text {
    font-size: 2rem;
  }
}
.p-fee__item-set .phase {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 1rem 0;
}
.p-fee__item-set .phase > span:nth-child(1), .p-fee__item-set .phase > span:nth-child(3) {
  width: calc(50% - 1rem);
  padding: 0.3rem;
  background-color: #E4EBF1;
  font-size: 1.2rem;
}
@media screen and (min-width: 811px) {
  .p-fee__item-set .phase > span:nth-child(1), .p-fee__item-set .phase > span:nth-child(3) {
    padding: 0.6rem;
    font-size: 1.8rem;
  }
}
.p-fee__item-set .phase > span:nth-child(2) {
  width: 2rem;
  font-size: 1.1rem;
}
.p-fee__item-set .price {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}
.p-fee__item-set .price .text {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .p-fee__item-set .price .text {
    font-size: 2rem;
  }
}
.p-fee__price {
  color: var(--color02);
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (min-width: 811px) {
  .p-fee__price {
    font-size: 1.6rem;
  }
}
.p-fee__price .number {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 811px) {
  .p-fee__price .number {
    font-size: 2.6rem;
  }
}
.p-fee__price--large .number {
  font-size: 2.6rem;
}
@media screen and (min-width: 811px) {
  .p-fee__price--large .number {
    font-size: 3rem;
  }
}
.p-fee__price--middle .number {
  font-size: 2.4rem;
}
@media screen and (min-width: 811px) {
  .p-fee__price--middle .number {
    font-size: 2.6rem;
  }
}
.p-fee__logo {
  width: 26.6rem;
  margin: 0 auto;
}
.p-fee__table {
  width: calc(100% - 3rem);
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
  font-family: var(--font-family02);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-fee__table {
    width: 100%;
    max-width: 100%;
    font-size: 1.8rem;
  }
}
.p-fee__table tr:first-child th, .p-fee__table tr:first-child td {
  border-top: none;
}
.p-fee__table tr:last-child th, .p-fee__table tr:last-child td {
  border-bottom: none;
}
.p-fee__table th, .p-fee__table td {
  border: 1px solid #DEDEDE;
}
.p-fee__table th:first-child, .p-fee__table td:first-child {
  border-left: none;
}
.p-fee__table th:last-child, .p-fee__table td:last-child {
  border-right: none;
}
.p-fee__table th {
  padding: 0.5rem;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (min-width: 811px) {
  .p-fee__table th {
    padding: 1rem;
  }
}
.p-fee__table td {
  padding: 0.5rem 1rem;
  vertical-align: middle;
}
.p-fee__table td.center {
  text-align: center;
}
.p-fee__table td[colspan] {
  padding: 0.8rem;
}
.p-fee__table td .note {
  display: inline-block;
  color: #686355;
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (min-width: 811px) {
  .p-fee__table td .note {
    font-size: 1.4rem;
  }
}
.p-payment {
  padding: 3rem 0 4rem;
  background-color: #E4EDF0;
}
@media screen and (min-width: 811px) {
  .p-payment {
    padding: 8rem 0;
  }
}
.p-payment__title {
  margin-bottom: 2rem;
}
.p-payment__image {
  width: 29rem;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 811px) {
  .p-payment__image {
    width: 60.5rem;
  }
}
.p-payment__image img {
  width: 100%;
}
.p-payment__textarea {
  font-family: var(--font-family02);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-payment__textarea {
    font-size: 1.8rem;
  }
}
.p-payment__textarea-text + p {
  margin-top: 0.8rem;
}
.p-access {
  background-color: #AA9E77;
}
@media screen and (min-width: 811px) {
  .p-access {
    padding: 8rem 0;
  }
}
.p-access__info {
  padding: 4rem 0;
  color: #fff;
}
@media screen and (min-width: 811px) {
  .p-access__info {
    padding-top: 0;
  }
}
.p-access__title {
  margin-bottom: 2rem;
  font-size: 3rem;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-access__title {
    margin-bottom: 3rem;
    font-size: 3.6rem;
  }
}
.p-access__logo {
  width: 21rem;
  margin: 0 auto 3rem;
}
.p-access__logo img {
  width: 100%;
}
.p-access__table {
  max-width: 500px;
  margin: 0 auto;
  padding: 1.2rem 1.5rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 811px) {
  .p-access__table {
    max-width: 40rem;
    padding: 2rem 1rem;
  }
}
.p-access__table table {
  font-size: 1.5rem;
}
@media screen and (min-width: 811px) {
  .p-access__table table {
    font-size: 1.8rem;
  }
}
.p-access__table table thead th:first-child {
  width: 6em;
}
.p-access__table table th, .p-access__table table td {
  padding: 0.7rem 0.5rem;
}
.p-access__table table td {
  text-align: center;
}
.p-access__table-text {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-access__table-text {
    font-size: 1.8rem;
  }
}
.p-access__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  padding: 3rem 1.8rem;
  background-color: #F5F2EB;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-access__box {
    max-width: 76rem;
    margin: 0 auto;
    padding: 5rem 8.6rem;
  }
}
.p-access__box-address .text {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .p-access__box-address .text {
    font-size: 2.2rem;
  }
}
.p-access__box-note {
  color: var(--color04);
  font-family: var(--font-family02);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-access__box-note {
    font-size: 1.6rem;
  }
}
.p-access__box-access {
  margin-bottom: 1rem;
}
.p-access__box-access .station {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 811px) {
  .p-access__box-access .station {
    margin-bottom: 0.8rem;
  }
}
.p-access__box-access .station .pin {
  position: relative;
  display: inline-block;
  padding-left: 0.8em;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (min-width: 811px) {
  .p-access__box-access .station .pin {
    padding-left: 1em;
  }
}
.p-access__box-access .station .pin::before {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1.3em;
  top: 0em;
  right: auto;
  bottom: auto;
  left: 0;
  background: url(../img/icon_pin01.svg) no-repeat center top calc(50% + 0.1em)/contain;
}
@media screen and (min-width: 811px) {
  .p-access__box-access .station .pin::before {
    width: 1.2rem;
    height: 1.5em;
    background-position: center bottom;
  }
}
.p-access__box-access .station .pin .number {
  margin: 0 0.2rem;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 811px) {
  .p-access__box-access .station .pin .number {
    font-size: 2.2rem;
  }
}
.p-access__box-access .station .pin + .pin {
  margin-top: 0.2rem;
}
@media screen and (min-width: 811px) {
  .p-access__box-access .station .pin + .pin {
    margin: 0 0 0 1.5rem;
  }
}
.p-access__box-access .text {
  font-size: 1.2rem;
}
@media screen and (min-width: 811px) {
  .p-access__box-access .text {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}
.p-access__box-map {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: auto;
  aspect-ratio: 334/219;
}
@media screen and (min-width: 811px) {
  .p-access__box-map {
    max-width: 100%;
    aspect-ratio: 588/385;
  }
}
.p-access__box-map iframe {
  width: 100%;
  height: 100%;
}
.btn_line  {
  background: #00B900;
  padding: 1.5rem 3rem;
  display: block;
  margin-bottom: 1rem;
  color: #fff;
  font-family: var(--font-family02);
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 6px;
  box-shadow: 3px 3px 0 rgb(13 142 13);
  transition: .3s;
  cursor: pointer;
}
.btn_line:hover {
  background: #fff;
 transition : .5s;
  color: #00B900;
}
@media screen and (min-width: 811px) {
  .btn_line  {
    padding: 1.5rem 5rem;
    font-size: 1.9rem;
    margin-bottom: 2rem;
   }
}