@charset "UTF-8";
.bg-wh {
  background-color: var(--wh);
}

.arrow-blue::before {
  content: "";
  display: block;
  border-style: solid;
  border-right: 3.5625rem solid transparent;
  border-left: 3.5625rem solid transparent;
  border-top: 3.625rem solid var(--blue);
  border-bottom: 0;
}
@media (max-width: 768px) {
  .arrow-blue::before {
    border-right: 7.6vw solid transparent;
    border-left: 7.6vw solid transparent;
    border-top: 7.7333333333vw solid var(--blue);
  }
}

.surprise {
  padding: 9.375rem 0 0;
  background-color: var(--bg);
  /* filter: drop-shadow(0 .8125rem 2rem var(--bk20)); */
}
.surprise .surprise_ttl {
  position: relative;
  margin-bottom: 4.0625rem;
}
@media (max-width: 768px) {
  .surprise .surprise_ttl {
    line-height: 1.3;
    margin-bottom: 4vw;
    text-align: center;
  }
}
.surprise .surprise_ttl::before {
  content: "";
  position: absolute;
  bottom: 100%;
  background: url(../images/surprise_ttl.png) 0 0/contain no-repeat;
  left: 0rem;
  width: 7.1875rem;
  height: 4.5625rem;
}
@media (max-width: 768px) {
  .surprise .surprise_ttl::before {
    bottom: 74%;
    left: -0.6666666667vw;
    width: 16.8vw;
    height: 10.6666666667vw;
  }
}
.surprise .surprise_ttl span {
  font-size: 3.125rem;
  font-weight: 800;
}
@media (max-width: 768px) {
  .surprise .surprise_ttl span {
    font-size: 8vw;
  }
}
@media (max-width: 768px) {
  .surprise .surprise_ttl span:nth-of-type(1) {
    margin-left: 1em;
  }
}
.surprise .surprise_ttl em {
  font-size: 1.3em;
}
.surprise .surprise_ttl strong {
  color: var(--blue);
}
.surprise .cost_real {
  border: 0.375rem solid #f3cbad;
  background: #FFF;
  padding: 1.75rem 0.625rem;
  margin-bottom: 3.125rem;
  max-width: 1020px;
  width: 85vw;
}
@media (max-width: 768px) {
  .surprise .cost_real {
    border-width: 0.8vw;
  }
}
.surprise .cost_real p {
  font-size: 3.125rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 768px) {
  .surprise .cost_real p {
    font-size: 6.6666666667vw;
  }
}
.surprise .cost_real p strong {
  color: var(--blue);
}
.surprise .cost_100 {
  border-bottom: 0.125rem solid var(--text);
  font-size: 2.1875rem;
  font-weight: 800;
  padding-bottom: 0.5rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .surprise .cost_100 {
    font-size: 4.5333333333vw;
    margin-bottom: 4vw;
  }
}
.surprise .cost_100 strong {
  color: var(--blue);
}
.surprise .cost_fig {
  margin-bottom: 2.1875rem;
}
@media (max-width: 768px) {
  .surprise .cost_100_note {
    margin-inline: auto;
    width: 92vw;
  }
}
.surprise .hospital_ttl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1.25rem;
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .surprise .hospital_ttl {
    margin-top: 6.6666666667vw;
  }
}
.surprise .hospital_ttl span {
  font-size: 3.125rem;
  font-weight: 800;
}
@media (max-width: 768px) {
  .surprise .hospital_ttl span {
    font-size: 6.6666666667vw;
  }
}
.surprise .hospital_ttl strong {
  color: var(--blue);
  font-size: 1.5em;
  letter-spacing: 0.05em;
}
.surprise .hospital_intro {
  margin: 1.875rem auto 3.125rem;
}
@media (max-width: 768px) {
  .surprise .hospital_intro {
    margin: 4vw auto 5.3333333333vw;
    width: 85vw;
  }
}
.surprise .hospital_intro p {
  background-color: var(--bg);
  background-image: linear-gradient(90deg, var(--bg) 50%, transparent 50%), linear-gradient(180deg, transparent calc(2.5em - 3px), var(--text) 3px); /* 点線2の色と太さ */
  background-size: 6px 100%, 100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em;
  padding-bottom: 3px;
  font-size: 1.625rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .surprise .hospital_intro p {
    font-size: 3.7333333333vw;
    background-image: linear-gradient(90deg, var(--bg) 50%, transparent 50%), linear-gradient(180deg, transparent calc(2.3em - 0.4vw), var(--text) 0.4vw); /* 点線2の色と太さ */
    background-size: 0.8vw 100%, 100% 2.3em; /* 点線2のサイズ */
    line-height: 2.3em;
    padding-bottom: 0.4vw;
  }
}
.surprise .hospital_table {
  background-color: #fefaf3;
  border: 2px solid #e0d5c1;
  border-collapse: collapse;
  font-weight: 600;
  margin: 2.125rem auto 1.875rem;
  width: 100%;
}
@media (max-width: 768px) {
  .surprise .hospital_table {
    border-width: 0.2666666667vw;
    margin: 0 auto 4vw;
    width: 85vw;
  }
}
.surprise .hospital_table thead th {
  background-color: #f7e2ce;
  padding: 1.1875rem 0;
  font-size: 1.6875rem;
  text-align: center;
}
@media (max-width: 768px) {
  .surprise .hospital_table thead th {
    font-size: 3.6vw;
    padding: 2.5333333333vw 0;
  }
}
.surprise .hospital_table tbody tr:not(:first-child):not(:last-child) {
  border-bottom: 2px dashed #e0d5c1;
}
@media (max-width: 768px) {
  .surprise .hospital_table tbody tr:not(:first-child):not(:last-child) {
    border-width: 0.2666666667vw;
  }
}
.surprise .hospital_table tbody tr:first-child {
  border-bottom: 2px solid #e0d5c1;
}
@media (max-width: 768px) {
  .surprise .hospital_table tbody tr:first-child {
    border-width: 0.2666666667vw;
  }
}
.surprise .hospital_table tbody th {
  background-color: #fdf5ea;
  border-right: 2px solid #e0d5c1;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  padding: 1.125rem 3.125rem;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .surprise .hospital_table tbody th {
    border-width: 0.2666666667vw;
    font-size: 2.6666666667vw;
    padding: 2.4vw 0;
  }
}
.surprise .hospital_table tbody th:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .surprise .hospital_table tbody th:nth-of-type(1) {
    width: 10%;
  }
}
@media (max-width: 768px) {
  .surprise .hospital_table tbody th:nth-of-type(2) {
    width: 24%;
  }
}
@media (max-width: 768px) {
  .surprise .hospital_table tbody th:nth-of-type(3) {
    width: 31%;
  }
}
@media (max-width: 768px) {
  .surprise .hospital_table tbody th:nth-of-type(4) {
    width: 33%;
  }
}
.surprise .hospital_table tbody td {
  border-right: 2px solid #e0d5c1;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
  padding: 2.1875rem 0.625rem;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .surprise .hospital_table tbody td {
    border-width: 0.2666666667vw;
    font-size: 2.6666666667vw;
    padding: 2.9333333333vw 0;
  }
}
.surprise .hospital_table tbody td:last-child {
  border-right: none;
}
.surprise .hospital_table tbody td em {
  color: var(--blue);
  font-size: 1.6875rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .surprise .hospital_table tbody td em {
    font-size: 3.6vw;
  }
}
@media (max-width: 768px) {
  .surprise .hospital_table + .notes {
    margin-inline: auto;
    width: 85vw;
  }
}
.surprise .hospital_faq {
  position: relative;
  z-index: 38;
  padding: 4.375rem 0 4.375rem;
  background-color: #fffdf9;
  filter: drop-shadow(0 0.125rem 0.9375rem var(--bk10));
  border-radius: 0.625rem;
  margin: 4.375rem auto 0;
  max-width: 1040px;
}
@media (max-width: 768px) {
  .surprise .hospital_faq {
    border-radius: 1.3333333333vw;
    padding: 6.25rem 0 4.375rem;
    width: 92vw;
  }
}
.surprise .hospital_faq .more {
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 2.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .surprise .hospital_faq .more {
    font-size: 6vw;
    margin-top: 6.6666666667vw;
  }
}
.surprise .hospital_faq .more em {
  color: #488ce7;
}
.surprise .hospital_faq .more_fig {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .surprise .hospital_faq .more_fig {
    margin-top: 6.25rem;
  }
}
.surprise .hospital_faq + .arrow-blue {
  margin-block: 4.375rem 3.75rem;
}
@media (max-width: 768px) {
  .surprise .hospital_faq + .arrow-blue {
    margin-block: 6.6666666667vw 4vw;
  }
}
.surprise .faq_text {
  max-width: 760px;
  margin-inline: auto;
  width: 94%;
}
.surprise .faq_text p {
  display: flex;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .surprise .faq_text p {
    gap: 2.6666666667vw;
  }
}
.surprise .faq_text p::before {
  background: top center/contain no-repeat;
  content: "";
  display: block;
  height: 4.0625rem;
  width: 4.0625rem;
}
@media (max-width: 768px) {
  .surprise .faq_text p::before {
    height: 10vw;
    width: 10vw;
  }
}
.surprise .faq_text p span {
  flex: 1;
  margin-top: 0.125rem;
}
.surprise .faq_text .q_text {
  font-size: 2.6875rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .surprise .faq_text .q_text {
    font-size: 5.7333333333vw;
  }
}
.surprise .faq_text .q_text::before {
  background-image: url(../images/hospital_icon_q.png);
}
.surprise .faq_text .q_text span {
  margin-top: 0.3125rem;
}
.surprise .faq_text .a_text {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .surprise .faq_text .a_text {
    font-size: 6vw;
    margin-top: 6vw;
  }
}
.surprise .faq_text .a_text::before {
  background-image: url(../images/hospital_icon_a.png);
}
.surprise .hospital_flow {
  max-width: 760px;
  margin: 4.0625rem auto 0;
}
@media (max-width: 768px) {
  .surprise .hospital_flow {
    margin-top: 16vw;
  }
}
.surprise .hospital_flow .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .surprise .hospital_flow .item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .surprise .hospital_flow .item:not(:first-child) {
    margin-top: 4vw;
  }
}
.surprise .hospital_flow .item:not(:last-child)::after {
  content: "";
  display: block;
  border-style: solid;
  border-right: 1.8125rem solid transparent;
  border-left: 1.8125rem solid transparent;
  border-top: 1.875rem solid var(--blue);
  border-bottom: 0;
}
@media (max-width: 768px) {
  .surprise .hospital_flow .item:not(:last-child)::after {
    border-right: 3.8666666667vw solid transparent;
    border-left: 3.8666666667vw solid transparent;
    border-top: 4vw solid var(--blue);
  }
}
.surprise .hospital_flow .item .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  text-align: center;
  width: 46%;
}
@media (max-width: 768px) {
  .surprise .hospital_flow .item .text {
    width: 100%;
  }
}
.surprise .hospital_flow .item .text .num {
  background-color: #488ce7;
  border-radius: 100vh;
  color: var(--wh);
  font-size: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.625rem;
  height: 5.4375rem;
  width: 5.4375rem;
}
.surprise .hospital_flow .item .text em {
  border-bottom: 2px solid #488ce7;
  color: #488ce7;
  font-size: 2.625rem;
  letter-spacing: 0.05em;
  padding-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .surprise .hospital_flow .item .text em {
    background: #488ce7;
    border: none;
    border-radius: 100vh;
    color: #FFF;
    font-size: 4.2666666667vw;
    padding: 2vw 2vw;
    width: 48vw;
  }
}
.surprise .hospital_flow .item figure {
  width: 54%;
}
@media (max-width: 768px) {
  .surprise .hospital_flow .item figure {
    margin-top: 4vw;
    width: 92%;
  }
}
.surprise .hospital_flow .item:nth-of-type(1)::after {
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .surprise .hospital_flow .item:nth-of-type(1)::after {
    margin-top: 0.625rem;
  }
}
.surprise .hospital_flow .item:nth-of-type(2)::after {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .surprise .hospital_flow .item:nth-of-type(2)::after {
    margin-top: 0.625rem;
  }
}
.surprise .hospital_flow .item:nth-of-type(3) figure {
  width: 62%;
  margin-left: -8%;
}
@media (max-width: 768px) {
  .surprise .hospital_flow .item:nth-of-type(3) figure {
    width: 92%;
    margin-left: 0;
  }
}
.surprise .support_desc {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 768px) {
  .surprise .support_desc {
    font-size: 5.0666666667vw;
  }
}
.surprise .support_desc em {
  background: #FFF;
  border-radius: 0.3125rem;
  color: #488ce7;
  padding-inline: 0.625rem;
}
.surprise .support_desc + .support_desc {
  margin-top: 0.3em;
}
.surprise .support_ttl {
  color: var(--blue);
  font-size: 4.375rem;
  font-weight: 800;
  line-height: 1.3;
  margin-top: 2.8125rem;
  text-align: center;
}
@media (max-width: 768px) {
  .surprise .support_ttl {
    font-size: 9.0666666667vw;
    margin-top: 6vw;
  }
}

