@charset "UTF-8";

/* ==========================================================================
    main style
============================================================================= */
.body {
  -webkit-animation: fade-in 1.5s 1 forwards;
          animation: fade-in 1.5s 1 forwards;
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  height: 100%;
  width: 100%;
}
.body > * {
  -ms-flex-preferred-size: calc(50% - 195px);
      flex-basis: calc(50% - 195px);
}
.body__nav,
.body__text {
  -webkit-transition: all 1s;
  transition: all 1s;
}
.body__nav {
  text-align: center;
}
.body .l-header__logo {
  position: absolute;
  left: 2.77vw;
  top: 4.44vh;
}
.body .l-header__logo img {
  max-height: 52px;
  height: 5.77vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.body .l-header__menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 2.08vw;
  text-align: left;
}
.body .l-header__menu a {
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  position: relative;
}
.body .l-header__menu a::after {
  background-color: #25435a;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.body .l-header__menu a.is-active::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.body__text .p-closing {
  background: inherit;
  margin-top: 0;
  margin-inline: auto;
  padding: 0;
}
.body__text .p-closing .txt {
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
}
.body__text .p-closing em {
  font-size: 1.66vw;
  margin: 22px 0;
}
.body__text .p-contact {
  display: block;
  margin-top: 5.55vh;
  position: relative;
}
.body__text .p-contact__list {
  background-color: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.body__text .p-contact__list > li {
  margin-top: 10px;
  margin-inline: auto;
  text-align: center;
  width: 200px;
}
.body__text .p-contact__list > li:first-child {
  border-right: 0;
}
.body__text .p-contact__list > li a .contact-ttl {
  line-height: 1.2;
}
.body__text .p-contact__txt {
  background-color: inherit;
  font-size: 1.4rem;
}
@media screen and (min-width: 902px) {
  .body__text .p-contact__list > li {
    width: 240px;
  }
  .body__text .p-contact__txt br {
    display: none;
  }
}
@media screen and (min-width: 392px) {
  .body {
    background: url("../images/bg_pc_body.webp") no-repeat bottom 0 center/cover;
    background-attachment: fixed;
  }
}
@media screen and (max-width: 767.98px) {
  .body__nav,
  .body__text {
    display: none;
  }
}
#document {
  max-width: 390px;
  margin-inline: auto;
  position: relative;
  padding-top: 58px;
}
@media screen and (min-width: 768px) {
  #document {
    padding-top: 0;
  }
  #document .l-header {
    display: none;
  }
}
.l-main {
  overflow-x: hidden;
}
.l-main__cont {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-inline: auto;
  width: 92.307vw;
}
@media screen and (min-width: 392px) {
  .l-main__cont {
    width: auto;
  }
}
.bg-white {
  background-color: #fff;
  border-radius: 50px;
}
.bg-blue {
  background-color: #4d9ede;
  color: #fff;
  border-radius: 50px;
}
.bg-blue .hdg {
  color: #faf57b;
  font-size: 2.4rem;
  font-family: "Kiwi Maru", serif;
  line-height: 1.5833;
  text-align: center;
  margin-bottom: 22px;
}
.bg-blue .hdg-sub {
  background: -webkit-gradient(linear, left top, right top, from(#f7c4c7), to(#f6a6ab));
  background: -webkit-linear-gradient(left, #f7c4c7 0%, #f6a6ab 100%);
  background: linear-gradient(90deg, #f7c4c7 0%, #f6a6ab 100%);
  border-radius: 10px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1.66vw;
  line-height: 50px;
  margin: 20px auto 0;
  text-align: center;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  width: 76.923vw;
}
.bg-blue .txt {
  color: #fff;
}
@media screen and (min-width: 392px) {
  .bg-blue .hdg-sub {
    letter-spacing: 3px;
    width: 80%;
  }
}
.bg-white .l-container,
.bg-blue .l-container {
  margin-inline: auto;
  width: 84.615vw;
}
@media screen and (min-width: 392px) {
  .bg-white .l-container,
  .bg-blue .l-container {
    width: auto;
  }
}
.hdg-navy {
  color: #25435a;
  font-size: 2rem;
  font-family: "Kiwi Maru", serif;
  line-height: 1.9;
  text-align: center;
}
.hdg-navy em {
  font-size: 3rem;
}
.hdg-navy .mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #faf57b));
  background: -webkit-linear-gradient(transparent 85%, #faf57b 85%);
  background: linear-gradient(transparent 85%, #faf57b 85%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  padding-bottom: 5px;
  -webkit-transition: background-size 1.5s;
  transition: background-size 1.5s;
}
.hdg-navy.is-active .mark {
  background-size: 100% 100%;
}
.hdg-bg-navy {
  color: #fff;
  font-family: "Kiwi Maru", serif;
  margin-bottom: 5px;
  text-align: center;
}
.hdg-bg-navy span {
  background-color: #25435a;
  display: inline-block;
  padding: 5px 7px 6px;
}
.c-yellow {
  color: #faf57b !important;
}
.mv {
  background: -webkit-gradient(linear, left top, right top, from(#90caf9), to(#4d9ede));
  background: -webkit-linear-gradient(left, #90caf9 0%, #4d9ede 100%);
  background: linear-gradient(90deg, #90caf9 0%, #4d9ede 100%);
  padding-top: 10px;
  padding-bottom: 20px;
}
.mv__sub-ttl {
  color: #faf57b;
  font-size: 1.4rem;
  font-family: "Kiwi Maru", serif;
  font-weight: bold;
  margin-bottom: 17px;
  text-align: center;
}
.mv__ttl {
  font-family: "Kiwi Maru", serif;
  color: #fff;
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}
.mv__ttl .underline {
  border-bottom: solid 1px #fff;
  display: inline-block;
  font-size: 2.2rem;
  line-height: 2.09;
  margin-bottom: 10px;
}
.mv__ttl .kyeword {
  font-size: 3rem;
  line-height: 1.3;
}
.mv__ttl .kyeword strong {
  color: #faf57b;
  font-size: 4rem;
}
.mv__ttl .txt {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.5;
}
.mv__ttl-img img {
  top: -18px;
  position: absolute;
}
.mv__ttl-img img.img01 {
  left: 12px;
}
.mv__ttl-img img.img02 {
  right: 10px;
}
.mv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.076vw;
  margin: 10px auto 0;
  position: relative;
  width: 90%;
  z-index: 10;
}
.mv__list > li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#f7c4c7), to(#f6a6ab));
  background: -webkit-linear-gradient(left, #f7c4c7 0%, #f6a6ab 100%);
  background: linear-gradient(90deg, #f7c4c7 0%, #f6a6ab 100%);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: calc(33.33% - 2.05vw);
      flex-basis: calc(33.33% - 2.05vw);
  font-size: 1.4rem;
  font-weight: bold;
  min-height: 94px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.428;
  padding: 17px 10px;
  text-align: center;
}
.mv__img-wrap {
  position: relative;
}
.mv__point-list {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  padding: 0 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.mv-point-item {
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #f7c4c7 0%, #f6a6ab 100%);
  color: #fff;
  font-family: "Kiwi Maru", serif;
}
.mv-point-item__ttl {
  text-align: center;
  font-size: 17px;
  margin-bottom: 3px;
}
.mv-point-item__data {
  text-align: center;
  color: #faf57b;
  font-size: 17px;
}
.mv-point-item__data .strong {
  font-size: 22px;
}
.mv-point-item__data .more-strong {
  font-size: 28px;
}
.mv__img {
  margin-top: -17.179vw;
}
.mv__support {
  padding: 20px 30px;
}
.mv__support .txt {
  color: #fff;
}
@media screen and (min-width: 392px) {
  .mv__ttl {
    padding-bottom: 30px;
  }
  .mv__ttl-img img.img01 {
    left: 24px;
  }
  .mv__ttl-img img.img02 {
    right: 20px;
  }
  .mv__list {
    gap: 10px;
    margin-top: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .mv__list > li {
    -ms-flex-preferred-size: calc(33.33% - 6.66px);
        flex-basis: calc(33.33% - 6.66px);
  }
  .mv__img {
    margin-top: -90px;
  }
}
.p-contact {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.p-contact__txt {
  background-color: #fff;
  color: #25435a;
  font-size: 1.4rem;
  font-family: "Kiwi Maru", serif;
  padding: 9px;
  text-align: center;
}
.p-contact__list {
  background-color: #4d9ede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-contact__list > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.p-contact__list > li:first-child {
  border-right: solid 1px #fff;
}
.p-contact__list > li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 8px 3.846vw 8px 3vw;
}
.p-contact__list > li a .fa-solid {
  font-size: 2.2rem;
}
.p-contact__list > li a .contact-ttl {
  color: #faf57b;
  font-family: "Kiwi Maru", serif;
  font-size: 1.8rem;
}
.p-contact__list > li a .contact-sub {
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}
.l-main .p-contact .p-contact__list-form a {
  background: #ffb121;
}
.l-main .p-contact .p-contact__list-form a .contact-ttl {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-contact {
    display: none;
  }
}
@media screen and (min-width: 392px) {
  .p-contact {
    max-width: 390px;
    margin-inline: auto;
    right: 0;
  }
  .p-contact__list > li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px 0;
  }
}
@media screen and (max-width: 391.98px) {
  .p-contact {
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.25);
            box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  }
}
.p-illness {
  margin-top: 33px;
  padding: 30px 0 32px;
}
.p-illness .hdg-navy {
  margin-bottom: 5px;
}
.p-illness__lead {
  color: #25435a;
  text-align: center;
  margin-bottom: 30px;
}
.p-illness__list {
  display: flex;
}
.p-illness-item {
  flex: 0 0 252px;
  margin-inline: 14px;
  padding-top: 40px;
  position: relative;
  width: 252px;
}
.p-illness-item__name {
  font-family: "Kiwi Maru", serif;
  background: #fad9db;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -20px;
  width: 90px;
  height: 90px;
  font-size: 18px;
}
.p-start {
}
.p-start__illust {
  height: 440px;
  margin-top: 27px;
  max-width: 330px;
  margin-inline: auto;
  position: relative;
}
.p-start__illust img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-start__illust img.img-base {
  z-index: 10;
}
.p-start__illust.is-active .balloon img.img01 {
  -webkit-animation: balloonImg01 1s 1 forwards;
          animation: balloonImg01 1s 1 forwards;
}
.p-start__illust.is-active .balloon img.img02 {
  -webkit-animation: balloonImg02 1s 1 forwards;
          animation: balloonImg02 1s 1 forwards;
}
.p-start__illust.is-active .balloon img.img03 {
  -webkit-animation: balloonImg03 1s 1 forwards;
          animation: balloonImg03 1s 1 forwards;
}
.p-start__illust.is-active .balloon img.img04 {
  -webkit-animation: balloonImg04 1s 1 forwards;
          animation: balloonImg04 1s 1 forwards;
}
.p-start__illust.is-active .balloon img.img05 {
  -webkit-animation: balloonImg05 1s 1 forwards;
          animation: balloonImg05 1s 1 forwards;
}
.p-start__illust.is-active .balloon img.img06 {
  -webkit-animation: balloonImg06 1s 1 forwards;
          animation: balloonImg06 1s 1 forwards;
}
.p-next {
  margin-bottom: 50px;
}
.p-next .l-container {
  padding: 0 15px 40px;
}
.p-next .hdg {
  margin-top: 30px;
}
.p-next p.txt {
  margin-inline: 15px;
}
.p-next p.txt b {
  color: #faf57b;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-flow {
  padding: 50px 0;
}
.p-flow .hdg-navy em {
  font-size: 2.4rem;
}
.p-flow__list {
  margin-top: 24px;
  margin-inline: 15px;
}
.p-flow__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.p-flow__list > li::before {
  content: "";
  background: url("../images/reason_list_ico.svg") no-repeat 0 0/100% auto;
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 10;
}
.p-flow__list > li::after {
  background-color: #4d9ede;
  content: "";
  height: calc(100% + 24px);
  width: 4px;
  position: absolute;
  left: 10px;
}
.p-flow__list > li:last-child .txt {
  margin-bottom: 24px;
}
.p-flow__list > li:last-child::after {
  display: none;
}
.p-flow__list > li .inner {
  -ms-flex-preferred-size: calc(100% - 24px - 27px);
      flex-basis: calc(100% - 24px - 27px);
}
.p-flow__list > li .label {
  background-color: #4d9ede;
  color: #faf57b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  height: 22px;
  width: 110px;
  margin-bottom: 9px;
  position: relative;
  text-align: center;
}
.p-flow__list > li .label::before {
  content: "";
  background-color: #4d9ede;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  height: calc(tan(60deg) * 5px / 2);
  width: 5px;
  position: absolute;
  left: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.p-flow__list > li .ttl {
  color: #f99ca2;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 5px;
}
.p-flow__list > li .ttl .sub {
  font-size: 1.4rem;
}
.p-flow__list > li .txt {
  margin-bottom: 35px;
}
.p-flow .note {
  margin-inline: 15px;
}
#reason {
  display: block;
  padding-top: 20px;
}
#reason::before {
  content: "";
  display: block;
  visibility: hidden;
}
.p-reason .l-container {
  padding-bottom: 42px;
}
.p-reason__list {
  margin-inline: 15px;
}
.p-reason__list > li + li {
  margin-top: 30px;
}
.p-reason__list > li:nth-child(even) .label {
  right: inherit;
  left: -46px;
}
.p-reason__list > li .figure {
  max-width: 240px;
  margin: 0 auto 15px;
  padding-top: 34px;
  position: relative;
}
.p-reason__list > li .label {
  background: -webkit-gradient(linear, left top, right top, from(#f7c4c7), to(#f6a6ab));
  background: -webkit-linear-gradient(left, #f7c4c7 0%, #f6a6ab 100%);
  background: linear-gradient(90deg, #f7c4c7 0%, #f6a6ab 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Kiwi Maru", serif;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.42;
  width: 90px;
  height: 90px;
  position: absolute;
  right: -46px;
  top: -5px;
  text-align: center;
}
.p-reason__list > li .label .num {
  color: #faf57b;
  font-size: 2.4rem;
  line-height: 1;
}
.p-reason__list > li .details .ttl {
  font-size: 2.2rem;
  font-family: "Kiwi Maru", serif;
  line-height: 1.4545;
  margin-bottom: 10px;
  text-align: center;
}
.p-reason__list > li .details .txt {
  color: #25435a;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-reason__list > li:nth-child(even) .label {
    right: inherit;
    left: -36px;
  }
}
.p-support {
  padding-top: 42px;
}
.p-support .hdg-navy {
  margin-bottom: 10px;
}
.p-support .hdg-navy strong {
  font-size: 2.4rem;
}
.p-support__table {
  margin: 30px 0 14px;
  overflow-x: auto;
}
.p-support__table table {
  min-width: 2500px;
  color: #25435a;
  font-size: 1.6rem;
  line-height: 1.2;
}
.p-support__table table .is-fixed {
  border-right: 1px solid #eee;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 20;
  width: 150px;
}
.p-support__table table .is-fixed::after {
  -webkit-box-shadow: 3px 1px 4px rgba(0,0,0,0.2);
          box-shadow: 3px 1px 4px rgba(0,0,0,0.2);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  z-index: 10;
}
.p-support__table thead {
  background-color: #4d9ede;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.p-support__table thead th {
  border-right: 1px solid #eee;
  line-height: 1.5;
  padding: 12px;
  vertical-align: middle;
}
.p-support__table thead th.is-fixed {
  background-color: #4d9ede;
}
.p-support__table tbody {
  background-color: #fff;
}
.p-support__table tbody th,
.p-support__table tbody td {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.p-support__table tbody th {
  padding: 20px 16px;
  text-align: left;
  vertical-align: middle;
}
.p-support__table tbody th.is-fixed {
  background-color: #fff;
}
.p-support__table tbody tr.current th.is-fixed {
  background: #fffad7;
}
.p-support__table tbody td {
  padding: 20px 12px;
  text-align: center;
  vertical-align: middle;
}
.p-support__table .current th,
.p-support__table .current td {
  font-weight: bold;
  background: #fffad7;
}
.p-support .btn {
  margin-top: 30px;
}
@media screen and (min-width: 392px) {
  .p-support__table table,
  .p-support__table thead {
    font-size: 1.4rem;
  }
  .p-support__table table .is-fixed,
  .p-support__table thead .is-fixed {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 391.98px) {
  .p-support .l-container {
    margin-inline: 10px;
  }
  .p-support__table {
    margin-left: -10px;
    margin-right: -25px;
  }
  .p-support__table table {
    margin-right: 25px;
  }
  .p-support__table table .is-fixed {
    padding-inline: 10px;
  }
  .p-support__table tbody td {
    padding: 10px 12px;
  }
}
.p-result {
  padding: 50px 0 0;
  margin-top: 95px;
}
.p-result .hdg-navy {
  margin-bottom: 50px;
}
.p-result__detail .box {
  border-radius: 10px;
  margin-inline: 20px;
  padding: 15px;
}
.p-result__detail .box + .box {
  margin-top: 20px;
}
.p-result__detail .box.pink {
  background: -webkit-gradient(linear, left top, right top, from(#f7c4c7), to(#f6a6ab));
  background: -webkit-linear-gradient(left, #f7c4c7 0%, #f6a6ab 100%);
  background: linear-gradient(90deg, #f7c4c7 0%, #f6a6ab 100%);
  margin-top: 30px;
}
.p-result__detail .box.blue {
  background: -webkit-gradient(linear, left top, right top, from(#90caf9), to(#4d9ede));
  background: -webkit-linear-gradient(left, #90caf9 0%, #4d9ede 100%);
  background: linear-gradient(90deg, #90caf9 0%, #4d9ede 100%);
}
.p-result__detail .box .ttl {
  color: #25435a;
  font-family: "Kiwi Maru", serif;
  font-size: 1.4rem;
  margin-bottom: 11px;
  text-align: center;
}
.p-result__detail .box .txt {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.p-result .pi-graph {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  max-width: 260px;
}
.p-result .enko {
  fill: none;
  stroke-width: 10;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
.p-result .graph {
  color: #25435a;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  position: relative;
  max-width: 260px;
  margin-inline: auto;
}
.p-result .graph + .graph {
  margin-top: 44px;
}
.p-result .graph-ttl {
  font-size: 1.8rem;
  text-align: center;
  position: absolute;
  line-height: 1.44;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-result .graph-legend {
  font-size: 1.4rem;
  position: absolute;
  text-align: center;
  z-index: 10;
}
.p-result .graph-legend strong {
  font-size: 1.8rem;
}
.p-result .graph.graph01 .legend01 {
  right: 0;
  top: calc(50% - 20px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-result .graph.graph01 .legend02 {
  bottom: 16px;
  left: calc(50% - 4px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-result .graph.graph01 .legend03 {
  top: 0;
  left: calc(50% - 36px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-result .graph.graph02 .legend01,
.p-result .graph.graph03 .legend01 {
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-result .graph.graph02 .legend02,
.p-result .graph.graph03 .legend02 {
  top: 0;
  left: calc(50% - 30px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-result .graph.graph03 .legend02 {
  left: calc(50% - 28px);
}
.p-result .graph.graph04 .legend01 {
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-result .graph.graph04 .legend02 {
  top: 10px;
  left: calc(50% - 19px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-result .graph.is-active #graph01_3 {
  stroke: #d6eafa;
  -webkit-animation: graph01-3 2s ease-in-out forwards;
          animation: graph01-3 2s ease-in-out forwards;
}
.p-result .graph.is-active #graph01_2 {
  -webkit-animation: graph01-2 2s ease-in-out forwards;
          animation: graph01-2 2s ease-in-out forwards;
}
.p-result .graph.is-active #graph01_1 {
  -webkit-animation: graph01-1 2s ease-in-out forwards;
          animation: graph01-1 2s ease-in-out forwards;
}
.p-result .graph.is-active #graph02_2 {
  stroke: #d6eafa;
  -webkit-animation: graph02-2 2s ease-in-out forwards;
          animation: graph02-2 2s ease-in-out forwards;
}
.p-result .graph.is-active #graph02_1 {
  -webkit-animation: graph02-1 2s ease-in-out forwards;
          animation: graph02-1 2s ease-in-out forwards;
}
.p-result .graph.is-active #graph03_2 {
  stroke: #d6eafa;
  -webkit-animation: graph03-2 2s ease-in-out forwards;
          animation: graph03-2 2s ease-in-out forwards;
}
.p-result .graph.is-active #graph03_1 {
  -webkit-animation: graph03-1 2s ease-in-out forwards;
          animation: graph03-1 2s ease-in-out forwards;
}
.p-result .graph.is-active #graph04_2 {
  stroke: #d6eafa;
  -webkit-animation: graph04-2 2s ease-in-out forwards;
          animation: graph04-2 2s ease-in-out forwards;
}
.p-result .graph.is-active #graph04_1 {
  -webkit-animation: graph04-1 2s ease-in-out forwards;
          animation: graph04-1 2s ease-in-out forwards;
}
.p-voice {
  padding-top: 77px;
}
.p-voice .hdg-navy {
  font-size: 2.4rem;
}
.p-voice__lead {
  color: #25435a;
  font-family: "Kiwi Maru", serif;
  font-size: 2rem;
  line-height: 1.5;
  margin: 20px 0 30px;
  text-align: center;
}
.p-voice__lead .sub {
  font-size: 1.4rem;
}
.p-voice__slide {
  margin: 0 -15px 10px;
}
.p-voice__slide .slick-prev,
.p-voice__slide .slick-next {
  background: -webkit-gradient(linear, left top, right top, from(#90caf9), to(#4d9ede));
  background: -webkit-linear-gradient(left, #90caf9 0%, #4d9ede 100%);
  background: linear-gradient(90deg, #90caf9 0%, #4d9ede 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  z-index: 10;
}
.p-voice__slide .slick-prev::before,
.p-voice__slide .slick-next::before {
  content: "";
  background: url("../images/ico_arrow.svg") no-repeat center/100% auto;
  display: block;
  width: 11px;
  height: 11px;
  opacity: 1;
}
.p-voice__slide .slick-prev.slick-disabled,
.p-voice__slide .slick-next.slick-disabled {
  background: -webkit-gradient(linear, left top, right top, from(#d1d1d1), to(#a9a7a7));
  background: -webkit-linear-gradient(left, #d1d1d1 0%, #a9a7a7 100%);
  background: linear-gradient(90deg, #d1d1d1 0%, #a9a7a7 100%);
  opacity: 0.8;
}
.p-voice__slide .slick-prev {
  left: 10px;
}
.p-voice__slide .slick-next {
  right: 10px;
}
.p-voice__slide .slick-next::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-voice__item {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 23px 30px 30px;
  margin-inline: 30px;
  max-width: 330px;
}
.p-voice__item .txt {
  font-size: 14px;
}
@media screen and (min-width: 392px) {
  .p-voice__slide .slick-prev {
    left: 15px;
  }
  .p-voice__slide .slick-next {
    right: 15px;
  }
  .p-voice__item {
    margin-inline: 15px;
    max-width: 360px;
  }
}
.p-faq {
  padding-top: 60px;
}
.p-faq .hdg-navy {
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.p-faq__list dt,
.p-faq__list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.p-faq__list dt > span,
.p-faq__list dd > span {
  -ms-flex-preferred-size: calc(100% - 36px - 6px);
      flex-basis: calc(100% - 36px - 6px);
}
.p-faq__list dt::before,
.p-faq__list dd::before {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Kiwi Maru", serif;
  font-size: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
}
.p-faq__list dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.p-faq__list dt .ttl {
  font-family: "Kiwi Maru", serif;
  font-size: 1.8rem;
  color: #25435a;
  line-height: 1.611;
}
.p-faq__list dt::before {
  background-color: #4d9ede;
  content: "Q";
  color: #fff;
}
.p-faq__list dd {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
.p-faq__list dd b {
  font-family: "Kiwi Maru", serif;
  font-size: 1.8rem;
  font-weight: normal;
  color: #25435a;
}
.p-faq__list dd::before {
  background-color: #fff;
  content: "A";
  color: #4d9ede;
}
.p-photoarea {
  margin-top: 80px;
  text-align: center;
}
.p-closing {
  background: url("../images/closing_bg.webp") no-repeat 0 0/cover;
  font-family: "Kiwi Maru", serif;
  padding: 230px 0 100px;
  margin-top: -34.1vw;
}
.p-closing .txt {
  color: #25435a;
  font-size: 1.8rem;
  line-height: 2.11;
}
.p-closing em {
  color: #4d9ede;
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.583;
  margin: 44px 0;
}
@media screen and (min-width: 680px) {
  .p-closing {
    background-size: 100% auto;
    margin-top: -200px;
  }
}
@-webkit-keyframes graph01-3 {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes graph01-3 {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes graph01-2 {
  to {
    stroke-dashoffset: 10;
  }
}
@keyframes graph01-2 {
  to {
    stroke-dashoffset: 10;
  }
}
@-webkit-keyframes graph01-1 {
  to {
    stroke-dashoffset: 61;
  }
}
@keyframes graph01-1 {
  to {
    stroke-dashoffset: 61;
  }
}
@-webkit-keyframes graph02-2 {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes graph02-2 {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes graph02-1 {
  to {
    stroke-dashoffset: 9;
  }
}
@keyframes graph02-1 {
  to {
    stroke-dashoffset: 9;
  }
}
@-webkit-keyframes graph03-2 {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes graph03-2 {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes graph03-1 {
  to {
    stroke-dashoffset: 8;
  }
}
@keyframes graph03-1 {
  to {
    stroke-dashoffset: 8;
  }
}
@-webkit-keyframes graph04-2 {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes graph04-2 {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes graph04-1 {
  to {
    stroke-dashoffset: 6;
  }
}
@keyframes graph04-1 {
  to {
    stroke-dashoffset: 6;
  }
}
@-webkit-keyframes balloonImg01 {
  0% {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    left: 28px;
    top: 0;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
@keyframes balloonImg01 {
  0% {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    left: 28px;
    top: 0;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
@-webkit-keyframes balloonImg02 {
  0% {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    left: inherit;
    right: 18px;
    top: 0;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
@keyframes balloonImg02 {
  0% {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    left: inherit;
    right: 18px;
    top: 0;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
@-webkit-keyframes balloonImg03 {
  0% {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    left: inherit;
    right: 0;
    top: 150px;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
@keyframes balloonImg03 {
  0% {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    left: inherit;
    right: 0;
    top: 150px;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
@-webkit-keyframes balloonImg04 {
  0% {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    left: 9px;
    top: 160px;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
@keyframes balloonImg04 {
  0% {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    left: 9px;
    top: 160px;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
@-webkit-keyframes balloonImg05 {
  0% {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    left: inherit;
    top: inherit;
    right: 0;
    bottom: 27px;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
@keyframes balloonImg05 {
  0% {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    left: inherit;
    top: inherit;
    right: 0;
    bottom: 27px;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
@-webkit-keyframes balloonImg06 {
  0% {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    left: 0;
    top: inherit;
    bottom: 0;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
@keyframes balloonImg06 {
  0% {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    left: 0;
    top: inherit;
    bottom: 0;
    -webkit-transform: inherit;
            transform: inherit;
  }
}

.cta {
  padding: 0 30px;
}

.cta--02 {
  margin-top: 20px;
}

.cta--03 {
  margin-top: 40px;
}

.cta__btn {
  font-family: "Kiwi Maru", serif;
  display: block;
  border-radius: 100px;
  background: linear-gradient(90deg, #ffbf4a, orange);
  color: #fff;
  text-align: center;
  padding: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border: solid 2px #fff;
  position: relative;
}

.cta__btn::after {
  content: '';
  position: absolute;
  top: -23px;
  right: -20px;
  background: url('../images/fukidashi.png') center / contain no-repeat;
  width: 75px;
  height: 55px;
}

.cta__btn-txt1 {
  font-size: 20px;
  margin-bottom: 6px;
}

.cta__btn-txt2 {
  font-size: 13px;
}