@charset "UTF-8";
/* A Modern CSS Reset */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500..900&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "Lucida Grande", "segoe UI", Meiryo, Arial, sans-serif;
  color: #025249;
}
body::before {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  inset: 0;
  margin: auto;
  background: url(../images/pc_bg.jpg) no-repeat 50% 50%/cover;
}

img {
  width: 100%;
}

em {
  font-weight: 900;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, rgb(255, 213, 13) 60%);
  font-style: normal;
}

a {
  color: #025249;
  text-decoration: none;
}

.button {
  margin-top: 5.3333333333vw;
}
@keyframes pekopeko {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0.2em);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(0.2em);
  }
  40% {
    transform: translateY(0);
  }
}
.button a {
  display: block;
  border-radius: 100px;
  padding: 5.3333333333vw;
  text-align: center;
  color: white;
  font-size: 4vw;
  line-height: 1.4666666667;
  font-weight: 600;
  position: relative;
  animation: pekopeko 1s infinite;
}
@media screen and (min-width: 961px) {
  .button a {
    font-size: 19.5px;
  }
}
.button a::before {
  content: "";
  display: block;
  width: 3.7333333333vw;
  height: 0.5333333333vw;
  border-right: 0.5333333333vw solid #025249;
  border-bottom: 0.5333333333vw solid #025249;
  position: absolute;
  inset: 0 4vw 0 auto;
  margin: auto;
}
.button a::after {
  content: "";
  display: block;
  width: 2.4vw;
  height: 2.4vw;
  border-right: 0.5333333333vw solid #025249;
  border-bottom: 0.5333333333vw solid #025249;
  transform: rotate(-45deg);
  position: absolute;
  inset: 0 4vw 0 auto;
  margin: auto;
}
.button a[target=_blank]::before {
  display: none;
}
.button a[target=_blank]::after {
  content: "";
  display: block;
  width: 4vw;
  height: 4vw;
  background: url(../images/icon_blank.svg) no-repeat 0 0/contain;
  position: absolute;
  inset: 0 4vw 0 auto;
  margin: auto;
  filter: brightness(3000%) grayscale(100%) contrast(1000%);
  transform: rotate(0);
  border-width: 0;
}
.button a.green {
  background: #00a090;
}
.button a.blue {
  background: #1ebdf4;
}
.button a.red {
  background: #e7342f;
}
.button a.purple {
  background: #b1168b;
}
.button a.white {
  background: white;
  border: 0.2666666667vw solid #00a090;
  color: #00a090;
  animation: none;
}
.button a.white::after {
  filter: brightness(100%) grayscale(0%) contrast(100%);
}
.button a.green-s {
  padding: 5.3333333333vw;
  background: #caf1ec;
  color: #025249;
  animation: none;
}
.button a.green-s[target=_blank]::after {
  content: "";
  filter: brightness(50%);
}
.button a.noanimation {
  animation: none;
}
.button a + a {
  margin-top: 4vw;
}
@media screen and (min-width: 961px) {
  .button {
    margin-top: 26px;
  }
  .button a {
    padding: 26px;
  }
  .button a::before {
    content: "";
    display: block;
    width: 18.2px;
    height: 2.6px;
    border-right: 2.6px solid #025249;
    border-bottom: 2.6px solid #025249;
    position: absolute;
    inset: 0 19.5px 0 auto;
    margin: auto;
  }
  .button a::after {
    content: "";
    display: block;
    width: 11.7px;
    height: 11.7px;
    border-right: 2.6px solid #025249;
    border-bottom: 2.6px solid #025249;
    transform: rotate(-45deg);
    position: absolute;
    inset: 0 19.5px 0 auto;
    margin: auto;
  }
  .button a[target=_blank]::after {
    width: 19.5px;
    height: 19.5px;
    inset: 0 19.5px 0 auto;
  }
  .button a.white {
    border: 1.3px solid #00a090;
  }
  .button a.green-s {
    padding: 26px;
  }
  .button a + a {
    margin-top: 19.5px;
  }
}

