@charset "UTF-8";
/*
Theme Name: ELL
Author: 3BroWorks
Description: original theme
Version： 1.0.0
*/
@import url(./css/normalize.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
/*---------------------------------------
   基本設定
---------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  color: #333333;
  font-size: 1.4rem;
  color: #333333;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width: 780px) {
  body {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

img {
  display: block;
  height: auto;
  width: 100%;
  margin: 0 auto;
}

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

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

.no-border {
  border: none !important;
}

/*---------------------------------------
   レイアウト
---------------------------------------*/
section {
  padding: 100px 15px;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  section {
    padding: 60px 0;
  }
}

.container {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 980px) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 780px) {
  .container {
    padding: 0 5.1vw;
  }
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gridbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.gridbox.gtr {
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
}

.nodisplay {
  display: none;
}

.fd-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.w-xl {
  max-width: 1440px;
}

.w-l {
  max-width: 1100px;
}

.w-m {
  max-width: 880px;
}

.w-s {
  max-width: 740px;
}

/*---------------------------------------
   文字装飾
---------------------------------------*/
.ttl {
  font-size: 3.6rem;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.ttl .logo {
  width: 100%;
  max-width: 155px;
  margin: 0 auto;
  display: inline-block;
  margin: 0 10px;
}
.ttl--dots {
  display: inline-block;
  position: relative;
}
.ttl--dots::before {
  display: block;
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url(./img/tti_dots.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 100%;
}
@media only screen and (max-width: 780px) {
  .ttl {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .ttl--dots::before {
    width: 18px;
    height: 40px;
  }
  .ttl .logo {
    max-width: 100px;
  }
}

.sub-ttl {
  font-size: 2.2rem;
  margin-bottom: 80px;
  font-weight: 600;
}
@media only screen and (max-width: 780px) {
  .sub-ttl {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}

.lead-txt {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 50px;
  line-height: 3.5;
}
@media only screen and (max-width: 780px) {
  .lead-txt {
    font-size: 1.4rem;
    margin-bottom: 25px;
    line-height: 2.5rem;
    text-align: left;
  }
}

.txt-center {
  text-align: center;
}

.highlight {
  color: #DF6623;
}

.fs-large {
  font-size: 1.333em;
}

.fw-bold {
  font-weight: bold;
}

.copyright {
  margin: 30px auto 40px;
  display: block;
  text-align: center;
  font-size: 1.4rem;
}

.txt-small {
  font-size: 1.2rem;
}

.external_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.external_link img {
  max-width: 10px;
}

/*---------------------------------------
   背景設定
---------------------------------------*/
.bg-wht {
  background-color: #FFFFFF;
}

.bg-gry {
  background-color: #F9F9F9;
}

.bg-dots {
  background-image: radial-gradient(circle, #cecece 1px, transparent 1px);
  background-position: 0 0;
  background-size: 22px 22px;
}

/*---------------------------------------
   ヘッダー
---------------------------------------*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header {
  width: 100%;
  height: 70px;
  background-color: #FFFFFF;
  max-width: 1100px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border-radius: 15px 100vh 100vh 15px;
  position: relative;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.header::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 120px;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 15px;
  z-index: 0;
}
.header__logo {
  margin: -30px 0 15px 15px;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 980px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.header__nav ul li {
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.header__nav ul li a {
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header__nav ul li a:hover {
  color: #DF6623;
}
.header__txt {
  font-size: 1.3rem;
}
@media only screen and (max-width: 780px) {
  .header__txt {
    font-size: 1.1rem;
  }
}
.header__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__btn img {
  margin: auto -1px auto auto;
  width: 100%;
  max-width: 267px;
  border-radius: 0 15px 15px 0;
}
@media only screen and (max-width: 780px) {
  .header {
    border-radius: 0;
    height: 60px;
    margin-top: 0;
    gap: 0;
  }
  .header::after {
    display: none;
  }
  .header__logo {
    max-width: 150px;
    margin: 15px;
  }
  .header__btn img {
    margin: 0;
    width: 100%;
    max-width: 200px;
    border-radius: 0;
  }
}

/*---------------------------------------
   メインヴィジュアル
---------------------------------------*/
.main {
  background-image: url(./img/main_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  height: calc(100vh - 62px);
}
.main__container {
  width: 100%;
  height: 100%;
  max-width: 1100px;
  margin: auto;
  position: relative;
}
.main__box {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.main__box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.main__ttl {
  font-size: 4rem;
  text-align: left;
}
.main__ttl .highlight {
  font-size: 6.5rem;
}
.main__ttl .bg-wht {
  display: inline-block;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0 12px;
}
.main__txt {
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  background-color: rgba(59, 160, 93, 0.7);
  margin: 20px auto;
}
.main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
}
.main__list-item {
  width: 100%;
  max-width: 100px;
  text-align: center;
  position: relative;
}
.main__list-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  border-radius: 100vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.main__list-item-icon {
  width: 100%;
  max-width: 40px;
  margin-bottom: 10px;
}
.main__cta {
  width: 100%;
  max-width: 225px;
}
@media only screen and (max-width: 780px) {
  .main {
    padding: 0;
  }
  .main__container {
    text-align: left;
  }
  .main__box {
    padding: 0 5.1vw;
    top: unset;
    left: 0;
    bottom: 20px;
    -webkit-transform: unset;
            transform: unset;
  }
  .main__box-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
  .main__ttl {
    font-size: 5.5vw;
    line-height: 1.4;
  }
  .main__ttl .highlight {
    font-size: 1.5em;
  }
  .main__txt {
    font-size: 4.2vw;
    text-align: left;
    padding: 3px 10px;
    margin: 0 auto 15px;
    display: inline-block;
  }
  .main__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main__list-item {
    max-width: 80px;
  }
  .main__list-item-icon {
    max-width: 35px;
    margin: 0 auto;
  }
  .main__cta {
    margin: 0 auto 0 0;
  }
}

/*---------------------------------------
   レクの悩み
---------------------------------------*/
.worries {
  text-align: center;
}
.worries__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 40px auto;
}
.worries__list-item {
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.worries__list-item::before {
  display: inline-block;
  content: "";
  width: 1.333em;
  height: 1.333em;
  background-image: url(./img/icon_checkbox.svg);
  background-size: cover;
  margin-right: 10px;
}
.worries .lead-txt {
  margin-bottom: 0;
}
@media only screen and (max-width: 780px) {
  .worries__list {
    margin: 20px auto 20px 1.333em;
  }
  .worries__list-item {
    display: -ms-grid;
    display: grid;
    font-size: 1.6rem;
    position: relative;
    margin-bottom: 0;
  }
  .worries__list-item::before {
    position: absolute;
    top: 0;
    right: 100%;
  }
}

/*---------------------------------------
    解決
---------------------------------------*/
.benefit {
  background-image: url(./img/benefit_bg.webp);
  background-size: cover;
  background-position: center;
}
.benefit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.benefit__list-item {
  width: 100%;
  max-width: 350px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-align: center;
}
.benefit__img {
  border-radius: 100vh;
  margin-bottom: 10px;
}
.benefit__figcaption {
  text-align: center;
}
.benefit__figcaption h4 {
  font-size: 2rem;
  font-weight: bold;
}
.benefit__figcaption p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 780px) {
  .benefit-swiper {
    overflow: hidden;
    margin-left: 20px;
  }
  .benefit-swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .benefit-swiper .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .benefit__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .benefit__list.swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .benefit__list-item {
    margin: 0 !important;
  }
  .benefit__list-item figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .benefit__figcaption {
    text-align: left;
  }
  .benefit__figcaption h4 {
    font-size: 1.6rem;
  }
  .benefit__figcaption p {
    font-size: 1.4rem;
  }
  .benefit__img {
    max-width: 40%;
    margin: 0;
  }
}

/*---------------------------------------
    理由
---------------------------------------*/
.reason-swiper {
  position: relative;
}
@media (min-width: 781px) {
  .reason-swiper .swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-transform: none !important;
            transform: none !important;
    width: 100% !important;
  }
  .reason-swiper .swiper-slide {
    width: 100% !important;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .reason-swiper .swiper-slide:nth-child(1) {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .reason-swiper .swiper-slide:nth-child(2) {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .reason-swiper .swiper-slide:nth-child(3) {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
}
.reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 85px;
}
.reason__list-item {
  width: 100%;
  max-width: 880px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 55px;
  margin-right: auto;
}
.reason__list-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
  margin-right: 0;
}
.reason__list-item:nth-child(even) img {
  border-radius: 100vh 100vh 100vh 0;
}
.reason__list-item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 781px) {
  .reason__list-item:nth-child(even) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .reason__list-item:nth-child(odd) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    margin-right: auto !important;
    margin-left: 0 !important;
  }
}
.reason__img-box {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1/1;
}
.reason__img-box img {
  border-radius: 100vh 100vh 0 100vh;
}
.reason__txt-box {
  width: 100%;
  text-align: left;
}
.reason__txt-box h4 {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
  margin-top: 10px;
  margin-bottom: 10px;
}
.reason__txt-box h4::before {
  content: "";
  width: 7px;
  aspect-ratio: 1/1;
  background-color: #333333;
  border-radius: 100vh;
}
.reason__num {
  font-size: 1.6rem;
  font-weight: 500;
  color: #3BA05D;
}
.reason__num span {
  font-size: 2.8rem;
  margin-left: 0.1em;
}
.reason__ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.reason__ttl .highlight {
  font-size: 3.6rem;
}
.reason__txt {
  font-size: 1.4rem;
  line-height: 2.3rem;
  padding-left: 1em;
}
@media only screen and (max-width: 780px) {
  .reason-swiper {
    overflow: hidden;
    padding-bottom: 40px;
  }
  .reason-swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .reason-swiper .swiper-slide {
    width: 100% !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
  .reason-swiper-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: calc(50% - 40px);
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
  }
  .reason-swiper-nav .swiper-button-prev,
  .reason-swiper-nav .swiper-button-next {
    position: relative;
    margin: 0;
    width: 40px;
    height: 40px;
    pointer-events: auto;
  }
  .reason-swiper-nav .swiper-button-prev::after,
  .reason-swiper-nav .swiper-button-next::after {
    color: #FFFFFF;
  }
  .reason-swiper-nav .swiper-button-prev::before,
  .reason-swiper-nav .swiper-button-next::before {
    background-color: #DF6623;
  }
  .reason-swiper-nav .swiper-button-prev:hover::before, .reason-swiper-nav .swiper-button-prev:hover::before,
  .reason-swiper-nav .swiper-button-next:hover::before,
  .reason-swiper-nav .swiper-button-next:hover::before {
    opacity: 0.8;
  }
  .reason .swiper-pagination {
    position: relative;
    margin-top: 30px;
    bottom: auto;
  }
  .reason__list {
    gap: 0;
  }
  .reason__list.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .reason__list-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reason__img-box {
    max-width: 70%;
    margin: auto;
  }
  .reason__img-box img {
    border-radius: 100vh 100vh 100vh 0;
  }
  .reason__ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .reason__ttl .highlight {
    font-size: 1.5em;
  }
  .reason__txt-box h4 {
    font-size: 1.6rem;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .reason__num {
    font-size: 6vw;
    position: absolute;
    top: -7px;
  }
  .reason__num span {
    font-size: 1.5em;
  }
}

/*---------------------------------------
   メリット
---------------------------------------*/
.merit {
  background: url("./img/merit_bg.webp") no-repeat center/contain, #E6F2EA;
}
.merit__img {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 780px) {
  .merit {
    background: url("./img/merit_bg.webp") no-repeat center/cover, #E6F2EA;
  }
}

/*---------------------------------------
   想い
---------------------------------------*/
.thoughts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.thoughts__list-item {
  width: 100%;
  max-width: 312px;
  text-align: left;
}
.thoughts__list-item h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.thoughts__list img {
  width: 100%;
  margin-bottom: 20px;
}
.thoughts__list h3 {
  font-size: 2rem;
}
@media only screen and (max-width: 780px) {
  .thoughts-swiper {
    overflow: hidden;
    margin-left: 20px;
  }
  .thoughts-swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .thoughts-swiper .swiper-slide {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .thoughts__list {
    gap: 0;
    -webkit-box-pack: unset !important;
        -ms-flex-pack: unset !important;
            justify-content: unset !important;
  }
  .thoughts__list.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .thoughts__list-item {
    width: 100%;
    max-width: 100%;
  }
  .thoughts__list-item h3 {
    font-size: 1.6rem;
  }
}

/*---------------------------------------
   喜びの声
---------------------------------------*/
.voice {
  background-color: #dcf0f3;
  padding-left: 196px;
  padding-right: 0;
}
.voice__box {
  text-align: left;
  width: 100%;
  main-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
.voice__box figcaption {
  padding-top: 20px;
}
.voice__box img {
  width: 100%;
  max-width: 196px;
  aspect-ratio: 1/1;
  border-radius: 100vh;
}
@media only screen and (max-width: 780px) {
  .voice {
    padding-left: 0;
  }
  .voice__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    max-width: 196px;
    margin: auto;
  }
}

/*---------------------------------------
   CTA
---------------------------------------*/
#cta {
  padding-bottom: 0 !important;
}

.cta__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 90px;
  text-align: center;
  position: relative;
}
.cta__ttl::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #3BA05D;
}
.cta__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.cta__line--left {
  width: 100%;
  max-width: 500px;
}
.cta__line--left img {
  max-width: 315px;
}
.cta__line--right {
  width: 100%;
  max-width: 500px;
}
.cta__line-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
}
.cta__line-step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  margin-bottom: 20px;
}
.cta__line-step-item p {
  font-size: 1.6rem;
}
.cta__line-step-num {
  font-size: 1.6rem;
  color: #DF6623;
  text-align: center !important;
}
.cta__line-step-num span {
  font-size: 2.8rem;
  color: #FFFFFF;
  display: block;
  position: relative;
  z-index: 1;
}
.cta__line-step-num span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  background: #56BAC8;
  height: 73.6121593217px;
  width: 85px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.cta__line-step-btn {
  width: 100%;
  max-width: 428px;
  margin-top: auto;
}
.cta__line-step-btn img {
  width: 100%;
  max-width: 428px;
  height: 63px;
}
.cta__phone {
  max-width: 660px;
  margin: 0 auto;
  display: block;
}
.cta__form {
  text-align: left;
  max-width: 715px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.cta__form dt {
  width: 100%;
  max-width: 180px;
  text-align: right;
}
.cta__form dd {
  width: 100%;
  max-width: calc(100% - 180px - 20px);
}
.cta__form-dt-top, .cta__form-dd-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.cta__form-dt-top {
  padding-top: 20px;
}
.cta__form select,
.cta__form input,
.cta__form textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #333333;
  background-color: #FFFFFF;
  padding: 0 20px;
}
.cta__form select,
.cta__form input {
  border-radius: 100vh;
  height: 50px;
}
.cta__form-submit {
  width: 100%;
  max-width: 290px;
  margin: 60px auto 0;
}
.cta__form-submit-btn {
  text-align: center;
  width: 100%;
  max-width: 290px;
  border: none;
  border-radius: 100vh;
  height: 50px;
  background-color: #3BA05D;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cta__form-submit-btn:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cta__form-submit-btn:active {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cta__form-select {
  position: relative;
}
.cta__form-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 50px;
  cursor: pointer;
}
.cta__form-select::after {
  content: "";
  position: absolute;
  left: calc(190px - 3em);
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  width: 0.7em;
  height: 0.7em;
  border-top: solid 2px #7D7479;
  border-right: solid 2px #7D7479;
  pointer-events: none;
  z-index: 1;
}
.cta__form textarea {
  border-radius: 30px;
  padding: 20px;
}
@media only screen and (max-width: 780px) {
  .cta__ttl {
    font-size: 2rem;
    margin-bottom: 50px;
  }
  .cta__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .cta__line--left {
    max-width: 100%;
  }
  .cta__line--left img {
    max-width: 250px;
  }
  .cta__line--right {
    max-width: 100%;
  }
  .cta__line-step-num span {
    font-size: 1.3em;
  }
  .cta__line-step-num span::before {
    height: 43.3012701892px;
    width: 50px;
  }
  .cta__line-step-item {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 15px;
  }
  .cta__line-step-item p {
    text-align: left;
  }
  .cta__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
  .cta__form dt {
    max-width: 100%;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
  }
  .cta__form dd {
    max-width: 100%;
    width: 100%;
  }
  .cta__form-submit {
    margin-top: 40px;
  }
}

/*---------------------------------------
   お問い合わせフォーム
---------------------------------------*/
.inquiry {
  padding: 200px 0;
}

#inquiry_type,
#postal_code,
#prefecture,
#facility_capacity {
  max-width: 190px;
}

