@charset "UTF-8";
:root {
  --color01: #52280F;
  --color02: #16B9B0;
  --color03: #F57832;
  --color04: #F6EFDB;
  --color05: #FFC3A1;
  --color06: #FFE53A;
}
:root {
  --font-family01: "Zen Maru Gothic", serif;
  --font-family02: "Noto Sans JP", serif;
}
:root {
  --width01: 930px;
  --width02: 800px;
}
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.0266940452vw, 10px);
  }
}
body {
  position: relative;
  background-color: var(--color04);
  color: var(--color01);
  font-family: var(--font-family01);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}
main {
  overflow: hidden;
}
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);
}
.u-color03 {
  color: var(--color03);
}
.u-color06 {
  color: var(--color06);
}
.u-font02 {
  font-family: var(--font-family02) !important;
}
.u-bold {
  font-weight: bold;
}
.u-line01 {
  background: linear-gradient(180deg, transparent 0%, transparent 0.1rem, var(--color05) 0.1rem, var(--color05) calc(100% - 0.1rem), transparent calc(100% - 0.1rem), transparent 100%);
}
.u-line02 {
  background: linear-gradient(180deg, transparent 0%, transparent 0.1rem, #FFEEBE 0.1rem, #FFEEBE calc(100% - 0.1rem), transparent calc(100% - 0.1rem), transparent 100%);
}
.c-inner02, .c-inner01 {
  width: 100%;
  margin: 0 auto;
  padding: 0 2.2rem;
}
.c-inner01 {
  max-width: calc(var(--width01) + 4.4rem);
}
.c-inner02 {
  max-width: calc(var(--width02) + 4.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;
}
.l-header__inner {
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 811px) {
  .l-header__inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
}
@media screen and (min-width: 811px) {
  .l-header__logo {
    width: 28.7rem;
  }
}
@media screen and (min-width: 811px) {
  .l-header__logo img {
    width: 100%;
  }
}
.l-header__label {
  position: absolute;
  top: 100%;
  left: 1rem;
  display: inline-block;
  width: auto;
  padding: 0.3rem 0.8rem;
  border-radius: 2rem;
  background-color: #B29F95;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .l-header__label {
    position: static;
    font-size: 1.5rem;
  }
}
.l-footer {
  padding: 3rem 2.2rem;
  background-color: #52280F;
}
.l-footer__copy {
  display: block;
  color: #9C8585;
  font-family: var(--font-family02);
  font-size: 1.2rem;
  text-align: center;
}
.c-cta {
  position: relative;
  padding: 3.5rem 0 1.8rem;
  background: url(../img/cta_bg02_sp.svg) no-repeat center/100% 100%;
}
@media screen and (min-width: 811px) {
  .c-cta {
    padding: 4.8rem 0 2.5rem;
    background: url(../img/cta_bg02_pc.svg) no-repeat center/100% 100%;
  }
}
@media screen and (min-width: 811px) {
  .c-cta--pc-bg::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: calc(100% - 2px);
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: -1;
    background-color: var(--color02);
  }
}
.c-cta--floating {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  padding: 2.5rem 0 1.8rem;
  background: url(../img/cta_bg01_sp.svg) no-repeat center/120% 100%;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (min-width: 811px) {
  .c-cta--floating {
    padding: 1.5rem 0;
    background: #fff;
    box-shadow: 0px -0.4rem 0.7rem rgba(176, 176, 176, 0.25);
  }
}
.c-cta--floating.active {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 811px) {
  .c-cta--floating .c-cta__button-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    max-width: initial;
  }
}
@media screen and (min-width: 811px) {
  .c-cta--floating .c-cta__button-top {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 811px) {
  .c-cta--floating .c-cta__button {
    max-width: 335px;
    min-height: 4.4rem;
  }
}
@media screen and (min-width: 811px) {
  .c-cta--floating .c-cta__button > span {
    font-size: 1.8rem;
  }
}
.c-cta__button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 5.2rem;
  border-radius: 0.4rem;
  background-color: var(--color03);
  transition: background 0.3s;
}
@media screen and (min-width: 811px) {
  .c-cta__button {
    min-height: 6.6rem;
  }
}
.c-cta__button::before {
  content: "";
  position: absolute;
  display: block;
  width: 3rem;
  height: 3.1rem;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 2.5rem;
  background: url(../img/teeth_img01.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .c-cta__button::before {
    left: 2rem;
  }
}
.c-cta__button::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  right: 3rem;
  bottom: auto;
  left: auto;
  background: url(../img/icon_arrow01.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .c-cta__button::after {
    right: 2.5rem;
  }
}
@media (any-hover: hover) {
  .c-cta__button:hover {
    background-color: var(--color02);
  }
}
.c-cta__button > span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .c-cta__button > span {
    font-size: 2.2rem;
  }
}
.c-cta__button-top {
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .c-cta__button-top {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
}
.c-cta__button-wrap {
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .c-cta__button-wrap {
    max-width: 384px;
  }
}
.p-kv {
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 811px) {
  .p-kv {
    margin-top: 2.7777777778vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 811px) {
  .p-kv__inner {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto;
  }
}
.p-kv__head {
  margin-bottom: 0.6rem;
  background: url(../img/kv_head_img01_sp.svg) no-repeat left calc(50% - 1rem) top/35rem auto;
}
@media screen and (min-width: 811px) {
  .p-kv__head {
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    max-width: 32.6388888889vw;
    margin-bottom: 1.9444444444vw;
    padding-top: 3.4722222222vw;
    padding-right: 4.8611111111vw;
    background: url(../img/kv_head_img01_pc.svg) no-repeat right top/9.9305555556vw auto;
  }
}
.p-kv__head-title {
  font-weight: bold;
  text-align: center;
}
.p-kv__head-title .top {
  font-size: 1.8rem;
}
@media screen and (min-width: 811px) {
  .p-kv__head-title .top {
    margin-bottom: 0.6944444444vw;
    font-size: 1.5972222222vw;
  }
}
.p-kv__head-title .main {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 811px) {
  .p-kv__head-title .main {
    padding-bottom: 0.3472222222vw;
    font-size: 3.3333333333vw;
    background: url(../img/dot01.png) repeat-x bottom center/1.4rem 0.4rem;
  }
}
.p-kv__head-title .main > span {
  background: url(../img/dot01.png) repeat-x bottom center/1.4rem 0.4rem;
}
@media screen and (min-width: 811px) {
  .p-kv__head-title .main > span {
    background: none;
  }
}
.p-kv__head-title .bottom {
  display: inline-flex;
  align-items: center;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  color: var(--color02);
  font-size: 2.2rem;
}
@media screen and (min-width: 811px) {
  .p-kv__head-title .bottom {
    margin-top: 1.3888888889vw;
    margin-bottom: 1.0416666667vw;
    font-size: 2.0138888889vw;
  }
}
.p-kv__head-title .bottom > span {
  font-size: 1.6rem;
}
@media screen and (min-width: 811px) {
  .p-kv__head-title .bottom > span {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 811px) {
  .p-kv__image {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
.p-kv__image img {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-kv__image img {
    width: 40.625vw;
    margin-left: auto;
  }
}
.p-kv__bottom {
  margin-top: -2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-kv__bottom {
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 27.7777777778vw;
    margin-top: 0;
  }
}
.p-kv__bottom-date {
  display: inline-block;
  width: auto;
  margin-bottom: 0.6rem;
  padding: 0.3rem 1.2rem 0.7rem 2.4rem;
  border-radius: 0.4rem;
  background-color: var(--color03);
  color: #fff;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 811px) {
  .p-kv__bottom-date {
    margin-bottom: 0.6944444444vw;
    font-size: 2.6388888889vw;
  }
}
.p-kv__bottom-date > span {
  font-size: 2.2rem;
}
@media screen and (min-width: 811px) {
  .p-kv__bottom-date > span {
    font-size: 1.25vw;
  }
}
.p-kv__bottom-place {
  display: inline-flex;
  align-items: center;
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
  color: var(--color02);
  font-size: 2.5rem;
}
@media screen and (min-width: 811px) {
  .p-kv__bottom-place {
    margin-top: 1.3888888889vw;
    margin-bottom: 0.9027777778vw;
    font-size: 1.875vw;
  }
}
.p-kv__bottom-place > span {
  font-size: 1.4rem;
}
@media screen and (min-width: 811px) {
  .p-kv__bottom-place > span {
    font-size: 0.9722222222vw;
  }
}
.p-kv__bottom-text {
  font-size: 1.2rem;
}
@media screen and (min-width: 811px) {
  .p-kv__bottom-text {
    font-size: 1.0416666667vw;
    line-height: 1.6;
  }
}
.p-kv__note {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (min-width: 811px) {
  .p-kv__note {
    font-size: 1.1111111111vw;
  }
}
.p-merit {
  position: relative;
  z-index: 0;
  background: #fff;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  /* background: linear-gradient(180deg, transparent 0%, transparent 6rem, #fff 6rem, #fff 100%); */
}
@media screen and (min-width: 811px) {
  .p-merit {
    padding-top: 10rem;
    padding-bottom: 4.5rem;
  }
}
.p-merit::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 15.5rem;
  top: auto;
  right: auto;
  bottom: calc(100% - 12rem);
  left: 0;
  z-index: -1;
  /* background: url(../img/cta_bg02_sp.svg) no-repeat center/100% 100%; */
}
@media screen and (min-width: 811px) {
  .p-merit::before {
    left: 50%;
    width: 106%;
    height: 17.5rem;
    /* background-image: url(../img/cta_bg01_pc.svg); */
    transform: translateX(-50%);
  }
}
.p-merit__title {
  margin-bottom: 5rem;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-merit__title {
    margin-bottom: 6rem;
    font-size: 4rem;
  }
}
.p-merit__title .label {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1.6rem;
  border-radius: 2rem;
  background-color: var(--color03);
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (min-width: 811px) {
  .p-merit__title .label {
    margin-bottom: 1.5rem;
    padding: 0.4rem 1.6rem;
    font-size: 2.1rem;
  }
}
.p-merit__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6rem;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-merit__container {
    max-width: 60rem;
  }
}
.p-merit__item {
  position: relative;
  padding: 3rem 2.8rem;
  border-radius: 2rem;
  background-color: #F69965;
}
@media screen and (min-width: 811px) {
  .p-merit__item {
    padding: 3rem 6rem;
    border-radius: 3rem;
  }
}
.p-merit__item-num {
  position: absolute;
  display: block;
  width: 11.7rem;
  height: auto;
  top: -0.8rem;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 811px) {
  .p-merit__item-num {
    width: 13.8rem;
  }
}
.p-merit__item-num img {
  width: 100%;
}
.p-merit__item-title {
  margin-bottom: 1.5rem;
  color: #FFF5B3;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-merit__item-title {
    font-size: 2.6rem;
  }
}
.p-merit__item-title--small {
  font-size: 2rem;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 811px) {
  .p-merit__item-title--small {
    font-size: 2.6rem;
  }
}
.p-merit__item-image {
  margin: 0 auto 2rem;
}
.p-merit__item-image img {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-merit__item-image--01 {
    width: 40.7rem;
  }
}
@media screen and (min-width: 811px) {
  .p-merit__item-image--02 {
    width: 27.6rem;
  }
}
@media screen and (min-width: 811px) {
  .p-merit__item-image--03 {
    width: 27.3rem;
  }
}
.p-merit__item-text {
  font-family: var(--font-family02);
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 811px) {
  .p-merit__item-text {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.p-consult {
  padding: 5rem 0;
}
@media screen and (min-width: 811px) {
  .p-consult {
    padding-top: 0;
  }
}
.p-consult__head {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  max-width: 500px;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 811px) {
  .p-consult__head {
    max-width: 100%;
    margin-bottom: 7rem;
    padding: 4rem 0;
    background-color: #FFFAEB;
  }
}
.p-consult__head-image {
  width: 10.7rem;
}
@media screen and (min-width: 811px) {
  .p-consult__head-image {
    width: 15.5rem;
  }
}
.p-consult__head-image figcaption {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-consult__head-image figcaption {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
.p-consult__head-title {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .p-consult__head-title {
    font-size: 3rem;
  }
}
.p-consult__container {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-consult__container {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    justify-content: center;
    align-items: center;
    gap: 4.5rem 4rem;
    max-width: 100%;
  }
}
.p-consult__image {
  margin-bottom: 2rem;
  padding: 0 1rem;
}
@media screen and (min-width: 811px) {
  .p-consult__image {
    width: 43rem;
    margin-bottom: 0;
    padding: 0;
    aspect-ratio: 430/327;
  }
}
.p-consult__image img {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .p-consult__image img {
    height: 100%;
    border-radius: 1rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.p-consult__item {
  position: relative;
  max-width: 500px;
  margin: 0 auto 4rem;
}
@media screen and (min-width: 811px) {
  .p-consult__item {
    width: 100%;
    max-width: 100%;
  }
}
.p-consult__item::after {
  content: "";
  position: absolute;
  display: block;
  width: 2.7rem;
  height: 1.3rem;
  top: calc(100% + 0.8rem);
  right: auto;
  bottom: auto;
  left: 50%;
  background-color: var(--color03);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}
@media screen and (min-width: 811px) {
  .p-consult__item::after {
    top: calc(100% + 2.8rem);
    width: 5.6rem;
    height: 2.8rem;
  }
}
.p-consult__item > *:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 811px) {
  .p-consult__item > *:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.p-consult__item-text {
  color: var(--color03);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-consult__item-text {
    font-size: 2.8rem;
  }
}
.p-consult__item-list > li {
  position: relative;
  padding: 1.2rem 0.5rem 1.2rem 3.6rem;
  border-radius: 0.4rem;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .p-consult__item-list > li {
    padding: 1.1rem 0.5rem 1.1rem 3.6rem;
    font-size: 2.7rem;
    letter-spacing: -0.05em;
  }
}
.p-consult__item-list > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 2.2rem;
  height: 1.6rem;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 1.2rem;
  background: url(../img/icon_check01.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .p-consult__item-list > li::before {
    width: 2rem;
    height: 1.4rem;
  }
}
.p-consult__item-list > li + li {
  margin-top: 1rem;
}
@media screen and (min-width: 811px) {
  .p-consult__item-list > li + li {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 811px) {
  .p-consult__bottom {
    grid-column: 1/3;
    text-align: center;
  }
}
.p-consult__bottom-text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 811px) {
  .p-consult__bottom-text {
    display: inline-block;
    font-size: 2.6rem;
    text-align: left;
  }
}
.p-consult__bottom-text > span {
  padding-bottom: 0.3rem;
  background-image: linear-gradient(to right, var(--color01) 0.4rem, transparent 0.3rem);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 0.7rem 0.2rem;
}
@media screen and (min-width: 811px) {
  .p-consult__bottom-text > span {
    padding-bottom: 0.8rem;
  }
}
.p-worry {
  padding: 2.5rem 0 5rem;
}
@media screen and (min-width: 811px) {
  .p-worry {
    padding: 6rem 0 7rem;
    background-color: #FFFAEB;
  }
}
.p-worry__head {
  margin-bottom: 3rem;
}
@media screen and (min-width: 811px) {
  .p-worry__head {
    margin-bottom: 5rem;
  }
}
.p-worry__head-title {
  padding-top: 3.5rem;
  background: url(../img/worry_head_img01.svg) no-repeat center top/34.7rem auto;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .p-worry__head-title {
    font-size: 4rem;
    background-size: 46.3rem;
  }
}
.p-worry__head-title .small {
  font-size: 1.8rem;
}
@media screen and (min-width: 811px) {
  .p-worry__head-title .small {
    font-size: 2.8rem;
  }
}
.p-worry__head-title .dashed {
  display: inline;
  padding-bottom: 0.3rem;
  background-image: linear-gradient(to right, var(--color01) 0.4rem, transparent 0.3rem);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 0.7rem 0.2rem;
}
.p-worry__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-worry__container {
    flex-direction: row;
    align-items: stretch;
    gap: 4rem;
    max-width: 88rem;
  }
}
.p-worry__item {
  width: 100%;
  border-radius: 2rem;
  background-color: #fff;
  overflow: hidden;
}
.p-worry__item-textarea {
  margin-top: -1rem;
  padding: 0 2.5rem 2rem;
}
@media screen and (min-width: 811px) {
  .p-worry__item-textarea {
    padding: 1rem 2rem 2.5rem;
  }
}
.p-worry__item-list {
  font-family: var(--font-family02);
}
.p-worry__item-list > li {
  position: relative;
  padding-left: 1em;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-worry__item-list > li {
    font-size: 1.8rem;
  }
}
.p-worry__item-list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1em;
}
.p-adult__merit {
  margin: 0 0 3.5rem;
}
@media screen and (min-width: 811px) {
  .p-adult__merit {
    margin: 6rem 0 13rem;
  }
}
.p-adult__however {
  position: relative;
  width: calc(100% - 4.4rem);
  max-width: 500px;
  margin: 6rem auto 0;
  padding: 3rem 2rem 2rem;
  border-radius: 2rem;
  background-color: #FFFAEB;
}
@media screen and (min-width: 811px) {
  .p-adult__however {
    width: 100%;
    max-width: 100%;
    padding: 4rem max((100% - 600px) / 2, 2.2rem);
    border-radius: 0;
  }
}
.p-adult__however-image {
  position: absolute;
  display: block;
  width: 12.3rem;
  height: auto;
  top: -0.5rem;
  right: 0.5rem;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .p-adult__however-image {
    top: -1.5rem;
    right: auto;
    left: calc(50% + 30rem - 15rem);
    width: 15rem;
  }
}
.p-adult__however-image img {
  width: 100%;
}
.p-adult__however-image figcaption {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-adult__however-image figcaption {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
.p-adult__however-top {
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .p-adult__however-top {
    font-size: 2.8rem;
  }
}
.p-adult__however-text {
  font-family: var(--font-family02);
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 811px) {
  .p-adult__however-text {
    font-size: 2rem;
  }
}
.p-adult__case {
  margin: 3rem 0 4rem;
}
@media screen and (min-width: 811px) {
  .p-adult__case {
    margin: 6rem 0;
  }
}
.p-adult__case-box {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 2.5rem 3rem;
  border-radius: 2rem;
  background-color: #fff;
}
@media screen and (min-width: 811px) {
  .p-adult__case-box {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    justify-content: center;
    gap: 0 4rem;
    padding: 0 4.8rem 3rem;
    max-width: 80rem;
  }
}
.p-adult__case-title {
  position: relative;
  display: inline-block;
  left: 50%;
  margin-bottom: 2.5rem;
  padding: 0.5rem 3rem;
  background-color: var(--color01);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  transform: translateX(-50%);
}
@media screen and (min-width: 811px) {
  .p-adult__case-title {
    grid-column: 1/3;
    max-width: 10.4rem;
    font-size: 2.2rem;
  }
}
.p-adult__case-images {
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (min-width: 811px) {
  .p-adult__case-images {
    width: 32.4rem;
    margin-bottom: 0;
  }
}
.p-adult__case-images::after {
  content: "";
  position: absolute;
  display: block;
  width: 4.2rem;
  height: 2.1rem;
  top: calc(100% + 2.1rem);
  right: auto;
  bottom: 0;
  left: 50%;
  background-color: var(--color03);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}
@media screen and (min-width: 811px) {
  .p-adult__case-images::after {
    content: none;
  }
}
.p-adult__case-images .image img {
  width: 100%;
}
.p-adult__case-images .image + .image {
  margin-top: 2rem;
}
@media screen and (min-width: 811px) {
  .p-adult__case-images .image + .image {
    margin-top: 3rem;
  }
}
.p-adult__case-define {
  line-height: 1.6;
}
.p-adult__case-define > div dt {
  padding: 0.4rem 1rem;
  border-radius: 0.5rem;
  background-color: #F2F2F2;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .p-adult__case-define > div dt {
    font-size: 1.8rem;
  }
}
.p-adult__case-define > div dd {
  margin-top: 1rem;
  padding: 0 1rem;
  font-family: var(--font-family02);
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-adult__case-define > div dd {
    font-size: 1.8rem;
  }
}
.p-adult__case-define > div + div {
  margin-top: 1rem;
}
.p-adult__head {
  margin-bottom: 4rem;
}
@media screen and (min-width: 811px) {
  .p-adult__head {
    margin-bottom: 5.7rem;
  }
}
.p-adult__head-text {
  color: var(--color02);
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 811px) {
  .p-adult__head-text {
    font-size: 2.8rem;
  }
}
.p-adult__head-title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .p-adult__head-title {
    font-size: 4rem;
  }
}
.p-adult__head-title .dashed {
  display: inline;
  background-image: linear-gradient(to right, var(--color01) 0.4rem, transparent 0.3rem);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 0.7rem 0.2rem;
}
@media screen and (min-width: 811px) {
  .p-adult__head-title .dashed {
    padding-bottom: 0.3rem;
  }
}
.p-adult__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3.2rem;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-adult__container {
    max-width: 81rem;
  }
}
.p-adult__item {
  position: relative;
}
.p-adult__item-num {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 0;
  right: auto;
  bottom: auto;
  left: -1.1rem;
  padding: 0.5rem 1.5rem;
  background-color: var(--color02);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .p-adult__item-num {
    padding: 0.1rem 2rem 0.5rem;
    font-size: 2rem;
  }
}
.p-adult__item-num > span {
  display: inline-block;
  margin-left: 0.2em;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (min-width: 811px) {
  .p-adult__item-num > span {
    font-size: 2.6rem;
  }
}
.p-adult__item-num::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  top: calc(100% - 1px);
  right: auto;
  bottom: auto;
  left: 0;
  background-color: #0B9B93;
  -webkit-clip-path: polygon(100% 100%, 0 0, 100% 0);
  clip-path: polygon(100% 100%, 0 0, 100% 0);
}
.p-adult__item-image {
  border-radius: 2rem 2rem 0 0;
  overflow: hidden;
}
.p-adult__item-image img {
  width: 100%;
}
.p-adult__item-textarea {
  padding: 1.5rem 2.5rem 2rem;
  border-radius: 0 0 2rem 2rem;
  background-color: #fff;
}
@media screen and (min-width: 811px) {
  .p-adult__item-textarea {
    padding: 3rem 4rem 4rem;
  }
}
.p-adult__item-title {
  margin-bottom: 1rem;
  color: var(--color02);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-adult__item-title {
    font-size: 2.4rem;
  }
}
.p-adult__item-text {
  font-family: var(--font-family02);
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 811px) {
  .p-adult__item-text {
    font-size: 1.8rem;
  }
}
.p-adult__item-box {
  position: relative;
  margin-top: 2rem;
  padding: 2rem 2.5rem;
  border-radius: 1rem;
  background-color: #F6F4EF;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-adult__item-box {
    padding: 4rem;
  }
}
.p-adult__item-box .image {
  position: absolute;
  display: block;
  width: 7.4rem;
  height: auto;
  top: 0;
  right: -1.3rem;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .p-adult__item-box .image {
    display: none;
  }
}
.p-adult__item-box .heading {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 2.7rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.p-adult__item-box .heading::after {
  content: "";
  position: absolute;
  display: block;
  width: 2.7rem;
  height: 1.3rem;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  background-color: var(--color03);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}
.p-adult__item-box .list {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 1rem;
  padding-right: 1.5em;
  font-family: var(--font-family02);
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (min-width: 811px) {
  .p-adult__item-box .list {
    padding-right: 0;
  }
}
.p-adult__item-box .list > li {
  position: relative;
  padding-left: 1em;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (min-width: 811px) {
  .p-adult__item-box .list > li {
    font-size: 1.8rem;
  }
}
.p-adult__item-box .list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: inline;
  width: 1em;
}
.p-adult__item-box .text {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-adult__item-box .text {
    font-size: 2rem;
  }
}
.p-simulation {
  padding: 3.5rem 0 3rem;
  background-color: #FFE8B7;
}
@media screen and (min-width: 811px) {
  .p-simulation {
    padding: 6rem 0;
  }
}
.p-simulation__head {
  margin-bottom: 2rem;
}
@media screen and (min-width: 811px) {
  .p-simulation__head {
    margin-bottom: 5rem;
  }
}
.p-simulation__head-title {
  padding-top: 3.8rem;
  background: url(../img/simulation_head_img01.svg) no-repeat center top/26.5rem auto;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .p-simulation__head-title {
    font-size: 4rem;
  }
}
.p-simulation__head-title .small {
  font-size: 1.8rem;
}
@media screen and (min-width: 811px) {
  .p-simulation__head-title .small {
    font-size: 2.8rem;
  }
}
.p-simulation__head-title .dashed {
  display: inline;
  padding-bottom: 0.3rem;
  background-image: linear-gradient(to right, var(--color01) 0.4rem, transparent 0.3rem);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 0.7rem 0.2rem;
}
.p-simulation__container {
  max-width: 500px;
  margin: 0 auto;
}
.p-simulation__image {
  padding: 0 2.5rem;
}
@media screen and (min-width: 811px) {
  .p-simulation__image {
    padding: 0;
  }
}
.p-simulation__image img {
  width: 100%;
  border: 0.5rem solid #fff;
  border-radius: 2rem;
}
.p-simulation__item {
  margin: 1.5rem auto;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-simulation__item {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
}
.p-simulation__item-top {
  position: relative;
  margin-bottom: 4rem;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .p-simulation__item-top {
    font-size: 2.9rem;
  }
}
.p-simulation__item-top::after {
  content: "";
  position: absolute;
  display: block;
  width: 2.7rem;
  height: 1.3rem;
  top: calc(100% + 1.3rem);
  right: auto;
  bottom: 0;
  left: 50%;
  background-color: var(--color03);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}
.p-simulation__item-list {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.2rem;
  text-align: left;
}
.p-simulation__item-list > li {
  padding-bottom: 0.8rem;
  background: url(../img/dot01.png) repeat-x bottom center/1.2rem 0.3rem;
  color: var(--color03);
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .p-simulation__item-list > li {
    font-size: 2.6rem;
  }
}
.p-simulation__item-list > li > span {
  font-family: var(--font-family02);
}
@media screen and (min-width: 811px) {
  .p-simulation__item-list > li > span {
    margin-right: 0.3em;
  }
}
.p-simulation__item-text {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .p-simulation__item-text {
    font-size: 2.4rem;
  }
}
.attention_text {
  font-size: 1.15rem;
  padding-top: 15px;
}
@media screen and (min-width: 811px) {
  .attention_text {
    font-size: 1.4rem;
  }
}
.p-cta {
  background-color: var(--color02);
  background: linear-gradient(180deg, var(--color02) 0%, var(--color02) calc(100% - 2px), transparent calc(100% - 2px), transparent 100%);
}
.p-cta__head {
  padding: 3rem 0 2rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-cta__head {
    padding: 6rem 0 3.6rem;
  }
}
.p-cta__head-title {
  padding-top: 4.2rem;
  background: url(../img/cta_img01.svg) no-repeat center top/31.3rem auto;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .p-cta__head-title {
    padding-top: 6.4rem;
    font-size: 2.8rem;
    background-size: 48.4rem;
  }
}
.p-child__merit {
  margin: 3.5rem 0;
}
@media screen and (min-width: 811px) {
  .p-child__merit {
    margin: 6rem 0;
  }
}
.p-child__doctor {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 4.4rem);
  max-width: 500px;
  margin: 0 auto;
  border-radius: 2rem;
  background-color: #F69965;
  color: #fff;
}
@media screen and (min-width: 811px) {
  .p-child__doctor {
    justify-content: center;
    gap: 2rem;
    width: 100%;
    max-width: 100%;
    padding: 2rem 0;
    border-radius: 0;
  }
}
.p-child__doctor-image {
  position: relative;
  flex-shrink: 0;
  width: 14.4rem;
  padding-top: 0.8rem;
}
@media screen and (min-width: 811px) {
  .p-child__doctor-image {
    width: 17.7rem;
  }
}
.p-child__doctor-image img {
  width: 100%;
}
.p-child__doctor-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0.8rem;
  left: 0;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-child__doctor-image figcaption {
    position: static;
    margin-top: 0.8rem;
  }
}
.p-child__doctor-text {
  font-family: var(--font-family02);
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-child__doctor-text {
    font-size: 2rem;
  }
}
.p-child__case-text {
  margin-bottom: 2rem;
}
.p-child__case-images {
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (min-width: 811px) {
  .p-child__case-images {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-bottom: 0;
  }
}
.p-child__case-images::after {
  content: "";
  position: absolute;
  display: block;
  width: 4.2rem;
  height: 2.1rem;
  top: calc(100% + 2.1rem);
  right: auto;
  bottom: 0;
  left: 50%;
  background-color: var(--color03);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}
@media screen and (min-width: 811px) {
  .p-child__case-images::after {
    content: none;
  }
}
.p-child__case-images .image img {
  width: 100%;
}
.p-child__case-images .image + .image {
  margin-top: 2rem;
}
.p-child__case-define {
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .p-child__case-define {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.p-child__case-define > div dt {
  padding: 0.4rem 1rem;
  border-radius: 0.5rem;
  background-color: #F2F2F2;
  font-weight: bold;
}
.p-child__case-define > div dd {
  margin-top: 1rem;
  padding: 0 1rem;
  font-family: var(--font-family02);
  font-size: 1.5rem;
}
@media screen and (min-width: 811px) {
  .p-child__case-define > div dd {
    font-size: 1.6rem;
  }
}
.p-child__case-define > div + div {
  margin-top: 1rem;
}
.p-child__event {
  margin: 4rem 0;
}
@media screen and (min-width: 811px) {
  .p-child__event {
    margin: 0;
    padding: 6rem 0;
    background-color: var(--color02);
  }
}
.p-child__event-title {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.p-child__event-box {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  padding: 2rem 2rem 3rem;
  border-radius: 2rem;
  background-color: var(--color02);
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-child__event-box {
    max-width: 81rem;
    padding: 0;
  }
}
.p-child__event-box .label {
  position: absolute;
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  top: 0;
  right: -1.5rem;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .p-child__event-box .label {
    right: auto;
    left: calc(50% + 16rem);
    width: 9.7rem;
    height: 9.7rem;
    transform: translateY(-25%);
  }
}
.p-child__event-box .label img {
  width: 100%;
}
.p-child__event-box .top {
  width: 22.4rem;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 811px) {
  .p-child__event-box .top {
    width: 24.3rem;
  }
}
.p-child__event-box .top img {
  width: 100%;
}
.p-child__event-box .catch {
  margin-bottom: 1rem;
  font-weight: bold;
}
.p-child__event-box .catch .sub {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-child__event-box .catch .sub {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}
.p-child__event-box .catch .main {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  background-color: #fff;
  color: var(--color03);
  font-size: 2.2rem;
}
@media screen and (min-width: 811px) {
  .p-child__event-box .catch .main {
    padding: 0.3rem 1rem;
    font-size: 2.5rem;
  }
}
.p-child__event-box .lead {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .p-child__event-box .lead {
    font-size: 2.2rem;
  }
}
.p-child__event-box .image {
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (min-width: 811px) {
  .p-child__event-box .image {
    max-width: 460px;
    margin: 0 auto 2rem;
  }
}
.p-child__event-box .image::before {
  content: "";
  position: absolute;
  display: block;
  width: 128.87%;
  height: 155.45%;
  top: -8.5rem;
  right: auto;
  bottom: auto;
  left: 50%;
  background: url(../img/child_event_img01_sp.svg) no-repeat center/contain;
  transform: translateX(-50%);
}
@media screen and (min-width: 811px) {
  .p-child__event-box .image::before {
    top: -9rem;
    left: calc(50% - 2rem);
    width: 156.13%;
    height: 114.94%;
    background-image: url(../img/child_event_img01_pc.svg);
  }
}
.p-child__event-box .image img {
  width: 100%;
}
.p-child__event-box .text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .p-child__event-box .text {
    font-size: 2rem;
  }
}
.p-child__head {
  margin-bottom: 4rem;
}
@media screen and (min-width: 811px) {
  .p-child__head {
    margin-bottom: 5.7rem;
  }
}
.p-child__head-text {
  color: #F69965;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 811px) {
  .p-child__head-text {
    font-size: 2.8rem;
  }
}
.p-child__head-title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .p-child__head-title {
    font-size: 4rem;
  }
}
.p-child__head-title .dashed {
  display: inline;
  background-image: linear-gradient(to right, var(--color01) 0.4rem, transparent 0.3rem);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 0.7rem 0.2rem;
}
.p-child__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3.2rem;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .p-child__container {
    max-width: 81rem;
  }
}
.p-child__item {
  position: relative;
}
.p-child__item--box {
  border-radius: 2rem;
  background-color: #fff;
}
.p-child__item--box .p-child__item-image {
  padding: 3rem 1.5rem 0;
}
@media screen and (min-width: 811px) {
  .p-child__item--box .p-child__item-image {
    padding: 4rem 4rem 1.5rem;
  }
}
@media screen and (min-width: 811px) {
  .p-child__item--box .p-child__item-image img {
    max-width: 52rem;
    margin: 0 auto;
  }
}
.p-child__item-num {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 0;
  right: auto;
  bottom: auto;
  left: -1.1rem;
  padding: 0.5rem 1.5rem;
  background-color: #F69965;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .p-child__item-num {
    padding: 0.1rem 2rem 0.5rem;
    font-size: 2rem;
  }
}
.p-child__item-num > span {
  display: inline-block;
  margin-left: 0.2em;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (min-width: 811px) {
  .p-child__item-num > span {
    font-size: 2.6rem;
  }
}
.p-child__item-num::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  top: calc(100% - 1px);
  right: auto;
  bottom: auto;
  left: 0;
  background-color: #E97C3F;
  -webkit-clip-path: polygon(100% 100%, 0 0, 100% 0);
  clip-path: polygon(100% 100%, 0 0, 100% 0);
}
.p-child__item-image {
  border-radius: 2rem 2rem 0 0;
  overflow: hidden;
}
@media screen and (min-width: 811px) {
  .p-child__item-image {
    height: 24rem;
  }
}
.p-child__item-image img {
  width: 100%;
}
.p-child__item-textarea {
  padding: 1.5rem 3rem 2rem;
  border-radius: 0 0 2rem 2rem;
  background-color: #fff;
}
@media screen and (min-width: 811px) {
  .p-child__item-textarea {
    padding: 1.5rem 4rem 4rem;
  }
}
.p-child__item-title {
  width: calc(100% + 2em);
  margin-bottom: 1rem;
  margin-left: -1em;
  color: #F69965;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-child__item-title {
    font-size: 2.4rem;
  }
}
.p-child__item-text {
  font-family: var(--font-family02);
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-child__item-text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 811px) {
  .p-child__item-case {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0 5rem;
    padding: 0 1rem;
  }
}
.p-child__item-box {
  margin-top: 1.5rem;
  padding: 1rem 1.5rem 2rem;
  border-radius: 1rem;
  background-color: #F2F2F2;
  font-family: var(--font-family02);
}
@media screen and (min-width: 811px) {
  .p-child__item-box {
    flex-shrink: 0;
    width: 35rem;
  }
}
.p-child__item-box .top {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .p-child__item-box .top {
    font-size: 1.6rem;
  }
}
.p-child__item-box .image {
  display: flex;
  align-items: stretch;
  gap: 1rem;
}
.p-child__item-box .image img {
  flex-shrink: 0;
  width: 11.1rem;
  filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.25));
}
.p-child__item-box .image figcaption {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .p-child__item-box .image figcaption {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 811px) {
  .p-child__item-2col {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
}
.p-strength {
  margin: 4.5rem 0 3rem;
}
@media screen and (min-width: 811px) {
  .p-strength {
    margin: 12rem 0;
  }
}
.p-strength__title {
  margin-bottom: 2.5rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-strength__title {
    margin-bottom: 5rem;
    font-size: 3rem;
  }
}
.p-strength__title > span {
  position: relative;
  display: inline-block;
}
.p-strength__title > span::before, .p-strength__title > span::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.5em;
  height: 100%;
  top: 50%;
  right: calc(100% + 0.5em);
  bottom: auto;
  left: auto;
  border-left: 0.4rem dotted var(--color01);
  transform: translateY(-50%) rotate(-30deg);
}
@media screen and (min-width: 811px) {
  .p-strength__title > span::before, .p-strength__title > span::after {
    border-width: 0.5rem;
  }
}
.p-strength__title > span::after {
  right: auto;
  left: calc(100% + 0.5em);
  transform: translateY(-50%) rotate(30deg);
}
.p-strength__box {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 2rem;
  background-color: #FFFAEB;
}
@media screen and (min-width: 811px) {
  .p-strength__box {
    max-width: 80rem;
    padding: 4rem;
  }
}
.p-strength__box + div {
  margin-top: 3rem;
}
@media screen and (min-width: 811px) {
  .p-strength__box:not(.p-strength__box--point) + .p-strength__box--point {
    margin-top: 6rem;
  }
}
.p-strength__box-label {
  position: absolute;
  top: 0;
  left: -2.2rem;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  width: 10.3rem;
  height: 10.3rem;
  padding: 0 0 2rem 2rem;
  background-color: var(--color04);
  color: var(--color03);
  font-size: 2rem;
  font-weight: bold;
  -webkit-clip-path: circle(95% at 0 0);
  clip-path: circle(95% at 0 0);
}
@media screen and (min-width: 811px) {
  .p-strength__box-label {
    width: 13.5rem;
    height: 13.5rem;
    padding: 0 0 6rem 2rem;
    font-size: 2.8rem;
    -webkit-clip-path: circle(84.6% at 15% 0);
    clip-path: circle(84.6% at 15% 0);
  }
}
.p-strength__box-head {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 811px) {
  .p-strength__box-head {
    justify-content: flex-start;
    gap: 3rem;
  }
}
.p-strength__box-head .image {
  flex-shrink: 0;
  width: 12rem;
}
@media screen and (min-width: 811px) {
  .p-strength__box-head .image {
    width: 16rem;
  }
}
.p-strength__box-head .title {
  margin-bottom: 0;
  letter-spacing: -0.05em;
  text-align: left;
}
@media screen and (min-width: 811px) {
  .p-strength__box-head .title {
    font-size: 2.4rem;
  }
}
.p-strength__box-image {
  margin-bottom: 2rem;
}
@media screen and (min-width: 811px) {
  .p-strength__box-image {
    max-width: 34rem;
    margin: 0 auto 2rem;
  }
}
.p-strength__box-image img {
  width: 100%;
}
.p-strength__box-title {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-strength__box-title {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.p-strength__box-title .large {
  font-size: 2.2rem;
}
.p-strength__box-title .small {
  display: inline-block;
  font-size: 1.4rem;
}
@media screen and (min-width: 811px) {
  .p-strength__box-title .small {
    font-size: 1.6rem;
  }
}
@media (max-width: 810px) {
  .p-strength__box-title .sp-small {
    font-size: 1.4rem;
  }
}
.p-strength__box-textarea .text {
  font-family: var(--font-family02);
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-strength__box-textarea .text {
    font-size: 1.8rem;
  }
}
.p-strength__box-item {
  padding: 2rem;
  border: 1px solid #E8D3C7;
  border-radius: 1rem;
  background-color: #FFFDF4;
}
.p-strength__box-item .lead {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-strength__box-item .lead {
    font-size: 2rem;
  }
}
.p-strength__box-item .image {
  margin: 0 auto 1rem;
}
.p-strength__box-item .image--01 {
  width: 11rem;
}
.p-strength__box-item .image--02 {
  width: 22rem;
}
.p-strength__box-item .image img {
  width: 100%;
}
.p-strength__box-item .text {
  font-family: var(--font-family02);
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-strength__box-item .text {
    font-size: 1.8rem;
  }
}
.p-strength__box--point {
  background-color: #fff;
}
.p-strength__doctor {
  max-width: 500px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 2rem;
  background-color: #fff;
}
@media screen and (min-width: 811px) {
  .p-strength__doctor {
    max-width: 80rem;
    margin-top: 6rem !important;
    padding: 6rem 4rem 4rem;
  }
}
.p-strength__doctor + div {
  margin-top: 3rem;
}
.p-strength__doctor-title {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-strength__doctor-title {
    margin-bottom: 2rem;
    font-size: 3.6rem;
  }
}
.p-strength__doctor-text {
  font-family: var(--font-family02);
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-strength__doctor-text {
    font-size: 1.6rem;
  }
}
.p-strength__doctor-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 811px) {
  .p-strength__doctor-container {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 2rem;
    margin-bottom: 4rem;
  }
}
.p-strength__doctor-card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  padding: 1rem 0;
  border-radius: 1rem;
  background-color: #FEDEBC;
}
@media screen and (min-width: 811px) {
  .p-strength__doctor-card {
    width: calc(50% - 1rem);
    padding: 1.6rem 1rem 1.6rem 0;
  }
}
.p-strength__doctor-card .image {
  flex-shrink: 0;
  width: 9rem;
}
@media screen and (min-width: 811px) {
  .p-strength__doctor-card .image {
    width: 9.5rem;
  }
}
.p-strength__doctor-card .image img {
  width: 100%;
}
.p-strength__doctor-card .label {
  display: inline-block;
  margin-bottom: 0.4rem;
  padding: 0.2rem 0.6rem;
  border-radius: 1rem;
  background-color: #fff;
  font-size: 1.2rem;
}
.p-strength__doctor-card .name {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .p-strength__doctor-card .name {
    font-size: 2rem;
  }
}
.p-strength__doctor-card .name:not(:last-child) {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 811px) {
  .p-strength__doctor-card .name:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.p-strength__doctor-card .list {
  font-family: var(--font-family02);
  letter-spacing: 0.05em;
}
.p-strength__doctor-card .list > li {
  position: relative;
  padding-left: 1em;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .p-strength__doctor-card .list > li {
    font-size: 1.4rem;
  }
}
.p-strength__doctor-card .list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: inline;
  width: 1em;
}
.p-strength__doctor-card--white {
  gap: 0;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 811px) {
  .p-strength__doctor-card--white {
    gap: 1rem;
    border: 1px solid #F57832;
  }
}
.p-strength__doctor-card--white::after {
  content: "";
  position: absolute;
  display: block;
  width: 5rem;
  height: 12.5rem;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  background: url(../img/strength_melos_img01_sp.webp) no-repeat center/contain;
}
@media screen and (min-width: 811px) {
  .p-strength__doctor-card--white::after {
    right: 2.2rem;
    bottom: 1.6rem;
    width: 8.8rem;
    height: 4.8rem;
    background-image: url(../img/strength_melos_img01_pc.webp);
  }
}
.p-strength__doctor-card--white .image {
  width: 10.3rem;
  margin-left: 1rem;
}
@media screen and (min-width: 811px) {
  .p-strength__doctor-card--white .image {
    width: 8.7rem;
  }
}
.p-strength__doctor-card--white .textarea {
  padding-right: 6rem;
}
@media screen and (min-width: 811px) {
  .p-strength__doctor-card--white .textarea {
    padding-right: 0;
    padding-bottom: 4.4rem;
  }
}
.p-strength__doctor-card--white .label {
  border: 1px solid var(--color03);
  color: var(--color03);
}
.p-strength__doctor-card--white .text {
  margin-bottom: 0.4rem;
  font-family: var(--font-family02);
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-strength__doctor-card--white .text {
    font-size: 1.4rem;
  }
}
.p-faq {
  margin: 3.5rem 0 2.5rem;
}
@media screen and (min-width: 811px) {
  .p-faq {
    margin: 12rem 0 6rem;
  }
}
.p-faq__head {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 4.8rem;
  margin-bottom: 1rem;
  background: url(../img/faq_head_img01.svg) no-repeat center top/27.1rem auto;
}
@media screen and (min-width: 811px) {
  .p-faq__head {
    min-height: 6rem;
    margin-bottom: 2rem;
    background-size: 34rem auto;
  }
}
.p-faq__head-title {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-faq__head-title {
    font-size: 3rem;
  }
}
.p-faq__define {
  font-family: var(--font-family02);
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-faq__define {
    max-width: 80rem;
    margin: 0 auto;
    font-size: 1.8rem;
  }
}
.p-faq__define > div dt, .p-faq__define > div dd {
  position: relative;
  padding: 1rem 1rem 1rem 5.2rem;
}
@media screen and (min-width: 811px) {
  .p-faq__define > div dt, .p-faq__define > div dd {
    padding: 1.6rem 1rem 1.6rem 5.2rem;
  }
}
.p-faq__define > div dt::before, .p-faq__define > div dd::before {
  content: "";
}
.p-faq__define > div dt {
  background-color: #FFFAEB;
  font-weight: bold;
}
.p-faq__define > div dt::before {
  position: absolute;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 1rem;
  background: url(../img/faq_txt01.webp) no-repeat center/contain;
  transform: translateY(-50%);
}
.p-faq__define > div dd::before {
  position: absolute;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  top: 1rem;
  right: auto;
  bottom: auto;
  left: 1rem;
  background: url(../img/faq_txt02.webp) no-repeat center/contain;
}
@media screen and (min-width: 811px) {
  .p-faq__define > div dd::before {
    top: 1.5rem;
  }
}
.p-contact {
  margin: 2.5rem 0;
}
@media screen and (min-width: 811px) {
  .p-contact {
    margin: 0;
    padding: 6rem 0;
    background-color: #FFFAEB;
  }
}
.p-contact__box {
  max-width: 500px;
  margin: 0 auto;
  padding: 3rem 2rem 2rem;
  border: 0.3rem solid #F7E4D0;
  border-radius: 2rem;
  background-color: #FFFAEB;
}
@media screen and (min-width: 811px) {
  .p-contact__box {
    padding: 0;
    border: none;
    text-align: center;
  }
}
.p-contact__box-image {
  margin-bottom: 1rem;
}
.p-contact__box-image img {
  width: 100%;
}
.p-contact__box-text {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-contact__box-text {
    font-size: 2rem;
  }
}
.p-contact__box-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  min-height: 5.6rem;
  border-radius: 1rem;
  background-color: #00C85C;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-contact__box-button:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 811px) {
  .p-contact__box-button {
    max-width: 37rem;
    min-height: 5.9rem;
    border-radius: 1.5rem;
  }
}
.p-contact__box-button .icon {
  width: 2.1rem;
}
.p-contact__box-button .text {
  font-family: var(--font-family02);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-contact__box-button .text {
    font-size: 1.8rem;
  }
}
.p-message {
  margin: 2.5rem 0 4rem;
}
@media screen and (min-width: 811px) {
  .p-message {
    margin: 6rem 0;
  }
}
.p-message__image {
  max-width: 500px;
  margin: 0 auto 1.5rem;
}
.p-message__image img {
  width: 100%;
}
.p-message__heading {
  margin-bottom: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.p-message__heading-title {
  margin-bottom: 0.4rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 811px) {
  .p-message__heading-title {
    font-size: 3rem;
  }
}
.p-message__heading-name .title {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1.2rem;
}
.p-message__heading-name .desc {
  display: inline-block;
  font-size: 1.8rem;
}
.p-message__text {
  font-family: var(--font-family02);
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-message__text {
    font-size: 1.8rem;
  }
}
.p-place {
  margin: 4rem 0;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-place {
    margin: 6rem 0;
  }
}
.p-place__title {
  max-width: 500px;
  margin: 0 auto 2.5rem;
  padding: 0.6rem;
  border-radius: 1rem;
  background-color: var(--color02);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .p-place__title {
    max-width: 100%;
    padding: 1.2rem 1rem;
    border-radius: 1.5rem;
    font-size: 2.6rem;
  }
}
.p-place__logo {
  width: 25.8rem;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 811px) {
  .p-place__logo {
    width: 39rem;
  }
}
.p-place__logo img {
  width: 100%;
}
.p-place__lead {
  margin-bottom: 2rem;
  color: var(--color03);
  font-family: var(--font-family02);
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .p-place__lead {
    font-size: 2.7rem;
  }
}
.p-place__address {
  margin-bottom: 2rem;
}
.p-place__address-top {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .p-place__address-top {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}
.p-place__address-item {
  max-width: 500px;
  margin: 0 auto 0.5rem;
  padding: 1rem;
  border-radius: 1rem;
  background-color: #fff;
}
@media screen and (min-width: 811px) {
  .p-place__address-item {
    max-width: 57rem;
    margin-bottom: 1.5rem;
    padding: 1.2rem;
  }
}
.p-place__address-item p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (min-width: 811px) {
  .p-place__address-item p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 811px) {
  .p-place__address-item p .u-pc-only {
    display: inline-block !important;
  }
}
.p-place__address-bottom {
  font-family: var(--font-family02);
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-place__address-bottom {
    font-size: 1.4rem;
  }
}
.p-place__map {
  aspect-ratio: 335/182;
}
@media screen and (min-width: 811px) {
  .p-place__map {
    aspect-ratio: 800/480;
  }
}
.p-place__map iframe {
  width: 100%;
  height: 100%;
}
.p-kids {
  padding: 4rem 0;
  background-color: #DCEAEB;
}
.p-kids__title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  margin-bottom: 0.5rem;
  background: url(../img/kids_title_img01_sp.svg) no-repeat left calc(50% + 0.5rem) top/33.6rem auto;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .p-kids__title {
    margin-bottom: 4rem;
    background-image: url(../img/kids_title_img01_pc.svg);
    background-size: 48.1rem auto;
    font-size: 3rem;
  }
}
.p-kids__image {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 811px) {
  .p-kids__image {
    max-width: 80rem;
    margin: 0 auto 4rem;
  }
}
.p-kids__image img {
  width: 100%;
}
.p-kids__text {
  font-family: var(--font-family02);
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .p-kids__text {
    max-width: 80rem;
    margin: 0 auto;
    font-size: 1.8rem;
  }
}
video {
  width: 100%;
  max-width: 800px;
  height: auto;
}
@media (max-width: 768px) {
  video {
    width: 100%;
  }
}