.ac-contents-body {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.js-accordion-toggle {
  cursor: pointer;
}

@media screen and (min-width: 961px) {
  .main-container {
    max-width: 490px;
    margin: auto;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
  }
}

.main {
  background: white;
}

.fs-s {
  font-size: smaller;
}

.is-pc {
  display: none !important;
}
@media screen and (min-width: 961px) {
  .is-pc {
    display: block !important;
  }
}

.is-sp {
  display: block !important;
}
@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
}

ul.check li {
  display: flex;
  align-items: center;
  gap: 1.3333333333vw;
}
ul.check li + li {
  margin-top: 1.3333333333vw;
}
ul.check li::before {
  content: "";
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background: url(../images/icon_check.svg) no-repeat 0 0/contain;
  flex: 1 0 3.7333333333vw;
}
ul.check li > p {
  width: 100%;
  text-align: left;
  flex: 1 1 auto;
  font-size: 3.4666666667vw;
  line-height: 1.2307692308;
}
@media screen and (min-width: 961px) {
  ul.check li > p {
    font-size: 16.9px;
  }
}
ul.check li > p em {
  font-size: 4.2666666667vw;
  line-height: 1.25;
}
@media screen and (min-width: 961px) {
  ul.check li > p em {
    font-size: 20.8px;
  }
}
@media screen and (min-width: 961px) {
  ul.check li {
    gap: 6.5px;
  }
  ul.check li + li {
    margin-top: 13px;
  }
  ul.check li::before {
    width: 18.2px;
    height: 18.2px;
    flex: 1 1 auto;
  }
}

.header {
  background: white;
}
.header-logo {
  width: 36vw;
  margin: auto;
  padding: 4vw;
}
@media screen and (min-width: 961px) {
  .header-logo {
    width: 175.5px;
    padding: 19.5px;
  }
}
.header-nav {
  border-top: 0.2666666667vw solid #d9d9d9;
  border-bottom: 0.2666666667vw solid #d9d9d9;
}
.header-nav-current {
  position: relative;
  padding: 5.3333333333vw;
}
.header-nav-current::after {
  content: "";
  display: block;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border-right: 0.5333333333vw solid #025249;
  border-bottom: 0.5333333333vw solid #025249;
  transform: rotate(45deg);
  position: absolute;
  inset: 0 4vw 0 auto;
  margin: auto;
  transition: all 0.3s ease;
  transform-origin: 67% 67%;
}
.header-nav-current.is-open::after {
  transform: rotate(-135deg);
}
.header-nav-heading {
  font-size: 3.4666666667vw;
  line-height: 1.5384615385;
  font-weight: 900;
}
@media screen and (min-width: 961px) {
  .header-nav-heading {
    font-size: 16.9px;
  }
}
.header-nav-title {
  font-size: 3.2vw;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  .header-nav-title {
    font-size: 15.6px;
  }
}
.header-nav-title a {
  display: block;
}
@media screen and (min-width: 961px) {
  .header-nav {
    border-top: 1.3px solid #d9d9d9;
    border-bottom: 1.3px solid #d9d9d9;
  }
  .header-nav-current {
    padding: 26px;
  }
  .header-nav-current::after {
    content: "";
    width: 13px;
    height: 13px;
    border-right: 2.6px solid #025249;
    border-bottom: 2.6px solid #025249;
    inset: 0 19.5px 0 auto;
    margin: auto;
  }
}
.header .ac-contents-body .header-nav-title {
  border-top: 0.2666666667vw solid #d9d9d9;
}
.header .ac-contents-body .header-nav-title a {
  background: #caf1ec;
  position: relative;
  padding: 5.3333333333vw;
  padding-right: 10.6666666667vw;
}
.header .ac-contents-body .header-nav-title a::before {
  content: "";
  display: block;
  width: 3.7333333333vw;
  height: 0.5333333333vw;
  border-right: 0.5333333333vw solid #025249;
  border-bottom: 0.5333333333vw solid #025249;
  position: absolute;
  inset: 0 4vw 0 auto;
  margin: auto;
}
.header .ac-contents-body .header-nav-title a::after {
  content: "";
  display: block;
  width: 2.4vw;
  height: 2.4vw;
  border-right: 0.5333333333vw solid #025249;
  border-bottom: 0.5333333333vw solid #025249;
  transform: rotate(-45deg);
  position: absolute;
  inset: 0 4vw 0 auto;
  margin: auto;
}
.header .ac-contents-body .header-nav-title a[href=""] {
  background: #eeeeee;
  pointer-events: none;
}
.header .ac-contents-body .header-nav-title a[href=""]::before, .header .ac-contents-body .header-nav-title a[href=""]::after {
  display: none;
}
@media screen and (min-width: 961px) {
  .header .ac-contents-body .header-nav-title {
    border-top: 1.3px solid #d9d9d9;
  }
  .header .ac-contents-body .header-nav-title a {
    padding: 26px;
    padding-right: 52px;
  }
  .header .ac-contents-body .header-nav-title a::before {
    content: "";
    width: 18.2px;
    height: 2.6px;
    border-right: 2.6px solid #025249;
    border-bottom: 2.6px solid #025249;
    inset: 0 19.5px 0 auto;
  }
  .header .ac-contents-body .header-nav-title a::after {
    content: "";
    width: 11.7px;
    height: 11.7px;
    border-right: 2.6px solid #025249;
    border-bottom: 2.6px solid #025249;
    inset: 0 19.5px 0 auto;
  }
}