.required {
  color: #FFFFFF;
  background-color: #DF6623;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  border-radius: 100vh;
  height: 16px;
  min-width: 20px;
  line-height: 1;
}

.any {
  color: #FFFFFF;
  background-color: #7D7479;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  border-radius: 100vh;
  height: 16px;
  min-width: 20px;
  line-height: 1;
}

.cta__form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 240px 24px 1fr;
  grid-template-columns: 240px 1fr;
  row-gap: 18px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.cta__form dt {
  font-weight: bold;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.cta__form dd {
  margin: 0;
  max-width: unset !important;
}

.cta__form-dd-top {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

@media (max-width: 768px) {
  .cta__form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/*---------------------------------------
   スクロール位置調整
---------------------------------------*/
section {
  scroll-margin-top: 100px;
}
@media only screen and (max-width: 780px) {
  section {
    scroll-margin-top: 30px;
  }
}

#cta-line,
#cta-phone,
#cta-form {
  padding: 100px 0;
  scroll-margin-top: 100px;
}
@media only screen and (max-width: 780px) {
  #cta-line,
  #cta-phone,
  #cta-form {
    scroll-margin-top: 0px;
  }
}

#cta-phone {
  padding: 100px 20px;
  scroll-margin-top: 100px;
}
@media only screen and (max-width: 780px) {
  #cta-phone {
    scroll-margin-top: 30px;
  }
}

