@charset "UTF-8";
/*
Theme Name: torutorukun
Theme URL:
Description:
Author: coto
Version:
Tags:
License:
License URL:
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}
@media (max-width: 1199px) {
  html {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 2.0833333333vw;
  }
}

html.sales-lp {
  font-size: 100%;
}
@media (max-width: 999px) {
  html.sales-lp {
    font-size: 1.4814814815vw;
  }
}
@media (max-width: 768px) {
  html.sales-lp {
    font-size: 4.2666666667vw;
  }
}

body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #074844;
}

.sales-lp body {
  color: #054844;
}

img {
  width: 100%;
}

a {
  transition: 0.3s;
  text-decoration: none;
}

.u-hidden--pc {
  display: none;
}
@media (max-width: 768px) {
  .u-hidden--pc {
    display: block;
  }
}

.u-hidden--sp {
  display: block;
}
@media (max-width: 768px) {
  .u-hidden--sp {
    display: none;
  }
}

.l-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media (max-width: 768px) {
  .l-inner {
    padding: 0 2.6041rem;
  }
}

.sales-lp .l-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media (max-width: 768px) {
  .sales-lp .l-inner {
    padding: 0 1.09375rem;
  }
}

.c-sec__title {
  font-weight: 700;
  font-size: 2.25rem;
  text-align: center;
}
@media (max-width: 768px) {
  .c-sec__title {
    font-size: 2.60416rem;
  }
}
.c-sec__title-highlight {
  font-size: 3rem;
  margin-bottom: -0.1rem;
}
@media (max-width: 768px) {
  .c-sec__title-highlight {
    font-size: 3.64583rem;
  }
}
.c-sec__title__wrap {
  display: flex;
  justify-content: center;
  align-items: end;
}
.c-sec__title__logo {
  width: 17.5rem;
  height: 3.3125rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 768px) {
  .c-sec__title__logo {
    width: 23.4375rem;
    height: 4.42798rem;
  }
}
.c-sec__detail {
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
}
@media (max-width: 768px) {
  .c-sec__detail {
    font-size: 1.5625rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
}

.c-line {
  display: inline-block;
  position: relative;
  z-index: 1;
  letter-spacing: 0;
}
.c-line::before {
  content: "";
  position: absolute;
  left: 0rem;
  bottom: 12%;
  background: #ff9b1a;
  width: 100%;
  height: 7px;
  z-index: -1;
}
@media (max-width: 768px) {
  .c-line::before {
    bottom: 10%;
  }
}
.c-line__dashed {
  border-bottom: 3px solid transparent;
  border-image: repeating-linear-gradient(90deg, #20b1aa 0, #20b1aa 3px, transparent 3px, transparent 15px) 1;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  background: #ff9b1a;
  border-radius: 9999px;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: #fff;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .c-btn:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.c-cta {
  position: relative;
  background: url(../img/cta_bg_full.png) no-repeat center/cover;
  width: 100%;
  height: 16.25rem;
}
@media (max-width: 768px) {
  .c-cta {
    background: url(../img/sp/sp_cta_bg_full.png) no-repeat center/contain;
    height: 37.5rem;
  }
}
.c-cta__wrap {
  display: flex;
  max-width: 1200px;
  height: 16.25rem;
  align-items: center;
}
@media (max-width: 768px) {
  .c-cta__wrap {
    flex-direction: column;
    height: 37.5rem;
    padding-top: 1.6rem;
    justify-content: normal;
    align-items: normal;
  }
}
.c-cta__text {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-left: 6.75rem;
}
@media (max-width: 768px) {
  .c-cta__text {
    display: contents;
  }
}
.c-cta__text-title {
  position: relative;
  font-weight: 700;
  font-size: 2rem;
  color: #ffe926;
}
@media (max-width: 768px) {
  .c-cta__text-title {
    font-size: 2.6041rem;
    order: 1;
    margin-top: 2.3rem;
  }
}
.c-cta__text-title::before {
  content: "";
  position: absolute;
  top: 7%;
  left: -12%;
  background: url(../img/deco_left.svg) no-repeat center/contain;
  width: 4rem;
  height: 3.2rem;
}
@media (max-width: 768px) {
  .c-cta__text-title::before {
    top: 2%;
    left: 6%;
    width: 7rem;
    height: 7.2rem;
  }
}
.c-cta__text-title::after {
  content: "";
  position: absolute;
  top: 7%;
  right: -11%;
  background: url(../img/deco_right.svg) no-repeat center/contain;
  width: 4rem;
  height: 3.2rem;
}
@media (max-width: 768px) {
  .c-cta__text-title::after {
    top: 2%;
    right: 6%;
    width: 7rem;
    height: 7.2rem;
  }
}
.c-cta__text-info {
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  margin-top: 0.9rem;
}
@media (max-width: 768px) {
  .c-cta__text-info {
    font-size: 1.5625rem;
    letter-spacing: -0.02em;
    order: 3;
    margin-top: 2.3rem;
  }
}
.c-cta__text-info .num {
  font-family: "Roboto";
  font-size: 2.25rem;
}
.c-cta__btn {
  position: relative;
  transition: opacity 0.3s ease;
  display: flex;
  margin-left: 140px;
  flex: 0 0 40%;
}
@media (hover: hover) {
  .c-cta__btn:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .c-cta__btn {
    order: 2;
    padding: 0 3rem;
    margin-top: 0;
    width: 100%;
    margin-left: 0;
    bottom: 0;
    height: auto;
  }
}
/* .c-cta__btn::before {
  content: "";
  position: absolute;
  top: -36%;
  left: 24%;
  background: url(../img/cta_btn.png) no-repeat center/cover;
  width: 24rem;
  height: 5rem;
}
@media (max-width: 768px) {
  .c-cta__btn::before {
    top: -54%;
    left: 17%;
    width: 28rem;
    height: 5.8rem;
  }
} */
.c-cta__btn__wrap {
  display: flex;
  align-items: center;
  column-gap: 3.25rem;
  background: linear-gradient(180deg, #ff9b1a 0%, #f86300 100%);
  border-radius: 9999px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  width: 31.625rem;
  height: 5.26rem;
  padding: 0 0.625rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .c-cta__btn__wrap {
    column-gap: 3.8rem;
    width: 36.6rem;
    height: 6.5104rem;
    padding: 0 1rem;
  }
}
.c-cta__btn__text {
  font-weight: 700;
  font-size: 1.75rem;
  color: #fff;
}
@media (max-width: 768px) {
  .c-cta__btn__text {
    font-size: 2.08333rem;
  }
}
.c-cta__btn__icon {
  width: 4.375rem;
}
@media (max-width: 768px) {
  .c-cta__btn__icon {
    width: 5rem;
  }
}

.p-cta {
  background-color: #20b1aa;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.p-fix {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  right: 0;
  bottom: 1.5rem;
  z-index: 888;
  padding-right: 1.25rem;
}
@media (max-width: 768px) {
  .p-fix {
    bottom: 0;
    width: 100%;
    padding: 0;
  }
}
.p-fix__btn {
  border-radius: 1rem;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #20b1aa;
  width: 19rem;
  height: auto;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-fix__btn {
    width: 100%;
    border-radius: 1.8229rem 1.8229rem 0 0;
    overflow: hidden;
  }
}
.p-fix__btn .head {
  background: #20b1aa;
  border-radius: 0.8rem 0.8rem 0 0;
  padding: 0.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-fix__btn .head {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.8229rem;
    padding: 0.6rem;
  }
}
.p-fix__btn .limit {
  background: #fff;
  width: 7.625rem;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .p-fix__btn .limit {
    font-size: 1.8229rem;
    width: 12rem;
    margin: 0;
  }
}
.p-fix__btn .text {
  margin-top: 0.3rem;
  font-weight: 900;
  font-size: 1.5rem;
  color: #fff;
}
@media (max-width: 768px) {
  .p-fix__btn .text {
    font-size: 1.8229rem;
  }
}
.p-fix__btn .num {
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  .p-fix__btn .num {
    font-size: 2.3438rem;
  }
}
.p-fix__btn .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 0 0 1rem 1rem;
  padding: 0.6rem;
  font-weight: 900;
  font-size: 1.25rem;
  color: #ff9b1a;
}
@media (max-width: 768px) {
  .p-fix__btn .bottom {
    column-gap: 0.2rem;
    border-radius: inherit;
    font-size: 1.8229rem;
  }
}
.p-fix__btn .num-img {
  width: 2.125rem;
  height: 2.4375rem;
  margin-right: 0.2rem;
}
@media (max-width: 768px) {
  .p-fix__btn .num-img {
    width: 3.255rem;
    height: 3.776rem;
  }
}
.p-fix__btn .arrow {
  width: 0.875rem;
  margin-left: 0.2rem;
}
@media (max-width: 768px) {
  .p-fix__btn .arrow {
    width: 1.8229rem;
  }
}

.l-header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .l-header {
    position: absolute;
  }
}
.l-header.js-open {
  display: none;
}
.l-header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media (max-width: 768px) {
  .l-header__wrap {
    padding: 2.5rem;
  }
}
.l-header__logo {
  width: 11.8125rem;
  height: auto;
}
@media (max-width: 768px) {
  .l-header__logo {
    width: 16.40625rem;
  }
}
.l-header__nav {
  display: flex;
  column-gap: 3.125rem;
  -moz-column-gap: 3.125rem;
  align-items: center;
}
@media (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__list {
  display: flex;
  column-gap: 3.125rem;
  -moz-column-gap: 3.125rem;
  align-items: center;
}
.l-header__item a {
  display: inline-block;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 8.0714;
  letter-spacing: 0em;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .l-header__item a:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
.l-header__btn {
  width: 11.25rem;
  height: 3.125rem;
}
.l-header__btn .icon {
  width: 1.25rem;
  margin-left: 1.53125rem;
}
.l-header__btn .text {
  font-size: 0.875rem;
  margin-left: 1rem;
}

.l-drawer__icon {
  display: none;
}
@media (max-width: 768px) {
  .l-drawer__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 2.6rem;
    right: 2.6rem;
    z-index: 9999;
    width: 5.2083rem;
    height: 5.2083rem;
    background: #20b1aa;
    border-radius: 5px;
    cursor: pointer;
  }
}
.l-drawer__icon .bar-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 2.6rem;
  height: 3rem;
}
.l-drawer__icon .bar {
  display: block;
  background: #fff;
  height: 3px;
  transition: all 0.3s ease;
}
.l-drawer__icon .bar.bar1 {
  width: 100%;
}
.l-drawer__icon .bar.bar2 {
  width: 80%;
}
.l-drawer__icon .bar.bar3 {
  width: 50%;
}
.l-drawer__icon.js-open {
  background: #fff;
}
.l-drawer__icon.js-open .bar-wrap {
  position: relative;
  width: 2.6rem;
  height: 2.6rem;
}
.l-drawer__icon.js-open .bar {
  background: #20b1aa;
}
.l-drawer__icon.js-open .bar.bar1 {
  position: absolute;
  top: 1rem;
  transform: rotate(45deg);
  width: 100%;
}
.l-drawer__icon.js-open .bar.bar2 {
  opacity: 0;
}
.l-drawer__icon.js-open .bar.bar3 {
  position: absolute;
  top: 1rem;
  transform: rotate(-45deg);
  width: 100%;
}
.l-drawer__menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  background: #20b1aa;
  opacity: 0.95;
  width: 100%;
  height: auto;
  padding: 2.5rem;
}
.l-drawer__list {
  padding-top: 5.6rem;
  text-align: center;
}
.l-drawer__item {
  margin-bottom: 4.8rem;
}
.l-drawer__item a {
  font-weight: 700;
  font-size: 2.08333rem;
  line-height: 1;
  color: #fff;
}
.l-drawer__btn {
  width: 23.4375rem;
  height: 6.51041rem;
  margin: auto;
}
.l-drawer__btn .icon {
  width: 2.6rem;
  margin-left: 3.4rem;
}
.l-drawer__btn .text {
  font-size: 1.8229rem;
  padding-left: 2rem;
}

.l-footer {
  padding: 1.875rem 0;
}
@media (max-width: 768px) {
  .l-footer {
    padding: 3.90625rem 0;
  }
}
.l-footer__wrap {
  display: flex;
  justify-content: space-between;
}
.l-footer__logo {
  width: 10.25rem;
}
@media (max-width: 768px) {
  .l-footer__logo {
    width: 16.4rem;
  }
}
.l-footer__address {
  font-size: 0.75rem;
  line-height: 1.6;
  color: #757575;
  margin-top: 0.7rem;
}
@media (max-width: 768px) {
  .l-footer__address {
    font-size: 1.30208rem;
    line-height: 1.5;
    letter-spacing: -0.02em;
    margin-top: 1.4rem;
  }
}
.l-footer__address .link {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
  margin-top: 0.8rem;
}
@media (max-width: 768px) {
  .l-footer__address .link {
    column-gap: 1.625rem;
    margin-top: 1.8rem;
  }
}
.l-footer__address .link__img {
  width: 0.9375rem;
}
@media (max-width: 768px) {
  .l-footer__address .link__img {
    width: 1.953125rem;
  }
}
.l-footer__right {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .l-footer__right {
    align-items: baseline;
  }
}
.l-footer__right .to-top {
  display: inline-block;
  width: 5rem;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .l-footer__right .to-top:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .l-footer__right .to-top {
    width: 6.51041rem;
  }
}

.l-sales-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
}

.l-sales-header__wrap {
  max-width: 90rem;
  width: 100%;
  height: 5.625rem;
  padding-inline: 5.875rem 1.875rem;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .l-sales-header__wrap {
    width: 96%;
    height: 3.75rem;
    padding-inline: 0;
  }
}