.footer {
  background: white;
  padding: 10.6666666667vw 0 5.3333333333vw;
}
.footer-return-top {
  background: #caf1ec;
  color: #025249;
  padding: 2.6666666667vw;
  font-size: 2.6666666667vw;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .footer-return-top {
    font-size: 13px;
  }
}
.footer-return-top a {
  color: #025249;
  text-decoration: underline;
}
.footer-text {
  margin-top: 5.3333333333vw;
  text-align: center;
  font-size: 2.6666666667vw;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .footer-text {
    font-size: 13px;
  }
}
.footer-logo {
  width: 34.6666666667vw;
  margin: 5.3333333333vw auto 0;
}
.footer .copyright {
  margin-top: 2.6666666667vw;
  text-align: center;
  color: #d9d9d9;
  font-size: 2.6666666667vw;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .footer .copyright {
    font-size: 13px;
  }
}
@media screen and (min-width: 961px) {
  .footer {
    padding: 52px 0 26px;
  }
  .footer-return-top {
    padding: 13px;
  }
  .footer-text {
    margin-top: pc_vw(20);
  }
  .footer-logo {
    width: 169px;
    margin: 26px auto 0;
  }
  .footer .copyright {
    margin-top: 13px;
  }
}

.kv {
  padding: 0 4vw;
}
.kv-img {
  margin: 0 -4vw -8vw;
}
.kv-lead {
  font-size: 3.4666666667vw;
  line-height: 1.3846153846;
  font-weight: 600;
  border-bottom: 0.2666666667vw solid #025249;
  display: inline;
}
@media screen and (min-width: 961px) {
  .kv-lead {
    font-size: 16.9px;
  }
}
.kv-lead a {
  color: #00a090;
}
@media screen and (min-width: 961px) {
  .kv {
    padding: 0 19.5px;
  }
  .kv-img {
    margin: 0 -19.5px -39px;
  }
  .kv-lead {
    border-bottom: 1.3px solid #025249;
  }
}