.claim {
  background-color: var(--bg);
  filter: none;
  padding: 6.5625rem 0 4.375rem;
}
.claim::after {
  content: none;
}

.pay-voice {
  padding-top: 3.125rem;
  position: relative;
  z-index: 49;
}
@media (max-width: 768px) {
  .pay-voice {
    padding-top: 6.6666666667vw;
  }
}
.pay-voice .pay-voice_wrap {
  background-color: #f0ead6;
  padding: 6.25rem 0.9375rem 3.75rem;
  width: 100%;
}
@media (max-width: 768px) {
  .pay-voice .pay-voice_wrap {
    padding: 8vw 4vw 5.3333333333vw;
  }
}
.pay-voice .pay-voice_wrap::after {
  content: "";
  position: absolute;
  top: calc(100% - 1.25rem);
  left: 50%;
  width: 68.75rem;
  height: 5.9375rem;
  background-color: #f0ead6;
  clip-path: polygon(0 0, 100% 0, 100% 1.25rem, 50% 100%, 0 1.25rem);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .pay-voice .pay-voice_wrap::after {
    top: calc(100% - 1.3333vw);
    width: 100vw;
    height: 13.3333333333vw;
    clip-path: polygon(0 0, 100% 0, 100% 1.3333333333vw, 50% 100%, 0 1.3333333333vw);
  }
}
.pay-voice .pay-voice_wrap .item {
  display: flex;
  align-items: center;
  gap: 2.375rem;
  max-width: 960px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .pay-voice .pay-voice_wrap .item {
    gap: 5.0666666667vw;
  }
}
.pay-voice .pay-voice_wrap .item:not(:first-child) {
  margin-top: 3.125rem;
}
.pay-voice .pay-voice_wrap .item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.pay-voice .pay-voice_wrap .item:nth-of-type(2n) .balloon::before {
  border-top: 0.75rem solid transparent;
  border-bottom: 0.75rem solid transparent;
  border-left: 1.875rem solid #ffffff;
  border-right: 0;
  left: 100%;
}
@media (max-width: 768px) {
  .pay-voice .pay-voice_wrap .item:nth-of-type(2n) .balloon::before {
    border-top: 1.6vw solid transparent;
    border-bottom: 1.6vw solid transparent;
    border-left: 4vw solid #ffffff;
  }
}
.pay-voice .pay-voice_wrap .item figure {
  width: 10.3125rem;
}
@media (max-width: 768px) {
  .pay-voice .pay-voice_wrap .item figure {
    width: 22vw;
  }
}
.pay-voice .pay-voice_wrap .item .balloon {
  flex: 1;
  background-color: var(--wh);
  border-radius: 0.625rem;
  filter: drop-shadow(0 0.0625rem 0.375rem var(--bk10));
  padding: 1.5625rem 1.875rem;
  position: relative;
}
@media (max-width: 768px) {
  .pay-voice .pay-voice_wrap .item .balloon {
    border-radius: 1.3333333333vw;
    filter: drop-shadow(0 0.1333333333vw 0.8vw var(--bk10));
    padding: 3.3333333333vw 4vw;
  }
}
.pay-voice .pay-voice_wrap .item .balloon p {
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .pay-voice .pay-voice_wrap .item .balloon p {
    font-size: 2.9333333333vw;
    letter-spacing: 0.05em;
  }
}
.pay-voice .pay-voice_wrap .item .balloon p em {
  color: #488ce7;
}
.pay-voice .pay-voice_wrap .item .balloon::before {
  content: "";
  border-style: solid;
  border-top: 0.75rem solid transparent;
  border-bottom: 0.75rem solid transparent;
  border-right: 1.875rem solid #ffffff;
  border-left: 0;
  position: absolute;
  right: 100%;
  top: 6.25rem;
}
@media (max-width: 768px) {
  .pay-voice .pay-voice_wrap .item .balloon::before {
    border-top: 1.6vw solid transparent;
    border-bottom: 1.6vw solid transparent;
    border-right: 4vw solid #ffffff;
    top: 13.3333333333vw;
  }
}