.l-header__logo {
  width: 13.25rem;
  height: 4.125rem;
}
@media (max-width: 768px) {
  .l-header__logo {
    width: 7.5625rem;
    height: 2.5625rem;
  }
}
.l-header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.l-sales-header__button-link {
  display: inline-flex;
  align-items: center;
  gap: 0.8125rem;
  padding: 0.75rem 0.9375rem 0.8125rem 3rem;
  color: #fff;
  border-radius: 100vmax;
  background: var(--btn, linear-gradient(180deg, #ffa54b 0%, #ff5e00 100%));
}
@media (max-width: 768px) {
  .l-sales-header__button-link {
    gap: 0.25rem;
    padding: 0.5625rem 0.625rem 0.6875rem 0.9375rem;
  }
}
@media (hover: hover) {
  .l-sales-header__button-link:hover {
    opacity: 0.7;
  }
}

.l-sales-header__button-text p:first-child {
  color: #fff6f6;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 800;
  line-height: 0.857;
  letter-spacing: 0.0875rem;
}
@media (max-width: 768px) {
  .l-sales-header__button-text p:first-child {
    font-size: 0.625rem;
    line-height: 0.71;
    letter-spacing: 0.0625rem;
  }
}
.l-sales-header__button-text p:first-child span {
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.0625rem;
}
@media (max-width: 768px) {
  .l-sales-header__button-text p:first-child span {
    line-height: 0.71;
    letter-spacing: 0.0625rem;
  }
}
.l-sales-header__button-text p:last-child {
  color: #fff6f6;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.27;
}
@media (max-width: 768px) {
  .l-sales-header__button-text p:last-child {
    margin-top: 0.3125rem;
    font-size: 0.75rem;
    line-height: 1.13;
    letter-spacing: 0;
  }
}

.l-header-link-botton:hover {
  opacity: 0.7;
}

.l-sales-header__icon {
  height: 100%;
  object-fit: contain;
}
.p-sales-cta-fv {
  position: relative;
}
@media (min-width: 769px) {
  .l-sales-header__icon {
    width: 400px;
  }
  .l-header-link-botton {
    width: 25rem;
  }
  .p-sales-cta-fv {
    top: -55px;
  }
}
@media (max-width: 768px) {
  .l-header-link-botton {
    display: inline-block;
    width: 14rem;
  }
  .l-header-link-botton:hover {
    opacity: 1;
  }
  .p-sales-cta-fv {
    top: -35px;
  }
}

.l-sales-footer {
  padding: 1.875rem 0;
}
@media (max-width: 768px) {
  .l-sales-footer {
    padding: 1.875rem 0;
  }
}
.l-sales-footer__wrap {
  display: flex;
  justify-content: space-between;
}
.l-sales-footer__logo {
  width: 10.25rem;
}
@media (max-width: 768px) {
  .l-sales-footer__logo {
    width: 8rem;
  }
}
.l-sales-footer__address {
  font-size: 0.75rem;
  line-height: 1.6;
  color: #757575;
  margin-top: 0.7rem;
}
@media (max-width: 768px) {
  .l-sales-footer__address {
    font-size: 0.6875rem;
    line-height: 1.5;
    letter-spacing: -0.02em;
    margin-top: 0.6875rem;
  }
}
.l-sales-footer__address .link {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
  margin-top: 0.8rem;
}
@media (max-width: 768px) {
  .l-sales-footer__address .link {
    column-gap: 0.8125rem;
    margin-top: 0.875rem;
  }
}
.l-sales-footer__address .link__img {
  width: 0.9375rem;
}
@media (max-width: 768px) {
  .l-sales-footer__address .link__img {
    width: 0.9375rem;
  }
}
.l-sales-footer__right {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .l-sales-footer__right {
    align-items: baseline;
  }
}
.l-sales-footer__right .to-top {
  display: inline-block;
  width: 5rem;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .l-sales-footer__right .to-top:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .l-sales-footer__right .to-top {
    width: 3.1875rem;
  }
}

.guideline-linepopup {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
  z-index: 9999;
}

.guideline-linepopup.is-active {
  opacity: 1;
  pointer-events: auto;
}

.guideline-linepopup .popup-bg {
  background: rgba(54, 56, 51, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.guideline-linepopup .popup-body {
  -webkit-transform: translate3d(-50%, -50%, 0);
  display: block;
  left: 50%;
  margin: 0;
  max-width: 100%;
  padding: 0.625rem;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 650px;
}

.guideline-linepopup .close-btn {
  -webkit-transform: translateY(-100%);
  background: #fff url(../img/close.svg) no-repeat center/10px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: block;
  height: 30px;
  position: absolute;
  right: 0.625rem;
  top: 0;
  transform: translateY(-100%);
  transition: 0.4s ease;
  transition-property: filter;
  width: 30px;
}

.guideline-linepopup .close-btn:hover,
.guideline-linepopup .close-btn:active {
  filter: brightness(0.9);
}

.guideline-linepopup .popup-banner {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: relative;
  transition: 0.4s ease;
  transition-property: filter;
}

.guideline-linepopup .popup-banner:hover,
.guideline-linepopup .popup-banner:active {
  filter: brightness(0.9);
  opacity: 1;
}

.p-fv {
  padding-top: 8.75rem;
  background: url(../img/fv.webp) no-repeat top/contain;
}
@media (max-width: 768px) {
  .p-fv {
    background: url(../img/sp/sp_fv.webp) no-repeat top/cover;
  }
}
.p-fv__container {
  position: relative;
}
.p-fv__container::after {
  content: "";
  position: absolute;
  top: 7.5%;
  right: -0.7%;
  background: url(../img/fv_visual.png) no-repeat top/contain;
  width: 35.7rem;
  height: 35.7rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-fv__container::after {
    top: 104%;
    right: -3%;
    background: url(../img/sp/sp_visual.png) no-repeat top/contain;
    width: 106%;
    height: 100%;
  }
}
.p-fv__title {
  position: relative;
  left: -1rem;
  background: url(../img/fv_speech.svg) no-repeat center/cover;
  width: 56.2rem;
  height: 10rem;
  font-weight: 900;
  font-size: 2.75rem;
  text-align: center;
  letter-spacing: 0;
  margin-top: 2.1rem;
  padding-top: 1.5rem;
}
@media (max-width: 768px) {
  .p-fv__title {
    background: url(../img/sp/sp_fv_speech.svg) no-repeat center/cover;
    left: -2rem;
    width: 109%;
    font-size: 3.125rem;
    height: 17.27604rem;
    margin-top: 4rem;
    padding-top: 2.7rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
  }
}
.p-fv__title-highlight {
  font-size: 3.25rem;
  color: #20b1aa;
}
@media (max-width: 768px) {
  .p-fv__title-highlight {
    font-size: 3.64583rem;
  }
}
.p-fv .c-line::before {
  content: "";
  position: absolute;
  left: -0.2rem;
  bottom: 12%;
  background: #ff9b1a;
  width: 97%;
  height: 7px;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-fv .c-line::before {
    height: 5px;
    bottom: 0;
  }
}
.p-fv__text {
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .p-fv__text {
    margin-top: -0.5rem;
  }
}
.p-fv__text-main {
  font-weight: 900;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .p-fv__text-main {
    font-size: 2.08333rem;
    letter-spacing: -0.06em;
  }
}
.p-fv__text-sub {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.488;
  margin-top: 0.8rem;
}
@media (max-width: 768px) {
  .p-fv__text-sub {
    font-size: 1.5625rem;
    margin-top: 1.3rem;
    letter-spacing: -0.02em;
  }
}
.p-fv__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.9375rem;
  width: 55%;
  margin-top: 2.75rem;
}
@media (max-width: 768px) {
  .p-fv__wrap {
    column-gap: 1.3rem;
    width: 100%;
    margin-top: 4.3rem;
  }
}
.p-fv__item {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #074844;
  border-radius: 30px;
  height: 11.25rem;
}
@media (max-width: 768px) {
  .p-fv__item {
    border-radius: 10px;
    height: 12.76041rem;
  }
}
.p-fv__item .icon {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3.75rem;
}
@media (max-width: 768px) {
  .p-fv__item .icon {
    top: -3rem;
    width: 6.51041rem;
  }
}
.p-fv__item .text {
  position: relative;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .p-fv__item .text {
    font-size: 1.5625rem;
  }
}
.p-fv__item .text.first {
  margin-top: 2.5rem;
}
.p-fv__item .text .accent {
  font-size: 1.5rem;
  color: #ffe926;
}
@media (max-width: 768px) {
  .p-fv__item .text .accent {
    font-size: 1.5625rem;
  }
}
.p-fv__item .text .num {
  font-family: "Roboto";
  font-size: 2.75rem;
}
@media (max-width: 768px) {
  .p-fv__item .text .num {
    font-size: 3.125rem;
  }
}
.p-fv__cta {
  background: url(../img/cta_bg.png) no-repeat center/contain;
  width: 100%;
  height: 15.75rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .p-fv__cta {
    background: url(../img/sp/sp_cta_bg.png) no-repeat center/contain;
    width: 43.619rem;
    height: 34.2447rem;
    margin: 0 auto;
    margin-top: 28.6rem;
  }
}
.p-fv__cta.c-cta {
  box-shadow: none;
}
.p-fv__cta .c-cta__wrap {
  max-width: 1200px;
  height: 13.75rem;
  margin: 0 auto;
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .p-fv__cta .c-cta__wrap {
    width: 42rem;
    height: 33rem;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 2rem 2.5rem;
  }
}
@media (max-width: 768px) {
  .p-fv__cta .c-cta__text-title::before {
    left: -1%;
  }
}
@media (max-width: 768px) {
  .p-fv__cta .c-cta__text-title::after {
    right: -1%;
  }
}
@media (max-width: 768px) {
  .p-fv__cta .c-cta__btn {
    padding-left: 0;
  }
}
/* @media (max-width: 768px) {
  .p-fv__cta .c-cta__btn::before {
    left: 13%;
  }
} */

.p-worry {
  padding-top: 7rem;
}
@media (max-width: 768px) {
  .p-worry {
    padding-top: 6rem;
  }
}
@media (max-width: 768px) {
  .p-worry .l-inner {
    padding: 0 1.8rem;
  }
}
.p-worry__title {
  position: relative;
}
.p-worry__title::before {
  content: "・・・";
  position: absolute;
  top: -2rem;
  left: 39.5%;
}
@media (max-width: 768px) {
  .p-worry__title::before {
    top: -2.5rem;
    left: 29%;
  }
}
.p-worry__title::after {
  content: "";
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/underline01.png) no-repeat center/contain;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-worry__title::after {
    top: 63%;
    left: 48%;
  }
}
.p-worry__container {
  margin-top: 4.7rem;
}
@media (max-width: 768px) {
  .p-worry__container {
    margin-top: 4.4rem;
  }
}

.p-about {
  position: relative;
  padding-top: 9.7rem;
}
@media (max-width: 768px) {
  .p-about {
    padding-top: 6rem;
  }
}
.p-about::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: #e3f5f4;
  width: 100%;
  height: 4rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-about::before {
    display: none;
  }
}
.p-about__title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-about__title::after {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/about_speech.svg) no-repeat center/contain;
  width: 18%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-about__title::after {
    bottom: 7%;
    width: 36.7%;
  }
}
.p-about .c-sec__title__wrap {
  margin-top: 2.9rem;
}
@media (max-width: 768px) {
  .p-about .c-sec__detail {
    margin-left: 2rem;
  }
}
.p-about__container {
  margin-top: 1.8rem;
}
@media (max-width: 768px) {
  .p-about__container {
    margin-top: 1.5rem;
  }
}
.p-about__contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 2px solid #20b1aa;
  border-radius: 20px;
  width: 100%;
  height: 33.75rem;
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .p-about__contents {
    border-radius: 10px;
    height: 52.7rem;
    margin-top: 5rem;
  }
}
.p-about__contents__wrap {
  display: flex;
  align-items: center;
  gap: 9.375rem;
}
@media (max-width: 768px) {
  .p-about__contents__wrap {
    display: none;
  }
}
.p-about__contents__wrap .left {
  position: relative;
}
.p-about__contents__wrap .left::after {
  content: "";
  position: absolute;
  top: 0;
  right: -69%;
  background: url(../img/about_arrow.svg) no-repeat center/contain;
  width: 10.6rem;
  height: 100%;
}
@media (max-width: 768px) {
  .p-about__contents__wrap .left::after {
    background: url(../img/sp/sp_about_arrow.svg) no-repeat center/contain;
  }
}
.p-about__contents__wrap .left-img {
  width: 16.25rem;
  height: auto;
}
.p-about__contents__wrap .right {
  display: flex;
  gap: 2.6rem;
  background-color: #e3f5f4;
  border-radius: 20px;
  height: 21.25rem;
  padding: 2rem 2rem 2rem 1.5rem;
}
@media (max-width: 768px) {
  .p-about__contents__wrap .right {
    flex-direction: column;
    border-radius: 10px;
  }
}
.p-about__contents__wrap .right-img {
  width: 17.5rem;
  height: auto;
}
.p-about__contents__wrap .right .list {
  display: flex;
  gap: 1.8rem;
  margin-top: 0.4rem;
}
@media (max-width: 768px) {
  .p-about__contents__wrap .right .list {
    background-color: #e3f5f4;
    border-radius: 10px 0 10px 10px;
    width: 100%;
    height: 21.25rem;
    padding: 2.25rem;
  }
}
.p-about__contents__wrap .right .list li {
  display: flex;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.1;
  color: #20b1aa;
}
.p-about__contents__wrap .right .list li:not(:last-child) {
  margin-bottom: 1.28rem;
}
.p-about__contents__wrap .right .list .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #20b1aa;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  font-weight: 700;
  font-size: 0.75rem;
  color: #fff;
  margin-right: 0.3rem;
}
.p-about__contents__text {
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .p-about__contents__text {
    display: none;
    font-size: 2.08333rem;
  }
}
.p-about__contents__sp-img {
  width: 40rem;
  height: 47rem;
}

.p-strengths {
  padding: 9.375rem 0 6.5rem 0;
  background-color: #e3f5f4;
}
@media (max-width: 768px) {
  .p-strengths {
    padding: 6.375rem 0 7rem 0;
    margin-top: 6.51041rem;
  }
}
.p-strengths__container {
  display: flex;
  gap: 5rem;
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .p-strengths__container {
    flex-direction: column;
    align-items: center;
    gap: 3.5rem;
    margin-top: 5.7291rem;
  }
}
.p-strengths__item {
  width: 30%;
  text-align: center;
}
@media (max-width: 768px) {
  .p-strengths__item {
    width: 100%;
  }
}
.p-strengths__item__img {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .p-strengths__item__img {
    width: 38rem;
    height: 43.4rem;
    margin: 0 auto;
    margin-bottom: 2.7rem;
  }
}
.p-strengths__item__title p {
  display: inline-block;
  background-color: #20b1aa;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 0.1rem 0.5rem 0.5rem 0.5rem;
}
@media (max-width: 768px) {
  .p-strengths__item__title p {
    font-size: 2.08333rem;
    padding: 0.5rem 0.5rem 0.6rem 0.5rem;
  }
}
.p-strengths__item__title p:not(:last-child) {
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .p-strengths__item__title p:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
.p-strengths__item__title .highlight {
  color: #ffd700;
}
.p-strengths__item__detail {
  font-weight: 700;
  font-size: 1rem;
  text-align: left;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .p-strengths__item__detail {
    font-size: 1.5625rem;
    line-height: 1.6;
    letter-spacing: -0.02em;
    margin-top: 1.8rem;
  }
}

.p-services {
  padding-top: 9.375rem;
}
@media (max-width: 768px) {
  .p-services {
    padding-top: 6.3rem;
  }
}
@media (max-width: 768px) {
  .p-services .l-inner {
    padding: 0 2rem 0 2.5rem;
  }
}
.p-services__container {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .p-services__container {
    margin-top: 1.5rem;
  }
}
.p-services__contents {
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .p-services__contents {
    margin-top: 4.1rem;
  }
}
.p-services__contents__title {
  position: relative;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-services__contents__title {
    font-size: 2.08333rem;
    padding-right: 1rem;
  }
}
.p-services__contents__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/underline02.png) no-repeat center/contain;
  width: 100%;
  height: 3rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-services__contents__title::after {
    height: 4.4rem;
  }
}
.p-services__contents__wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 2.8rem;
}
@media (max-width: 768px) {
  .p-services__contents__wrap {
    gap: 7.6rem;
    margin-top: 10rem;
  }
}
.p-services__contents__item {
  position: relative;
  width: 95%;
  height: auto;
  background: #fff;
  border-radius: 20px;
  border: 3px solid #20b1aa;
  margin-left: auto;
  padding: 1.6rem 2rem 1.6rem 6rem;
}
@media (max-width: 768px) {
  .p-services__contents__item {
    display: flex;
    flex-direction: column;
    width: 99%;
    border: 2px solid #20b1aa;
    padding: 6.3rem 2.5rem 3.3rem 2.5rem;
    margin-left: 0;
  }
}
.p-services__contents__item::before {
  content: "";
  position: absolute;
  top: 18%;
  left: -5.5%;
  width: 7.5rem;
  height: 7.5rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-services__contents__item::before {
    top: -17.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 10.2rem;
    height: 10.2rem;
  }
}
.p-services__contents__item::after {
  content: "";
  position: absolute;
  top: 4%;
  left: 1.2%;
  background: #20b1aa;
  border-radius: 20px;
  width: 100%;
  height: 104%;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-services__contents__item::after {
    top: 3%;
    left: 2%;
    width: 100%;
    height: 100%;
  }
}
.p-services__contents__item.item01::before {
  content: "";
  background: url(../img/service_item01.png) no-repeat center/cover;
}
.p-services__contents__item.item02::before {
  content: "";
  background: url(../img/service_item02.png) no-repeat center/cover;
}
.p-services__contents__item.item03::before {
  content: "";
  background: url(../img/service_item03.png) no-repeat center/cover;
}
.p-services__contents__item__title {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 1.9rem;
}
@media (max-width: 768px) {
  .p-services__contents__item__title {
    width: fit-content;
    margin: 0 auto 2.5rem auto;
    font-size: 2.08333rem;
    letter-spacing: -0.02em;
    text-align: center;
  }
}
.p-services__contents__item__description {
  font-size: 1rem;
  text-align: left;
  margin-top: 1.1rem;
}
@media (max-width: 768px) {
  .p-services__contents__item__description {
    font-size: 1.5625rem;
    letter-spacing: -0.02em;
    line-height: 1.63;
    margin-top: 2.3rem;
  }
}

