@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);
  }
}

.note + .bottom-heading {
  margin-top: 10.6666666667vw;
}
.note + .bottom-heading + .banner {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 961px) {
  .note + .bottom-heading {
    margin-top: 52px;
  }
  .note + .bottom-heading + .banner {
    margin-top: 26px;
  }
}

.kv-img {
  padding: 5.3333333333vw 0 10.6666666667vw;
}
@media screen and (min-width: 961px) {
  .kv-img {
    padding: 26px 0 52px;
  }
}

.epilogue {
  padding-bottom: 0;
}

.content1 {
  padding: 5.3333333333vw 4vw 10.6666666667vw;
}
.content1-heading {
  margin: 0 -4vw;
}
.content1-text {
  margin-top: 5.3333333333vw;
  font-size: 3.2vw;
  line-height: 1.3333333333;
}
@media screen and (min-width: 961px) {
  .content1-text {
    font-size: 15.6px;
  }
}
.content1 .banner {
  margin-top: 5.3333333333vw;
}
.content1 .check {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 961px) {
  .content1 {
    padding: 26px 19.5px 52px;
  }
  .content1-heading {
    margin: 0 -19.5px;
  }
  .content1-text {
    margin-top: 26px;
  }
  .content1 .banner {
    margin-top: 26px;
  }
  .content1 .check {
    margin-top: 26px;
  }
}

.content2 {
  background: #caf1ec;
  padding: 4vw 4vw 10.6666666667vw;
}
.content2-heading {
  margin: 0 -4vw -4vw;
}
.content2-qa {
  background: white;
  border: 0.5333333333vw solid #00a090;
  border-radius: 2.6666666667vw;
  padding: 4vw;
  position: relative;
}
.content2-qa + .content2-qa {
  margin-top: 4vw;
}
.content2-qa-heading {
  display: flex;
  align-items: center;
  font-size: 3.4666666667vw;
  line-height: 1.3846153846;
  padding-right: 10.6666666667vw;
  position: relative;
}
@media screen and (min-width: 961px) {
  .content2-qa-heading {
    font-size: 16.9px;
  }
}
.content2-qa-heading div {
  width: 14.6666666667vw;
  height: 7.4666666667vw;
}
.content2-qa-heading div img {
  width: auto;
  height: 7.4666666667vw;
}
.content2-qa-heading p {
  text-decoration: none;
}
.content2-qa-heading span {
  display: block;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  position: absolute;
  inset: 0 4vw 0 auto;
  margin: auto;
  transition: all 0.3s ease;
}
.content2-qa-heading span::before, .content2-qa-heading span::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5333333333vw;
  background: #00a090;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: all 0.3s ease;
}
.content2-qa-heading span::after {
  transform: rotate(90deg);
}
.content2-qa-heading.is-open span {
  transform: rotate(180deg);
}
.content2-qa-heading.is-open span::after {
  transform: rotate(180deg);
}
.content2-qa .ac-contents-body-inner {
  padding-top: 2.6666666667vw;
  font-size: 3.2vw;
  line-height: 1.8333333333;
}
@media screen and (min-width: 961px) {
  .content2-qa .ac-contents-body-inner {
    font-size: 15.6px;
  }
}
.content2-qa .ac-contents-body-inner p a {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  .content2 {
    padding: 19.5px 19.5px 52px;
  }
  .content2-heading {
    margin: 0 -19.5px -19.5px;
  }
  .content2-qa {
    border: 2.6px solid #00a090;
    border-radius: 13px;
    padding: 19.5px;
  }
  .content2-qa + .content2-qa {
    margin-top: 19.5px;
  }
  .content2-qa-heading {
    padding-right: 52px;
  }
  .content2-qa-heading div {
    width: 71.5px;
    height: 36.4px;
  }
  .content2-qa-heading div img {
    height: 36.4px;
  }
  .content2-qa-heading span {
    width: 18.2px;
    height: 18.2px;
    inset: 0 19.5px 0 auto;
  }
  .content2-qa-heading span::before, .content2-qa-heading span::after {
    content: "";
    height: 2.6px;
  }
  .content2-qa .ac-contents-body-inner {
    padding-top: 13px;
  }
}

.content3 {
  background: white;
  padding: 10.6666666667vw 4vw 0;
}
.content3-heading {
  margin: 0 -4vw;
}
.content3-anker-text {
  margin-top: 5.3333333333vw;
  display: flex;
  margin-bottom: -5.3333333333vw;
}
.content3-anker-text > p {
  font-size: 3.2vw;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .content3-anker-text > p {
    font-size: 15.6px;
  }
}
.content3-anker-text > div {
  width: 32.8vw;
  flex: 1 0 32.8vw;
}
.content3-anker-list {
  position: relative;
  border: 1.0666666667vw solid #00a090;
  border-radius: 1.3333333333vw;
  background: white;
  display: flex;
}
.content3-anker-list li {
  width: 20%;
  flex: 0 0 20%;
  padding: 0 2.6666666667vw 1.3333333333vw;
}
.content3-anker-list li:not(:first-child) {
  border-left: 0.2666666667vw solid #00a090;
}
.content3-g {
  margin-top: 8vw;
}
.content3-g li {
  margin-top: 2.6666666667vw;
}
.content3-g + p {
  text-align: center;
  font-size: 2.6666666667vw;
  line-height: 1.4;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 961px) {
  .content3-g + p {
    font-size: 13px;
  }
}
@media screen and (min-width: 961px) {
  .content3 {
    padding: 52px 19.5px 0;
  }
  .content3-heading {
    margin: 0 -19.5px;
  }
  .content3-anker-text {
    margin-top: 26px;
    display: flex;
    margin-bottom: -26px;
  }
  .content3-anker-text > div {
    width: 159.9px;
    flex: 1 0 159.9px;
  }
  .content3-anker-list {
    border: 5.2px solid #00a090;
    border-radius: 6.5px;
  }
  .content3-anker-list li {
    padding: 0 13px 6.5px;
  }
  .content3-anker-list li:not(:first-child) {
    border-left: 1.3px solid #00a090;
  }
  .content3-g {
    margin-top: 39px;
  }
  .content3-g li {
    margin-top: 13px;
  }
  .content3-g + p {
    margin-top: 13px;
  }
}