.reason {
  background-color: var(--bg);
  padding-top: 11.875rem;
  filter: none;
}
@media (max-width: 768px) {
  .reason {
    padding-top: 18.6666666667vw;
  }
}
.reason::after {
  content: none;
}
.reason .panels .panel .subject {
  z-index: 1;
}
.reason .panels .panel .subject::after {
  content: "";
  position: absolute;
  top: -2rem;
  right: 0.3125rem;
  width: 8.4375rem;
  height: 8.75rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media (max-width: 768px) {
  .reason .panels .panel .subject::after {
    top: -4.2666666667vw;
    right: -3.3333333333vw;
    width: 18vw;
    height: 18.6666666667vw;
  }
}
.reason .panels .panel:nth-of-type(1) .subject::after {
  background-image: url(../images/reason_label01.png);
}
.reason .panels .panel:nth-of-type(2) .subject::after {
  background-image: url(../images/reason_label02.png);
}
.reason .panels .panel:nth-of-type(3) .subject::after {
  background-image: url(../images/reason_label03.png);
}

.strengths {
  background-color: var(--bg);
  padding-top: 1.875rem;
}
@media (max-width: 768px) {
  .strengths + .cvr {
    padding-block: 6.6666666667vw 10.6666666667vw;
  }
}

.cvr {
  position: relative;
  z-index: 50;
}
@media (max-width: 768px) {
  .cvr {
    padding-top: 5.3333333333vw;
  }
}
@media (max-width: 768px) {
  .cvr:has(.cpt01) {
    padding-top: 8vw;
  }
}
@media (max-width: 768px) {
  .cvr .cpt01 {
    font-size: 4.2666666667vw;
    font-feature-settings: "palt";
  }
}
.cvr .cpt01 strong {
  margin-bottom: 0;
  font-size: 1.2em;
}
@media (max-width: 768px) {
  .cvr.cvr-block01 .inner {
    gap: 2.9333333333vw;
  }
}
.cvr.cvr-block04, .cvr.cvr-block05, .cvr.cvr-block06 {
  padding-top: 3.75rem;
}
@media (max-width: 768px) {
  .cvr.cvr-block04, .cvr.cvr-block05, .cvr.cvr-block06 {
    padding-top: 8vw;
  }
}
.cvr .cvr_lead img {
  height: 5.75rem;
}
@media (max-width: 768px) {
  .cvr .cvr_lead img {
    height: 13.6vw;
  }
}
.cvr ul {
  justify-content: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.cvr ul .btn.green {
  background: #27b943;
  box-shadow: 0 0.625rem 0 #005912;
  height: 8.9375rem;
  width: 36.875rem;
}
@media (max-width: 768px) {
  .cvr ul .btn.green {
    box-shadow: 0 1.3333333333vw 0 #005912;
    width: 92vw;
    height: 24.2666666667vw;
  }
}
@media (any-hover: hover) {
  .cvr ul .btn.green:hover::after {
    right: 0.625rem;
  }
}
@media (any-hover: hover) and (max-width: 768px) {
  .cvr ul .btn.green:hover::after {
    right: 2.2666666667vw;
  }
}
.cvr ul .btn.green::after {
  right: 0.9375rem;
}
@media (max-width: 768px) {
  .cvr ul .btn.green::after {
    right: 3.7333333333vw;
  }
}
.cvr ul .btn.green .btn_img {
  padding-right: 1.75rem;
  padding-bottom: 0.375rem;
  text-align: center;
}
@media (max-width: 768px) {
  .cvr ul .btn.green .btn_img {
    padding-right: 4.6666666667vw;
    padding-bottom: 0.6666666667vw;
  }
}
.cvr ul .btn.green .btn_img img {
  height: auto;
  max-width: 27.5rem;
}
@media (max-width: 768px) {
  .cvr ul .btn.green .btn_img img {
    max-width: 72.2666666667vw;
  }
}

.products {
  padding-top: 0;
}

@media (max-width: 768px) {
  .floating {
    left: 0;
  }
}/*# sourceMappingURL=307.css.map */