.p-example {
  padding-top: 5.4rem;
}
@media (max-width: 768px) {
  .p-example {
    padding-top: 6rem;
  }
}
.p-example__title {
  margin-right: 2.2rem;
}
@media (max-width: 768px) {
  .p-example__title {
    margin-right: 0;
  }
}
.p-example .c-sec__title-highlight {
  margin-bottom: 0;
}
.p-example__container {
  position: relative;
  padding-bottom: 3.5rem;
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .p-example__container {
    padding-bottom: 2.8rem;
  }
}
.p-example .swiper-button-prev,
.p-example .swiper-button-next {
  top: 57%;
  width: 3.1rem;
  height: 3.1rem;
}
@media (max-width: 768px) {
  .p-example .swiper-button-prev,
  .p-example .swiper-button-next {
    top: 54.9%;
    width: 3.9rem;
    height: 3.9rem;
  }
}
.p-example .swiper-button-prev {
  left: 15.9%;
}
@media (max-width: 768px) {
  .p-example .swiper-button-prev {
    left: -3.1%;
  }
}
.p-example .swiper-button-prev::after {
  content: "";
  background: url(../img/arrow01.png) no-repeat center/contain;
  width: 100%;
  height: 100%;
  margin: auto;
  transform: scaleX(-1);
}
.p-example .swiper-button-next {
  right: 15.9%;
}
@media (max-width: 768px) {
  .p-example .swiper-button-next {
    right: -3.1%;
  }
}
.p-example .swiper-button-next::after {
  content: "";
  background: url(../img/arrow01.png) no-repeat center/contain;
  width: 100%;
  height: 100%;
  margin: auto;
}
.p-example .swiper-pagination-bullet {
  background: #ccc;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1607843137) inset;
  opacity: 1;
  width: 1.2rem;
  height: 1.2rem;
}
.p-example .swiper-pagination-bullet-active {
  background: #20b1aa;
  opacity: 1;
}
.p-example .swiper-pagination {
  bottom: 0;
}
.p-example .swiper-slide {
  width: 40rem;
  height: 47.5rem;
  background: #fff;
  border: 3px solid #20b1aa;
  border-radius: 20px;
  opacity: 0.5;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .p-example .swiper-slide {
    height: 61.5rem;
    border: 2px solid #20b1aa;
  }
}
.p-example .swiper-slide-active {
  opacity: 1;
  z-index: 1;
}
.p-example .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 20px 20px 0 0;
  aspect-ratio: 640/359;
}
.p-example__slide {
  position: relative;
  height: 100%;
}
.p-example__item-head {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-example__item-head {
    font-size: 2.08333rem;
  }
}
.p-example__item-head .main {
  color: #fff;
  background: #20b1aa;
  padding: 0.4rem 0 0.5rem 0;
}
@media (max-width: 768px) {
  .p-example__item-head .main {
    padding: 1.3rem 0 1rem 1.3rem;
  }
}
.p-example__item-head .sub {
  background: #e3f5f4;
  padding: 0.4rem 0 0.5rem 0;
}
@media (max-width: 768px) {
  .p-example__item-head .sub {
    letter-spacing: -0.02em;
    padding: 0 0 0 1.4rem;
  }
}
.p-example__item-head .sub .num {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .p-example__item-head .sub .num {
    font-size: 3.645rem;
  }
}
.p-example__item-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 18.125rem;
  padding: 1.3rem 1.6rem 1.8rem 1.6rem;
}
@media (max-width: 768px) {
  .p-example__item-body {
    height: 27rem;
    padding: 2.6rem 1.6rem 1.8rem 1.6rem;
  }
}
.p-example__item-body .main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 6rem;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 768px) {
  .p-example__item-body .main {
    font-size: 2.08333rem;
    letter-spacing: -0.05em;
    line-height: 2.1;
  }
}
.p-example__item-body .detail {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .p-example__item-body .detail {
    font-size: 1.5625rem;
  }
}
.p-example__item-body .detail-head {
  position: relative;
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .p-example__item-body .detail-head::after {
    content: "";
    position: absolute;
    background: url(../img/sp/sp_example_item_body.svg) no-repeat center/cover;
    width: 100%;
    height: 120%;
    z-index: -1;
  }
}
.p-example__item-body .detail-head .left {
  position: relative;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  background: #20b1aa;
  width: 25%;
  padding: 0.5rem 1.3rem;
}
@media (max-width: 768px) {
  .p-example__item-body .detail-head .left {
    background: none;
    width: 35%;
    padding: 0.5rem 1.7rem;
  }
}
.p-example__item-body .detail-head .left::after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.9rem;
  width: 0;
  height: 0;
  border-left: 1rem solid #20b1aa;
  border-top: 2.5rem solid transparent;
}
@media (max-width: 768px) {
  .p-example__item-body .detail-head .left::after {
    border: none;
  }
}
.p-example__item-body .detail-head .right {
  font-weight: 500;
  background: #e3f5f4;
  width: 75%;
  padding: 0.5rem 2.2rem;
}
@media (max-width: 768px) {
  .p-example__item-body .detail-head .right {
    background: none;
    width: 65%;
    padding: 0.5rem 2.6rem;
  }
}
.p-example__item-body .detail-body {
  background: #eee;
  height: 4.6875rem;
  padding: 0.8rem 1.3rem;
}
@media (max-width: 768px) {
  .p-example__item-body .detail-body {
    height: 9.7656rem;
    letter-spacing: -0.02em;
    line-height: 1.63;
    padding: 1rem 1.3rem;
  }
}
@media (max-width: 768px) {
  .p-example__item-body .detail-body .list span {
    padding-left: 1.5rem;
  }
}

.p-why__bg {
  position: relative;
}
.p-why__bg::after {
  content: "";
  position: absolute;
  top: -6%;
  background: url(../img/why_bg.svg) no-repeat center/cover;
  width: 100%;
  height: 106%;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-why__bg::after {
    top: -3.5%;
    background: url(../img/sp/sp_why_bg.svg) no-repeat center/cover;
  }
}
.p-why__title {
  padding-top: 5.9rem;
}
@media (max-width: 768px) {
  .p-why__title {
    padding-top: 6.4rem;
  }
}
.p-why__title__deco {
  width: 4.25rem;
  margin-right: 1rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .p-why__title__deco {
    width: 5.2rem;
    margin-right: 0.8rem;
    margin-bottom: 1rem;
  }
}
.p-why__title .c-sec__title__wrap {
  margin-bottom: 0.7rem;
}
@media (max-width: 768px) {
  .p-why__title .c-sec__title__wrap {
    margin-bottom: 1.5rem;
  }
}
.p-why__container {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  padding: 5.7rem 5.4rem 3.2rem 5.4rem;
}
@media (max-width: 768px) {
  .p-why__container {
    gap: 3.1rem;
    padding: 6.3rem 2.6rem 2.8rem 2.6rem;
  }
}
.p-why__item {
  display: flex;
  gap: 2.7rem;
  padding-bottom: 3.25rem;
}
@media (max-width: 768px) {
  .p-why__item {
    flex-direction: column;
    align-items: center;
    gap: 2.6rem;
    padding-bottom: 3.3rem;
  }
}
.p-why__item:not(:last-child) {
  border-bottom: 5px solid transparent;
  border-image: repeating-linear-gradient(90deg, #20b1aa 0, #20b1aa 5px, transparent 5px, transparent 15px) 1;
}
.p-why__item-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-why__item-reverse {
    flex-direction: column;
  }
}
.p-why__item-img {
  width: 25rem;
}
@media (max-width: 768px) {
  .p-why__item-img {
    width: 26rem;
  }
}
.p-why__item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 2;
}
.p-why__item-text .head {
  font-weight: 700;
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  .p-why__item-text .head {
    font-size: 2.08333rem;
    text-align: center;
    margin: 0 auto;
  }
}
.p-why__item-text .head .line01 {
  width: 20.8125rem;
}
@media (max-width: 768px) {
  .p-why__item-text .head .line01 {
    width: 19.0104rem;
  }
}
.p-why__item-text .head .line02 {
  width: 16.125rem;
}
@media (max-width: 768px) {
  .p-why__item-text .head .line02 {
    width: 14.9739rem;
  }
}
.p-why__item-text .head .line03 {
  width: 31.4375rem;
}
@media (max-width: 768px) {
  .p-why__item-text .head .line03 {
    width: 29.1666rem;
  }
}
.p-why__item-text .detail {
  font-weight: 500;
  font-size: 1rem;
  margin-top: 1.125rem;
}
@media (max-width: 768px) {
  .p-why__item-text .detail {
    font-size: 1.5625rem;
    letter-spacing: -0.02em;
    line-height: 1.63;
    margin-top: 1.8rem;
  }
}