.step {
  margin-top: 10.6666666667vw;
  padding: 0 4vw;
}
.step-heading + .step-dl {
  margin-top: 4vw;
}
.step-dl {
  display: flex;
  font-size: 3.7333333333vw;
  line-height: 1;
  font-weight: 900;
}
@media screen and (min-width: 961px) {
  .step-dl {
    font-size: 18.2px;
  }
}
.step-dl + .step-dl {
  margin-top: 2.6666666667vw;
}
.step-dt {
  background: #00a090;
  color: white;
  padding: 2.6666666667vw;
  border-radius: 1.3333333333vw 0 0 1.3333333333vw;
}
.step-dd {
  flex: 1 1 auto;
  background: #eeeeee;
  color: #025249;
  padding: 2.6666666667vw;
  padding-right: 0;
  border-radius: 0 1.3333333333vw 1.3333333333vw 0;
}
.step-dl.is-active {
  position: relative;
}
.step-dl.is-active::after {
  content: "";
  display: block;
  width: 10.6666666667vw;
  height: 6.6666666667vw;
  background: url(../images/step_active.png) no-repeat 0 0/contain;
  position: absolute;
  top: -4.8vw;
  right: 0;
}
.step-dl.is-active .step-dt {
  background: #0E8072;
}
.step-dl.is-active .step-dd {
  background: #caf1ec;
}
@media screen and (min-width: 961px) {
  .step {
    margin-top: 52px;
    padding: 0 19.5px;
  }
  .step-heading + .step-dl {
    margin-top: 19.5px;
  }
  .step-dl + .step-dl {
    margin-top: 13px;
  }
  .step-dt {
    padding: 13px;
    border-radius: 6.5px 0 0 6.5px;
  }
  .step-dd {
    padding: 13px;
    border-radius: 0 6.5px 6.5px 0;
  }
  .step-dl.is-active::after {
    content: "";
    width: 52px;
    height: 32.5px;
    top: -23.4px;
  }
}

.epilogue {
  background: white;
  padding: 10.6666666667vw 0vw;
  text-align: center;
}
.epilogue p {
  text-align: center;
  font-size: 3.4666666667vw;
  line-height: 1.5384615385;
  font-weight: 900;
}
@media screen and (min-width: 961px) {
  .epilogue p {
    font-size: 16.9px;
  }
}
.epilogue p em {
  z-index: 1;
}
.epilogue p em::before {
  height: 1em;
  transform: translateY(-0.2em);
}
@media screen and (min-width: 961px) {
  .epilogue {
    padding: 52px 19.5px;
  }
}

.next {
  background: #025249 url(../images/next_bg.jpg) no-repeat 0 0/cover;
  text-align: center;
  padding: 5.3333333333vw 5.3333333333vw;
  color: white;
}
.next-heading img:nth-child(1) {
  width: 20.8vw;
  margin: 0 auto 2.6666666667vw;
}
.next p {
  margin-top: 4vw;
  margin-left: -1em;
  margin-right: -1em;
  font-size: 3.2vw;
  line-height: 1.3333333333;
}
@media screen and (min-width: 961px) {
  .next p {
    font-size: 15.6px;
  }
}
@media screen and (min-width: 961px) {
  .next {
    padding: 26px 26px;
  }
  .next-heading img:nth-child(1) {
    width: 101.4px;
    margin: 0 auto 13px;
  }
  .next p {
    margin-top: 19.5px;
  }
}

