@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "M PLUS 1p", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

@media screen and (min-width: 380px) {
  .u-sp {
    display: none;
  }
}

html {
  font-size: 16px;
  margin: 0 !important;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  width: 100%;
  /*padding-right: 20px;*/
  /*padding-left: 20px;*/
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.chosen {
  position: relative;
  z-index: 10;
  top: -20px;
  top: -1.25rem;
}

.chosen__heading {
  color: #27A67F;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.chosen__heading-img {
  max-width: 333px;
  max-width: 20.8125rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.chosen__heading-img img {
  aspect-ratio: 333/51;
  -o-object-fit: contain;
     object-fit: contain;
}

.chosen-card {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.chosen-card:last-of-type {
  margin-top: 64px;
  margin-top: 4rem;
}

.chosen-card__step {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  color: #27A67F;
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
}

.chosen-card__tag {
  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;
  background-color: #FFFF6B;
  padding: 8px 18px;
  padding: 0.5rem 1.125rem;
  border-radius: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #27A67F;
}

.chosen-card__tag-wrapper {
  text-align: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.chosen-card__title {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 30px;
  font-size: 1.875rem;
  /*font-weight: 700;*/
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 1.5;
}

.chosen-card__title span {
  font-size: 38px;
  font-size: 2.375rem;
  color: #27A67F;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFFF6B));
  background: linear-gradient(transparent 70%, #FFFF6B 70%);
}

.chosen-card__title.chosen-card__title--second {
  font-size: 24px;
  font-size: 1.5rem;
}

.chosen-card__title.chosen-card__title--second span {
  font-size: 36px;
  font-size: 2.25rem;
}

.chosen-card__box {
  border: 2px solid #27A67F;
  border-radius: 0.5rem;
  background-color: rgba(211, 241, 229, .5);
  padding: 18px 18px 34px 18px;
  padding: 1.125rem 1.125rem 2.125rem 1.125rem;
  max-width: 386px;
  max-width: 24.125rem;
  width: 100%;
  margin-inline: auto;
}

.chosen-card__box-img {
  max-width: 341px;
  max-width: 21.3125rem;
  width: 100%;
}

.chosen-card__box-img img {
  aspect-ratio: 341/147;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
}

.chosen-card__wrapper {
  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: 8px;
  gap: 0.5rem;
}

.chosen-card__wrapper-img {
  max-width: 161px;
  max-width: 10.0625rem;
  width: 100%;
}

.chosen-card__wrapper-img.chosen-card__wrapper-img--second {
  max-width: 330px;
  max-width: 20.625rem;
  width: 100%;
}

.chosen-card__wrapper-img img {
  aspect-ratio: 161/215;
  -o-object-fit: contain;
     object-fit: contain;
}

.chosen-card__wrapper-img.chosen-card__wrapper-img--second img {
  aspect-ratio: 330/215;
  -o-object-fit: contain;
     object-fit: contain;
}

.chosen-card__text {
  /*font-size: 14px;*/
  font-size: 16px;
  /*font-size: 0.875rem;*/
  font-size: 1rem;
  color: #333;
  /*font-weight: 700;*/
  font-weight: 500;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 0;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.chosen-card__grid {
  display: grid;
  gap: 16px;
  gap: 1rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.chosen-card__text-box {
  background-color: #F2F2F2;
  border-radius: 1rem;
  position: relative;
  padding: 16px;
  padding: 1rem;
  margin-top: 43px;
  margin-top: 2.6875rem;
  max-width: 366px;
  max-width: 22.875rem;
  width: 100%;
  margin-inline: auto;
}

.chosen-card__text-box::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/chosen09.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 144px;
  width: 9rem;
  height: 130px;
  height: 8.125rem;
  right: 5px;
  right: 0.3125rem;
  bottom: 0;
}

.chosen-card__text-box-w {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  max-width: 170px;
  max-width: 10.625rem;
  width: 100%;
  margin-bottom: 0;
}

.chosen-card__text-box-w span {
  color: #27A67F;
}

.company {
  background-color: #333;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.company__heading {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
}

.company-profile__list:first-of-type {
  margin-top: 48px;
  margin-top: 3rem;
}

.company-profile__list + .company-profile__list {
  margin-top: 32px;
  margin-top: 2rem;
}

.company-profile__term {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

.company-profile__description {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  margin-top: 10px;
  margin-top: 0.625rem;
  line-height: 1.6;
}

.company__copy-light {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  margin-top: 39px;
  margin-top: 2.4375rem;
  text-align: center;
}

.customer {
  background-image: url(../images/common/bg03.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding-top: 107px;
  padding-top: 6.6875rem;
  padding-bottom: 75px;
  padding-bottom: 4.6875rem;
}

.customer__heading-sub {
  background: #FEB000;
  background: linear-gradient(80deg, rgb(254, 176, 0) 0%, rgb(254, 141, 0) 100%);
  border-radius: 2.21875rem;
  padding: 12px 22px;
  padding: 0.75rem 1.375rem;
}

.customer__text-sub {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

.customer__text {
  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;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  margin-top: 32px;
  margin-top: 2rem;
  /*margin-bottom: 0;*/
  margin-bottom: 0.75rem;
}

.customer__text span {
  color: #27A67F;
}

.customer__text::before,
.customer__text::after {
  content: "";
  width: 2px;
  width: 0.125rem;
  height: 20px;
  height: 1.25rem;
  background: #333;
}

.customer__text::before {
  margin-right: 20px;
  margin-right: 1.25rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.customer__text::after {
  margin-left: 20px;
  margin-left: 1.25rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.customer__heading {
  font-size: 42px;
  font-size: 2.625rem;
  /*font-weight: 700;*/
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.customer__heading span {
  color: #27A67F;
}

.customer__heading_label{
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}

.customer__box {
  background-color: #fff;
  border-radius: 1rem;
  padding: 15px 15px 31px;
  padding: 0.9375rem 0.9375rem 1.9375rem;
}

.customer__wrapper {
  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: 23px;
  gap: 1.4375rem;
}

.customer__num {
  font-size: 40px;
  font-size: 2.5rem;
  color: #27A67F;
  font-weight: 700;
  margin-bottom: 0;
}

.customer__name {
  color: #333;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}

.customer__box-img {
  max-width: 245px;
  max-width: 15.3125rem;
  width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.customer__box-img img {
  aspect-ratio: 245/197;
  -o-object-fit: contain;
     object-fit: contain;
}

.customer__img {
  max-width: 340px;
  max-width: 21.25rem;
  width: 100%;
  margin-top: 7px;
  margin-top: 0.4375rem;
  margin-left: auto;
  margin-right: auto;
}

.customer__img img {
  aspect-ratio: 340/297;
  -o-object-fit: contain;
     object-fit: contain;
}

.customer__sub-text {
  /*font-size: 14px;*/
  font-size: 16px;
  /*font-size: 0.875rem;*/
  font-size: 1rem;
  /*font-weight: 700;*/
  font-weight: 500;
  color: #333;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 0;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.customer__sub-text span {
  color: #27A67F;
}

.customer-slider {
  width: 100%;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.customer-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.customer__box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  scroll-snap-align: start;
  /*margin-top: 24px;*/
  /*margin-top: 1.5rem;*/
}

.customer-track .customer__box:first-child{
  position: relative;
}

.customer-slider::-webkit-scrollbar {
  display: none;
}

.customer-slider-wrap{
  position: relative;
}

.customer-prev,
.customer-next{
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  z-index: 10;
  width: 65px;
  height: 65px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background-image: url("../images/common/slider_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* 左右の位置 */
.customer-prev {
  left: 8px;
  transform: translateY(50%) scaleX(-1);
}

.customer-next {
  right: 8px;
}

.customer-prev.is-hidden,
.customer-next.is-hidden{
  opacity: 0;
  pointer-events: none;
}

.slider-progress{
  width: calc(100% - 40px);
  height: 4px;
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
  margin: 35px auto 0;
  position: relative;
}

.slider-progress__bar{
  display:block;
  height: 100%;
  width: 33%;
  border-radius: 999px;
  background: #27A67F;
  transform: translateX(0px);
}

.slider-progress__bar:active {
  cursor: grabbing;
}

.customer__icon {
  max-width: 341px;
  max-width: 21.3125rem;
  width: 100%;
  margin-top: 42px;
  margin-top: 2.625rem;
  margin-inline: auto;
}

.electricity {
  background-color: #27A67F;
  position: relative;
  z-index: 10;
  top: -55px;
  top: -3.4375rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .electricity {
    top: -6.6875rem;
  }
}
.electricity::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/bg02.png);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -55px;
  bottom: -3.4375rem;
  width: 100%;
  height: 105px;
  height: 6.5625rem;
  z-index: 3;
}

.electricity__wrapper {
  border-radius: 1rem;
  border: 2px solid #fff;
  margin-top: 63px;
  margin-top: 3.9375rem;
  position: relative;
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
  max-width: 386px;
  max-width: 24.125rem;
  width: 100%;
  margin-inline: auto;
}

.electricity__wrapper::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/electricity01.png);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -55px;
  bottom: -3.4375rem;
  right: 10px;
  right: 0.625rem;
  width: 164px;
  width: 10.25rem;
  height: 186px;
  height: 11.625rem;
}

.electricity__subtext {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3;
  color: #fff;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 16px;
}

.electricity__heading {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: 700;
  background-color: #27A67F;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  display: inline-block;
  letter-spacing: 0.05em;
  padding: 0 5px;
  padding: 0 0.3125rem;
}

.electricity__heading-subtext {
  font-size: 24px;
  font-size: 1.5rem;
}

.electricity__heading-text {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: -5px;
  /*letter-spacing: -0.3125rem;*/
  letter-spacing: -0.5rem;
}
.electricity__heading-text::before {
  content: "";
  position: absolute;
  top: -15px;
  top: -0.9375rem;
  left: 65%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background-color: #FFFF6B;
  border-radius: 50%;
}

.electricity__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-left: 32px;
  padding-left: 2rem;
  line-height: 1.6;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.electricity__text:first-of-type {
  margin-top: -10px;
  margin-top: -0.625rem;
}

.electricity__text:last-of-type {
  margin-bottom: 0;
}

.electricity__text::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/vector.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  width: 1rem;
  height: 13px;
  height: 0.8125rem;
  top: 5px;
  top: 0.3125rem;
  left: 5px;
  left: 0.3125rem;
}

.electricity__text span {
  background-color: #FFFF6B;
  color: #27A67F;
  padding: 4px 6px;
  /*padding: 0.25rem 0.375rem;*/
  padding: 0 0.375rem;
}

.electricity__img {
  max-width: 164px;
  max-width: 10.25rem;
  width: 100%;
  position: absolute;
  z-index: 10;
  right: 20px;
  right: 1.25rem;
  bottom: -34px;
  bottom: -2.125rem;
}

.electricity__img img {
  aspect-ratio: 164/186;
  -o-object-fit: contain;
     object-fit: contain;
}

.electricity__arrow {
  max-width: 57px;
  max-width: 3.5625rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 100px;
  margin-top: 6.25rem;
}

.electricity__arrow.electricity__arrow--second {
  margin-top: 16px;
  margin-top: 1rem;
}

.electricity__arrow img {
  aspect-ratio: 57/48;
  -o-object-fit: cover;
     object-fit: cover;
}

.electricity__text-img {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.electricity__text-img {
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 350px;
  max-width: 21.875rem;
  width: 100%;
  margin-inline: auto;
}

.electricity__text-img img {
  aspect-ratio: 350/198;
  -o-object-fit: contain;
     object-fit: contain;
}

.electricity__heading-sub {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: 700;
  background-color: #27A67F;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -180%);
          transform: translate(-50%, -180%);
  display: inline-block;
  letter-spacing: 0.05em;
}

.electricity__heading-sub.electricity__heading-sub--second {
  font-size: 32px;
  font-size: 2rem;
  -webkit-transform: translate(-50%, -166%);
          transform: translate(-50%, -166%);
  padding: 0 10px;
  padding: 0 0.625rem;
}

.electricity__heading-sub.electricity__heading-sub--second span {
  font-size: 20px;
  font-size: 1.25rem;
}

.electricity__sub-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  text-align: left;
  font-weight: 700;
}

.electricity__box {
  border-radius: 1rem;
  border: 2px solid #fff;
  margin-top: 43px;
  margin-top: 2.6875rem;
  position: relative;
  padding: 30px 18px 38px;
  padding: 1.875rem 1.125rem 2.375rem;
  max-width: 386px;
  max-width: 24.125rem;
  width: 100%;
  margin-inline: auto;
}

.electricity__box.electricity__box--second::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/electricity07.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 187px;
  width: 11.6875rem;
  height: 210px;
  height: 13.125rem;
  right: -10px;
  bottom: 0;
}

.electricity__img-sub {
  max-width: 321px;
  max-width: 20.0625rem;
  width: 100%;
  position: relative;
}

.electricity__img-sub::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/electricity04.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 98px;
  width: 6.125rem;
  height: 99px;
  height: 6.1875rem;
  right: -10px;
  right: -0.625rem;
  top: -100px;
  top: -6.25rem;
}

.electricity__img-sub img {
  aspect-ratio: 321/64;
  -o-object-fit: contain;
     object-fit: contain;
}

.electricity__img-sub.electricity__img-sub--second {
  max-width: 234px;
  max-width: 14.625rem;
  width: 100%;
  position: relative;
}

.electricity__img-sub.electricity__img-sub--second::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/electricity06.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 121px;
  width: 7.5625rem;
  height: 122px;
  height: 7.625rem;
  right: -80px;
  right: -5rem;
  top: 13px;
  top: 0.8125rem;
}

.electricity__img-sub.electricity__img-sub--second img {
  aspect-ratio: 234/243;
  -o-object-fit: cover;
     object-fit: cover;
}

.electricity__text-sub {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 700;
}

.electricity__text-second {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3;
  color: #fff;
  margin-top: 24px;
  margin-top: 1.5rem;
  font-weight: 300;
}

.electricity__text-second.electricity__text-second--box {
  max-width: 162px;
  max-width: 10.125rem;
  width: 100%;
}

.electricity__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 118px;
  gap: 7.375rem;
  position: relative;
  top: 5px;
  top: 0.3125rem;
  margin-top: 56px;
  margin-top: 3.5rem;
}

.electricity__text-white {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}

.electricity__text-yellow {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #FFFF6B;
}

.electricity__cta-text {
  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;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-top: 48px;
  margin-top: 3rem;
}

.electricity__cta-text span {
  color: #FFFF6B;
}

.electricity__cta-text::before,
.electricity__cta-text::after {
  content: "";
  width: 2px;
  width: 0.125rem;
  height: 20px;
  height: 1.25rem;
  background: #fff;
}

.electricity__cta-text::before {
  margin-right: 10px;
  margin-right: 0.625rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.electricity__cta-text::after {
  margin-left: 10px;
  margin-left: 0.625rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.electricity__btn {
  margin-top: 8px;
  margin-top: 0.5rem;
  max-width: 386px;
  max-width: 24.125rem;
  width: 100%;
  margin-inline: auto;
}

.electricity__bnr {
  max-width: 386px;
  max-width: 24.125rem;
  width: 100%;
  margin-inline: auto;
}

.electricity__bnr img {
  aspect-ratio: 370 / 174;
}

.electricity__cta {
  max-width: 386px;
  max-width: 24.125rem;
  width: 100%;
  margin-inline: auto;
}

.faq {
  background-color: #D3F1E5;
  padding: 0 0 80px;
  padding: 0 0 5rem;
  position: relative;
  z-index: 10;
}

.faq::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/bg05.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: -85px;
  top: -5.3125rem;
  width: 100%;
  height: 110px;
  height: 6.875rem;
  z-index: -1;
}

.faq__heading {
  font-size: 32px;
  font-size: 2rem;
  color: #27A67F;
  font-weight: 500;
  text-align: center;
}

.faq__heading-en {
  font-size: 56px;
  font-size: 3.5rem;
  color: rgba(39, 166, 127, .5);
}

.faq-list__item {
  background-color: #fff;
  border-radius: 0.375rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.faq-list__item + .faq-list__item {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.faq-list__item-question {
  padding: 0 36px 0 46px;
  padding: 0 2.25rem 0 2.875rem;
  /*padding: 25px 36px 25px 46px;*/
  /*padding: 1.5625rem 2.25rem 1.5625rem 2.875rem;*/
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  min-height: 80px;
  min-height: 5rem;
  display: flex;
  align-items: center;
}

.faq-list__item-question::before,
.faq-list__item-question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  right: 0.4375rem;
  width: 19px;
  width: 1.1875rem;
  height: 3px;
  height: 0.1875rem;
  background: #27A67F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq-list__item-question::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq-list__item-question.is-open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq-list__item-question__qa {
  color: #27A67F;
  position: absolute;
  font-size: 30px;
  font-size: 1.875rem;
  left: 13px;
  left: 0.8125rem;
  /*top: 20px;*/
  /*top: 1.25rem;*/
  top: 16px;
  top: 1rem;
}

.faq-list__item-answer {
  padding: 16px 27px 16px 37px;
  padding: 1rem 1.6875rem 1rem 2.3125rem;
  display: none;
  font-size: 16px;
  font-size: 1rem;
  border-top: 1px solid #27A67F;
  margin: 0 9px;
  margin: 0 0.5625rem;
  position: relative;
}

.faq-list__item-answer .faq-list__item-question__qa {
  position: absolute;
  font-size: 30px;
  font-size: 1.875rem;
  left: 6px;
  left: 0.375rem;
  top: 10px;
  top: 0.625rem;
  color: #27A67F;
  font-size: 30px;
  font-size: 1.875rem;
}

.faq-list__item-answer span{
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.flow {
  background-color: #27A67F;
  padding: 0 0 80px;
  padding: 0 0 5rem;
  position: relative;
  z-index: 10;
}

.flow__inner.inner {
  position: relative;
  top: -45px;
  top: -2.8125rem;
}

.flow::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/bg04.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: -85px;
  top: -5.3125rem;
  width: 100%;
  height: 110px;
  height: 6.875rem;
  z-index: -1;
}

.flow__heading {
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding-top: 20px;
}

.flow__heading-en {
  /*font-size: 56px;*/
  /*font-size: 3.5rem;*/
  /*color: rgba(255, 255, 255, .1);*/
}

.flow__heading-en img {
  width: 96.3px;
  height: 39.14px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.flow__list {
  margin-top: 54px;
  margin-top: 3.375rem;
  max-width: 386px;
  max-width: 24.125rem;
  width: 100%;
  margin-inline: auto;
}

.flow-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flow-list__description {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: 72px;
  padding-left: 4.5rem;
  width: 100%;
  position: relative;
}

.flow-list__description::before,
.flow-list__description::after {
  content: "";
  position: absolute;
  top: 3px;
  top: 0.1875rem;
}

.flow-list__description::before {
  content: "";
  position: absolute;
  left: 30px;
  left: 1.875rem;
  top: 44px;
  top: 2.75rem;
  width: 2px;
  width: 0.125rem;
  height: calc(100% - 2.75rem);
  background-image: radial-gradient(circle, rgba(255, 255, 255, .8) 40%, transparent 41%);
  background-size: 0.125rem 0.625rem;
  background-repeat: repeat-y;
}

.flow-list__description07::before {
  display: none;
}

.flow-list__description::after {
  display: none;
}

.flow-list__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  position: relative;
}

.flow-list__title03::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/flow02.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 75px;
  width: 4.6875rem;
  height: 76px;
  height: 4.75rem;
  right: 30px;
  right: 1.875rem;
  top: -80px;
  top: -5rem;
}

.flow-list__title06::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/flow05.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 75px;
  width: 4.6875rem;
  height: 76px;
  height: 4.75rem;
  right: 30px;
  right: 1.875rem;
  top: -30px;
  top: -1.875rem;
}

.flow-list__img {
  max-width: 183px;
  max-width: 11.4375rem;
  width: 100%;
  margin-top: 16px;
  margin-top: 1rem;
  /*margin-left: 20px;*/
  /*margin-left: 1.25rem;*/
}

.flow-list__img.flow-list__img--second {
  max-width: 289px;
  max-width: 18.0625rem;
}

.flow-list__img.flow-list__img--third {
  max-width: 289px;
  max-width: 18.0625rem;
  padding-bottom: 43px;
  padding-bottom: 2.6875rem;
}

.flow-list__img img {
  aspect-ratio: 183/152;
  -o-object-fit: contain;
     object-fit: contain;
}

.flow-list__img.flow-list__img--second img {
  aspect-ratio: 289/156;
}

.flow-list__img.flow-list__img--third img {
  aspect-ratio: 289/71;
}

.flow-list__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  margin-top: 16px;
  margin-top: 1rem;
}

.flow-list__text01 {
  padding-bottom: 55px;
  padding-bottom: 3.4375rem;
}

.flow-list__text02 {
  padding-bottom: 73px;
  padding-bottom: 4.5625rem;
}

.flow-list__text04 {
  padding-bottom: 73px;
  padding-bottom: 4.5625rem;
}

.flow-list__text05 {
  padding-bottom: 73px;
  padding-bottom: 4.5625rem;
}

.flow-list__text06 {
  padding-bottom: 73px;
  padding-bottom: 4.5625rem;
}

.flow-list__number {
  position: absolute;
  top: -12px;
  top: -0.75rem;
  left: 0;
  width: 59px;
  width: 3.6875rem;
  height: 59px;
  height: 3.6875rem;
  border-radius: 50%;
  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;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  color: #27A67F;
  background: #FFFF6B;
}

.form-input input {
  padding: 13px 15px;
  padding: 0.8125rem 0.9375rem;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  border-radius: 0.25rem;
  border: 1px solid #F2F2F2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #F2F2F2;
  background-image: none;
}

.form-input input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form-input input:placeholder {
  color: #B4B4B4;
}

.form-submit input {
  max-width: 366px;
  max-width: 22.875rem;
  width: 100%;
  padding: 19px 100px;
  padding: 1.1875rem 6.25rem;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  background: #F15353;
  background: linear-gradient(-24deg, rgb(241, 83, 83) 0%, rgb(254, 121, 121) 100%);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2.5625rem;
  -webkit-box-shadow: 0 10px 10px 0 rgba(218, 218, 218, .6);
          box-shadow: 0 10px 10px 0 rgba(218, 218, 218, .6);
  border: 4px solid #F15353;
}

.form-submit input:hover,
.form-submit input:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  .form-submit input:hover {
    opacity: 1;
  }
  .form-submit:hover::before {
    right: 60px;
}
}

.form-submit input::-moz-foucus-inner {
  padding: 0;
  border: none;
}

.form {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
  position: relative;
  z-index: 10;
}

.form::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/bg06.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: -40px;
  top: -2.5rem;
  width: 100%;
  height: 110px;
  height: 6.875rem;
  z-index: -1;
}

.form__inner.inner {
  padding: 0 40px;
  padding: 0 2.5rem;
}

.form__heading {
  font-size: 32px;
  font-size: 2rem;
  color: #27A67F;
  font-weight: 500;
  text-align: center;
}

.form__heading-en {
  font-size: 56px;
  font-size: 3.5rem;
  color: rgba(39, 166, 127, .5);
}

.form__contact {
  margin-top: 33px;
  margin-top: 2.0625rem;
  padding: 0 40px;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;

  border: none !important;
  background: none !important;
  outline: none !important;

  padding: 0 !important;
  margin: 0 !important;

  box-shadow: none !important;
  font: inherit !important;
}

.form-text::placeholder {
  color: #B4B4B4;
}

.form__wrap + .form__wrap {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.form__label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

.form__label span {
  margin-left: 8px;
  margin-left: 0.5rem;
  padding: 1px 6px;
  padding: 0.0625rem 0.375rem;
  display: inline-block;
  border-radius: 0.5625rem;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  color: #fff;
  background-color: #F15E41;
}

.form__label span.optional{
  background-color: #90B5FF;
}

.form__input,
.form__select {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.form__select {
  padding: 16px 15px;
  padding: 1rem 0.9375rem;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  border-radius: 0.25rem;
  border: 1px solid #F2F2F2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #F2F2F2;
  background-image: none;
}

.form__select select {
  color: #B4B4B4;
}

.form__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.form__submit {
  margin-top: 31px;
  margin-top: 1.9375rem;
  text-align: center;
  position: relative;
  padding: 0 20px;
  padding: 0 1.25rem;
  max-width: 366px;
  width: 100%;
  margin-inline: auto;
}

.form__submit::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 60px;
  right: 3.75rem;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  border-top: 4px solid #fff;
  border-top: 0.25rem solid #fff;
  border-right: 4px solid #fff;
  border-right: 0.25rem solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#simulation-form .wpcf7-spinner{
  display: none!important;
}

@media screen and (min-width: 768px) {
  .form__submit::before {
    right: 70px;
  }
}

.form__privacy {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.form__privacy input {
  display: none;
}

.form__privacy input + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.form__privacy input + span::before {
  content: "";
  position: absolute;
  top: 5px;
  top: 0.3125rem;
  left: 0;
  background: #fff;
  border: 2px solid #333;
  display: block;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  border-radius: 0.3125rem;
}

.form__privacy input + span::after {
  content: "";
  margin-top: -2px;
  margin-top: -0.125rem;
  position: absolute;
  top: 12px;
  top: 0.75rem;
  left: 2px;
  left: 0.125rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
  width: 15px;
  width: 0.9375rem;
  height: 8px;
  height: 0.5rem;
  border-bottom: 3px solid #333;
  border-bottom: 0.1875rem solid #333;
  border-left: 3px solid #333;
  border-left: 0.1875rem solid #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.form__privacy input:checked + span::after {
  opacity: 1;
}
/* ラジオボタン */
.form__radio{
  margin-top: 14px;
  margin-top: 0.875rem;
}

.form__radio .wpcf7-list-item input[type="radio"] {
  display: inline-block !important;
  width: 1rem;
  height: 1rem;
  margin-right: 0.4em;
  appearance: auto !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  opacity: 1 !important;
  position: static !important;
}

.form__radio .wpcf7-form-control{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.form__radio .wpcf7-list-item {
  margin-bottom: 4px;
}

.form__radio .wpcf7-list-item label{
  display: flex;
  align-items: center;
}

.lp-frame__body {
  width: 100%;
  max-width: 375px;
  max-width: 23.4375rem;
  margin: 0 auto;
  position: relative;
}

.lp-frame__logo {
  max-width: 199px;
  max-width: 12.4375rem;
  position: absolute;
  top: 40px;
  top: 2.5rem;
  left: 92px;
  left: 5.75rem;
}

.lp-frame__logo {
  aspect-ratio: 199/38;
  -o-object-fit: cover;
     object-fit: cover;
}

.lp-frame__img {
  max-width: 366px;
  max-width: 22.875rem;
  width: 100%;
}

.lp-frame__cta {
  max-width: 366px;
  max-width: 22.875rem;
  width: 100%;
  cursor: pointer;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.lp-frame__cta a {
  display: block;
  cursor: pointer;
}

.lp-frame__cta img {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.lp-frame__wrapper {
  display: none;
}

@media (min-width: 480px) {
  .lp-frame {
    position: relative;
    min-height: 100vh;
  }
  .lp-frame__bg {
    position: fixed;
    inset: 0;
    background: url("../images/common/mv_bg.jpg") center center/cover no-repeat;
  }
  .lp-frame__body {
    min-height: 100vh;
    background: #fff;
  }
  .lp-frame__body {
    max-width: 31.25rem;
  }
  .lp-frame__logo {
    display: none;
  }
}
@media (min-width: 768px) {
  .lp-frame__logo {
    display: block;
  }
}
@media (min-width: 1200px) {
  .lp-frame__body {
    max-width: 25.6875rem;
  }
}
@media (min-width: 1400px) {
  .lp-frame__body {
    max-width: 32.3125rem;
    margin-left: 43%;
  }
  .lp-frame__wrapper {
    display: block;
    position: absolute;
    top: 10rem;
    left: 4.375rem;
  }
}
@media (min-width: 1920px) {
  .lp-frame__body {
    margin-left: auto;
  }
}
@media (max-width: 479px) {
  .lp-frame__bg {
    display: none;
  }
  .lp-frame__body {
    max-width: 100%;
  }
}
.mv {
  position: relative;
  z-index: 2;
}

.mv__inner {
  height: inherit;
  min-height: inherit;
}

.mv__fv {
  height: inherit;
}

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

.mv::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/bg01.png);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -70px;
  bottom: -4.375rem;
  width: 100%;
  height: 174px;
  height: 10.875rem;
  z-index: 3;
}

@media (min-width: 768px) {
  .mv::before {
    bottom: -0.25rem;
  }
}
.mv__wrapper {
  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: 10px;
  gap: 0.625rem;
  position: absolute;
  bottom: 62px;
  bottom: 3.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

@media (min-width: 768px) {
  .mv__wrapper {
    bottom: 7.5rem;
  }
}
.mv__img {
  width: 171px;
  width: 10.6875rem;
}

.mv__img img {
  aspect-ratio: 171/90;
  -o-object-fit: contain;
     object-fit: contain;
}

.quo {
  background-color: #27A67F;
  position: relative;
  z-index: 10;
}

.quo__inner.inner {
  padding: 0;
}

.quo::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/bg05.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: -70px;
  top: -4.375rem;
  width: 100%;
  height: 110px;
  height: 6.875rem;
  z-index: -1;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.quo__img {
  max-width: 366px;
  max-width: 22.875rem;
  width: 100%;
  position: relative;
  top: -50px;
  top: -3.125rem;
  margin-inline: auto;
}

.quo__img img {
  aspect-ratio: 366/410;
  -o-object-fit: contain;
     object-fit: contain;
}
/*# sourceMappingURL=styles.css.map */

.fw-medium{
  font-weight: 500!important;
}

.wpcf7-list-item{
  margin: 0!important;
  text-align: left;
}

.sp_bottom_btn_wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 12px;
  margin: 0 auto;
 max-width: 366px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  pointer-events: none;
}

.sp_bottom_btn_wrapper.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

@media (min-width: 1200px) {
  .sp_bottom_btn_wrapper {
    display: none;
  }
}

/*404・thanksページ*/

.bg-green{
  background-color: #27A67F;
}

.page__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.page-404, .page-thanks{
  min-height: 100vh;
  padding-top: 48px;
  padding-bottom: 130px;
}

.page__logo{
  margin-bottom: 48px;
}

.page__frame{
  background-color: #E9F8F2;
  border-radius: 24px;
  padding: 48px 25px 38px;
}

.page-404__text_l{
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: #27A67F;
  text-align: center;
}

.page-404__text_mm{
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #27A67F;
  text-align: center;
  margin-bottom: 48px;
}

.page__text_m{
  text-align: center;
  margin-bottom: 32px;
}

.page__text_m span{
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #27A67F;
  background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          color-stop(0%, transparent),
          color-stop(65%, transparent),
          color-stop(65%, #FFFF6B),
          color-stop(90%, #FFFF6B),
          color-stop(90%, transparent),
          color-stop(100%, transparent)
  );

  background: linear-gradient(
          to bottom,
          transparent 0%,
          transparent 65%,
          #FFFF6B 65%,
          #FFFF6B 90%,
          transparent 90%,
          transparent 100%
  );
}
.page-404__text_s{
  color: #27A67F;
  margin-bottom: 40px;
}

.page-thanks__text_s{
  color: #27A67F;
  margin-bottom: 56px;
}

.page-thanks__text_l{
  text-align: center;
  margin-bottom: 10px;
}

.page-thanks__text_l span{
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #27A67F;
  background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          color-stop(0%, transparent),
          color-stop(65%, transparent),
          color-stop(65%, #FFFF6B),
          color-stop(90%, #FFFF6B),
          color-stop(90%, transparent),
          color-stop(100%, transparent)
  );

  background: linear-gradient(
          to bottom,
          transparent 0%,
          transparent 65%,
          #FFFF6B 65%,
          #FFFF6B 90%,
          transparent 90%,
          transparent 100%
  );
}

.page-thanks__text_mb{
  text-align: center;
  margin-bottom: 30px;
}

.page-thanks__text_mb span{
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #27A67F;
  position: relative;
  display: inline-block;
  /*white-space: nowrap;*/
}

.page-thanks__text_mb span::before,
.page-thanks__text_mb span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background-color: #27A67F;
  transform-origin: center;
}

/* 左の線 */
.page-thanks__text_mb span::before {
  right: 100%;
  transform: translateY(-50%) rotate(55deg);
  margin-right: 8px;
}

/* 右の線 */
.page-thanks__text_mb span::after {
  left: 100%;
  transform: translateY(-50%) rotate(-55deg);
  margin-left: 8px;
}

.page-thanks__image{
  margin-bottom: 32px;
}

.page-thanks__image img{
  aspect-ratio: 274 / 137;
  object-fit: contain;
}

.top_btn img{
  aspect-ratio: 300 / 85;
  width: 100%;
  object-fit: contain;
}

.xs-only {
  display: block;
}

@media screen and (min-width: 380px) {

  /* 左の線 */
  .page-thanks__text_mb span::before {
    margin-right: unset;
  }

  /* 右の線 */
  .page-thanks__text_mb span::after {
    margin-left: unset;
  }
  .xs-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .page__inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 1400px) {
  .page__frame{
    padding: 48px 80px;
  }
}