.p-price {
  padding-top: 9.5rem;
}
@media (max-width: 768px) {
  .p-price {
    padding-top: 3.90625rem;
  }
}
.p-price__title {
  position: relative;
}
.p-price__title::after {
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/underline01.png) no-repeat center/contain;
  width: 100%;
  height: 108%;
  z-index: -1;
}
.p-price__container {
  margin-top: 4.875rem;
}
@media (max-width: 768px) {
  .p-price__container {
    margin-top: 6rem;
  }
}
.p-price__trial {
  width: 62.5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-price__trial {
    width: 100%;
  }
}
.p-price__contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.875rem;
  margin: 0 auto;
  justify-content: center;
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .p-price__contents {
    grid-template-columns: 1fr 1fr;
    margin-top: 3.8rem;
  }
}
.p-price__item {
  display: flex;
  align-items: center;
  background: #e3f6f4;
  border-radius: 20px;
  gap: 1.875rem;
  padding: 1.6rem 0.5rem 1.6rem 2rem;
}
@media (max-width: 768px) {
  .p-price__item {
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    height: 15.9rem;
    gap: 1.3rem;
    padding: 1rem 0;
  }
}
@media (max-width: 768px) {
  .p-price__item .icon {
    width: 5.5rem;
    margin-top: 1rem;
  }
}
.p-price__item .item-text {
  font-weight: 700;
  font-size: 1.5rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-price__item .item-text {
    font-size: 1.5625rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .p-price__item .item-text .head {
    line-height: 1;
  }
}
.p-price__item .item-text .detail .num {
  font-size: 2.75rem;
}
@media (max-width: 768px) {
  .p-price__item .item-text .detail .num {
    font-size: 3.125rem;
  }
}
.p-price__item .item-text .detail .unit {
  font-size: 2rem;
  margin-left: -0.5rem;
}
@media (max-width: 768px) {
  .p-price__item .item-text .detail .unit {
    font-size: 2.08333rem;
  }
}

.p-schedule {
  padding-top: 6.25rem;
  padding-bottom: 1.7rem;
}
@media (max-width: 768px) {
  .p-schedule {
    padding-top: 6.51041rem;
    padding-bottom: 7.5rem;
  }
}
.p-schedule__container {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .p-schedule__container {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 3.6rem;
  }
}
.p-schedule__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .p-schedule__wrap {
    flex-direction: column;
    justify-content: flex-start;
    gap: 6.7rem;
    margin-top: 2.5rem;
  }
}
.p-schedule__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/schedule_frame.svg) no-repeat center/cover;
  width: 13.75rem;
  height: 21.875rem;
  padding: 1.4rem 1.25rem;
}
@media (max-width: 768px) {
  .p-schedule__item {
    flex-direction: row;
    justify-content: space-between;
    gap: 2.6rem;
    background: none;
    width: 100%;
    height: auto;
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  .p-schedule__item::after {
    content: "";
    position: absolute;
    background: url(../img/sp/sp_schedule_frame_m.svg) no-repeat center/cover;
    width: 100%;
    height: 17.6rem;
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .p-schedule__item.item-s::after {
    content: "";
    position: absolute;
    background: url(../img/sp/sp_schedule_frame_s.svg) no-repeat center/cover;
    width: 100%;
    height: 15rem;
    z-index: -1;
  }
}
.p-schedule__item .number {
  width: 1.375rem;
}
.p-schedule__item .number.number01 {
  width: 1rem;
}
@media (max-width: 768px) {
  .p-schedule__item .number.number01 {
    width: 1.54rem;
  }
}
@media (max-width: 768px) {
  .p-schedule__item .number {
    width: 2.08333rem;
    margin-left: 1.5rem;
  }
}
.p-schedule__item .icon {
  display: flex;
  align-items: center;
  height: 7.5rem;
}
@media (max-width: 768px) {
  .p-schedule__item .icon {
    width: 19%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .p-schedule__item .icon.icon03 {
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  .p-schedule__item-detail {
    width: 61.5%;
  }
}
.p-schedule__item-detail .title {
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 0.4rem;
}
@media (max-width: 768px) {
  .p-schedule__item-detail .title {
    font-size: 2.08333rem;
    text-align: left;
    letter-spacing: -0.02em;
    margin-top: 0;
  }
}
.p-schedule__item-detail .description {
  font-weight: 500;
  font-size: 1rem;
  text-align: left;
  line-height: 1.55;
  margin-top: 0.8rem;
}
@media (max-width: 768px) {
  .p-schedule__item-detail .description {
    font-size: 1.5625rem;
    letter-spacing: -0.02em;
    line-height: 1.63;
    margin-top: 1.3rem;
  }
}
.p-schedule__detail {
  position: relative;
  margin-top: 1.6rem;
}
.p-schedule__detail::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  background: #e3f5f4;
  width: 100%;
  height: 8.125rem;
  z-index: -1;
}
.p-schedule__detail__text {
  font-weight: 700;
  font-size: 2.25rem;
  text-align: center;
  margin-top: 1.4rem;
}
@media (max-width: 768px) {
  .p-schedule__detail__text {
    font-size: 2.08333rem;
    color: #fff;
    margin-top: 5.5rem;
  }
}
.p-schedule__detail-sp {
  position: relative;
}
.p-schedule__detail-sp::after {
  content: "";
  position: absolute;
  top: -80%;
  background: url(../img/sp/sp_schedule_detail_bg.png) no-repeat center/cover;
  width: 104%;
  height: 14.8rem;
  z-index: -1;
}
.p-schedule__detail-sp .highlight {
  color: #ffe926;
}
.p-schedule__arrow {
  display: flex;
  column-gap: 1.5625rem;
}
.p-schedule__arrow-1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/schedule_arrow-1.svg) no-repeat center/cover;
  width: 44.375rem;
  height: 3.125rem;
}
.p-schedule__arrow-1::before {
  content: "";
  position: absolute;
  background: url(../img/schedule_arrow-1_shadow.png) no-repeat center/cover;
  top: 0;
  width: 45.7rem;
  height: 3.5rem;
  z-index: -1;
}
.p-schedule__arrow-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/schedule_arrow-2.svg) no-repeat center/cover;
  width: 29.0625rem;
  height: 3.125rem;
}
.p-schedule__arrow-2::before {
  content: "";
  position: absolute;
  background: url(../img/schedule_arrow-2_shadow.png) no-repeat center/cover;
  top: 0;
  width: 30rem;
  height: 3.5rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-schedule__sidebar {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.p-schedule__sidebar-1,
.p-schedule__sidebar-2 {
  width: 2.56rem;
}
.p-schedule .arrow-text {
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0;
}

.p-faq {
  margin-top: 9.375rem;
  padding: 6.25rem 0 4.5rem 0;
  background: #e3f5f4;
}
@media (max-width: 768px) {
  .p-faq {
    margin-top: 0;
    padding: 6.5rem 0 3rem 0;
  }
}
.p-faq__container {
  margin-top: 1.6rem;
}
@media (max-width: 768px) {
  .p-faq__container {
    margin-top: 0;
  }
}
.p-faq__row {
  padding: 1.7rem 0 1.8rem 0;
}
@media (max-width: 768px) {
  .p-faq__row {
    padding: 5.3rem 0 2.9rem 0;
  }
}
.p-faq__row:not(:last-of-type) {
  border-bottom: 3px solid transparent;
  border-image: repeating-linear-gradient(90deg, #20b1aa 0, #20b1aa 3px, transparent 3px, transparent 15px) 1;
}
@media (max-width: 768px) {
  .p-faq__row:not(:last-of-type) {
    border-bottom: 5px solid transparent;
    border-image: repeating-linear-gradient(90deg, #20b1aa 0, #20b1aa 5px, transparent 5px, transparent 15px) 1;
  }
}
.p-faq__row .icon {
  width: 3.125rem;
}
@media (max-width: 768px) {
  .p-faq__row .icon {
    width: 5.20833rem;
  }
}
.p-faq__question {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
@media (max-width: 768px) {
  .p-faq__question {
    column-gap: 1rem;
    margin-top: -1.5rem;
  }
}
.p-faq__question:not(:last-of-type) {
  margin-bottom: 0.4rem;
}
@media (max-width: 768px) {
  .p-faq__question:not(:last-of-type) {
    margin-bottom: 0.5rem;
  }
}
.p-faq__question .text {
  font-weight: 700;
  font-size: 1.25rem;
  color: #20b1aa;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .p-faq__question .text {
    font-size: 1.5625rem;
    letter-spacing: -0.01em;
  }
}
.p-faq__answer {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
@media (max-width: 768px) {
  .p-faq__answer {
    position: relative;
    align-items: flex-start;
  }
}
.p-faq__answer .text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .p-faq__answer .text {
    width: 85%;
    font-size: 1.5625rem;
    line-height: 1.7;
    letter-spacing: -0.01em;
    margin-top: 1.3rem;
    margin-left: 6.2rem;
  }
}
@media (max-width: 768px) {
  .p-faq__answer .icon {
    position: absolute;
  }
}

.p-form {
  padding: 6.25rem 0;
  background: #20b1aa;
}
@media (max-width: 768px) {
  .p-form {
    padding: 6.2rem 0 6.5rem 0;
  }
}
.p-form__title {
  color: #fff;
}
.p-form__container {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .p-form__container {
    margin-top: 3.90625rem;
  }
}
.p-form__wrap {
  background: #fff;
  border-radius: 20px;
  padding: 3rem 6.25rem;
}
@media (max-width: 768px) {
  .p-form__wrap {
    padding: 3.1rem 2.60416rem 3.90625rem 2.60416rem;
  }
}
.p-form__table {
  width: 100%;
}
.p-form__table .row {
  display: flex;
  align-items: flex-start;
  column-gap: 1.25rem;
}
@media (max-width: 768px) {
  .p-form__table .row {
    flex-direction: column;
  }
}
.p-form__table .row:not(:last-of-type) {
  margin-bottom: 1.89rem;
}
@media (max-width: 768px) {
  .p-form__table .row:not(:last-of-type) {
    margin-bottom: 1.9rem;
  }
}
.p-form__table .row .label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  margin-top: 0.65rem;
}
@media (max-width: 768px) {
  .p-form__table .row .label {
    width: auto;
    column-gap: 1.8rem;
    margin-top: 0.7rem;
    margin-bottom: 1.3rem;
  }
}
.p-form__table .row .label p {
  font-weight: 700;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .p-form__table .row .label p {
    font-size: 1.5625rem;
  }
}
.p-form__table .row .label .required {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff9b1a;
  width: 3.875rem;
  height: 1.625rem;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
}
@media (max-width: 768px) {
  .p-form__table .row .label .required {
    width: 5.72916rem;
    height: 2.34375rem;
    font-size: 1.5625rem;
  }
}
.p-form__table input[type="text"],
.p-form__table input[type="email"],
.p-form__table input[type="tel"],
.p-form__table textarea {
  outline: none;
  background: #fff;
  border: 2px solid #eee;
  width: 43.75rem;
  padding: 0.7rem 1.1rem;
  font-weight: 500;
  font-size: 1rem;
  color: #000;
}
@media (max-width: 768px) {
  .p-form__table input[type="text"],
  .p-form__table input[type="email"],
  .p-form__table input[type="tel"],
  .p-form__table textarea {
    width: 103%;
    font-size: 1.5625rem;
    border: 1px solid #eee;
    padding: 0.6rem 2.1rem;
  }
}
.p-form__table input[type="text"]::placeholder,
.p-form__table input[type="email"]::placeholder,
.p-form__table input[type="tel"]::placeholder,
.p-form__table textarea::placeholder {
  color: #eee;
}
.p-form__table textarea {
  height: 15.9375rem;
  resize: none;
}
@media (max-width: 768px) {
  .p-form__table textarea {
    height: 19rem;
  }
}
.p-form__table input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  display: block;
  margin: 0 auto;
}
.p-form__table input:-webkit-autofill {
  box-shadow: 0px 0px 100px 100px #fff inset;
  color: #074844 !important;
}
.p-form__table span.wpcf7-spinner,
.p-form__table .wpcf7-response-output,
.p-form__table .wpcf7-form.sent .wpcf7-response-output {
  display: none !important;
}
.p-form__table .wpcf7-not-valid-tip {
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #ff9b1a;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 10px;
  padding: 10px 10px;
  position: relative;
}
@media (max-width: 768px) {
  .p-form__table .wpcf7-not-valid-tip {
    font-size: 1.5625rem;
  }
}
.p-form__table .wpcf7-not-valid-tip::before {
  content: "";
  border: 10px solid transparent;
  border-bottom: 15px solid #ff9b1a;
  position: absolute;
  top: -25px;
  left: 5%;
}
.p-form__submit {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .p-form__submit {
    margin-top: 3.5rem;
  }
}
.p-form__submit .c-btn {
  background: url(../img/button_form2.png) no-repeat center/contain;
  box-shadow: none;
  width: 21.875rem;
  height: 5rem;
  padding-left: 2.4rem;
}
@media (max-width: 768px) {
  .p-form__submit .c-btn {
    background: url(../img/sp/sp_button_form2.png) no-repeat center/contain;
    width: 92%;
    height: 6.4rem;
    padding-left: 2.4rem;
  }
}
.p-form__submit-btn {
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-form__submit-btn {
    font-size: 2.6041rem;
  }
}

.c-yt {
  padding: 4rem 0;
}

.c-yt-template {
  padding: 4rem 0;
}

.c-yt-title {
  position: relative;
}
@media (max-width: 768px) {
  .c-yt-title {
    font-size: 21px;
  }
}
.c-yt-title::before {
  content: "・・・";
  position: absolute;
  top: -2rem;
  left: 45.5%;
}
@media (max-width: 768px) {
  .c-yt-title::before {
    top: -2.5rem;
    left: 41%;
  }
}
.c-yt-title::after {
  content: "";
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/underline01.png) no-repeat center/contain;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .c-yt-title::after {
    top: 63%;
    left: 48%;
  }
}
@media (max-width: 768px) {
  .c-yt-title .l-inner {
    padding: 0 1.8rem;
  }
}

.c-yt-container {
  margin-top: 4.7rem;
}
@media (max-width: 768px) {
  .c-yt-container {
    margin-top: 4.4rem;
  }
}

@media (max-width: 768px) {
  .c-yt-container-template {
    margin-top: 2.4rem;
  }
}

/* 16:9 レスポンシブ埋め込み */
.c-yt-16x9 {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 9 / 16 */
}

.c-yt-16x9 > iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .c-yt-template {
    padding: 2rem 0;
  }
  .c-yt-title-template::before {
    top: -1.5rem;
  }
}
.p-sales-fv {
  min-height: 46.875rem;
  padding-top: 5.625rem;
  background: url(../img/sales-fv_bg.webp) no-repeat center/cover;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-sales-fv {
    min-height: 28.125rem;
    margin-top: 3.75rem;
    padding-top: 0.063rem;
    background: url(../img/sp/sp_sales-fv_bg.webp) no-repeat center/cover;
  }
}
@media (max-width: 768px) {
  .p-sales-fv.--all {
    min-height: 31.875rem;
  }
}
.p-sales-fv.--all .p-sales-fv__container {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .p-sales-fv.--all .p-sales-fv__container {
    margin-top: 25px;
  }
}
.p-sales-fv.--all .p-sales-fv__sub {
  max-width: 39.375rem;
}
.p-sales-fv.--all .p-sales-fv__list {
  max-width: 39.375rem;
}
@media (max-width: 768px) {
  .p-sales-fv.--3,
  .p-sales-fv.--4,
  .p-sales-fv.--5 {
    min-height: 31.875rem;
  }
}

.p-sales-fv__inner {
  position: relative;
  z-index: 1;
}

.p-sales-fv__container {
  width: fit-content;
  margin-top: 4.75rem;
}
@media (max-width: 768px) {
  .p-sales-fv__container {
    width: 100%;
    margin-top: 4.875rem;
  }
}

.p-sales-fv__type-list {
  display: flex;
  gap: 0.313rem;
  justify-content: center;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .p-sales-fv__type-list {
    flex-wrap: wrap;
    gap: 0.2rem 0.5rem;
    margin-bottom: 20px;
  }
}

.p-sales-fv__type-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0.625rem 1.25rem 0.625rem 0.625rem;
  border: 0.188rem solid #fff;
  background: linear-gradient(to bottom, #009189, #054f4a);
  transform: skew(-15deg);
  box-shadow: 0 0.188rem 0.188rem rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .p-sales-fv__type-item {
    flex-grow: initial;
    padding: 0.625rem 0.75rem 0.625rem 0.4375rem;
    border-width: 0.063rem;
  }
}
.p-sales-fv__type-item span {
  display: block;
  transform: skew(15deg);
  color: #fff600;
  font-size: 1.375rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-sales-fv__type-item span {
    font-size: 0.75rem;
  }
}

@media (max-width: 768px) {
  .p-sales-fv__title {
    text-align: left;
  }
}

.p-sales-fv__title-first {
  position: relative;
  display: inline-block;
  padding-inline: 2.5rem;
  color: #054844;
  font-size: 1.495rem;
  font-weight: 800;
}
@media (max-width: 768px) {
  .p-sales-fv__title-first {
    width: fit-content;
    margin-right: auto;
    font-size: 1rem;
    padding-inline: 1.438rem;
    line-height: 1.15;
    text-align: center;
  }
}
.p-sales-fv__title-first .--line {
  position: relative;
}
.p-sales-fv__title-first .--line::before {
  content: "";
  position: absolute;
  left: 0rem;
  bottom: 12%;
  background: #fff600;
  width: 100%;
  height: 0.4375rem;
  z-index: -1;
}
.p-sales-fv__title-first .--large {
  font-size: 2.523rem;
}
@media (max-width: 768px) {
  .p-sales-fv__title-first .--large {
    font-size: 1.5rem;
  }
}
.p-sales-fv__title-first::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.063rem;
  height: 2.125rem;
  background: url(../img/sales-fv_deco-left.svg) no-repeat center/contain;
}
@media (max-width: 768px) {
  .p-sales-fv__title-first::before {
    width: 1.188rem;
    height: 2.188rem;
    background: url(../img/sp/sp_sales-fv_deco-left.svg) no-repeat center/contain;
  }
}
.p-sales-fv__title-first::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2.063rem;
  height: 2.125rem;
  background: url(../img/sales-fv_deco-right.svg) no-repeat center/contain;
}
@media (max-width: 768px) {
  .p-sales-fv__title-first::after {
    width: 1.188rem;
    height: 2.188rem;
    background: url(../img/sp/sp_sales-fv_deco-right.svg) no-repeat center/contain;
  }
}

.p-sales-fv__title-second {
  color: #ff8000;
  font-size: 5.625rem;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-sales-fv__title-second {
    font-size: 3.039rem;
    line-height: 1.15;
    text-align: center;
  }
}
.p-sales-fv__title-second .--large {
  font-size: 7.5rem;
}
@media (max-width: 768px) {
  .p-sales-fv__title-second .--large {
    font-size: 4.052rem;
  }
}
.p-sales-fv__title-second.--all {
  font-size: 5rem;
  text-align: left;
}
@media (max-width: 768px) {
  .p-sales-fv__title-second.--all {
    font-size: 3rem;
    text-align: left;
    padding-top: 0.625rem;
  }
}
.p-sales-fv__title-second.--all .--large {
  font-size: 6.875rem;
}
@media (max-width: 768px) {
  .p-sales-fv__title-second.--all .--large {
    font-size: 4.375rem;
  }
}
.p-sales-fv__title-second.--3 {
  font-size: 4.278rem;
}
@media (max-width: 768px) {
  .p-sales-fv__title-second.--3 {
    font-size: 2.923rem;
    text-align: left;
  }
}
.p-sales-fv__title-second.--3 .--large {
  font-size: 5.704rem;
}
@media (max-width: 768px) {
  .p-sales-fv__title-second.--3 .--large {
    display: block;
    text-align: left;
    white-space: nowrap;
    font-size: 4.207rem;
  }
}
.p-sales-fv__title-second.--4 {
  font-size: 3.85rem;
}
@media (max-width: 768px) {
  .p-sales-fv__title-second.--4 {
    font-size: 2.923rem;
    text-align: left;
  }
}
.p-sales-fv__title-second.--4 .--large {
  font-size: 5.133rem;
}
@media (max-width: 768px) {
  .p-sales-fv__title-second.--4 .--large {
    display: block;
    text-align: left;
    white-space: nowrap;
    font-size: 3.5rem;
  }
}
.p-sales-fv__title-second.--5 {
  font-size: 4rem;
  text-align: left;
}
@media (max-width: 768px) {
  .p-sales-fv__title-second.--5 {
    font-size: 2.923rem;
  }
}
.p-sales-fv__title-second.--5 .--large {
  font-size: 5.375rem;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-sales-fv__title-second.--5 .--large {
    display: block;
    text-align: left;
    font-size: 2.375rem;
  }
}
@media (max-width: 768px) {
  .p-sales-fv__title-second.--5 .--5-sp {
    font-size: 2.828rem;
    line-height: 1.1;
  }
}