.banner {
  margin-top: 10.6666666667vw;
}
.banner a {
  display: block;
  border-width: 0.5333333333vw;
  border-style: solid;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
.banner a.detail {
  position: relative;
  padding-bottom: 13.3333333333vw;
}
.banner a.detail::before {
  content: "この保険を詳しくみる";
  font-size: 4vw;
  line-height: 3.3333333333;
  font-weight: 600;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .banner a.detail::before {
    font-size: 19.5px;
  }
}
.banner a.detail::after {
  content: "";
  display: block;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background: url(../images/icon_arrow.svg) no-repeat 0 0/contain;
  position: absolute;
  bottom: 4.8vw;
  right: 4vw;
}
.banner a.b1 {
  border-color: #23C0F5;
}
.banner a.b1.detail {
  background: #23C0F5;
}
.banner a.b2 {
  border-color: #E8342F;
}
.banner a.b2.detail {
  background: #E8342F;
}
.banner a.b3 {
  border-color: #B1158B;
}
.banner a.b3.detail {
  background: #B1158B;
}
@media screen and (min-width: 961px) {
  .banner {
    margin-top: 52px;
  }
  .banner a {
    border-width: 2.6px;
    border-radius: 13px;
  }
  .banner a.detail {
    padding-bottom: 65px;
  }
  .banner a.detail::before {
    height: 65px;
  }
  .banner a.detail::after {
    content: "";
    width: 18.2px;
    height: 18.2px;
    bottom: 23.4px;
    right: 19.5px;
  }
}

.bottom-contents {
  padding: 13.3333333333vw 4vw 0;
}
.bottom-contents .bottom-heading {
  width: 72.2666666667vw;
  margin: auto;
}
.bottom-contents .bottom-heading + * {
  margin-top: 5.3333333333vw;
}
.bottom-contents .text {
  color: #025249;
  margin-top: 5.3333333333vw;
  font-size: 3.2vw;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .bottom-contents .text {
    font-size: 15.6px;
  }
}
.bottom-contents .note {
  color: #025249;
  margin-top: 5.3333333333vw;
  font-size: 2.6666666667vw;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .bottom-contents .note {
    font-size: 13px;
  }
}
@media screen and (min-width: 961px) {
  .bottom-contents {
    padding: 65px 19.5px 0;
  }
  .bottom-contents .bottom-heading {
    width: 352.3px;
  }
  .bottom-contents .bottom-heading + * {
    margin-top: 26px;
  }
  .bottom-contents .text {
    margin-top: 26px;
  }
  .bottom-contents .note {
    margin-top: 26px;
  }
}

.other-link {
  background: white;
  padding: 14.6666666667vw 4vw 0;
}
.other-link-heading {
  width: 64vw;
  margin: auto;
}
.other-link-list {
  margin-top: 5.3333333333vw;
}
.other-link-list li + li {
  margin-top: 4vw;
}
@media screen and (min-width: 961px) {
  .other-link {
    padding: 71.5px 19.5px 0;
  }
  .other-link-heading {
    width: 312px;
  }
  .other-link-list {
    margin-top: 26px;
  }
  .other-link-list li + li {
    margin-top: 19.5px;
  }
}

.note-box {
  margin-top: 5.3333333333vw;
  border: 0.5333333333vw dotted #025249;
  padding: 1.3333333333vw 2.6666666667vw;
  font-size: 3.2vw;
  line-height: 1.3333333333;
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 961px) {
  .note-box {
    font-size: 15.6px;
  }
}
.note-box a {
  color: #00a090;
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  .note-box {
    margin-top: 26px;
    border: 2.6px dotted #025249;
    padding: 6.5px 13px;
    border-radius: 6.5px;
  }
}

.adulation-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 4vw;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 1;
}
.adulation-banner .pc {
  display: none;
}
@media screen and (min-width: 961px) {
  .adulation-banner {
    z-index: 0;
  }
  .adulation-banner .sp {
    display: none;
  }
  .adulation-banner .pc {
    display: block;
  }
}
.adulation-banner-inner {
  position: relative;
}
.adulation-banner-close {
  border: 0.5333333333vw solid #1EBDF4;
  background: white;
  border-radius: 100%;
  width: 6.4vw;
  height: 6.4vw;
  position: absolute;
  top: -3.2vw;
  right: 3.2vw;
  transform: rotate(45deg);
}
.adulation-banner-close::before, .adulation-banner-close::after {
  content: "";
  display: block;
  width: 70%;
  height: 0.5333333333vw;
  background: #1EBDF4;
  position: absolute;
  inset: 0;
  margin: auto;
}
.adulation-banner-close::after {
  transform: rotate(90deg);
}
@media screen and (min-width: 961px) {
  .adulation-banner {
    background: #C4EEF8;
    width: clamp(300px, 50vw, 800px);
    height: clamp(300px, 50vw, 800px);
    border-radius: 100%;
    bottom: 0;
    left: calc(50% + 100px);
    padding: 80px clamp(30px, 13vw, 160px) 80px 180px;
    transform: translateY(30%);
  }
  .adulation-banner-inner {
    position: relative;
    margin: 0 auto;
    padding: 0;
  }
  .adulation-banner-heading {
    max-width: 271px;
    margin: auto;
  }
  .adulation-banner a {
    display: block;
    margin-top: 20px;
  }
  .adulation-banner p {
    font-size: 3.2vw;
    line-height: 1.3333333333;
    margin-top: 20px;
  }
}
@media screen and (min-width: 961px) and (min-width: 961px) {
  .adulation-banner p {
    font-size: 15.6px;
  }
}
@media screen and (min-width: 691px) and (max-width: 1600px) {
  .adulation-banner {
    transform: translateY(40%);
    padding: clamp(30px, 3vw, 80px) clamp(30px, 13vw, 160px) clamp(30px, 3vw, 80px) 180px;
  }
  .adulation-banner p {
    font-size: 1vw;
  }
  .adulation-banner a,
  .adulation-banner p,
  .adulation-banner .button {
    margin-top: clamp(5px, 0.5vw, 20px);
  }
  .adulation-banner .button a {
    padding-top: clamp(5px, 1.2vw, 19px);
    padding-bottom: clamp(5px, 1.2vw, 19px);
    font-size: clamp(5px, 1.2vw, 19px);
  }
}