/*---------------------------------------
   Swiper
---------------------------------------*/
.swiper,
.swiper-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 親のflexコンテナ内で適切に拡張 */
  overflow: hidden;
  /*.swiper-slide {
      flex-shrink: 0; //スライドが縮まないようにする
      width: 100%; // スライド幅を調整
      height: 100%;
      img {
          margin-bottom: 1.5rem;
      }
  }*/
}
.swiper .swiper-wrapper,
.swiper-container .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Swiperのスライドを横並びに */
}

.swiper-pagination-bullet-active {
  background-color: #DF6623 !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 4rem;
  position: relative !important;
}
.swiper-button-next:hover::before,
.swiper-button-prev:hover::before {
  opacity: 0.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-next:before,
.swiper-button-prev:before {
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  border-radius: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 780px) {
  .swiper-button-next:before,
  .swiper-button-prev:before {
    width: 30px;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #DF6623;
  font-size: 2rem;
}
@media only screen and (max-width: 780px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 1.6rem;
  }
}

.swiper-pagination-bullet {
  width: 45px !important;
  height: 5px !important;
  border-radius: 0 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper-pagination-bullet:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 780px) {
  .swiper-pagination-bullet {
    width: 30px !important;
    height: 3px !important;
  }
}

.swiper-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 5rem;
  margin-right: 2rem;
  position: absolute;
  border: 5rem;
  right: -1rem;
}

