@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body,
a {
  font-family: "Noto Sans JP";
  color: #1e1e1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.8px;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

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

main {
  margin: 80px auto 0;
}
@media screen and (max-width: 1440px) {
  main {
    margin: 70px auto 0;
  }
}

.common-btn {
  padding-block: 18px;
  border-radius: 38px;
  border: 2px solid #fff;
  background: linear-gradient(138deg, #1c5de8 13.73%, #1cc3e8 86.24%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 1px;
  display: block;
  width: fit-content;
}
.common-btn--change {
  border: 2px solid #1c5de8;
  background: #fff;
}
.common-btn--change span {
  background: linear-gradient(138deg, #1c5de8 13.73%, #1cc3e8 86.24%);
  background-clip: text;
  -webkit-background-clip: text; /* Safari / Chrome */
  color: transparent; /* 標準 */
  -webkit-text-fill-color: transparent; /* Safari用 */
}
@media screen and (max-width: 1440px) {
  .common-btn {
    padding-block: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .common-btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .common-btn {
    font-size: 16px;
    padding-block: 15px;
  }
}
@media screen and (max-width: 950px) {
  .common-btn {
    padding-block: 10px;
  }
}
@media screen and (max-width: 768px) {
  .common-btn {
    padding-block: 15px;
  }
}

.common-title {
  padding-bottom: 40px;
  position: relative;
  color: #1e1e1e;
  text-align: center;
  font-size: 2.2vw;
  font-weight: 900;
  line-height: 170%;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .common-title {
    padding-bottom: 20px;
    font-size: 22px;
  }
}
.common-title span {
  font-family: "neulis-sans", sans-serif;
  font-size: 4vw;
}
@media screen and (max-width: 768px) {
  .common-title span {
    font-size: 35px;
  }
}
.common-title::before {
  content: "";
  position: absolute;
  width: 66px;
  height: 4px;
  background-color: #1e1e1e;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .common-title::before {
    width: 57px;
    height: 3px;
  }
}
.common-title--white {
  color: #fff;
}
.common-title--white::before {
  background-color: #fff;
}
.common-title--tips {
  padding-bottom: 15px;
}
.common-title--tips::before {
  display: none;
}

.common-subtitle {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  padding-left: 28px;
}
.common-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px; /* 棒の太さ */
  height: 100%; /* 棒の長さ */
  background: linear-gradient(to bottom, #e74e1c, #e8891c);
  border-radius: 9999px; /* 上下を丸くする（pill型） */
}
.common-subtitle--support {
  padding-inline: 9%;
  align-items: flex-start;
}
.common-subtitle--support::before {
  height: 90%; /* 棒の長さ */
  left: 9%;
  top: 41%;
}
.common-subtitle--support2 {
  padding-inline: 9%;
  align-items: flex-end;
}
.common-subtitle--support2::before {
  left: 9%;
  top: 51%;
}
.common-subtitle--faq {
  flex-direction: column;
  align-items: normal;
  margin-bottom: 55px;
}
.common-subtitle--page {
  display: block;
}
.common-subtitle__string {
  flex: 0 0 37%;
}
.common-subtitle__string--support {
  padding-left: 3%;
}
.common-subtitle__en {
  font-size: 24px;
  letter-spacing: 3.6px;
}
.common-subtitle__en--news {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .common-subtitle__en--news {
    font-size: 14px !important;
    letter-spacing: 2.1px;
  }
}
.common-subtitle__ja {
  font-size: 40px;
  letter-spacing: 14px;
  line-height: 120%;
}
.common-subtitle__ja--news {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .common-subtitle__ja--news {
    font-size: 20px !important;
    letter-spacing: 5px;
  }
}
.common-subtitle__text {
  font-size: 30px;
  padding-left: 11%;
}
.common-subtitle__text--support {
  padding-left: 0;
}
.common-subtitle__text--support3 {
  font-size: 24px;
  padding-left: 15%;
}
.common-subtitle__text--sp {
  display: none;
}
.common-subtitle__red {
  color: #e8401c;
}
.common-subtitle__middle {
  font-size: 20px;
}
.common-subtitle__small {
  font-size: 12px;
  color: #5c5c5c;
}
@media screen and (max-width: 1440px) {
  .common-subtitle__en {
    font-size: 20px;
  }
  .common-subtitle__ja {
    font-size: 35px;
  }
  .common-subtitle__text {
    font-size: 28px;
  }
  .common-subtitle__middle {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .common-subtitle {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
  .common-subtitle::before {
    content: none;
  }
  .common-subtitle--faq::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px; /* 棒の太さ */
    height: 100%; /* 棒の長さ */
    background: linear-gradient(to bottom, #e74e1c, #e8891c);
    border-radius: 9999px; /* 上下を丸くする（pill型） */
  }
  .common-subtitle--price {
    padding-left: 0;
  }
  .common-subtitle__string {
    position: relative;
    padding-left: 28px;
  }
  .common-subtitle__string::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px; /* 棒の太さ */
    height: 100%; /* 棒の長さ */
    background: linear-gradient(to bottom, #e74e1c, #e8891c);
    border-radius: 9999px; /* 上下を丸くする（pill型） */
  }
  .common-subtitle__text {
    margin-top: 50px;
    padding-left: 0;
  }
  .common-subtitle__text--support3 {
    display: none;
  }
  .common-subtitle__text--sp {
    display: block;
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .common-subtitle--page {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .common-subtitle {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
  .common-subtitle::before {
    content: none;
  }
  .common-subtitle__string {
    position: relative;
    padding-left: 28px;
  }
  .common-subtitle__string::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px; /* 棒の太さ */
    height: 100%; /* 棒の長さ */
    background: linear-gradient(to bottom, #e74e1c, #e8891c);
    border-radius: 9999px; /* 上下を丸くする（pill型） */
  }
  .common-subtitle--faq {
    margin-bottom: 35px;
  }
  .common-subtitle--faq::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px; /* 棒の太さ */
    height: 100%; /* 棒の長さ */
    background: linear-gradient(to bottom, #e74e1c, #e8891c);
    border-radius: 9999px; /* 上下を丸くする（pill型） */
  }
  .common-subtitle__en {
    font-size: 14px;
    letter-spacing: 2.1px;
  }
  .common-subtitle__ja {
    font-size: 20px;
    letter-spacing: 5px;
  }
  .common-subtitle__text {
    font-size: 18px;
    margin-top: 30px;
    padding-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .common-subtitle__small {
    line-height: 80% !important;
  }
}

.container {
  padding-inline: 16%;
  max-width: 1840px;
  margin-inline: auto;
}
.container--support {
  padding-inline: 8%;
}
.container--tips {
  padding-block: 95px 155px;
}
@media screen and (max-width: 1280px) {
  .container {
    padding-inline: 10%;
  }
}
@media screen and (max-width: 950px) {
  .container {
    padding-inline: 5%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-inline: 3.7%;
  }
  .container--tips {
    padding-block: 65px 100px;
  }
}

.page-common {
  background: #faf5f5;
  padding-block: 120px 130px;
  padding-inline: 16%;
  background-image: url(../../assets/image/common/page-bg.webp);
  background-position: top 60px center;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.page-common__wrapper {
  border-radius: 31px;
  border: 3px solid #dadada;
  background: #fff;
  padding-block: 85px 110px;
  padding-inline: 6.8%;
  margin-top: 70px;
}
.page-common__wrapper--thanks {
  text-align: center;
}
.page-common__wrapper--contact-thanks {
  padding-block: 70px 80px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .page-common {
    padding-inline: 9%;
  }
}
@media screen and (max-width: 768px) {
  .page-common {
    padding-inline: 3.7%;
    padding-block: 50px 35px;
  }
}

.scr-target {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}

.scr-target.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 1s ease, transform 1s ease;
}

.grecaptcha-badge {
  display: none;
}

.grecaptcha-logo {
  display: none;
}

.header-wrapper {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 2%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .header {
    padding: 10px 2%;
  }
}
.header__logo {
  height: 46px;
}
.header__logo a {
  height: 100%;
  display: block;
}
.header__logo a img {
  height: 100%;
}
.header__right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header__right {
    display: none;
  }
}
.header__right a {
  margin-left: 40px;
}
.header__right .change {
  border-radius: 25px;
  background: #e8401c;
  box-shadow: 0 5px 5px 0 rgba(252, 79, 11, 0.3);
  padding: 10px 40px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.9px;
}
.header .toggle-button {
  display: none;
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  .header .toggle-button {
    display: block;
  }
}
.header .toggle-button__hamburger {
  position: relative;
  width: 30px;
  height: 30px;
}
.header .toggle-button__hamburger span {
  height: 2px;
  background-color: #e8401c;
  position: absolute;
  left: 0;
  right: 0;
}
.header .toggle-button__hamburger span:first-child {
  top: 20%;
}
.header .toggle-button__hamburger span:nth-child(2) {
  top: calc(50% - 1px);
}
.header .toggle-button__hamburger span:last-child {
  bottom: 20%;
}
.header .toggle-button.open span:first-child {
  top: calc(50% - 1px);
  transform: rotateZ(45deg);
}
.header .toggle-button.open span:nth-child(2) {
  display: none;
}
.header .toggle-button.open span:last-child {
  top: calc(50% - 1px);
  transform: rotateZ(-45deg);
}

.header-menu {
  display: none;
  position: fixed;
  height: 90vh;
  background-color: #fff;
  z-index: 900;
}
.header-menu.open {
  display: block;
  z-index: 1000;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.header-menu.open a {
  color: #e8401c;
  line-height: 200%;
  padding: 16px 16px 16px 25px;
  border-bottom: 1px solid #f1f1f1;
}
.header-menu.open a:hover {
  background-color: #e8401c;
  color: #fff;
}
.header-menu.open .header-btn {
  padding-block: 11px;
  background: #e8401c;
  box-shadow: 0 5px 5px 0 rgba(252, 79, 11, 0.3);
  padding-inline: 2%;
  border-radius: 25px;
  margin-inline: auto;
  text-align: center;
  color: #fff;
  min-width: 250px;
  width: 45%;
  margin-top: 40px;
}
.header-menu.open ul {
  display: flex;
  flex-direction: column;
}

.to-top {
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 20px;
  right: 20px;
}
.to-top__box {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .to-top {
    display: none !important;
  }
}

html.no-scroll {
  overflow: hidden;
}

.footer-wrapper {
  background: linear-gradient(90deg, rgba(30, 30, 30, 0.9) 0%, #1e1e1e 100%);
}

.footer {
  width: 100%;
  max-width: 1280px;
  padding-block: 75px 54px;
  margin: 0 auto;
  color: #fff;
}
.footer__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
.footer__logo {
  max-width: 18%;
}
.footer__menu-wrapper {
  display: flex;
  gap: 12%;
  flex: 0 0 40%;
  justify-content: space-between;
  padding-top: 45px;
}
.footer a {
  color: #fff;
  display: block;
  letter-spacing: 0.8px;
}
.footer ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer ul .terms-sp {
  display: none;
}
.footer__right {
  flex: 0 0 38%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__btn {
  padding-block: 11px;
  background: #e8401c;
  padding-inline: 2%;
  border-radius: 25px;
  text-align: center;
}
.footer__btn--change {
  background: #fff;
  color: #e8401c !important;
}
.footer__text-sp {
  display: none;
}
.footer__bottom {
  padding-top: 55px;
  border-top: 1px solid #fff;
}
.footer__bottom .recaptcha-text {
  font-size: 10px;
  text-align: right;
  line-height: 130%;
}
.footer__bottom .recaptcha-text a {
  display: inline;
  font-size: 10px;
}
.footer__bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}
.footer__pp {
  font-size: 14px;
}
.footer__copyright {
  font-size: 10px;
}
@media screen and (max-width: 1280px) {
  .footer {
    max-width: 1024px;
  }
}
@media screen and (max-width: 1200px) {
  .footer {
    max-width: 95%;
    padding-block: 53px 36px;
  }
  .footer__flex {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
  .footer__logo {
    max-width: 20%;
  }
  .footer__menu-wrapper {
    flex-direction: column;
    padding-top: 0;
  }
  .footer ul {
    padding-bottom: 38px;
  }
  .footer ul a {
    font-size: 14px;
  }
  .footer ul .terms-sp {
    display: block;
  }
  .footer__text-pc {
    display: none;
  }
  .footer__text-sp {
    display: flex;
    gap: 5%;
    padding-bottom: 27px;
    font-size: 14px;
  }
  .footer__right {
    flex: 1 1 auto;
  }
  .footer__btn {
    min-width: 250px;
    width: 45%;
  }
  .footer__bottom {
    flex-direction: column;
    padding-top: 20px;
  }
  .footer__pp {
    font-size: 10px;
  }
  .footer__copyright {
    font-size: 9px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin-inline: auto;
    min-width: 25%;
  }
}
@media screen and (max-width: 599px) {
  .footer {
    padding-inline: 3.7%;
  }
}
@media screen and (max-width: 500px) {
  .footer__logo {
    max-width: 52%;
  }
}
@media screen and (max-width: 500px) {
  .footer__bottom .recaptcha-text {
    text-align: center;
  }
}

.floating-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  width: 450px;
  padding: 10px;
  border-radius: 10px;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media screen and (max-width: 599px) {
  .floating-banner {
    right: 15px;
    bottom: 0;
    width: 95%;
  }
}
.floating-banner img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}
.floating-banner .close-banner {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  background: #e8401c;
  border: none;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.floating-banner .close-banner::before {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  content: "×";
}
.floating-banner.visible {
  opacity: 1;
  transform: translateY(0);
}

.fv {
  position: relative;
  overflow: hidden;
}
.fv__sp {
  display: none;
}
.fv__top-flex {
  display: flex;
  align-items: center;
  gap: 2%;
}
.fv__top-img {
  opacity: 0;
  transform: scale(0);
  max-width: 19%;
  transform-origin: left center;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.fv.anim-in .fv__top-img {
  animation: icon-pop-in 0.02s cubic-bezier(0.2, 0.8, 0.2, 1) forwards, icon-slowback 1.1s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.14s;
}
@keyframes icon-pop-in {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1.18);
  }
}
@keyframes icon-slowback {
  from {
    transform: scale(1.18);
  }
  to {
    transform: scale(1);
  }
}
.fv__string {
  width: 42%;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
}
.fv__top-string {
  --cut: 0%;
  overflow: hidden;
  padding-block: 0.8em;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 calc(var(--cut) - 1%), rgba(0, 0, 0, 0) var(--cut));
  mask-image: linear-gradient(90deg, #000 0%, #000 calc(var(--cut) - 1%), rgba(0, 0, 0, 0) var(--cut));
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  will-change: mask-image, -webkit-mask-image;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.fv__top-string .char {
  display: inline-block;
  opacity: 0;
  transform: translate(-0.4em, 0.4em);
  will-change: transform, opacity;
}
.fv.anim-text .fv__top-string {
  animation: fv-reveal 0.05s ease forwards;
}
@keyframes fv-reveal {
  to {
    --cut: 100%;
  }
}
.fv.anim-text .fv__top-string .char {
  animation: fv-wave-sway 0.34s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  /* 遅延はJS（splitChars）で 200ms + 文字数 * 30ms を付与済み */
}
@keyframes fv-wave-sway {
  0% {
    opacity: 0;
    transform: translate(-0.6em, 0.6em) rotate(0deg) skewX(0deg);
  }
  45% {
    opacity: 1;
    transform: translate(0.1em, -0.25em) rotate(0.3deg) skewX(-2deg);
  } /* 右へ軽く振る */
  75% {
    opacity: 1;
    transform: translate(-0.05em, 0.05em) rotate(-0.2deg) skewX(1deg);
  } /* 少し戻る */
  100% {
    opacity: 1;
    transform: translate(0em, 0em) rotate(0deg) skewX(0deg);
  } /* 安定 */
}
@media (max-width: 768px) {
  @keyframes fv-wave-sway {
    0% {
      opacity: 0;
      transform: translate(-0.45em, 0.5em);
    }
    45% {
      opacity: 1;
      transform: translate(0.08em, -0.2em);
    }
    75% {
      opacity: 1;
      transform: translate(-0.04em, 0.04em);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
}
.fv__supplement {
  color: #fff;
  font-size: 2.8vw;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 1.5px;
}
.fv__title {
  color: #fff;
  font-family: "neulis-sans", sans-serif;
  font-size: 5.5vw;
  font-weight: 700;
  line-height: 100%;
}
.fv__texts {
  margin-block: 30px 25px;
  display: flex;
  align-items: center;
  column-gap: 4%;
}
.fv__text {
  color: #fff;
  font-size: 2.2vw;
  font-weight: 700;
  line-height: 168%; /* 50.4px */
  letter-spacing: 1.6px;
  text-decoration: underline;
  text-decoration-thickness: 2px; /* 線の太さ */
  text-underline-offset: 7px; /* 文字からの距離 */
}
.fv__cards {
  display: flex;
  column-gap: 2%;
}
.fv__card {
  flex: 0 0 32%;
}
.fv__btns {
  margin-top: 40px;
  display: flex;
  column-gap: 3%;
}
.fv__btns .common-btn {
  flex: 0 0 48.5%;
}
@media screen and (max-width: 1440px) {
  .fv__text {
    font-size: 2.2vw;
  }
  .fv__btns {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .fv__string {
    width: 43%;
  }
  .fv__texts {
    margin-block: 30px 20px;
  }
  .fv__card {
    flex: 0 0 30%;
  }
  .fv__btns {
    margin-top: 20px;
    column-gap: 2%;
  }
  .fv__btns .common-btn {
    flex: 0 0 47.5%;
  }
}
@media screen and (max-width: 1200px) {
  .fv__string {
    width: 43%;
  }
  .fv__top-img {
    max-width: 16%;
  }
  .fv__text {
    letter-spacing: 1px;
  }
  .fv__btns .common-btn {
    flex: 0 0 46%;
  }
}
@media screen and (max-width: 1024px) {
  .fv__texts {
    margin-block: 20px 15px;
  }
}
@media screen and (max-width: 950px) {
  .fv__btns {
    width: 94%;
    flex-direction: column;
    gap: 9px;
  }
  .fv__btns .common-btn {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .fv__pc {
    display: none;
  }
  .fv__sp {
    display: block;
    position: relative;
  }
  .fv__top-img {
    max-width: 19%;
  }
  .fv__top-flex {
    gap: 3%;
    justify-content: center;
  }
  .fv__supplement {
    font-size: 4.5vw;
  }
  .fv__title {
    font-size: 8.8vw;
  }
  .fv__string {
    width: auto;
    position: static;
    transform: none;
  }
  .fv__string-sp {
    position: absolute;
    top: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fv__texts {
    margin-block: 15px 10px;
  }
  .fv__text {
    font-size: 3.6vw;
  }
  .fv__cards {
    width: 70%;
    justify-content: center;
  }
  .fv__btns {
    position: absolute;
    bottom: 2%;
    left: 50%;
    width: 75%;
    transform: translateX(-50%);
    flex-direction: column;
    gap: 9px;
  }
  .fv__btns .common-btn {
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  .fv__sp {
    display: block;
    width: 110%;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
  }
  .fv__string-sp {
    top: 3%;
  }
  .fv__top-img {
    max-width: 18%;
  }
  .fv__texts {
    margin-block: 10px;
  }
  .fv__cards {
    width: 72%;
  }
}
@media screen and (max-width: 450px) {
  .fv__sp {
    display: block;
    width: 155%;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
  }
  .fv__string-sp {
    top: 3%;
  }
  .fv__supplement {
    letter-spacing: 3.64px;
    font-size: 5.2vw;
  }
  .fv__title {
    font-size: 11vw;
  }
  .fv__texts {
    margin-block: 15px 16px;
  }
  .fv__text {
    font-size: 4.6vw;
  }
  .fv__cards {
    width: 91%;
  }
}
@media screen and (max-width: 375px) {
  .fv__cards {
    width: 93%;
  }
}

.top-news {
  background: #faf5f5;
  padding-top: 25px;
}
.top-news__banner-flex {
  display: flex;
  padding-inline: 16%;
  gap: 3%;
  margin-bottom: 45px;
}
.top-news__banner {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.top-news__wrapper {
  border-radius: 12px;
  border: 3px solid #dadada;
  background: #fff;
  padding-block: 50px;
  margin-inline: 8%;
  padding-inline: 9%;
}
.top-news__content {
  padding-top: 40px;
}
.top-news__string {
  padding-block: 23px;
  border-bottom: 1px solid #dadada;
  line-height: 100%;
  padding-left: 1.8%;
}
.top-news .top-news__content > .top-news__detail:first-child .top-news__string {
  border-top: 1px solid #dadada;
}
.top-news__date {
  color: #e8401c;
  font-family: "inter-variable", sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.75px;
}
.top-news__title {
  font-weight: 500;
  padding-top: 10px;
  line-height: 145%;
}
.top-news__link {
  text-align: center;
  display: block;
}
.top-news__btn {
  color: #e8401c;
  font-size: 16px;
  font-weight: 900;
  padding-block: 16px;
  border-radius: 38px;
  border: 2px solid #e8401c;
  background: #fff;
  display: inline-block;
  padding-inline: 8%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .top-news__banner-flex {
    flex-direction: column;
    gap: 20px;
    padding-inline: 9%;
  }
  .top-news__wrapper {
    margin-inline: 3.7%;
    padding-block: 30px 40px;
  }
  .top-news__btn {
    padding-inline: 16%;
  }
}
@media screen and (max-width: 599px) {
  .top-news__banner-flex {
    padding-inline: 3.7%;
  }
}

.top-about {
  background: #faf5f5;
  position: relative;
  background-image: none;
  overflow: visible;
  z-index: 1;
  padding-block: 120px;
}
.top-about::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -500px;
  background: url(../../assets/image/top/about-bg.webp) no-repeat;
  background-position: center top 100px;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-about {
    padding-block: 80px;
  }
}
.top-about__flex, .top-about__img, .top-about__string, .top-about__heading, .top-about__text, .top-about__cards {
  position: relative;
  z-index: 2;
}
.top-about__flex {
  margin-top: 90px;
  padding-inline: 3%;
  display: flex;
  column-gap: 4%;
}
.top-about__img {
  flex: 0 0 50%;
}
.top-about__string {
  flex: 0 0 46%;
}
.top-about__heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.5px;
}
.top-about__heading--white {
  color: #fff;
}
.top-about__heading br {
  display: none;
}
.top-about__text {
  margin-block: 24px 20px;
}
.top-about__text--second {
  margin-block: 15px 30px;
}
.top-about__slides {
  display: flex;
  column-gap: 4%;
}
.top-about__slides--second {
  margin-top: 35px;
  justify-content: right;
}
.top-about__slides-sp {
  display: none;
}
.top-about__slide {
  flex: 0 0 40%;
  filter: drop-shadow(3px 4px 4px rgba(0, 0, 0, 0.1));
  border-radius: 5px;
}
.top-about__under {
  margin-top: 70px;
}
.top-about__cards {
  display: flex;
  column-gap: 3%;
}
.top-about__card {
  flex: 0 0 31.3333%;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(170, 170, 170, 0.25);
  padding-block: 20px 40px;
  padding-inline: 3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-about__card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3%;
  padding-bottom: 30px;
}
.top-about__card-title img {
  width: fit-content;
}
.top-about__card-title p {
  color: #e8401c;
  font-size: 24px;
  font-weight: 900;
  line-height: 170%; /* 40.8px */
  letter-spacing: 1.2px;
}
.top-about__lists {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-inline: auto;
  align-self: center;
  text-align: left;
  justify-content: center;
}
.top-about__list {
  display: grid;
  grid-template-columns: auto 1fr; /* ← 画像は自動幅、テキストが残り全部 */
  align-items: center;
  column-gap: 10px;
}
.top-about__list img {
  width: fit-content;
}
.top-about__list p {
  white-space: nowrap;
}
@media screen and (max-width: 1440px) {
  .top-about__card {
    justify-content: flex-start;
    padding-block: 20px 25px;
  }
  .top-about__card-title {
    column-gap: 1%;
  }
  .top-about__card-title img {
    max-width: 23%;
  }
  .top-about__card-title p {
    font-size: 20px;
  }
  .top-about__list p {
    white-space: normal;
  }
}
@media screen and (max-width: 1400px) {
  .top-about::after {
    background-position: center top 155px;
  }
}
@media screen and (max-width: 1200px) {
  .top-about__heading {
    font-size: 28px;
  }
  .top-about::after {
    background-size: 109% auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-about::after {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 991px) {
  .top-about__heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 900px) {
  .top-about::after {
    top: 100px;
    background: url(../../assets/image/top/about-bg.webp) repeat-y;
    background-position: center top;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    /* 1つ目のアニメーション */
    /* 2つ目のアニメーション */
  }
  .top-about__flex {
    flex-direction: column;
    margin-top: 36px;
    align-items: center;
  }
  .top-about__img {
    max-width: 81%;
  }
  .top-about__string {
    padding-top: 42px;
  }
  .top-about__heading {
    text-align: center;
    font-size: 22px;
  }
  .top-about__text {
    margin-block: 15px 30px;
    margin-inline: 3.7%;
  }
  .top-about__text br {
    display: none;
  }
  .top-about__text--second {
    margin-inline: 0;
  }
  .top-about__under {
    margin-top: 40px;
  }
  .top-about__slides-sp {
    display: flex;
  }
  .top-about__slides {
    display: none;
  }
  .top-about__cards {
    flex-direction: column;
    row-gap: 18px;
  }
  .top-about__slide {
    flex: 1 1 auto;
  }
  .top-about__slides-sp {
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
  }
  .top-about__slides1 {
    display: flex;
    gap: 20px;
    width: max-content;
    padding-inline: 10px;
    animation: loop 75s -37.5s linear infinite;
  }
  .top-about__slides-sp > div {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-about__slides2 {
    display: flex;
    gap: 20px;
    width: max-content;
    padding-inline: 10px;
    animation: loop2 75s linear infinite;
  }
  @keyframes loop {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
    }
  }
}
@media screen and (max-width: 450px) {
  .top-about__heading--2 {
    text-align: left;
    line-height: 160%;
  }
  .top-about__heading--2 br {
    display: block;
  }
}

.feature-price-wrap {
  position: relative;
  overflow: visible;
}
.feature-price-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../assets/image/top/price-bg.webp) no-repeat;
  background-position: bottom 50px center;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .feature-price-wrap::after {
    background-position: bottom 140px center;
  }
}
@media screen and (max-width: 1200px) {
  .feature-price-wrap::after {
    background-size: 113% auto;
  }
}
@media screen and (max-width: 1024px) {
  .feature-price-wrap::after {
    background-size: 105% auto;
  }
}

.top-feature {
  background: #e8401c;
  background-image: url(../../assets/image/top/feature-bg.webp);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: contain;
  overflow: visible;
  padding-block: 120px;
}
@media screen and (max-width: 768px) {
  .top-feature {
    padding-block: 80px;
  }
}
.top-feature__first-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.top-feature__first-card {
  flex: 0 0 49.8%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 25px 6% 30px;
}
.top-feature__first-heading-wrapper {
  display: flex;
  border-radius: 2px;
  background: #e8401c;
  gap: 2%;
  width: 100%;
  padding: 12px 2%;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.top-feature__first-heading-wrapper img {
  max-width: 30px;
}
.top-feature__first-heading {
  color: #fff;
  font-size: 22px;
}
.top-feature__first-title {
  font-size: 20px;
  text-align: center;
}
.top-feature__first-focus-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2%;
  color: #e8401c;
}
.top-feature__first-focus {
  color: #e8401c;
  font-size: 22px;
  text-align: center;
  line-height: 114%;
  margin-block: 30px 25px;
}
.top-feature__first-focus--flex {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.top-feature__first-big {
  font-size: 65px;
}
.top-feature__first-big--tel {
  font-size: 60px;
}
.top-feature__first-text {
  font-size: 15px;
}
.top-feature__first-text2 {
  text-align: right;
  font-size: 12px;
}
.top-feature__image {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.top-feature__title-wrapper {
  display: flex;
  align-items: center;
  gap: 2%;
}
.top-feature__title-wrapper img {
  max-width: 13%;
}
.top-feature__about-problem {
  background: #faf5f5;
  padding-block: 70px;
  margin-bottom: 130px;
}
.top-feature__heading {
  margin-top: 70px;
}
.top-feature__heading br {
  display: none;
}
.top-feature__heading--problem {
  margin-top: 0;
}
.top-feature__heading--problem br {
  display: none;
}
.top-feature__text {
  margin-block: 24px 30px;
  color: #1e1e1e;
}
.top-feature__text--white {
  color: #fff;
}
.top-feature__text--target {
  margin-block: 24px 11px;
}
.top-feature__cards {
  display: flex;
  column-gap: 2.5%;
  row-gap: 34px;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}
.top-feature__card {
  flex: 0 0 31.3333333333%;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding-block: 25px 30px;
  padding-inline: 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-feature__card--4 {
  padding-inline: 2%;
}
.top-feature__card-title {
  text-align: center;
  font-size: 24px;
  letter-spacing: 1.2px;
}
.top-feature__card-text1 {
  color: #e8401c;
  padding-block: 35px 7px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(8px, 1vw, 12px);
}
.top-feature__card-left {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex: 0 0 auto;
}
.top-feature__card-about {
  font-size: 24px;
}
.top-feature__card-about--3 {
  position: relative;
  letter-spacing: 2px;
}
.top-feature__card-about--3::before {
  content: "平均";
  position: absolute;
  top: -70%;
  left: -2px;
  font-size: 12px;
}
.top-feature__card-number {
  font-family: "inter-variable", sans-serif;
  font-size: 65px;
}
.top-feature__card-number--2 {
  letter-spacing: -3.25px;
}
.top-feature__card-number--3 {
  letter-spacing: -1.95px;
}
.top-feature__card-percent {
  font-family: "inter-variable", sans-serif;
  font-size: 43px;
}
.top-feature__card-right {
  line-height: 150%;
  text-wrap: balance;
  flex: 0 0 auto;
}
.top-feature__card-text2 {
  font-size: 12px;
  text-align: center;
}
.top-feature__card-lists {
  padding-top: 20px;
}
@media screen and (max-width: 1440px) {
  .top-feature__first-card {
    padding: 25px 4% 30px;
  }
  .top-feature__first-heading {
    font-size: 20px;
  }
  .top-feature__first-big {
    font-size: 60px;
  }
  .top-feature__first-big--tel {
    font-size: 55px;
  }
  .top-feature__card-text1 {
    padding-block: 30px 7px;
  }
  .top-feature__card-number {
    font-size: 55px;
  }
  .top-feature__card-percent {
    font-size: 33px;
  }
  .top-feature__card-right {
    line-height: 130%;
  }
  .top-feature__card-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .top-feature {
    background-position: top 0 center;
    background-repeat: repeat-y;
    background-size: 100%;
  }
  .top-feature__first-heading-wrapper {
    margin-bottom: 20px;
  }
  .top-feature__first-focus {
    margin-block: 20px 25px;
  }
  .top-feature__first-big {
    font-size: 55px;
  }
  .top-feature__first-big--tel {
    font-size: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top-feature__first-wrapper {
    flex-direction: column;
    gap: 4px;
  }
  .top-feature__first-card {
    padding: 25px 10% 30px;
  }
  .top-feature__cards {
    column-gap: 4%;
    row-gap: 28px;
    justify-content: flex-start;
  }
  .top-feature__card {
    flex: 0 0 48%;
  }
}
@media screen and (max-width: 900px) {
  .top-feature__title-wrapper img {
    max-width: 10%;
  }
}
@media screen and (max-width: 768px) {
  .top-feature__heading {
    margin-top: 45px;
    line-height: 160%;
    text-align: left;
  }
  .top-feature__heading br {
    display: block;
  }
  .top-feature__heading--problem {
    line-height: 160%;
  }
  .top-feature__text {
    margin-block: 16px;
  }
  .top-feature__cards {
    flex-direction: column;
    gap: 15px;
  }
  .top-feature__title-wrapper img {
    max-width: 7%;
  }
  .top-feature__about-target {
    max-width: 60%;
  }
  .top-feature__flex--target {
    row-gap: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-feature__first-heading {
    font-size: 18px;
  }
  .top-feature__first-big {
    font-size: 55px;
  }
  .top-feature__first-big--tel {
    font-size: 50px;
  }
  .top-feature__first-focus {
    font-size: 18px;
  }
  .top-feature__heading--problem {
    text-align: left;
  }
  .top-feature__title-wrapper img {
    max-width: 10%;
  }
  .top-feature__about-target {
    max-width: 70%;
  }
  .top-feature__flex--target {
    row-gap: 30px;
  }
  .top-feature__about-problem {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 450px) {
  .top-feature__first-card {
    padding: 25px 3% 30px;
  }
  .top-feature__title-wrapper img {
    max-width: 12%;
  }
  .top-feature__about-target {
    max-width: 100%;
  }
  .top-feature__flex--target {
    row-gap: 20px;
  }
  .top-feature__about-problem {
    margin-bottom: 80px;
  }
}
.top-feature__flex {
  display: flex;
  flex-direction: row-reverse;
  margin: 90px 0 130px;
  column-gap: 4%;
}
.top-feature__flex--target {
  align-items: flex-end;
}
.top-feature__video {
  flex: 0 0 54%;
}
.top-feature__video img {
  width: 100%;
}
.top-feature__heading2 {
  line-height: 160%;
}
.top-feature__heading2 br {
  display: block;
}
.top-feature__img {
  flex: 0 0 49%;
}
@media screen and (max-width: 768px) {
  .top-feature__flex {
    flex-direction: column-reverse;
    margin: 50px 0 90px;
  }
  .top-feature__heading2 {
    text-align: left;
  }
}
.top-feature__step-wrapper {
  margin-top: 70px;
  max-width: 1840px;
  margin-inline: 3%;
  border-radius: 5px;
  background: #faf5f5;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding-block: 87px 50px;
  padding-inline: 4%;
  position: relative;
  z-index: 2;
}
.top-feature__step-flex {
  display: flex;
  gap: 2%;
}
.top-feature__step {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-radius: 5px; /* 角丸 */
  background: #fff; /* 中の背景色 */
  z-index: 0;
  padding-block: 54px 46px;
  padding-inline: 3%;
}
.top-feature__step::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px; /* ← 枠線の太さ */
  border-radius: inherit; /* 親と同じ角丸 */
  background: linear-gradient(to bottom, #e74e1c, #e8891c); /* 上→下 */
  /* 中をくり抜くためのマスク処理 */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
.top-feature__step-top {
  position: absolute;
  max-width: 53%;
  top: -9%;
  left: 20%;
}
.top-feature__step-top--4 {
  max-width: 72%;
  left: 13%;
}
.top-feature__step-title {
  font-size: 20px;
  text-align: center;
}
.top-feature__step-img {
  max-width: 90%;
}
.top-feature__step-img--2 {
  max-width: 76%;
}
.top-feature__step-img--4 {
  max-width: 75%;
  padding-top: 15px;
}
.top-feature__step-text {
  font-size: 15px;
  font-weight: 500;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .top-feature__step-top {
    top: -5%;
  }
}
@media screen and (max-width: 900px) {
  .top-feature__step-wrapper {
    margin-top: 45px;
    padding-block: 45px 40px;
  }
  .top-feature__step-flex {
    flex-direction: column;
    row-gap: 45px;
  }
  .top-feature__step {
    padding-block: 45px;
  }
  .top-feature__step-top {
    max-width: 20%;
    top: -9%;
    left: 40%;
  }
  .top-feature__step-top--4 {
    max-width: 27%;
    left: 37%;
  }
  .top-feature__step-img {
    max-width: 30%;
    margin-block: 15px 10px;
  }
  .top-feature__step-img--2 {
    max-width: 76%;
  }
  .top-feature__step-img--4 {
    max-width: 34%;
  }
}
@media screen and (max-width: 768px) {
  .top-feature__step-wrapper {
    margin-top: 45px;
    padding-block: 45px 40px;
  }
  .top-feature__step-flex {
    flex-direction: column;
    row-gap: 45px;
  }
  .top-feature__step {
    padding-block: 45px;
  }
  .top-feature__step-top {
    max-width: 23%;
    top: -9%;
    left: 38%;
  }
  .top-feature__step-top--4 {
    max-width: 30%;
    left: 35%;
  }
  .top-feature__step-img {
    max-width: 39%;
  }
  .top-feature__step-img--2 {
    max-width: 76%;
  }
  .top-feature__step-img--4 {
    max-width: 38%;
  }
}
@media screen and (max-width: 500px) {
  .top-feature__step-top {
    max-width: 30%;
    top: -9%;
    left: 34%;
  }
  .top-feature__step-top--4 {
    max-width: 43%;
    left: 27%;
  }
}
@media screen and (max-width: 450px) {
  .top-feature__step-top {
    max-width: 33%;
    top: -8%;
    left: 33%;
  }
  .top-feature__step-top--4 {
    max-width: 45%;
    left: 27%;
  }
}

.top-price {
  padding-block: 110px 100px;
  background: #faf5f5;
  position: relative;
  overflow: visible;
}
.top-price__container {
  border-radius: 12px;
  border: 3px solid #dadada;
  background: #fff;
  gap: 50px;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  padding-inline: 10%;
  margin-top: 60px;
  padding-block: 50px 55px;
  position: relative;
  z-index: 2;
}
.top-price__wrapper {
  display: flex;
  justify-content: center;
}
.top-price__detail {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-price__img {
  max-width: 68%;
}
.top-price__title {
  font-size: 22px;
  margin-block: 20px 10px;
}
.top-price__price {
  color: #e8401c;
  font-size: 30px;
}
.top-price__price span {
  font-family: "inter-variable", sans-serif;
  font-size: 50px;
}
.top-price__price--1day {
  color: #ff7152;
}
.top-price__text {
  font-size: 15px;
  margin-top: 8px;
  letter-spacing: 0px;
}
.top-price__info {
  border-radius: 33px;
  background: #e8401c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  padding: 6px 0;
  width: 45%;
}
.top-price__info img {
  max-width: 46px;
}
.top-price__info span {
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
  .top-price__img {
    min-width: 60%;
  }
  .top-price__title {
    font-size: 22px;
  }
  .top-price__price {
    font-size: 26px;
  }
}
@media screen and (max-width: 1400px) {
  .top-price__container {
    padding-inline: 8%;
  }
}
@media screen and (max-width: 1280px) {
  .top-price__wrapper {
    margin-top: 35px;
  }
  .top-price__info {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .top-price__info {
    width: 55%;
  }
  .top-price__info span {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .top-price {
    padding-block: 80px 75px;
    /* テキスト群は右列に積む */
  }
  .top-price__wrapper {
    flex-direction: column;
    gap: 25px;
    align-items: stretch;
    margin-top: 30px;
  }
  .top-price__detail {
    width: 100%;
    display: grid;
    grid-template-columns: clamp(150px, 44vw, 250px) 1fr;
    column-gap: min(4vw, 20px);
    align-items: start;
    text-align: left;
    justify-items: center;
    margin-inline: auto;
  }
  .top-price__img {
    grid-column: 1;
    grid-row: 1/span 3;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    justify-self: center;
  }
  .top-price__title, .top-price__price, .top-price__text {
    grid-column: 2;
  }
  .top-price__title {
    font-size: 20px;
    margin-block: 0 10px;
  }
  .top-price__title--first {
    margin-top: 30px;
  }
  .top-price__price {
    font-size: 20px;
  }
  .top-price__price span {
    font-size: 36px;
  }
  .top-price__info {
    width: 65%;
  }
}
@media screen and (max-width: 660px) {
  .top-price__info {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .top-price__container {
    padding-block: 0 55px;
  }
  .top-price__title {
    font-size: 18px;
    margin-block: 0;
  }
  .top-price__title--first {
    margin-top: 30px;
  }
  .top-price__price {
    font-size: 18px;
  }
  .top-price__price span {
    font-size: 30px;
  }
  .top-price__text {
    font-size: 14px;
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .top-price__container {
    padding-inline: 3%;
  }
  .top-price__title--first {
    margin-top: 20px;
  }
  .top-price__info {
    font-size: 14px;
  }
  .top-price__info img {
    max-width: 30px;
  }
  .top-price__info span {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  .top-price__text {
    font-size: 10px;
  }
}
.top-price__pricing {
  margin-top: 80px;
  position: relative;
  z-index: 2;
}
.top-price__pricing-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.top-price__pricing-table th {
  border-bottom: 2px solid #dadada;
  padding-block: 30px;
  vertical-align: middle;
  padding-inline: 5%;
}
.top-price__pricing-table td {
  border-bottom: 2px solid #dadada;
  padding-block: 30px;
  vertical-align: middle;
}
.top-price__pricing-table tr:last-child th,
.top-price__pricing-table tr:last-child td {
  border-bottom: none;
}
.top-price__pricing-table thead th {
  color: #fff;
  text-align: center;
  font-size: 22px;
  letter-spacing: 1.1px;
}
.top-price__pricing-table thead th:first-child {
  border: none;
  background: transparent;
}
.top-price__pricing-table thead th:nth-child(2) {
  background: #e8401c;
  border-radius: 12px 0 0 0;
  width: 34%;
}
.top-price__pricing-table thead th:last-child {
  background: #ff7152;
  border-radius: 0 12px 0 0;
  width: 34%;
}
.top-price__pricing-table td:nth-child(2) {
  background: #fff;
  color: #e8401c;
}
.top-price__pricing-table td:last-child {
  color: #ff7152;
}
.top-price__pricing-btn {
  display: block;
  color: #e8401c;
  line-height: 100%;
  background: #fff;
  border-radius: 38px;
  padding-block: 11px;
  margin-top: 25px;
  width: 76%;
  margin-inline: auto;
}
.top-price__pricing-btn--1day {
  color: #ff7152;
}
.top-price__td-price {
  position: relative;
}
.top-price__td-price::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 2px solid #e8401c;
  border-radius: 3px;
  pointer-events: none;
}
.top-price__td-price--1day::before {
  border-color: #ff7152;
}
.top-price__td-price div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-price__br {
  display: none;
}
.top-price__mark {
  background-color: #e8401c;
  color: #fff;
  font-size: 14px;
  width: 51%;
  border-radius: 2px;
  padding-block: 2px;
}
.top-price__mark--1day {
  background-color: #ff7152;
}
.top-price__mark--2 {
  font-size: 12px;
}
.top-price__mark span {
  font-size: 16px;
}
.top-price__mark-standard {
  color: #e8401c;
  font-size: 14px;
  background: #fff;
  border-radius: 38px;
  padding-inline: 10%;
  margin: 0 auto 5px !important;
}
.top-price__mark-standard span {
  font-size: 16px;
  font-weight: 900;
}
.top-price__td-support div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-price__category span {
  font-size: 12px;
  font-weight: 500;
}
.top-price__category--2 {
  line-height: 115%;
}
.top-price__focus {
  font-size: 28px;
  font-family: "inter-variable", sans-serif;
}
.top-price__total-wrapper {
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 4%;
}
.top-price__total {
  flex: 0 0 50%;
  align-items: flex-start !important;
}
.top-price__total-month {
  font-size: 18px;
  background-color: #e8401c;
  color: #fff;
  border-radius: 2px;
  padding: 5px 5%;
  margin: 0 !important;
}
.top-price__total-day {
  font-size: 18px;
  background-color: #ff7152;
  color: #fff;
  border-radius: 2px;
  line-height: 97%;
  padding: 0 3% 5px;
  margin: 0 !important;
}
.top-price__total-day span {
  font-size: 10px;
}
.top-price__total-cost {
  line-height: 110%;
  font-size: 28px;
  font-family: "inter-variable", sans-serif;
  font-weight: 500;
}
.top-price__total-cost span {
  font-size: 16px;
}
.top-price__plus {
  display: block;
  font-size: 14px;
  border-radius: 18px;
  border: 1px solid #e8401c;
  width: fit-content;
  padding: 5px 5%;
  line-height: 110%;
}
.top-price__plus span {
  font-size: 12px;
}
.top-price__plus--1day {
  border-color: #ff7152;
}
@media screen and (max-width: 1200px) {
  .top-price__pricing-table thead th {
    font-size: 20px;
  }
  .top-price__mark {
    width: 70%;
  }
}
@media screen and (max-width: 950px) {
  .top-price__pricing-table {
    width: 100%;
    /* --- thead を 2列グリッドにして画面いっぱいで横並び表示 --- */
    /* --- tbody 行：カテゴリ→回答2つ(横並び) --- */
    /* テーブルレイアウトから外して自由配置に */
    /* カテゴリ(th)は上段で全幅 */
    /* 回答(td)は各カラムに収める */
    /* 旧一括指定の影響を念のため打ち消し */
  }
  .top-price__pricing-table thead {
    position: static; /* 画面外退避はやめる */
    width: auto;
    height: auto;
    overflow: visible;
    margin-bottom: 12px;
  }
  .top-price__pricing-table thead tr {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2プランを50%ずつ */
  }
  .top-price__pricing-table thead th:first-child {
    display: none;
  }
  .top-price__pricing-table tbody {
    display: block;
  }
  .top-price__pricing-table tbody tr {
    display: grid !important;
    grid-template-columns: 1fr 1fr; /* 回答2カラム */
  }
  .top-price__pricing-table tbody tr > .top-price__category {
    grid-column: 1/-1; /* 2列ぶち抜き */
    display: block;
    text-align: center;
    padding: 30px 0 12px;
    border: none;
  }
  .top-price__pricing-table tbody tr > td {
    display: block;
    width: auto !important;
    text-align: center;
    padding: 30px;
  }
  .top-price__pricing-table tbody,
  .top-price__pricing-table tr,
  .top-price__pricing-table th,
  .top-price__pricing-table td {
    width: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .top-price tbody tr > td {
    padding: 25px 5%;
  }
}
@media screen and (max-width: 660px) {
  .top-price__pricing-table thead th {
    padding-block: 20px;
    font-size: 18px;
  }
  .top-price__pricing-btn {
    width: 90%;
    margin-top: 10px;
  }
  .top-price__mark {
    width: 80%;
  }
  .top-price__mark--2 {
    font-size: 12px;
  }
  .top-price__mark span {
    font-size: 16px;
  }
  .top-price__total-wrapper {
    display: block !important;
  }
  .top-price__total {
    display: block !important;
    margin-top: 10px;
  }
  .top-price__plus {
    margin-inline: auto;
    width: fit-content;
  }
  .top-price__plus span {
    font-size: 10px;
  }
  .top-price__total-month {
    font-size: 16px;
    width: 50%;
    padding: 5px 5%;
    margin: auto !important;
  }
  .top-price__total-day {
    font-size: 16px;
    padding: 0 3% 5px;
    width: 50%;
    margin: auto !important;
  }
  .top-price__total-day span {
    font-size: 10px;
  }
  .top-price tbody tr > td {
    padding: 20px 5%;
  }
  .top-price__td-price::before {
    inset: 3px;
  }
}
@media screen and (max-width: 599px) {
  .top-price__pricing-btn {
    padding-block: 7px;
    font-size: 14px;
  }
  .top-price tbody tr > .top-price__category {
    padding: 25px 0 10px;
  }
  .top-price__mark {
    line-height: 130%;
  }
  .top-price__br {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .top-price thead th {
    font-size: 16px;
  }
  .top-price__pricing-btn {
    font-size: 12px;
  }
  .top-price tbody tr > .top-price__category {
    padding: 20px 0 10px;
  }
  .top-price td p {
    font-size: 15px;
  }
  .top-price__total-cost {
    font-size: 28px !important;
  }
  .top-price__focus {
    font-size: 22px;
  }
}
.top-price__second {
  margin-inline: auto;
  border-radius: 26px;
  background: #ff7152;
  width: 59%;
  margin-top: 100px;
}
.top-price__second-title {
  border-radius: 26px;
  background: #e8401c;
  width: 86%;
  color: #fff;
  margin-inline: auto;
  padding-block: 11px;
  text-align: center;
  font-size: 30px;
  letter-spacing: 7.5px;
  font-weight: 900;
}
.top-price__second-text {
  color: #e8401c;
  font-size: 22px;
  text-align: center;
  padding-block: 20px 25px;
}
.top-price__second-arrow {
  max-width: 36px;
  margin-inline: auto;
}
.top-price__banner {
  width: 81%;
  margin-inline: auto;
  margin-block: 25px 35px;
  box-shadow: 0 6.742px 6.742px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .top-price__second {
    width: 100%;
  }
  .top-price__second-title {
    font-size: 24px;
  }
  .top-price__second-text {
    font-size: 18px;
  }
  .top-price__second-arrow {
    max-width: 30px;
  }
}
@media screen and (max-width: 660px) {
  .top-price__second {
    margin-top: 90px;
  }
  .top-price__second-title {
    font-size: 20px;
    padding-block: 9px;
    letter-spacing: 5.5px;
  }
  .top-price__second-text {
    font-size: 16px;
    padding-block: 15px 25px;
  }
  .top-price__second-arrow {
    max-width: 25px;
  }
}
@media screen and (max-width: 599px) {
  .top-price__banner {
    width: 100%;
  }
}
.top-price__case-wrapper {
  border-radius: 31px;
  border: 3px solid #dadada;
  background: #fff;
  margin-top: 30px;
  padding-block: 30px 70px;
  position: relative;
  z-index: 2;
}
.top-price__case-wrapper:first-of-type {
  margin-top: 40px;
}
.top-price__case-title {
  color: #e8401c;
  text-align: center;
  font-family: "inter-variable", sans-serif;
  font-size: 20px;
  line-height: 90%;
  padding: 6px 0;
  border-radius: 20px;
  border: 2px solid #e8401c;
  width: 20%;
  margin-inline: auto;
}
.top-price__case-heading-flex {
  display: flex;
  justify-content: center;
  gap: 1%;
  margin-block: 30px 50px;
}
.top-price__case-heading {
  color: #e8401c;
  font-size: 22px;
  letter-spacing: 1.1px;
}
.top-price__case-flex {
  display: flex;
  justify-content: center;
  gap: 3%;
  position: relative;
}
.top-price__case-detail {
  flex: 0 0 32%;
  border-radius: 26px;
  background: #ffebe6;
  padding: 25px 5% 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 33px;
}
.top-price__case-detail--actual {
  background: #d9d9d9;
}
.top-price__case-subtitle {
  font-weight: 500;
  position: relative;
}
.top-price__case-subtitle span {
  font-family: "neulis-sans", sans-serif;
  font-weight: 700;
}
.top-price__case-subtitle::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #1e1e1e;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.top-price__case-string {
  margin-top: 30px;
}
.top-price__case-string--last {
  margin-top: 0;
}
.top-price__account {
  border-radius: 26px;
  background: #e8401c;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-bottom: 15px;
}
.top-price__account span {
  font-size: 18px;
}
.top-price__case-number {
  color: #e8401c;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
.top-price__case-number--1day {
  color: #ff7152;
}
.top-price__case-arrow {
  position: absolute;
  max-width: 68px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-price__case-text {
  margin-top: 25px;
  text-align: center;
}
.top-price__case-text--2 {
  font-size: 14px;
  margin-top: 15px;
}
.top-price__case-text--2 span {
  font-size: 18px;
}
.top-price__case-text--3 {
  margin-top: 40px;
}
.top-price__case-comment {
  max-width: 45%;
  margin-inline: auto 28%;
  margin-top: 15px;
}
.top-price__case-comment-container {
  display: flex;
  flex-direction: column;
}
.top-price__case-comment-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 2%;
}
.top-price__case-simulation {
  display: flex;
  flex: 0 0 17%;
  justify-content: center;
  gap: 3%;
  border-radius: 2px;
  border: 1.5px solid #e8401c;
  padding-block: 11px;
  color: #e74e1c;
  align-items: flex-start;
}
.top-price__case-total-month {
  font-size: 12px;
  background-color: #e8401c;
  color: #fff;
  border-radius: 2px;
  padding: 0 5%;
}
.top-price__case-total-cost {
  line-height: 110%;
  font-size: 18px;
  font-family: "inter-variable", sans-serif;
  font-weight: 500;
}
.top-price__case-total-cost span {
  font-size: 10px;
}
.top-price__case-plus {
  display: block;
  font-size: 9px;
  border-radius: 18px;
  border: 1px solid #e8401c;
  width: fit-content;
  padding: 3px 4px;
  line-height: 110%;
}
.top-price__case-plus span {
  font-size: 8px;
}
.top-price__case-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-price__case-category {
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 10px;
}
.top-price__case-focus {
  color: #e8401c;
  font-size: 14px;
  font-weight: 500;
  line-height: 90%;
}
.top-price__case-focus span {
  font-size: 24px;
  font-weight: 700;
  font-family: "inter-variable", sans-serif;
}
.top-price__case-attention {
  font-size: 10px;
  font-weight: 500;
  line-height: 130%;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .top-price__case-heading-flex {
    margin-block: 25px 40px;
  }
  .top-price__case-detail {
    flex: 0 0 35%;
  }
  .top-price__case-comment {
    max-width: 60%;
    margin-inline: auto 20%;
  }
  .top-price__case-simulation {
    flex: 0 0 20%;
    justify-content: space-evenly;
    gap: 0;
  }
  .top-price__case-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .top-price__case-arrow {
    max-width: 60px;
  }
  .top-price__case-detail {
    flex: 0 0 43%;
  }
  .top-price__case-comment {
    max-width: 65%;
    margin-inline: auto 15%;
  }
  .top-price__case-simulation {
    flex: 0 0 25%;
  }
  .top-price__case-text {
    margin-inline: 3.7%;
  }
}
@media screen and (max-width: 768px) {
  .top-price__case-string {
    margin-top: 0;
  }
  .top-price__case-flex {
    flex-direction: column;
    gap: 10px;
    margin-inline: 10%;
  }
  .top-price__case-detail--actual {
    position: relative;
  }
  .top-price__case-arrow {
    position: static;
    transform: rotate(90deg);
    margin-inline: auto;
    max-width: 50px;
  }
  .top-price__case-comment {
    margin-inline: auto 18%;
  }
  .top-price__case-simulation {
    flex: 0 0 30%;
  }
}
@media screen and (max-width: 599px) {
  .top-price__case-title {
    width: 35%;
    font-size: 16px;
  }
  .top-price__case-heading {
    font-size: 20px;
  }
  .top-price__case-flex {
    margin-inline: 3.7%;
  }
  .top-price__case-comment-wrapper {
    flex-direction: column;
    gap: 15px;
  }
  .top-price__case-comment {
    max-width: 75%;
    margin-inline: auto 15%;
  }
  .top-price__case-simulation {
    width: 40%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 450px) {
  .top-price__case-wrapper {
    padding-block: 30px 45px;
  }
  .top-price__case-heading {
    font-size: 18px;
  }
  .top-price__case-comment {
    max-width: 90%;
    margin-inline: auto;
  }
  .top-price__case-simulation {
    width: 60%;
  }
}

.top-comparison {
  background: #e8401c;
  background-image: url(../../assets/image/top/feature-bg.webp);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 100%;
  overflow: visible;
  padding-block: 120px;
}
.top-comparison__wrapper {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.top-comparison__heading {
  border-radius: 31px 31px 0 0;
  background: #ffebe6;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding-block: 20px;
  margin-top: 80px;
  text-align: center;
}
.top-comparison__heading-left {
  font-size: 28px;
  font-weight: 900;
}
.top-comparison__heading-right {
  font-family: "neulis-sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #e8401c;
}
.top-comparison__container {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  gap: 5%;
}
.top-comparison__container--appointer {
  padding-bottom: 30px;
  margin-inline: 2%;
}
.top-comparison__container--autocall {
  display: block;
}
.top-comparison__container--ai {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: start;
  padding-bottom: 40px;
}
.top-comparison__wrap {
  position: relative;
}
.top-comparison__wrap::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 90%;
  background: #d9d9d9;
  bottom: 0;
  left: -10%;
}
.top-comparison__wrap--1::after {
  display: none;
}
.top-comparison__subtitle {
  border-radius: 32px;
  background: #d9d9d9;
  text-align: center;
  margin-top: 40px;
}
.top-comparison__subtitle--sp {
  display: none;
}
.top-comparison__choice {
  display: flex;
  justify-content: space-around;
  margin-block: 20px 13px;
  font-size: 12px;
}
.top-comparison__attention {
  font-size: 10px;
  font-weight: 500;
  text-align: right;
}
.top-comparison__choice-flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}
.top-comparison__choice-wrapper {
  display: flex;
  align-items: center;
  gap: 5%;
}
.top-comparison__choice-wrapper p {
  flex-wrap: wrap;
}
.top-comparison__appointer-dc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-comparison__appointer-dc div {
  max-width: 60%;
}
.top-comparison__appointer-dc p {
  font-size: 12px;
  text-wrap: nowrap;
}
.top-comparison__choice-dc {
  color: #e8401c;
}
.top-comparison__autocall-flex {
  display: flex;
  justify-content: space-evenly;
  margin-block: 40px 15px;
}
.top-comparison__autocall-flex--2 {
  align-items: center;
  justify-content: center;
  margin-block: 30px 0;
  gap: 1%;
}
.top-comparison__autocall-text {
  font-size: 20px;
  line-height: 150%;
}
.top-comparison__autocall-text span {
  color: #e8401c;
  font-size: 32px;
}
.top-comparison__autocall-text--2 span {
  font-size: 20px;
}
.top-comparison__comment {
  max-width: 60%;
  margin-inline: auto;
}
.top-comparison__ai-wrapper {
  padding-inline: 10%;
  padding-top: 30px;
  margin-inline: auto;
}
.top-comparison__ai-flex {
  display: flex;
  align-items: center;
  width: 70%;
  margin-inline: auto;
  gap: 2%;
}
.top-comparison__ai-flex--2 {
  margin-top: 10px;
}
.top-comparison__ai-text {
  font-size: 18px;
}
.top-comparison__ai-arrow {
  max-width: 24px;
  margin-inline: auto;
  padding-block: 20px;
}
.top-comparison__ai-description {
  border-radius: 5px;
  background: #d9d9d9;
  padding: 16px 5%;
}
.top-comparison__ai-description--dc {
  background: #e8401c;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .top-comparison__container {
    gap: 3%;
  }
  .top-comparison__wrap::after {
    left: -5%;
  }
  .top-comparison__ai-flex {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .top-comparison__heading-left {
    font-size: 24px;
  }
  .top-comparison__heading-right {
    font-size: 28px;
  }
  .top-comparison__heading-icon {
    max-width: 50px;
  }
  .top-comparison__comment {
    max-width: 70%;
  }
  .top-comparison__ai-wrapper {
    padding-inline: 5%;
  }
}
@media screen and (max-width: 900px) {
  .top-comparison__heading-left {
    font-size: 22px;
  }
  .top-comparison__heading-right {
    font-size: 24px;
  }
  .top-comparison__heading-icon {
    max-width: 45px;
  }
  .top-comparison__comment {
    max-width: 75%;
  }
  .top-comparison__ai-flex {
    width: 90%;
  }
  .top-comparison__ai-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top-comparison {
    padding-block: 80px;
  }
  .top-comparison__container {
    margin-inline: 3.7%;
  }
  .top-comparison__container--appointer {
    flex-direction: column;
  }
  .top-comparison__container--ai {
    display: flex;
    flex-direction: column;
  }
  .top-comparison__comparison {
    width: 70%;
    margin-inline: auto;
  }
  .top-comparison__choice-wrapper {
    justify-content: center;
  }
  .top-comparison__wrap::after {
    display: none;
  }
  .top-comparison__autocall-flex {
    flex-direction: column;
    margin-block: 0 15px;
  }
  .top-comparison__autocall-flex--2 {
    flex-direction: row;
    margin-top: 20px;
  }
  .top-comparison__subtitle--sp {
    display: block;
  }
  .top-comparison__subtitle--dc {
    background: #e8401c;
    color: #fff;
  }
  .top-comparison__autocall-text {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
  }
  .top-comparison__autocall-text span {
    font-size: 24px;
  }
  .top-comparison__autocall-text br {
    display: none;
  }
  .top-comparison__autocall-text--2 {
    margin-top: 0;
  }
  .top-comparison__autocall-text--2 span {
    font-size: 16px;
  }
  .top-comparison__comment {
    max-width: 80%;
    padding-top: 10px;
  }
  .top-comparison__autocall-icon {
    width: 30px;
  }
  .top-comparison__ai-wrapper {
    padding-top: 0;
  }
  .top-comparison__ai-flex {
    margin-top: 15px;
  }
  .top-comparison__ai-description--1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 660px) {
  .top-comparison__heading {
    grid-template-columns: 1fr;
    row-gap: 10px;
    justify-items: center;
  }
}
@media screen and (max-width: 599px) {
  .top-comparison__heading {
    flex-direction: column;
    gap: 10px;
    margin-top: 50px;
  }
  .top-comparison__heading-icon {
    max-width: 40px;
  }
}
@media screen and (max-width: 450px) {
  .top-comparison__comment {
    max-width: 90%;
  }
  .top-comparison__autocall-text span {
    font-size: 20px;
  }
}

.top-contact {
  padding-block: 100px 75px;
  background: var(--Linear, linear-gradient(270deg, #e88f1c 0%, #e84a1c 67.31%));
  color: #fff;
}
.top-contact__heading {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 70px;
}
.top-contact__heading br {
  display: none;
}
.top-contact__flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: stretch;
}
.top-contact__button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding-block: 15px;
  white-space: nowrap;
  text-align: center;
}
.top-contact__button--form {
  color: #e8401c;
  font-size: 30px;
  font-weight: 900;
  line-height: 170%;
  width: 53%;
}
.top-contact__button--chatwork {
  background: #fff;
  width: 40%;
}
.top-contact__button--chatwork div {
  max-width: 57%;
}
.top-contact__button-tel {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  border-radius: 50px;
  border: 4.097px solid #fff;
  line-height: 170%;
  padding-block: 20px;
  padding-inline: 8% 15%;
}
.top-contact__number {
  font-size: 40px;
  font-weight: 700;
  position: relative;
}
.top-contact__number::before {
  content: "";
  position: absolute;
  left: -50%;
  top: 50%;
  transform: translateY(-50%);
  width: 3px; /* 棒の太さ */
  height: 100%; /* 棒の長さ */
  background: #fff;
  border-radius: 9999px;
}
.top-contact__text {
  font-size: 28px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .top-contact__heading {
    font-size: 32px;
    margin-bottom: 60px;
  }
  .top-contact__button-tel {
    font-size: 28px;
    padding-inline: 8%;
    padding-block: 18px;
  }
  .top-contact__number {
    font-size: 38px;
  }
}
.top-contact__button--form {
  font-size: 28px;
}
@media screen and (max-width: 1280px) {
  .top-contact__number::before {
    left: -24%;
  }
}
@media screen and (max-width: 900px) {
  .top-contact__button-tel {
    padding-inline: 5%;
  }
}
@media screen and (max-width: 768px) {
  .top-contact {
    padding-block: 60px 50px;
  }
  .top-contact__heading {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .top-contact__flex {
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 20px;
  }
  .top-contact__button {
    width: 80%;
    margin-inline: auto;
  }
  .top-contact__button--form {
    font-size: 20px;
  }
  .top-contact__button--chatwork div {
    max-width: 30%;
  }
  .top-contact__button-tel {
    width: 80%;
    margin-inline: auto;
    font-size: 20px;
    padding-block: 15px;
  }
  .top-contact__number {
    font-size: 24px;
  }
  .top-contact__number::before {
    left: -22%;
  }
  .top-contact__text {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 660px) {
  .top-contact {
    padding-block: 40px 50px;
  }
  .top-contact__heading {
    font-size: 20px;
  }
  .top-contact__heading br {
    display: block;
  }
  .top-contact__button-tel {
    flex-direction: column;
    text-align: center;
    font-size: 14px;
  }
  .top-contact__button {
    width: 100%;
  }
  .top-contact__img {
    max-width: 32% !important;
  }
  .top-contact__button-tel {
    width: 100%;
    font-weight: 700;
  }
  .top-contact__text {
    font-size: 14px;
    margin-top: 7px;
  }
  .top-contact__number::before {
    display: none;
  }
}

.top-support {
  background: #faf5f5;
  padding-block: 80px 120px;
  background-image: url(../../assets/image/top/support-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
.top-support__heading {
  color: #e8401c;
  text-align: center;
  font-size: 50px;
  letter-spacing: 2.5px;
  margin-block: 8px 75px;
}
.top-support__wrapper {
  border-radius: 31px;
  border: 3px solid #dadada;
  background: #fff;
  padding-block: 50px 55px;
}
.top-support__wrapper--second {
  margin-block: 95px;
}
.top-support__content {
  text-align: center;
}
.top-support__flex {
  display: flex;
  padding-inline: 9%;
  gap: 3%;
}
.top-support__img {
  margin-block: 55px 6px;
}
@media screen and (max-width: 1440px) {
  .top-support__heading {
    font-size: 48px;
  }
}
@media screen and (max-width: 1280px) {
  .top-support {
    background-position: bottom 73px center;
    background-repeat: repeat-y;
    background-size: 118% auto;
  }
  .top-support__img {
    margin-block: 35px 6px;
  }
}
@media screen and (max-width: 768px) {
  .top-support {
    padding-block: 80px 60px;
  }
  .top-support__heading {
    font-size: 22px;
    margin-block: 5px 30px;
  }
  .top-support__wrapper--second {
    margin-block: 30px;
  }
  .top-support__flex {
    flex-direction: column;
    padding-inline: 9%;
    gap: 3%;
  }
}
@media screen and (max-width: 599px) {
  .top-support {
    padding-block: 30px 60px;
  }
}
.top-support__overview-flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2%;
  row-gap: 25px;
  margin-block: 60px 65px;
  padding-inline: 9%;
}
.top-support__overview-wrapper {
  display: flex;
  border-radius: 5px;
  border: 2.556px solid #e8401c;
  padding-block: 22px;
  padding-inline: 7%;
  align-items: center;
  gap: 5%;
}
.top-support__overview-icon {
  max-width: 26%;
}
.top-support__overview-icon--small {
  max-width: 20%;
}
.top-support__overview-title {
  color: #e8401c;
  font-size: 24px;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .top-support__overview-flex {
    grid-template-columns: repeat(2, 1fr);
    margin-block: 35px 65px;
  }
  .top-support__overview-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .top-support__overview-flex {
    grid-template-columns: repeat(1, 1fr);
    margin-block: 25px 30px;
  }
  .top-support__overview-wrapper {
    justify-content: center;
  }
  .top-support__overview-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  .top-support__overview-string p {
    font-size: 15px;
  }
  .top-support__overview-title {
    font-size: 17px !important;
    margin-bottom: 0;
  }
}
.top-support__process-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-inline: 9%;
  gap: 7%;
}
.top-support__process-string {
  flex: 0 0 46%;
}
.top-support__process-title {
  font-size: 30px;
  line-height: 170%; /* 51px */
  letter-spacing: 1.5px;
}
.top-support__process-title span {
  color: #e8401c;
}
.top-support__process-text {
  font-weight: 500;
  line-height: 190%; /* 30.4px */
  letter-spacing: 0.8px;
  padding-block: 17px 25px;
}
.top-support__process-text2 {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 500;
  line-height: 190%; /* 26.181px */
  letter-spacing: 0.689px;
}
@media screen and (max-width: 1440px) {
  .top-support__process-title {
    font-size: 28px;
    line-height: 150%;
  }
}
@media screen and (max-width: 768px) {
  .top-support__process-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .top-support__process-title {
    font-size: 18px;
  }
  .top-support__process-title br {
    display: none;
  }
  .top-support__process-text {
    padding-block: 17px;
  }
  .top-support__process-img {
    max-width: 100%;
    margin-top: 15px;
  }
}

.top-tips {
  background: #e8401c;
  background-image: url(../../assets/image/top/tips-bg.webp);
  background-position: top 107px center;
  background-repeat: no-repeat;
  background-size: contain;
}
.top-tips__text {
  text-align: center;
  color: #fff;
}
.top-tips__wrapper {
  border-radius: 31px;
  background: #fff;
  padding: 130px 7% 65px;
  margin-top: 60px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.top-tips__content {
  display: grid;
  column-gap: 2.5%;
  row-gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.top-tips__card {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.top-tips__thumb {
  max-width: 100%;
  aspect-ratio: 301/174;
}
.top-tips__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.top-tips__body {
  padding-block: 20px 28px;
  padding-inline: 5%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.top-tips__date {
  color: #adadad;
  font-family: "inter-variable", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 40px;
}
.top-tips__more-flex {
  display: flex;
  align-items: center;
  margin-top: auto;
  gap: 2%;
}
.top-tips__more {
  color: #e8401c;
  font-size: 14px;
  font-weight: 500;
}
.top-tips__arrow {
  max-width: 6px;
}
.top-tips__link {
  text-align: center;
}
.top-tips__btn {
  margin-top: 75px;
  color: #e8411c;
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  .top-tips__wrapper {
    padding: 90px 7% 65px;
  }
}
@media screen and (max-width: 1024px) {
  .top-tips {
    background-position: top 10px center;
    background-repeat: repeat-y;
  }
  .top-tips__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .top-tips__wrapper {
    padding: 60px 6% 65px;
    margin-top: 25px;
  }
  .top-tips__content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .top-tips__btn {
    margin-top: 50px;
    font-size: 18px;
  }
}

.top-faq {
  background: #ffdca5;
  padding-block: 90px 100px;
  background-image: url(../../assets/image/top/faq-bg.webp);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  /* 開いたときに質問の色を変更 */
  /* Qアイコン */
  /* プラス・マイナスアイコン */
  /* 間隔 */
}
.top-faq__wrapper {
  padding-inline: 16%;
}
.top-faq__item {
  padding-block: 20px;
  padding-inline: 3%;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(232, 64, 28, 0.25);
}
.top-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; /* テキストとアイコンを両端配置 */
  cursor: pointer;
}
.top-faq .top-faq__question[aria-expanded=true] .top-faq__label {
  color: #e8401c;
}
.top-faq__flex {
  display: flex;
  flex: 0 0 90%;
  align-items: center;
  gap: 3%;
}
.top-faq .top-faq__question[aria-expanded=true] {
  padding-bottom: 20px;
}
.top-faq__answer {
  padding-top: 20px;
  padding-inline: 5%;
  font-size: 15px;
  font-weight: 500;
}
.top-faq .top-faq__question[aria-expanded=true] + .top-faq__answer {
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
}
.top-faq .top-faq__item + .top-faq__item {
  margin-top: 12px;
}
@media screen and (max-width: 1200px) {
  .top-faq__wrapper {
    padding-inline: 10%;
  }
}
@media screen and (max-width: 768px) {
  .top-faq {
    padding-block: 50px 70px;
  }
  .top-faq__wrapper {
    padding-inline: 3.7%;
  }
}

.single {
  background: #faf5f5;
  padding-block: 130px 115px;
  padding-inline: 16%;
  background-image: url(../../assets/image/common/page-bg.webp);
  background-position: top 94px center;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.single--tips {
  padding-block: 20px 115px;
  padding-inline: 10%;
}
.single__wrapper {
  border-radius: 31px;
  border: 3px solid #dadada;
  background: #fff;
  padding-block: 55px 70px;
  padding-inline: 7%;
}
.single__top {
  margin-bottom: 40px;
}
.single__date {
  color: #e8401c;
  font-family: "inter-variable", sans-serif;
  font-size: 16px;
}
.single__page-title {
  font-size: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dadada;
}
.single__content p {
  font-weight: 500 !important;
}
.single h2.wp-block-heading {
  font-size: 24px;
  line-height: 170%;
  padding-left: 2.5%;
  position: relative;
}
.single h2.wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #e74e1c, #e8891c);
  border-radius: 9999px;
}
.single h3.wp-block-heading {
  font-size: 20px;
}
.single__btn {
  display: block;
  width: fit-content;
  margin: 65px auto 0;
  color: #e8411c;
  font-size: 20px;
}
@media screen and (max-width: 1280px) {
  .single--tips {
    padding-inline: 8%;
  }
}
@media screen and (max-width: 1024px) {
  .single {
    padding-inline: 9%;
    padding-block: 120px 115px;
  }
  .single--tips {
    padding-inline: 5%;
    padding-block: 80px 90px;
  }
}
@media screen and (max-width: 950px) {
  .single--tips {
    padding-inline: 3.7%;
  }
}
@media screen and (max-width: 768px) {
  .single {
    padding-inline: 3.7%;
    padding-block: 35px 45px;
  }
  .single__wrapper {
    padding-inline: 6.5%;
  }
  .single__top {
    margin-bottom: 20px;
  }
  .single__date {
    font-size: 14px;
  }
  .single__page-title {
    font-size: 20px;
  }
  .single .wp-block-heading {
    padding-left: 2.4%;
  }
  .single__btn {
    margin: 40px auto 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .single .wp-block-heading {
    padding-left: 3%;
  }
}

.breadcrumb {
  font-size: 12px;
  margin: 8px 0 16px;
  color: #666;
}
.breadcrumb__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 0;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
}
.breadcrumb__item + .breadcrumb__item::before {
  content: "›";
  margin: 0 6px;
  color: #aaa;
}
.breadcrumb__item a {
  text-decoration: none;
  color: inherit;
}
.breadcrumb__item a.is-current {
  color: #333;
}

/* ----------------------------------------
   tips 個別：2カラムレイアウト
---------------------------------------- */
.single-tips {
  /* グリッドの各エリア割り当て */
  /* ---------- ヘッダー/タイトル周り ---------- */
  /* ---------- サムネ ---------- */
  /* ---------- タグ（バッジ） ---------- */
  /* ---------- 本文 ---------- */
  /* ---------- 関連記事 ---------- */
  /* ---------- サイドバー ---------- */
  /* サイドバーのタグクラウドを縦積みに */
  /* ---------- 戻るボタン ---------- */
  /* ---------- 目次 ---------- */
  /* ---------- 本文 ---------- */
}
.single-tips__grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr; /* 本文 : サイドバー */
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 10%;
}
@media screen and (max-width: 1024px) {
  .single-tips__grid {
    grid-column-gap: 7%;
  }
}
@media screen and (max-width: 768px) {
  .single-tips__grid {
    display: flex;
    flex-direction: column;
  }
}
.single-tips .breadcrumb {
  grid-column: 1/-1;
  font-size: 12px;
  margin: 8px 0 16px;
  color: #666;
}
.single-tips .breadcrumb a {
  font-size: 12px;
}
.single-tips__sidebar-wrapper {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .single-tips__sidebar-wrapper {
    margin-inline: initial;
  }
}
.single-tips__sidebar {
  position: sticky;
  top: var(--sticky-top, 96px); /* 固定ヘッダー分 + 余白。数値は環境で調整 */
  height: fit-content; /* 中身分だけに */
  align-self: start;
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .single-tips__sidebar {
    margin-top: 50px;
  }
}
.single-tips__header {
  margin-bottom: 16px;
}
.single-tips__title {
  font-size: 26px;
  line-height: 1.5;
  margin: 8px 0 0;
}
@media screen and (max-width: 768px) {
  .single-tips__title {
    font-size: 24px;
  }
}
.single-tips__date {
  color: #777;
  font-size: 14px;
}
.single-tips__thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.single-tips__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 20px;
  padding: 0;
  list-style: none;
}
.single-tips__tags a {
  border: 1px solid #eee;
  background: #faf5f5;
  border: 1px solid #1e1e1e;
  border-radius: 9999px;
  padding: 4px 10px;
  font-size: 12px;
  text-decoration: none;
  color: inherit;
}
.single-tips__content {
  margin-top: 16px;
  /* 横スクロールが必要な表に備える */
}
.single-tips__content p {
  line-height: 1.8;
  font-weight: 500;
}
.single-tips__content img {
  max-width: 100%;
  height: auto;
}
.single-tips__content .table-wrap {
  overflow-x: auto;
}
.single-tips__content table {
  width: 100%;
  border-collapse: collapse;
}
.single-tips__content th,
.single-tips__content td {
  border: 1px solid #eee;
  padding: 0.75rem;
}
.single-tips__content pre {
  overflow: auto;
  background: #f7f7f7;
  padding: 0.75rem;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .single-tips__content p {
    font-size: 15px;
  }
}
.single-tips .related {
  margin-top: 70px;
}
.single-tips .related__list {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 14px;
}
.single-tips .related__name {
  display: block;
  margin-top: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.single-tips .related__thumbbox {
  display: block;
  width: 100%;
  aspect-ratio: 16/9; /* 16/9 にしたければ 16 / 9 */
  overflow: hidden;
  border-radius: 6px; /* 任意 */
}
.single-tips .related__thumbbox img {
  width: 100%;
  height: 100%; /* ← 高さをボックスに合わせて確定 */
  object-fit: contain; /* ← 余白を作らずトリミング */
  object-position: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .single-tips .related__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.single-tips .sidebar {
  margin-bottom: 24px;
}
.single-tips .sidebar__title {
  font-size: 15px;
}
.single-tips .sidebar__popular-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-tips .sidebar__popular-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.single-tips .sidebar__popular-thumb img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  display: block;
}
.single-tips .sidebar__popular-title {
  flex: 1;
  font-size: 12px;
  font-weight: 400;
}
.single-tips .sidebar__list a {
  font-size: 12px;
  font-weight: 400;
}
.single-tips .tagcloud {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 3px;
}
.single-tips .tagcloud a {
  display: block;
  text-decoration: none;
  font-size: 12px !important;
  font-weight: 400;
}
.single-tips .sidebar-box--tags .tagcloud a:hover {
  background: #f8f8f8;
}
.single-tips__btn {
  display: inline-block;
  margin-top: 24px;
  color: #e8401c;
  text-decoration: none;
}
.single-tips__btn span {
  font-family: "neulis-sans", sans-serif;
}
.single-tips #ez-toc-container {
  border-radius: 5px;
  border: none;
  display: block;
  padding: 1.5rem 6%;
  margin-bottom: 80px;
}
.single-tips #ez-toc-container a {
  color: #1e1e1e;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
.single-tips #ez-toc-container nav .ez-toc-list li.ez-toc-heading-level-2 {
  border-top: 0.0625rem solid #d5d8dd;
  margin-top: 1rem;
  padding-top: 1rem;
}
.single-tips #ez-toc-container nav .ez-toc-list li.ez-toc-heading-level-2:first-child {
  border-top: none;
}
.single-tips #ez-toc-container nav .ez-toc-list li.ez-toc-heading-level-2:last-child {
  margin-bottom: 1rem;
}
.single-tips #ez-toc-container .ez-toc-list li.ez-toc-heading-level-3:first-child > a {
  padding-top: 0.2rem;
}
.single-tips #ez-toc-container ul ul {
  margin-left: 1em;
}
.single-tips .has-white-background-color {
  border-radius: 5px;
  border: 3px solid #ffc5b9;
}
.single-tips .wp-block-list li {
  margin-bottom: 1em !important;
}
.single-tips .tips-btn {
  padding-block: 10px;
  border-radius: 38px;
  border: 2px solid #fff;
  background: linear-gradient(138deg, #1c5de8 13.73%, #1cc3e8 86.24%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 1px;
  display: block;
  width: 55%;
  margin-inline: auto;
}
.single-tips .tips-btn a {
  color: #fff;
  font-size: 20px;
}
.single-tips .tips-btn--change {
  border: 2px solid #1c5de8;
  background: #fff;
}
.single-tips .tips-btn--change a {
  background: linear-gradient(138deg, #1c5de8 13.73%, #1cc3e8 86.24%);
  background-clip: text;
  -webkit-background-clip: text; /* Safari / Chrome */
  color: transparent; /* 標準 */
  -webkit-text-fill-color: transparent; /* Safari用 */
}
@media screen and (max-width: 1440px) {
  .single-tips .tips-btn {
    padding-block: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .single-tips .tips-btn a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .single-tips .tips-btn {
    padding-block: 15px;
  }
  .single-tips .tips-btn a {
    font-size: 16px;
  }
}
@media screen and (max-width: 950px) {
  .single-tips .tips-btn {
    padding-block: 10px;
  }
}
@media screen and (max-width: 768px) {
  .single-tips .tips-btn {
    width: 100%;
    padding-block: 15px;
  }
}
@media screen and (max-width: 768px) {
  .single-tips .single h2.wp-block-heading {
    font-size: 20px;
  }
  .single-tips .single h3.wp-block-heading {
    font-size: 18px;
    padding-left: 0;
  }
  .single-tips .has-white-background-color {
    padding: 1em 1.5em;
  }
}

.archive__news {
  padding-block: 70px 30px;
}
.archive__content {
  border-radius: 31px;
  border: 3px solid #dadada;
  background: #fff;
  padding-block: 35px;
  margin-bottom: 30px;
}
.archive__flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-inline: 9% 5%;
  gap: 4%;
}
.archive__detail {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 7%;
  min-width: 0;
}
.archive__thumb {
  flex: 0 0 28%;
  max-width: 28%;
  aspect-ratio: 308/178;
}
.archive__img {
  border-radius: 5px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive__date {
  color: #e8401c;
  font-family: "inter-variable", sans-serif;
  font-size: 20px;
}
.archive__title {
  font-size: 20px;
  padding-block: 8px 13px;
}
.archive__excerpt {
  font-size: 14px;
}
.archive__arrow {
  max-width: 1.7%;
}
.archive__pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 4%;
}
.archive__pagination .page-numbers {
  color: rgba(232, 65, 28, 0.5); /* 未選択の文字色 */
  text-decoration: none;
}
.archive__pagination .page-numbers.current {
  color: #e8411c; /* 選択中の文字色 */
  cursor: default;
}
@media screen and (max-width: 768px) {
  .archive__news {
    margin-inline: auto;
  }
  .archive__flex {
    padding-inline: 9%;
  }
  .archive__detail {
    flex-direction: column;
    align-items: flex-start;
  }
  .archive__thumb {
    max-width: 100%;
  }
  .archive__string {
    padding-top: 17px;
  }
  .archive__date {
    font-size: 16px;
  }
  .archive__title {
    font-size: 16px;
  }
  .archive__arrow {
    display: none;
  }
}

.page-numbers.prev,
.page-numbers.next {
  color: rgba(232, 65, 28, 0.5);
}

.archive-tips__tagsbar {
  margin-top: 30px;
}
.archive-tips__tagbtn {
  padding-block: 6px;
  padding-inline: 2.5%;
  border-radius: 28px;
  border: 1px solid #1e1e1e;
  background: #faf5f5;
  margin-right: 1%;
}
.archive-tips__tagbtn.is-active {
  background: #e8401c;
  color: #fff;
  border: none;
}
.archive-tips__cards {
  padding-block: 70px 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 常に3列 */
  row-gap: 24px;
  column-gap: 2.7%;
}
.archive-tips__card {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.archive-tips__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.archive-tips__thumbwrap {
  flex: 0 0 auto;
  aspect-ratio: 343/200;
  overflow: hidden;
}
.archive-tips__thumb {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; /* 余白なしで均等トリミング */
  object-position: center;
}
.archive-tips__string {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1 1 auto;
  padding-block: 13px 20px;
  padding-inline: 7%;
}
.archive-tips__date {
  order: 1;
  color: #adadad;
  font-family: "inter-variable", sans-serif;
  margin-block: auto 40px;
  font-size: 14px;
  font-weight: 500;
}
.archive-tips__more-flex {
  order: 2;
  display: flex;
  align-items: center;
  margin-top: auto;
  gap: 2%;
}
.archive-tips__more {
  color: #e8401c;
  font-size: 14px;
  font-weight: 500;
}
.archive-tips__arrow {
  max-width: 6.7px;
}
@media screen and (max-width: 768px) {
  .archive-tips__tagsbar-wrapper {
    padding-bottom: 20px;
  }
  .archive-tips__tagsbar {
    display: flex;
    min-width: 200px;
    overflow: auto;
  }
  .archive-tips__tagbtn {
    font-size: 14px;
    flex: 0 0 auto; /* 縮ませず横に並べ続ける */
    white-space: nowrap;
  }
  .archive-tips__cards {
    padding-block: 30px 40px;
    grid-template-columns: repeat(2, 1fr);
  }
  .archive-tips__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .archive-tips__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.navigation.pagination {
  text-align: center;
}

.navigation.pagination .page-numbers {
  display: inline-block;
  margin-inline: 2%;
  text-decoration: none;
  color: #333;
  font-size: 20px;
  color: rgba(232, 65, 28, 0.5);
}
@media screen and (max-width: 768px) {
  .navigation.pagination .page-numbers {
    font-size: 16px;
  }
}

.navigation.pagination .page-numbers.current {
  color: #e8411c;
}

.privacy__wrapper {
  border-radius: 31px;
  border: 3px solid #dadada;
  background: #fff;
  padding-block: 85px 110px;
  padding-inline: 6%;
  margin-top: 70px;
}
.privacy__wrapper p {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 400;
}
.privacy__wrapper--terms p {
  margin-bottom: 0;
}
.privacy__title {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.privacy__title--mt {
  margin-top: 25px;
}
.privacy a {
  font-size: 14px;
  font-weight: 400;
}
.privacy a span {
  border-bottom: 1px solid #1e1e1e;
}
@media screen and (max-width: 768px) {
  .privacy__wrapper {
    padding-block: 35px 40px;
    padding-inline: 3%;
    margin-top: 25px;
  }
}

.contact__wrapper {
  border-radius: 31px;
  border: 3px solid #dadada;
  background: #fff;
  padding-block: 85px 110px;
  padding-inline: 6.8%;
  margin-top: 70px;
}
.contact__wrapper span {
  color: #e84d1c;
}
.contact__wrapper .wpcf7-text {
  width: 100%;
  border-radius: 14px;
  border: 2px solid #dadada;
  background: #fff;
  padding: 16px;
  height: 45px;
  margin-block: 8px 30px;
}
.contact__wrapper .wpcf7-textarea {
  width: 100%;
  border-radius: 14px;
  border: 2px solid #dadada;
  background: #fff;
  padding: 16px;
  height: auto;
  aspect-ratio: 2.847896/1;
  resize: vertical;
  margin-block: 8px 30px;
}
.contact__wrapper button,
.contact__wrapper input,
.contact__wrapper optgroup,
.contact__wrapper select,
.contact__wrapper textarea {
  color: #1e1e1e;
}
.contact__wrapper .privacy-wrapper,
.contact__wrapper .submit {
  text-align: center; /* 内側を中央寄せ */
}
.contact__wrapper .privacy-wrapper {
  font-weight: 500;
}
.contact__wrapper .privacy-wrapper a {
  font-weight: 500;
  border-bottom: 1px solid #1e1e1e;
  margin-left: 0.6%;
}
.contact__wrapper .wpcf7-form-control.wpcf7-acceptance input[type=checkbox] {
  width: 21px;
  height: 21px;
}
.contact__wrapper .wpcf7-spinner {
  display: none;
}
.contact__wrapper .wpcf7-list-item {
  margin: 0;
}
.contact__wrapper .submit-btn {
  position: relative;
  display: block;
  max-width: 32%;
  margin: 35px auto 0;
}
.contact__wrapper .submit-btn::after {
  content: "";
  position: absolute;
  background: url(../../assets/image/contact/arrow.svg) no-repeat center/contain;
  right: 7%; /* 矢印の横位置 */
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 25px;
}
.contact__wrapper .submit-btn input[type=submit] {
  -webkit-appearance: none;
  width: 100%;
  appearance: none;
  display: block;
  border: none;
  border-radius: 57px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  padding: 12px 14%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(90deg, #e84f1c 0%, #e88b1c 100%);
}
@media screen and (max-width: 1024px) {
  .contact__wrapper .submit-btn--download {
    max-width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .contact__wrapper {
    padding-block: 35px 60px;
    padding-inline: 3.8%;
    margin-top: 25px;
    font-size: 14px;
  }
  .contact__wrapper .submit-btn--download {
    max-width: 50%;
  }
  .contact__wrapper .wpcf7-text {
    padding: 16px 12px;
  }
  .contact__wrapper .wpcf7-textarea {
    padding: 16px 12px;
  }
  .contact__wrapper .privacy-wrapper a {
    font-size: 14px;
  }
  .contact__wrapper .submit-btn {
    max-width: 41%;
  }
  .contact__wrapper .submit-btn::after {
    right: 10%;
    width: 8px;
  }
  .contact__wrapper .submit-btn input[type=submit] {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .contact__wrapper .submit-btn--download {
    max-width: 55%;
  }
}
@media screen and (max-width: 450px) {
  .contact__wrapper .submit-btn--download {
    max-width: 68%;
  }
}

.thanks__title {
  font-size: 24px;
  color: #e8401c;
  margin-bottom: 40px;
}
.thanks__text {
  font-weight: 400;
  margin-bottom: 40px;
}
.thanks__btn {
  position: relative;
  border: none;
  border-radius: 57px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  padding: 18px 14%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(90deg, #e84f1c 0%, #e88b1c 100%);
}
.thanks__btn::after {
  content: "";
  position: absolute;
  background: url(../../assets/image/thanks/download.svg) no-repeat center/contain;
  margin-left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 35px;
}
@media screen and (max-width: 599px) {
  .thanks__btn::after {
    margin-left: 5px;
    width: 25px;
    height: 31px;
  }
}