.kv-img {
  padding-top: 2.6666666667vw;
  margin-bottom: 0;
}
@media screen and (min-width: 961px) {
  .kv-img {
    padding-top: 13px;
  }
}

.savings {
  margin-top: 8vw;
}
.savings-heading {
  margin-bottom: 5.3333333333vw;
}
.savings-block {
  border-radius: 8vw 8vw 0 0;
  padding: 8vw 4vw 16vw;
  background: #caf1ec;
  margin-bottom: -8vw;
}
.savings-block:nth-of-type(2) {
  background: white;
}
.savings-block:last-child {
  margin-bottom: 0;
  padding-bottom: 8vw;
}
.savings-block label {
  display: block;
  border: 0.5333333333vw solid #00a090;
  border-radius: 1.6vw;
  text-align: center;
  font-size: 3.2vw;
  line-height: 1;
  font-weight: 900;
  padding: 1.3333333333vw;
  background: white;
}
@media screen and (min-width: 961px) {
  .savings-block label {
    font-size: 15.6px;
  }
}
.savings-block label span {
  font-size: 5.3333333333vw;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .savings-block label span {
    font-size: 26px;
  }
}
.savings-block input {
  display: none;
}
.savings-block input:checked + label {
  background: #00a090;
  color: white;
}
.savings-block .age {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6666666667vw;
  margin-top: 5.3333333333vw;
}
.savings-block .age > div {
  flex: 1 1 calc(33.33% - 5.3333333333vw);
}
.savings-block .structure {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6666666667vw;
  margin-top: 5.3333333333vw;
}
.savings-block .structure > div {
  flex: 1 1 calc(50% - 2.6666666667vw);
}
.savings-block .structure > div label {
  font-size: 3.7333333333vw;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .savings-block .structure > div label {
    font-size: 18.2px;
  }
}
.savings-block .result {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6666666667vw;
  margin-top: 5.3333333333vw;
}
.savings-block .result-item {
  flex: 1 1 calc(50% - 2.6666666667vw);
  background: white;
  border-radius: 1.6vw;
  text-align: center;
  padding: 5.3333333333vw;
}
.savings-block .result-item h3 {
  color: #00a090;
  font-size: 3.7333333333vw;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .savings-block .result-item h3 {
    font-size: 18.2px;
  }
}
.savings-block .result-item div {
  margin-top: 2.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1;
  font-weight: 900;
}
@media screen and (min-width: 961px) {
  .savings-block .result-item div {
    font-size: 18.2px;
  }
}
.savings-block .result-item div > span {
  font-size: 5.8666666667vw;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .savings-block .result-item div > span {
    font-size: 28.6px;
  }
}
.savings-step1-heading {
  width: 58.6666666667vw;
}
.savings-step2-heading {
  width: 74.6666666667vw;
}
.savings-step-heading {
  width: 80vw;
  margin: auto;
}
.savings-box {
  border-radius: 2.6666666667vw;
  border: 0.5333333333vw dotted #00a090;
  margin-top: 5.3333333333vw;
  padding: 1.3333333333vw 2.6666666667vw;
}
.savings-box > dl {
  font-size: 3.2vw;
  line-height: 1.5;
  display: flex;
}
@media screen and (min-width: 961px) {
  .savings-box > dl {
    font-size: 15.6px;
  }
}
.savings-box > dl dt {
  white-space: nowrap;
}
.savings-box > dl + dl {
  margin-top: 1.3333333333vw;
}
.savings-text {
  font-size: 2.6666666667vw;
  line-height: 1.5;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 961px) {
  .savings-text {
    font-size: 13px;
  }
}
@media screen and (min-width: 961px) {
  .savings {
    margin-top: 39px;
  }
  .savings-heading {
    margin-bottom: 26px;
  }
  .savings-block {
    border-radius: 39px 39px 0 0;
    padding: 39px 19.5px 78px;
    margin-bottom: -39px;
  }
  .savings-block:last-child {
    padding-bottom: 39px;
  }
  .savings-block label {
    border: 2.6px solid #00a090;
    border-radius: 7.8px;
    padding: 6.5px;
  }
  .savings-block label span {
    font-size: 5.3333333333vw;
    line-height: 1;
  }
}
@media screen and (min-width: 961px) and (min-width: 961px) {
  .savings-block label span {
    font-size: 26px;
  }
}
@media screen and (min-width: 961px) {
  .savings-block .age {
    gap: 13px;
    margin-top: 26px;
  }
  .savings-block .age > div {
    flex: 1 1 calc(33.33% - 26px);
  }
  .savings-block .structure {
    gap: 13px;
    margin-top: 26px;
  }
  .savings-block .structure > div {
    flex: 1 1 calc(50% - 13px);
  }
  .savings-block .result {
    gap: 13px;
    margin-top: 26px;
  }
  .savings-block .result-item {
    flex: 1 1 calc(50% - 13px);
    border-radius: 7.8px;
    padding: 26px;
  }
  .savings-block .result-item div {
    margin-top: 13px;
  }
  .savings-step1-heading {
    width: 286px;
  }
  .savings-step2-heading {
    width: 364px;
  }
  .savings-step-heading {
    width: 390px;
  }
  .savings-box {
    border-radius: 13px;
    border: 2.6px dotted #00a090;
    margin-top: 26px;
    padding: 6.5px 13px;
  }
  .savings-box > dl + dl {
    margin-top: 6.5px;
  }
  .savings-text {
    margin-top: 26px;
  }
}

