@charset "UTF-8";
/*
Theme Name: Planus
*/
/*
 * htmlのフォントサイズ
 * @args ベースの画面幅
 */
/*
   * ルートのフォントサイズを基準にフォントサイズを可変にする
   * @args 最大値（デザイン上の数値）
   */
/*
   * get_vwの設定
   */
/*
   * breakpointの設定
   */
/** --------------------------------
* cssの値を単位を除いて数字だけにしてくれる関数
*
* @param 数字と単位を含む値 10ox, 3remなど
*/
/** --------------------------------
* 値の「単位」を取得する関数
*
* @param $value 数字と単位を含む値 10ox, 3remなど
*/
/** --------------------------------
* pxやremをvwに変換してくれる関数
*
* @param $viewport pcデザインの横幅
* @param $fontSize フォントサイズ(pxでもremでも)
*/
/** --------------------------------
* フォントサイズをレスポンシブで調整する関数
*
* @param $pc pcのフォントサイズ
* @param $sp spのフォントサイズ
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  position: relative;
}

body {
  line-height: 1.56;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  width: 100%;
}

img {
  height: auto;
}

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

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}

#root,
#__next {
  isolation: isolate;
}

ul {
  list-style: none;
}

.pc_contents,
.pc-only {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc_contents,
  .pc-only {
    display: none !important;
  }
}

.pc_contentsInline {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .pc_contentsInline {
    display: none !important;
  }
}

.pc_contentsFlex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .pc_contentsFlex {
    display: none !important;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.sp_contentsInline {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_contentsInline {
    display: inline !important;
  }
}

.sp_contentsFlex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_contentsFlex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.flexCenter {
  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;
}

.justifyContentCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.no-click {
  pointer-events: none;
}

.no-hover {
  pointer-events: none;
}

.--mt134 {
  margin-top: 134px;
}
@media screen and (max-width: 768px) {
  .--mt134 {
    margin-top: 80px;
  }
}

.--mt300 {
  margin-top: 300px;
}
@media screen and (max-width: 768px) {
  .--mt300 {
    margin-top: 120px;
  }
}

.--mt120 {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .--mt120 {
    margin-top: 80px;
  }
}

@-webkit-keyframes opacityAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacityAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes mask-fade {
  80% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    -webkit-mask-position: center 0%;
    -webkit-mask-size: auto 500%;
    mask-position: center 0%;
    mask-size: auto 500%;
    opacity: 1;
  }
}
@keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    -webkit-mask-position: center 0%;
    -webkit-mask-size: auto 500%;
    mask-position: center 0%;
    mask-size: auto 500%;
    opacity: 1;
  }
}
html, body, button, a {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: #3C3C3C;
}
a:hover {
  opacity: 0.7;
}

html {
  scroll-behavior: smooth;
}

input[type=checkbox] {
  display: none;
}

.photo {
  position: relative;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: -25px;
  bottom: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
    position: static;
  }
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  border-radius: initial;
  margin: 0;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not(:first-child) {
  margin-left: 4px;
}

.swiper-pagination-bullet-active {
  background: #3C3C3C;
}

.text-container {
  position: absolute;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .text-container {
    position: relative;
    margin-top: 0;
  }
}
.text-container .photo__text {
  opacity: 1;
  font-size: 18px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  margin-top: 0;
}
.text-container .photo__text.active {
  opacity: 1;
}

.project-single .swiper-slide {
  aspect-ratio: 16/9;
  height: clamp(1px, 57.1428571429vw, 1142.8571428571px);
}

.wp-block-planus-slider-block {
  margin: clamp(1px, 10.582010582vw, 211.6402116402px) auto 0;
  width: clamp(1px, 66.1375661376vw, 1322.7513227513px);
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .wp-block-planus-slider-block {
    margin: clamp(1px, 20.3562340967vw, 156.3358778626px) 0 0;
    width: 100%;
  }
  .wp-block-planus-slider-block .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-right: 16px;
  }
}

.custom-slider .swiper-slide {
  height: auto;
  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;
}
.custom-slider .swiper-slide img {
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 0;
  position: relative;
}

.wp-block-planus-slider-block-b {
  margin: clamp(1px, 10.582010582vw, 211.6402116402px) auto 0;
  width: clamp(1px, 38.4920634921vw, 769.8412698413px);
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .wp-block-planus-slider-block-b {
    margin: clamp(1px, 20.3562340967vw, 156.3358778626px) 0 0;
    padding: 0 16px;
    width: 100%;
  }
}

.custom-slider-b .swiper-slide {
  height: auto;
  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;
}
.custom-slider-b .swiper-slide img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-slider-b .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 0;
  position: relative;
}

[data-scroll-trigger=mask] {
  position: relative;
  overflow: hidden;
}
[data-scroll-trigger=mask] img, [data-scroll-trigger=mask] video, [data-scroll-trigger=mask] iframe {
  z-index: 0;
  -webkit-mask-image: url(../assets/images/common/mask.webp);
          mask-image: url(../assets/images/common/mask.webp);
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
          mask-size: auto 200%;
  opacity: 0;
}
[data-scroll-trigger=mask].visible img, [data-scroll-trigger=mask].visible video, [data-scroll-trigger=mask].visible iframe {
  -webkit-animation: 2.3s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
          animation: 2.3s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

.video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  scale: 1.3;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear;
  transition: opacity 0.3s ease, visibility 0s linear;
}
.video.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .video {
    scale: 1;
  }
}
.video__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100vh;
  width: 177.78vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  border: none;
}

.top__block-pat01 {
  /* 最初は白で完全に覆う */
  /* 灰色のオーバーレイ */
}
.top__block-pat01 .image-container {
  position: relative;
  overflow: hidden;
}
.top__block-pat01 .image-container img {
  width: 100%;
  height: 100%;
  display: block;
}
.top__block-pat01 .white-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}
.top__block-pat01 .gray-overlay {
  position: absolute;
  bottom: -100%; /* 初期状態では見えない */
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  z-index: 3;
}