.p-sales-fv__title-third {
  color: #054844;
  font-size: 2.862rem;
  font-weight: 800;
}
@media (max-width: 768px) {
  .p-sales-fv__title-third {
    font-size: 1.547rem;
    text-align: center;
  }
}
.p-sales-fv__title-third .--large {
  font-size: 3.864rem;
}
@media (max-width: 768px) {
  .p-sales-fv__title-third .--large {
    font-size: 2.088rem;
  }
}

.p-sales-fv__sub {
  margin-top: 1.125rem;
  padding-block: 0.75rem;
  background: linear-gradient(90deg, rgba(32, 176, 170, 0) 0%, #20b0aa 18.75%, #20b0aa 81.73%, rgba(32, 176, 170, 0) 100%);
  color: #fff;
  font-size: 1.751rem;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 768px) {
  .p-sales-fv__sub {
    margin-top: 0.688rem;
    font-size: 1.181rem;
  }
}
.p-sales-fv__sub .--large {
  font-size: 2.625rem;
  font-style: italic;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-sales-fv__sub .--large {
    font-size: 1.77rem;
  }
}
.p-sales-fv__sub .--small {
  font-size: 1.5rem;
  font-style: italic;
}
@media (max-width: 768px) {
  .p-sales-fv__sub .--small {
    font-size: 1.011rem;
  }
}

.p-sales-fv__list {
  margin-top: 1.813rem;
  display: flex;
  gap: 0.988rem;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-sales-fv__list {
    margin-top: 1.438rem;
    gap: 0.5rem;
  }
}

.p-sales-fv__item {
  position: relative;
  flex: 1;
  padding: 0.75rem 0.625rem 1rem;
  background-color: #e2f4f3;
  clip-path: polygon(10% 0%, 100% 0, 100% 82.5%, 90% 100%, 0 100%, 0% 17.5%);
  filter: drop-shadow(0 0 0.329rem rgba(0, 0, 0, 0.2));
}
.p-sales-fv__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  filter: blur(0.5rem);
  box-shadow: 0 0 0.938rem -0.313rem #777777;
}
@media (max-width: 768px) {
  .p-sales-fv__item {
    padding: 0.688rem 0.375rem 0.875rem;
  }
}

.p-sales-fv__item-title {
  color: #054844;
  font-size: 1.501rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .p-sales-fv__item-title {
    font-size: 1rem;
    line-height: 1.15;
  }
}
.p-sales-fv__item-title .--small {
  font-size: 1.351rem;
}
@media (max-width: 768px) {
  .p-sales-fv__item-title .--small {
    font-size: 0.75rem;
  }
}
.p-sales-fv__item-title .--large {
  font-size: 1.951rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-sales-fv__item-title .--large {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .p-sales-fv__item-title .--sp_small {
    font-size: 0.75rem;
  }
}
.p-sales-fv__item-title .--green {
  color: #20b0aa;
}

.p-sales-fv__img {
  position: absolute;
  top: -1.5rem;
  right: -3.625rem;
  z-index: -1;
  width: 30.875rem;
  height: auto;
  aspect-ratio: 494/564;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-sales-fv__img {
    width: 7.563rem;
    top: -4rem;
    right: 1.063rem;
  }
}
.p-sales-fv__img.--all {
  width: 27.75rem;
  height: auto;
  aspect-ratio: 444/507;
  object-fit: cover;
  top: 4.063rem;
  right: -1.938rem;
}
@media (max-width: 768px) {
  .p-sales-fv__img.--all {
    width: 6.938rem;
    aspect-ratio: 430/352;
    top: 4.875rem;
    right: 2rem;
  }
  .p-sales-fv__img.--all img {
    object-fit: cover;
  }
}
.p-sales-fv__img.--3 {
  width: 27.75rem;
  height: auto;
  aspect-ratio: 444/507;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-sales-fv__img.--3 {
    width: 7.563rem;
    aspect-ratio: 494/564;
  }
}
.p-sales-fv__img.--4,
.p-sales-fv__img.--5 {
  width: 27.938rem;
  height: auto;
  aspect-ratio: 447/510;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-sales-fv__img.--4,
  .p-sales-fv__img.--5 {
    width: 7.563rem;
    aspect-ratio: 494/564;
  }
}
.p-sales-fv__img.--5 {
  right: -5.625rem;
}
@media (max-width: 768px) {
  .p-sales-fv__img.--5 {
    right: 1.063rem;
  }
}
.p-sales-fv__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-sales-case {
  display: none;
  padding-block: 3.125rem;
  background-color: #eefff8;
}
.p-sales-case .swiper {
  overflow: hidden;
}
.p-sales-case .swiper-wrapper {
  transition-timing-function: linear;
}

.p-sales-cta {
  padding-block: 3.375rem 3.938rem;
  background-color: #20b0aa;
}
@media (max-width: 768px) {
  .p-sales-cta {
    padding-block: 2.563rem 2.438rem;
  }
}

.p-sales-cta__inner {
  display: flex;
  align-items: center;
  column-gap: 1.688rem;
}
@media (max-width: 768px) {
  .p-sales-cta__inner {
    flex-direction: column;
    align-items: center;
    row-gap: 0.625rem;
  }
}

.p-sales-cta__title {
  width: 33.515625vw;
}
@media (max-width: 768px) {
  .p-sales-cta__title {
    width: 100%;
    text-align: center;
  }
}

.p-sales-cta__title-first {
  color: #fff;
  font-size: 1.581rem;
  font-weight: 800;
}
@media (max-width: 768px) {
  .p-sales-cta__title-first {
    font-size: 1.375rem;
  }
}
.p-sales-cta__title-first span {
  display: inline-block;
  margin-right: 0.313rem;
  padding: 0 0.688rem;
  border: 1px solid #fff;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
}
@media (max-width: 768px) {
  .p-sales-cta__title-first span {
    font-size: 1.625rem;
  }
}

.p-sales-cta__title-middle {
  color: #fff;
  font-size: 1.581rem;
  font-weight: 800;
}
@media (max-width: 768px) {
  .p-sales-cta__title-middle {
    margin-top: 0.188rem;
    font-size: 1.375rem;
  }
}
.p-sales-cta__title-middle em {
  color: #fff600;
  font-style: normal;
}
.p-sales-cta__title-middle .--large {
  font-size: 2.107rem;
}
@media (max-width: 768px) {
  .p-sales-cta__title-middle .--large {
    font-size: 1.625rem;
  }
}

.p-sales-cta__title-last {
  color: #fff;
  font-size: 1.17rem;
  font-weight: 800;
}
@media (max-width: 768px) {
  .p-sales-cta__title-last {
    margin-top: 0.188rem;
    font-size: 1rem;
  }
}

.p-sales-cta__arrow {
  width: 4.125rem;
  height: 3.625rem;
}
@media (max-width: 768px) {
  .p-sales-cta__arrow {
    width: 2.688rem;
    height: 2.363rem;
  }
}
.p-sales-cta__arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-sales-cta__button a {
  display: block;
  width: 29.25rem;
  height: 8.063rem;
  transition: opacity 0.3s ease;
}

@media (max-width: 768px) {
  .p-sales-cta__button a {
    width: 100%;
    height: auto;
    aspect-ratio: 468/129;
  }
}

.p-sales-cta__button a img {
  object-fit: contain;
}
@media (hover: hover) {
  .p-sales-cta__button a:hover {
    opacity: 0.7;
  }
}

.p-sales-chosen {
  padding-block: 5rem;
}
@media (max-width: 768px) {
  .p-sales-chosen {
    padding-block: 3.125rem 3.75rem;
  }
}

.p-sales-chosen__title {
  color: #054844;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media (max-width: 768px) {
  .p-sales-chosen__title {
    font-size: 1.625rem;
  }
}
.p-sales-chosen__title .--large {
  color: #20b0aa;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
@media (max-width: 768px) {
  .p-sales-chosen__title .--large {
    font-size: 2rem;
  }
}
.p-sales-chosen__title .--large::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 11rem;
  height: 2.25rem;
  background: url(../img/section_title_bg.svg) no-repeat center/contain;
}
@media (max-width: 768px) {
  .p-sales-chosen__title .--large::before {
    bottom: -0.5rem;
    width: 8.5625rem;
    height: 1.75rem;
  }
}

.p-sales-chosen__container {
  margin-top: 3.1875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .p-sales-chosen__container {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2.1875rem;
    gap: 1.3125rem;
  }
}

.p-sales-chosen__item {
  position: relative;
  flex: 1;
  padding: 1.1875rem;
  border-radius: 0.9375rem;
  background: #e1f4f4;
}

.p-sales-chosen__item-title {
  color: #054844;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
}

.p-sales-chosen__item-result {
  color: #ff8000;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: normal;
}
.p-sales-chosen__item-result .--large {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 3.5rem;
  line-height: 1;
  font-style: italic;
}

.p-sales-chosen__item-img {
  position: absolute;
  object-fit: contain;
}

.p-sales-chosen__item:nth-child(1) .p-sales-chosen__item-img {
  top: -0.6875rem;
  right: 0.6875rem;
  width: 8.4375rem;
  height: 7.0625rem;
}
.p-sales-chosen__item:nth-child(2) .p-sales-chosen__item-img {
  top: -0.3125rem;
  right: 1.125rem;
  width: 10.125rem;
  height: 6.5625rem;
}
.p-sales-chosen__item:nth-child(3) .p-sales-chosen__item-img {
  top: -1.3125rem;
  right: 1rem;
  width: 9.5625rem;
  height: 8.0625rem;
}

.p-sales-cost {
  padding-block: 5.25rem 4.625rem;
  background: #e2f4f3;
}
@media (max-width: 768px) {
  .p-sales-cost {
    padding-block: 3.125rem;
  }
}

.p-sales-cost__title {
  color: #054844;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-cost__title {
    font-size: 1.375rem;
  }
}
.p-sales-cost__title .--large {
  display: inline-block;
  margin-right: 0.8rem;
  color: #20b0aa;
  font-size: 3.054rem;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-cost__title .--large {
    font-size: 1.75rem;
  }
}
.p-sales-cost__title .--large span {
  letter-spacing: -0.586rem;
}
@media (max-width: 768px) {
  .p-sales-cost__title .--large span {
    letter-spacing: -0.336rem;
  }
}
.p-sales-cost__title .--dot {
  background-image: radial-gradient(circle at center, #20b0aa 24%, transparent 24%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.1em;
}

.p-sales-cost__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 1.875rem 2.5rem;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .p-sales-cost__container {
    grid-template-columns: 1fr;
    gap: 0.625rem;
    margin-top: 1.25rem;
  }
}

.p-sales-cost__item {
  display: flex;
  align-items: center;
  position: relative;
}

.p-sales-cost__item-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 15.625rem;
  min-height: 5.25rem;
  padding: 0.688rem 0.625rem 0.688rem 1.063rem;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #20b0aa 41.83%, rgba(32, 176, 170, 0) 100%);
}
@media (max-width: 768px) {
  .p-sales-cost__item-title {
    width: 11.063rem;
    min-height: 3.75rem;
    padding: 0.438rem 0.625rem 0.438rem 0.75rem;
    font-size: 1.125rem;
  }
}
.p-sales-cost__item-title .--small {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .p-sales-cost__item-title .--small {
    font-size: 0.875rem;
  }
}

.p-sales-cost__item-title-inner {
  line-height: 1.2;
  padding-left: 1em;
  text-indent: -1em;
}

.p-sales-cost__item-result {
  display: block;
  width: calc(100% - 1.25rem);
  margin-left: auto;
  padding: 1.25rem 1.852rem 1.25rem 1.25rem;
  border: 0.188rem solid #20b0aa;
  background: #fff;
  box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .p-sales-cost__item-result {
    width: calc(100% - 0.938rem);
    padding: 0.875rem 1.438rem 0.875rem 0.938rem;
  }
}

.p-sales-cost__item-result-inner {
  display: block;
  width: fit-content;
  margin-left: auto;
}

.p-sales-cost__item-result-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-cost__item-result-title {
    font-size: 0.75rem;
  }
}

.p-sales-cost__item-text {
  color: #ff8000;
  font-size: 3.3089375rem;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-sales-cost__item-text {
    font-size: 2.25rem;
  }
}
.p-sales-cost__item-text .--small {
  font-size: 1.890875rem;
}
@media (max-width: 768px) {
  .p-sales-cost__item-text .--small {
    font-size: 1.25rem;
  }
}

.p-sales-cost__note {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #262626;
  font-size: 0.688rem;
  font-weight: 500;
  line-height: 1.52;
}
@media (max-width: 768px) {
  .p-sales-cost__note {
    position: static;
    margin-top: 1.25rem;
    font-size: 0.688rem;
  }
}

.p-sales-problem {
  position: relative;
  padding-bottom: 0.625rem;
}
.p-sales-problem::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 20.875rem;
  background-color: #e2f4f3;
}

.p-sales-problem__hgroup {
  position: relative;
  padding-block: 2.5rem 2.875rem;
  background-color: #054844;
  color: #fff;
  text-align: center;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-sales-problem__hgroup {
    padding-block: 1.563rem 1.875rem;
  }
}
.p-sales-problem__hgroup::before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  width: 3.125rem;
  height: 1.875rem;
  background-color: #054844;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: -1;
}
@media (max-width: 768px) {
  .p-sales-problem__hgroup::before {
    width: 2.063rem;
    height: 1.25rem;
  }
}

.p-sales-problem__title {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-inline: 4.25rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-sales-problem__title {
    padding-inline: 3rem;
    font-size: 1.188rem;
  }
}
.p-sales-problem__title .--accent {
  color: #fff600;
  font-size: 2.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-sales-problem__title .--accent {
    font-size: 1.5rem;
  }
}
.p-sales-problem__title::before {
  content: "";
  position: absolute;
  bottom: 0.313rem;
  left: 0;
  width: 3.625rem;
  height: 3.625rem;
  background: url(../img/sales-problem_deco-left.svg) no-repeat center/contain;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-sales-problem__title::before {
    width: 2.188rem;
    height: 2.188rem;
  }
}
.p-sales-problem__title::after {
  content: "";
  position: absolute;
  bottom: 0.313rem;
  right: 0;
  width: 3.625rem;
  height: 3.625rem;
  background: url(../img/sales-problem_deco-right.svg) no-repeat center/contain;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-sales-problem__title::after {
    width: 2.188rem;
    height: 2.188rem;
  }
}

.p-sales-problem__container {
  padding-top: 4.313rem;
}
@media (max-width: 768px) {
  .p-sales-problem__container {
    padding-top: 1.563rem;
  }
}

.p-sales-problem__worries {
  width: 100%;
  height: auto;
  aspect-ratio: 1000/391;
}
.p-sales-problem__worries img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-sales-problem__worries {
    aspect-ratio: auto;
  }
}