.swiper-button-prev,
.swiper-button-next {
  top: unset !important;
  right: unset !important;
  bottom: unset !important;
  left: unset !important;
}

.swiper-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  gap: 10px;
}
.swiper-nav-wrapper .swiper-button-prev,
.swiper-nav-wrapper .swiper-button-next,
.swiper-nav-wrapper .swiper-pagination {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin: 0 !important;
}
.swiper-nav-wrapper .swiper-pagination {
  position: relative !important;
  width: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 780px) {
  .swiper-nav-wrapper {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 780px) {
  .benefit-swiper .swiper-nav-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    margin-top: 30px !important;
  }
  .benefit-swiper .swiper-nav-wrapper .swiper-button-prev,
  .benefit-swiper .swiper-nav-wrapper .swiper-button-next,
  .benefit-swiper .swiper-nav-wrapper .swiper-pagination {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .benefit-swiper .swiper-nav-wrapper .swiper-pagination {
    position: relative !important;
    width: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
@media only screen and (max-width: 780px) {
  .thoughts-swiper .swiper-nav-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    margin-top: 30px !important;
  }
  .thoughts-swiper .swiper-nav-wrapper .swiper-button-prev,
  .thoughts-swiper .swiper-nav-wrapper .swiper-button-next,
  .thoughts-swiper .swiper-nav-wrapper .swiper-pagination {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .thoughts-swiper .swiper-nav-wrapper .swiper-pagination {
    position: relative !important;
    width: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
.benefit-swiper .swiper-button-next::before,
.benefit-swiper .swiper-button-prev::before,
.thoughts-swiper .swiper-button-next::before,
.thoughts-swiper .swiper-button-prev::before {
  background-color: #dcf0f3;
}
.benefit-swiper .swiper-button-next::after,
.benefit-swiper .swiper-button-prev::after,
.thoughts-swiper .swiper-button-next::after,
.thoughts-swiper .swiper-button-prev::after {
  color: #333333;
}
.benefit-swiper .swiper-pagination-bullet-active,
.thoughts-swiper .swiper-pagination-bullet-active {
  background-color: #56BAC8 !important;
}

/*---------------------------------------
   アコーディオン
---------------------------------------*/
.js-details-summary {
  font-size: 1.8rem;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  border: 1px solid #7D7479;
  background-color: #F9F9F9;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  height: 70px;
}
.js-details-summary::-webkit-details-marker {
  display: none;
}
.js-details-summary::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 30px;
  aspect-ratio: 1/1;
  background-color: #3BA05D;
  border-radius: 100vh;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 780px) {
  .js-details-summary::before {
    width: 25px;
  }
}
.js-details-summary::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 10px;
  height: 10px;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  position: absolute;
  color: #FFFFFF;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (max-width: 780px) {
  .js-details-summary::after {
    right: 27px;
    top: 47%;
  }
}
.js-details-summary.is-active::after {
  -webkit-transform: translateY(-20%) rotate(-45deg);
          transform: translateY(-20%) rotate(-45deg);
}
@media only screen and (max-width: 780px) {
  .js-details-summary {
    font-size: 1.6rem;
    height: auto;
    padding: 16px 57px 14px 16px;
    gap: 5px;
  }
}

.js-details-content {
  margin-top: -5px;
  padding: 25px 20px;
  background-color: #FFFFFF;
  border: 1px solid #7D7479;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  gap: 10px;
  border-radius: 0 0 5px 5px;
}
.js-details-content p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0;
}
@media only screen and (max-width: 780px) {
  .js-details-content {
    padding: 20px 15px;
    gap: 5px;
  }
}

/*---------------------------------------
   フッター
---------------------------------------*/
.footer {
  background-color: #FFF6D3;
  padding: 65px 15px;
}
.footer__logo {
  max-width: 410px;
  margin: 0 auto 30px;
}
.footer__box {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer__box p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0;
}
.footer__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 10px;
  z-index: 100;
}
.footer__cta li {
  width: 100%;
  height: 65px;
}
.footer__cta li a {
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  font-size: 1.8rem;
}
.footer__cta--line {
  background-color: #3BA05D;
  color: #FFFFFF;
}
.footer__cta--line::before {
  content: "";
  width: 1.8em;
  height: 1.8em;
  background-image: url(./img/icon_line.svg);
  background-size: cover;
}
.footer__cta--phone {
  background-color: #EEC322;
  color: #333333;
}
.footer__cta--phone::before {
  content: "";
  width: 1.4em;
  height: 2em;
  background-image: url(./img/icon_phone.svg);
  background-size: cover;
  -webkit-filter: brightness(0.25);
          filter: brightness(0.25);
}
.footer__cta--form {
  background-color: #DF6623;
  color: #FFFFFF;
}
.footer__cta--form::before {
  content: "";
  width: 2em;
  height: 1.5em;
  background-image: url(./img/icon_form.svg);
  background-size: cover;
}
@media only screen and (max-width: 780px) {
  .footer__cta {
    display: none;
  }
}
.footer__cta-sp {
  display: none;
}
@media only screen and (max-width: 780px) {
  .footer__cta-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #3BA05D;
    color: #FFFFFF;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .footer__cta-sp li {
    width: 100%;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.2;
  }
  .footer__cta-sp li a {
    font-size: 1.6rem;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__cta-sp--line {
    width: 28px;
    height: 28px;
  }
  .footer__cta-sp--phone {
    width: 30px;
    height: 30px;
  }
  .footer__cta-sp--form {
    width: 40px;
    height: 25px;
  }
}

/*---------------------------------------
   ドロワー
---------------------------------------*/
.drawer {
  width: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drawer label {
  display: none;
}
.drawer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 780px) {
  .drawer__menu {
    font-size: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 3rem;
  }
}
.drawer__menu-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 100px;
}
.drawer__menu-cta li {
  width: 100%;
}
.drawer__menu-cta li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  font-size: 1.4rem;
  text-align: center;
}