.top__block-pat02 .image-container {
  z-index: 1;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.swiper-section {
  position: relative;
  z-index: 1;
}
.swiper-section .top__block-pat02.photo {
  z-index: 0;
  -webkit-mask-image: url(../assets/images/common/mask.webp);
          mask-image: url(../assets/images/common/mask.webp);
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
          mask-size: auto 200%;
  opacity: 0;
}
.swiper-section .top__block-pat02.photo .swiper-pagination {
  opacity: 1;
}
.swiper-section .top__block-pat02.photo.visible {
  -webkit-animation: 2.3s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
          animation: 2.3s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.header {
  position: relative;
  width: 100%;
  height: clamp(1px, 6.6137566138vw, 132.2751322751px);
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
    padding: clamp(1px, 3.8167938931vw, 29.3129770992px) clamp(1px, 6.106870229vw, 46.9007633588px);
  }
}

.logo {
  position: absolute;
  z-index: 1;
  left: clamp(1px, 2.6455026455vw, 52.9100529101px);
  top: clamp(1px, 2.1164021164vw, 42.328042328px);
  width: clamp(1px, 29.3650793651vw, 587.3015873016px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .logo {
    position: static;
    width: clamp(1px, 40.7124681934vw, 312.6717557252px);
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: clamp(1px, 1.5873015873vw, 31.746031746px);
}
@media screen and (max-width: 768px) {
  .header__nav {
    margin-right: 0;
    gap: clamp(1px, 6.106870229vw, 46.9007633588px);
  }
}

.header__button {
  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-sizing: border-box;
          box-sizing: border-box;
  padding: 11px 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.header__button--login, .header__button--contact {
  width: clamp(1px, 11.9047619048vw, 238.0952380952px);
  background-color: #f19d35;
  font-size: clamp(1px, 1.3227513228vw, 26.455026455px);
}
@media screen and (max-width: 768px) {
  .header__button--login, .header__button--contact {
    display: none;
  }
}
.header__button--login:hover, .header__button--contact:hover {
  background-color: #d68929;
}
.header__button--register {
  width: clamp(1px, 15.3439153439vw, 306.8783068783px);
  padding: clamp(1px, 1.2566137566vw, 25.1322751323px) clamp(1px, 0.5291005291vw, 10.582010582px);
  background: -webkit-gradient(linear, left top, right top, from(#f24133), to(#f17a37));
  background: linear-gradient(to right, #f24133, #f17a37);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.24);
  font-size: clamp(1px, 1.5873015873vw, 31.746031746px);
  line-height: clamp(1px, 1.9841269841vw, 39.6825396825px);
}
@media screen and (max-width: 768px) {
  .header__button--register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: clamp(1px, 0.5089058524vw, 3.9083969466px) clamp(1px, 3.0534351145vw, 23.4503816794px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    font-size: clamp(1px, 4.0712468193vw, 31.2671755725px);
    line-height: clamp(1px, 7.6335877863vw, 58.6259541985px); /* 187.5% */
  }
}
.header__button--register:hover {
  background: -webkit-gradient(linear, left top, right top, from(#d93426), to(#d66829));
  background: linear-gradient(to right, #d93426, #d66829);
}

.header.fixed {
  position: fixed;
  opacity: 0;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgb(255, 255, 255);
}
.header.fixed.anim {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header.fixed.open {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 15;
}

.spMenu {
  display: none;
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 10;
  overflow-y: auto;
}
.spMenu .spMenu__inner {
  padding: clamp(1px, 30.534351145vw, 234.5038167939px) 0 clamp(1px, 20.3562340967vw, 156.3358778626px);
  text-align: center;
  position: relative;
}
.spMenu .spMenu__close {
  position: absolute;
  top: clamp(1px, 5.0890585242vw, 39.0839694656px);
  right: clamp(1px, 5.0890585242vw, 39.0839694656px);
  background: none;
  border: none;
  cursor: pointer;
  padding: clamp(1px, 2.0356234097vw, 15.6335877863px);
}
.spMenu .spMenu__close svg {
  width: clamp(1px, 6.106870229vw, 46.9007633588px);
  height: clamp(1px, 6.106870229vw, 46.9007633588px);
}
.spMenu .spMenu__list {
  margin-bottom: clamp(1px, 10.1781170483vw, 78.1679389313px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1px, 5.0890585242vw, 39.0839694656px);
}
.spMenu .spMenu__item a {
  color: #3b3b3b;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: clamp(1px, 5.0890585242vw, 39.0839694656px);
  line-height: clamp(1px, 8.1424936387vw, 62.534351145px);
  text-decoration: none;
  display: block;
}
.spMenu .spMenu__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1px, 4.0712468193vw, 31.2671755725px);
  padding: 0 clamp(1px, 6.106870229vw, 46.9007633588px);
  margin-bottom: clamp(1px, 10.1781170483vw, 78.1679389313px);
}
.spMenu .spMenu__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(1px, 50.8905852417vw, 390.8396946565px);
  height: clamp(1px, 15.2671755725vw, 117.2519083969px);
  background: #f19d35;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 4.5801526718vw, 35.1755725191px);
  font-weight: 700;
  text-decoration: none;
}
.spMenu .spMenu__btn--login {
  background: #F19D35;
}
.spMenu .spMenu__btn--contact {
  background: #F19D35;
}
.spMenu .spMenu__cta {
  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: clamp(1px, 3.0534351145vw, 23.4503816794px);
  width: 100%;
  height: clamp(1px, 20.3562340967vw, 156.3358778626px);
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 156.25% */
  letter-spacing: 3.2px;
  background: var(--gradation-orange, linear-gradient(90deg, #F24133 0%, #F17A37 100%));
}
.spMenu .spMenu__cta-icon {
  width: clamp(1px, 8.1424936387vw, 62.534351145px);
  height: auto;
}

.spMenu.is-open {
  display: block;
}

body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

button.sp-only.js-menu-open {
  border: none;
  background: transparent;
}

.footer {
  width: 100%;
}
.footer .footer__inner {
  margin: 0 auto;
  padding: clamp(1px, 2.6455026455vw, 52.9100529101px) clamp(1px, 5.291005291vw, 105.8201058201px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .footer__brand {
  width: clamp(1px, 20.2380952381vw, 404.7619047619px);
}
.footer .footer__company-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer .footer__company-label {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: clamp(1px, 2.0356234097vw, 15.6335877863px);
  }
}
.footer .footer__company-name {
  color: var(--black, #3b3b3b);
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 0.9259259259vw, 18.5185185185px);
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .footer .footer__company-name {
    font-size: clamp(1px, 3.5623409669vw, 27.358778626px);
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__company-logo {
    width: clamp(1px, 45.8015267176vw, 351.7557251908px);
  }
}
.footer .footer__company-address {
  color: var(--black, #3b3b3b);
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 0.9259259259vw, 18.5185185185px);
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .footer .footer__company-address {
    text-align: center;
    font-size: clamp(1px, 3.5623409669vw, 27.358778626px);
  }
}
.footer .footer__bottom {
  background: var(--gray, #f3f3f3);
  padding: clamp(1px, 2.1164021164vw, 42.328042328px) 0;
}
.footer .footer__copyright {
  color: var(--black, #3b3b3b);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 0.9259259259vw, 18.5185185185px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .footer .footer__inner {
    display: block;
    padding: clamp(1px, 10.1781170483vw, 78.1679389313px) clamp(1px, 4.5801526718vw, 35.1755725191px);
  }
  .footer .footer__brand {
    width: clamp(1px, 77.8625954198vw, 597.9847328244px);
    margin: 0 auto 13px;
  }
  .footer .footer__bottom {
    padding: clamp(1px, 8.1424936387vw, 62.534351145px) 0;
  }
  .footer .footer__copyright {
    font-size: clamp(1px, 3.5623409669vw, 27.358778626px);
  }
}
.main-visual {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main-visual__img {
  width: 100%;
  height: 100%;
}

.anshin {
  position: absolute;
  left: clamp(1px, 11.9047619048vw, 238.0952380952px);
  top: clamp(1px, 11.9047619048vw, 238.0952380952px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .anshin {
    left: 0;
    padding: 0 clamp(1px, 6.106870229vw, 46.9007633588px);
    top: clamp(1px, 25.4452926209vw, 195.4198473282px);
  }
}
.anshin .anshin__banner {
  width: clamp(1px, 38.3597883598vw, 767.1957671958px);
  height: clamp(1px, 3.1746031746vw, 63.4920634921px);
  background: #ea421b;
  border-radius: clamp(1px, 66.0714285714vw, 1321.4285714286px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  margin-bottom: clamp(1px, 1.7857142857vw, 35.7142857143px);
}
@media screen and (max-width: 768px) {
  .anshin .anshin__banner {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: clamp(1px, 1.272264631vw, 9.7709923664px) clamp(1px, 3.8167938931vw, 29.3129770992px);
    height: auto;
    margin-bottom: clamp(1px, 7.6335877863vw, 58.6259541985px);
  }
}
.anshin .anshin__banner-text {
  position: absolute;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  left: clamp(1px, 1.917989418vw, 38.3597883598px);
  font-size: clamp(1px, 1.5873015873vw, 31.746031746px);
  line-height: clamp(1px, 2.9761904762vw, 59.5238095238px);
  letter-spacing: clamp(1px, 0.1587301587vw, 3.1746031746px);
}
@media screen and (max-width: 768px) {
  .anshin .anshin__banner-text {
    font-size: clamp(1px, 4.0712468193vw, 31.2671755725px);
    position: static;
  }
}
.anshin .anshin__banner-title {
  position: absolute;
  left: clamp(1px, 20.0396825397vw, 400.7936507937px);
  top: clamp(1px, 0.1322751323vw, 2.6455026455px);
  font-size: clamp(1px, 2.1164021164vw, 42.328042328px);
  line-height: clamp(1px, 2.6455026455vw, 52.9100529101px);
}
@media screen and (max-width: 768px) {
  .anshin .anshin__banner-title {
    position: static;
    font-size: clamp(1px, 5.0890585242vw, 39.0839694656px);
  }
}
.anshin .anshin__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1px, 2.1164021164vw, 42.328042328px);
  line-height: clamp(1px, 3.1746031746vw, 63.4920634921px);
  color: #3b3b3b;
  white-space: pre;
  margin-bottom: clamp(1px, 1.7857142857vw, 35.7142857143px);
}
@media screen and (max-width: 768px) {
  .anshin .anshin__subtitle {
    font-size: clamp(1px, 6.106870229vw, 46.9007633588px);
    line-height: clamp(1px, 6.106870229vw, 46.9007633588px); /* 100% */
  }
}
.anshin .anshin__message {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: clamp(1px, 2.6455026455vw, 52.9100529101px);
  color: #3b3b3b;
  display: block;
  margin-bottom: clamp(1px, 1.9841269841vw, 39.6825396825px);
}
@media screen and (max-width: 768px) {
  .anshin .anshin__message {
    font-size: clamp(1px, 5.0890585242vw, 39.0839694656px);
    line-height: clamp(1px, 11.1959287532vw, 85.9847328244px); /* 140% */
  }
}
.anshin .anshin__message--second {
  display: block;
}
.anshin .anshin__message-text {
  font-weight: 600;
  font-size: clamp(1px, 3.1746031746vw, 63.4920634921px);
}
@media screen and (max-width: 768px) {
  .anshin .anshin__message-text {
    font-size: clamp(1px, 8.1424936387vw, 62.534351145px);
    display: block;
    line-height: clamp(1px, 11.1959287532vw, 85.9847328244px);
  }
}
.anshin .anshin__message-text--highlight {
  font-weight: 700;
  font-size: clamp(1px, 4.2328042328vw, 84.6560846561px);
  color: #ea421b;
}
@media screen and (max-width: 768px) {
  .anshin .anshin__message-text--highlight {
    font-size: clamp(1px, 12.213740458vw, 93.8015267176px);
    line-height: clamp(1px, 13.7404580153vw, 105.5267175573px);
    display: block;
  }
}
.anshin .anshin__message--second span.anshin__message-text {
  display: inline-block;
}
.anshin .anshin__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1px, 1.5873015873vw, 31.746031746px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(1px, 0.6613756614vw, 13.2275132275px);
}
@media screen and (max-width: 768px) {
  .anshin .anshin__badges {
    display: none;
  }
}

.badge {
  position: relative;
  width: clamp(1px, 13.0952380952vw, 261.9047619048px);
  height: clamp(1px, 13.0952380952vw, 261.9047619048px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: clamp(1px, 0.5291005291vw, 10.582010582px) clamp(1px, 0.5291005291vw, 10.582010582px) clamp(1px, 1.0582010582vw, 21.164021164px) 0 rgba(0, 0, 0, 0.24);
          box-shadow: clamp(1px, 0.5291005291vw, 10.582010582px) clamp(1px, 0.5291005291vw, 10.582010582px) clamp(1px, 1.0582010582vw, 21.164021164px) 0 rgba(0, 0, 0, 0.24);
  border-radius: 50%;
  background: #ea421b;
}
.badge .badge__circle {
  width: clamp(1px, 13.0952380952vw, 261.9047619048px);
  height: clamp(1px, 13.0952380952vw, 261.9047619048px);
  display: block;
}
.badge .badge__content {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.badge .badge__label {
  font-size: clamp(1px, 1.5873015873vw, 31.746031746px);
  line-height: clamp(1px, 2.2486772487vw, 44.9735449735px);
  text-align: center;
}
.badge .badge__label--smartphone {
  letter-spacing: 0;
}
.badge .badge__label--notification {
  left: clamp(1px, 3.4391534392vw, 68.7830687831px);
  -webkit-transform: none;
          transform: none;
  text-align: left;
  letter-spacing: 0;
}
.badge .badge__label-char--narrow {
  letter-spacing: clamp(-2.1164021164px, -0.1058201058vw, -1px);
}
.badge .badge__label-char--wide {
  letter-spacing: clamp(1px, 0.1164021164vw, 2.328042328px);
}
.badge .badge__main {
  font-size: clamp(1px, 2.6455026455vw, 52.9100529101px);
  line-height: clamp(1px, 2.9100529101vw, 58.2010582011px);
}
.badge .badge__main p {
  margin-bottom: 0;
}
.badge .badge__register {
  position: relative;
}
.badge .badge__register-text {
  position: absolute;
  left: clamp(1px, 6.5476190476vw, 130.9523809524px);
  top: clamp(1px, 7.4074074074vw, 148.1481481481px);
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  font-size: clamp(1px, 2.6455026455vw, 52.9100529101px);
  line-height: clamp(1px, 2.9100529101vw, 58.2010582011px);
  text-align: center;
}
.badge .badge__register-time {
  position: relative;
}
.badge .badge__register-number {
  position: absolute;
  left: clamp(1px, 5.2248677249vw, 104.4973544974px);
  top: clamp(1px, 10.1851851852vw, 203.7037037037px);
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  font-size: clamp(1px, 3.1746031746vw, 63.4920634921px);
  line-height: clamp(1px, 2.9100529101vw, 58.2010582011px);
  text-align: center;
}
.badge .badge__register-unit {
  position: absolute;
  left: clamp(1px, 7.8042328042vw, 156.0846560847px);
  top: clamp(1px, 10.3174603175vw, 206.3492063492px);
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  font-size: clamp(1px, 2.6455026455vw, 52.9100529101px);
  line-height: clamp(1px, 2.9100529101vw, 58.2010582011px);
  text-align: center;
}
.badge .badge__notify {
  position: absolute;
  left: clamp(1px, 6.6137566138vw, 132.2751322751px);
  top: clamp(1px, 4.4973544974vw, 89.9470899471px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: clamp(1px, 2.6455026455vw, 52.9100529101px);
  line-height: clamp(1px, 2.9100529101vw, 58.2010582011px);
  text-align: center;
}
.badge .badge__notify-none {
  position: absolute;
  left: clamp(1px, 6.6137566138vw, 132.2751322751px);
  top: clamp(1px, 7.4074074074vw, 148.1481481481px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: clamp(1px, 2.7777777778vw, 55.5555555556px);
  line-height: clamp(1px, 2.9100529101vw, 58.2010582011px);
  text-align: center;
  letter-spacing: clamp(-3.3333333333px, -0.1666666667vw, -1px);
}

.cta_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: clamp(1px, 6.6137566138vw, 132.2751322751px);
  background: var(--gradation-orange, linear-gradient(90deg, #f24133 0%, #f17a37 100%));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .cta_area {
    height: clamp(1px, 20.3562340967vw, 156.3358778626px);
  }
}
.cta_area a {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 2.6455026455vw, 52.9100529101px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 3.3068783069vw, 66.1375661376px); /* 125% */
  letter-spacing: clamp(1px, 0.2645502646vw, 5.291005291px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1px, 1.5873015873vw, 31.746031746px);
}
@media screen and (max-width: 768px) {
  .cta_area a {
    font-size: clamp(1px, 8.1424936387vw, 62.534351145px);
    line-height: clamp(1px, 12.7226463104vw, 97.7099236641px); /* 156.25% */
    letter-spacing: clamp(1px, 0.8142493639vw, 6.2534351145px);
    gap: clamp(1px, 1.0582010582vw, 21.164021164px);
  }
}
.cta_area img {
  width: clamp(1px, 2.9100529101vw, 58.2010582011px);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .cta_area img {
    width: clamp(1px, 8.1424936387vw, 62.534351145px);
  }
}

.serviceIntro {
  padding: 112px 216px;
  padding: clamp(1px, 7.4074074074vw, 148.1481481481px) clamp(1px, 14.2857142857vw, 285.7142857143px);
  gap: clamp(1px, 5.291005291vw, 105.8201058201px);
  /* カード全体 */
  /* 「サービス運営」ラベル（上部のピル型） */
  /* ロゴ行 */
  /* 説明テキスト */
  /* クレジットカードエリア */
}
@media screen and (max-width: 768px) {
  .serviceIntro {
    padding: clamp(1px, 20.3562340967vw, 156.3358778626px) clamp(1px, 6.106870229vw, 46.9007633588px) clamp(1px, 16.2849872774vw, 125.0687022901px);
    gap: clamp(1px, 10.1781170483vw, 78.1679389313px);
  }
}
.serviceIntro .serviceIntro__category {
  color: var(--black, #3b3b3b);
  text-align: center;
  /* 24/Bold */
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 1.5873015873vw, 31.746031746px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 2.6455026455vw, 52.9100529101px); /* 166.667% */
  margin: auto;
  padding-left: clamp(1px, 1.5873015873vw, 31.746031746px);
  padding-right: clamp(1px, 1.5873015873vw, 31.746031746px);
  margin-bottom: clamp(1px, 2.6455026455vw, 52.9100529101px);
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .serviceIntro .serviceIntro__category {
    padding-left: clamp(1px, 12.7226463104vw, 97.7099236641px);
    padding-right: clamp(1px, 12.7226463104vw, 97.7099236641px);
    font-size: clamp(1px, 5.0890585242vw, 39.0839694656px);
    line-height: clamp(1px, 8.1424936387vw, 62.534351145px); /* 160% */
    margin-bottom: clamp(1px, 8.1424936387vw, 62.534351145px);
  }
}
.serviceIntro .serviceIntro__category:before {
  content: "";
  position: absolute;
  bottom: clamp(-13.2275132275px, -0.6613756614vw, -1px);
  left: clamp(-56.8783068783px, -2.8439153439vw, -1px);
  display: block;
  width: clamp(1px, 4.1666666667vw, 83.3333333333px);
  height: clamp(1px, 5.9523809524vw, 119.0476190476px);
  background: url("../img/Line10.svg") no-repeat center center;
  margin: 0 auto;
  margin-bottom: clamp(1px, 1.0582010582vw, 21.164021164px);
}
@media screen and (max-width: 768px) {
  .serviceIntro .serviceIntro__category:before {
    background: url("../img/Line10_sp.svg") no-repeat center center;
    width: clamp(1px, 21.6284987277vw, 166.106870229px);
    height: clamp(1px, 23.4096692112vw, 179.786259542px);
    left: clamp(-58.6259541985px, -7.6335877863vw, -1px);
    bottom: clamp(-13.679389313px, -1.7811704835vw, -1px);
  }
}
.serviceIntro .serviceIntro__category:after {
  content: "";
  position: absolute;
  bottom: clamp(-13.2275132275px, -0.6613756614vw, -1px);
  right: clamp(-56.8783068783px, -2.8439153439vw, -1px);
  display: block;
  width: clamp(1px, 4.1666666667vw, 83.3333333333px);
  height: clamp(1px, 5.9523809524vw, 119.0476190476px);
  background: url("../img/Line9.svg") no-repeat center center;
  margin: 0 auto;
  margin-bottom: clamp(1px, 1.0582010582vw, 21.164021164px);
}
@media screen and (max-width: 768px) {
  .serviceIntro .serviceIntro__category:after {
    background: url("../img/Line9_sp.svg") no-repeat center center;
    width: clamp(1px, 21.6284987277vw, 166.106870229px);
    height: clamp(1px, 23.4096692112vw, 179.786259542px);
    right: clamp(-48.8549618321px, -6.3613231552vw, -1px);
    bottom: clamp(-13.679389313px, -1.7811704835vw, -1px);
  }
}
.serviceIntro .serviceIntro__heading {
  color: var(--black, #3b3b3b);
  text-align: center;
  /* 48/Bold */
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 3.1746031746vw, 63.4920634921px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 4.7619047619vw, 95.2380952381px); /* 150% */
  margin-bottom: clamp(1px, 2.6455026455vw, 52.9100529101px);
}
@media screen and (max-width: 768px) {
  .serviceIntro .serviceIntro__heading {
    font-size: clamp(1px, 9.1603053435vw, 70.3511450382px);
    line-height: clamp(1px, 12.213740458vw, 93.8015267176px); /* 150% */
    margin-bottom: clamp(1px, 8.1424936387vw, 62.534351145px);
  }
}
.serviceIntro .serviceIntro__highlight {
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #ea421b;
  z-index: 1;
}
.serviceIntro .serviceIntro__highlight span {
  color: #3b3b3b;
}
.serviceIntro .serviceIntro__highlight span.line {
  color: #ea421b;
}
@media screen and (max-width: 768px) {
  .serviceIntro .serviceIntro__highlight span.line {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFE4AD));
    background: linear-gradient(transparent 60%, #FFE4AD 60%);
  }
}
.serviceIntro .serviceIntro__highlight::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(1px, 0.1322751323vw, 2.6455026455px);
  height: clamp(1px, 0.7936507937vw, 15.873015873px);
  background-color: #ffe5b3;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .serviceIntro .serviceIntro__highlight::before {
    display: none;
  }
}
.serviceIntro .serviceIntro__description {
  color: var(--black, #3b3b3b);
  text-align: center;
  /* 24/Bold */
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 1.5873015873vw, 31.746031746px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 2.6455026455vw, 52.9100529101px); /* 166.667% */
  margin-bottom: clamp(1px, 5.291005291vw, 105.8201058201px);
}
@media screen and (max-width: 768px) {
  .serviceIntro .serviceIntro__description {
    font-size: clamp(1px, 5.0890585242vw, 39.0839694656px);
    line-height: clamp(1px, 9.1603053435vw, 70.3511450382px); /* 160% */
    margin-bottom: clamp(1px, 12.213740458vw, 93.8015267176px);
    text-align: left;
  }
}
.serviceIntro .serviceIntro__description--accent {
  font-weight: 700;
  color: #ea421b;
}
.serviceIntro .serviceIntro__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: clamp(1px, 2.6455026455vw, 52.9100529101px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: clamp(1px, 1.3227513228vw, 26.455026455px);
  border: 4px solid var(--line-gray, #d9d9d9);
  background: var(--white, #fff);
  -webkit-box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .serviceIntro .serviceIntro__card {
    padding: clamp(1px, 10.1781170483vw, 78.1679389313px) clamp(1px, 7.1246819338vw, 54.7175572519px);
    border-radius: clamp(1px, 5.0890585242vw, 39.0839694656px);
  }
}
.serviceIntro .serviceIntro__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: clamp(1px, 1.0582010582vw, 21.164021164px) clamp(1px, 5.291005291vw, 105.8201058201px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1px, 0.5291005291vw, 10.582010582px);
  border-radius: 900px;
  border: 4px solid var(--line-gray, #d9d9d9);
  background: var(--white, #fff);
  margin-top: clamp(1px, 1.0582010582vw, 21.164021164px);
}
@media screen and (max-width: 768px) {
  .serviceIntro .serviceIntro__label {
    padding: clamp(1px, 3.0534351145vw, 23.4503816794px) clamp(1px, 10.1781170483vw, 78.1679389313px);
    max-width: clamp(1px, 73.7913486005vw, 566.7175572519px);
    width: 100%;
  }
}
.serviceIntro .serviceIntro__label-text {
  color: var(--black, #3b3b3b);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 1.5873015873vw, 31.746031746px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 2.1164021164vw, 42.328042328px); /* 133.333% */
  letter-spacing: clamp(1px, 0.1587301587vw, 3.1746031746px);
}
@media screen and (max-width: 768px) {
  .serviceIntro .serviceIntro__label-text {
    font-size: clamp(1px, 5.0890585242vw, 39.0839694656px);
    line-height: clamp(1px, 8.1424936387vw, 62.534351145px); /* 160% */
    letter-spacing: clamp(1px, 0.5089058524vw, 3.9083969466px);
  }
}
.serviceIntro .serviceIntro__logos {
  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;
  margin-bottom: clamp(1px, 1.5873015873vw, 31.746031746px);
  margin-top: clamp(1px, 1.5873015873vw, 31.746031746px);
}
@media screen and (max-width: 768px) {
  .serviceIntro .serviceIntro__logos {
    margin-bottom: clamp(1px, 6.106870229vw, 46.9007633588px);
    margin-top: clamp(1px, 8.1424936387vw, 62.534351145px);
  }
}
.serviceIntro .serviceIntro__logo {
  max-width: clamp(1px, 53.5714285714vw, 1071.4285714286px);
}
.serviceIntro .serviceIntro__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.serviceIntro .serviceIntro__logo-separator {
  font-size: clamp(1px, 2.1164021164vw, 42.328042328px);
  line-height: 1;
  color: #555555;
}
.serviceIntro .serviceIntro__text {
  color: var(--black, #3b3b3b);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 1.3227513228vw, 26.455026455px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(1px, 2.6455026455vw, 52.9100529101px); /* 200% */
  margin-bottom: clamp(1px, 2.6455026455vw, 52.9100529101px);
}
@media screen and (max-width: 768px) {
  .serviceIntro .serviceIntro__text {
    text-align: left;
    font-size: clamp(1px, 4.0712468193vw, 31.2671755725px);
    line-height: clamp(1px, 8.1424936387vw, 62.534351145px); /* 200% */
    margin-bottom: clamp(1px, 8.1424936387vw, 62.534351145px);
  }
}
.serviceIntro .serviceIntro__text-line + .serviceIntro__text-line {
  margin-top: clamp(1px, 0.5291005291vw, 10.582010582px);
}
.serviceIntro .serviceIntro__text-emphasis {
  font-weight: 700;
}
.serviceIntro .serviceIntro__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: clamp(1px, 2.6455026455vw, 52.9100529101px) 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1px, 4.7619047619vw, 95.2380952381px);
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 20px;
  background: var(--cream, #fdf9e0);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .serviceIntro .serviceIntro__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: clamp(1px, 6.106870229vw, 46.9007633588px);
    gap: clamp(1px, 4.0712468193vw, 31.2671755725px);
  }
}
.serviceIntro .serviceIntro__cards-label {
  color: var(--black, #3b3b3b);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 1.3227513228vw, 26.455026455px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 3.1746031746vw, 63.4920634921px); /* 240% */
}
@media screen and (max-width: 768px) {
  .serviceIntro .serviceIntro__cards-label {
    font-size: clamp(1px, 4.0712468193vw, 31.2671755725px);
    line-height: clamp(1px, 5.5979643766vw, 42.9923664122px); /* 137.5% */
  }
}
.serviceIntro .serviceIntro__cards-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1px, 2.1164021164vw, 42.328042328px);
}
@media screen and (max-width: 768px) {
  .serviceIntro .serviceIntro__cards-logos {
    gap: clamp(1px, 2.0356234097vw, 15.6335877863px);
  }
}
.serviceIntro .serviceIntro__card-logo {
  display: block;
  width: clamp(1px, 6.6137566138vw, 132.2751322751px);
}
@media screen and (max-width: 768px) {
  .serviceIntro .serviceIntro__card-logo {
    width: clamp(1px, 20.3562340967vw, 156.3358778626px);
  }
}

.painPoints {
  padding: clamp(1px, 7.4074074074vw, 148.1481481481px) 0;
  background-color: #eee;
  position: relative;
  /* 上部リード */
  /* カード行 */
  /* 各カード */
  /* カード下の吹き出し丸 */
  /* 解決ボックス */
  /* 左のキャラクター */
  /* テキスト本体 */
}
@media screen and (max-width: 768px) {
  .painPoints {
    padding: clamp(1px, 20.3562340967vw, 156.3358778626px) clamp(1px, 6.106870229vw, 46.9007633588px) clamp(1px, 16.2849872774vw, 125.0687022901px);
  }
}
.painPoints .painPoints__inner {
  max-width: clamp(1px, 71.4285714286vw, 1428.5714285714px);
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .painPoints .painPoints__inner {
    max-width: 100%;
  }
}
.painPoints .painPoints__lead {
  color: var(--black, #3b3b3b);
  text-align: center;
  /* 32/Bold */
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 2.1164021164vw, 42.328042328px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 3.1746031746vw, 63.4920634921px); /* 150% */
  margin-bottom: clamp(1px, 3.1746031746vw, 63.4920634921px);
}
@media screen and (max-width: 768px) {
  .painPoints .painPoints__lead {
    font-size: clamp(1px, 6.106870229vw, 46.9007633588px);
    line-height: clamp(1px, 10.1781170483vw, 78.1679389313px); /* 166.667% */
    margin-bottom: clamp(1px, 8.1424936387vw, 62.534351145px);
  }
}
.painPoints .painPoints__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1px, 2.1164021164vw, 42.328042328px);
  margin-bottom: clamp(1px, 2.6455026455vw, 52.9100529101px);
}
@media screen and (max-width: 768px) {
  .painPoints .painPoints__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(1px, 6.106870229vw, 46.9007633588px);
    margin-bottom: clamp(1px, 18.320610687vw, 140.7022900763px);
  }
}
.painPoints .painPoints__card {
  width: clamp(1px, 22.4206349206vw, 448.4126984127px);
  height: clamp(1px, 13.8888888889vw, 277.7777777778px);
  background: url("../img/speech-bubble_blank.png") no-repeat center center;
  background-size: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .painPoints .painPoints__card {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.18);
            box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.18);
  }
}
@media screen and (max-width: 768px) {
  .painPoints .painPoints__card.last:before {
    content: "";
    position: absolute;
    width: clamp(1px, 7.1246819338vw, 54.7175572519px);
    height: clamp(1px, 15.2671755725vw, 117.2519083969px);
    left: 0;
    right: 0;
    margin: auto;
    bottom: clamp(-117.2519083969px, -15.2671755725vw, -1px);
    background: url("../img/fukidasi.png") no-repeat center center;
    background-size: 100%;
  }
}
.painPoints .painPoints__card-text {
  width: clamp(1px, 21.626984127vw, 432.5396825397px);
  height: clamp(1px, 10.582010582vw, 211.6402116402px);
  color: var(--black, #3b3b3b);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 1.5873015873vw, 31.746031746px);
  font-style: normal;
  font-weight: 700;
  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;
}
@media screen and (max-width: 768px) {
  .painPoints .painPoints__card-text {
    height: auto;
    width: clamp(1px, 87.786259542vw, 674.1984732824px);
    padding: clamp(1px, 6.106870229vw, 46.9007633588px);
    font-size: clamp(1px, 5.0890585242vw, 39.0839694656px);
    line-height: clamp(1px, 8.1424936387vw, 62.534351145px); /* 160% */
  }
}
.painPoints .painPoints__solution {
  position: relative;
  background-color: #ffffff;
  border-radius: clamp(1px, 1.5873015873vw, 31.746031746px);
  padding: clamp(1px, 3.7037037037vw, 74.0740740741px) clamp(1px, 3.1746031746vw, 63.4920634921px);
  -webkit-box-shadow: 0 clamp(1px, 0.7936507937vw, 15.873015873px) clamp(1px, 2.6455026455vw, 52.9100529101px) rgba(0, 0, 0, 0.06);
          box-shadow: 0 clamp(1px, 0.7936507937vw, 15.873015873px) clamp(1px, 2.6455026455vw, 52.9100529101px) rgba(0, 0, 0, 0.06);
  text-align: left;
  width: clamp(1px, 60.582010582vw, 1211.6402116402px);
  position: relative;
  z-index: 2;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .painPoints .painPoints__solution {
    width: 100%;
    padding: clamp(1px, 8.1424936387vw, 62.534351145px);
    border-radius: clamp(1px, 6.106870229vw, 46.9007633588px);
    margin: auto;
    padding-right: clamp(1px, 1.272264631vw, 9.7709923664px);
    padding-left: clamp(1px, 2.5445292621vw, 19.5419847328px);
    position: relative;
  }
}
.painPoints .painPoints__solution::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .painPoints .painPoints__solution::after {
    right: 0;
  }
}
.painPoints .painPoints__solution::before {
  content: "";
  position: absolute;
  top: clamp(1px, 1.3227513228vw, 26.455026455px);
  left: clamp(1px, 1.3227513228vw, 26.455026455px);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 0;
  background: var(--gradation-orange, linear-gradient(90deg, #f24133 0%, #f17a37 100%));
}
@media screen and (max-width: 768px) {
  .painPoints .painPoints__solution::before {
    top: clamp(1px, 2.5445292621vw, 19.5419847328px);
    left: clamp(1px, 2.5445292621vw, 19.5419847328px);
  }
}
.painPoints .painPoints__character {
  position: absolute;
  left: clamp(1px, 2.1164021164vw, 42.328042328px);
  bottom: 0;
  width: clamp(1px, 11.9047619048vw, 238.0952380952px);
}
.painPoints .painPoints__character img {
  display: block;
  width: 100%;
}
.painPoints .painPoints__solution-body {
  position: relative;
  z-index: 2;
}
.painPoints .painPoints__solution-text {
  color: var(--black, #3b3b3b);
  text-align: center;
  /* 32/Bold */
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 2.1164021164vw, 42.328042328px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 3.1746031746vw, 63.4920634921px); /* 150% */
}
@media screen and (max-width: 768px) {
  .painPoints .painPoints__solution-text {
    font-size: clamp(1px, 6.106870229vw, 46.9007633588px);
    line-height: clamp(1px, 9.1603053435vw, 70.3511450382px); /* 150% */
  }
  .painPoints .painPoints__solution-text.v2 {
    margin: 0 0 0 auto;
    width: clamp(1px, 36.8956743003vw, 283.358778626px);
  }
}
.painPoints .painPoints__solution-highlight {
  color: var(--orenge, #ea421b);
  text-align: center;
  /* 48/Bold */
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 3.1746031746vw, 63.4920634921px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 4.7619047619vw, 95.2380952381px); /* 150% */
}
.painPoints .painPoints__solution-highlight span {
  font-size: clamp(1px, 2.1164021164vw, 42.328042328px);
  color: #3b3b3b;
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .painPoints .painPoints__solution-highlight span {
    font-size: clamp(1px, 8.1424936387vw, 62.534351145px);
    margin-left: clamp(1px, 1.272264631vw, 9.7709923664px);
  }
}
@media screen and (max-width: 768px) {
  .painPoints .painPoints__solution-highlight {
    font-size: clamp(1px, 12.213740458vw, 93.8015267176px);
    line-height: clamp(1px, 14.7582697201vw, 113.3435114504px); /* 150% */
    margin-top: clamp(1px, 2.0356234097vw, 15.6335877863px);
    margin-bottom: clamp(1px, 5.0890585242vw, 39.0839694656px);
  }
}
@media screen and (max-width: 768px) {
  .painPoints .painPoints__solution-highlight-emphasis {
    font-size: clamp(1px, 8.1424936387vw, 62.534351145px);
    color: var(--black, #3B3B3B);
  }
}
.painPoints .painPoints__bgCircle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.painPoints .sec2-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  z-index: 1;
}
.painPoints .illust_man_explain {
  position: absolute;
  bottom: 0;
  left: clamp(1px, 14.8148148148vw, 296.2962962963px);
  z-index: 3;
  width: clamp(1px, 17.4603174603vw, 349.2063492063px);
}
@media screen and (max-width: 768px) {
  .painPoints .illust_man_explain {
    left: clamp(1px, 12.7226463104vw, 97.7099236641px);
    width: clamp(1px, 43.2569974555vw, 332.213740458px);
  }
}

.anshinBenefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: clamp(1px, 7.4074074074vw, 148.1481481481px) clamp(1px, 14.2857142857vw, 285.7142857143px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1px, 2.9100529101vw, 58.2010582011px);
  /* カード一覧（2×2） */
  /* 各カード */
  /* 左上の丸数字 */
  /* タグ（01のカード内） */
  /* イラスト部分 */
}
@media screen and (max-width: 768px) {
  .anshinBenefits {
    padding: clamp(1px, 15.5216284987vw, 119.2061068702px) clamp(1px, 6.106870229vw, 46.9007633588px) clamp(1px, 16.2849872774vw, 125.0687022901px);
    gap: clamp(1px, 8.1424936387vw, 62.534351145px);
  }
}
.anshinBenefits .anshinBenefits__inner {
  max-width: clamp(1px, 71.4285714286vw, 1428.5714285714px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .anshinBenefits .anshinBenefits__inner {
    max-width: 100%;
    width: clamp(1px, 83.4605597964vw, 640.9770992366px);
    margin: 0 0 0 auto;
  }
}
.anshinBenefits .anshinBenefits__heading {
  color: var(--orenge, #ea421b);
  text-align: center;
  /* 48/Bold */
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 3.1746031746vw, 63.4920634921px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 4.7619047619vw, 95.2380952381px); /* 150% */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(67%, transparent), color-stop(13%, #ffe4ad));
  background: linear-gradient(transparent 67%, #ffe4ad 13%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: auto;
  margin-bottom: clamp(1px, 2.9100529101vw, 58.2010582011px);
}
@media screen and (max-width: 768px) {
  .anshinBenefits .anshinBenefits__heading {
    font-size: clamp(1px, 8.1424936387vw, 62.534351145px);
    margin-bottom: respValueSP 33px;
    line-height: clamp(1px, 12.213740458vw, 93.8015267176px); /* 150% */
    background: none;
  }
}
.anshinBenefits .anshinBenefits__heading .anshinBenefits__heading-emphasis {
  color: var(--black, #3b3b3b);
}
@media screen and (max-width: 768px) {
  .anshinBenefits .anshinBenefits__heading .anshinBenefits__heading-emphasis {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .anshinBenefits .anshinBenefits__heading .anshinBenefits__heading-main {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(67%, transparent), color-stop(13%, #ffe4ad));
    background: linear-gradient(transparent 67%, #ffe4ad 13%);
  }
}
.anshinBenefits .anshinBenefits__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1px, 3.1746031746vw, 63.4920634921px);
  justify-items: stretch;
}
@media screen and (max-width: 768px) {
  .anshinBenefits .anshinBenefits__list {
    grid-template-columns: 1fr;
    gap: clamp(1px, 10.1781170483vw, 78.1679389313px);
  }
}
.anshinBenefits .anshinBenefits__item {
  position: relative;
  width: clamp(1px, 33.4656084656vw, 669.3121693122px);
  padding: clamp(1px, 3.1746031746vw, 63.4920634921px) clamp(1px, 3.3068783069vw, 66.1375661376px);
  border-radius: 20px;
  border: 4px solid var(--line-gray, #d9d9d9);
  background: var(--white, #fff);
  -webkit-box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .anshinBenefits .anshinBenefits__item {
    width: 100%;
    padding: clamp(1px, 10.1781170483vw, 78.1679389313px) clamp(1px, 6.106870229vw, 46.9007633588px);
  }
}
.anshinBenefits .anshinBenefits__number {
  position: absolute;
  top: clamp(-33.0687830688px, -1.6534391534vw, -1px);
  left: clamp(-33.0687830688px, -1.6534391534vw, -1px);
  width: clamp(1px, 4.2328042328vw, 84.6560846561px);
  height: clamp(1px, 4.2328042328vw, 84.6560846561px);
  border-radius: 50%;
  color: #fff;
  font-family: "Zen Maru Gothic";
  font-size: clamp(1px, 2.1164021164vw, 42.328042328px);
  font-style: normal;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: clamp(1px, 1.8518518519vw, 37.037037037px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--orenge, #ea421b);
}
@media screen and (max-width: 768px) {
  .anshinBenefits .anshinBenefits__number {
    width: clamp(1px, 16.2849872774vw, 125.0687022901px);
    height: clamp(1px, 16.2849872774vw, 125.0687022901px);
    font-size: clamp(1px, 8.1424936387vw, 62.534351145px);
    top: clamp(-39.0839694656px, -5.0890585242vw, -1px);
    left: clamp(-39.0839694656px, -5.0890585242vw, -1px);
  }
}
.anshinBenefits .anshinBenefits__title {
  color: var(--black, #3b3b3b);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 2.1164021164vw, 42.328042328px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 2.6455026455vw, 52.9100529101px); /* 125% */
  margin-bottom: clamp(1px, 1.0582010582vw, 21.164021164px);
}
@media screen and (max-width: 768px) {
  .anshinBenefits .anshinBenefits__title {
    font-size: clamp(1px, 6.106870229vw, 46.9007633588px);
    line-height: clamp(1px, 8.1424936387vw, 62.534351145px); /* 133.333% */
    margin-bottom: clamp(1px, 4.0712468193vw, 31.2671755725px);
  }
}
.anshinBenefits .anshinBenefits__title-em {
  color: #ea421b;
}
.anshinBenefits .anshinBenefits__text {
  color: var(--black, #3b3b3b);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 1.3227513228vw, 26.455026455px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 2.1164021164vw, 42.328042328px); /* 160% */
  margin-bottom: clamp(1px, 1.9841269841vw, 39.6825396825px);
}
@media screen and (max-width: 768px) {
  .anshinBenefits .anshinBenefits__text {
    font-size: clamp(1px, 4.0712468193vw, 31.2671755725px);
    margin-bottom: clamp(1px, 6.106870229vw, 46.9007633588px);
    line-height: clamp(1px, 6.106870229vw, 46.9007633588px); /* 150% */
  }
}
.anshinBenefits .anshinBenefits__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(1px, 0.5291005291vw, 10.582010582px);
}
.anshinBenefits .anshinBenefits__tag {
  padding: clamp(1px, 0.2645502646vw, 5.291005291px) clamp(1px, 0.7936507937vw, 15.873015873px);
  border-radius: clamp(1px, 66.0714285714vw, 1321.4285714286px);
  background-color: #f1f1f1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1px, 0.7936507937vw, 15.873015873px);
  color: #777777;
  white-space: nowrap;
}
.anshinBenefits .anshinBenefits__figure {
  margin-top: auto;
  margin-left: auto;
  width: 100%;
}
.anshinBenefits .anshinBenefits__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.cta {
  padding: clamp(1px, 6.8783068783vw, 137.5661375661px) clamp(1px, 5.291005291vw, 105.8201058201px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1px, 2.6455026455vw, 52.9100529101px);
  background: #ffddcb;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: clamp(1px, 16.2849872774vw, 125.0687022901px) clamp(1px, 6.106870229vw, 46.9007633588px);
    display: block;
  }
}
.cta .cta__inner {
  margin: 0 auto;
}
.cta .cta__lead {
  color: var(--black, #3b3b3b);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 2.1164021164vw, 42.328042328px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 3.1746031746vw, 63.4920634921px); /* 150% */
  letter-spacing: 3.2px;
}
@media screen and (max-width: 768px) {
  .cta .cta__lead {
    font-size: clamp(1px, 5.0890585242vw, 39.0839694656px);
    margin-bottom: clamp(1px, 3.3078880407vw, 25.4045801527px);
    line-height: clamp(1px, 7.1246819338vw, 54.7175572519px); /* 140% */
    letter-spacing: clamp(1px, 0.5089058524vw, 3.9083969466px);
  }
}
.cta .cta__heading {
  color: var(--black, #3b3b3b);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 3.1746031746vw, 63.4920634921px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 4.7619047619vw, 95.2380952381px); /* 150% */
  letter-spacing: 4.8px;
  margin: auto;
  margin-bottom: clamp(1px, 3.1746031746vw, 63.4920634921px);
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: clamp(1px, 3.3068783069vw, 66.1375661376px);
  padding-right: clamp(1px, 3.3068783069vw, 66.1375661376px);
}
@media screen and (max-width: 768px) {
  .cta .cta__heading {
    padding-left: clamp(1px, 7.6335877863vw, 58.6259541985px);
    padding-right: clamp(1px, 7.6335877863vw, 58.6259541985px);
  }
}
.cta .cta__heading:before {
  content: "";
  position: absolute;
  bottom: clamp(-13.2275132275px, -0.6613756614vw, -1px);
  left: clamp(-56.8783068783px, -2.8439153439vw, -1px);
  display: block;
  width: clamp(1px, 4.1666666667vw, 83.3333333333px);
  height: clamp(1px, 5.9523809524vw, 119.0476190476px);
  background: url("../img/Line10.svg") no-repeat center center;
  margin: 0 auto;
  margin-bottom: clamp(1px, 1.0582010582vw, 21.164021164px);
}
@media screen and (max-width: 768px) {
  .cta .cta__heading:before {
    background: url("../img/Line10_sp.svg") no-repeat center center;
    width: clamp(1px, 21.6284987277vw, 166.106870229px);
    height: clamp(1px, 23.4096692112vw, 179.786259542px);
    left: clamp(-58.6259541985px, -7.6335877863vw, -1px);
    bottom: clamp(-13.679389313px, -1.7811704835vw, -1px);
  }
}
.cta .cta__heading:after {
  content: "";
  position: absolute;
  bottom: clamp(-13.2275132275px, -0.6613756614vw, -1px);
  right: clamp(-56.8783068783px, -2.8439153439vw, -1px);
  display: block;
  width: clamp(1px, 4.1666666667vw, 83.3333333333px);
  height: clamp(1px, 5.9523809524vw, 119.0476190476px);
  background: url("../img/Line9.svg") no-repeat center center;
  margin: 0 auto;
  margin-bottom: clamp(1px, 1.0582010582vw, 21.164021164px);
}
@media screen and (max-width: 768px) {
  .cta .cta__heading:after {
    background: url("../img/Line9_sp.svg") no-repeat center center;
    width: clamp(1px, 21.6284987277vw, 166.106870229px);
    height: clamp(1px, 23.4096692112vw, 179.786259542px);
    right: clamp(-48.8549618321px, -6.3613231552vw, -1px);
    bottom: clamp(-13.679389313px, -1.7811704835vw, -1px);
  }
}
@media screen and (max-width: 768px) {
  .cta .cta__heading {
    font-size: clamp(1px, 8.1424936387vw, 62.534351145px);
    line-height: clamp(1px, 10.1781170483vw, 78.1679389313px); /* 125% */
    letter-spacing: clamp(1px, 0.4885496183vw, 3.7520610687px);
    margin-bottom: clamp(1px, 8.6513994911vw, 66.4427480916px);
  }
}
.cta .cta__highlight {
  color: var(--orenge, #ea421b);
}
.cta .cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(1px, 60.3174603175vw, 1206.3492063492px);
  height: clamp(1px, 8.2010582011vw, 164.0211640212px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1px, 1.5873015873vw, 31.746031746px);
  background: var(--gradation-orange, linear-gradient(90deg, #f24133 0%, #f17a37 100%));
  -webkit-box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 3.1746031746vw, 63.4920634921px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 6.6137566138vw, 132.2751322751px); /* 208.333% */
  letter-spacing: clamp(1px, 0.3174603175vw, 6.3492063492px);
  margin: auto;
  margin-bottom: clamp(1px, 2.6455026455vw, 52.9100529101px);
}
@media screen and (max-width: 768px) {
  .cta .cta__button {
    width: 100%;
    height: clamp(1px, 25.4452926209vw, 195.4198473282px);
    font-size: clamp(1px, 8.1424936387vw, 62.534351145px);
    line-height: clamp(1px, 10.1781170483vw, 78.1679389313px); /* 125% */
    gap: clamp(1px, 2.0356234097vw, 15.6335877863px);
    margin-bottom: clamp(1px, 6.106870229vw, 46.9007633588px);
  }
}
.cta .cta__button img {
  width: clamp(1px, 2.9100529101vw, 58.2010582011px);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .cta .cta__button img {
    width: clamp(1px, 8.1424936387vw, 62.534351145px);
  }
}
.cta .cta__button:hover {
  opacity: 0.9;
}
.cta .cta__notes {
  color: var(--black, #3b3b3b);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 1.3227513228vw, 26.455026455px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(1px, 2.5132275132vw, 50.2645502646px); /* 190% */
}
@media screen and (max-width: 768px) {
  .cta .cta__notes {
    font-size: clamp(1px, 3.5623409669vw, 27.358778626px);
    line-height: clamp(1px, 6.106870229vw, 46.9007633588px); /* 171.429% */
  }
}
@media screen and (max-width: 768px) {
  .cta .cta__notes p.cta__note:nth-child(2) {
    text-align: left;
    padding: 0 0 0 clamp(1px, 4.3256997455vw, 33.2213740458px);
  }
}
.cta .cta__links {
  margin-top: clamp(1px, 0.7936507937vw, 15.873015873px);
}
@media screen and (max-width: 768px) {
  .cta .cta__links {
    margin-top: clamp(1px, 4.0712468193vw, 31.2671755725px);
  }
}
.cta .cta__links a {
  color: var(--black, #3b3b3b);
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 1.3227513228vw, 26.455026455px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(1px, 2.5132275132vw, 50.2645502646px);
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 768px) {
  .cta .cta__links a {
    font-size: clamp(1px, 3.5623409669vw, 27.358778626px);
    line-height: clamp(1px, 6.106870229vw, 46.9007633588px); /* 171.429% */
  }
}

.features {
  /* ----- 上部：特徴4つ ----- */
  /* ----- 下部：使える支払い例 ----- */
  /* イラスト＋タグブロック */
}
.features .features__wrap {
  padding: clamp(1px, 7.4074074074vw, 148.1481481481px) clamp(1px, 5.291005291vw, 105.8201058201px) clamp(1px, 5.291005291vw, 105.8201058201px) clamp(1px, 5.291005291vw, 105.8201058201px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1px, 3.7037037037vw, 74.0740740741px);
  background: var(--cream, #fdf9e0);
}
@media screen and (max-width: 768px) {
  .features .features__wrap {
    padding: clamp(1px, 16.2849872774vw, 125.0687022901px) clamp(1px, 6.106870229vw, 46.9007633588px) clamp(1px, 16.2849872774vw, 125.0687022901px);
    gap: clamp(1px, 10.1781170483vw, 78.1679389313px);
  }
}
.features .features__wrap2 {
  position: relative;
}
.features .features__wrap-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: clamp(1px, 7.4074074074vw, 148.1481481481px) clamp(1px, 14.2857142857vw, 285.7142857143px);
}
@media screen and (max-width: 768px) {
  .features .features__wrap-inner {
    position: static;
    padding: clamp(1px, 8.1424936387vw, 62.534351145px) clamp(1px, 6.106870229vw, 46.9007633588px) clamp(1px, 21.3740458015vw, 164.1526717557px);
  }
}
.features .features__heading {
  color: var(--black, #3b3b3b);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 2.6455026455vw, 52.9100529101px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 3.1746031746vw, 63.4920634921px); /* 120% */
  margin-bottom: clamp(1px, 3.7037037037vw, 74.0740740741px);
}
@media screen and (max-width: 768px) {
  .features .features__heading {
    font-size: clamp(1px, 6.106870229vw, 46.9007633588px);
    line-height: clamp(1px, 10.1781170483vw, 78.1679389313px); /* 166.667% */
    margin-bottom: clamp(1px, 8.1424936387vw, 62.534351145px);
  }
}
.features .features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(1px, 1.5873015873vw, 31.746031746px);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .features .features__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: clamp(1px, 3.9694656489vw, 30.4854961832px);
  }
}
.features .features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(1px, 16.6666666667vw, 333.3333333333px);
  padding: clamp(1px, 2.6455026455vw, 52.9100529101px) clamp(1px, 1.0582010582vw, 21.164021164px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 768px) {
  .features .features__item {
    width: 47%;
    max-width: 100%;
    padding: clamp(1px, 6.6157760814vw, 50.8091603053px) clamp(1px, 2.5445292621vw, 19.5419847328px);
  }
}
.features .step {
  width: clamp(1px, 3.2407407407vw, 64.8148148148px);
  position: absolute;
  top: clamp(-52.9100529101px, -2.6455026455vw, -1px);
  left: clamp(1px, 1.3227513228vw, 26.455026455px);
}
@media screen and (max-width: 768px) {
  .features .step {
    width: clamp(1px, 11.9592875318vw, 91.8473282443px);
    top: clamp(-87.9389312977px, -11.4503816794vw, -1px);
    left: clamp(1px, 3.0534351145vw, 23.4503816794px);
  }
}
.features .features__icon img {
  height: clamp(1px, 10.4497354497vw, 208.9947089947px);
  margin: 0 auto clamp(1px, 1.455026455vw, 29.1005291005px);
  display: block;
}
@media screen and (max-width: 768px) {
  .features .features__icon img {
    height: clamp(1px, 26.2086513995vw, 201.2824427481px);
    margin-bottom: clamp(1px, 4.0712468193vw, 31.2671755725px);
  }
}
.features .features__text {
  color: var(--black, #3b3b3b);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 1.5873015873vw, 31.746031746px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 2.1164021164vw, 42.328042328px); /* 133.333% */
  height: clamp(1px, 4.2328042328vw, 84.6560846561px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .features .features__text {
    font-size: clamp(1px, 4.0712468193vw, 31.2671755725px);
    height: clamp(1px, 11.1959287532vw, 85.9847328244px);
    line-height: clamp(1px, 5.5979643766vw, 42.9923664122px); /* 137.5% */
  }
}
.features .features__subheading {
  color: var(--black, #3b3b3b);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 2.6455026455vw, 52.9100529101px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 3.1746031746vw, 63.4920634921px);
  margin-bottom: clamp(1px, 2.1164021164vw, 42.328042328px); /* 120% */
}
@media screen and (max-width: 768px) {
  .features .features__subheading {
    font-size: clamp(1px, 6.106870229vw, 46.9007633588px);
    line-height: clamp(1px, 10.1781170483vw, 78.1679389313px); /* 166.667% */
    margin-bottom: clamp(1px, 2.0356234097vw, 15.6335877863px);
  }
}
.features .features__desc {
  color: var(--black, #3b3b3b);
  text-align: center;
  /* 24/Bold */
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 1.5873015873vw, 31.746031746px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 2.6455026455vw, 52.9100529101px); /* 166.667% */
  margin-bottom: clamp(1px, 3.4391534392vw, 68.7830687831px);
}
@media screen and (max-width: 768px) {
  .features .features__desc {
    font-size: clamp(1px, 5.0890585242vw, 39.0839694656px);
    line-height: clamp(1px, 8.1424936387vw, 62.534351145px); /* 200% */
    margin-bottom: clamp(1px, 8.1424936387vw, 62.534351145px);
  }
}
.features .features__usecase {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: clamp(1px, 64.8148148148vw, 1296.2962962963px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .features .features__usecase {
    width: 100%;
  }
}
.features .features__block {
  width: 100%;
  text-align: left;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: st;
      -ms-flex-align: st;
          align-items: st;
  gap: clamp(1px, 3.3068783069vw, 66.1375661376px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .features .features__block {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.features .features__block:nth-child(2) {
  margin-top: clamp(-145.5026455026px, -7.2751322751vw, -1px);
}
@media screen and (max-width: 768px) {
  .features .features__block:nth-child(2) {
    margin-top: clamp(1px, 12.7226463104vw, 97.7099236641px);
  }
}
.features .features__block:nth-child(2) .features__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.features .features__block:nth-child(2) .features__tags {
  padding-top: clamp(1px, 9.9206349206vw, 198.4126984127px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .features .features__block:nth-child(2) .features__tags {
    padding-top: 0;
  }
}
.features .features__image {
  width: clamp(1px, 31.746031746vw, 634.9206349206px);
}
@media screen and (max-width: 768px) {
  .features .features__image {
    margin: auto;
    width: clamp(1px, 68.7022900763vw, 527.6335877863px);
    margin-bottom: clamp(1px, 8.1424936387vw, 62.534351145px);
  }
}
.features .features__image img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: clamp(1px, 1.5873015873vw, 31.746031746px);
}
@media screen and (max-width: 768px) {
  .features .features__image img {
    margin-bottom: 0;
  }
}
.features .features__tags {
  width: clamp(1px, 31.746031746vw, 634.9206349206px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: clamp(1px, 1.5873015873vw, 31.746031746px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-top: clamp(1px, 5.1587301587vw, 103.1746031746px);
}
@media screen and (max-width: 768px) {
  .features .features__tags {
    width: 100%;
    padding-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(1px, 3.0534351145vw, 23.4503816794px);
  }
}
.features .features_tag-img {
  width: clamp(1px, 3.9682539683vw, 79.3650793651px);
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eb431b;
}
@media screen and (max-width: 768px) {
  .features .features_tag-img {
    width: clamp(1px, 10.6870229008vw, 82.0763358779px);
  }
}
.features .features__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(1px, 15.0793650794vw, 301.5873015873px);
  height: clamp(1px, 3.9682539683vw, 79.3650793651px);
  background: var(--gray, #f3f3f3);
  border-radius: 12px;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .features .features__tag {
    width: clamp(1px, 41.475826972vw, 318.534351145px);
    height: clamp(1px, 10.6870229008vw, 82.0763358779px);
  }
}
.features .features__tag-text {
  color: var(--black, #3b3b3b);
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: clamp(1px, 1.5873015873vw, 31.746031746px);
  font-style: normal;
  font-weight: 700;
  margin: auto;
  line-height: clamp(1px, 3.1746031746vw, 63.4920634921px); /* 200% */
}
@media screen and (max-width: 768px) {
  .features .features__tag-text {
    font-size: clamp(1px, 4.0712468193vw, 31.2671755725px);
  }
}

.fundingCompare {
  padding: clamp(1px, 7.4074074074vw, 148.1481481481px) 0 clamp(1px, 7.4074074074vw, 148.1481481481px);
  background: #ffffff;
  /* 見出し周り */
  /* Grid全体 */
  /* ヘッダーセル */
  /* 左側ラベル列（オレンジ） */
  /* 各セル共通 */
  /* 中央列（あんしんカード払い） */
}
@media screen and (max-width: 768px) {
  .fundingCompare {
    overflow: hidden;
    width: 100%;
    padding: clamp(1px, 16.2849872774vw, 125.0687022901px) 0 clamp(1px, 16.2849872774vw, 125.0687022901px) 0;
  }
}
.fundingCompare .grid_wrapq {
  overflow-x: scroll;
}
@media screen and (max-width: 768px) {
  .fundingCompare .grid_wrapq {
    position: relative;
    margin-left: clamp(1px, 6.106870229vw, 46.9007633588px);
  }
}
.fundingCompare .fundingCompare__inner {
  max-width: clamp(1px, 71.4285714286vw, 1428.5714285714px);
  margin: 0 auto;
  padding: 0 clamp(1px, 1.5873015873vw, 31.746031746px);
}
.fundingCompare .fundingCompare__header {
  text-align: center;
  margin-bottom: clamp(1px, 2.6455026455vw, 52.9100529101px);
}
.fundingCompare .fundingCompare__label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto clamp(1px, 3.1746031746vw, 63.4920634921px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: clamp(1px, 1.5873015873vw, 31.746031746px) clamp(1px, 7.4074074074vw, 148.1481481481px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1px, 0.5291005291vw, 10.582010582px);
  border-radius: 90px;
  border: 4px solid var(--line-gray, #d9d9d9);
  background: var(--white, #fff);
  color: var(--black, #3b3b3b);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 2.1164021164vw, 42.328042328px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 2.1164021164vw, 42.328042328px); /* 100% */
  letter-spacing: clamp(1px, 0.2116402116vw, 4.2328042328px);
}
.fundingCompare .fundingCompare__lead {
  color: var(--black, #3b3b3b);
  text-align: center;
  /* 24/Bold */
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 1.5873015873vw, 31.746031746px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 2.6455026455vw, 52.9100529101px); /* 166.667% */
  margin: 0 auto clamp(1px, 3.1746031746vw, 63.4920634921px);
}
.fundingCompare .fundingCompare__grid {
  display: grid;
  grid-template-columns: clamp(1px, 9.7883597884vw, 195.7671957672px) repeat(3, 1fr);
  -webkit-column-gap: clamp(1px, 0.5291005291vw, 10.582010582px);
     -moz-column-gap: clamp(1px, 0.5291005291vw, 10.582010582px);
          column-gap: clamp(1px, 0.5291005291vw, 10.582010582px); /* 列間の白い縦空白 */
  /* 行間の白い横空白 */
}
.fundingCompare .fundingCompare__head {
  padding: clamp(1px, 1.1904761905vw, 23.8095238095px) clamp(1px, 1.0582010582vw, 21.164021164px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1px, 1.1904761905vw, 23.8095238095px);
  font-weight: 700;
  text-align: center;
  line-height: clamp(1px, 1.7195767196vw, 34.3915343915px);
  border-radius: 8px 8px 0 0;
  background: var(--line-gray, #d9d9d9);
}
.fundingCompare .fundingCompare__head--item {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.fundingCompare .fundingCompare__head--main {
  color: #ffffff;
  width: clamp(1px, 26.1904761905vw, 523.8095238095px);
  position: relative;
}
.fundingCompare .fundingCompare__head--main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: clamp(1px, 0.5291005291vw, 10.582010582px) clamp(1px, 0.5291005291vw, 10.582010582px) 0 0;
  z-index: 0;
  background: #ea421b;
}
.fundingCompare .fundingCompare__head-text {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 1.5873015873vw, 31.746031746px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 1.7195767196vw, 34.3915343915px); /* 108.333% */
}
.fundingCompare .fundingCompare__head-text.v2 {
  color: var(--black, #3b3b3b);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 1.3227513228vw, 26.455026455px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(1px, 1.7195767196vw, 34.3915343915px); /* 130% */
}
@media screen and (max-width: 768px) {
  .fundingCompare .fundingCompare__head-text.v2 {
    font-size: clamp(1px, 0.9259259259vw, 18.5185185185px);
    line-height: clamp(1px, 1.455026455vw, 29.1005291005px);
  }
}
.fundingCompare .fundingCompare__head-text span {
  font-size: clamp(1px, 1.3227513228vw, 26.455026455px);
  line-height: clamp(1px, 1.7195767196vw, 34.3915343915px);
}
@media screen and (max-width: 768px) {
  .fundingCompare .fundingCompare__head-text span {
    font-size: clamp(1px, 0.9259259259vw, 18.5185185185px);
    line-height: clamp(1px, 1.455026455vw, 29.1005291005px);
  }
}
.fundingCompare .fundingCompare__rowLabel {
  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;
  padding: clamp(1px, 1.5873015873vw, 31.746031746px) clamp(1px, 1.0582010582vw, 21.164021164px);
  color: #ffffff;
  border-bottom: 8px solid #fff;
  position: relative;
}
.fundingCompare .fundingCompare__rowLabel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px 0 0 8px;
  z-index: 0;
  background: #f19d35;
}
.fundingCompare .fundingCompare__rowLabel-text {
  color: var(--white, #fff);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 1.3227513228vw, 26.455026455px);
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 1.7195767196vw, 34.3915343915px); /* 130% */
}
.fundingCompare .fundingCompare__cell {
  padding: clamp(1px, 1.9841269841vw, 39.6825396825px) clamp(1px, 1.3227513228vw, 26.455026455px);
  background: var(--gray, #f3f3f3);
  border-radius: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1px, 1.0582010582vw, 21.164021164px);
  line-height: clamp(1px, 1.7195767196vw, 34.3915343915px);
  text-align: center;
  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;
  position: relative;
}
.fundingCompare .fundingCompare__cell.last:before {
  display: none;
}
.fundingCompare .fundingCompare__cell:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 92%;
  height: 1px;
  margin: auto;
  border-radius: clamp(1px, 0.5291005291vw, 10.582010582px);
  z-index: 0;
  background: #d9d9d9;
}
.fundingCompare .fundingCompare__cell--main {
  background: var(--cream, #fdf9e0);
  position: relative;
}
.fundingCompare .fundingCompare__cell--main.v6 {
  height: clamp(1px, 11.2433862434vw, 224.8677248677px);
}
.fundingCompare .fundingCompare__mainText {
  color: var(--black, #3b3b3b);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 1.5873015873vw, 31.746031746px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 1.7195767196vw, 34.3915343915px); /* 108.333% */
}
.fundingCompare .fundingCompare__mainText.v2 {
  line-height: clamp(1px, 2.6455026455vw, 52.9100529101px); /* 130% */
}
.fundingCompare .fundingCompare__text {
  color: var(--black, #3b3b3b);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 1.3227513228vw, 26.455026455px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(1px, 1.7195767196vw, 34.3915343915px); /* 130% */
}
.fundingCompare .fundingCompare__subText {
  display: block;
  font-size: clamp(1px, 1.3227513228vw, 26.455026455px);
  margin-top: clamp(1px, 0.3968253968vw, 7.9365079365px);
}
.fundingCompare .fundingCompare__subText.v2 {
  margin-top: 0;
  margin-bottom: clamp(1px, 0.5291005291vw, 10.582010582px);
}
.fundingCompare .fundingCompare__note {
  color: var(--black, #3b3b3b);
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 1.0582010582vw, 21.164021164px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(1px, 1.5873015873vw, 31.746031746px);
}
.fundingCompare .fundingCompare__note.v2 {
  color: var(--black, #3b3b3b);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 1.0582010582vw, 21.164021164px);
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  margin-top: clamp(1px, 0.6613756614vw, 13.2275132275px);
  line-height: clamp(1px, 1.455026455vw, 29.1005291005px); /* 137.5% */
}
.fundingCompare .fundingCompare__em {
  color: #ea421b;
  color: var(--orenge, #ea421b);
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 2.1164021164vw, 42.328042328px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 1.7195767196vw, 34.3915343915px);
}
.fundingCompare .fundingCompare__em.num {
  font-size: clamp(1px, 2.5132275132vw, 50.2645502646px);
}
.fundingCompare p.fundingCompare__mainText.fundingCompare__mainText--large {
  color: var(--orenge, #ea421b);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 2.1164021164vw, 42.328042328px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 1.7195767196vw, 34.3915343915px); /* 81.25% */
}
@media screen and (max-width: 768px) {
  .fundingCompare .fundingCompare__inner {
    overflow: scroll;
    max-width: clamp(1px, 274.8091603053vw, 2110.534351145px);
    padding: 0 0;
  }
  .fundingCompare .fundingCompare__head {
    height: clamp(1px, 16.2849872774vw, 125.0687022901px);
  }
  .fundingCompare .fundingCompare__header {
    margin-bottom: clamp(1px, 10.1781170483vw, 78.1679389313px);
  }
  .fundingCompare .fundingCompare__label {
    margin: 0 auto clamp(1px, 6.106870229vw, 46.9007633588px);
    padding: clamp(1px, 4.0712468193vw, 31.2671755725px) clamp(1px, 5.0890585242vw, 39.0839694656px);
    gap: clamp(1px, 2.0356234097vw, 15.6335877863px);
    font-size: clamp(1px, 6.106870229vw, 46.9007633588px);
    line-height: clamp(1px, 8.1424936387vw, 62.534351145px);
    letter-spacing: clamp(1px, 0.8142493639vw, 6.2534351145px);
    width: clamp(1px, 87.786259542vw, 674.1984732824px);
  }
  .fundingCompare .fundingCompare__lead {
    font-size: clamp(1px, 5.0890585242vw, 39.0839694656px);
    line-height: clamp(1px, 8.1424936387vw, 62.534351145px);
    margin: 0 auto clamp(1px, 10.1781170483vw, 78.1679389313px);
  }
  .fundingCompare .fundingCompare__grid {
    grid-template-columns: clamp(1px, 21.8829516539vw, 168.0610687023px) repeat(3, 1fr);
    -webkit-column-gap: clamp(1px, 2.0356234097vw, 15.6335877863px);
       -moz-column-gap: clamp(1px, 2.0356234097vw, 15.6335877863px);
            column-gap: clamp(1px, 2.0356234097vw, 15.6335877863px);
    width: clamp(1px, 217.3027989822vw, 1668.8854961832px);
  }
  .fundingCompare .fundingCompare__head {
    padding: clamp(1px, 4.5801526718vw, 35.1755725191px) clamp(1px, 4.0712468193vw, 31.2671755725px);
    font-size: clamp(1px, 4.5801526718vw, 35.1755725191px);
    line-height: clamp(1px, 6.6157760814vw, 50.8091603053px);
  }
  .fundingCompare .fundingCompare__head--main::before {
    border-radius: clamp(1px, 2.0356234097vw, 15.6335877863px) clamp(1px, 2.0356234097vw, 15.6335877863px) 0 0;
  }
  .fundingCompare .fundingCompare__head--main {
    width: clamp(1px, 88.5496183206vw, 680.0610687023px);
  }
  .fundingCompare .fundingCompare__head-text {
    font-size: clamp(1px, 6.106870229vw, 46.9007633588px);
    line-height: clamp(1px, 6.6157760814vw, 50.8091603053px);
  }
  .fundingCompare .fundingCompare__head-text.v2 {
    font-size: clamp(1px, 5.0890585242vw, 39.0839694656px);
    line-height: clamp(1px, 6.6157760814vw, 50.8091603053px);
  }
  .fundingCompare .fundingCompare__head-text span {
    font-size: clamp(1px, 5.0890585242vw, 39.0839694656px);
    line-height: clamp(1px, 6.6157760814vw, 50.8091603053px);
  }
  .fundingCompare .fundingCompare__rowLabel {
    padding: clamp(1px, 6.106870229vw, 46.9007633588px) 0;
  }
  .fundingCompare .fundingCompare__rowLabel-text {
    font-size: clamp(1px, 4.0712468193vw, 31.2671755725px);
    line-height: clamp(1px, 6.6157760814vw, 50.8091603053px);
  }
  .fundingCompare .fundingCompare__cell {
    padding: clamp(1px, 7.6335877863vw, 58.6259541985px) clamp(1px, 5.0890585242vw, 39.0839694656px);
    font-size: clamp(1px, 4.0712468193vw, 31.2671755725px);
    line-height: clamp(1px, 6.6157760814vw, 50.8091603053px);
  }
  .fundingCompare .fundingCompare__cell:before {
    border-radius: clamp(1px, 2.0356234097vw, 15.6335877863px);
  }
  .fundingCompare .fundingCompare__cell--main.v6 {
    height: clamp(1px, 43.2569974555vw, 332.213740458px);
  }
  .fundingCompare .fundingCompare__mainText {
    font-size: clamp(1px, 5.0890585242vw, 39.0839694656px);
    line-height: clamp(1px, 6.6157760814vw, 50.8091603053px);
  }
  .fundingCompare .fundingCompare__mainText.v2 {
    line-height: clamp(1px, 10.1781170483vw, 78.1679389313px);
  }
  .fundingCompare .fundingCompare__text {
    font-size: clamp(1px, 5.0890585242vw, 39.0839694656px);
    line-height: clamp(1px, 6.6157760814vw, 50.8091603053px);
  }
  .fundingCompare .fundingCompare__subText {
    font-size: clamp(1px, 5.0890585242vw, 39.0839694656px);
    margin-top: clamp(1px, 1.5267175573vw, 11.7251908397px);
  }
  .fundingCompare .fundingCompare__subText.v2 {
    margin-bottom: clamp(1px, 2.0356234097vw, 15.6335877863px);
  }
  .fundingCompare .fundingCompare__note {
    font-size: clamp(1px, 4.0712468193vw, 31.2671755725px);
    line-height: clamp(1px, 6.106870229vw, 46.9007633588px);
  }
  .fundingCompare .fundingCompare__note.v2 {
    font-size: clamp(1px, 3.5623409669vw, 27.358778626px);
    margin-top: clamp(1px, 2.5445292621vw, 19.5419847328px);
    line-height: clamp(1px, 5.5979643766vw, 42.9923664122px);
  }
  .fundingCompare .fundingCompare__em {
    font-size: clamp(1px, 7.1246819338vw, 54.7175572519px);
    line-height: clamp(1px, 6.6157760814vw, 50.8091603053px);
  }
  .fundingCompare .fundingCompare__em.num {
    font-size: clamp(1px, 7.1246819338vw, 54.7175572519px);
  }
  .fundingCompare p.fundingCompare__mainText.fundingCompare__mainText--large {
    font-size: clamp(1px, 7.1246819338vw, 54.7175572519px);
    line-height: clamp(1px, 6.6157760814vw, 50.8091603053px);
  }
}
.fundingCompare .fundingCompare__bgCircle {
  width: clamp(1px, 30.534351145vw, 234.5038167939px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(1px, 27.989821883vw, 214.9618320611px);
  z-index: 1;
  margin: auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-animation: scrollPrompt 2s ease-in-out infinite;
          animation: scrollPrompt 2s ease-in-out infinite;
}
@-webkit-keyframes scrollPrompt {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes scrollPrompt {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

section.features.v2 .features__wrap {
  padding: clamp(1px, 7.4074074074vw, 148.1481481481px) clamp(1px, 5.291005291vw, 105.8201058201px) clamp(1px, 7.9365079365vw, 158.7301587302px) clamp(1px, 5.291005291vw, 105.8201058201px);
}
@media screen and (max-width: 768px) {
  section.features.v2 .features__wrap {
    padding: clamp(1px, 16.2849872774vw, 125.0687022901px) clamp(1px, 6.106870229vw, 46.9007633588px) clamp(1px, 16.2849872774vw, 125.0687022901px) clamp(1px, 6.106870229vw, 46.9007633588px);
  }
}
section.features.v2 .features__heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: clamp(1px, 1.0582010582vw, 21.164021164px) clamp(1px, 5.291005291vw, 105.8201058201px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  margin-left: auto;
  gap: 8px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 900px;
  border: 4px solid var(--line-gray, #d9d9d9);
  background: var(--white, #fff);
  margin-bottom: clamp(1px, 5.6216931217vw, 112.4338624339px);
}
@media screen and (max-width: 768px) {
  section.features.v2 .features__heading {
    width: clamp(1px, 80.4071246819vw, 617.5267175573px);
    padding: clamp(1px, 4.0712468193vw, 31.2671755725px) clamp(1px, 6.106870229vw, 46.9007633588px);
    font-size: clamp(1px, 6.106870229vw, 46.9007633588px);
    line-height: clamp(1px, 10.1781170483vw, 78.1679389313px); /* 166.667% */
    margin-bottom: clamp(1px, 13.4860050891vw, 103.572519084px);
  }
}
section.features.v2 .features__icon img {
  height: clamp(1px, 9.5238095238vw, 190.4761904762px);
}
@media screen and (max-width: 768px) {
  section.features.v2 .features__icon img {
    height: clamp(1px, 27.2264631043vw, 209.0992366412px);
    margin: 0;
  }
}
section.features.v2 .features__text {
  display: block;
  height: auto;
  color: var(--black, #3b3b3b);
  font-size: clamp(1px, 1.3227513228vw, 26.455026455px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 1.8518518519vw, 37.037037037px); /* 140% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  section.features.v2 .features__text {
    width: clamp(1px, 41.2213740458vw, 316.5801526718px);
    font-size: clamp(1px, 4.0712468193vw, 31.2671755725px);
    line-height: clamp(1px, 5.5979643766vw, 42.9923664122px); /* 137.5% */
  }
}
section.features.v2 .features__text span {
  color: var(--black, #3b3b3b);
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 1.0582010582vw, 21.164021164px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(1px, 1.8518518519vw, 37.037037037px);
}
@media screen and (max-width: 768px) {
  section.features.v2 .features__text span {
    font-size: clamp(1px, 3.5623409669vw, 27.358778626px);
    line-height: clamp(1px, 5.5979643766vw, 42.9923664122px); /* 157.143% */
  }
}
section.features.v2 .features__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  section.features.v2 .features__item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: clamp(1px, 5.8524173028vw, 44.9465648855px) clamp(1px, 7.6335877863vw, 58.6259541985px);
  }
}
section.features.v2 .features__item:last-child::before {
  display: none;
}
section.features.v2 .features__item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: clamp(-48.9417989418px, -2.4470899471vw, -1px);
  width: clamp(1px, 1.7195767196vw, 34.3915343915px);
  height: clamp(1px, 2.6455026455vw, 52.9100529101px);
  background: url("../img/step_arrow.svg") no-repeat center center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.features.v2 .features__item:before {
    right: clamp(-39.0839694656px, -5.0890585242vw, -1px);
    width: clamp(1px, 4.5801526718vw, 35.1755725191px);
    height: 30px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: 0;
    top: auto;
    bottom: -50px;
  }
}
section.features.v2 .features__list {
  gap: clamp(1px, 2.6455026455vw, 52.9100529101px);
}
@media screen and (max-width: 768px) {
  section.features.v2 .features__list {
    gap: clamp(1px, 18.8295165394vw, 144.6106870229px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.faq {
  background: #fff;
  padding: clamp(1px, 7.4074074074vw, 148.1481481481px) clamp(1px, 2.6455026455vw, 52.9100529101px);
  /* ===== 質問部分 ===== */
  /* アイコン */
  /* 横線は常に表示、縦線だけ非表示でマイナスに変化 */
  /* ===== 回答部分 ===== */
}
@media screen and (max-width: 768px) {
  .faq {
    padding: clamp(1px, 16.2849872774vw, 125.0687022901px) clamp(1px, 6.106870229vw, 46.9007633588px);
  }
}
.faq .faq__inner {
  max-width: clamp(1px, 71.4285714286vw, 1428.5714285714px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .faq .faq__inner {
    max-width: 100%;
  }
}
.faq article.faq__item {
  padding: clamp(1px, 2.6455026455vw, 52.9100529101px) 0;
  border-bottom: 2px solid var(--line-gray, #d9d9d9);
}
@media screen and (max-width: 768px) {
  .faq article.faq__item {
    padding: clamp(1px, 6.106870229vw, 46.9007633588px) 0;
  }
}
.faq .faq__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: clamp(1px, 1.0582010582vw, 21.164021164px) clamp(1px, 5.291005291vw, 105.8201058201px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 900px;
  border: 4px solid var(--line-gray, #d9d9d9);
  background: var(--white, #fff);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  color: var(--black, #3b3b3b);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 1.5873015873vw, 31.746031746px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 2.1164021164vw, 42.328042328px); /* 133.333% */
  letter-spacing: clamp(1px, 0.1587301587vw, 3.1746031746px);
  margin-bottom: clamp(1px, 1.3227513228vw, 26.455026455px);
}
@media screen and (max-width: 768px) {
  .faq .faq__heading {
    padding: clamp(1px, 4.0712468193vw, 31.2671755725px) clamp(1px, 6.106870229vw, 46.9007633588px);
    width: clamp(1px, 87.2773536896vw, 670.2900763359px);
    font-size: clamp(1px, 6.106870229vw, 46.9007633588px);
    line-height: clamp(1px, 8.1424936387vw, 62.534351145px); /* 160% */
    margin-bottom: clamp(1px, 10.1781170483vw, 78.1679389313px);
  }
}
.faq .faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faq .faq__question {
  width: 100%;
  background: none;
  border: none;
  color: var(--black, #3b3b3b);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  gap: clamp(1px, 1.9841269841vw, 39.6825396825px);
}
@media screen and (max-width: 768px) {
  .faq .faq__question {
    gap: clamp(1px, 4.0712468193vw, 31.2671755725px);
  }
}
.faq .faq__q-label,
.faq .faq__a-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(1px, 3.1746031746vw, 63.4920634921px);
  height: clamp(1px, 3.1746031746vw, 63.4920634921px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: var(--orenge, #ea421b);
  color: var(--white, #fff);
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 1.5873015873vw, 31.746031746px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 1.5873015873vw, 31.746031746px); /* 100% */
  padding-bottom: clamp(1px, 0.2645502646vw, 5.291005291px);
}
@media screen and (max-width: 768px) {
  .faq .faq__q-label,
  .faq .faq__a-label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: clamp(1px, 10.1781170483vw, 78.1679389313px);
    height: clamp(1px, 10.1781170483vw, 78.1679389313px);
    font-size: clamp(1px, 5.0890585242vw, 39.0839694656px);
    line-height: clamp(1px, 5.0890585242vw, 39.0839694656px); /* 100% */
  }
}
.faq .faq__q-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  /* 24/Bold */
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 1.5873015873vw, 31.746031746px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1px, 2.6455026455vw, 52.9100529101px);
  /* 166.667% */
  color: var(--black, #3b3b3b);
}
@media screen and (max-width: 768px) {
  .faq .faq__q-text {
    font-size: clamp(1px, 5.0890585242vw, 39.0839694656px);
    line-height: clamp(1px, 8.1424936387vw, 62.534351145px); /* 160% */
  }
}
.faq .faq__icon {
  width: clamp(1px, 3.1746031746vw, 63.4920634921px);
  height: clamp(1px, 3.1746031746vw, 63.4920634921px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .faq .faq__icon {
    width: clamp(1px, 10.1781170483vw, 78.1679389313px);
    height: clamp(1px, 10.1781170483vw, 78.1679389313px);
  }
}
.faq .faq__icon-line--v {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.faq .faq__question[aria-expanded=true] .faq__icon-line--v {
  opacity: 0;
}
.faq .faq__answer {
  display: none;
  padding-top: clamp(1px, 1.9841269841vw, 39.6825396825px);
}
.faq .faq__answer-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1px, 1.9841269841vw, 39.6825396825px);
}
@media screen and (max-width: 768px) {
  .faq .faq__answer-body {
    gap: clamp(1px, 4.0712468193vw, 31.2671755725px);
  }
}
.faq .faq__a-text {
  color: var(--black, #3b3b3b);
  font-family: "Noto Sans JP";
  font-size: clamp(1px, 1.3227513228vw, 26.455026455px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(1px, 3.1746031746vw, 63.4920634921px); /* 240% */
}
@media screen and (max-width: 768px) {
  .faq .faq__a-text {
    font-size: clamp(1px, 4.0712468193vw, 31.2671755725px);
    line-height: clamp(1px, 6.6157760814vw, 50.8091603053px); /* 250% */
  }
}/*# sourceMappingURL=style.css.map */