.savings2 {
  padding-top: 10.6666666667vw;
}
.savings2-heading {
  margin-bottom: 5.3333333333vw;
}
.savings2-heading2 {
  display: flex;
  align-items: center;
  font-size: 3.4666666667vw;
  line-height: 1.5384615385;
  padding-right: 10.6666666667vw;
  position: relative;
  margin-left: -2.6666666667vw;
}
@media screen and (min-width: 961px) {
  .savings2-heading2 {
    font-size: 16.9px;
  }
}
.savings2-heading2 img {
  width: 29.3333333333vw;
}
.savings2-heading2 p {
  text-decoration: none;
}
.savings2-heading2 span {
  display: block;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto;
  transition: all 0.3s ease;
}
.savings2-heading2 span::before, .savings2-heading2 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5333333333vw;
  background: #00a090;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: all 0.3s ease;
}
.savings2-heading2 span::after {
  transform: rotate(90deg);
}
.savings2-heading2.is-open span {
  transform: rotate(180deg);
}
.savings2-heading2.is-open span::after {
  transform: rotate(180deg);
}
.savings2-contents {
  border: 0.5333333333vw solid #025249;
  border-radius: 2.6666666667vw;
  padding: 1.3333333333vw 2.6666666667vw;
  background: white;
  margin: 4vw;
}
.savings2-contents .ac-contents-body-inner > *:last-child {
  padding-bottom: 2.6666666667vw;
}
.savings2-contents .ac-contents-body p {
  font-size: 3.2vw;
  line-height: 1.3333333333;
}
@media screen and (min-width: 961px) {
  .savings2-contents .ac-contents-body p {
    font-size: 15.6px;
  }
}
@media screen and (min-width: 961px) {
  .savings2 {
    padding-top: 52px;
  }
  .savings2-heading {
    margin-bottom: 26px;
  }
  .savings2-heading2 {
    padding-right: 52px;
    margin-left: -13px;
  }
  .savings2-heading2 img {
    width: 143px;
  }
  .savings2-heading2 span {
    width: 18.2px;
    height: 18.2px;
  }
  .savings2-heading2 span::before, .savings2-heading2 span::after {
    content: "";
    height: 2.6px;
  }
  .savings2-contents {
    border: 2.6px solid #025249;
    border-radius: 13px;
    padding: 6.5px 13px;
    margin: 19.5px;
  }
  .savings2-contents .ac-contents-body-inner > *:last-child {
    padding-bottom: 13px;
  }
}