#drawer__checkbox {
  display: none;
}
#drawer__icon {
  display: none;
}
#drawer__content {
  position: relative;
  z-index: 10;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 780px) {
  #drawer__nav {
    display: block;
  }
  #drawer__icon {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 100;
  }
  #drawer__icon span {
    height: 3px;
    width: 30px;
    border-radius: 100vh;
    background-color: #FFFFFF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #drawer__icon span::before, #drawer__icon span::after {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 100vh;
    background-color: #FFFFFF;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #drawer__icon span::before {
    bottom: 10px;
  }
  #drawer__icon span::after {
    top: 10px;
  }
  #drawer__content {
    overflow: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 15;
    width: 100%;
    height: calc(100% - 60px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(calc(100% + 60px));
            transform: translateY(calc(100% + 60px));
    opacity: 0;
    background-color: #3BA05D;
    padding: 10rem 3rem;
  }
  #drawer__content a {
    color: #FFFFFF;
  }
}

#drawer__checkbox:checked ~ #drawer__icon span {
  height: 13px;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#drawer__checkbox:checked ~ #drawer__icon span::before {
  bottom: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #FFFFFF;
}
#drawer__checkbox:checked ~ #drawer__icon span::after {
  top: -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #FFFFFF;
}

#drawer__checkbox:checked ~ #drawer__content {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  opacity: 1;
}

