@charset "UTF-8";
:where(#special) a,
:where(#special) abbr,
:where(#special) address,
:where(#special) article,
:where(#special) aside,
:where(#special) audio,
:where(#special) blockquote,
:where(#special) canvas,
:where(#special) caption,
:where(#special) cite,
:where(#special) code,
:where(#special) dd,
:where(#special) details,
:where(#special) dfn,
:where(#special) div,
:where(#special) dl,
:where(#special) dt,
:where(#special) em,
:where(#special) embed,
:where(#special) fieldset,
:where(#special) figcaption,
:where(#special) figure,
:where(#special) footer,
:where(#special) form,
:where(#special) h1,
:where(#special) h2,
:where(#special) h3,
:where(#special) h4,
:where(#special) h5,
:where(#special) h6,
:where(#special) header,
:where(#special) hgroup,
:where(#special) iframe,
:where(#special) img,
:where(#special) ins,
:where(#special) label,
:where(#special) legend,
:where(#special) li,
:where(#special) mark,
:where(#special) menu,
:where(#special) nav,
:where(#special) object,
:where(#special) ol,
:where(#special) output,
:where(#special) p,
:where(#special) pre,
:where(#special) q,
:where(#special) ruby,
:where(#special) section,
:where(#special) small,
:where(#special) span,
:where(#special) strong,
:where(#special) sub,
:where(#special) summary,
:where(#special) sup,
:where(#special) table,
:where(#special) tbody,
:where(#special) td,
:where(#special) tfoot,
:where(#special) th,
:where(#special) thead,
:where(#special) time,
:where(#special) tr,
:where(#special) ul,
:where(#special) video {
  border: 0;
  margin: 0;
  padding: 0;
}
:where(#special) article,
:where(#special) aside,
:where(#special) details,
:where(#special) figcaption,
:where(#special) figure,
:where(#special) footer,
:where(#special) header,
:where(#special) hgroup,
:where(#special) main,
:where(#special) menu,
:where(#special) nav,
:where(#special) section {
  display: block;
}
:where(#special) address,
:where(#special) caption,
:where(#special) cite,
:where(#special) code,
:where(#special) dfn,
:where(#special) em,
:where(#special) strong,
:where(#special) th,
:where(#special) var {
  font-style: normal;
}
:where(#special) table {
  border-collapse: collapse;
  border-spacing: 0;
}
:where(#special) caption,
:where(#special) td,
:where(#special) th {
  text-align: left;
}
:where(#special) q:before, :where(#special) q:after {
  content: "";
}
:where(#special) embed,
:where(#special) object {
  vertical-align: top;
}
:where(#special) abbr,
:where(#special) acronym,
:where(#special) fieldset,
:where(#special) img {
  border: 0;
}
:where(#special) button,
:where(#special) input,
:where(#special) select,
:where(#special) textarea {
  font: inherit;
}
:where(#special) ol[class] > li,
:where(#special) ul[class] > li {
  list-style-type: none;
}
:where(#special) a,
:where(#special) button,
:where(#special) label {
  cursor: pointer;
}
:where(#special) button {
  background: none;
  margin: 0;
  padding: 0;
}
:where(#special) img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
}
:where(#special) button-moz-focus-inner,
:where(#special) input-moz-focus-inner {
  border: 0;
  padding: 0;
}
:where(#special) {
  font-smooth: always;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7;
}
:where(#special) *,
:where(#special) :after,
:where(#special) :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:where(#special) :after,
:where(#special) :before {
  pointer-events: none;
}
:where(#special) .popin {
  opacity: 0;
}
:where(#special) .popin.animated {
  -webkit-animation: poko 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
          animation: poko 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  opacity: 0;
}
@-webkit-keyframes poko {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes poko {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
:where(#special) .fadein {
  opacity: 0;
}
:where(#special) .fadein.animated {
  -webkit-animation: fade-in 0.5s ease-out forwards;
          animation: fade-in 0.5s ease-out forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
:where(#special) .bnrarea {
  background-color: #fff;
  margin: 85px auto 0px;
  max-width: 550px;
  width: 55%;
}
@media screen and (max-width: 1000px) {
  :where(#special) .bnrarea {
    margin-top: 5.3vw;
  }
}
@media not all and (min-width: 767px) {
  :where(#special) .bnrarea {
    margin-bottom: 0;
    margin-top: 15.28vw;
    width: 90.28vw;
  }
}
:where(#special) .bnrarea_tit {
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.66;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  :where(#special) .bnrarea_tit {
    font-size: 1.5vw;
  }
}
@media not all and (min-width: 767px) {
  :where(#special) .bnrarea_tit {
    font-size: 3.89vw;
    line-height: 1.41;
  }
}
:where(#special) .bnrarea_tit span {
  display: inline-block;
  position: relative;
}
:where(#special) .bnrarea_tit span:before, :where(#special) .bnrarea_tit span:after {
  bottom: 8px;
  content: "";
  display: block;
  height: 29px;
  position: absolute;
  width: 14px;
}
@media screen and (max-width: 1000px) {
  :where(#special) .bnrarea_tit span:before, :where(#special) .bnrarea_tit span:after {
    height: 2.9vw;
    width: 1.4vw;
  }
}
@media not all and (min-width: 767px) {
  :where(#special) .bnrarea_tit span:before, :where(#special) .bnrarea_tit span:after {
    height: 3.75vw;
    width: 1.51vw;
  }
}
:where(#special) .bnrarea_tit span:before {
  background: url(/products/syusin/itijibarai/resource/img/bnrarea_border_left.png) 0 bottom no-repeat;
  background-size: contain;
  left: -34px;
}
@media screen and (max-width: 1000px) {
  :where(#special) .bnrarea_tit span:before {
    left: -3.4vw;
  }
}
@media not all and (min-width: 767px) {
  :where(#special) .bnrarea_tit span:before {
    left: -5.56vw;
  }
}
:where(#special) .bnrarea_tit span:after {
  background: url(/products/syusin/itijibarai/resource/img/bnrarea_border_right.png) 0 bottom no-repeat;
  background-size: contain;
  right: -34px;
}
@media screen and (max-width: 1000px) {
  :where(#special) .bnrarea_tit span:after {
    right: -3.4vw;
  }
}
@media not all and (min-width: 767px) {
  :where(#special) .bnrarea_tit span:after {
    right: -5.56vw;
  }
}
:where(#special) .bnrarea_list {
  margin-top: 22px;
}
@media screen and (max-width: 1000px) {
  :where(#special) .bnrarea_list {
    margin-top: 3vw;
  }
}
@media not all and (min-width: 767px) {
  :where(#special) .bnrarea_list {
    margin-top: 4.17vw;
  }
}
:where(#special) .bnrarea_list_img-01.animated {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
:where(#special) .bnrarea_list_img-02.animated {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}
:where(#special) .bnrarea_list_img-03.animated {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}
:where(#special) .bnrarea_list_img + .bnrarea_list_img {
  margin-top: 15px;
}
@media screen and (max-width: 1000px) {
  :where(#special) .bnrarea_list_img + .bnrarea_list_img {
    margin-top: 1.5vw;
  }
}
@media not all and (min-width: 767px) {
  :where(#special) .bnrarea_list_img + .bnrarea_list_img {
    margin-top: 4.17vw;
  }
}
@media not all and (min-width: 767px) {
  .summary :where(#special) .bnrarea {
    margin-top: 6.11vw;
  }
  .summary :where(#special) .bnrarea + .bnrarea {
    margin-top: 6.67vw;
  }
}
:where(#special) .cta_bg {
  background-color: #ebf6f9;
  padding: 65px 0 104px;
}
@media not all and (min-width: 767px) {
  :where(#special) .cta_bg {
    padding: 10.83vw 0 15.28vw;
  }
}
:where(#special) .cta_contents {
  margin: 0 auto;
  max-width: 1000px;
  width: 95%;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media not all and (min-width: 767px) {
  :where(#special) .cta_contents {
    max-width: 90.28vw;
  }
}
:where(#special) .cta_tit {
  margin: 0 auto;
  max-width: 396px;
  width: 39.6%;
}
@media not all and (min-width: 767px) {
  :where(#special) .cta_tit {
    max-width: 100%;
    width: 41.67vw;
  }
}
:where(#special) .cta_box {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*align-items: flex-end;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  :where(#special) .cta_box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media not all and (min-width: 767px) {
  :where(#special) .cta_box {
    margin-top: 4.17vw;
    width: 100%;
  }
}
@media all and (min-width: 767px) {
  :where(#special) .list__annotation_number {
    text-align: left;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  :where(#special) .list__annotation_number li {
    padding: 0 0 0 30px !important;
  }
  :where(#special) .list__annotation_number li + li {
    margin-top: 14px !important;
  }
}
@media all and (max-width: 766px) {
  :where(#special) .list__annotation_number {
    text-align: left;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  :where(#special) .list__annotation_number li {
    padding: 0 0 0 8vw !important;
  }
  :where(#special) .list__annotation_number li + li {
    margin-top: 3.7333333333vw !important;
  }
}
@media all and (min-width: 767px) {
  :where(#special) .box__accordion_typeA {
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 0 13px rgb(0, 158, 221);
            box-shadow: 0 0 13px rgb(0, 158, 221);
  }
  :where(#special) .box__accordion_typeA__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 77px;
    position: relative;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-weight: 400;
    background-color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  :where(#special) .box__accordion_typeA__label::before,
  :where(#special) .box__accordion_typeA__label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 36px;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    border-radius: 3px;
    display: inline-block;
    height: 4px;
    width: 24px;
  }
  :where(#special) .box__accordion_typeA__checkbox:checked + .box__accordion_typeA__label::after {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  :where(#special) .box__accordion_typeA__checkbox:checked + label + .box__accordion_typeA__contents {
    padding: 0 20px 14px !important;
  }
  :where(#special) .box__accordion_typeA__checkbox:checked + .box__accordion_typeA__label::before {
    width: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  :where(#special) .real .box__accordion_typeA__checkbox:checked + label + .box__accordion_typeA__contents {
    padding: 0 40px 50px !important;
    background: #fff;
    margin-top: 40px;
  }
}
@media all and (max-width: 766px) {
  :where(#special) .box__accordion_typeA {
    border-radius: 5.3333333333vw;
    overflow: hidden;
    background-color: #fff;
  }
  :where(#special) .box__accordion_typeA__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 11.7333333333vw;
    position: relative;
    font-size: 3.7333333333vw;
    letter-spacing: -0.02em;
    line-height: 1.7;
    font-weight: 400;
    background-color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  :where(#special) .box__accordion_typeA__label::before,
  :where(#special) .box__accordion_typeA__label::after {
    content: "";
    position: absolute;
    top: 48%;
    right: 5.3333333333vw;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    background-color: #0073b7;
    border-radius: 99px;
    display: inline-block;
    height: 0.5333333333vw;
    width: 3.2vw;
  }
  :where(#special) .box__accordion_typeA__checkbox:checked + .box__accordion_typeA__label::after {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  :where(#special) .box__accordion_typeA__checkbox:checked + label + .box__accordion_typeA__contents {
    padding: 0 2.6666666667vw 8vw !important;
  }
  :where(#special) .box__accordion_typeA__checkbox:checked + .box__accordion_typeA__label::before {
    width: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  :where(#special) .real .box__accordion_typeA__checkbox:checked + label + .box__accordion_typeA__contents {
    padding: 0 2.6666666667vw 10.6666666667vw !important;
    background: #fff;
    margin-top: 2.6666666667vw !important;
  }
  :where(#special) .point .box__accordion_typeA__checkbox:checked + label + .box__accordion_typeA__contents {
    padding: 0 2.6666666667vw 2.6666666667vw !important;
  }
}
:where(#special) .box__accordion_typeA__checkbox:checked + label + .box__accordion_typeA__contents {
  height: auto;
  padding: 20px;
  opacity: 1;
  -webkit-transition: height 0.75s ease-in-out, opacity 0.75s ease-in-out;
  transition: height 0.75s ease-in-out, opacity 0.75s ease-in-out;
}
@media all and (min-width: 767px) {
  :where(#special) .box__accordion_typeA__label {
    padding: 14px !important;
    height: auto;
    width: 100%;
    font-size: 14px;
  }
  :where(#special) .box__accordion_typeA__contents {
    max-width: 800px;
    margin-inline: auto;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
  :where(#special) .point * .accordion_btn {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  :where(#special) .accordion_toggle_btn .box__accordion_typeA__label {
    display: block;
    width: 65px;
    height: 65px;
    position: relative;
    background-color: #4684bc;
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 0 !important;
    margin: 0 auto !important;
  }
  :where(#special) .accordion_toggle_btn .box__accordion_typeA {
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: unset;
    margin: 0 auto !important;
  }
  :where(#special) .accordion_toggle_btn .box__accordion_typeA__label::before,
  :where(#special) .accordion_toggle_btn .box__accordion_typeA__label::after {
    background: #fff;
    right: 20px;
  }
  :where(#special) .real .box__accordion_typeA__label {
    margin-bottom: 0 !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: block;
  }
  :where(#special) .real .contents {
    padding: 40px 0 0 !important;
    max-width: 808px;
    width: 100%;
    margin: 0 auto !important;
    font-weight: 700;
    letter-spacing: normal;
  }
  :where(#special) .further .box__accordion_typeA__label,
  :where(#special) .example .box__accordion_typeA__label {
    font-size: 20px;
  }
}
@media all and (max-width: 766px) {
  :where(#special) .box__accordion_typeA__label {
    padding: 3.2vw !important;
    height: auto;
    min-height: auto;
    width: 100%;
    font-size: 3.7333333333vw !important;
  }
  :where(#special) .box__accordion_typeA__contents {
    font-size: 3.7333333333vw;
    letter-spacing: -0.02em;
    text-align: left;
    font-weight: 400;
    line-height: 1.5;
  }
  :where(#special) .point * .accordion_btn {
    margin-left: 4.8vw !important;
    margin-right: 4.8vw !important;
  }
  :where(#special) .box__accordion_typeA {
    border-radius: 2.6666666667vw !important;
  }
  :where(#special) .accordion_toggle_btn .box__accordion_typeA__label {
    display: block !important;
    width: 16vw !important;
    height: 16vw !important;
    position: relative;
    background-color: #4684bc;
    border-radius: 50%;
    padding: 0 !important;
    margin: 0 auto !important;
  }
  :where(#special) .accordion_toggle_btn .box__accordion_typeA {
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: unset;
    margin: 0 auto !important;
  }
  :where(#special) .accordion_toggle_btn .box__accordion_typeA__label::before,
  :where(#special) .accordion_toggle_btn .box__accordion_typeA__label::after {
    background: #fff;
    right: 4.6666666667vw;
    height: 1.3333333333vw;
    width: 6.6666666667vw;
  }
  :where(#special) .real.accordion_btn {
    margin: 0 4.8vw !important;
  }
  :where(#special) .real .box__accordion_typeA__label {
    margin-bottom: 0 !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: block;
  }
  :where(#special) .real .contents {
    padding: 5.3333333333vw 0 0 !important;
    max-width: unset;
    width: 100%;
    margin: 0 auto !important;
    font-weight: 700;
    letter-spacing: normal;
  }
  :where(#special) .further .box__accordion_typeA__label,
  :where(#special) .example .box__accordion_typeA__label {
    font-size: 3.4666666667vw !important;
  }
  :where(#special) .real .box__accordion_typeA__label {
    padding: 1.6vw !important;
  }
}
@media all and (min-width: 767px) {
  :where(#special) .plain_btn .box__accordion_typeA {
    border: 1px solid #ccc !important;
    border-radius: 14px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  :where(#special) .plain_btn .box__accordion_typeA__label {
    padding: 14px !important;
    height: auto;
    width: 100%;
    font-size: 14px;
  }
  :where(#special) .plain_btn .box__accordion_typeA__label::before,
  :where(#special) .plain_btn .box__accordion_typeA__label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    border-radius: 3px;
    display: inline-block;
    height: 3px;
    width: 16px;
    background-color: #666;
  }
}
@media all and (max-width: 766px) {
  :where(#special) .plain_btn .box__accordion_typeA {
    border: 1px solid #ccc !important;
    max-width: unset;
  }
  :where(#special) .plain_btn .box__accordion_typeA__label {
    padding: 3.2vw !important;
    height: auto;
    width: 100%;
    font-size: 3.7333333333vw !important;
    letter-spacing: 0.16em;
  }
  :where(#special) .plain_btn .box__accordion_typeA__label::before,
  :where(#special) .plain_btn .box__accordion_typeA__label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.6666666667vw;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    background-color: #666;
    border-radius: 99px;
    display: inline-block;
    height: 0.5333333333vw;
    width: 3.2vw;
  }
  :where(#special) .plain_btn .list__annotation_number li {
    font-size: 3.7333333333vw;
  }
  :where(#special) .plain_btn .list__annotation_number li + li {
    margin-top: 1.6vw !important;
  }
  :where(#special) .plain_btn .box__accordion_typeA__checkbox:checked + label + .box__accordion_typeA__contents {
    padding-bottom: 3.7333333333vw !important;
  }
  :where(#special) .further .accordion_btn {
    margin-left: 4.8vw !important;
    margin-right: 4.8vw !important;
  }
}

@-ms-viewport {
  #special {
    width: device-width;
  }
}
@-o-viewport {
  #special {
    width: device-width;
  }
}
@viewport {
  #special {
    width: device-width;
  }
}
.block__has_full {
  margin: 0 auto;
}

.btn__goto_top {
  bottom: 30px;
}
@media not all and (min-width: 767px) {
  .btn__goto_top {
    bottom: 33.33vw;
  }
}

#karte__btn__bottom {
  display: none;
}

main .bg .container {
  width: 100%;
}
@media (min-width: 1230px) {
  main .bg .container {
    max-width: 100%;
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  main .bg .container {
    max-width: 100%;
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 576px) {
  main .bg .container {
    max-width: 100%;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  main .bg .container {
    padding: 0;
  }
}

:root {
  --base-scale: 1px;
}
@media (max-width: 1040px) {
  :root {
    --base-scale: calc(100vw / 1040);
  }
}

.btn__goto_top {
  display: none !important;
}

:where(#special) {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "MS PGothic", "Noto Sans JP", sans-serif, Helvetica, Arial !important;
}
:where(#special) .fs-14 {
  font-size: 14px !important;
}
:where(#special) .text-16 {
  font-size: calc(16 * var(--base-scale));
}
:where(#special) .text-24 {
  font-size: calc(24 * var(--base-scale));
}
:where(#special) .text-28 {
  font-size: calc(28 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  :where(#special) .sp\:text-12 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  :where(#special) .sp\:text-18 {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  :where(#special) .sp\:text-20 {
    font-size: 5.3333333333vw;
  }
}
:where(#special) .text-center {
  text-align: center;
}
:where(#special) .text-blue {
  color: #165591;
}
:where(#special) .text-blue-1 {
  color: #000099;
}
:where(#special) .bg-beige {
  background: #F7F6F0;
}
:where(#special) .maker-yellow {
  background: linear-gradient(transparent 70%, #FFF88B 0px);
}
:where(#special) .max-w-1040 {
  max-width: 1040px;
}
:where(#special) .max-w-1000 {
  max-width: 1000px;
}
:where(#special) .max-w-970 {
  max-width: 970px;
}
:where(#special) .max-w-800 {
  max-width: 800px;
}
:where(#special) .max-w-760 {
  max-width: 760px;
}
:where(#special) .mx-auto {
  margin-inline: auto;
}
:where(#special) .py-64 {
  padding-block: calc(64 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  :where(#special) .sp\:py-40 {
    padding-block: 10.6666666667vw;
  }
}
:where(#special) .px-20 {
  padding-inline: calc(20 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  :where(#special) .sp\:px-10 {
    padding-inline: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  :where(#special) .sp\:px-28 {
    padding-inline: 7.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  :where(#special) .sp\:pb-50 {
    padding-bottom: 13.3333333333vw;
  }
}
:where(#special) .mt-8 {
  margin-top: calc(8 * var(--base-scale));
}
:where(#special) .mt-40 {
  margin-top: calc(40 * var(--base-scale));
}
:where(#special) .mt-42 {
  margin-top: calc(42 * var(--base-scale));
}
:where(#special) .mt-48 {
  margin-top: calc(48 * var(--base-scale));
}
:where(#special) .mb-64 {
  margin-bottom: calc(64 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  :where(#special) .sp\:mt-10 {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  :where(#special) .sp\:mt-32 {
    margin-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  :where(#special) .sp\:mt-40 {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  :where(#special) .sp\:mb-38 {
    margin-bottom: 10.1333333333vw;
  }
}
:where(#special) .container {
  max-width: 1100px;
  margin-inline: auto;
}
:where(#special) .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  :where(#special) .sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  :where(#special) .sp-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  :where(#special) .sp-inner {
    padding-inline: 4.8vw;
  }
}
:where(#special) .title-1 {
  font-size: calc(42 * var(--base-scale));
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(#special) .title-1 {
    font-size: 6.9333333333vw;
    line-height: 10.1333333333vw;
  }
}
:where(#special) .title-1:after {
  content: "";
  display: block;
  width: calc(152 * var(--base-scale));
  height: calc(6 * var(--base-scale));
  border-radius: calc(6 * var(--base-scale));
  background: #0073B7;
  position: absolute;
  bottom: calc(-15 * var(--base-scale));
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  :where(#special) .title-1:after {
    width: 37.3333333333vw;
    height: 1.6vw;
    border-radius: 0.8vw;
    bottom: -3.2vw;
  }
}
:where(#special) .annotation {
  padding-left: 1.3em;
  font-size: calc(14 * var(--base-scale));
  line-height: 1.4;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(#special) .annotation {
    font-size: 3.7333333333vw;
  }
}
:where(#special) .annotation:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

#special ul.list__annotation_number {
  margin: 0;
}
#special .box__accordion_typeA {
  margin: 0;
}

.cta__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(20 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .cta__btns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(400 * var(--base-scale));
  height: calc(84 * var(--base-scale));
  border-radius: calc(42 * var(--base-scale));
  border: 3px solid #F06A43;
  font-size: calc(20 * var(--base-scale));
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #F06A43;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .cta__btn {
    width: 90.4vw;
    height: auto;
    border-radius: 13.3333333333vw;
    line-height: 1.4;
  }
}
.cta__btn:hover {
  opacity: 0.7 !important;
}
.cta__btn.pamphlet {
  background: #F06A43;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cta__btn.pamphlet {
    padding-block: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.cta__btn.simulator {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .cta__btn.simulator {
    padding-block: 3.7333333333vw;
    font-size: 4.2666666667vw;
  }
}
.cta__btn:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: calc(28 * var(--base-scale));
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .cta__btn:after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    position: absolute;
    top: 50%;
    right: 8vw;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
.cta__btn.simulator:after {
  border-top: 2px solid #F06A43;
  border-right: 2px solid #F06A43;
}
.cta__btn.blue {
  border-color: #0073B7;
  background: #E5F5FC;
  color: #0073B7;
}
.cta__btn.blue:after {
  border-top: 2px solid #0073B7;
  border-right: 2px solid #0073B7;
}

.cta.--fixed {
  width: 100%;
  padding-block: calc(18 * var(--base-scale));
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s opacity, 0.3s visibility;
  transition: 0.3s opacity, 0.3s visibility;
}
@media screen and (max-width: 767px) {
  .cta.--fixed {
    padding-block: 3.7333333333vw;
  }
}
.cta.--fixed.--show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .cta.--fixed .cta__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.1333333333vw;
  }
}
.cta.--fixed .cta__btn {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .cta.--fixed .cta__btn {
    width: 45.3333333333vw;
    height: 13.8666666667vw;
    padding-right: 4.2666666667vw;
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
  }
}
.cta.--fixed .cta__btn:hover {
  opacity: 0.7 !important;
}
@media screen and (max-width: 767px) {
  .cta.--fixed .cta__btn:after {
    right: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .cta.--fixed .cta__btn .tracking {
    letter-spacing: -0.08em;
  }
}

.pagetop_wrap {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.pagetop_wrap .container {
  position: relative;
}

.pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #000099;
  position: absolute;
  bottom: 130px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s opacity, 0.3s visibility;
  transition: 0.3s opacity, 0.3s visibility;
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    border: none;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    bottom: 24.5333333333vw;
    right: 4.8vw;
  }
}
.pagetop.--show {
  opacity: 1;
  visibility: visible;
}
.pagetop__img {
  width: calc(25 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .pagetop__img {
    width: 5.0666666667vw;
  }
}

.kv {
  background: #3C87BF;
  margin-bottom: calc(44 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .kv {
    margin-bottom: 6.4vw;
  }
}
.kv__img {
  max-width: 1920px;
  height: calc(650 * var(--base-scale));
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1250px) {
  .kv__img {
    height: 52vw;
  }
}
@media screen and (max-width: 767px) {
  .kv__img {
    height: 93.3333333333vw;
  }
}

.onayami {
  margin-top: calc(64 * var(--base-scale));
  margin-bottom: calc(96 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .onayami {
    margin-top: 12.8vw;
    margin-bottom: 17.0666666667vw;
  }
}
.onayami__title {
  font-size: calc(45 * var(--base-scale));
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .onayami__title {
    font-size: 5.3333333333vw;
  }
}
.onayami__title_img {
  width: calc(701 * var(--base-scale));
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .onayami__title_img {
    width: 93.0666666667vw;
  }
}
.onayami__title_text {
  display: block;
  color: #165591;
  margin-top: calc(14 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .onayami__title_text {
    margin-top: 3.2vw;
  }
}
.onayami__content {
  padding-top: calc(100 * var(--base-scale));
  padding-bottom: calc(50 * var(--base-scale));
  border-top: 2px solid #3C87BE;
  background: #F4FCFE;
  margin-top: calc(14 * var(--base-scale));
  position: relative;
}
@media screen and (max-width: 767px) {
  .onayami__content {
    padding-top: 17.0666666667vw;
    padding-bottom: 8vw;
    border-top: 1.3333333333vw solid #3C87BE;
    margin-top: 2.9333333333vw;
  }
}
.onayami__content:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #3C87BE;
  position: absolute;
  top: -6px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .onayami__content:before {
    height: 1px;
    top: -8px;
  }
}
.onayami__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(700 * var(--base-scale));
  margin-inline: auto;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .onayami__item {
    width: 100%;
    margin-bottom: 16vw;
  }
}
.onayami__item:nth-child(2n) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.onayami__item:last-child {
  margin-bottom: 0;
}
.onayami__img {
  width: calc(520 * var(--base-scale));
  height: calc(255 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .onayami__img {
    width: 92.5333333333vw;
    height: 45.3333333333vw;
  }
}
.onayami__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(420 * var(--base-scale));
  padding-block: calc(26 * var(--base-scale));
  background: #fff;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  top: calc(-45 * var(--base-scale));
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .onayami__texts {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-block: 4.2666666667vw;
    padding-left: 5.3333333333vw;
    padding-right: 2.6666666667vw;
  }
}
.onayami__item:nth-child(2n) .onayami__texts {
  left: 0;
  right: auto;
}
.onayami__text {
  font-size: calc(27 * var(--base-scale));
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .onayami__text {
    font-size: 4.8vw;
    line-height: 8.5333333333vw;
  }
}

.anshin__title_img {
  width: calc(942 * var(--base-scale));
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .anshin__title_img {
    width: 90.4vw;
  }
}
.anshin__header_text {
  margin-top: calc(48 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .anshin__header_text {
    margin-top: 8.5333333333vw;
  }
}
.anshin__header_text_img {
  width: calc(647 * var(--base-scale));
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .anshin__header_text_img {
    width: 88.8vw;
  }
}
.anshin__content {
  background: #F7F6F0;
  padding-bottom: calc(40 * var(--base-scale));
  margin-top: calc(64 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .anshin__content {
    margin-top: 8.2666666667vw;
  }
}
.anshin__content_title_img {
  width: calc(800 * var(--base-scale));
  margin-inline: auto;
  margin-bottom: calc(-20 * var(--base-scale));
  position: relative;
  top: calc(-64 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .anshin__content_title_img {
    width: 90.4vw;
    top: -8.5333333333vw;
  }
}
.anshin__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(30 * var(--base-scale)) calc(20 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .anshin__list {
    gap: 4.2666666667vw 2.1333333333vw;
    padding-inline: 4.2666666667vw;
  }
}
.anshin__item {
  width: calc(310 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .anshin__item {
    width: 44.5333333333vw;
  }
}
.anshin__item.tokuyaku {
  width: calc(344 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .anshin__item.tokuyaku {
    width: 100%;
  }
}
.anshin__item_content {
  padding-inline: calc(30 * var(--base-scale));
  padding-top: calc(14 * var(--base-scale));
  padding-bottom: calc(10 * var(--base-scale));
  border-radius: calc(6 * var(--base-scale));
  border: 1px solid #D9D9D9;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .anshin__item_content {
    height: 100%;
    padding-inline: 0;
    padding-top: 3.7333333333vw;
    padding-bottom: 3.2vw;
  }
  .anshin__item.tokuyaku .anshin__item_content {
    height: auto;
  }
}
.anshin__item_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #000;
}
@media screen and (max-width: 767px) {
  .anshin__item_header {
    width: 40vw;
    padding-bottom: 1.6vw;
    margin-inline: auto;
  }
  .anshin__item.tokuyaku .anshin__item_header {
    width: 75.7333333333vw;
  }
}
.anshin__item:nth-child(1) .anshin__item_header {
  border-bottom: 1px dotted #EA5504;
}
.anshin__item:nth-child(2) .anshin__item_header {
  border-bottom: 1px dotted #F19CA6;
}
.anshin__item:nth-child(3) .anshin__item_header {
  border-bottom: 1px dotted #0099DB;
}
.anshin__item:nth-child(4) .anshin__item_header {
  border-bottom: 1px dotted #7FCAF1;
}
.anshin__item:nth-child(5) .anshin__item_header {
  border-bottom: 1px dotted #0094A8;
}
.anshin__item.tokuyaku .anshin__item_header {
  border-bottom: 1px dotted #8D8D8D;
}
.anshin__item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(16 * var(--base-scale));
  padding-bottom: calc(6 * var(--base-scale));
  font-size: calc(24 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .anshin__item_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5333333333vw;
    font-size: 6.4vw;
  }
  .anshin__item.tokuyaku .anshin__item_title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.3333333333vw;
  }
}
.anshin__item:nth-child(1) .anshin__item_title {
  color: #EA5504;
}
.anshin__item:nth-child(2) .anshin__item_title {
  color: #F19CA6;
}
.anshin__item:nth-child(3) .anshin__item_title {
  color: #0099DB;
}
.anshin__item:nth-child(4) .anshin__item_title {
  color: #7FCAF1;
}
.anshin__item:nth-child(5) .anshin__item_title {
  color: #0094A8;
}
.anshin__item.tokuyaku .anshin__item_title {
  color: #8D8D8D;
}
.anshin__item_icon {
  width: calc(34 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .anshin__item_icon {
    width: 9.0666666667vw;
  }
}
.anshin__item_text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(54 * var(--base-scale));
  margin-top: calc(10 * var(--base-scale));
  margin-bottom: calc(16 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .anshin__item_text_wrap {
    min-height: 20.8vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.anshin__item_text {
  font-size: calc(16 * var(--base-scale));
  line-height: calc(27 * var(--base-scale));
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .anshin__item_text {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
  }
  .anshin__item_text sup {
    font-size: 3.7333333333vw;
  }
}
.anshin__item_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(8 * var(--base-scale));
  width: calc(158 * var(--base-scale));
  height: calc(38 * var(--base-scale));
  padding-top: 1px;
  border-radius: calc(20 * var(--base-scale));
  border: 2px solid #EA5504;
  font-size: calc(15 * var(--base-scale));
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #EA5504;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .anshin__item_button {
    width: 41.8666666667vw;
    height: 10.1333333333vw;
    padding-right: 2.6666666667vw;
    border-radius: 5.0666666667vw;
    font-size: 4vw;
    position: relative;
  }
}
.anshin__item:nth-child(2) .anshin__item_button {
  border: 2px solid #F19CA6;
  color: #F19CA6;
}
.anshin__item:nth-child(3) .anshin__item_button {
  border: 2px solid #0099DB;
  color: #0099DB;
}
.anshin__item:nth-child(4) .anshin__item_button {
  border: 2px solid #7FCAF1;
  color: #7FCAF1;
}
.anshin__item:nth-child(5) .anshin__item_button {
  border: 2px solid #0094A8;
  color: #0094A8;
}
.anshin__item.tokuyaku .anshin__item_button {
  border: 2px solid #8D8D8D;
  color: #8D8D8D;
}
.anshin__item_button:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #EA5504;
  border-right: 2px solid #EA5504;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .anshin__item_button:after {
    position: absolute;
    top: 50%;
    right: 4vw;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
.anshin__item:nth-child(2) .anshin__item_button:after {
  border-color: #F19CA6;
}
.anshin__item:nth-child(3) .anshin__item_button:after {
  border-color: #0099DB;
}
.anshin__item:nth-child(4) .anshin__item_button:after {
  border-color: #7FCAF1;
}
.anshin__item:nth-child(5) .anshin__item_button:after {
  border-color: #0094A8;
}
.anshin__item.tokuyaku .anshin__item_button:after {
  border-color: #8D8D8D;
}
.anshin__plus {
  display: block;
  margin-block: calc(40 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .anshin__plus {
    margin-block: 5.3333333333vw;
  }
}
.anshin__plus_img {
  width: calc(800 * var(--base-scale));
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .anshin__plus_img {
    width: 90.1333333333vw;
  }
}

.point {
  background: #E7F1F7;
}
.point__container {
  padding-block: calc(64 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .point__container {
    padding-block: 10.6666666667vw;
  }
}
.point__title {
  text-align: center;
}
.point__title_sub {
  display: block;
  font-size: calc(25 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .point__title_sub {
    font-size: 3.7333333333vw;
  }
}
.point__title_main {
  display: block;
  font-size: calc(45 * var(--base-scale));
  color: #165591;
  margin-top: calc(7 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .point__title_main {
    font-size: 6.6666666667vw;
    letter-spacing: -0.02em;
    margin-top: 1.0666666667vw;
  }
}
.point__soudan {
  width: calc(800 * var(--base-scale));
  padding-inline: calc(70 * var(--base-scale));
  padding-top: calc(32 * var(--base-scale));
  padding-bottom: calc(40 * var(--base-scale));
  border-radius: calc(36 * var(--base-scale));
  background: #3C87BE;
  margin-inline: auto;
  margin-top: calc(22 * var(--base-scale));
  position: relative;
}
@media screen and (max-width: 767px) {
  .point__soudan {
    width: 100%;
    padding-inline: 4.8vw;
    padding-top: 4.8vw;
    padding-bottom: 10.6666666667vw;
    border-radius: 5.3333333333vw;
    margin-top: 2.9333333333vw;
  }
}
.point__soudan_content {
  width: calc(579 * var(--base-scale));
  padding-inline: calc(46 * var(--base-scale));
  padding-top: calc(30 * var(--base-scale));
  padding-bottom: calc(32 * var(--base-scale));
  border-radius: calc(43 * var(--base-scale));
  background: #fff;
  margin-top: calc(24 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .point__soudan_content {
    width: 80.2666666667vw;
    padding-block: 4.2666666667vw;
    padding-inline: 4.2666666667vw;
    border-radius: 5.3333333333vw;
    margin-top: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .point__soudan_content_title {
    width: 91.4666666667vw;
  }
}
.point__soudan_text {
  font-size: calc(28 * var(--base-scale));
  line-height: calc(44 * var(--base-scale));
  font-weight: 700;
  color: #165591;
  margin-bottom: calc(26 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .point__soudan_text {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    margin-bottom: 3.4666666667vw;
  }
}
.point__soudan_text:last-child {
  margin-bottom: 0;
}
.point__soudan_person {
  width: calc(275 * var(--base-scale));
  position: absolute;
  bottom: 0;
  right: calc(39 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .point__soudan_person {
    width: 40.8vw;
    right: -2.6666666667vw;
  }
}
.point__fp {
  width: calc(700 * var(--base-scale));
  margin-inline: auto;
  margin-top: calc(40 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .point__fp {
    width: 90.4vw;
    margin-top: 6.4vw;
  }
}
.point__fp_content {
  padding-top: calc(27 * var(--base-scale));
  padding-bottom: calc(18 * var(--base-scale));
  border-radius: calc(20 * var(--base-scale));
  border: 3px solid #3C87BE;
  background: #fff;
  -webkit-box-shadow: 3px 3px 0 0 #3C87BE;
          box-shadow: 3px 3px 0 0 #3C87BE;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point__fp_content {
    padding-top: 3.7333333333vw;
    padding-bottom: 3.7333333333vw;
    border-radius: 5.3333333333vw;
    border: 2px solid #3C87BE;
    -webkit-box-shadow: 2px 2px 0 0 #3C87BE;
            box-shadow: 2px 2px 0 0 #3C87BE;
  }
}
.point__fp_text {
  font-size: calc(26 * var(--base-scale));
  line-height: calc(40 * var(--base-scale));
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .point__fp_text {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
.point__fp_text_num {
  font-size: calc(62 * var(--base-scale));
  vertical-align: -0.05em;
}
@media screen and (max-width: 767px) {
  .point__fp_text_num {
    font-size: 10.1333333333vw;
  }
}
.point__fp_text_big {
  display: inline-block;
  padding-top: calc(6 * var(--base-scale));
  font-size: calc(39 * var(--base-scale));
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .point__fp_text_big {
    padding-top: 0.5333333333vw;
    font-size: 6.4vw;
  }
}
.point__fp_annotation {
  font-size: calc(14 * var(--base-scale));
  text-align: right;
  margin-top: calc(6 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .point__fp_annotation {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
}
.point__what {
  width: calc(800 * var(--base-scale));
  padding-top: calc(58 * var(--base-scale));
  border-radius: calc(20 * var(--base-scale));
  background: #fff;
  margin-inline: auto;
  margin-top: calc(54 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .point__what {
    width: 90.4vw;
    padding-top: 6.4vw;
    border-radius: 2.6666666667vw;
    margin-top: 8vw;
  }
}
.point__what_title_img {
  width: calc(446 * var(--base-scale));
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .point__what_title_img {
    width: 65.8666666667vw;
  }
}
.point__what_text_img {
  width: calc(515 * var(--base-scale));
  margin-top: calc(60 * var(--base-scale));
  margin-left: auto;
  margin-right: calc(49 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .point__what_text_img {
    width: 50.1333333333vw;
    margin-top: 7.4666666667vw;
    margin-right: 7.4666666667vw;
  }
}
.point__what_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(50 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .point__what_list {
    gap: 5.3333333333vw;
    margin-top: 1.0666666667vw;
  }
}
.point__what_item {
  width: calc(300 * var(--base-scale));
  font-size: calc(24 * var(--base-scale));
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point__what_item {
    width: 37.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.point__what_item_img {
  margin-bottom: calc(16 * var(--base-scale));
}
.point__what_cta {
  padding-inline: calc(70 * var(--base-scale));
  padding-top: calc(40 * var(--base-scale));
  padding-bottom: calc(30 * var(--base-scale));
  border-radius: calc(90 * var(--base-scale)) 0 calc(90 * var(--base-scale)) 0;
  background: #3C87BE;
  margin-top: calc(48 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .point__what_cta {
    padding-inline: 4vw;
    padding-top: 5.6vw;
    padding-bottom: 1.6vw;
    border-radius: 13.3333333333vw 0 13.3333333333vw 0;
  }
}
.point__what_cta_text {
  width: calc(504 * var(--base-scale));
  padding-left: calc(15 * var(--base-scale));
  font-size: calc(27 * var(--base-scale));
  line-height: calc(47 * var(--base-scale));
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .point__what_cta_text {
    width: 100%;
    padding-left: 2.9333333333vw;
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
    letter-spacing: -0.02em;
  }
}
.point__what_cta_tel {
  padding-inline: calc(50 * var(--base-scale));
  padding-top: calc(9 * var(--base-scale));
  padding-bottom: calc(6 * var(--base-scale));
  border-radius: calc(8 * var(--base-scale));
  background: #fff;
  margin-top: calc(23 * var(--base-scale));
  position: relative;
}
@media screen and (max-width: 767px) {
  .point__what_cta_tel {
    padding-inline: 2.6666666667vw;
    padding-top: 1.3333333333vw;
    padding-bottom: 1.0666666667vw;
    border-radius: 1.0666666667vw;
    margin-top: 3.2vw;
  }
}
.point__what_cta_tel_texts {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.point__what_cta_tel_title {
  padding-bottom: calc(4 * var(--base-scale));
  font-size: calc(26 * var(--base-scale));
  font-weight: 500;
  color: #165591;
}
@media screen and (max-width: 767px) {
  .point__what_cta_tel_title {
    padding-bottom: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
.point__what_cta_tel_number {
  font-size: calc(32 * var(--base-scale));
  font-weight: 500;
  color: #165591;
}
@media screen and (max-width: 767px) {
  .point__what_cta_tel_number {
    font-size: 4.8vw;
  }
}
.point__what_cta_person {
  width: calc(375 * var(--base-scale));
  position: absolute;
  bottom: 0;
  right: calc(-70 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .point__what_cta_person {
    width: 45.0666666667vw;
    right: -4vw;
  }
}
.point__what_cta_hours {
  padding-left: calc(15 * var(--base-scale));
  font-size: calc(25 * var(--base-scale));
  font-weight: 500;
  white-space: nowrap;
  color: #fff;
  margin-top: calc(9 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .point__what_cta_hours {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 2.9333333333vw;
    font-size: 3.7333333333vw;
    text-align: center;
    margin-top: 1.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .point__what_cta_hours_annotation {
    padding-left: 7.4666666667vw;
  }
}

.about {
  padding-block: calc(64 * var(--base-scale));
  background: #F7F6F0;
}
@media screen and (max-width: 767px) {
  .about {
    padding-block: 10.6666666667vw;
  }
}
.about__content {
  width: calc(1000 * var(--base-scale));
  padding-top: calc(40 * var(--base-scale));
  padding-bottom: calc(40 * var(--base-scale));
  border-radius: 20px;
  background: #fff;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .about__content {
    width: 90.4vw;
    padding-block: 8vw;
    border-radius: 2.6666666667vw;
  }
}
.about .title-1:after {
  background: #000099;
}

.strength {
  margin-bottom: calc(40 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .strength {
    margin-bottom: 5.3333333333vw;
  }
}
.strength__title {
  width: calc(422 * var(--base-scale));
  margin-inline: auto;
  margin-top: calc(42 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .strength__title {
    width: 70.4vw;
    margin-top: 8vw;
  }
}
.strength__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(16 * var(--base-scale)) calc(32 * var(--base-scale));
  width: calc(853 * var(--base-scale));
  margin-inline: auto;
  margin-top: calc(40 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .strength__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 79.7333333333vw;
    gap: 0;
    margin-top: 5.3333333333vw;
  }
}
.strength__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .strength__item {
    margin-bottom: -4vw;
  }
  .strength__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .strength__item:nth-child(3), .strength__item:nth-child(4) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .strength__item:nth-child(3) .strength__item_text, .strength__item:nth-child(4) .strength__item_text {
    padding-left: calc(20 * var(--base-scale));
  }
  .strength__item:nth-child(3) .strength__item_text:after, .strength__item:nth-child(4) .strength__item_text:after {
    content: "";
    display: block;
    width: calc(100% + 8 * var(--base-scale));
    height: calc(8 * var(--base-scale));
    border-radius: calc(8 * var(--base-scale));
    background: #7FCEEE;
    position: absolute;
    bottom: 0;
    left: calc(4 * var(--base-scale));
  }
}
@media screen and (max-width: 767px) {
  .strength__item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.strength__item_img {
  width: calc(213 * var(--base-scale));
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px calc(14 * var(--base-scale)) 0 #009EDD;
          box-shadow: 0px 0px calc(14 * var(--base-scale)) 0 #009EDD;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .strength__item_img {
    width: 40.5333333333vw;
    -webkit-box-shadow: 0px 0px 2.6666666667vw 0 #009EDD;
            box-shadow: 0px 0px 2.6666666667vw 0 #009EDD;
  }
}
.strength__item_text {
  width: calc(200 * var(--base-scale));
  padding-bottom: calc(18 * var(--base-scale));
  padding-left: calc(26 * var(--base-scale));
  margin-left: calc(-8 * var(--base-scale));
  margin-bottom: calc(66 * var(--base-scale));
  font-size: calc(20 * var(--base-scale));
  line-height: calc(36 * var(--base-scale));
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .strength__item_text {
    width: 42.9333333333vw;
    padding-bottom: 3.2vw;
    padding-left: 10.6666666667vw;
    font-size: 4vw;
    line-height: 5.8666666667vw;
    margin-bottom: 10.6666666667vw;
    margin-left: -6.9333333333vw;
  }
  .strength__item:nth-child(2n) .strength__item_text {
    padding-left: 1.3333333333vw;
    margin-right: -6.9333333333vw;
    margin-left: 0;
  }
}
.strength__item_text .text-blue-1 {
  font-size: calc(24 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .strength__item_text .text-blue-1 {
    font-size: 4.5333333333vw;
  }
}
.strength__item_text .big {
  font-size: calc(27 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .strength__item_text .big {
    font-size: 5.0666666667vw;
  }
}
.strength__item_text .small {
  font-size: calc(20 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .strength__item_text .small {
    font-size: 3.7333333333vw;
  }
}
.strength__item_text:after {
  content: "";
  display: block;
  width: calc(100% + 8 * var(--base-scale));
  height: calc(8 * var(--base-scale));
  border-radius: calc(8 * var(--base-scale));
  background: #7FCEEE;
  position: absolute;
  bottom: 0;
  left: calc(-4 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .strength__item_text:after {
    height: 1.6vw;
  }
}

.toushi {
  padding-block: calc(64 * var(--base-scale));
  background: #F4FCFE;
  margin-bottom: calc(64 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .toushi {
    padding-block: 10.6666666667vw;
    padding-inline: 4.8vw;
    margin-bottom: 10.6666666667vw;
  }
}
.toushi__title {
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: calc(45 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .toushi__title {
    margin-bottom: 8vw;
  }
}
.toushi__title:after {
  background: #000099;
}
.toushi__title .small {
  font-size: calc(32 * var(--base-scale));
  letter-spacing: 0;
  margin-left: 0.3em;
}
@media screen and (max-width: 767px) {
  .toushi__title .small {
    font-size: 5.3333333333vw;
  }
}
.toushi__container {
  max-width: 1000px;
  padding: calc(40 * var(--base-scale)) calc(150 * var(--base-scale));
  border-radius: calc(20 * var(--base-scale));
  background: #fff;
}
@media screen and (max-width: 767px) {
  .toushi__container {
    padding-block: 8vw;
    padding-inline: 2.4vw;
  }
}
.toushi__text {
  font-size: calc(26 * var(--base-scale));
  font-weight: 700;
  line-height: calc(50 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .toushi__text {
    padding-inline: 4vw;
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }
}
.toushi__figure {
  max-width: 458px;
  text-align: center;
  margin-inline: auto;
  margin-top: calc(40 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .toushi__figure {
    max-width: none;
    margin-top: 8vw;
  }
}
.toushi__figure figcaption {
  margin-bottom: calc(16 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .toushi__figure figcaption {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.toushi .cta__btn {
  width: calc(382 * var(--base-scale));
  height: calc(72 * var(--base-scale));
  font-size: calc(22 * var(--base-scale));
  margin-inline: auto;
  margin-top: calc(40 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .toushi .cta__btn {
    width: 100%;
    height: 13.8666666667vw;
    font-size: 5.3333333333vw;
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .toushi .cta__btn:after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    border-width: 0.5333333333vw;
  }
}

.voice {
  margin-bottom: calc(80 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .voice {
    margin-bottom: 10.6666666667vw;
  }
}
.voice__slider {
  margin-top: calc(30 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .voice__slider {
    margin-top: 2.1333333333vw;
  }
}
.voice__slider .slick-slide {
  width: calc(800 * var(--base-scale));
  margin-right: calc(40 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .voice__slider .slick-slide {
    width: 87.7333333333vw;
    margin-right: 8vw;
  }
}
.voice__slider .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid #fff;
  -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.16);
  left: calc(98 * var(--base-scale));
  z-index: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .voice__slider .slick-arrow {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    border-width: 0.5333333333vw;
    left: 0;
  }
  .voice__slider .slick-arrow:hover {
    opacity: 1;
  }
}
.voice__slider .slick-arrow:hover {
  opacity: 0.8;
}
.voice__slider .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: auto;
}
.voice__slider .slick-arrow:before {
  content: none;
}
.voice__slider .slick-prev {
  background: url(../img/icon_slider_arrow.svg) 56% 50%/calc(14 * var(--base-scale)) no-repeat, #0073B7;
  -webkit-box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.16);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.voice__slider .slick-next {
  background: url(../img/icon_slider_arrow.svg) 56% 50%/calc(14 * var(--base-scale)) no-repeat, #0073B7;
  left: auto;
  right: calc(98 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .voice__slider .slick-next {
    left: auto;
    right: 0;
  }
}
.voice__slide {
  padding-top: calc(48 * var(--base-scale));
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice__slide {
    padding-top: 10.6666666667vw;
  }
}
.voice__slide_content {
  padding-inline: calc(50 * var(--base-scale));
  padding-top: calc(72 * var(--base-scale));
  padding-bottom: calc(40 * var(--base-scale));
  border-radius: 2px;
  border: 2px solid #0099DB;
}
@media screen and (max-width: 767px) {
  .voice__slide_content {
    padding-inline: 4.8vw;
    padding-top: 13.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.voice__slide_img {
  width: calc(100 * var(--base-scale));
  position: absolute;
  top: 0;
  left: calc(50 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .voice__slide_img {
    width: 21.3333333333vw;
    left: 2.6666666667vw;
    z-index: 1;
  }
}
.voice__slide_label {
  padding-block: calc(6 * var(--base-scale));
  padding-inline: calc(14 * var(--base-scale));
  background: #B5DFF8;
  -webkit-box-shadow: 3px 3px 6px 0 rgba(102, 102, 102, 0.3);
          box-shadow: 3px 3px 6px 0 rgba(102, 102, 102, 0.3);
  font-size: calc(18 * var(--base-scale));
  font-weight: 700;
  position: absolute;
  top: calc(28 * var(--base-scale));
  right: calc(-20 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .voice__slide_label {
    padding-block: 1.6vw;
    padding-inline: 2.6666666667vw;
    font-size: 3.7333333333vw;
    top: 8.2666666667vw;
    right: -2.6666666667vw;
  }
}
.voice__slide_2 .voice__slide_label {
  background: #FFCEC1;
}
.voice__slide_3 .voice__slide_label {
  background: #BBDDD2;
}
.voice__slide_4 .voice__slide_label {
  background: #E7BDCE;
}
.voice__slide_5 .voice__slide_label {
  background: #FFF883;
}
.voice__slide_label:after {
  content: "";
  display: block;
  width: calc(20 * var(--base-scale));
  height: calc(28 * var(--base-scale));
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #0099DB;
  position: absolute;
  top: 100%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .voice__slide_label:after {
    width: 2.6666666667vw;
    height: 3.7333333333vw;
  }
}
.voice__slide_2 .voice__slide_label:after {
  background: #D8B0A6;
}
.voice__slide_3 .voice__slide_label:after {
  background: #82B2A3;
}
.voice__slide_4 .voice__slide_label:after {
  background: #DB979A;
}
.voice__slide_5 .voice__slide_label:after {
  background: #F1DD63;
}
.voice__slide_text {
  min-height: calc(35 * var(--base-scale) * 4);
  font-size: calc(20 * var(--base-scale));
  line-height: calc(35 * var(--base-scale));
  background-image: linear-gradient(to bottom, transparent calc(100% - 1px), #0099DB calc(100% - 1px));
  background-size: 100% calc(35 * var(--base-scale));
  background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
  .voice__slide_text {
    min-height: 38.4vw;
    background-size: 100% 6.4vw;
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}

.faq {
  background: #F7F6F0;
  margin-bottom: calc(64 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .faq {
    margin-bottom: 10.6666666667vw;
  }
}
.faq__list {
  margin-top: calc(50 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .faq__list {
    margin-top: 10.6666666667vw;
  }
}
.faq__dl {
  width: calc(800 * var(--base-scale));
  padding: calc(20 * var(--base-scale));
  border-radius: calc(10 * var(--base-scale));
  background: #fff;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .faq__dl {
    width: 90.4vw;
    padding-block: 4.2666666667vw;
    padding-inline: 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.faq__dl + .faq__dl {
  margin-top: calc(20 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .faq__dl + .faq__dl {
    margin-top: 5.3333333333vw;
  }
}
.faq__dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(20 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .faq__dt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.2vw;
  }
}
.faq__dt_text {
  padding-top: calc(18 * var(--base-scale));
  font-size: calc(20 * var(--base-scale));
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .faq__dt_text {
    padding: 0;
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
.faq__q {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 70px;
  padding-bottom: calc(4 * var(--base-scale));
  border-radius: 50%;
  background: #0073B7;
  font-size: calc(32 * var(--base-scale));
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .faq__q {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    padding-bottom: 1.0666666667vw;
    font-size: 6.1333333333vw;
  }
}
.faq__dd {
  padding-top: calc(20 * var(--base-scale));
  background: url(../img/faq_line_pc.svg) 0 0 no-repeat;
  margin-top: calc(20 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .faq__dd {
    gap: 3.2vw;
    padding-top: 5.3333333333vw;
    background: url(../img/faq_line_sp.svg) 50% 0 no-repeat;
    background-size: 74.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.faq__dd_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(20 * var(--base-scale));
}
.faq__dd_texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__dd_text {
  font-size: calc(20 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .faq__dd_text {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
.faq__dd :where(a) {
  color: #333333;
}
.faq__a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 70px;
  padding-bottom: calc(4 * var(--base-scale));
  border-radius: 50%;
  border: 3px solid #0073B7;
  background: #fff;
  font-size: calc(32 * var(--base-scale));
  font-weight: 700;
  color: #0073B7;
}
@media screen and (max-width: 767px) {
  .faq__a {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    padding-bottom: 1.0666666667vw;
    font-size: 6.1333333333vw;
  }
}
.faq__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(382 * var(--base-scale));
  height: calc(72 * var(--base-scale));
  border-radius: calc(36 * var(--base-scale));
  border: 3px solid #0073B7;
  background: #E5F5FC;
  font-size: calc(22 * var(--base-scale));
  font-weight: 700;
  color: #0073B7;
  margin-left: calc(30 * var(--base-scale));
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq__button {
    width: 100%;
    height: 13.8666666667vw;
    border-radius: 6.9333333333vw;
    font-size: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    margin-left: 0;
  }
  .faq__button.sp-none {
    display: none;
  }
}
.faq__button.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .faq__button.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.faq__button:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0073B7;
  border-right: 2px solid #0073B7;
  position: absolute;
  top: 50%;
  right: calc(27 * var(--base-scale));
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .faq__button:after {
    width: 3.2vw;
    height: 3.2vw;
    right: 5.3333333333vw;
  }
}

.products__list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(20 * var(--base-scale)) calc(25 * var(--base-scale));
  width: calc(620 * var(--base-scale));
  margin-inline: auto;
  margin-top: calc(50 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .products__list {
    gap: 5.3333333333vw;
    width: 84.2666666667vw;
    margin-top: 13.3333333333vw;
  }
}
.products__item_link {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(188 * var(--base-scale));
  height: calc(100 * var(--base-scale));
  border-radius: calc(10 * var(--base-scale));
  border: 1px solid #EA5504;
  background: #fff;
  font-size: calc(15 * var(--base-scale));
  font-weight: 700;
  color: #EA5504;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .products__item_link {
    width: 39.4666666667vw;
    height: 28.2666666667vw;
    border-radius: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.products__item:nth-child(2) .products__item_link {
  border: 1px solid #F19CA6;
  color: #F19CA6;
}
.products__item:nth-child(3) .products__item_link {
  border: 1px solid #0099DB;
  color: #0099DB;
}
.products__item:nth-child(4) .products__item_link {
  border: 1px solid #7FCAF1;
  color: #7FCAF1;
}
.products__item:nth-child(5) .products__item_link {
  border: 1px solid #0094A8;
  color: #0094A8;
}
.products__item:nth-child(6) .products__item_link {
  border: 1px solid #8D8D8D;
  color: #8D8D8D;
}
.products__item:hover {
  opacity: 0.7 !important;
}
.products__icon {
  width: calc(44 * var(--base-scale));
  margin-bottom: calc(10 * var(--base-scale));
}
@media screen and (max-width: 767px) {
  .products__icon {
    width: 12.8vw;
    margin-bottom: 1.6vw;
  }
}
.products__text {
  line-height: 1;
  letter-spacing: 0.05em;
}