.mv {
  overflow: clip;
}
.mv .mv-unit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 104px 104px 96px 0;
  width: 106%;
  max-width: 1500px;
  margin-inline: auto;
  translate: -3% 0;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .mv .mv-unit {
    padding: 92px 7dvw 88px 0;
  }
}
@media screen and (max-width: 960px) {
  .mv .mv-unit {
    padding: 80px 7dvw 96px 0;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-unit {
    padding: 72px 0 88px;
    gap: 0;
    width: 100%;
    translate: none;
  }
}
@media screen and (max-width: 520px) {
  .mv .mv-unit {
    padding: 64px 0 56px;
  }
}
.mv .mv-unit::before, .mv .mv-unit::after {
  position: absolute;
  content: "";
  left: 50%;
  z-index: -1;
}
.mv .mv-unit::before {
  top: 0;
  left: 40%;
  width: 200px;
  aspect-ratio: 20/73;
  background: url("../../img/top/mv-bg-deco1.png") no-repeat center/contain;
}
@media screen and (max-width: 1280px) {
  .mv .mv-unit::before {
    left: 31%;
    width: 14dvw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-unit::before {
    display: none;
  }
}
.mv .mv-unit::after {
  bottom: -120px;
  left: 72%;
  width: 920px;
  aspect-ratio: 92/50;
  background: url("../../img/top/mv-bg-deco2.png") no-repeat center/contain;
}
@media screen and (max-width: 1280px) {
  .mv .mv-unit::after {
    bottom: -6dvw;
    left: 64%;
    width: 56dvw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-unit::after {
    bottom: -3%;
    left: 48%;
    width: 60dvw;
  }
}
.mv .mv-unit__vsl {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .mv .mv-unit__vsl {
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-unit__vsl {
    position: relative;
    width: 60%;
    margin-inline: auto;
    z-index: 1;
  }
}
@media screen and (max-width: 520px) {
  .mv .mv-unit__vsl {
    width: 82%;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-unit__vsl::before, .mv .mv-unit__vsl::after {
    position: absolute;
    content: "";
    width: 29dvw;
    aspect-ratio: 40/22;
    -webkit-mask-image: url("../../img/common/deco-cloud.svg");
    mask-image: url("../../img/common/deco-cloud.svg");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: #EDF8FF;
    z-index: -1;
  }
}
@media screen and (max-width: 520px) {
  .mv .mv-unit__vsl::before, .mv .mv-unit__vsl::after {
    width: 42dvw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-unit__vsl::before {
    top: 0;
    left: -10dvw;
  }
}
@media screen and (max-width: 520px) {
  .mv .mv-unit__vsl::before {
    left: -13dvw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-unit__vsl::after {
    bottom: 56px;
    right: -16dvw;
    background: #FFEFF0;
  }
}
@media screen and (max-width: 520px) {
  .mv .mv-unit__vsl::after {
    right: -25dvw;
  }
}
.mv .mv-unit__txt {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .mv .mv-unit__txt {
    width: 54%;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-unit__txt {
    width: 72%;
    padding-right: 3dvw;
    margin-inline: auto;
    margin-top: -4dvw;
    z-index: 2;
  }
}
@media screen and (max-width: 520px) {
  .mv .mv-unit__txt {
    width: 92%;
    padding-right: 4.5dvw;
  }
}
.mv .mv-unit__txt::after {
  position: absolute;
  content: "";
  width: 345px;
  aspect-ratio: 345/220;
  background: url("../../img/common/deco-branch.png") center/contain no-repeat;
}
@media screen and (max-width: 1280px) {
  .mv .mv-unit__txt::after {
    width: 280px;
  }
}
@media screen and (max-width: 960px) {
  .mv .mv-unit__txt::after {
    width: 240px;
  }
}
@media screen and (max-width: 520px) {
  .mv .mv-unit__txt::after {
    width: 220px;
  }
}
.mv .mv-unit__txt::after {
  left: calc(100% - 160px);
  top: calc(100% - 64px);
  width: 280px;
}
@media screen and (max-width: 1280px) {
  .mv .mv-unit__txt::after {
    left: calc(100% - 120px);
    top: calc(100% - 48px);
    width: 240px;
  }
}
@media screen and (max-width: 960px) {
  .mv .mv-unit__txt::after {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-unit__txt::after {
    left: calc(100% - 64px);
    top: calc(100% - 96px);
    width: 220px;
  }
}
@media screen and (max-width: 520px) {
  .mv .mv-unit__txt::after {
    top: calc(100% - 56px);
    width: 140px;
  }
}

.worries .worries-baby-vsl {
  margin-bottom: 0;
  margin-top: -140px;
}
@media screen and (max-width: 960px) {
  .worries .worries-baby-vsl {
    margin-top: -130px;
  }
}
@media screen and (max-width: 768px) {
  .worries .worries-baby-vsl {
    margin-top: -104px;
  }
}
@media screen and (max-width: 520px) {
  .worries .worries-baby-vsl {
    margin-top: -64px;
  }
}
.worries .worries-headline img {
  display: inline-block;
  margin: 0 0.1em;
  width: auto;
  height: 0.9em;
  vertical-align: -0.1em;
}
.worries .worries-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .worries .worries-list {
    gap: 0;
  }
}
@media screen and (max-width: 520px) {
  .worries .worries-list {
    gap: 32px;
  }
}
.worries .worries-list::before {
  position: absolute;
  content: "";
  top: -130px;
  left: -150px;
  width: 170px;
  aspect-ratio: 300/160;
  -webkit-mask-image: url("../../img/common/deco-cloud.svg");
  mask-image: url("../../img/common/deco-cloud.svg");
  -webkit-mask-position: center top;
  mask-position: center top;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #FFEFF0;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .worries .worries-list::before {
    top: -120px;
    left: -88px;
  }
}
@media screen and (max-width: 768px) {
  .worries .worries-list::before {
    top: -98px;
    left: -40px;
    width: 120px;
  }
}
@media screen and (max-width: 520px) {
  .worries .worries-list::before {
    top: -56px;
  }
}
.worries .worries-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(33% - 16px);
}
@media screen and (max-width: 768px) {
  .worries .worries-list__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 520px) {
  .worries .worries-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.worries .worries-list__item .worries-vsl {
  width: 80%;
  margin-inline: auto;
  border-radius: 50%;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .worries .worries-list__item .worries-vsl {
    width: 34%;
  }
}
@media screen and (max-width: 520px) {
  .worries .worries-list__item .worries-vsl {
    width: 64%;
  }
}
.worries .worries-list__item .worries-txt {
  position: relative;
  padding: 24px 32px;
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .worries .worries-list__item .worries-txt {
    border-radius: calc(20px * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .worries .worries-list__item .worries-txt {
    border-radius: calc(20px * 0.5);
  }
}
.worries .worries-list__item .worries-txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: -48px 0 0;
  background-color: #E5FFCA;
  color: #5D9F46;
  text-align: justify;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .worries .worries-list__item .worries-txt {
    padding: 20px 26px;
  }
}
@media screen and (max-width: 768px) {
  .worries .worries-list__item .worries-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 -48px;
    padding: 16px 24px;
    width: 66%;
    min-height: 108px;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
}
@media screen and (max-width: 520px) {
  .worries .worries-list__item .worries-txt {
    margin: -24px auto 0;
    width: 90%;
  }
}
.worries .worries-list__item .worries-txt::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/common/bg-texture.png") center/contain no-repeat;
  mix-blend-mode: overlay;
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .worries .worries-list__item .worries-txt::before {
    border-radius: calc(20px * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .worries .worries-list__item .worries-txt::before {
    border-radius: calc(20px * 0.5);
  }
}
.worries .worries-list__item .worries-txt::before {
  z-index: -1;
}
.worries .worries-list__item:nth-child(1) .worries-txt::after {
  position: absolute;
  content: "";
  bottom: calc(100% - 16px);
  right: calc(100% - 14px);
  width: 56px;
  aspect-ratio: 1/1;
  background: url("../../img/common/deco-sprout.png") center/contain no-repeat;
}
@media screen and (max-width: 960px) {
  .worries .worries-list__item:nth-child(1) .worries-txt::after {
    width: 48px;
  }
}
@media screen and (max-width: 768px) {
  .worries .worries-list__item:nth-child(1) .worries-txt::after {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .worries .worries-list__item:nth-child(2n) .worries-txt {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 -32px 0 0;
  }
}
@media screen and (max-width: 520px) {
  .worries .worries-list__item:nth-child(2n) .worries-txt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: -24px auto 0;
  }
}
.worries .worries-list__item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .worries .worries-list__item:nth-child(2) {
    -webkit-animation-delay: 0;
    animation-delay: 0;
  }
}
.worries .worries-list__item:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  .worries .worries-list__item:nth-child(3) {
    -webkit-animation-delay: 0;
    animation-delay: 0;
  }
}
@media screen and (max-width: 768px) {
  .worries .worries-list__item:not(:last-child) {
    margin-top: -1dvw;
  }
}
@media screen and (max-width: 520px) {
  .worries .worries-list__item:not(:last-child) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .worries .balloon-contents .balloon-ttl {
    max-width: 470px;
  }
}

.about .about-headline-wrap {
  position: relative;
}
.about .about-headline-wrap::before {
  position: absolute;
  content: "";
  width: 345px;
  aspect-ratio: 345/220;
  background: url("../../img/common/deco-branch.png") center/contain no-repeat;
}
@media screen and (max-width: 1280px) {
  .about .about-headline-wrap::before {
    width: 280px;
  }
}
@media screen and (max-width: 960px) {
  .about .about-headline-wrap::before {
    width: 240px;
  }
}
@media screen and (max-width: 520px) {
  .about .about-headline-wrap::before {
    width: 220px;
  }
}
.about .about-headline-wrap::before {
  top: -280px;
  left: -160px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .about .about-headline-wrap::before {
    left: -104px;
  }
}
@media screen and (max-width: 960px) {
  .about .about-headline-wrap::before {
    top: -210px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-headline-wrap::before {
    top: -160px;
    width: 200px;
  }
}
@media screen and (max-width: 520px) {
  .about .about-headline-wrap::before {
    top: -110px;
    left: -92px;
    width: 150px;
  }
}
.about .about-headline {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 860px;
}
@media screen and (max-width: 768px) {
  .about .about-headline {
    padding-top: 80px;
    padding-left: 24px;
    padding-right: 24px;
    max-width: 560px;
  }
}
@media screen and (max-width: 520px) {
  .about .about-headline {
    padding-top: 46px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.about .about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin-top: -32px;
}
@media screen and (max-width: 960px) {
  .about .about-list {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-list {
    gap: 10px;
  }
}
@media screen and (max-width: 520px) {
  .about .about-list {
    margin-top: 32px;
  }
}
.about .about-list__item {
  position: relative;
  width: calc(33% - 16px);
  padding: 24px;
  border-radius: 12px;
}
@media screen and (max-width: 960px) {
  .about .about-list__item {
    border-radius: calc(12px * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .about .about-list__item {
    border-radius: calc(12px * 0.5);
  }
}
.about .about-list__item {
  background-color: #ffffff;
  border: solid 2px #4BABD6;
  text-align: justify;
}
@media screen and (max-width: 960px) {
  .about .about-list__item {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-list__item {
    width: calc(33% - 10.6666666667px);
    padding: 10px 14px;
  }
}
@media screen and (max-width: 520px) {
  .about .about-list__item {
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
  }
}
.about .about-list__item::after {
  position: absolute;
  content: "";
  right: 24px;
  top: 100%;
  width: 70px;
  aspect-ratio: 7/4;
  background: url("../../img/top/about-list-balloon.svg") center/contain no-repeat;
}
@media screen and (max-width: 520px) {
  .about .about-list__item::after {
    right: 40px;
    width: 34px;
    aspect-ratio: 40/24;
    background-image: url("../../img/top/about-list-balloon-xs.svg");
  }
}
.about .about-list__item:first-child::after {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
@media screen and (max-width: 520px) {
  .about .about-list__item:first-child::after {
    right: calc(100% - 96px);
  }
}
.about .about-list__item:nth-child(3)::after {
  right: calc(100% - 96px);
}
@media screen and (max-width: 520px) {
  .about .about-list__item:nth-child(3)::after {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}
.about .about-list__item:nth-child(2n-1) {
  margin-top: 88px;
}
@media screen and (max-width: 520px) {
  .about .about-list__item:nth-child(2n-1) {
    margin-top: 0;
  }
}
.about .about-list__item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@media screen and (max-width: 520px) {
  .about .about-list__item:nth-child(2) {
    -webkit-animation-delay: 0;
    animation-delay: 0;
  }
}
.about .about-list__item:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@media screen and (max-width: 520px) {
  .about .about-list__item:nth-child(3) {
    -webkit-animation-delay: 0;
    animation-delay: 0;
  }
}
.about .about-list-vsl {
  position: relative;
  margin-bottom: -96px;
  width: 100%;
  max-width: 200px;
  margin-inline: auto;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .about .about-list-vsl {
    max-width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-list-vsl {
    margin-bottom: -56px;
    max-width: 120px;
  }
}
@media screen and (max-width: 520px) {
  .about .about-list-vsl {
    margin-bottom: -32px;
  }
}
.about .about-message-container {
  padding: 40px 24px 0;
}
.about .about-message {
  position: relative;
}
@media screen and (max-width: 520px) {
  .about .about-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.about .about-message::before {
  position: absolute;
  content: "";
  top: -16px;
  left: -24px;
  width: 72px;
  aspect-ratio: 80/72;
  background: url("../../img/common/deco-leaf.png") center/contain no-repeat;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
@media screen and (max-width: 960px) {
  .about .about-message::before {
    width: 64px;
  }
}
@media screen and (max-width: 520px) {
  .about .about-message::before {
    top: -24px;
    width: 56px;
  }
}
.about .about-message::after {
  position: absolute;
  content: "";
  left: -40px;
  bottom: -16px;
  width: 104px;
  aspect-ratio: 120/80;
  background: url("../../img/common/deco-birds.png") center/contain no-repeat;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
@media screen and (max-width: 960px) {
  .about .about-message::after {
    width: 88px;
  }
}
@media screen and (max-width: 520px) {
  .about .about-message::after {
    left: auto;
    right: -24px;
    -webkit-transform: none;
    transform: none;
    width: 72px;
  }
}
.about .about-message__txt {
  width: calc(100% - 220px);
}
@media screen and (max-width: 960px) {
  .about .about-message__txt {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 768px) {
  .about .about-message__txt {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 520px) {
  .about .about-message__txt {
    width: 100%;
  }
}
.about .about-message__txt .about-ttl {
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 960px) {
  .about .about-message__txt .about-ttl {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .about .about-message__txt .about-ttl {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
.about .about-message__txt .about-ttl {
  padding-bottom: calc(8px * 2);
}
@media screen and (max-width: 960px) {
  .about .about-message__txt .about-ttl {
    padding-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .about .about-message__txt .about-ttl {
    padding-bottom: calc(8px * 2 * 0.5);
  }
}
.about .about-message__txt .about-ttl {
  max-width: none;
  font-size: 2.4rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .about .about-message__txt .about-ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 520px) {
  .about .about-message__txt .about-ttl {
    font-size: 2rem;
  }
}
.about .about-message__vsl {
  position: absolute;
  bottom: 0;
  right: -24px;
  width: 240px;
}
@media screen and (max-width: 960px) {
  .about .about-message__vsl {
    width: 200px;
  }
}
@media screen and (max-width: 520px) {
  .about .about-message__vsl {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    max-width: 160px;
    margin: -80px auto 16px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.case .case-container {
  position: relative;
  margin-bottom: 140px;
  padding: 16px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .case .case-container {
    margin-bottom: 112px;
    padding: 8px;
  }
}
@media screen and (max-width: 520px) {
  .case .case-container {
    margin-bottom: 76px;
  }
}
.case .case-container::before, .case .case-container::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  z-index: -1;
}
.case .case-container::before {
  top: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #EF858C), color-stop(25%, #68AE50), color-stop(50%, #EF858C), color-stop(75%, #68AE50));
  background: linear-gradient(to right, #EF858C 0 25%, #68AE50 25% 50%, #EF858C 50% 75%, #68AE50 75% 100%);
  border-radius: 40px 40px 0 0;
}
@media screen and (max-width: 768px) {
  .case .case-container::before {
    border-radius: 32px 32px 0 0;
  }
}
.case .case-container::after {
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #9BCCD0), color-stop(25%, #F59E69), color-stop(50%, #9BCCD0), color-stop(75%, #F59E69));
  background: linear-gradient(to right, #9BCCD0 0 25%, #F59E69 25% 50%, #9BCCD0 50% 75%, #F59E69 75% 100%);
  border-radius: 0 0 40px 40px;
}
@media screen and (max-width: 768px) {
  .case .case-container::after {
    border-radius: 0 0 32px 32px;
  }
}
.case .case-container .case-inner {
  padding: calc(8px * 8);
}
@media screen and (max-width: 960px) {
  .case .case-container .case-inner {
    padding: calc(8px * 8 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .case .case-container .case-inner {
    padding: calc(8px * 8 * 0.5);
  }
}
.case .case-container .case-inner {
  background: #ffffff;
  border-radius: 24px;
}
@media screen and (max-width: 520px) {
  .case .case-container .case-inner {
    padding: 32px 20px;
  }
}
.case .case-container .case-headline {
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 960px) {
  .case .case-container .case-headline {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .case .case-container .case-headline {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
.case .case-container .case-headline {
  text-align: center;
  line-height: 1.6;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .case .case-container .case-headline {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 960px) {
  .case .case-container .case-headline {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .case .case-container .case-headline {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 520px) {
  .case .case-container .case-headline {
    font-size: 2.2rem;
  }
}
.case .case-container .case-ttl {
  position: relative;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .case .case-container .case-ttl {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 520px) {
  .case .case-container .case-ttl {
    margin-bottom: 22px;
  }
}
.case .case-container .case-ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 100%;
  height: 2px;
  border: dotted 2px #F59E69;
}
.case .case-container .case-ttl span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  min-height: 50px;
  padding: 0 56px;
  font-size: 2.4rem;
  color: #F59E69;
  background: #ffffff;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .case .case-container .case-ttl span {
    padding: 0 48px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .case .case-container .case-ttl span {
    padding: 0 40px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 520px) {
  .case .case-container .case-ttl span {
    padding: 0 32px;
    font-size: 1.8rem;
  }
}
.case .case-container .case-ttl span::before, .case .case-container .case-ttl span::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  width: 14px;
  aspect-ratio: 14/50;
  background: url("../../img/top/case-ttl-braces.svg") center/contain no-repeat;
}
@media screen and (max-width: 960px) {
  .case .case-container .case-ttl span::before, .case .case-container .case-ttl span::after {
    width: 12px;
  }
}
@media screen and (max-width: 768px) {
  .case .case-container .case-ttl span::before, .case .case-container .case-ttl span::after {
    width: 10px;
  }
}
.case .case-container .case-ttl span::before {
  left: 28px;
}
@media screen and (max-width: 960px) {
  .case .case-container .case-ttl span::before {
    left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .case .case-container .case-ttl span::before {
    left: 20px;
  }
}
@media screen and (max-width: 520px) {
  .case .case-container .case-ttl span::before {
    left: 12px;
  }
}
.case .case-container .case-ttl span::after {
  right: 28px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
@media screen and (max-width: 960px) {
  .case .case-container .case-ttl span::after {
    right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .case .case-container .case-ttl span::after {
    right: 20px;
  }
}
@media screen and (max-width: 520px) {
  .case .case-container .case-ttl span::after {
    right: 12px;
  }
}
.case .case-container .case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .case .case-container .case-list {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .case .case-container .case-list {
    gap: 12px;
  }
}
@media screen and (max-width: 520px) {
  .case .case-container .case-list {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}
.case .case-container .case-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
}
@media screen and (max-width: 960px) {
  .case .case-container .case-list__item {
    border-radius: calc(16px * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .case .case-container .case-list__item {
    border-radius: calc(16px * 0.5);
  }
}
.case .case-container .case-list__item {
  border: solid 1px #F59E69;
  padding: 24px;
}
@media screen and (max-width: 960px) {
  .case .case-container .case-list__item {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 768px) {
  .case .case-container .case-list__item {
    padding: 14px 16px;
  }
}
.case .case-container .case-list:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@media screen and (max-width: 520px) {
  .case .case-container .case-list:nth-child(2) {
    -webkit-animation-delay: 0;
    animation-delay: 0;
  }
}
.case .case-container .case-list:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@media screen and (max-width: 520px) {
  .case .case-container .case-list:nth-child(3) {
    -webkit-animation-delay: 0;
    animation-delay: 0;
  }
}
.case .case-container .case-unit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  padding: calc(8px * 5);
}
@media screen and (max-width: 960px) {
  .case .case-container .case-unit {
    padding: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .case .case-container .case-unit {
    padding: calc(8px * 5 * 0.5);
  }
}
.case .case-container .case-unit {
  border-radius: 24px;
}
@media screen and (max-width: 960px) {
  .case .case-container .case-unit {
    border-radius: calc(24px * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .case .case-container .case-unit {
    border-radius: calc(24px * 0.5);
  }
}
.case .case-container .case-unit {
  background: #FFFBE3;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .case .case-container .case-unit {
    gap: 24px;
  }
}
.case .case-container .case-unit__vsl {
  width: 44%;
}
@media screen and (max-width: 768px) {
  .case .case-container .case-unit__vsl {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
}
.case .case-container .case-unit__vsl span {
  position: relative;
  z-index: 1;
}
.case .case-container .case-unit__vsl img {
  border-radius: 16px;
}
@media screen and (max-width: 960px) {
  .case .case-container .case-unit__vsl img {
    border-radius: calc(16px * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .case .case-container .case-unit__vsl img {
    border-radius: calc(16px * 0.5);
  }
}
.case .case-container .case-unit__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .case .case-container .case-unit__txt {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
  }
}
.case .case-container .case-unit::before,
.case .case-container .case-unit__vsl span::before {
  position: absolute;
  content: "";
  width: 40px;
  aspect-ratio: 4/9;
  background: url("../../img/common/deco-leaves.png") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .case .case-container .case-unit::before,
  .case .case-container .case-unit__vsl span::before {
    width: 32px;
  }
}
@media screen and (max-width: 520px) {
  .case .case-container .case-unit::before,
  .case .case-container .case-unit__vsl span::before {
    width: 28px;
  }
}
.case .case-container .case-unit::before {
  top: -16px;
  right: -16px;
}
@media screen and (max-width: 520px) {
  .case .case-container .case-unit::before {
    top: -12px;
    right: -12px;
  }
}
.case .case-container .case-unit__vsl span::before {
  bottom: -16px;
  left: -24px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
@media screen and (max-width: 520px) {
  .case .case-container .case-unit__vsl span::before {
    bottom: -12px;
    left: -16px;
  }
}

.consult .consult-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 160px;
}
@media screen and (max-width: 1280px) {
  .consult .consult-list {
    gap: 16px;
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 960px) {
  .consult .consult-list {
    gap: 12px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .consult .consult-list {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 520px) {
  .consult .consult-list {
    gap: 0;
    margin-bottom: 56px;
  }
}
.consult .consult-list__item {
  position: relative;
  padding: 0 40px 80px;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .consult .consult-list__item {
    padding: 0 32px 80px;
  }
}
@media screen and (max-width: 960px) {
  .consult .consult-list__item {
    padding: 0 20px 56px;
  }
}
@media screen and (max-width: 768px) {
  .consult .consult-list__item {
    padding: 20px 48px 36px 24%;
  }
}
@media screen and (max-width: 520px) {
  .consult .consult-list__item {
    padding: 0 32px 32px;
  }
}
.consult .consult-list__item img {
  margin-inline: auto;
  width: 64%;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .consult .consult-list__item img {
    position: absolute;
    margin-inline: initial;
    width: 20%;
    left: 0;
    top: 42%;
    translate: 0 -50%;
  }
}
@media screen and (max-width: 520px) {
  .consult .consult-list__item img {
    position: relative;
    margin-inline: auto;
    width: 40%;
    max-width: 140px;
    left: auto;
    top: auto;
    translate: none;
  }
}
.consult .consult-list__item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 104px);
  border-radius: 120px;
  background: #EDF8FF;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .consult .consult-list__item::before {
    border-radius: 96px;
  }
}
@media screen and (max-width: 960px) {
  .consult .consult-list__item::before {
    border-radius: 72px;
  }
}
@media screen and (max-width: 768px) {
  .consult .consult-list__item::before {
    height: 100%;
  }
}
@media screen and (max-width: 520px) {
  .consult .consult-list__item::before {
    height: 64%;
    border-radius: 48px;
  }
}
.consult .consult-list__item .consult-ttl {
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 960px) {
  .consult .consult-list__item .consult-ttl {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .consult .consult-list__item .consult-ttl {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
.consult .consult-list__item .consult-ttl {
  padding-bottom: calc(8px * 2);
}
@media screen and (max-width: 960px) {
  .consult .consult-list__item .consult-ttl {
    padding-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .consult .consult-list__item .consult-ttl {
    padding-bottom: calc(8px * 2 * 0.5);
  }
}
.consult .consult-list__item .consult-ttl {
  padding-top: 16px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1280px) {
  .consult .consult-list__item .consult-ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 960px) {
  .consult .consult-list__item .consult-ttl {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 520px) {
  .consult .consult-list__item .consult-ttl {
    padding-top: 8px;
  }
}
.consult .consult-list__item .consult-txt {
  text-align: center;
}
.consult .consult-list__item:nth-child(2n) {
  translate: 0 40px;
}
@media screen and (max-width: 768px) {
  .consult .consult-list__item:nth-child(2n) {
    translate: none;
  }
}
.consult .consult-list__item:nth-child(2n)::before {
  background: #FFEFF0;
}
.consult .consult-list__item:nth-child(3n)::before {
  background: #FFFBE3;
}
.consult .consult-list:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .consult .consult-list:nth-child(2) {
    -webkit-animation-delay: 0;
    animation-delay: 0;
  }
}
.consult .consult-list:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  .consult .consult-list:nth-child(3) {
    -webkit-animation-delay: 0;
    animation-delay: 0;
  }
}
.consult .balloon-contents .balloon-ttl {
  padding: 0 40px;
  max-width: 640px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .consult .balloon-contents .balloon-ttl {
    padding: 0;
  }
}

.band .band-headline-wrap {
  position: relative;
}
.band .band-headline-wrap::before {
  position: absolute;
  content: "";
  width: 345px;
  aspect-ratio: 345/220;
  background: url("../../img/common/deco-branch.png") center/contain no-repeat;
}
@media screen and (max-width: 1280px) {
  .band .band-headline-wrap::before {
    width: 280px;
  }
}
@media screen and (max-width: 960px) {
  .band .band-headline-wrap::before {
    width: 240px;
  }
}
@media screen and (max-width: 520px) {
  .band .band-headline-wrap::before {
    width: 220px;
  }
}
.band .band-headline-wrap::before {
  top: -280px;
  left: -160px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .band .band-headline-wrap::before {
    left: -104px;
  }
}
@media screen and (max-width: 960px) {
  .band .band-headline-wrap::before {
    top: -210px;
  }
}
@media screen and (max-width: 768px) {
  .band .band-headline-wrap::before {
    top: -160px;
  }
}
@media screen and (max-width: 520px) {
  .band .band-headline-wrap::before {
    top: -110px;
    left: -92px;
    width: 170px;
  }
}
.band .band-bg {
  padding-bottom: 0;
}
.band .band-wrap {
  position: relative;
  z-index: 2;
}
.band .band-wrap::before, .band .band-wrap::after {
  position: absolute;
  content: "";
  width: 570px;
  aspect-ratio: 30/16;
  -webkit-mask-image: url("../../img/common/deco-cloud.svg");
  mask-image: url("../../img/common/deco-cloud.svg");
  -webkit-mask-position: center top;
  mask-position: center top;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #FFEDD3;
}
@media screen and (max-width: 960px) {
  .band .band-wrap::before, .band .band-wrap::after {
    width: 400px;
  }
}
@media screen and (max-width: 520px) {
  .band .band-wrap::before, .band .band-wrap::after {
    width: 240px;
  }
}
.band .band-wrap::before {
  top: 320px;
  right: -320px;
}
@media screen and (max-width: 960px) {
  .band .band-wrap::before {
    top: 280px;
    right: -160px;
  }
}
@media screen and (max-width: 520px) {
  .band .band-wrap::before {
    right: -120px;
  }
}
.band .band-wrap::after {
  bottom: 240px;
  left: -240px;
}
@media screen and (max-width: 960px) {
  .band .band-wrap::after {
    bottom: 200px;
    left: -140px;
  }
}
@media screen and (max-width: 520px) {
  .band .band-wrap::after {
    bottom: 300px;
    left: -120px;
  }
}
.band .band-headline {
  margin-bottom: 32px;
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .band .band-headline {
    max-width: 640px;
  }
}
.band .band-license {
  margin-bottom: 88px;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .band .band-license {
    margin-bottom: 28px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 520px) {
  .band .band-license {
    margin-bottom: 20px;
  }
}
.band .band-unit {
  position: relative;
  z-index: 2;
}
.band .band-unit::before {
  position: absolute;
  content: "";
  width: 345px;
  aspect-ratio: 345/220;
  background: url("../../img/common/deco-branch.png") center/contain no-repeat;
}
@media screen and (max-width: 1280px) {
  .band .band-unit::before {
    width: 280px;
  }
}
@media screen and (max-width: 960px) {
  .band .band-unit::before {
    width: 240px;
  }
}
@media screen and (max-width: 520px) {
  .band .band-unit::before {
    width: 220px;
  }
}
.band .band-unit::before {
  top: 180px;
  right: -320px;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .band .band-unit::before {
    top: 210px;
    right: -220px;
  }
}
@media screen and (max-width: 960px) {
  .band .band-unit::before {
    right: -160px;
  }
}
@media screen and (max-width: 768px) {
  .band .band-unit::before {
    top: 440px;
    right: -180px;
  }
}
@media screen and (max-width: 520px) {
  .band .band-unit::before {
    top: 360px;
    right: -160px;
  }
}
.band .band-unit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.band .band-unit__item .band-vsl {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .band .band-unit__item .band-vsl {
    width: 80%;
    max-width: 480px;
    margin-inline: auto;
    margin-bottom: -16px;
  }
}
@media screen and (max-width: 520px) {
  .band .band-unit__item .band-vsl {
    margin-bottom: -6px;
  }
}
.band .band-unit__item .band-vsl img {
  border-radius: 120px;
}
@media screen and (max-width: 960px) {
  .band .band-unit__item .band-vsl img {
    border-radius: 88px;
  }
}
@media screen and (max-width: 520px) {
  .band .band-unit__item .band-vsl img {
    border-radius: 48px;
  }
}
.band .band-unit__item .band-txt {
  position: relative;
  width: 50%;
  padding: 40px;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .band .band-unit__item .band-txt {
    padding: 32px;
  }
}
@media screen and (max-width: 768px) {
  .band .band-unit__item .band-txt {
    width: 100%;
  }
}
.band .band-unit__item .band-txt::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 104%;
  height: 100%;
  background: #ffffff;
  border-radius: 24px;
}
@media screen and (max-width: 960px) {
  .band .band-unit__item .band-txt::before {
    border-radius: calc(24px * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .band .band-unit__item .band-txt::before {
    border-radius: calc(24px * 0.5);
  }
}
.band .band-unit__item .band-txt::before {
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .band .band-unit__item .band-txt::before {
    width: 100%;
  }
}
.band .band-unit__item .band-txt::after {
  position: absolute;
  content: "";
  left: 50%;
  translate: -50% 0;
  bottom: 100%;
  width: 170px;
  aspect-ratio: 17/9;
}
@media screen and (max-width: 960px) {
  .band .band-unit__item .band-txt::after {
    width: 34%;
  }
}
@media screen and (max-width: 768px) {
  .band .band-unit__item .band-txt::after {
    bottom: calc(100% - 24px);
    max-width: 160px;
  }
}
@media screen and (max-width: 520px) {
  .band .band-unit__item .band-txt::after {
    max-width: 120px;
  }
}
.band .band-unit__item .band-txt .band-ttl {
  font-size: 2.4rem;
}
@media screen and (max-width: 960px) {
  .band .band-unit__item .band-txt .band-ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .band .band-unit__item .band-txt .band-ttl {
    padding-top: 8px;
  }
}
@media screen and (max-width: 520px) {
  .band .band-unit__item .band-txt .band-ttl {
    padding-top: 4px;
    font-size: 2rem;
  }
}
.band .band-unit__item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .band .band-unit__item:not(:last-child) {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .band .band-unit__item:not(:last-child) {
    margin-bottom: 32px;
  }
}
.band .band-unit__item:nth-child(2n) .band-txt {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media screen and (max-width: 768px) {
  .band .band-unit__item:nth-child(2n) .band-txt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.band .band-unit__item:nth-child(2n) .band-txt::before {
  right: auto;
  left: 0;
}
.band .band-unit__item:nth-child(1) .band-vsl {
  position: relative;
}
.band .band-unit__item:nth-child(1) .band-vsl::before {
  position: absolute;
  content: "";
  left: -56px;
  top: -56px;
  width: 112px;
  aspect-ratio: 12/8;
  background: url("../../img/common/deco-birds.png") center/contain no-repeat;
}
@media screen and (max-width: 1280px) {
  .band .band-unit__item:nth-child(1) .band-vsl::before {
    left: -24px;
    top: -48px;
    width: 96px;
  }
}
@media screen and (max-width: 960px) {
  .band .band-unit__item:nth-child(1) .band-vsl::before {
    left: -8px;
    width: 88px;
  }
}
@media screen and (max-width: 768px) {
  .band .band-unit__item:nth-child(1) .band-vsl::before {
    top: -32px;
    left: -40px;
    width: 80px;
  }
}
@media screen and (max-width: 520px) {
  .band .band-unit__item:nth-child(1) .band-vsl::before {
    top: -8px;
    left: -24px;
    width: 64px;
  }
}
.band .band-unit__item:nth-child(1) .band-txt::after {
  background: url("../../img/top/band-txt-num1.svg") center/contain no-repeat;
}
.band .band-unit__item:nth-child(2) .band-txt::after {
  background: url("../../img/top/band-txt-num2.svg") center/contain no-repeat;
}
.band .band-unit__item:nth-child(3) {
  position: relative;
}
.band .band-unit__item:nth-child(3)::before {
  position: absolute;
  content: "";
  right: -32px;
  bottom: 24px;
  width: 40px;
  aspect-ratio: 4/9;
  background: url("../../img/common/deco-leaves.png") center/contain no-repeat;
  z-index: 10;
}
@media screen and (max-width: 1280px) {
  .band .band-unit__item:nth-child(3)::before {
    right: -24px;
  }
}
@media screen and (max-width: 960px) {
  .band .band-unit__item:nth-child(3)::before {
    width: 32px;
    right: -16px;
  }
}
@media screen and (max-width: 768px) {
  .band .band-unit__item:nth-child(3)::before {
    right: -12px;
    bottom: -24px;
    width: 28px;
  }
}
@media screen and (max-width: 520px) {
  .band .band-unit__item:nth-child(3)::before {
    right: -8px;
    bottom: -16px;
  }
}
.band .band-unit__item:nth-child(3) .band-txt::after {
  background: url("../../img/top/band-txt-num3.svg") center/contain no-repeat;
}

.about-cv-wrap {
  position: relative;
}
.about-cv-wrap::after {
  position: absolute;
  content: "";
  width: 345px;
  aspect-ratio: 345/220;
  background: url("../../img/common/deco-branch.png") center/contain no-repeat;
}
@media screen and (max-width: 1280px) {
  .about-cv-wrap::after {
    width: 280px;
  }
}
@media screen and (max-width: 960px) {
  .about-cv-wrap::after {
    width: 240px;
  }
}
@media screen and (max-width: 520px) {
  .about-cv-wrap::after {
    width: 220px;
  }
}
.about-cv-wrap::after {
  top: -180px;
  right: -320px;
}
@media screen and (max-width: 1280px) {
  .about-cv-wrap::after {
    right: -160px;
  }
}
@media screen and (max-width: 960px) {
  .about-cv-wrap::after {
    right: -104px;
    top: -160px;
  }
}
@media screen and (max-width: 768px) {
  .about-cv-wrap::after {
    top: -140px;
  }
}
@media screen and (max-width: 520px) {
  .about-cv-wrap::after {
    top: -92px;
    right: -72px;
    width: 160px;
  }
}

.about-dtl .about-dtl-bg {
  padding-bottom: 0;
}
.about-dtl .about-dtl-container {
  position: relative;
  margin-bottom: calc(8px * 8);
}
@media screen and (max-width: 960px) {
  .about-dtl .about-dtl-container {
    margin-bottom: calc(8px * 8 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .about-dtl .about-dtl-container {
    margin-bottom: calc(8px * 8 * 0.5);
  }
}
.about-dtl .about-dtl-container {
  z-index: 2;
}
.about-dtl .about-dtl-container .frame {
  position: relative;
}
.about-dtl .about-dtl-container .frame::before {
  position: absolute;
  content: "";
  bottom: calc(100% - 16px);
  left: 50%;
  translate: -50% 0;
  width: 70px;
  aspect-ratio: 70/80;
  background: url("../../img/top/deco-flag.svg") center/contain no-repeat;
}
@media screen and (max-width: 960px) {
  .about-dtl .about-dtl-container .frame::before {
    width: 56px;
  }
}
@media screen and (max-width: 768px) {
  .about-dtl .about-dtl-container .frame::before {
    bottom: calc(100% - 28px);
    width: 48px;
  }
}
@media screen and (max-width: 520px) {
  .about-dtl .about-dtl-container .frame::before {
    bottom: calc(100% - 18px);
    width: 40px;
  }
}
.about-dtl .about-dtl-container .frame:not(:last-child) {
  margin-bottom: calc(8px * 10);
}
@media screen and (max-width: 960px) {
  .about-dtl .about-dtl-container .frame:not(:last-child) {
    margin-bottom: calc(8px * 10 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .about-dtl .about-dtl-container .frame:not(:last-child) {
    margin-bottom: calc(8px * 10 * 0.5);
  }
}
@-webkit-keyframes about-period-sway {
  0% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}
@keyframes about-period-sway {
  0% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}
.about-dtl .about-dtl-container .about-period {
  position: relative;
}
.about-dtl .about-dtl-container .about-period::after {
  position: absolute;
  content: "";
  top: -40px;
  left: 80px;
  width: 120px;
  aspect-ratio: 160/230;
  background: url("../../img/common/awawa-stand.png") center/contain no-repeat;
  -webkit-animation: about-period-sway 1.5s steps(1, end) infinite;
  animation: about-period-sway 1.5s steps(1, end) infinite;
}
@media screen and (max-width: 1280px) {
  .about-dtl .about-dtl-container .about-period::after {
    left: 48px;
    width: 96px;
  }
}
@media screen and (max-width: 768px) {
  .about-dtl .about-dtl-container .about-period::after {
    left: 24px;
    width: 64px;
  }
}
@media screen and (max-width: 520px) {
  .about-dtl .about-dtl-container .about-period::after {
    top: -54px;
    width: 52px;
  }
}
.about-dtl .about-dtl-container .about-dtl-unit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}
.about-dtl .about-dtl-container .about-dtl-unit::before {
  position: absolute;
  content: "";
  top: 12px;
  left: -8px;
  width: 80px;
  aspect-ratio: 80/72;
  background: url("../../img/common/deco-leaf.png") center/contain no-repeat;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .about-dtl .about-dtl-container .about-dtl-unit::before {
    width: 64px;
  }
}
@media screen and (max-width: 520px) {
  .about-dtl .about-dtl-container .about-dtl-unit::before {
    left: -12px;
    width: 48px;
  }
}
.about-dtl .about-dtl-container .about-dtl-unit::after {
  position: absolute;
  content: "";
  right: -20px;
  bottom: -2px;
  width: 32px;
  aspect-ratio: 40/90;
  background: url("../../img/common/deco-leaves.png") center/contain no-repeat;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .about-dtl .about-dtl-container .about-dtl-unit::after {
    width: 28px;
  }
}
.about-dtl .about-dtl-container .about-dtl-unit__item {
  position: relative;
  width: calc(50% - 16px);
  padding: 0 24px 24px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about-dtl .about-dtl-container .about-dtl-unit__item {
    width: 100%;
  }
}
.about-dtl .about-dtl-container .about-dtl-unit__item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 28px);
  background: #FFEFF0;
  border-radius: 16px;
}
@media screen and (max-width: 960px) {
  .about-dtl .about-dtl-container .about-dtl-unit__item::before {
    border-radius: calc(16px * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .about-dtl .about-dtl-container .about-dtl-unit__item::before {
    border-radius: calc(16px * 0.5);
  }
}
.about-dtl .about-dtl-container .about-dtl-unit__item::before {
  z-index: -1;
}
.about-dtl .about-dtl-container .about-dtl-unit__item .item-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-inline: auto;
  margin-bottom: 24px;
  padding: 8px;
  width: calc(100% - 32px);
  height: 56px;
  border-radius: 56px;
  background: #EF858C;
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .about-dtl .about-dtl-container .about-dtl-unit__item .item-ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .about-dtl .about-dtl-container .about-dtl-unit__item .item-ttl {
    margin-bottom: 20px;
    height: 48px;
    font-size: 2rem;
  }
}
.about-dtl .about-dtl-container .about-dtl-unit__item .item-ttl::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 100%;
  translate: -50% 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #EF858C transparent transparent;
}
.about-dtl .about-dtl-container .about-dtl-unit__item .item-catch {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 2.8rem;
  color: #EF858C;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .about-dtl .about-dtl-container .about-dtl-unit__item .item-catch {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .about-dtl .about-dtl-container .about-dtl-unit__item .item-catch {
    font-size: 2.2rem;
  }
}
.about-dtl .about-dtl-container .about-dtl-unit__item:nth-child(2)::before {
  background: #FFEDD3;
  opacity: 0.6;
}
.about-dtl .about-dtl-container .about-dtl-unit__item:nth-child(2) .item-ttl {
  background: #F59E69;
}
.about-dtl .about-dtl-container .about-dtl-unit__item:nth-child(2) .item-ttl::before {
  border-color: #F59E69 transparent transparent transparent;
}
.about-dtl .about-dtl-container .about-dtl-unit__item:nth-child(2) .item-catch {
  color: #F59E69;
}
.about-dtl .risk-unit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 960px) {
  .about-dtl .risk-unit {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about-dtl .risk-unit {
    grid-template-columns: 1fr;
  }
}
.about-dtl .risk-unit__item {
  position: relative;
  border-radius: 12px;
}
@media screen and (max-width: 960px) {
  .about-dtl .risk-unit__item {
    border-radius: calc(12px * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .about-dtl .risk-unit__item {
    border-radius: calc(12px * 0.5);
  }
}
.about-dtl .risk-unit__item {
  padding: calc(8px * 4);
}
@media screen and (max-width: 960px) {
  .about-dtl .risk-unit__item {
    padding: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .about-dtl .risk-unit__item {
    padding: calc(8px * 4 * 0.5);
  }
}
.about-dtl .risk-unit__item {
  background: #FFFBE3;
  z-index: 1;
}
.about-dtl .risk-unit__item::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 54%;
  translate: -50% -50%;
  width: 62%;
  aspect-ratio: 1/1;
  background: url("../../img/top/risk-bg.svg") center/contain no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about-dtl .risk-unit__item::before {
    width: 104px;
  }
}
.about-dtl .risk-unit__item .item-ttl {
  margin-bottom: 12px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .about-dtl .risk-unit__item .item-ttl {
    margin-bottom: 8px;
  }
}
.about-dtl .risk-unit__item .item-ttl span {
  position: relative;
  z-index: 1;
}
.about-dtl .risk-unit__item .item-ttl span::before, .about-dtl .risk-unit__item .item-ttl span::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  width: calc(50% - 32px);
  height: 2px;
  border-radius: 2px;
  background: #F59E69;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .about-dtl .risk-unit__item .item-ttl span::before, .about-dtl .risk-unit__item .item-ttl span::after {
    width: calc(50% - 48px);
  }
}
@media screen and (max-width: 768px) {
  .about-dtl .risk-unit__item .item-ttl span::before, .about-dtl .risk-unit__item .item-ttl span::after {
    width: calc(50% - 16px);
  }
}
.about-dtl .risk-unit__item .item-ttl span::before {
  right: calc(100% + 8px);
}
.about-dtl .risk-unit__item .item-ttl span::after {
  left: calc(100% + 8px);
}
.about-dtl .price-list {
  margin-bottom: calc(8px * 6);
}
@media screen and (max-width: 960px) {
  .about-dtl .price-list {
    margin-bottom: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .about-dtl .price-list {
    margin-bottom: calc(8px * 6 * 0.5);
  }
}
.about-dtl .price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 24px;
  line-height: 1;
  font-size: 3.2rem;
}
@media screen and (max-width: 960px) {
  .about-dtl .price-list {
    gap: 16px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .about-dtl .price-list {
    gap: 8px;
    font-size: 2.4rem;
  }
}
.about-dtl .price-list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #4BABD6;
  font-weight: bold;
}
.about-dtl .price-list dd .price-num {
  translate: 0 9px;
  padding-right: 3px;
  font-family: "Montserrat Alternates", "Inter", sans-serif;
  font-size: 5.6rem;
}
@media screen and (max-width: 960px) {
  .about-dtl .price-list dd .price-num {
    translate: 0 7px;
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .about-dtl .price-list dd .price-num {
    font-size: 4rem;
  }
}
.about-dtl .price-note-list {
  max-width: 720px;
  margin-inline: auto;
  color: #999999;
}
.about-dtl .price-note-list::before {
  color: #999999;
}
.about-dtl .about-bg-last {
  position: relative;
  z-index: 1;
  padding-bottom: 56px;
}
.about-dtl .about-bg-last::before, .about-dtl .about-bg-last::after {
  position: absolute;
  content: "";
  left: 50%;
  width: 100%;
  translate: -50% 0;
  z-index: -1;
}
.about-dtl .about-bg-last::before {
  top: 0;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  height: 500px;
  background: url("../../img/common/half-cloud-bg.svg") center/cover no-repeat;
}
@media screen and (max-width: 960px) {
  .about-dtl .about-bg-last::before {
    height: 380px;
  }
}
@media screen and (max-width: 768px) {
  .about-dtl .about-bg-last::before {
    height: 240px;
  }
}
.about-dtl .about-bg-last::after {
  bottom: 0;
  width: 100%;
  height: calc(100% - 320px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 0)), color-stop(20%, #ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, #ffffff 20%);
}
@media screen and (max-width: 960px) {
  .about-dtl .about-bg-last::after {
    height: calc(100% - 380px);
    background: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .about-dtl .about-bg-last::after {
    height: calc(100% - 240px);
  }
}
.about-dtl .about-bg-last .baby-helmet-bnr {
  display: block;
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 960px) {
  .about-dtl .about-bg-last .baby-helmet-bnr {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .about-dtl .about-bg-last .baby-helmet-bnr {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
.about-dtl .about-bg-last .baby-helmet-bnr {
  padding-top: 120px;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .about-dtl .about-bg-last .baby-helmet-bnr {
    padding-top: 92px;
  }
}
@media screen and (max-width: 520px) {
  .about-dtl .about-bg-last .baby-helmet-bnr {
    padding-top: 60px;
    width: 100%;
  }
}
.about-dtl .about-bg-last .baby-helmet-bnr:hover {
  translate: 4px 4px;
  opacity: 0.8;
}

.reason .reason-headline-wrap {
  position: relative;
}
.reason .reason-headline-wrap::before {
  position: absolute;
  content: "";
  top: calc(100% - 16px);
  right: 130px;
  width: 160px;
  aspect-ratio: 140/146;
  background: url("../../img/common/baby-pointing.png") center/contain no-repeat;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .reason .reason-headline-wrap::before {
    width: 140px;
  }
}
@media screen and (max-width: 960px) {
  .reason .reason-headline-wrap::before {
    top: 100%;
    right: 110px;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason-headline-wrap::before {
    top: calc(100% + 16px);
    right: 36px;
    width: 96px;
  }
}
@media screen and (max-width: 520px) {
  .reason .reason-headline-wrap::before {
    top: calc(100% + 9px);
    width: 72px;
  }
}
.reason .reason-headline .headline-num {
  padding: 0 2px;
  font-family: "Montserrat Alternates", "Inter", sans-serif;
  font-size: 8rem;
  font-weight: bold;
  color: #EF858C;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .reason .reason-headline .headline-num {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 960px) {
  .reason .reason-headline .headline-num {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason-headline .headline-num {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 520px) {
  .reason .reason-headline .headline-num {
    font-size: 4.8rem;
  }
}
.reason .reason-wrap {
  max-width: 1340px;
}
.reason .reason-list {
  padding-top: 56px;
}
@media screen and (max-width: 960px) {
  .reason .reason-list {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason-list {
    padding-top: 16px;
  }
}
@media screen and (max-width: 520px) {
  .reason .reason-list {
    padding-top: 0;
  }
}
.reason .reason-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .reason .reason-list__item {
    gap: 0;
  }
}
.reason .reason-list__item .reason-vsl {
  width: 52%;
}
@media screen and (max-width: 960px) {
  .reason .reason-list__item .reason-vsl {
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason-list__item .reason-vsl {
    width: 92%;
    max-width: 480px;
    margin-inline: auto;
  }
}
.reason .reason-list__item .reason-vsl .reason-vsl-inner {
  position: relative;
  z-index: 1;
}
.reason .reason-list__item .reason-vsl .reason-vsl-inner::before, .reason .reason-list__item .reason-vsl .reason-vsl-inner::after {
  position: absolute;
  content: "";
  translate: 0 -50%;
  aspect-ratio: 53/34;
  -webkit-mask-image: url("../../img/top/reason-vsl-bg.svg");
  mask-image: url("../../img/top/reason-vsl-bg.svg");
  -webkit-mask-position: center top;
  mask-position: center top;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: -2;
}
.reason .reason-list__item .reason-dtl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .reason .reason-list__item .reason-dtl {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
    max-width: 560px;
    margin-top: -40px;
    margin-inline: auto;
  }
}
.reason .reason-list__item .reason-dtl .dtl-inner .reason-num {
  width: 86px;
  margin-inline: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 1280px) {
  .reason .reason-list__item .reason-dtl .dtl-inner .reason-num {
    width: 72px;
  }
}
@media screen and (max-width: 960px) {
  .reason .reason-list__item .reason-dtl .dtl-inner .reason-num {
    width: 64px;
  }
}
@media screen and (max-width: 520px) {
  .reason .reason-list__item .reason-dtl .dtl-inner .reason-num {
    margin-bottom: 12px;
    width: 52px;
  }
}
.reason .reason-list__item .reason-dtl .dtl-inner dt {
  margin-bottom: 24px;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .reason .reason-list__item .reason-dtl .dtl-inner dt {
    margin-bottom: 12px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 960px) {
  .reason .reason-list__item .reason-dtl .dtl-inner dt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason-list__item .reason-dtl .dtl-inner dt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 520px) {
  .reason .reason-list__item .reason-dtl .dtl-inner dt {
    margin-bottom: 8px;
  }
}
.reason .reason-list__item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .reason .reason-list__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 520px) {
  .reason .reason-list__item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.reason .reason-list__item:nth-child(2n) .reason-dtl {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media screen and (max-width: 768px) {
  .reason .reason-list__item:nth-child(2n) .reason-dtl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.reason .reason-list__item:nth-child(1) .reason-vsl-inner::before {
  top: 72%;
  left: -10%;
  -webkit-transform: rotate(8deg) scale(1, -1);
  transform: rotate(8deg) scale(1, -1);
  width: 56%;
  background: #EDF8FF;
}
.reason .reason-list__item:nth-child(1) .reason-vsl-inner::after {
  top: 48%;
  right: -32%;
  width: 80%;
  background: #FFFBE3;
}
@media screen and (max-width: 768px) {
  .reason .reason-list__item:nth-child(1) .reason-vsl-inner::after {
    right: -16%;
  }
}
.reason .reason-list__item:nth-child(2) .reason-vsl-inner::before {
  top: 64%;
  left: -20%;
  -webkit-transform: rotate(24deg) scale(1, -1);
  transform: rotate(24deg) scale(1, -1);
  width: 40%;
  background: #EDF8FF;
}
.reason .reason-list__item:nth-child(2) .reason-vsl-inner::after {
  top: 40%;
  right: -16%;
  width: 80%;
  -webkit-transform: rotate(16deg);
  transform: rotate(16deg);
  background: #FFFBE3;
}
.reason .reason-list__item:nth-child(3) .reason-vsl-inner::before {
  top: 12%;
  left: -12%;
  -webkit-transform: rotate(-36deg);
  transform: rotate(-36deg);
  width: 36%;
  background: #E5FFCA;
  opacity: 0.64;
}
.reason .reason-list__item:nth-child(3) .reason-vsl-inner::after {
  top: 50%;
  right: -32%;
  width: 72%;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
  background: #FFFBE3;
}
@media screen and (max-width: 768px) {
  .reason .reason-list__item:nth-child(3) .reason-vsl-inner::after {
    right: -16%;
  }
}
.reason .reason-list__item:nth-child(3) .reason-vsl-inner img {
  border-radius: 120px;
}
@media screen and (max-width: 1280px) {
  .reason .reason-list__item:nth-child(3) .reason-vsl-inner img {
    border-radius: 96px;
  }
}
@media screen and (max-width: 960px) {
  .reason .reason-list__item:nth-child(3) .reason-vsl-inner img {
    border-radius: 80px;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason-list__item:nth-child(3) .reason-vsl-inner img {
    border-radius: 64px;
  }
}
@media screen and (max-width: 520px) {
  .reason .reason-list__item:nth-child(3) .reason-vsl-inner img {
    border-radius: 40px;
  }
}
.reason .reason-list__item:nth-child(4) .reason-vsl-inner::before {
  top: 56%;
  left: -32%;
  -webkit-transform: rotate(24deg) scale(1, -1);
  transform: rotate(24deg) scale(1, -1);
  width: 52%;
  background: #E5FFCA;
  opacity: 0.64;
}
@media screen and (max-width: 768px) {
  .reason .reason-list__item:nth-child(4) .reason-vsl-inner::before {
    left: -16%;
  }
}
.reason .reason-list__item:nth-child(4) .reason-vsl-inner::after {
  top: 68%;
  right: -8%;
  width: 60%;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
  background: #EDF8FF;
}
.reason .reason-list__item:nth-child(1) .reason-vsl-inner span, .reason .reason-list__item:nth-child(4) .reason-vsl-inner span {
  position: relative;
}
.reason .reason-list__item:nth-child(1) .reason-vsl-inner span::before, .reason .reason-list__item:nth-child(4) .reason-vsl-inner span::before {
  position: absolute;
  content: "";
  top: -40px;
  left: 16px;
  width: 120px;
  aspect-ratio: 120/80;
  background: url("../../img/common/deco-birds.png") center/contain no-repeat;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .reason .reason-list__item:nth-child(1) .reason-vsl-inner span::before, .reason .reason-list__item:nth-child(4) .reason-vsl-inner span::before {
    top: 0;
    width: 96px;
  }
}
@media screen and (max-width: 520px) {
  .reason .reason-list__item:nth-child(1) .reason-vsl-inner span::before, .reason .reason-list__item:nth-child(4) .reason-vsl-inner span::before {
    left: 0;
    width: 76px;
  }
}
.reason .reason-list__item:nth-child(1) .reason-vsl-inner span::after, .reason .reason-list__item:nth-child(4) .reason-vsl-inner span::after {
  position: absolute;
  content: "";
  top: 16px;
  right: 32px;
  width: 80px;
  aspect-ratio: 80/72;
  background: url("../../img/common/deco-leaf.png") center/contain no-repeat;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .reason .reason-list__item:nth-child(1) .reason-vsl-inner span::after, .reason .reason-list__item:nth-child(4) .reason-vsl-inner span::after {
    top: 0;
    width: 64px;
  }
}
@media screen and (max-width: 520px) {
  .reason .reason-list__item:nth-child(1) .reason-vsl-inner span::after, .reason .reason-list__item:nth-child(4) .reason-vsl-inner span::after {
    right: 8px;
    width: 54px;
  }
}

.flow {
  padding-bottom: calc(8px * 5);
}
@media screen and (max-width: 960px) {
  .flow {
    padding-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .flow {
    padding-bottom: calc(8px * 5 * 0.5);
  }
}
.flow .bg {
  padding-bottom: 40px;
}
.flow .flow-headline {
  margin-bottom: 0;
  font-size: 4.8rem;
}
@media screen and (max-width: 1280px) {
  .flow .flow-headline {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 960px) {
  .flow .flow-headline {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .flow .flow-headline {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 520px) {
  .flow .flow-headline {
    font-size: 2.8rem;
  }
}
.flow .flow-bg-upper {
  background: #FFFBE3;
}
.flow .flow-bg-upper .flow-container:first-of-type .flow-unit {
  position: relative;
}
.flow .flow-bg-upper .flow-container:first-of-type .flow-unit::after {
  position: absolute;
  content: "";
  bottom: calc(100% - 24px);
  right: 104px;
  width: 140px;
  aspect-ratio: 140/146;
  background: url("../../img/common/baby-question.png") center/contain no-repeat;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .flow .flow-bg-upper .flow-container:first-of-type .flow-unit::after {
    right: 80px;
    width: 120px;
  }
}
@media screen and (max-width: 960px) {
  .flow .flow-bg-upper .flow-container:first-of-type .flow-unit::after {
    right: 56px;
    width: 96px;
  }
}
@media screen and (max-width: 520px) {
  .flow .flow-bg-upper .flow-container:first-of-type .flow-unit::after {
    bottom: calc(100% - 16px);
    right: 16px;
    width: 80x;
  }
}
.flow .flow-bg-bottom {
  position: relative;
  background: #EDF8FF;
}
.flow .flow-bg-bottom::before {
  position: absolute;
  content: "";
  top: -104px;
  left: 50%;
  translate: -50% 0;
  width: 120%;
  height: 280px;
  border-radius: 100% 100% 0 0;
  background: #EDF8FF;
}
@media screen and (max-width: 768px) {
  .flow .flow-bg-bottom::before {
    top: -88px;
    height: 160px;
  }
}
@media screen and (max-width: 520px) {
  .flow .flow-bg-bottom::before {
    top: -64px;
    height: 88px;
  }
}
.flow .flow-bg-bottom .flow-container:first-of-type .flow-unit {
  position: relative;
}
.flow .flow-bg-bottom .flow-container:first-of-type .flow-unit::before {
  position: absolute;
  content: "";
  right: -24px;
  bottom: -28px;
  width: 80px;
  aspect-ratio: 80/72;
  background: url("../../img/common/deco-leaf.png") center/contain no-repeat;
  -webkit-transform: rotate(104deg);
  transform: rotate(104deg);
}
@media screen and (max-width: 960px) {
  .flow .flow-bg-bottom .flow-container:first-of-type .flow-unit::before {
    right: -20px;
    width: 64px;
  }
}
@media screen and (max-width: 768px) {
  .flow .flow-bg-bottom .flow-container:first-of-type .flow-unit::before {
    right: -16px;
    bottom: -20px;
    width: 52px;
  }
}
@media screen and (max-width: 520px) {
  .flow .flow-bg-bottom .flow-container:first-of-type .flow-unit::before {
    right: -12px;
    width: 48px;
  }
}
.flow .flow-container {
  position: relative;
  padding-bottom: 56px;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .flow .flow-container {
    padding-bottom: 40px;
  }
}
.flow .flow-container::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 8px;
  translate: -50% 0;
  width: 40px;
  aspect-ratio: 1/1;
  background: url("../../img/top/flow-arrow.svg") center/contain no-repeat;
}
@media screen and (max-width: 960px) {
  .flow .flow-container::after {
    bottom: 12px;
    width: 32px;
  }
}
@media screen and (max-width: 520px) {
  .flow .flow-container::after {
    bottom: 8px;
    width: 24px;
  }
}
.flow .flow-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  padding: 40px 48px;
  border-top: solid 12px #EF858C;
  background: #ffffff;
  border-radius: 16px;
}
@media screen and (max-width: 960px) {
  .flow .flow-unit {
    border-radius: calc(16px * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .flow .flow-unit {
    border-radius: calc(16px * 0.5);
  }
}
@media screen and (max-width: 960px) {
  .flow .flow-unit {
    gap: 32px;
    padding: 32px 40px;
  }
}
@media screen and (max-width: 768px) {
  .flow .flow-unit {
    gap: 24px;
    padding: 24px 32px;
  }
}
@media screen and (max-width: 520px) {
  .flow .flow-unit {
    padding: 22px 24px;
  }
}
.flow .flow-unit__vsl {
  width: 180px;
}
@media screen and (max-width: 960px) {
  .flow .flow-unit__vsl {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .flow .flow-unit__vsl {
    width: 140px;
  }
}
@media screen and (max-width: 520px) {
  .flow .flow-unit__vsl {
    width: 160px;
    margin-inline: auto;
  }
}
.flow .flow-unit__vsl .vsl-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px;
  width: 100%;
  border-radius: 50%;
  background: #FFFBE3;
}
.flow .flow-unit__dtl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 520px) {
  .flow .flow-unit__dtl {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
  }
}
.flow .flow-unit__dtl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .flow .flow-unit__dtl dt {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 520px) {
  .flow .flow-unit__dtl dt {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px 10px;
    margin-bottom: 10px;
  }
}
.flow .flow-unit__dtl dt .flow-dtl-ico {
  width: 155px;
}
@media screen and (max-width: 960px) {
  .flow .flow-unit__dtl dt .flow-dtl-ico {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .flow .flow-unit__dtl dt .flow-dtl-ico {
    width: 96px;
  }
}
.flow .flow-unit__dtl dt .flow-dtl-times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 6px 6px 10px;
  width: 80px;
  border-radius: 5px;
  border: solid 2px #68AE50;
  color: #68AE50;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .flow .flow-unit__dtl dt .flow-dtl-times {
    width: 68px;
  }
}
@media screen and (max-width: 768px) {
  .flow .flow-unit__dtl dt .flow-dtl-times {
    width: 60px;
  }
}
.flow .flow-unit__dtl dt .flow-dtl-ttl {
  font-size: 3.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .flow .flow-unit__dtl dt .flow-dtl-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .flow .flow-unit__dtl dt .flow-dtl-ttl {
    padding-top: 8px;
    width: 100%;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 520px) {
  .flow .flow-unit__dtl dt .flow-dtl-ttl {
    text-align: center;
  }
}
.flow .flow-unit__dtl dt .flow-dtl-ttl span {
  display: block;
  font-size: 2.8rem;
}
@media screen and (max-width: 960px) {
  .flow .flow-unit__dtl dt .flow-dtl-ttl span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .flow .flow-unit__dtl dt .flow-dtl-ttl span {
    display: inline-block;
    font-size: 2rem;
  }
}
.flow .flow-unit__dtl dd .flow-frame-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: calc(8px * 2);
}
@media screen and (max-width: 960px) {
  .flow .flow-unit__dtl dd .flow-frame-txt {
    padding: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .flow .flow-unit__dtl dd .flow-frame-txt {
    padding: calc(8px * 2 * 0.5);
  }
}
.flow .flow-unit__dtl dd .flow-frame-txt {
  border: dashed 2px #68AE50;
  color: #68AE50;
  font-size: 2.4rem;
}
@media screen and (max-width: 960px) {
  .flow .flow-unit__dtl dd .flow-frame-txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .flow .flow-unit__dtl dd .flow-frame-txt {
    font-size: 1.6rem;
  }
}
.flow .flow-bg-graduation {
  position: relative;
  z-index: 1;
}
.flow .flow-bg-graduation::before, .flow .flow-bg-graduation::after {
  position: absolute;
  content: "";
  left: 50%;
  width: 100%;
  translate: -50% 0;
  z-index: -1;
}
.flow .flow-bg-graduation::before {
  top: 0;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  height: 500px;
  background: url("../../img/common/half-cloud-bg.svg") center/cover no-repeat;
}
@media screen and (max-width: 960px) {
  .flow .flow-bg-graduation::before {
    height: 380px;
  }
}
@media screen and (max-width: 768px) {
  .flow .flow-bg-graduation::before {
    height: 240px;
  }
}
.flow .flow-bg-graduation::after {
  bottom: -1px;
  width: 100%;
  height: calc(100% - 320px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 0)), color-stop(20%, #ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, #ffffff 20%);
}
@media screen and (max-width: 960px) {
  .flow .flow-bg-graduation::after {
    height: calc(100% - 380px);
    background: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .flow .flow-bg-graduation::after {
    height: calc(100% - 240px);
  }
}
.flow .flow-bg-graduation .flow-graduation-vsl {
  padding-top: 120px;
  width: 84%;
  max-width: 620px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .flow .flow-bg-graduation .flow-graduation-vsl {
    padding-top: 92px;
  }
}
@media screen and (max-width: 520px) {
  .flow .flow-bg-graduation .flow-graduation-vsl {
    padding-top: 60px;
    width: 100%;
  }
}

@-webkit-keyframes chara-sway1 {
  0% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
}

@keyframes chara-sway1 {
  0% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
}
@-webkit-keyframes chara-sway2 {
  0% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}
@keyframes chara-sway2 {
  0% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}
.faq {
  position: relative;
}
.faq .faq-chara-vsl {
  position: absolute;
  top: -40px;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  max-width: 104px;
  z-index: 3;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: chara-sway1 1.5s steps(1, end) infinite;
  animation: chara-sway1 1.5s steps(1, end) infinite;
}
@media screen and (max-width: 768px) {
  .faq .faq-chara-vsl {
    width: 88px;
  }
}
@media screen and (max-width: 520px) {
  .faq .faq-chara-vsl {
    top: -22px;
    width: 64px;
  }
}
@media screen and (max-width: 520px) {
  .faq .faq-headline {
    padding-top: 40px;
  }
}
.faq .faq-headline-wrap {
  position: relative;
}
.faq .faq-headline-wrap::before {
  position: absolute;
  content: "";
  top: calc(100% - 40px);
  left: 120px;
  width: 140px;
  aspect-ratio: 140/146;
  background: url("../../img/common/baby-milk.png") center/contain no-repeat;
  z-index: 2;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: chara-sway2 1.5s steps(1, end) infinite;
  animation: chara-sway2 1.5s steps(1, end) infinite;
}
@media screen and (max-width: 960px) {
  .faq .faq-headline-wrap::before {
    top: calc(100% - 24px);
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq-headline-wrap::before {
    left: 80px;
    width: 96px;
  }
}
@media screen and (max-width: 520px) {
  .faq .faq-headline-wrap::before {
    top: calc(100% - 8px);
    left: 36px;
    width: 72px;
  }
}
.faq .faq-list__item .faq-question {
  cursor: pointer;
  list-style: none;
}
.faq .faq-list__item .faq-question::-webkit-details-marker {
  display: none;
}
.faq .faq-list__item .faq-question .faq-question-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 76px 24px 108px;
  background: #FFFBE3;
  color: #68AE50;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
  border-radius: 8px;
}
@media screen and (max-width: 960px) {
  .faq .faq-list__item .faq-question .faq-question-inner {
    border-radius: calc(8px * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .faq .faq-list__item .faq-question .faq-question-inner {
    border-radius: calc(8px * 0.5);
  }
}
@media screen and (max-width: 960px) {
  .faq .faq-list__item .faq-question .faq-question-inner {
    padding: 24px 72px 24px 88px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq-list__item .faq-question .faq-question-inner {
    padding: 20px 64px 20px 80px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 520px) {
  .faq .faq-list__item .faq-question .faq-question-inner {
    padding: 16px 52px 16px 66px;
  }
}
.faq .faq-list__item .faq-question .faq-question-inner .faq-question-icon {
  position: absolute;
  right: 24px;
  top: 50%;
  width: 32px;
  aspect-ratio: 1/1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .faq .faq-list__item .faq-question .faq-question-inner .faq-question-icon {
    width: 28px;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq-list__item .faq-question .faq-question-inner .faq-question-icon {
    width: 24px;
  }
}
@media screen and (max-width: 520px) {
  .faq .faq-list__item .faq-question .faq-question-inner .faq-question-icon {
    right: 16px;
    width: 20px;
  }
}
.faq .faq-list__item .faq-question .faq-question-inner .faq-question-icon::before, .faq .faq-list__item .faq-question .faq-question-inner .faq-question-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 100%;
  height: 3px;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  background: #68AE50;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .faq .faq-list__item .faq-question .faq-question-inner .faq-question-icon::before, .faq .faq-list__item .faq-question .faq-question-inner .faq-question-icon::after {
    height: 2px;
  }
}
.faq .faq-list__item .faq-question .faq-question-inner .faq-question-icon::before {
  rotate: -90deg;
}
.faq .faq-list__item[open] .faq-question {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.faq .faq-list__item[open] .faq-question .faq-question-icon::before {
  rotate: 0deg;
}
.faq .faq-list__item[open] .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
}
.faq .faq-list__item .faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease-out, opacity 0.3s ease-out;
  transition: grid-template-rows 0.3s ease-out, opacity 0.3s ease-out;
  transition: grid-template-rows 0.3s ease-out, opacity 0.3s ease-out, -ms-grid-rows 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.faq .faq-list__item .faq-answer .faq-answer-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  padding: 24px 24px 24px 108px;
}
@media screen and (max-width: 960px) {
  .faq .faq-list__item .faq-answer .faq-answer-inner {
    padding: 24px 24px 24px 88px;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq-list__item .faq-answer .faq-answer-inner {
    padding: 20px 20px 20px 80px;
  }
}
@media screen and (max-width: 520px) {
  .faq .faq-list__item .faq-answer .faq-answer-inner {
    padding: 16px 16px 16px 66px;
  }
}
.faq .faq-list__item .faq-question-inner::before,
.faq .faq-list__item .faq-answer-inner::before {
  position: absolute;
  content: "";
  left: 24px;
  width: 64px;
  aspect-ratio: 64/50;
}
@media screen and (max-width: 960px) {
  .faq .faq-list__item .faq-question-inner::before,
  .faq .faq-list__item .faq-answer-inner::before {
    width: 48px;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq-list__item .faq-question-inner::before,
  .faq .faq-list__item .faq-answer-inner::before {
    width: 40px;
  }
}
@media screen and (max-width: 520px) {
  .faq .faq-list__item .faq-question-inner::before,
  .faq .faq-list__item .faq-answer-inner::before {
    left: 16px;
    width: 36px;
  }
}
.faq .faq-list__item .faq-question-inner::before {
  top: 50%;
  translate: 0 -50%;
  background: url("../../img/top/ico-faq-q.svg") center/contain no-repeat;
}
.faq .faq-list__item .faq-answer-inner::before {
  top: 24px;
  background: url("../../img/top/ico-faq-a.svg") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .faq .faq-list__item .faq-answer-inner::before {
    top: 20px;
  }
}
.faq .faq-list__item:not(:last-child) {
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 960px) {
  .faq .faq-list__item:not(:last-child) {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .faq .faq-list__item:not(:last-child) {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}

.doctor .doctor-headline {
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .doctor .doctor-headline {
    font-size: 4rem;
  }
}
@media screen and (max-width: 520px) {
  .doctor .doctor-headline {
    font-size: 3.2rem;
  }
}
.doctor .doctor-headline .doctor-headline-inner {
  position: relative;
  display: inline-block;
}
.doctor .doctor-headline .doctor-headline-inner::after {
  position: absolute;
  content: "";
  bottom: calc(100% - 6px);
  right: 42px;
  width: 110px;
  aspect-ratio: 100/35;
  background: url("../../img/top/doctor-headline-deco.svg") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .doctor .doctor-headline .doctor-headline-inner::after {
    bottom: calc(100% - 8px);
    right: 28px;
    width: 100px;
  }
}
@media screen and (max-width: 520px) {
  .doctor .doctor-headline .doctor-headline-inner::after {
    bottom: calc(100% - 6px);
    right: 21px;
    width: 84px;
  }
}
.doctor .doctor-ttl {
  margin-bottom: 48px;
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .doctor .doctor-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .doctor .doctor-ttl {
    font-size: 2.4rem;
  }
}
.doctor .doctor-ttl span {
  font-size: 4rem;
}
@media screen and (max-width: 960px) {
  .doctor .doctor-ttl span {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .doctor .doctor-ttl span {
    font-size: 2.8rem;
  }
}
.doctor .doctor-unit {
  margin-bottom: calc(8px * 7);
}
@media screen and (max-width: 960px) {
  .doctor .doctor-unit {
    margin-bottom: calc(8px * 7 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .doctor .doctor-unit {
    margin-bottom: calc(8px * 7 * 0.5);
  }
}
.doctor .doctor-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px;
}
@media screen and (max-width: 960px) {
  .doctor .doctor-unit {
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .doctor .doctor-unit {
    gap: 16px;
  }
}
.doctor .doctor-unit__vsl {
  width: 360px;
}
@media screen and (max-width: 960px) {
  .doctor .doctor-unit__vsl {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .doctor .doctor-unit__vsl {
    margin-inline: auto;
  }
}
.doctor .doctor-unit__vsl .vsl-inner {
  position: relative;
}
.doctor .doctor-unit__vsl .vsl-inner::before {
  position: absolute;
  content: "";
  top: -20px;
  left: -24px;
  width: 80px;
  aspect-ratio: 80/72;
  background: url("../../img/common/deco-leaf.png") center/contain no-repeat;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
@media screen and (max-width: 960px) {
  .doctor .doctor-unit__vsl .vsl-inner::before {
    top: -18px;
    left: -16px;
    width: 56px;
  }
}
.doctor .doctor-unit__vsl .vsl-inner img {
  border-radius: 16px;
}
@media screen and (max-width: 960px) {
  .doctor .doctor-unit__vsl .vsl-inner img {
    border-radius: calc(16px * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .doctor .doctor-unit__vsl .vsl-inner img {
    border-radius: calc(16px * 0.5);
  }
}
.doctor .doctor-unit__vsl .vsl-inner .doctor-name-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -24px;
  margin-inline: auto;
  width: 335px;
  aspect-ratio: 335/96;
  background: url("../../img/top/doctor-name-bg.png") center/contain no-repeat;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .doctor .doctor-unit__vsl .vsl-inner .doctor-name-container {
    width: 280px;
  }
}
.doctor .doctor-unit__vsl .vsl-inner .doctor-name-container .doctor-name {
  padding-bottom: 2px;
  color: #ffffff;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .doctor .doctor-unit__vsl .vsl-inner .doctor-name-container .doctor-name {
    padding-bottom: 4px;
  }
}
.doctor .doctor-unit__vsl .vsl-inner .doctor-name-container .doctor-name__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.doctor .doctor-unit__vsl .vsl-inner .doctor-name-container .doctor-name__name span {
  font-size: 2.8rem;
}
@media screen and (max-width: 960px) {
  .doctor .doctor-unit__vsl .vsl-inner .doctor-name-container .doctor-name__name span {
    font-size: 2.4rem;
  }
}
.doctor .doctor-unit__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 32px;
  text-align: justify;
}
@media screen and (max-width: 960px) {
  .doctor .doctor-unit__txt {
    padding-top: 3dvw;
  }
}
@media screen and (max-width: 768px) {
  .doctor .doctor-unit__txt {
    padding-top: 0;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
  }
}
.doctor .doctor-unit__txt .doctor-txt-ttl {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 960px) {
  .doctor .doctor-unit__txt .doctor-txt-ttl {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .doctor .doctor-unit__txt .doctor-txt-ttl {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.doctor .doctor-unit__txt .doctor-txt-ttl {
  font-size: 3.2rem;
  color: #EF858C;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .doctor .doctor-unit__txt .doctor-txt-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 960px) {
  .doctor .doctor-unit__txt .doctor-txt-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 520px) {
  .doctor .doctor-unit__txt .doctor-txt-ttl {
    text-align: center;
    line-height: 1.5;
  }
}
.doctor .doctor-unit__txt .doctor-txt-ttl em {
  font-size: 4rem;
}
@media screen and (max-width: 1280px) {
  .doctor .doctor-unit__txt .doctor-txt-ttl em {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 960px) {
  .doctor .doctor-unit__txt .doctor-txt-ttl em {
    font-size: 2.8rem;
  }
}
.doctor .doctor-bnr {
  position: relative;
}
.doctor .doctor-bnr::before {
  position: absolute;
  content: "";
  width: 345px;
  aspect-ratio: 345/220;
  background: url("../../img/common/deco-branch.png") center/contain no-repeat;
}
@media screen and (max-width: 1280px) {
  .doctor .doctor-bnr::before {
    width: 280px;
  }
}
@media screen and (max-width: 960px) {
  .doctor .doctor-bnr::before {
    width: 240px;
  }
}
@media screen and (max-width: 520px) {
  .doctor .doctor-bnr::before {
    width: 220px;
  }
}
.doctor .doctor-bnr::before {
  top: -88px;
  left: calc(100% - 120px);
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .doctor .doctor-bnr::before {
    top: -56px;
    left: calc(100% - 160px);
  }
}
@media screen and (max-width: 960px) {
  .doctor .doctor-bnr::before {
    top: -24px;
  }
}
@media screen and (max-width: 520px) {
  .doctor .doctor-bnr::before {
    top: calc(100% - 40px);
    left: calc(100% - 120px);
  }
}
.doctor .doctor-bnr a {
  margin-bottom: calc(8px * 14);
}
@media screen and (max-width: 960px) {
  .doctor .doctor-bnr a {
    margin-bottom: calc(8px * 14 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .doctor .doctor-bnr a {
    margin-bottom: calc(8px * 14 * 0.5);
  }
}
.doctor .doctor-bnr a {
  display: block;
  width: 84%;
  margin-inline: auto;
  max-width: 660px;
  -webkit-box-shadow: 0 0 12px rgba(56, 42, 22, 0.16);
  box-shadow: 0 0 12px rgba(56, 42, 22, 0.16);
}
.doctor .doctor-bnr a:hover {
  translate: 4px 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.doctor .plf-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .doctor .plf-unit {
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .doctor .plf-unit {
    gap: 32px 24px;
  }
}
.doctor .plf-unit__item {
  padding: 32px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 24px;
}
@media screen and (max-width: 960px) {
  .doctor .plf-unit__item {
    border-radius: calc(24px * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .doctor .plf-unit__item {
    border-radius: calc(24px * 0.5);
  }
}
.doctor .plf-unit__item {
  background: #FBF0E1;
}
@media screen and (max-width: 520px) {
  .doctor .plf-unit__item {
    padding: 32px 24px 24px;
  }
}
.doctor .plf-unit__item .plf-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-inline: auto;
  margin-top: -52px;
  margin-bottom: 24px;
  padding: 12px 12px 16px;
  width: 320px;
  aspect-ratio: 320/76;
  background: url("../../img/top/plf-ttl-orn.png") center/contain no-repeat;
  font-size: 2.4rem;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  .doctor .plf-unit__item .plf-ttl {
    width: 300px;
  }
}
@media screen and (max-width: 960px) {
  .doctor .plf-unit__item .plf-ttl {
    width: 240px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .doctor .plf-unit__item .plf-ttl {
    margin-top: -48px;
    margin-bottom: 16px;
    width: 220px;
    font-size: 1.8rem;
  }
}
.doctor .plf-unit__item.--item-conference {
  background: #FFEFF0;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@media screen and (max-width: 520px) {
  .doctor .plf-unit__item.--item-conference {
    -webkit-animation-delay: 0;
    animation-delay: 0;
  }
}
.doctor .plf-unit__item.--item-conference .plf-ttl {
  background: url("../../img/top/plf-ttl-pnk.png") center/contain no-repeat;
}
.doctor .plf-unit__item.--item-conference .list__item:not(:last-child) {
  margin-bottom: 7px;
}
.doctor .plf-unit__item.--item-conference .list__item::before {
  background: #EF858C;
}
.doctor .plf-unit__item.--item-conference .list__item a {
  position: relative;
  padding-right: 24px;
  text-decoration: underline;
  -webkit-text-decoration-color: #EF858C;
  text-decoration-color: #EF858C;
  text-underline-offset: 4px;
}
.doctor .plf-unit__item.--item-conference .list__item a::after {
  position: absolute;
  content: "";
  bottom: 5px;
  right: 0;
  width: 14px;
  aspect-ratio: 1/1;
  background: url("../../img/icon/ico-eternal.svg") center/contain no-repeat;
}
.doctor .plf-unit__item.--item-conference .list__item a:hover {
  text-decoration: none;
  -webkit-text-decoration-color: #EF858C;
  text-decoration-color: #EF858C;
}

.footer-cv .bg {
  padding-bottom: calc(8px * 10);
}
@media screen and (max-width: 960px) {
  .footer-cv .bg {
    padding-bottom: calc(8px * 10 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .footer-cv .bg {
    padding-bottom: calc(8px * 10 * 0.5);
  }
}
@media screen and (max-width: 520px) {
  .footer-cv .headline.footer-cv-headline {
    padding-top: 48px;
  }
}
.footer-cv .headline.footer-cv-headline .sub-txt {
  padding: 0 2px;
  font-size: 4rem;
}
@media screen and (max-width: 1280px) {
  .footer-cv .headline.footer-cv-headline .sub-txt {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 960px) {
  .footer-cv .headline.footer-cv-headline .sub-txt {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-cv .headline.footer-cv-headline .sub-txt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 520px) {
  .footer-cv .headline.footer-cv-headline .sub-txt {
    font-size: 2.2rem;
  }
}
/*# sourceMappingURL=../../maps/pages/top.css.map */