#drawer__close {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#drawer__checkbox:checked ~ #drawer__close {
  display: block;
  opacity: 0.5;
}

/* =====================================
 Confirm Plus Contact Form 7 確認画面 最適化
 対象：#wpcf7cpcnf table 構造
===================================== */
/* 全体ボックス */
#wpcf7cpcnf {
  max-width: 820px;
  margin: 40px auto;
  padding: 32px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  font-size: 15px;
  line-height: 1.9;
  z-index: 10 !important;
}

/* テーブルリセット */
#wpcf7cpcnf table {
  width: 100%;
  border-collapse: collapse;
}

/* 行デザイン */
#wpcf7cpcnf tr {
  border-bottom: 1px solid #eee;
}

/* 項目名（左） */
#wpcf7cpcnf th {
  width: 240px;
  text-align: left;
  vertical-align: top;
  padding: 14px 18px 14px 0;
  font-weight: bold;
  color: #333;
  background: #fafafa;
}

/* 入力値（右） */
#wpcf7cpcnf td {
  padding: 14px 0;
  color: #555;
  word-break: break-word;
}

/* pタグの余白消し */
#wpcf7cpcnf th p,
#wpcf7cpcnf td p {
  margin: 0;
}

/* 長文テキスト整形 */
#wpcf7cpcnf td p {
  white-space: pre-wrap;
  text-align: left;
}