.p-sales-problem__lead {
  margin-top: 4.375rem;
  text-align: center;
  color: #20b0aa;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-sales-problem__lead {
    margin-top: 3.125rem;
    font-size: 1rem;
  }
}
.p-sales-problem__lead .--accent {
  position: relative;
  color: #ff8000;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-sales-problem__lead .--accent {
    font-size: 1.375rem;
  }
}
.p-sales-problem__lead .--accent:before {
  content: "";
  position: absolute;
  bottom: -0.3em;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  aspect-ratio: 322/27;
  background: url(../img/sales-problem_lead_bg.svg) no-repeat center/contain;
}

.p-sales-problem__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.188rem;
  margin-top: 5.563rem;
}
@media (max-width: 768px) {
  .p-sales-problem__list {
    margin-top: 1.25rem;
    grid-template-columns: 1fr;
    row-gap: 0.625rem;
  }
}

.p-sales-problem__item {
  position: relative;
  padding: 4.563rem 1rem 1.25rem;
  border-radius: 0.938rem;
  background: #e2f4f3;
  text-align: center;
}
@media (max-width: 768px) {
  .p-sales-problem__item {
    padding: 0.875rem 0.688rem 1.125rem 0.875rem;
  }
}

.p-sales-problem__item-inner {
  display: contents;
}
@media (max-width: 768px) {
  .p-sales-problem__item-inner {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
}

.p-sales-problem__item-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7.938rem;
  height: 7.875rem;
}
@media (max-width: 768px) {
  .p-sales-problem__item-img {
    position: static;
    transform: none;
    width: 6.25rem;
    height: 6.188rem;
  }
}
.p-sales-problem__item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-sales-problem__item-title {
  display: inline-block;
  padding: 0.188rem 0.625rem;
  background-color: #20b0aa;
  color: #fff;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
}

.p-sales-problem__item-text {
  margin-top: 0.813rem;
  padding-inline: 0.125rem;
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-sales-problem__item-text {
    margin-top: 0.313rem;
  }
}

.p-sales-problem__arrow {
  margin-top: 2.5rem;
  text-align: center;
  width: 33.188rem;
  height: auto;
  aspect-ratio: 531/125;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-sales-problem__arrow {
    margin-top: 2rem;
    width: 9.625rem;
  }
}
.p-sales-problem__arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-sales-problem__answer {
  margin-top: 0.813rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-sales-problem__answer {
    margin-top: 1.563rem;
  }
}

.p-sales-problem__answer-title {
  display: inline-block;
  position: relative;
  padding-inline: 2.375rem 3.125rem;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-problem__answer-title {
    padding-inline: 1.375rem 1.875rem;
    font-size: 1.375rem;
  }
}
.p-sales-problem__answer-title .--large {
  color: #20b0aa;
  font-size: 3.054rem;
  font-weight: 800;
  font-style: italic;
}
@media (max-width: 768px) {
  .p-sales-problem__answer-title .--large {
    font-size: 1.938rem;
  }
}
.p-sales-problem__answer-title .--large span {
  letter-spacing: -0.586rem;
}
@media (max-width: 768px) {
  .p-sales-problem__answer-title .--large span {
    letter-spacing: -0.336rem;
  }
}
.p-sales-problem__answer-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 2.125rem;
  height: 2.125rem;
  border-top: 0.5rem solid #e2f4f3;
  border-left: 0.5rem solid #e2f4f3;
}
@media (max-width: 768px) {
  .p-sales-problem__answer-title::before {
    width: 1.188rem;
    height: 1.188rem;
    border-width: 0.313rem;
  }
}
.p-sales-problem__answer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 2.125rem;
  height: 2.125rem;
  border-bottom: 0.5rem solid #e2f4f3;
  border-right: 0.5rem solid #e2f4f3;
}
@media (max-width: 768px) {
  .p-sales-problem__answer-title::after {
    width: 1.188rem;
    height: 1.188rem;
    border-width: 0.313rem;
  }
}

.p-sales-problem__answer-text {
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-problem__answer-text {
    margin-top: 1.313rem;
  }
}

.p-sales-problem__answer-container {
  margin-top: 2.5rem;
  padding: 2.563rem 3.75rem 2.188rem 3.313rem;
  border-radius: 0.938rem;
  border: 0.188rem solid var(--main, #20b0aa);
  background: #fff;
  box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}
@media (max-width: 768px) {
  .p-sales-problem__answer-container {
    margin-top: 1.25rem;
    padding: 1.875rem 0.938rem 1.875rem 1.25rem;
  }
}

.p-sales-problem__answer-img {
  width: min(54.313rem, 100%);
  height: auto;
  aspect-ratio: 869/280;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-sales-problem__answer-img {
    width: 19.063rem;
    aspect-ratio: 305/458;
  }
}
.p-sales-problem__answer-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-sales-problem__answer-item-text {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-problem__answer-item-text {
    margin-top: 0.625rem;
    font-size: 1rem;
    text-align: left;
  }
}

.p-sales-strong {
  padding-block: 3.75rem 5rem;
  background: var(--base, #e2f4f3);
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-sales-strong {
    padding-block: 2.5rem 3.125rem;
  }
}

.p-sales-strong__inner {
  position: relative;
  z-index: 1;
}

.p-sales-strong__title {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-strong__title {
    font-size: 1.375rem;
  }
}
.p-sales-strong__title .--large {
  color: #20b0aa;
  margin-right: 0.8rem;
  font-size: 3.0539375rem;
  font-weight: 800;
  font-style: italic;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-strong__title .--large {
    font-size: 1.75rem;
  }
}
.p-sales-strong__title .--large span {
  letter-spacing: -0.586rem;
}
@media (max-width: 768px) {
  .p-sales-strong__title .--large span {
    letter-spacing: -0.336rem;
  }
}
.p-sales-strong__title .--line {
  position: relative;
}
.p-sales-strong__title .--line::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 8.25rem;
  height: 1.6875rem;
  background: url(../img/section_title_bg.svg) no-repeat center/contain;
}
@media (max-width: 768px) {
  .p-sales-strong__title .--line::before {
    bottom: -0.5rem;
    width: 4.875rem;
    height: 0.9375rem;
  }
}

.p-sales-strong__description {
  margin-top: 2.125rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-strong__description {
    margin-top: 1rem;
  }
}

.p-sales-strong__container {
  display: flex;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .p-sales-strong__container {
    margin-top: 1.25rem;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .p-sales-strong__container--desktop {
    display: none;
  }
}

.p-sales-strong__swiper--mobile {
  display: none;
  margin-top: 1.25rem;
  position: relative;
  overflow: visible;
}
@media (max-width: 768px) {
  .p-sales-strong__swiper--mobile {
    display: block;
  }
}
.p-sales-strong__swiper--mobile .swiper-slide {
  height: auto;
  display: flex;
}
.p-sales-strong__swiper--mobile .p-sales-strong__item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-sales-strong__swiper--mobile .swiper-button-prev,
.p-sales-strong__swiper--mobile .swiper-button-next {
  position: absolute;
  top: 19%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
}
.p-sales-strong__swiper--mobile .swiper-button-prev svg,
.p-sales-strong__swiper--mobile .swiper-button-next svg {
  width: 2.5rem;
  height: 2.5rem;
}
.p-sales-strong__swiper--mobile .swiper-button-prev.swiper-button-disabled,
.p-sales-strong__swiper--mobile .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}
.p-sales-strong__swiper--mobile .swiper-button-prev {
  left: -0.625rem;
}
.p-sales-strong__swiper--mobile .swiper-button-next {
  right: -0.625rem;
}

.p-sales-strong__item {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.p-sales-strong__item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 320/188;
}
.p-sales-strong__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.9375rem 0.9375rem 0 0;
}

.p-sales-strong__item-title {
  padding: 0.625rem 0.9375rem;
  background: #20b0aa;
  color: #fff;
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 900;
  line-height: 1.47;
}

.p-sales-strong__item-text {
  display: block;
  background-color: #fff;
  padding: 0.75rem 1.125rem 1.875rem;
  border-radius: 0 0 0.9375rem 0.9375rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  flex: 1;
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: ""; /* デフォルトのものを初期化 */
}

/* =============================
   ページネーション (bullets)
============================= */
/* 位置の設定 (枠組み) */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static;
  line-height: 0;
  margin-top: 0.9375rem;
}

/* それぞれのページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 0.625rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  margin-inline: 0.46875rem;
}

/* activeな部分 */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #20b0aa;
}

.p-sales-support {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .p-sales-support {
    margin-top: 3.125rem;
  }
}

.p-sales-support__title {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-support__title {
    font-size: 1.375rem;
  }
}
.p-sales-support__title .--large {
  display: inline-block;
  padding-right: 0.5rem;
  color: #20b0aa;
  font-size: 3.054rem;
  font-style: italic;
  font-weight: 800;
}
@media (max-width: 768px) {
  .p-sales-support__title .--large {
    font-size: 1.75rem;
  }
}
.p-sales-support__title .--large span {
  letter-spacing: -0.367rem;
}
@media (max-width: 768px) {
  .p-sales-support__title .--large span {
    letter-spacing: -0.21rem;
  }
}
.p-sales-support__title .--line {
  position: relative;
}
.p-sales-support__title .--line::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 12.125rem;
  height: 2.313rem;
  background: url(../img/section_title_bg.svg) no-repeat center/contain;
}
@media (max-width: 768px) {
  .p-sales-support__title .--line::before {
    bottom: -0.8rem;
    width: 7rem;
    height: 1.313rem;
  }
}

.p-sales-support__description {
  margin-top: 2.125rem;
  color: #054844;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-sales-support__description {
    margin-top: 1.188rem;
  }
}

.p-sales-support__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 2.5rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .p-sales-support__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
    margin-top: 1.875rem;
  }
}

.p-sales-support__item {
  display: flex;
  align-items: center;
  column-gap: 1.75rem;
  padding: 1.063rem 0.813rem 1.5rem 1.875rem;
  border-radius: 0.938rem;
  background: #e2f4f3;
}
@media (max-width: 768px) {
  .p-sales-support__item {
    column-gap: 0.75rem;
    padding: 1.063rem 0.625rem 1.188rem 0.625rem;
  }
}

.p-sales-support__item-icon {
  width: 5.625rem;
  height: 5.625rem;
}
@media (max-width: 768px) {
  .p-sales-support__item-icon {
    width: 5.313rem;
    height: 5.313rem;
  }
}
.p-sales-support__item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-sales-support__item-content {
  flex: 1;
}

.p-sales-support__item-title {
  color: #054844;
  font-size: 1.5rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  .p-sales-support__item-title {
    font-size: 1.188rem;
  }
}

.p-sales-support__item-text {
  margin-top: 0.313rem;
  color: #054844;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-sales-support__item-text {
    margin-top: 0.438rem;
  }
}

.p-sales-way {
  margin-top: 4.375rem;
}
@media (max-width: 768px) {
  .p-sales-way {
    margin-top: 3.125rem;
    padding: 0;
  }
}

.p-sales-way__title {
  text-align: center;
}
.p-sales-way__title p:first-child {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-sales-way__title p:first-child {
    font-size: 1.375rem;
  }
}
.p-sales-way__title p:first-child .--large {
  display: inline-block;
  padding-right: 0.8rem;
  color: #20b0aa;
  font-size: 3.054rem;
  font-style: italic;
  font-weight: 800;
}
@media (max-width: 768px) {
  .p-sales-way__title p:first-child .--large {
    font-size: 1.75rem;
  }
}
.p-sales-way__title p:first-child .--large span {
  letter-spacing: -0.586rem;
}
@media (max-width: 768px) {
  .p-sales-way__title p:first-child .--large span {
    letter-spacing: -0.336rem;
  }
}
.p-sales-way__title p:last-child {
  position: relative;
  display: inline-block;
  color: #054844;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .p-sales-way__title p:last-child {
    font-size: 1.375rem;
  }
}
.p-sales-way__title p:last-child .--accent {
  font-size: 2.5rem;
  color: #ff8000;
}
@media (max-width: 768px) {
  .p-sales-way__title p:last-child .--accent {
    font-size: 1.75rem;
  }
}
.p-sales-way__title p:last-child::before {
  content: "";
  position: absolute;
  bottom: -2.375rem;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 678/25;
  background: url(../img/way_title_bg.svg) no-repeat center/contain;
}
@media (max-width: 768px) {
  .p-sales-way__title p:last-child::before {
    aspect-ratio: 286/21;
    background: url(../img/sp/sp_way_title_bg.svg) no-repeat center/contain;
    bottom: -2.375rem;
  }
}

.p-sales-way__container {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  margin-top: 4.25rem;
}
@media (max-width: 768px) {
  .p-sales-way__container {
    gap: 2.5rem;
    margin-top: 3.125rem;
  }
}

.p-sales-way__item {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .p-sales-way__item {
    flex-direction: column;
    align-items: center;
    gap: 2.125rem;
  }
}
.p-sales-way__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-sales-way__item:nth-child(even) {
    flex-direction: column;
  }
}
.p-sales-way__item:nth-child(even) .p-sales-way__item-img {
  margin-left: 0;
  margin-right: auto;
}
.p-sales-way__item:nth-child(even) .p-sales-way__item-img::before {
  transform: translate(1.25rem, 1.25rem);
}
@media (max-width: 768px) {
  .p-sales-way__item:nth-child(even) .p-sales-way__item-img::before {
    transform: translate(0.875rem, 0.875rem);
  }
}

.p-sales-way__item-img {
  position: relative;
  width: 28.125rem;
  height: 17.938rem;
  border-radius: 2.5rem;
}
@media (max-width: 768px) {
  .p-sales-way__item-img {
    width: calc(100% - 0.875rem);
    height: auto;
    aspect-ratio: 325/207;
    margin-left: auto;
  }
}
.p-sales-way__item-img img {
  width: 100%;
  height: 100%;
  border-radius: 2.5rem;
  object-fit: cover;
}
.p-sales-way__item-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translate(-1.25rem, 1.25rem);
  width: 100%;
  height: 100%;
  border-radius: 2.5rem;
  background: #20b0aa;
}
@media (max-width: 768px) {
  .p-sales-way__item-img::before {
    transform: translate(-0.875rem, 0.875rem);
  }
}

.p-sales-way__item-content {
  flex: 1;
}

.p-sales-way__item-title {
  padding-bottom: 0.563rem;
  border-bottom: 0.125rem solid #20b0aa;
  color: #20b0aa;
  font-size: 2rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  .p-sales-way__item-title {
    font-size: 1.625rem;
  }
}

.p-sales-way__item-text {
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-sales-way__item-text {
    margin-top: 0.813rem;
  }
}

.p-sales-plan {
  margin-top: 5rem;
  padding-block: 4.9375rem 5rem;
  background-color: #e2f4f3;
  text-align: center;
}
@media (max-width: 768px) {
  .p-sales-plan {
    margin-top: 3.125rem;
    padding-block: 3.75rem 3.125rem;
  }
}

.p-sales-plan__inner {
  position: relative;
  z-index: 1;
}

.p-sales-plan__title {
  display: inline-block;
  position: relative;
  padding: 0.625rem 2.8125rem 0.875rem;
  border: 0.125rem solid #20b0aa;
  background: #fff;
  color: #20b0aa;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-plan__title {
    padding: 0.375rem 1.75rem 0.5rem;
    font-size: 1.375rem;
  }
}
.p-sales-plan__title::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  translate: 0.625rem 0.625rem;
  border: 0.125rem solid #20b0aa;
}