.savings3-heading {
  margin-top: 10.6666666667vw;
}
.savings3-heading2.adjust {
  width: 72vw;
  margin: auto;
}
.savings3-heading2:not(:first-child) {
  margin-top: 8vw;
}
.savings3-box {
  border: 0.5333333333vw solid #00a090;
  border-radius: 2.6666666667vw;
  padding: 4vw;
  margin: 5.3333333333vw 4vw 0;
}
.savings3-text {
  font-size: 3.2vw;
  line-height: 1.3333333333;
  text-align: center;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 961px) {
  .savings3-text {
    font-size: 15.6px;
  }
}
.savings3-dl {
  margin-top: 5.3333333333vw;
}
.savings3-dl > dt {
  background: #00a090;
  padding: 2.1333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1;
  font-weight: 900;
  color: white;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .savings3-dl > dt {
    font-size: 18.2px;
  }
}
.savings3-dl > dd {
  background: #eee;
  padding: 4vw;
  font-size: 3.4666666667vw;
  line-height: 1.3846153846;
}
@media screen and (min-width: 961px) {
  .savings3-dl > dd {
    font-size: 16.9px;
  }
}
.savings3-dl > dd li {
  display: flex;
  align-items: center;
  gap: 1.3333333333vw;
}
.savings3-dl > dd li + li {
  margin-top: 1.3333333333vw;
}
.savings3-dl > dd li::before {
  content: "";
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background: url(../images/icon_check.svg) no-repeat 0 0/contain;
  flex: 1 0 3.7333333333vw;
}
.savings3-dl > dd li > p {
  width: 100%;
  text-align: left;
  flex: 1 1 auto;
}
@media screen and (min-width: 961px) {
  .savings3-heading {
    margin-top: 52px;
  }
  .savings3-heading2.adjust {
    width: 351px;
  }
  .savings3-heading2:not(:first-child) {
    margin-top: 39px;
  }
  .savings3-box {
    border: 2.6px solid #00a090;
    border-radius: 13px;
    padding: 19.5px;
    margin: 26px 19.5px 0;
  }
  .savings3-text {
    margin-top: 13px;
  }
  .savings3-dl {
    margin-top: 26px;
  }
  .savings3-dl > dt {
    padding: 10.4px;
  }
  .savings3-dl > dd {
    padding: 19.5px;
    font-size: 3.4666666667vw;
    line-height: 1.3846153846;
  }
}
@media screen and (min-width: 961px) and (min-width: 961px) {
  .savings3-dl > dd {
    font-size: 16.9px;
  }
}
@media screen and (min-width: 961px) {
  .savings3-dl > dd li {
    gap: 6.5px;
  }
  .savings3-dl > dd li + li {
    margin-top: 6.5px;
  }
  .savings3-dl > dd li::before {
    content: "";
    width: 18.2px;
    height: 18.2px;
    background: url(../images/icon_check.svg) no-repeat 0 0/contain;
    flex: 1 0 18.2px;
  }
}

.bottom-contents.adjust {
  padding: 0;
}
.bottom-contents.adjust .banner:nth-of-type(1) {
  margin-top: 5.3333333333vw;
}

.next-heading img:nth-child(2) {
  width: 66.4vw;
  margin: auto;
}