/* ボタンエリア */
#wpcf7cpcnf .wpcf7cp-btns {
  margin-top: 35px;
  text-align: center;
}

/* 修正ボタン */
#wpcf7cpcnf .wpcf7cp-cfm-edit-btn {
  background: #f3f3f3;
  border: 1px solid #ccc;
  padding: 14px 36px;
  font-size: 15px;
  border-radius: 100vh;
  margin-right: 12px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

#wpcf7cpcnf .wpcf7cp-cfm-edit-btn:hover {
  background: #e0e0e0;
}

/* 送信ボタン */
#wpcf7cpcnf .wpcf7cp-cfm-submit-btn {
  background: #3BA05D;
  color: #fff;
  border: none;
  padding: 14px 42px;
  font-size: 16px;
  border-radius: 100vh;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

#wpcf7cpcnf .wpcf7cp-cfm-submit-btn:hover {
  background: #000;
}

/* スマホ対応 */
@media (max-width: 768px) {
  #wpcf7cpcnf {
    padding: 20px;
  }
  #wpcf7cpcnf th,
  #wpcf7cpcnf td {
    display: block;
    width: 100%;
    padding: 8px 0;
  }
  #wpcf7cpcnf th {
    background: none;
    color: #000;
    padding-top: 18px;
    font-size: 14px;
  }
  #wpcf7cpcnf tr {
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
    display: block;
  }
}
/*---------------------------------------
    サンクスページ
---------------------------------------*/
.thanks {
  min-height: 50vh;
  padding: 20vh 0;
}
.thanks p {
  text-align: center;
  line-height: 2.5;
}
.thanks a {
  text-decoration: underline;
  color: #3BA05D;
  margin-top: 50px;
  display: inline-block;
}