.p-sales-plan__container {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .p-sales-plan__container {
    margin-top: 1.625rem;
  }
}

.p-sales-plan__main-wrap {
  width: min(58.75rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-sales-plan__main-wrap {
    width: 100%;
    padding-inline: 0;
  }
}

.p-sales-plan__main {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 0.9375rem;
  border: 0.1875rem solid #20b0aa;
  background: #fff;
  box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .p-sales-plan__main {
    flex-direction: column;
  }
}

.p-sales-plan__info {
  width: 51.3953488372%;
  padding: 2.5rem 2.5rem 2.75rem;
  background-color: #f5f5f5;
  border-radius: 0.625rem 0 0 0.625rem;
  background: var(--main, #20b0aa);
}
@media (max-width: 768px) {
  .p-sales-plan__info {
    width: 100%;
    padding: 1.25rem;
    border-radius: 0.625rem 0.625rem 0 0;
  }
}

.p-sales-plan__info-title {
  padding: 0.625rem 5.125rem;
  border-radius: 100vmax;
  background-color: #fff;
  color: var(--font, #054844);
  text-align: center;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-plan__info-title {
    width: fit-content;
    margin-inline: auto;
    padding: 0.5rem 50px;
    font-size: 1rem;
  }
}
.p-sales-plan__info-title .--large {
  display: inline-block;
  color: #20b0aa;
  font-size: 2.875rem;
  font-style: italic;
  font-weight: 900;
  padding-right: 0.3125rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-sales-plan__info-title .--large {
    font-size: 28px;
    line-height: 0.8;
  }
}
.p-sales-plan__info-title .--small {
  color: #20b0aa;
  font-size: 1.75rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  .p-sales-plan__info-title .--small {
    font-size: 1rem;
  }
}

.p-sales-plan__info-text {
  margin-top: 0.625rem;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-plan__info-text {
    font-size: 1.25rem;
  }
}

.p-sales-plan__price {
  flex: 1;
  color: #20b0aa;
  text-align: center;
  line-height: normal;
  font-size: 3.75rem;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-plan__price {
    padding-bottom: 0.5rem;
    font-size: 2.25rem;
  }
}
.p-sales-plan__price .--large {
  font-size: 7.5rem;
  font-style: italic;
  font-weight: 900;
  display: inline-block;
  padding-right: 0.625rem;
}
@media (max-width: 768px) {
  .p-sales-plan__price .--large {
    font-size: 4.375rem;
    line-height: 1.2;
  }
}
.p-sales-plan__price .--small {
  color: #054844;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-plan__price .--small {
    font-size: 0.875rem;
  }
}

.p-sales-plan__detail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5625rem;
}
@media (max-width: 768px) {
  .p-sales-plan__detail {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
    margin-top: 1.875rem;
  }
}

.p-sales-plan__detail-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.625rem;
  padding: 1.0625rem;
  border-radius: 0.9375rem;
  background: #fff;
}
@media (max-width: 768px) {
  .p-sales-plan__detail-item {
    justify-content: flex-end;
    gap: 0.625rem;
    padding: 0.9375rem 0.4375rem;
  }
}

.p-sales-plan__detail-icon {
  height: 3.4375rem;
}
@media (max-width: 768px) {
  .p-sales-plan__detail-icon {
    height: 2.1875rem;
  }
}
.p-sales-plan__detail-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-sales-plan__detail-content {
  text-align: left;
}

.p-sales-plan__detail-item-title {
  color: #054844;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-plan__detail-item-title {
    font-size: 0.75rem;
  }
}

.p-sales-plan__detail-item-text {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-plan__detail-item-text {
    font-size: 0.875rem;
    white-space: nowrap;
  }
}
.p-sales-plan__detail-item-text .--large {
  color: #20b0aa;
  font-size: 2.875rem;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-sales-plan__detail-item-text .--large {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .p-sales-plan__detail-item-text .--large .--sp {
    font-size: 1.75rem;
  }
}
.p-sales-plan__detail-item-text .--green {
  color: #20b0aa;
}

.p-sales-project {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .p-sales-project {
    margin-top: 3.125rem;
  }
}

.p-sales-project__title {
  position: relative;
  color: #054844;
  text-align: center;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-project__title {
    font-size: 1.625rem;
  }
}
.p-sales-project__title::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 12.125rem;
  height: 2.3125rem;
  background: url(../img/section_title_bg.svg) no-repeat center/contain;
}
@media (max-width: 768px) {
  .p-sales-project__title::before {
    bottom: -0.9375rem;
    width: 7.125rem;
    height: 1.3125rem;
  }
}

.p-sales-project__container {
  margin-top: 3.9375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem 1.25rem;
}
@media (max-width: 768px) {
  .p-sales-project__container {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2.0625rem;
    gap: 1.25rem;
  }
}

.p-sales-project__item {
  display: flex;
  flex-direction: column;
  border-radius: 0.9375rem;
  border: 0.1875rem solid var(--main, #20b0aa);
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-sales-project__item {
    border-width: 0.125rem;
  }
}

.p-sales-project__item-title {
  padding: 0.625rem 1.25rem;
  background: linear-gradient(90deg, #20b0aa 23.08%, rgba(32, 176, 170, 0) 100%);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-project__item-title {
    padding: 0.625rem 0.8125rem;
  }
}

.p-sales-project__item-detail {
  flex: 1;
  padding: 0.9375rem 1.25rem;
}
@media (max-width: 768px) {
  .p-sales-project__item-detail {
    padding: 1.125rem 0.8125rem;
  }
}

.p-sales-project__item-content-item-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-project__item-content-item-title {
    font-size: 1.125rem;
  }
}
.p-sales-project__item-content-item-title span {
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-project__item-content-item-title span {
    font-size: 0.875rem;
  }
}

.p-sales-project__item-content-item-text {
  margin-top: 0.5625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-project__item-content-item-text {
    margin-top: 0.8125rem;
  }
}

.p-sales-project__item-result {
  background: var(--base, #e2f4f3);
  text-align: center;
}

.p-sales-project__item-result-title {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-project__item-result-title {
    font-size: 1.125rem;
  }
}
.p-sales-project__item-result-title .--large {
  display: inline-block;
  padding-right: 0.3125rem;
  color: var(--main, #20b0aa);
  font-size: 2.875rem;
  font-weight: 900;
  line-height: normal;
  font-style: italic;
}
@media (max-width: 768px) {
  .p-sales-project__item-result-title .--large {
    padding-left: 0.3125rem;
    padding-right: 0.5rem;
    font-size: 2.375rem;
  }
}

.p-sales-schedule {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .p-sales-schedule {
    margin-top: 3.125rem;
    padding: 0;
  }
}
.p-sales-schedule__title {
  position: relative;
  color: #054844;
  text-align: center;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-schedule__title {
    font-size: 1.625rem;
  }
}
.p-sales-schedule__title::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 12.125rem;
  height: 2.3125rem;
  background: url(../img/section_title_bg.svg) no-repeat center/contain;
}
@media (max-width: 768px) {
  .p-sales-schedule__title::before {
    bottom: -0.9375rem;
    width: 7.125rem;
    height: 1.3125rem;
  }
}
.p-sales-schedule__description {
  text-align: center;
  margin-top: 2.125rem;
  color: #054844;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
}
.p-sales-schedule__container {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .p-sales-schedule__container {
    display: flex;
    flex-direction: row;
    column-gap: 1.5rem;
  }
}
.p-sales-schedule__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 1.25rem;
}
@media (max-width: 768px) {
  .p-sales-schedule__wrap {
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.875rem;
  }
}
.p-sales-schedule__item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 0.9375rem 0.9375rem;
  border-radius: 0.9375rem;
  background: var(--base, #e2f4f3);
}
@media (max-width: 768px) {
  .p-sales-schedule__item {
    justify-content: center;
    gap: 0.125rem 0.625rem;
    width: 100%;
    height: auto;
    padding: 1.875rem 1rem 1.25rem;
  }
}
@media (max-width: 768px) {
  .p-sales-schedule__item:nth-child(4),
  .p-sales-schedule__item:nth-child(5) {
    padding-bottom: 2.25rem;
  }
}
.p-sales-schedule__item-inner {
  display: contents;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
@media (max-width: 768px) {
  .p-sales-schedule__item-inner {
    display: flex;
  }
}
.p-sales-schedule__item .number {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  width: 3rem;
}
@media (max-width: 768px) {
  .p-sales-schedule__item .number {
    width: 2.5rem;
  }
}
.p-sales-schedule__item .icon {
  display: flex;
  align-items: center;
  height: 3rem;
}
.p-sales-schedule__item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-sales-schedule__item .title {
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 0.625rem;
}
@media (max-width: 768px) {
  .p-sales-schedule__item .title {
    font-size: 1.125rem;
    margin-top: 0;
  }
}
.p-sales-schedule__item .description {
  font-weight: 500;
  font-size: 0.875rem;
  text-align: left;
  line-height: normal;
  margin-top: 0.3125rem;
}
.p-sales-schedule__detail {
  position: relative;
  margin-top: 1.25rem;
}
.p-sales-schedule__detail::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  border-radius: 0.9375rem;
  background: #fff7e7;
  width: 100%;
  height: 8.125rem;
  z-index: -1;
}
.p-sales-schedule__detail__text {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  margin-top: 1.25rem;
}
.p-sales-schedule__detail__text .--line {
  display: inline-block;
  position: relative;
}
.p-sales-schedule__detail__text .--line::before {
  content: "";
  position: absolute;
  left: 0rem;
  bottom: 12%;
  background: #fff600;
  width: 100%;
  height: 0.4375rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-sales-schedule__detail__text {
    position: relative;
    z-index: 1;
    font-size: 1.375rem;
    margin-top: 0;
  }
}
.p-sales-schedule__detail-sp {
  position: relative;
  border-radius: 0.9375rem;
  margin-top: 1.25rem;
  padding: 1.25rem 0;
  background-color: #fff7e7;
}
.p-sales-schedule__detail-sp .highlight {
  color: #ffe926;
}
.p-sales-schedule__arrow {
  display: flex;
  column-gap: 1.5625rem;
}
.p-sales-schedule__arrow-1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/sales-schedule_arrow-1.svg) no-repeat center/contain;
  width: 37.375rem;
  height: 4.25rem;
}
.p-sales-schedule__arrow-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/sales-schedule_arrow-2.svg) no-repeat center/contain;
  width: 24.5625rem;
  height: 4.25rem;
}
@media (max-width: 768px) {
  .p-sales-schedule__sidebar {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.p-sales-schedule__sidebar-1,
.p-sales-schedule__sidebar-2 {
  width: 4.25rem;
}
.p-sales-schedule .arrow-text {
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0;
}

.p-sales-company {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .p-sales-company {
    margin-top: 3.125rem;
    padding: 0 1.25rem;
  }
}

.p-sales-company__inner {
  max-width: 800px;
  margin: 0 auto;
  background-color: #f5f5f5;
  border-radius: 0.9375rem;
  padding: 2.25rem 5.5625rem 2.5rem;
}
@media (max-width: 768px) {
  .p-sales-company__inner {
    padding-inline: 1.25rem;
  }
}

.p-sales-company__title {
  color: #000;
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-company__title {
    font-size: 1.5rem;
  }
}

.p-sales-company__description {
  margin-top: 0.625rem;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-sales-company__description {
    margin-top: 0.9375rem;
    font-size: 1rem;
  }
}

.p-sales-company__container {
  margin: 1rem auto 0;
}
@media (max-width: 768px) {
  .p-sales-company__container {
    margin-top: 0.5625rem;
  }
}

.p-sales-company__table {
  width: 100%;
}

.p-sales-company__row {
  display: flex;
  column-gap: 1.875rem;
  border-bottom: 1px solid #c0c0c0;
  padding: 0.5rem 0;
}
@media (max-width: 768px) {
  .p-sales-company__row {
    flex-direction: column;
    row-gap: 0.1875rem;
    padding: 0.75rem 0;
  }
}

.p-sales-company__label {
  font-weight: bold;
  font-size: 1rem;
  color: #074844;
  min-width: 162px;
  flex-shrink: 0;
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-sales-company__label {
    min-width: auto;
    margin-bottom: 4px;
    font-size: 0.875rem;
  }
}

.p-sales-company__value {
  font-size: 1rem;
  color: #074844;
  flex: 1;
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-sales-company__value {
    padding-left: 0;
    font-size: 0.875rem;
  }
}

.p-sales-faq {
  margin-top: 5rem;
  padding: 6.25rem 0 4.5rem 0;
  background: #e3f5f4;
}
@media (max-width: 768px) {
  .p-sales-faq {
    margin-top: 3.125rem;
    padding: 3.125rem 0;
  }
}
@media (max-width: 768px) {
  .p-sales-faq__title {
    font-size: 1.625rem;
  }
}
.p-sales-faq__container {
  margin-top: 1.6rem;
}
@media (max-width: 768px) {
  .p-sales-faq__container {
    margin-top: 1.375rem;
  }
}
.p-sales-faq__row {
  padding: 1.25rem 0;
  border-bottom: 2px dashed #8cd7d4;
}
@media (max-width: 768px) {
  .p-sales-faq__row {
    padding: 1.25rem 0;
  }
}
.p-sales-faq__row .icon {
  width: 3.125rem;
}
@media (max-width: 768px) {
  .p-sales-faq__row .icon {
    width: 2.375rem;
  }
}
.p-sales-faq__question {
  display: flex;
  align-items: center;
  column-gap: 0.9375rem;
  padding: 0.8125rem 1.25rem;
  background: #fff;
  border-radius: 100vmax;
}
@media (max-width: 768px) {
  .p-sales-faq__question {
    column-gap: 0.5rem;
    padding: 0.75rem 1.1875rem 0.75rem 0.625rem;
  }
}
.p-sales-faq__question:not(:last-of-type) {
  margin-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .p-sales-faq__question:not(:last-of-type) {
    margin-bottom: 0.5rem;
  }
}
.p-sales-faq__question .text {
  flex: 1;
  font-weight: 700;
  font-size: 1.25rem;
  color: #054844;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .p-sales-faq__question .text {
    font-size: 1rem;
  }
}
.p-sales-faq__answer {
  display: flex;
  align-items: center;
  column-gap: 0.9375rem;
  padding-inline: 1.25rem;
}
@media (max-width: 768px) {
  .p-sales-faq__answer {
    position: relative;
    align-items: flex-start;
    column-gap: 0.5rem;
    padding-inline: 0.625rem;
  }
}
.p-sales-faq__answer .text {
  color: #054844;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .p-sales-faq__answer .text {
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 2.875rem;
  }
}
@media (max-width: 768px) {
  .p-sales-faq__answer .icon {
    position: absolute;
  }
}

