@charset "UTF-8";

/* 使用 Google Fonts CDN */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&family=Roboto:wght@600;700&display=swap');

body {
  font-size: 16px;
  color: #000000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.02em;
}

@media (min-width: 820px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

/* Custom Header Styles */
.header__inr {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
/*   padding: 20px 0; */
}

.header .header__logo {
  display: flex;
  align-items: center;
/*   font-size: 2.6rem; */
  font-weight: 700;
  letter-spacing: -0.05rem;
}
.header__logo img{
width: 70%;
    float: left;
}
.header .header__logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-wrap: wrap;
}

.header .header__logo .license {
  /* margin: 0 0 0 0.5rem; */
  font-size: 1rem;
}

/* Header positioning for front page with .inner */
body.home .main .inner:first-of-type {
  position: relative;
}

body.home .header {
  position: relative;
  z-index: 10;
}

/* Move header above .inner on front page if .inner exists */
body.home .main:has(.inner) .header {
  order: -1;
  width: 100%;
}

/* For browsers that don't support :has() */
body.home .main .header-before-inner {
  width: 100%;
}

.inner {
  width: 100%;
max-width: 29.1%;
  margin-inline: auto;
}

input.apply-btn {
  margin-inline: auto;
  display: block;
  background: #b40000;
  width: 280px;
  height: 50px;
  border: none;
  border-radius: 55px;
  -webkit-box-shadow: 0 5px 0 0 #870000;
  box-shadow: 0 5px 0 0 #870000;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.inner table,.inner table td,.inner table th{
  padding: 0;
  border:none;
}
input.apply-btn:hover {
  opacity: 0.7;
  background-color: #b40000 !important;
}
.inner :is(ul,ol):where(:not(.wp-block-post-template)){
	padding-left:unset;
}

@-webkit-keyframes btn_anime-line {
  0%, 20%, 40% {
/*     -webkit-box-shadow: 0 5px 0 #019001;
    box-shadow: 0 5px 0 #019001; */
    top: 0px;
  }

  10%, 30% {
/*     -webkit-box-shadow: 0 0 0 #019001;
    box-shadow: 0 0 0 #019001; */
    top: 5px;
  }
}

@keyframes btn_anime-line {
  0%, 20%, 40% {
/*     -webkit-box-shadow: 0 5px 0 #019001;
    box-shadow: 0 5px 0 #019001; */
    top: 0px;
  }

  10%, 30% {
/*     -webkit-box-shadow: 0 0 0 #019001;
    box-shadow: 0 0 0 #019001; */
    top: 5px;
  }
}

@-webkit-keyframes btn_anime-tel {
  0%, 20%, 40% {
/*     -webkit-box-shadow: 0 5px 0 #D66906;
    box-shadow: 0 5px 0 #D66906; */
    top: 0px;
  }

  10%, 30% {
/*     -webkit-box-shadow: 0 0 0 #D66906;
    box-shadow: 0 0 0 #D66906; */
    top: 5px;
  }
}

@keyframes btn_anime-tel {
  0%, 20%, 40% {
/*     -webkit-box-shadow: 0 5px 0 #D66906;
    box-shadow: 0 5px 0 #D66906; */
    top: 0px;
  }

  10%, 30% {
/*     -webkit-box-shadow: 0 0 0 #D66906;
    box-shadow: 0 0 0 #D66906; */
    top: 5px;
  }
}

@keyframes btn_glow {
  0%, 100% {
    box-shadow: 0 0 5px rgba(214, 105, 6, 0.3);
  }
  50% {
    box-shadow: 0 0 20px rgba(214, 105, 6, 0.6);
  }
}

@keyframes btn_shake {
      0%, 100% {
        transform: rotate(0deg);
      }
      25% {
        transform: rotate(2deg);
      }
      75% {
        transform: rotate(-2deg);
      }
    }

@keyframes btn_pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes btn_breathe {
      0%, 100% {
        opacity: 1;
      }
      50% {
        opacity: 0.85;
      }
    }