/*---------------------------------------
    テレAI アド スタイル
---------------------------------------*/
/* 電話ボタンのスタイル */
.te0-ad-phone-btn {
  padding: 15px 30px;
  font-size: 18px;
  font-weight: bold;
  background-color: #ff6b35;
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.te0-ad-phone-btn:hover {
  background-color: #ff5722;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.te0-ad-phone-btn.te0-ad-loading {
  background-color: #999;
  cursor: not-allowed;
}

.te0-ad-phone-btn.te0-ad-error {
  background-color: #f44336;
}

.te0-ad-phone-btn.te0-ad-hidden {
  display: none;
}

/* 電話番号表示エリア */
.te0-ad-phone-display {
  margin-top: 20px;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 10px;
  text-align: center;
}

.te0-ad-phone-title {
  margin: 0 0 10px 0;
  color: #333;
  font-size: 1.2rem;
}

.te0-ad-phone-number {
  font-size: 32px;
  font-weight: bold;
  color: #ff6b35;
  letter-spacing: 2px;
  margin: 10px 0;
}

.te0-ad-phone-expiry {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

.te0-ad-item-info {
  margin-top: 10px;
  font-size: 12px;
  color: #999;
}

.te0-ad-tel-link {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: #4CAF50;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.te0-ad-tel-link:hover {
  background: #45a049;
}