.p-sales-form {
  padding: 6.25rem 0;
  background: #20b1aa;
}
@media (max-width: 768px) {
  .p-sales-form {
    padding: 3.125rem 0;
  }
}
.p-sales-form__title {
  color: #fff;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .p-sales-form__title {
    font-size: 1.625rem;
  }
}
.p-sales-form__container {
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .p-sales-form__container {
    margin-top: 1.25rem;
  }
}
.p-sales-form__wrap {
  background: #fff;
  border-radius: 0.9375rem;
  padding: 2.5rem 3.875rem;
}
@media (max-width: 768px) {
  .p-sales-form__wrap {
    padding: 1.4375rem 1.25rem;
  }
}
.p-sales-form__table {
  width: 100%;
}
.p-sales-form__table .row {
  display: flex;
  align-items: flex-start;
  column-gap: 1.25rem;
}
@media (max-width: 768px) {
  .p-sales-form__table .row {
    flex-direction: column;
    row-gap: 0.5rem;
  }
}
.p-sales-form__table .row:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .p-sales-form__table .row:not(:last-of-type) {
    margin-bottom: 1.3125rem;
  }
}
.p-sales-form__table .row .label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 1.25rem;
  width: 16.25rem;
  margin-top: 0.65rem;
}
@media (max-width: 768px) {
  .p-sales-form__table .row .label {
    width: auto;
    column-gap: 1.8rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.p-sales-form__table .row .label p {
  font-weight: 700;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .p-sales-form__table .row .label p {
    font-size: 1rem;
  }
}
.p-sales-form__table .row .label .required {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.3125rem;
  background: #ff8000;
  padding: 0.1875rem 0.625rem;
  font-weight: 500;
  font-size: 0.75rem;
  color: #fff;
}
@media (max-width: 768px) {
  .p-sales-form__table .row .label .required {
    width: 2.75rem;
    height: 1.4375rem;
    font-size: 0.75rem;
  }
}
.p-sales-form__table input[type="text"],
.p-sales-form__table input[type="email"],
.p-sales-form__table input[type="tel"],
.p-sales-form__table textarea {
  outline: none;
  border-radius: 0.3125rem;
  border: none;
  background: #f1f1f1;
  width: 100%;
  padding: 0.8125rem 1.25rem;
  font-weight: 500;
  font-size: 1rem;
  color: #000;
}
@media (max-width: 768px) {
  .p-sales-form__table input[type="text"],
  .p-sales-form__table input[type="email"],
  .p-sales-form__table input[type="tel"],
  .p-sales-form__table textarea {
    width: 100%;
    font-size: 1rem;
    border: 0.0625rem solid #eee;
    padding: 0.8125rem 0.625rem;
  }
}
.p-sales-form__table input[type="text"]::placeholder,
.p-sales-form__table input[type="email"]::placeholder,
.p-sales-form__table input[type="tel"]::placeholder,
.p-sales-form__table textarea::placeholder {
  font-size: 1.0625rem;
  color: #bebebe;
}
.p-sales-form__table textarea {
  height: 12.375rem;
  resize: none;
}
@media (max-width: 768px) {
  .p-sales-form__table textarea {
    height: 7.875rem;
  }
}
.p-sales-form__table input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  display: block;
  margin: 0 auto;
}
.p-sales-form__table input:-webkit-autofill {
  box-shadow: 0px 0px 100px 100px #fff inset;
  color: #074844 !important;
}
.p-sales-form__table span.wpcf7-spinner,
.p-sales-form__table .wpcf7-response-output,
.p-sales-form__table .wpcf7-form.sent .wpcf7-response-output {
  display: none !important;
}
.p-sales-form__table .wpcf7-not-valid-tip {
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #ff9b1a;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 10px;
  padding: 10px 10px;
  position: relative;
}
@media (max-width: 768px) {
  .p-sales-form__table .wpcf7-not-valid-tip {
    font-size: 1.5625rem;
  }
}
.p-sales-form__table .wpcf7-not-valid-tip::before {
  content: "";
  border: 10px solid transparent;
  border-bottom: 15px solid #ff9b1a;
  position: absolute;
  top: -25px;
  left: 5%;
}
.p-sales-form__submit {
  margin-top: 0.125rem;
}
@media (max-width: 768px) {
  .p-sales-form__submit {
    margin-top: 0.0625rem;
  }
}
.p-sales-form__submit .c-btn {
  background-color: #ff8000;
  box-shadow: none;
  width: 21.875rem;
  height: 5rem;
}
@media (max-width: 768px) {
  .p-sales-form__submit .c-btn {
    background-color: #ff8000;
    width: 100%;
    height: 3.125rem;
  }
}
.p-sales-form__submit-btn {
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-sales-form__submit-btn {
    font-size: 1rem;
  }
}

.p-sales-form__table .row .label .required.-no {
  background: #999;
}

.p-sales-form__table .row .wpcf7-form-control-wrap {
  flex: 1;
}

.p-sales-form__table .row.-radio .wpcf7-form-control-wrap .wpcf7-list-item {
  display: block;
  margin-left: 0;
}

.p-sales-form__table .row.-radio .wpcf7-form-control-wrap .wpcf7-list-item {
  display: block;
  margin-left: 0;
}

.p-sales-form__table .row.-radio .wpcf7-form-control-wrap .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 0.5rem;
}

.p-sales-form__table .row.-radio .wpcf7-form-control-wrap .wpcf7-list-item.has-free-text {
  position: relative;
}

.p-sales-form__table .row.-radio .wpcf7-form-control-wrap .wpcf7-list-item.has-free-text::before {
  content: "その他の場合は下記もご記入ださい。";
  position: absolute;
  left: 0;
  top: 2.5rem;
  width: 100%;
  height: auto;
  font-size: 0.9rem;
}

.p-sales-form__table .row.-radio .wpcf7-form-control-wrap .wpcf7-list-item.has-free-text label {
  position: relative;
  display: block;
}

.p-sales-form__table .row.-radio .wpcf7-form-control-wrap .wpcf7-list-item.has-free-text input[type="text"] {
  margin-top: 2.5rem;
}

.p-form__table .row.-radio .wpcf7-form-control-wrap .wpcf7-list-item.first,
.p-sales-form__wrap .row.-radio .wpcf7-form-control-wrap .wpcf7-list-item.first {
  display: none;
}

@media (max-width: 768px) {
  .p-sales-form__table .row.-radio .label {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.3125rem;
  }
  .p-sales-form__table .row.-radio .label p {
    font-size: 1rem;
  }
  .p-sales-form__table .row.-radio .wpcf7-form-control-wrap .wpcf7-list-item.has-free-text::before {
    top: 2.8rem;
    font-size: 1rem;
  }
  .p-sales-form__table .row.-radio .wpcf7-form-control-wrap .wpcf7-list-item.has-free-text input[type="text"] {
    margin-top: 3.3125rem;
  }
  .p-sales-form__table .row.-radio .wpcf7-list-item-label {
    font-size: 1rem;
  }
}
.p-sales-form__table .row .text {
  background: #e2f4f3;
  border-radius: 1rem;
  padding: 1.25rem 1.875rem;
  color: #054844;
}
@media (max-width: 768px) {
  .p-sales-form__table .row .text {
    padding: 0.9375rem;
    font-size: 0.75rem;
  }
}

.p-sales-form__table .wpcf7-not-valid-tip {
  position: relative;
}
@media (max-width: 768px) {
  .p-sales-form__table .wpcf7-not-valid-tip {
    font-size: 0.75rem;
  }
}

.p-thanks__area {
  padding-top: 2.5rem;
}
@media (max-width: 768px) {
  .p-thanks__area {
    padding-top: 0;
  }
}
#thanks-buzztoru {
  .p-thanks__alert {
    background: #000;
  }
  .text-wrap {
    color: #fff;
    .strong::before {
      background: #f72e55;
    }
  }
  .p-thanks__wrap {
    color: #000;
  }
  .c-btn {
    background: #f72e55;
  }
  .texts {
    color: #000;
  }
  .list {
    ul {
      background: #eceaef;
    }
    .item {
      background: #eceaef;
    }
  }
}
.p-thanks__alert {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #95dad7;
  width: 100%;
  height: auto;
  padding: 1.25rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-thanks__alert {
    gap: 1.3rem;
    width: 42rem;
    padding: 2.4rem 1.7rem;
  }
}
.p-thanks__alert img {
  width: 5rem;
  height: 5rem;
}
@media (max-width: 768px) {
  .p-thanks__alert img {
    width: 10.416rem;
    height: 10.416rem;
  }
}
.p-thanks__alert .strong {
  font-weight: 700;
  position: relative;
  font-size: 1.875rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-thanks__alert .strong {
    font-size: 3.9063rem;
    margin-bottom: 2.2rem;
  }
}
.p-thanks__alert .strong span {
  letter-spacing: -0.2em;
}
.p-thanks__alert .text {
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-thanks__alert .text {
    font-size: 2.0833rem;
    letter-spacing: -0.01em;
  }
}
.p-thanks__wrap {
  padding: 2.5rem 0;
}
@media (max-width: 768px) {
  .p-thanks__wrap {
    padding: 3.125rem 0;
  }
}
@media (max-width: 768px) {
  .p-thanks__wrap .bottom {
    padding-top: 2.0833rem;
    padding-bottom: 3.8rem;
  }
}
.p-thanks__wrap h2 {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .p-thanks__wrap h2 {
    font-size: 2.0833rem;
    letter-spacing: -0.01em;
    margin-bottom: 1.0416rem;
  }
}
.p-thanks__wrap p {
  font-size: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-thanks__wrap p {
    font-size: 1.8229rem;
    letter-spacing: -0.018em;
    line-height: 1.37;
    text-align: left;
  }
}
.p-thanks__wrap .list {
  margin: 1.25rem 0;
}
@media (max-width: 768px) {
  .p-thanks__wrap .list {
    margin: 2.0833rem 0;
  }
}
.p-thanks__wrap .list ul {
  width: 26rem;
  background: #e3f5f4;
  padding: 1rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-thanks__wrap .list ul {
    width: 100%;
    max-width: 44.6614rem;
    padding: 2.0833rem;
  }
}
.p-thanks__wrap .list ul li {
  position: relative;
  font-weight: 500;
  font-size: 1rem;
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .p-thanks__wrap .list ul li {
    font-size: 1.8229rem;
    padding-left: 2.6042rem;
    letter-spacing: -0.02em;
  }
}
.p-thanks__wrap .list ul li:not(:last-of-type) {
  margin-bottom: 0.45rem;
}
@media (max-width: 768px) {
  .p-thanks__wrap .list ul li:not(:last-of-type) {
    margin-bottom: 0.9rem;
  }
}
.p-thanks__wrap .list ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../img/thanks_list.svg) no-repeat center/contain;
  width: 1.25rem;
  height: 1.25rem;
}
@media (max-width: 768px) {
  .p-thanks__wrap .list ul li::before {
    width: 2.0833rem;
    height: 2.0833rem;
  }
}
.p-thanks__wrap .consultant {
  color: #d82e2e;
  font-size: 1.3rem;
}
.p-thanks__wrap .p-consultant-title {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  position: relative;
  top: 12px;
}
@media (max-width: 768px) {
  .p-thanks__wrap .p-consultant-title {
    font-size: 2.925rem;
  }
}
.p-thanks__contact {
  margin-top: -0.5rem;
}
@media (max-width: 768px) {
  .p-thanks__contact {
    margin-top: -1.04166rem;
  }
}
.p-thanks__contact .btn-wrap .btn a.contact {
  line-height: 1.3;
}
@media (max-width: 768px) {
  .p-thanks__contact .btn-wrap .btn a.contact {
    padding: 2.4rem 0;
  }
}
.p-thanks__contact .btn-wrap .btn a.contact span::after {
  content: "";
  background: url(../img/thanks_arrow.svg) no-repeat center/contain;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
}
@media (max-width: 768px) {
  .p-thanks__contact .btn-wrap .btn a.contact span::after {
    width: 2.3438rem;
    height: 2.3438rem;
  }
}

.p-consultant {
  padding-bottom: 2rem;
}
.p-consultant .l-inner {
  margin: 0 auto;
  padding: 0 10rem;
  width: 100%;
  max-width: 1262px;
}
@media (max-width: 768px) {
  .p-consultant .l-inner {
    padding: 0 2.6041rem;
  }
}
.p-consultant .item {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2.5rem;
  background: #e3f5f4;
  box-shadow: 4px 4px 10px rgba(7, 72, 68, 0.1);
  padding: 3.124rem 2.5rem;
}
@media (max-width: 768px) {
  .p-consultant .item {
    flex-direction: column-reverse;
    gap: 1.4rem;
    padding: 2.86rem 2.08rem;
    align-items: center;
  }
}
.p-consultant .item:not(:last-child) {
  margin-bottom: 3.75rem;
}
@media (max-width: 768px) {
  .p-consultant .item:not(:last-child) {
    margin-bottom: 5.2rem;
  }
}
.p-consultant .item .texts {
  flex: 1;
}
@media (max-width: 768px) {
  .p-consultant .item .texts {
    font-size: 1.5625rem;
  }
}
.p-consultant .item .detail {
  background: #fff;
  padding: 0.3rem 0.5rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .p-consultant .item .detail {
    font-size: 1.5625rem;
  }
}
.p-consultant .item .heading {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .p-consultant .item .heading {
    font-size: 2.925rem;
  }
}
.p-consultant .item .img {
  width: 23.4rem;
}
@media (max-width: 768px) {
  .p-consultant .item .img {
    width: 100%;
  }
}
.p-consultant .item .texts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 1.875rem;
}
@media (max-width: 768px) {
  .p-consultant .item .texts {
    gap: 1.95rem;
  }
}
.p-consultant .item .wrap {
  width: 100%;
}
.p-consultant .item-update-frame {
  padding: 2rem 2.5rem;
}
.p-consultant__btn {
  width: 21.4375rem;
  height: 3.125rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-consultant__btn {
    width: 100%;
    height: 6rem;
  }
}
.p-consultant__btn .c-btn {
  position: relative;
  justify-content: center;
}
.p-consultant__btn .c-btn::after {
  content: "";
  background: url(../img/submit_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 13%;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
}
@media (max-width: 768px) {
  .p-consultant__btn .c-btn::after {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-consultant__btn .text {
  font-size: 1rem;
  padding-right: 1.7rem;
}
@media (max-width: 768px) {
  .p-consultant__btn .text {
    font-size: 1.8229rem;
  }
}
.p-consultant__contact {
  text-align: center;
  padding: 2.5rem 0;
  margin-bottom: 3.75rem;
}
@media (max-width: 768px) {
  .p-consultant__contact {
    padding: 3.125rem 0;
    margin-bottom: 5.2rem;
  }
}
.p-consultant__contact .title {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .p-consultant__contact .title {
    font-size: 1.8229rem;
  }
}
.p-consultant__contact .red {
  font-size: 2.5rem;
  color: #d82e2e;
}
@media (max-width: 768px) {
  .p-consultant__contact .red {
    font-size: 2.3428rem;
  }
}
.p-consultant__heading {
  text-align: center;
  font-weight: 700;
  font-size: 2.03125rem;
  margin-bottom: 1.5625rem;
}
.p-consultant__heading img {
  width: 18.5rem;
}
.p-consultant__heading .small {
  font-size: 1.5625rem;
}
.p-consultant__heading .wrap {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 0.3rem;
}

.p-consultant-btn {
  width: 21.4375rem;
  height: 3.125rem;
  margin: 20px auto;
}
@media (max-width: 768px) {
  .p-consultant-btn {
    width: 100%;
    height: 6rem;
  }
}
.p-consultant-btn .c-btn {
  position: relative;
  justify-content: center;
}
.p-consultant-btn .c-btn::after {
  content: "";
  background: url(../img/submit_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 13%;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
}
@media (max-width: 768px) {
  .p-consultant-btn .c-btn::after {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-consultant-btn .text {
  font-size: 1rem;
  padding-right: 1.7rem;
}
@media (max-width: 768px) {
  .p-consultant-btn .text {
    font-size: 1.8229rem;
  }
}

/*# sourceMappingURL=style.css.map */