@keyframes btn_animation {
    0% {
        transform: translate(4px, 0px);
    }
    5% {
        transform: translate(-4px, 0px);
    }
    10% {
        transform: translate(4px, 0px);
    }
    15% {
        transform: translate(-4px, 0px);
    }
    20% {
        transform: translate(4px, 0px);
    }
    25% {
        transform: translate(-4px, 0px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}

.contact-text {
  width: 69.8666666667%;
  aspect-ratio: 524/56;
  margin-inline: auto;
}

.contact-text img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.contact-btn {
  display: block;
  width: 100%;
    max-width: 80%;
  margin-inline: auto;
  border-radius: 140px;
  position: relative;
  -webkit-transition: opacity 0.3s, top 0s, -webkit-box-shadow 0s;
  transition: opacity 0.3s, top 0s, -webkit-box-shadow 0s;
  transition: opacity 0.3s, top 0s, box-shadow 0s;
  transition: opacity 0.3s, top 0s, box-shadow 0s, -webkit-box-shadow 0s;
}

.contact-btn:hover {
  opacity: 0.7;
}

.contact-btn.btn_anime-line {
  -webkit-animation: btn_animation 2s infinite;
  animation: btn_animation 2s infinite;
}

.contact-btn.btn_anime-tel {
  -webkit-animation: btn_animation 2s infinite;
  animation: btn_animation 2s infinite;
  margin-top: 15px;
    margin-left: 12% !important;
}
/* .apply__btn-box .contact-btn.btn_anime-tel{
	 margin-left: 5px !important;
} */

.contact-btn-box__tel a.btn_anime-tel{
  margin-top: 15px;
  margin-left: 5px;
}

/* 
.explain {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.text {
  display: block;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.text span {
  font-size: 18px;
}

.contact-btn.contact__btn-line {
  background: -webkit-gradient(linear, left top, left bottom, from(#1BCE1C), color-stop(45%, #02BD03));
  background: linear-gradient(to bottom, #1BCE1C 0%, #02BD03 45%);
  -webkit-box-shadow: 0 5px #019001;
  box-shadow: 0 5px #019001;
  position: relative;
  padding: 10px 0 0 82px;
}

.contact-btn.contact__btn-line::after {
  content: "";
  width: 43.5px;
  height: 41.5px;
  background: url(https://xn--labo-kf4ca8236c4yxg.com/wp-content/uploads/2025/12/line-icon.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  left: 8.0882352941%;
}

.contact-btn.contact__btn-line .explain {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 8px 2px 8px;
  background: #fff;
  border-radius: 100vh;
  color: #02be03;
}

.contact-btn.contact__btn-line .text {
  margin-top: 3px;
  color: #fff100;
}

.contact-btn.contact__btn-tel {
  background: #fff;
  border: 4px solid #e85921;
  -webkit-box-shadow: 0 5px #e85921;
  box-shadow: 0 5px #e85921;
  padding: 6px 0 0 91px;
}

.contact-btn.contact__btn-tel::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(https://xn--labo-kf4ca8236c4yxg.com/wp-content/uploads/2025/12/tel-icon.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 18px;
  left: 30px;
}

.contact-btn.contact__btn-tel::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(https://xn--labo-kf4ca8236c4yxg.com/wp-content/uploads/2025/12/tel-arrow.webp) no-repeat;
  background-size: contain;
  position: absolute;
  right: 17px;
  top: 28px;
}

.contact-btn.contact__btn-tel .explain {
  color: #000000;
}

.contact-btn.contact__btn-tel .text {
  margin-top: -4px;
  color: #FF6529;
  font-size: 25px;
  font-weight: 900;
} */

.footer__black-contents {
  background: #000000;
  padding: 10px 0 15px;
  font-weight: 500;
  line-height: 1.6;
}

.footer__page-link {
  width: 100%;
  max-width: 375px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding-inline: 30px;
}

.footer__link {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__link:hover {
  opacity: 0.7;
}

.footer__link-box {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__company-link {
  display: block;
  color: #fff;
  font-size: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__company-link:hover {
  opacity: 0.7;
}

.footer__policy {
  display: block;
  color: #fff;
  font-size: 10px;
  margin-left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__policy:hover {
  opacity: 0.7;
}

.footer__small {
  display: block;
  margin-top: 9px;
  color: #fff;
  font-size: 9px;
  text-align: center;
}

.footer__img {
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  opacity: 0;
}

.footer__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.fv__logo {
  width: 19.3333333333%;
  aspect-ratio: 149/53;
  position: absolute;
  top: 57.9185520362%;
  right: 5.0666666667%;
}

.fv__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.fv__img-box {
  width: 100%;
  aspect-ratio: 750/884;
  position: relative;
  overflow: hidden;
}

.fv__img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.fv__text {
  width: 89.6%;
  aspect-ratio: 672/414;
  position: absolute;
  top: 17%;
left: -12%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0;
  -webkit-animation: zoomBounce 0.8s ease-out forwards;
  animation: zoomBounce 0.8s ease-out forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-transform: translateY(30px) scale(0.8);
  transform: translateY(30px) scale(0.8);
}

/*アニメーション用CSS*/
@-webkit-keyframes zoomBounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes zoomBounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fv__btn-box {
  padding: 10px 0 30px;
  position: relative;
}

.fv__btn-box::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #DDEEFF;
  -webkit-clip-path: polygon(0 10%, 100% 4%, 100% 100%, 0 100%);
  clip-path: polygon(0 10%, 100% 4%, 100% 100%, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.fv__btn-box::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #1748BC;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 4%, 0 10%);
  clip-path: polygon(0 0, 100% 0, 100% 4%, 0 10%);
  position: absolute;
  top: -1px;
  left: 0;
  z-index: -1;
}

.fv .contact-btn-box__line {
  margin-top: 10px;
}

.intro-top {
  /* background: url(https://xn--labo-kf4ca8236c4yxg.com/wp-content/uploads/2025/12/intro-top-bg.webp) no-repeat;
  background-size: cover;
  aspect-ratio: 750/1074;
  padding: 42px 0 0 0; */
  position: relative;
}

.intro__section-title {
  width: 71.4666666667%;
  aspect-ratio: 512/223;
  margin-left: 10px;
}

.intro__section-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.intro__list {
  background: rgba(0, 0, 0, 0.7);
  margin-top: 16px;
  padding: 20px;
  width: calc(100% - 60px);
  margin-inline: auto;
}

.intro__item:not(:first-child) {
  margin-top: 5px;
}

.intro__item {
  color: #fff;
  font-weight: 900;
  line-height: 1.5;
  white-space: nowrap;
}

@media screen and (max-width: 370px) {
  .intro__item {
    font-size: 14px;
  }
}

.intro__item::before {
  content: "";
  background: url(https://xn--labo-kf4ca8236c4yxg.com/wp-content/uploads/2025/12/check-icon.webp) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 4px;
  z-index: 1;
}

.intro-top__text {
  width: 76.4%;
  margin-inline: auto;
  margin-top: 3.7243947858%;
}

.intro-top__text img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.intro-bottom {
  width: 100%;
  margin-top: -50px;
  position: relative;
}

@media screen and (min-width: 400px) {
  .intro-bottom {
    margin-top: -50px;
  }
}

.intro-bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.intro-bottom__text {
  width: 85%;
  aspect-ratio: 320/68;
  position: absolute;
  /* bottom: -36px; */
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.intro-bottom__text img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.point__title {
  width: 100%;
  aspect-ratio: 750/244;
  background: url(https://xn--labo-kf4ca8236c4yxg.com/wp-content/uploads/2025/12/LP4強み背景.webp) no-repeat;
  background-size: cover;
/*   padding-top: 24px; */
  font-size: clamp(1.3125rem, 0rem + 5.6vw, 1.75rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
	display: flex;
	flex-direction: column;
    justify-content: center;
}

.point__title .yellow {
  display: block;
  margin-top: 4px;
  color: #fff100;
  font-size: clamp(2rem, 0.5rem + 6.4vw, 2.5rem);
  line-height: 1;
  position: relative;
}

.point__title .yellow::after {
  content: "";
  background: url(https://xn--labo-kf4ca8236c4yxg.com/wp-content/uploads/2025/12/point-title-line.webp) no-repeat;
  background-size: contain;
  width: 49.3333333333%;
  aspect-ratio: 366/19;
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.point__title .large {
  font-size: clamp(2.625rem, 1.5rem + 4.8vw, 3rem);
}

.point__title .medium {
  font-size: clamp(2.125rem, 1rem + 4.8vw, 2.5rem);
}

.point__list {
  width: 100%;
  margin-top: 1px;
  position: relative;
  z-index: 1;
}

.point-en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*   padding: 1px 0; */
/*   border-top: 1px solid #1748BC;
  border-bottom: 1px solid #1748BC;
  color: #1748BC; */
    padding: 1px 4px;
    background: #1748BC;
    color: white;
    font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.02em;
    max-width: 85px;
	    justify-content: flex-start;
    margin-left: unset !important;
}

.point-en .large {
  font-size: 21px;
  line-height: 1;
  margin-left: 6px;
}

.point__item {
  background: #fff;
  padding: 20px 18px 20px 20px;
  letter-spacing: 0.03em;
  word-break: keep-all;
  position: relative;
  z-index: -1;
	
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: unset;
  margin-bottom: unset;
}

.point__item:nth-of-type(even) {
  background: #DDEEFF;
}

.point__item:nth-of-type(4) {
  padding-bottom: 36px;
}

div.point-item__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*   gap: 15px; */
  gap: 7px;
  flex-direction: column;
  margin-left: 0px !important;
}

.point-item__title {
  padding: 0 0 5px;
/*   font-size: 21px; */
  font-size: 19px;
  font-weight: 900;
  color: #1748BC;
  line-height: 1;
  text-align: center;
  position: relative;
}

.point-item__title::after {
  content: "";
  background: #fff100;
  width: 100%;
  height: 11px;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
}

.point-item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
/*   margin-top: 12px; */
/*   gap: 10px; */
	
  gap: 5px;
  flex-direction: column;
  margin-left: unset;
}

.point-item__img-box {
  width: 45.9940652819%;
  aspect-ratio: 310/210;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.point-item__img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.point-item__sublist {
/*   width: 59.4202898551%; */
  width: 100%;
  margin: 0 0 0 16px;
  margin-left: 15px !important;
}

.point-item__sublist li {
  list-style-type: disc;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.point-item__subitem::marker {
  font-size: 12px;
}

.point-bottom {
  width: 100%;
  aspect-ratio: 750/311;
  background: #1748BC;
  position: relative;
}

.point-bottom::before {
  content: "";
  background: #DDEEFF;
  width: 35px;
  height: 15px;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.point-bottom::after {
  content: "";
  background: url(https://xn--labo-kf4ca8236c4yxg.com/wp-content/uploads/2025/12/LP4女性00.webp) no-repeat;
  background-size: contain;
  width: 51.6%;
  aspect-ratio: 387/350;
  position: absolute;
  bottom: 0;
  right: 0;
}

.point-bottom__text {
  width: 68.6%;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.point-bottom__text img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.point__contact-text {
  margin-top: 25px;
  margin-block-start: 25px !important;
}

.point .contact__btn-line {
  margin-top: 10px;
}

.point .contact-btn-box__tel {
  margin-top: 16px;
  padding-bottom: 30px;
}

.voice {
  padding: 40px 0;
  background: url(https://xn--labo-kf4ca8236c4yxg.com/wp-content/uploads/2026/01/aa.webp) no-repeat;
  background-size: cover;
  aspect-ratio: 375/501;
}

.voice__title {
  width: 85%;
/*   aspect-ratio: 478/147; */
  margin: 0 auto 0 auto;
}

.voice__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.voice__item {
  width: 76vw;
  max-width: 380px;
  aspect-ratio: 284/324;
  background: #fff;
  border-radius: 16px;
  margin: 20px auto 0;
  padding: 14px 15px 20px 15px;
  position: relative;
}

@media screen and (min-width: 400px) {
  .voice__item {
    padding: 36px 30px;
  }
}

.voice__item::before {
  content: "";
  width: 32.6315789474%;
  aspect-ratio: 1/1;
  border-radius: 16px 0 0 0;
  background: #1748BC;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
}

.voice__item-top {
  padding-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 10;
}

.voice__item-img {
    width: 100%;
    min-width: 80px;
	max-width: 385px;
}

.voice__item-img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.voice__item-name {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: bold;
}

.voice__item-address {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.voice__item-address span {
  margin-left: 16px;
  position: relative;
}

.voice__item-address span::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #1748BC;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -11px;
}

.voice__item-heading {
  margin-top: 8px;
  width: 100%;
}

.voice__item-heading img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.voice__item-text {
  margin-top: 8px;
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1rem);
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  height: 0;
  width: 0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.voice .swiper-button-prev:after {
  content: "";
  background: url(https://xn--labo-kf4ca8236c4yxg.com/wp-content/uploads/2025/12/voice-arrow.webp) no-repeat;
  background-size: cover;
  width: 26px;
  height: 26px;
}

@media screen and (min-width: 400px) {
  .swiper-button-prev:after {
    width: 34px;
    height: 34px;
  }
}

.voice .swiper-button-next:after {
  content: "";
  background: url(https://xn--labo-kf4ca8236c4yxg.com/wp-content/uploads/2025/12/voice-arrow.webp) no-repeat;
  background-size: cover;
  width: 26px;
  height: 26px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media screen and (min-width: 400px) {
  .swiper-button-next:after {
    width: 34px;
    height: 34px;
  }
}

.faq {
  padding: 40px 15px;
}

.faq__title {
  width: 85%;
/*   aspect-ratio: 454/84; */
/*   max-width: 250px; */
  margin-inline: auto;
	
  margin-bottom: 20px;
}

.faq__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.accordion-area {
  width: 100%;
  margin-top: 20px;
  margin-inline: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.js-details {
  width: 100%;
  max-width: 470px;
  background: #DDEEFF;
}

.js-details+.js-details {
  margin-top: 15px;
}

/*アコーディオンタイトル*/
.js-summary {
  width: 100%;
  padding: 27px 32px 24px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.js-summary .question {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background: #1748BC;
  display: grid;
  place-content: center;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}

.js-summary .white-line::before {
  content: "";
  width: 10px;
  height: 1.5px;
  background: #fff;
  position: absolute;
  top: 37px;
  right: 19px;
  z-index: 10;
}

.js-summary .white-line::after {
  content: "";
  width: 10px;
  height: 1.5px;
  background: #fff;
  position: absolute;
  top: 37px;
  right: 19px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 10;
}

.js-summary::after {
  content: "";
  width: 18px;
  height: 18px;
  background: #1748BC;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 29px;
  right: 15px;
}

/*　openというクラスがついたら形状変化　*/
.js-summary.open .white-line::after {
  display: none;
}

/*アコーディオンで現れるエリア*/
.faq__content-inner {
  padding: 2px 15px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.faq__answer {
  width: 21.5px;
  height: 21.5px;
  margin-top: 3px;
  background: #fff;
  border: 1px solid #000000;
  display: grid;
  place-content: center;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 15px;
  font-weight: 600;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq__answer-text {
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}

.faq__answer-text::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #7592d6;
  position: absolute;
  top: -10px;
  left: 0;
}

.faq__answer-text .blue {
  color: #1748BC;
  font-weight: bold;
}

.accordion-area summary::-webkit-details-marker {
  display: none;
}

.message {
background: #fdffc2;
  padding: 45px 15px;
}

.message__title {
  width: calc(62.5333333333vw + 100px);
  max-width: 335px;
  aspect-ratio: 483/165;
  margin: 0 auto;
/*   padding-left: 100px; */
	    padding-left: 60px;
    padding-top: 50px;
}

.message__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.message__contents {
    width: 100%;
    max-width: 345px;
    margin: 25px auto 0;
    border: 4px #036EB8 solid;
    border-radius: 50px 50px 50px 0px;
    background: #fff;
    position: relative;
    z-index: 10;
    box-shadow: 10px 10px #e7f0f8;
}

.message__contents::after {
  content: "";
  width: 100%;
  aspect-ratio: 690/200;
  background: url(https://xn--labo-kf4ca8236c4yxg.com/wp-content/uploads/2025/12/message-top.webp) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.message__contents::before {
  content: "";
  aspect-ratio: 322/304;
  width: 158px;
  background: url(https://xn--labo-kf4ca8236c4yxg.com/wp-content/uploads/2026/01/LP4担当者より-000.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: -142px;
  left: 3px;
  z-index: -1;
}

.message__contents-top {
color: #036EB8;
    font-weight: bold;
    padding-top: 30px;
    font-size: 22px;
    line-height: 1.45;
    text-align: center;
    position: relative;
    z-index: 10;
}

.message__contents-top .small {
  font-size: 17px;
}

.message__text {
  padding-inline: 20px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 14px;
}

.message__text .blue {
  color: #1748BC;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff100));
  background: linear-gradient(transparent 60%, #fff100 60%);
  position: relative;
}

.message__text.first {
  margin-top:5%;
}

.message__text.last {
  padding-bottom: 20px;
}

.step {
  background: url() no-repeat;
  background-size: cover;
  padding: 36px 16px;
  position: relative;
}

.step__title {
  width: 85%;
/*   aspect-ratio: 563/83; */
  margin-inline: auto;
	
  margin-bottom: 30px;
}

.step__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
h3:where(:not(.wp-block-post-title)):after{
	border-bottom:none;
}
.step__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.step__item {
  border: 2px solid #1748BC;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.step__item::after {
  content: "";
  background: #1748BC;
  width: 30px;
  height: 15px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.step__item:last-child::after {
  display: none;
}

.step__item-title {
/*   background: #DDEEFF;
  color: #1748BC; */
	background: #1748BC;
	color: white;
	padding: 0 5px 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.02em;
  position: relative;
}

.step__item-title .blue {
  display: inline-block;
  width: 48.5106382979%;
  background: #1748BC;
  height: 100%;
  margin: -1px 16px 0 0;
  padding: 5px 0 5px 20px;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-clip-path: polygon(0 0, 100% 0, 91% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 91% 100%, 0% 100%);
}

.step__item-title .large {
  font-size: 22px;
}

.step__item-text {
  padding: 6px 14px 11px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 420px) {
  .step__item-text {
    font-size: 16px;
  }
}

.step__item-text .bold {
  font-weight: bold;
}

.step__item-img {
  width: 31.884057971%;
  aspect-ratio: 220/280;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.step__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.privacy {
  padding: 60px 0;
}

.privacy__title {
  background: #DDEEFF;
  padding: 12px 0 12px 16px;
  font-size: 24px;
  font-weight: bold;
}

.privacy__contents {
  padding-inline: 15px;
}

.privacy__head {
  margin-top: 18px;
  font-size: 14px;
}

.privacy__item {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.8;
}

.privacy__item-list {
  padding-left: 28px;
}

.privacy__item-text {
  list-style: disc;
}

.privacy__item-text::marker {
  font-size: 10px;
}

.privacy__medium-list {
  padding-left: 28px;
}

.privacy__medium-list-item {
  list-style: circle;
}

.privacy__medium-list-item::marker {
  font-size: 10px;
}

.privacy__small-list {
  padding-left: 28px;
}

.privacy__small-list-item {
  list-style-type: decimal;
}

.privacy__small-list-item::marker {
  font-size: 14px;
}

.privacy__item-address {
  margin-top: 8px;
  padding-left: 28px;
}

.privacy__end {
  margin-top: 8px;
}

.apply {
  background: #ECF0F9;
  position: relative;
  padding-bottom: 30px;
}

.apply::before {
  content: "";
  width: 100%;
  aspect-ratio: 750/360;
  background: url(https://xn--labo-kf4ca8236c4yxg.com/wp-content/uploads/2026/01/LP4フォーム上-0.webp) no-repeat;
  background-size: cover;
  display: block;
}

.apply__title {
  margin-top: -35% !important;
  margin-block-start: -35% !important;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
	    padding: unset;
	    border: none;
}

@media screen and (min-width: 420px) {
  .apply__title {
        margin-block-start: -35% !important;
        margin-top: -35% !important;
        font-size: 32px;
  }
}

.apply__title-sub {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 80%;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-align: center;
margin-top: 10px;
    margin-block-end: 10px !important;
    margin-block-start: 10px !important;
}

@media screen and (min-width: 420px) {
  .apply__title-sub {
    font-size: 20px;
  }
}

.apply__form {
  margin: 19px 15px 0 15px;
  padding: 20px 15px 30px 15px;
  background: #fff;
  border-radius: 16px;
  
    margin-block-start: 20px !important;
    margin-block-end: 30px !important;
    margin-inline-start: 15px !important;
    margin-inline-end: 15px !important;
}

.form__table {
  width: 100%;
}

.form__item {
  width: 100%;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form__item+.form__item {
  margin-top: 20px;
}

.form__label {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
}

.label-required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 17px;
  background: #b40000;
  border-radius: 30px;
  margin-left: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
}

.label-optional {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 17px;
  background: #a2a2a2;
  border-radius: 30px;
  margin-left: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
}

.form__input-box {
  width: 100%;
}

.form__radio-box {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__radio-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
}

.form__radio {
/*   display: block;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 8px;
  height: 8px;
  border: 1px solid #000000;
  border-radius: 50%;
  margin: 0 4px 0 0; */
}

.form__radio-box p {
    display: flex;
}

.form__radio:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000000;
}

.form__radio+.form__radio {
  margin-left: 10px;
}

input.form__text {
    margin-top: 8px;
    width: 100%;
    height: 38px;
/*     border: 2px solid #e7e6e6; */
	border: 3px solid #e7e6e6;
    border-radius: 6px;
    padding: 0 16px;
    font-size: 16px;
}

.form__item textarea{
	border: 3px solid #e7e6e6;
    width: 100%;
    border-radius: 5px;
}

.form__select {
  margin-top: 8px;
  height: 40px;
  background: #efefef;
  border: none;
  border-radius: 5px;
}

.form-year {
  width: 26.9841269841%;
}

.form-month,
.form-day {
  width: 16.1904761905%;
}

.form-address {
  width: 100%;
}

.form__item .date {
  margin: 0 10px 0 8px;
  font-size: 15px;
  font-weight: 500;
}

select:invalid {
  color: #999;
    font-weight: 500;
    border: 2px solid #e7e6e6;
    border-radius: 6px;
    background: none;
}

select option {
  color: #000000;
}

.form__btn-box {
  margin-top: 25px;
}

.apply__btn-area {
  padding: 10px 10px 25px 10px;
}

.apply__btn-top {
  width: 100%;
}

.apply__btn-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.apply__btn-box {
  border: 2px solid #1748BC;
  border-radius: 0 0 16px 16px;
  background: #DDEEFF;
  padding: 20px 15px 30px 15px;
  border-top: none;
}

.company .inner {
  padding: 120px 0 200px;
  background: #DDEEFF;
}

.company__title-jp {
  font-size: 20px;
  text-align: center;
}

.company__title-en {
  margin-top: 12px;
  color: #1748BC;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.company__list {
  margin-top: 80px;
  padding-inline: 20px;
}

.company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

.company__list-term {
  width: 80px;
  color: #1748BC;
  font-weight: bold;
  line-height: 1.8;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.company__list-desc {
  padding-left: 10px;
  line-height: 1.8;
}

.company__list-desc a {
  color: #000000;
}

@media (any-hover: hover) {
  .company__list-desc a:hover {
    opacity: 0.7;
  }
}

.problem {
  display: block;
  margin: 0 auto 50px;
}

.problem .problem_ttl {
	width: 100%;
    aspect-ratio: 750 / 244;
    background: url(https://xn--labo-kf4ca8236c4yxg.com/wp-content/uploads/2026/01/LP4こんなお悩み-0.webp) no-repeat;
    background-position: center;
    background-size: contain;
}

.problem_message{
    display: flex;
    flex-direction: column;
    gap: 20px;
  padding: 35px 20px;
  background-color: #7899c6ff;
}

.problem .problem_ttl .txt_small {
  font-size: 22px;
  font-weight: 600;
}

.problem .problem_ttl .txt_big {
  font-size: 25px;
  font-weight: 800;
}

.problem .problem_ttl::after {
  content: "";
  background: url('https://xn--labo-kf4ca8236c4yxg.com/wp-content/uploads/2025/12/problem_ttl_down.png');
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 15px;
  width: 100%;
  bottom: -11px;
  left: 50%;
  transform: translate(-50%, 100%);
}

.problem .problem_message .message {
/*   display: flex; */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #3B4856;
  font-weight: 500;
  font-size: 16px;
  padding: 14px 15px;
  background-color: white;
  border-radius: 50px;
  white-space: nowrap;
  width: fit-content;
/*   margin-bottom: 20px; */
  position: relative;
  white-space: nowrap;
}

.problem .problem_message .message:nth-child(2n+1) {
    margin: 0 !important;
    align-self: flex-end;
}

.problem .problem_message .message:nth-child(2) {
  padding: 14px 13px;
}

.problem .problem_message .message:nth-child(2n) {
    align-self: flex-start;
    margin: 0 !important;
}

.problem .problem_message .message:last-child {
  margin-bottom: 0;
}

.problem .problem_message .message:nth-child(2n+1)::after {
  content: "";
  background: url('https://xn--labo-kf4ca8236c4yxg.com/wp-content/uploads/2025/12/problem_message_icon1-1.png');
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 17px;
  width: 16px;
  top: -8px;
  right: 4px;
}

.problem .problem_message .message:nth-child(2n)::after {
  content: "";
  background: url('https://xn--labo-kf4ca8236c4yxg.com/wp-content/uploads/2025/12/problem_message_icon2-1.png');
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 17px;
  width: 16px;
  top: -6px;
  left: 0;
}

/* Cases Section */
.cases {
  padding: 40px 15px;
  background: url();
  background-color: #1748bc;
}

.cases__header {
  text-align: center;
  margin-bottom: 20px;
}

.cases__title {
    width: 85%;
    font-size: 24px;
    font-weight: 900;
    /* background-image: url(https://xn--labo-kf4ca8236c4yxg.com/wp-content/uploads/2025/12/cases_title_bg.webp); */
    text-align: center;
    color: #052d5e;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* width: min(500px, 90vw); */
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
    margin-bottom: 0;
    margin-block-end: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.cases__subtitle {
  font-size: 1.75em;
  line-height: 1.2;
  color: #052d5e;
  margin: 0;
}

.cases__slider {
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

.cases__wrapper {
  display: flex;
  transition: transform 0.5s ease;
}

.cases__item {
  flex-shrink: 0;
  width: 360px;
/*   padding: 0 10px; */
}

.cases__item-inner {
  background: #fff;
/*   border-radius: 8px; */
  overflow: hidden;
}

.cases__item-img {
  width: 100%;
  margin: 0;
}

.cases__item-img img {
  width: 100%;
  height: auto;
  display: block;
}

.cases__item-header {
  background-color: #212121;
  padding: 15px;
  text-align: center;
}

p.cases__item-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 1.4;
}

p.cases__item-tags {
  color: #fff;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}

.cases__item-table {
  margin: 0;
  line-height: 40px;
/*   padding: 15px; */
}

.cases__item-table table {
  width: 100%;
  border-collapse: collapse;
}

.cases__item-table tr {
	padding-top: 14px;
    display: flex;
    flex-direction: row;
}

.cases__item-table td {
  padding: 8px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
}

.cases__item-table td:first-child {
  font-weight: bold;
/*   width: 30%; */
	width: 4em;
    padding: 0.1em 0.3em;
    text-align: center;
    font-size: 16px;
    background-color: #222222;
    color: #fff;
    border: 1px solid #222222;
}
.cases__item-table td:last-child {
    padding: 0.1em 0.3em;
    text-align: left;
    font-size: 16px;
    flex-grow: 1;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #222222;
}

.cases__item-btn {
  margin: 0;
/*   padding: 0 15px 15px; */
}

.cases__item-btn a {
  display: block;
}

.cases__item-btn img {
  width: 100%;
  height: auto;
  display: block;
}

div.cases__button-next,
div.cases__button-prev {
/*   color: #fff;
  background-color: rgba(195, 0, 0, 0.8); */
  width: 40px;
}

.cases__button-next {
  right: 10px;
}

.cases__button-prev {
  left: 10px;
}

/* div.cases__button-next::after,
div.cases__button-prev::after {
  content: "\f100" !important;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.cases__button-next::after {
  transform: rotate(-180deg);
}

.cases__note {
  font-size: 0.8em;
  line-height: 1.2;
  color: #222;
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .cases__item {
    width: calc(50% - 20px);
  }
}

@media (min-width: 1024px) {
  .cases__item {
    width: calc(25% - 20px);
  }
}

div.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
div.swiper-button-next:after, .swiper-rtl div.swiper-button-prev:after {
  content: '';
}



.body_container {
    top: 0;
    position: fixed;
  width: 100%;
  height: 100%;
  max-width: 35.42vw;
  display: flex;
  align-items: center;
  padding: 0 28px;
  background-size: cover;
  background-position: center;
}

.main_pc_container {
  display: block;
  width: 35.42vw;
  height: 100vh;
  position: fixed;
	    z-index: 10;
}

.body_container_l {
  background-image: url(https://xn--labo-kf4ca8236c4yxg.com/wp-content/uploads/2026/01/LP4PC背景1-00.webp);
  justify-content: center;
}

.body_content_l {
    width: 85%;
    /* aspect-ratio: 1 / 1; */
    height: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
/*     border-radius: 10%; */
}

.body_content_l img {
  width: 22.46vw;
}

.body_content_l p {
  font-size: 1.6vw;
  font-weight: bold;
  margin-top: 18px;
  color: #394855;
  text-align: center;
}

.body_container_r {
  background-image: url(https://xn--labo-kf4ca8236c4yxg.com/wp-content/uploads/2026/01/LP4PC背景2-00.webp);
  justify-content: center;
}

.body_content_r {
  margin-left: 67px;
  max-width: 360px;
  width: 100%;
  background-color: #002d83ff;
  color: #fff;
  border-radius: 20px;
  padding: 40px;
}

.body_content_r ul li {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #fff;
}

li {
  list-style: none;
}

.body_content_r ul li a {
  font-size: 19px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}
.main-box{
  display: flex;
  overflow: hidden;
}
.main_pc_container_l{
  left: 0;
}
.main_pc_container_r{
  right: 0;
}

/* SP版（手机版）隐藏PC容器 */
@media screen and (max-width: 767px) {
.inner {
  max-width: unset;
}
  .main-box {
    display: block !important;
  }
  
  .main_pc_container,
  .main_pc_container_l,
  .main_pc_container_r {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    left: -9999px !important;
  }
	.point-item__title{
		    font-size: 17px;
	}
	.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
		max-width: unset;
	}
	.contact-btn.btn_anime-tel{
	 	margin-left: 10px !important;
		width: 98%;
	}
}

.body_content_r ul li a::after {
    content: "∨";
    border-radius: 100px;
    background-color: white;
    padding: 4px 6px;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    flex-shrink: 0;
}

.faq .qainer dt {
  padding: 10px 10px 10px 35px;
  font-weight: bold;
  text-indent: -25px;
  cursor: pointer;
  position: relative;
  user-select: none;
  transition: background-color 0.3s ease;
}

.faq .qainer dt:hover {
  background-color: rgba(34, 138, 238, 0.1);
}

.faq .qainer dt::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-25%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #228aee;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  transition: all 0.3s ease;
}

.faq .qainer dt.active::after {
  content: "−";
}

.faq .qainer dd {
  margin: 0;
  padding: 0;
  color: #228aee;
  line-height: 23px;
  text-indent: -25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease, margin 0.3s ease;
}

.faq .qainer dd.active {
  max-height: 500px;
  margin: 10px 5px;
  padding: 10px 10px 10px 35px;
}

/* 第一个默认展开 - 通过 JavaScript 添加 active 类来实现 */
.faq .qainer dt:before {
  margin-right: 7px;
  content: "Q";
  font-weight: bold;
  font-size: 24px;
}
.faq .qainer dd:before {
  margin-right: 7px;
  content: "A";
  color: #228aee;
  font-weight: bold;
  font-size: 24px;
}

.faq .qa-clm {
  margin: 0 0% 20px 0%;
  margin-bottom: 20px;
  background: #f1f5fa;
  width: 100%;
  text-align: left;
  padding: 0 0 10px;
}

    .header .header__line {
        display: flex;
    }

    .header .header__line a {
        flex-direction: column;
        justify-content: center;
        width: 95px;
        height: auto;
        border-radius: 0;
        padding: 0 0 2vw;
        font-size: 15px;
		background-color: #22ba4f;
        display: flex;
        align-items: center;
		color: #fff;
        line-height: 1.35;
		padding: 20px;
    }
.header .header__line img {
	    width: 35px;
}
.header .header__line .yellow {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1;
}

.cases__slider{
    margin: 30px;
    margin-block-start: 30px !important;
    margin-block-end: 30px !important;
}

.cases__slider .swiper-button-next:after,
.cases__slider .swiper-button-prev:before
{
content: "";
    background: url(https://xn--labo-kf4ca8236c4yxg.com/wp-content/uploads/2025/12/voice-arrow.webp) no-repeat;
    background-size: cover;
    width: 26px;
    height: 26px;
}

.cases__slider .swiper-button-next:after{
		transform: rotate(-180deg);
}
.inner .swiper-button-prev,
.inner .swiper-rtl .swiper-button-next,
.inner .swiper-button-next.swiper-button-mobile-bottom,
.inner .swiper-button-prev.swiper-button-mobile-bottom{
	top: 50% !important;
    bottom: 50% !important;
}
.voice .swiper-container{
	margin: 30px;
}
.inner .wpcf7-form span {
    color: black;
}
.wpcf7-form span {
    color: #c90000;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    display: flex;
    flex-direction: column;
}
.wpcf7-form p:has(input[type=submit]) {
    text-align: center;
}