body {
  background-color: #bff2e9;
  overflow-x: hidden;
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  margin: 0 20px;
  position: relative;
  z-index: -1;
}
.midashi {
  font-size: 56px;
  font-weight: bold;
  margin: 100px 0;
  text-align: center;
}
.midashi2 {
  font-size: 40px;
  font-weight: bold;
  margin: 100px 0;
  text-align: center;
}

/* ------------- 共通 ------------- */
.content-space {
  margin: 0 auto;
  padding: 0 20px;
}

/* ------------- 共通背景 ------------- */
.Common-bg {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background-color: #2188ff;
  position: relative;
  z-index: -5;
}
.Common-bg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84%;
  height: 100%;
  background-color: #bff2e9;
  z-index: -1;
}

@media screen and (max-width: 1800px) {
  .Common-bg::before {
    width: 90%;
  }
}

@media screen and (max-width: 1650px) {
  .Common-bg::before {
    width: 95%;
  }
}

.Common-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(181, 220, 213, 0.8) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(181, 220, 213, 0.8) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: -1;
}

/* ------------- 共通タイトル（背景あり） ------------- */
.title-bgc {
  font-weight: 700;
  color: #fff;
  border-radius: 12px;
  padding: 15px;
  width: auto;
  white-space: nowrap;
  display: inline-block;
}

/* -------------------------------
 LP用style
------------------------------- */

.capsuletoy {
  font-family: "Zen Maru Gothic", sans-serif;
}

/* ------------- h2見出し ------------- */

.capsuletoy .section-title {
  position: relative;
  color: #ff1070;
  font-weight: 900;
  font-size: clamp(16px, -0.375rem + 6.5vw, 55px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-image: url(../img/title_bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding: 60px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  .capsuletoy .section-title {
    background-size: contain;
    padding: 5% 5% 6% 5%;
  }
}

@media screen and (max-width: 450px) {
  .capsuletoy .section-title {
    background-image: url(../img/sp-title_bg2.svg);
    padding: 18% 5%;
  }
}

/* ------------- h2見出しlong ------------- */

.capsuletoy .section-title.title-long {
  background-image: url(../img/title_bg2.svg);
  padding: 80px 0;
}

@media screen and (max-width: 1000px) {
  .capsuletoy .section-title.title-long {
    background-size: contain;
    padding: 5% 5% 6% 5%;
  }
}

@media screen and (max-width: 450px) {
  .capsuletoy .section-title.title-long {
    background-image: url(../img/sp-title_bg3.svg);
    padding: 18% 5%;
  }
}

/* ------------- h2見出しサブ ------------- */

.capsuletoy .section-title__sub {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  background-color: #ff1070;
  border-radius: 40px;
  padding: 7px 20px;
  display: block;
  font-size: clamp(14px, 0.5rem + 2.34vw, 35px);
  width: auto;
  white-space: nowrap;
  font-weight: 700;
}

@media screen and (max-width: 480px) {
  .capsuletoy .section-title__sub {
    width: auto;
  }
}

.capsuletoy .section-title__sub::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  background-color: #ff1070;
  border-bottom-right-radius: 5px;
  z-index: -1;
}

@media screen and (max-width: 940px) {
  .capsuletoy .section-title__sub {
    top: -12%;
  }
}

@media screen and (max-width: 700px) {
  .capsuletoy .section-title__sub {
    top: -18%;
  }
}

@media screen and (max-width: 500px) {
  .capsuletoy .section-title__sub {
    top: -25%;
  }
}

@media screen and (max-width: 450px) {
  .capsuletoy .section-title__sub {
    top: 7%;
  }
}

/* ------------- h2見出しlongサブ ------------- */

@media screen and (max-width: 940px) {
  .capsuletoy .title-long .section-title__sub {
    top: -7%;
  }
}

@media screen and (max-width: 700px) {
  .capsuletoy .title-long .section-title__sub {
    top: -12%;
  }
}

@media screen and (max-width: 500px) {
  .capsuletoy .title-long .section-title__sub {
    top: -16%;
  }
}

@media screen and (max-width: 450px) {
  .capsuletoy .title-long .section-title__sub {
    top: 5%;
  }
}

/* ------------- h2見出しキャプション ------------- */

.capsuletoy .section-title__caption {
  font-weight: 700;
  font-size: clamp(16px, 0.44rem + 2.45vw, 44px);
  color: #000000;
  margin-bottom: 10px;
}

.capsuletoy .section-title__caption .green {
  color: #00ccb0;
}

/* ------------- h3見出し ------------- */

.capsuletoy .title-secondary {
  color: #ffffff;
  font-weight: 900;
  font-size: clamp(17px, 0.41rem + 2.79vw, 40px);
  text-align: center;
  background-image: url(../img/secondary-title_bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 3%;
  max-width: 648px;
  width: 100%;
  height: auto;
  z-index: 2;
  margin-bottom: clamp(-70px, -0.88rem - 2.91vw, -25px);
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .capsuletoy .title-secondary {
    padding: 5%;
  }
}

.capsuletoy .title-secondary.blue {
  background-color: #2188ff;
  background-image: none;
  mask-image: url(../img/secondary-title_bg.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

/* ------------- 吹き出し ------------- */

.hukidashi {
  position: relative;
  background-color: #ffffff;
  border: #2188ff solid 4px;
  border-radius: 36px;
  width: calc(100% - 6px);
  max-width: 400px;
  padding: 40px;
  filter: drop-shadow(6px 6px 0px #2188ff);
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* --- 斜め三角：下の土台（線になる部分） --- */
.hukidashi::before {
  content: "";
  position: absolute;
  bottom: -40px; /* 先端の深さ */
  left: 50px; /* 左側からの位置 */
  border-left: 0px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid #2188ff; /* 三角の長さと色 */
  transform: rotate(6deg); /* 左下へ向くように回転 */
  z-index: 1;
}

/* --- 斜め三角：上の被せ（中を白く抜く部分） --- */
.hukidashi::after {
  content: "";
  position: absolute;
  bottom: -24px; /* beforeより少し浅くする */
  left: 54px; /* beforeより右にずらすことで、左辺に線を作る */
  border-left: 0px solid transparent;
  border-right: 25px solid transparent;
  border-top: 35px solid #ffffff; /* 中の色（白） */
  transform: rotate(6deg);
  z-index: 2;
}

.hukidashi-title {
  position: absolute;
  top: 0;
  transform: translateY(-60%);
  left: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(16px, 0.66rem + 1.45vw, 28px);
  background-color: #2188ff;
  border-radius: 12px;
  padding: 4px 18px;
  width: auto;
  white-space: nowrap;
}

.hukidashi-text {
  font-weight: 700;
  line-height: 1.4;
}

/* ------------- 強み ------------- */
.strength-heading {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
}

.strength-heading__inner {
  background-color: #ffffff;
  border-radius: 200px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
}

@media screen and (max-width: 768px) {
  .strength-heading__inner {
    width: 92%;
  }
}
@media screen and (max-width: 480px) {
  .strength-heading__inner {
    width: 95%;
    padding: 30px 15px;
  }
}
@media screen and (max-width: 375px) {
  .strength-heading__inner {
    width: 100%;
  }
}

.strength-text__sub {
  font-size: clamp(15px, 0.45rem + 2.06vw, 32px);
}

.strength-text__emp {
  font-size: clamp(23px, 15px + 2.14vw, 56px);
  margin: 10px 0 18px 0;
  color: #ff1070;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.strength-text__emp .sp {
  position: relative;
  display: inline-block;
}
.strength-text__emp::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 9px;
  background: #ff9d00;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .strength-text__emp::after {
    bottom: -8px;
    height: 6px;
  }
}

@media screen and (max-width: 768px) {
  .strength-text__emp .sp {
    display: block;
    margin: 0 auto 10px auto;
    width: fit-content;
  }
  .strength-text__emp .sp::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 5px;
    background: #ff9d00;
    border-radius: 5px;
  }
}
@media screen and (max-width: 480px) {
  .strength-text__emp .sp::after {
    height: 3px;
  }
}

.strength-text {
  font-size: clamp(18px, 12.66px + 1.42vw, 40px);
}

.capsule-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.capsule-img.left {
  left: -10%;
}

.capsule-img.right {
  right: -10%;
  transform: translateY(-50%) scaleX(-1);
}

@media screen and (max-width: 1280px) {
  .capsule-img {
    width: 200px;
    top: 60%;
  }
  .capsule-img.left {
    left: -3%;
  }
  .capsule-img.right {
    right: -3%;
  }
}
@media screen and (max-width: 1024px) {
  .capsule-img {
    width: 180px;
  }
  .capsule-img.left {
    left: -1%;
  }
  .capsule-img.right {
    right: -1%;
  }
}
@media screen and (max-width: 768px) {
  .capsule-img {
    width: 130px;
    top: 70%;
  }

  .capsule-img.left {
    left: -3%;
  }

  .capsule-img.right {
    right: -3%;
    transform: translateY(-50%) scaleX(-1);
  }
}

@media screen and (max-width: 560px) {
  .capsule-img {
    width: 100px;
    top: 70%;
  }

  .capsule-img.left {
    left: -3%;
  }

  .capsule-img.right {
    right: -3%;
    transform: translateY(-50%) scaleX(-1);
  }
}
@media screen and (max-width: 480px) {
  .capsule-img {
    width: 90px;
    top: 70%;
  }
}

/* ------------- lottie ------------- */
.lottie {
  width: 600px;
  height: auto;
}

/* ------------- fv ------------- */
.fv {
  padding-bottom: clamp(90px, 58.4px + 8.41vw, 220px);
}

.fv-mainImg {
  position: relative;
  width: 100%;
  height: auto;
  /* min-height: 100vh; */
  /* overflow: visible; */
}

.fv-bg {
  position: relative;
  width: 1920px;
  width: 100%;
  display: block;
}

.fv-bg img {
  width: 100%;
  height: auto;
}

.fv-bg-sp {
  display: none;
}

.fv-img__inner {
  position: absolute;
  top: 31%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  max-width: 51.72vw;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .fv-img__inner {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .fv-img__inner {
    max-width: 78.13vw;
    width: 100%;
    gap: 30px;
  }
}
@media screen and (max-width: 480px) {
  .fv-img__inner {
    top: 34%;
    gap: 10px;
  }
}

.fv-title {
  width: 100%;
  height: auto;
}

.fv-title-sp {
  display: none;
}

.fv-title img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .fv-bg-pc {
    display: none;
  }
  .fv-bg-sp {
    display: block;
  }
  .fv-title-pc {
    display: none;
  }
  .fv-title-sp {
    display: block;
  }
}

.btn-orange.fv-btn {
  max-width: 583px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1280px) {
  .btn-orange.fv-btn .contact-button.orange {
    width: 85%;
    min-height: 62px;
  }
}
@media screen and (max-width: 1024px) {
  .btn-orange.fv-btn .contact-button.orange {
    width: 85%;
    min-height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .btn-orange.fv-btn .contact-button.orange {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .btn-orange.fv-btn .contact-button.orange {
    width: 100%;
    min-height: 50px;
  }
  .btn-orange.fv-btn .contact-button.orange p {
    font-size: 14px;
  }
}

.fv-body__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .fv-body__wrap {
    margin-top: 30px;
  }
}

.fv-comment {
  width: min(1500px, 90vw);
}

.fv-heading {
  width: min(1500px, 90vw);
}

.fv-comment__inner img,
.fv-heading__inner img {
  width: 100%;
  height: auto;
  display: block;
}

/* ------------- experience ------------- */
.experience {
  background-color: #ffce95;
  position: relative;
  z-index: -5;
}

.experience::before {
  content: "";
  position: absolute;
  /* max-width: 1920px; */
  width: 100%;
  height: clamp(280px, 162px + 31.47vw, 766px);
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/experience_bg-02.svg") no-repeat center / cover;
  z-index: -2;
}

.experience__inner {
  margin: 0 20px;
  padding-bottom: clamp(20px, -23.69px + 11.65vw, 200px);
}

.experience__main-wrap {
  margin-top: -70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.experience__main-wrap picture {
  max-width: 1175px;
  width: 100%;
}

.experience__main-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.experience__main-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/experience_bg-01.svg") no-repeat center / contain;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .experience__main-wrap::before {
    inset: auto;
    width: 110%;
    height: 440px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-size: cover;
  }
}
.strength-heading.experience-heading {
  margin-top: clamp(10px, 2.72px + 1.94vw, 40px);
  margin-bottom: clamp(280px, 250.87px + 7.77vw, 400px);
}

.strength-heading.experience-heading::after {
  content: "";
  position: absolute;
  bottom: clamp(-115%, -83.93% - 1.62vw, -90%);
  left: 50%;
  transform: translateX(-50%);
  max-width: 870px;
  width: 100%;
  height: 238px;
  background: url("../img/experience_illust.svg") no-repeat center / contain;
}

/* ------------- strength ------------- */
.strength {
  padding-bottom: clamp(160px, 126.03px + 9.06vw, 300px);
}

.strength__inner {
  margin: 0 20px;
}

.strength-title {
  position: relative;
  top: -135px;
}

.strength-flow {
  margin-top: clamp(-130px, -149.42px + 5.18vw, -50px);
  margin-bottom: 35px;
}

.strength-flow picture {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.strength-flow picture img {
  max-width: 1150px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1280px) {
  .strength-flow picture img {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .strength-flow picture img {
    width: 80%;
  }
}
@media screen and (max-width: 550px) {
  .strength-flow picture img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .strength-flow picture img {
    width: 102%;
  }
}

.strength .strength-heading {
  margin-top: clamp(60px, 45.45px + 3.78vw, 120px);
  position: relative;
}

.strength .strength-heading::before {
  content: "";
  position: absolute;
  top: -47%;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(126px, 88.64px + 9.69vw, 280px);
  height: clamp(100px, 70.42px + 7.67vw, 222px);
  background: url("../img/arrow-long-pink.svg") no-repeat center / contain;
}

.strength .strength-heading::after {
  content: "";
  position: absolute;
  bottom: -47%;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: clamp(126px, 88.64px + 9.69vw, 280px);
  height: clamp(100px, 70.42px + 7.67vw, 222px);
  background: url("../img/arrow-long-pink.svg") no-repeat center / contain;
}

@media screen and (max-width: 1280px) {
  .strength .strength-heading::before {
    top: -37%;
  }
  .strength .strength-heading::after {
    bottom: -37%;
  }
}
@media screen and (max-width: 1024px) {
  .strength .strength-heading::before {
    top: -33%;
  }
  .strength .strength-heading::after {
    bottom: -37%;
  }
}
@media screen and (max-width: 768px) {
  .strength .strength-heading::before {
    top: -30%;
  }
  .strength .strength-heading::after {
    bottom: -37%;
  }
}

/* ------------- capsuleToy-plan ------------- */
.capsuleToy-plan {
  position: relative;
}

.capsuleToy-plan::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/capsuleToy-plan_bg.svg") no-repeat center / cover;
  z-index: -5;
}

.capsuleToy-plan__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
  padding-bottom: clamp(165px, 140.7px + 6.47vw, 265px);
}

.capsuleToy-plan .checkbox {
  margin-top: clamp(-55px, -79.2px + 6.47vw, 45px);
}

.capsuleToy-plan .checkbox picture {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.capsuleToy-plan .checkbox img {
  max-width: 814px;
  width: 100%;
  height: auto;
  margin: 0 20px;
}

@media screen and (max-width: 1280px) {
  .capsuleToy-plan .checkbox img {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .capsuleToy-plan .checkbox img {
    /* width: clamp(100%, 61.9% + 10.2vw, 160%); */
    width: 160%;
  }
}
@media screen and (max-width: 650px) {
  .capsuleToy-plan .checkbox img {
    width: 140%;
  }
}
@media screen and (max-width: 550px) {
  .capsuleToy-plan .checkbox img {
    width: 120%;
  }
}
@media screen and (max-width: 480px) {
  .capsuleToy-plan .checkbox img {
    width: 100%;
  }
}

.plan-merit {
  margin-top: clamp(70px, 60.3px + 2.59vw, 110px);
  max-width: 1240px;
  width: 100%;
  height: auto;
  background: #fff;
  border: 4px #000 solid;
  border-radius: 16px;
  z-index: -1;
}

.plan-merit.bottom {
  position: relative;
}

.plan-merit.bottom::before {
  content: "";
  position: absolute;
  bottom: -9%;
  left: -17%;
  width: clamp(98px, 39.2px + 15.2vw, 340px);
  height: clamp(165px, 68.1px + 25.9vw, 576px);
  background: url("../img/plan-merit-illust01.svg") no-repeat center / cover;
  z-index: 1;
}

.plan-merit.bottom::after {
  content: "";
  position: absolute;
  bottom: 0%;
  right: -15%;
  width: clamp(93px, 38.2px + 14.6vw, 311px);
  height: clamp(119px, 49.2px + 18.6vw, 397px);
  background: url("../img/plan-merit-illust02.svg") no-repeat center / contain;
}

@media screen and (max-width: 1650px) {
  .plan-merit.bottom::before {
    left: -10%;
  }
  .plan-merit.bottom::after {
    bottom: -4%;
    right: -8%;
  }
}
@media screen and (max-width: 1440px) {
  .plan-merit.bottom::before {
    bottom: -20%;
    left: -4%;
  }
  .plan-merit.bottom::after {
    bottom: -16%;
    right: -2%;
  }
}
@media screen and (max-width: 1280px) {
  .plan-merit.bottom::before {
    left: 0%;
  }
  .plan-merit.bottom::after {
    right: 0%;
  }
}
@media screen and (max-width: 1024px) {
  .plan-merit.bottom::before {
    left: -1%;
  }
  .plan-merit.bottom::after {
    right: -1%;
  }
}
@media screen and (max-width: 768px) {
  .plan-merit.bottom::before {
    bottom: -8%;
    left: 3%;
  }
  .plan-merit.bottom::after {
    bottom: -6%;
  }
}
@media screen and (max-width: 480px) {
  .plan-merit.bottom::before {
    bottom: -11%;
    left: 0%;
  }
  .plan-merit.bottom::after {
    bottom: -8%;
    right: -4%;
  }
}
@media screen and (max-width: 375px) {
  .plan-merit.bottom::before {
    bottom: -14%;
    left: -2%;
  }
  .plan-merit.bottom::after {
    bottom: -11%;
  }
}

.plan-merit__inner {
  margin: clamp(8px, 0.25px + 2.07vw, 40px);
  border: 4px #000 solid;
  border-radius: 16px;
  position: relative;
}

@media screen and (max-width: 375px) {
  .plan-merit__inner {
    border: 3px #000 solid;
  }
}

.plan-merit.bottom .plan-merit__inner {
  margin: clamp(8px, 0.25px + 2.07vw, 40px);
  border: 4px #000 solid;
  border-radius: 16px;
  position: relative;
}

.plan-merit__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, #e4efed 1px, transparent 1px),
    linear-gradient(to bottom, #e4efed 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: -1;
}

.plan-merit__title {
  position: relative;
  top: clamp(-77px, -27.3px - 2.65vw, -37px);
  z-index: 1;
}

.plan-merit__img {
  margin-top: clamp(5px, -12px + 4.53vw, 75px);
  margin-bottom: clamp(32px, 27.9px + 1.09vw, 49px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .plan-merit__img picture {
    width: 75%;
  }
  .plan-merit.bottom .plan-merit__img picture {
    margin-right: -30px;
  }
}
@media screen and (max-width: 480px) {
  .plan-merit__img picture {
    width: 95%;
  }
  .plan-merit.bottom .plan-merit__img picture {
    width: 90%;
    margin-right: -20px;
  }
}
@media screen and (max-width: 375px) {
  .plan-merit__img picture {
    width: 110%;
  }
  .plan-merit.bottom .plan-merit__img picture {
    width: 102%;
  }
}

.plan-merit.bottom .plan-merit__img {
  margin-top: 10px;
  align-items: flex-end;
  margin-bottom: clamp(30px, 10.6px + 5.18vw, 110px);
}

@media screen and (max-width: 1280px) {
  .plan-merit.bottom .plan-merit__img {
    padding: 0 10px 0 150px;
  }
}
@media screen and (max-width: 1024px) {
  .plan-merit.bottom .plan-merit__img {
    padding: 0 10px 0 110px;
  }
}
@media screen and (max-width: 768px) {
  .plan-merit.bottom .plan-merit__img {
    padding: 0;
    align-items: center;
  }
}
.plan-merit__img img {
  max-width: 1060px;
  width: 100%;
  height: auto;
}

/* ------------- lineup ------------- */
.lineup {
  /* padding-bottom: 87px; */
  margin-bottom: -30px;
  z-index: -1;
}

.section-title.lineup__title {
  position: relative;
  top: -52px;
}

.lineup__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.lineup-goods__wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(-70px, -6.01rem + 6.99vw, 38px);
  gap: 61px;
}

@media screen and (max-width: 1650px) {
  .lineup-goods__wrap {
    gap: 0;
  }
}

@media screen and (max-width: 1024px) {
  .lineup-goods__wrap {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

.lineup-goods {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* @media screen and (max-width: 1280px) {
  .lineup-goods {
    margin-top: 20px;
  }
} */

.lineup-goods__inner {
  position: relative;
  max-width: 470px;
}

.lineup-goods .goods-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lineup-goods .goods-wrap img {
  max-width: 470px;
  width: 100%;
  height: auto;
}

.lineup-goods .text-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: clamp(-4px, -0.83rem + 2.46vw, 34px);
}

.lineup-goods .text-group.right {
  bottom: clamp(-14px, -1.15rem + 1.17vw, 4px);
}

.lineup-goods .text-group h5 {
  font-size: clamp(24px, 1.44rem + 0.26vw, 28px);
  margin-bottom: clamp(15px, 0.79rem + 0.65vw, 25px);
}

.title-bgc.purple {
  background-color: #c944ff;
}
.title-bgc.blue {
  background-color: #2188ff;
}
.title-bgc.green {
  background-color: #00ccb0;
}

.goods-wrap .text-group p {
  font-size: clamp(13px, 0.94rem + 0.26vw, 20px);
  font-weight: 700;
  color: #000;
  line-height: 1.44;
  text-align: center;
}

/* ------------- introduction ------------- */
.introduction {
  margin-top: clamp(54px, 2.82rem + 2.39vw, 91px);
}

.introduction__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.step-content__wrap {
  position: relative;
}

@media screen and (max-width: 480px) {
  .step-content__wrap {
    margin-top: -15px;
  }
}

.step-content__wrap::after {
  content: "";
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
  width: 113px;
  height: 91px;
  background: url("../img/arrow-orange.svg") no-repeat center / contain;
  z-index: 3;
}

.step-content__wrap:last-child:after {
  display: none;
}

@media screen and (max-width: 480px) {
  .step-content__wrap::after {
    width: 69px;
    height: 55px;
    bottom: -38px;
  }
}

.step-content__inner {
  max-width: 1214px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: #000 solid 4px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.step-content__inner {
  margin-inline: auto;
  z-index: -1;
  padding: 61px 28px 23px 28px;
}
.step-content__inner.step01 {
  padding-top: 100px;
  padding-bottom: 50px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .step-content__inner.step01 {
    padding-top: 98px;
    padding-bottom: 52px;
  }
}

@media screen and (max-width: 480px) {
  .step-content__inner {
    padding-top: 0;
  }
  .step-content__inner.step01 {
    padding-top: 40px;
  }
}

.step-textContent {
  position: relative;
}

@media screen and (max-width: 768px) {
  .step-textContent {
    margin-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .step-textContent {
    margin-top: 46px;
  }
  .step-content__inner.step01 .step-textContent {
    margin-top: clamp(62px, -20.12px + 21.9vw, 85px);
  }
}

.step-textContent .title {
  position: absolute;
  top: -10%;
  z-index: 1;
  width: 100%;
  max-width: 250px;
}

.step-textContent .title img {
  display: block;
}

.step-textContent .title.left {
  transform: rotate(-9deg);
  left: -36%;
}

.step-textContent .title.right {
  transform: rotate(9deg);
  right: -35%;
}

.step-textContent .title.step04 {
  transform: rotate(9deg);
  right: -22%;
}

.step-textContent .title.step05 {
  transform: rotate(-9deg);
  left: -45%;
}

.step-textContent .title.step06 {
  transform: rotate(9deg);
  right: -45%;
}

@media screen and (max-width: 1280px) {
  .step-textContent .title.left {
    left: -33%;
  }
  .step-textContent .title.right {
    right: -33%;
  }
  .step-textContent .title.step04 {
    right: -21%;
  }
  .step-textContent .title.step05 {
    left: -43%;
  }
  .step-textContent .title.step06 {
    right: -43%;
  }
}

@media screen and (max-width: 1024px) {
  .step-textContent .title.left {
    left: -21%;
  }
  .step-textContent .title.right {
    right: -29%;
  }
  .step-textContent .title.step02 {
    top: -35%;
    right: -19%;
  }
  .step-textContent .title.step03 {
    left: -16%;
  }
  .step-textContent .title.step04 {
    right: -18%;
  }
  .step-textContent .title.step05 {
    left: -29%;
  }
  .step-textContent .title.step06 {
    top: -34%;
    right: -29%;
  }
  .step-textContent .title img {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .step-textContent .title.left {
    top: -22%;
    left: 14%;
  }
  .step-textContent .title.right {
    transform: rotate(-9deg);
    top: -26%;
    left: 14%;
  }
  .step-textContent .title.step03 {
    top: -26%;
    left: 14%;
  }
  .step-textContent .title.step04 {
    top: -24%;
    left: 14%;
  }
  .step-textContent .title.step05 {
    top: -25%;
    left: 14%;
  }
  .step-textContent .title.step06 {
    top: -25%;
    left: 14%;
  }
}

@media screen and (max-width: 480px) {
  .step-textContent .title {
    transform: rotate(-6deg);
    width: 72.6%;
  }
  .step-textContent .title.left {
    top: -20%;
    left: -12%;
  }
  .step-textContent .title.right {
    top: -22%;
    left: -12%;
  }
  .step-textContent .title.step04 {
    top: -22%;
    left: -10%;
  }
}

@media screen and (max-width: 400px) {
  .step-textContent .title.left {
    top: clamp(-22%, 5.43% - 5.71vw, -16%);
  }
  .step-textContent .title.right {
    top: clamp(-22%, 5.43% - 5.71vw, -16%);
  }
}

.step-content__wrap .text-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.step-content__wrap .text-group::after {
  content: "";
  position: absolute;
}

.step-content__wrap.step01-wrap .text-group::after {
  top: -8%;
  right: -37%;
  width: 215px;
  height: 158px;
  background: url(../img/step01-img.svg) no-repeat center / contain;
}

.step-content__wrap.step02-wrap .text-group::after {
  top: 0%;
  left: -40%;
  width: 183px;
  height: 172px;
  background: url(../img/step02-img.svg) no-repeat center / contain;
}

.step-content__wrap.step03-wrap .text-group::after {
  top: -20%;
  right: -37%;
  width: 176px;
  height: 199px;
  background: url(../img/step03-img.svg) no-repeat center / contain;
}

.step-content__wrap.step04-wrap .text-group::after {
  top: 0%;
  left: -32%;
  width: 124px;
  height: 180px;
  background: url(../img/step04-img.svg) no-repeat center / contain;
}

.step-content__wrap.step05-wrap .text-group::after {
  top: -26%;
  right: -57%;
  width: 206px;
  height: 247px;
  background: url(../img/step05-img.svg) no-repeat center / contain;
}

.step-content__wrap.step06-wrap .text-group::after {
  top: -19%;
  left: -45%;
  width: 158px;
  height: 227px;
  background: url(../img/step06-img.svg) no-repeat center / contain;
}

@media screen and (max-width: 1024px) {
  .step-content__wrap.step01-wrap .text-group::after {
    width: 164px;
    height: 120px;
    top: -16%;
    right: -21%;
  }
  .step-content__wrap.step02-wrap .text-group::after {
    width: 147px;
    height: 139px;
    top: -44%;
    left: -23%;
  }
  .step-content__wrap.step03-wrap .text-group::after {
    width: 150px;
    height: 169px;
    top: -44%;
    right: -23%;
  }
  .step-content__wrap.step04-wrap .text-group::after {
    width: 100px;
    height: 147px;
    top: -44%;
    left: 0%;
  }
  .step-content__wrap.step05-wrap .text-group::after {
    width: 179px;
    height: 214px;
    top: -30%;
    right: -40%;
  }
  .step-content__wrap.step06-wrap .text-group::after {
    width: 135px;
    height: 195px;
    top: -30%;
    left: -37%;
  }
}

@media screen and (max-width: 850px) {
  .step-content__wrap.step01-wrap .text-group::after {
    right: -14%;
  }
  .step-content__wrap.step02-wrap .text-group::after {
    top: -44%;
    left: -11%;
  }
  .step-content__wrap.step03-wrap .text-group::after {
    top: -49%;
    right: -15%;
  }
  .step-content__wrap.step04-wrap .text-group::after {
  }
  .step-content__wrap.step05-wrap .text-group::after {
  }
  .step-content__wrap.step06-wrap .text-group::after {
    top: -63%;
    left: -21%;
  }
}

@media screen and (max-width: 768px) {
  .step-content__wrap .text-group::after {
    display: none;
  }
}

.step-content__wrap .text-group .title-bgc.pink {
  background-color: #ff1070;
  font-size: clamp(22px, 1.22rem + 0.65vw, 32px);
  margin-bottom: clamp(26px, 1.53rem + 0.39vw, 32px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .step-content__wrap .text-group .title-bgc.pink {
    margin-bottom: 200px;
  }
  .step-content__wrap .text-group .title-bgc.pink::after {
    content: "";
    position: absolute;
    top: 140%;
  }
  .step-content__wrap.step01-wrap .text-group .title-bgc.pink::after {
    left: 17%;
    width: 215px;
    height: 158px;
    background: url(../img/step01-img.svg) no-repeat center / contain;
  }
  .step-content__wrap.step02-wrap .text-group .title-bgc.pink::after {
    left: 17%;
    width: 183px;
    height: 172px;
    background: url(../img/step02-img.svg) no-repeat center / contain;
  }
  .step-content__wrap.step03-wrap .text-group .title-bgc.pink::after {
    top: 115%;
    left: 17%;
    width: 166px;
    height: 189px;
    background: url(../img/step03-img.svg) no-repeat center / contain;
  }
  .step-content__wrap.step04-wrap .text-group .title-bgc.pink::after {
    left: 11%;
    width: 113px;
    height: 170px;
    background: url(../img/step04-img.svg) no-repeat center / contain;
  }
  .step-content__wrap.step05-wrap .text-group .title-bgc.pink::after {
    top: 100%;
    left: -5%;
    width: 185px;
    height: 200px;
    background: url(../img/step05-img.svg) no-repeat center / contain;
  }
  .step-content__wrap.step06-wrap .text-group .title-bgc.pink::after {
    top: 116%;
    left: 23%;
    width: 129px;
    height: 186px;
    background: url(../img/step06-img.svg) no-repeat center / contain;
  }
}

.step-content__wrap .text-group .step-mainText {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: clamp(23px, 1.27rem + 0.71vw, 34px);
  text-align: center;
}

.btn-orange {
  width: 100%;
}

.btn-orange .contact-button.orange {
  max-width: 583px;
  background-color: #ff9d00;
  min-height: clamp(66px, 3.72rem + 1.75vw, 93px);
}

/* .btn-orange .contact-button.orange:hover {
  transform: translateY(9px);
  box-shadow: 0 6px 0 #000;
} */

.btn-orange .contact-button__item .dli-mail {
  color: #fff;
  width: clamp(13px, 0.62rem + 0.84vw, 26px);
  height: clamp(10px, 0.5rem + 0.52vw, 18px);
  border: 4px solid currentColor;
  border-radius: 4px;
  margin-right: clamp(4px, 0.08rem + 0.71vw, 15px);
}

.btn-orange .contact-button__item .dli-mail::before {
  border: 4px solid currentColor;
  width: clamp(10px, 0.55rem + 0.32vw, 15px);
  height: clamp(10px, 0.55rem + 0.32vw, 15px);
}

@media screen and (max-width: 1024px) {
  .btn-orange .contact-button__item .dli-mail {
    border: 3px solid currentColor;
    border-radius: 3px;
  }
  .btn-orange .contact-button__item .dli-mail::before {
    border: 3px solid currentColor;
  }
}

@media screen and (max-width: 768px) {
  .btn-orange .contact-button__item .dli-mail {
    border: 2px solid currentColor;
    border-radius: 2px;
  }
  .btn-orange .contact-button__item .dli-mail::before {
    border: 2px solid currentColor;
  }
}

.btn-orange .contact-button__item p {
  color: #000;
  font-size: clamp(15px, 0.75rem + 0.78vw, 27px);
}

.btn-orange .contact-button__item .arrow_s {
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .btn-orange .contact-button__item .arrow_s {
    padding-left: 0;
  }
}

.btn-orange .contact-button__item .arrow_s::after {
  border-color: transparent transparent transparent #fff;
  left: clamp(-10px, -1.08rem + 1.94vw, 20px);
  border-width: 15px 0 15px 20px;
  top: clamp(-20px, -0.47rem - 0.65vw, -10px);
}

@media screen and (max-width: 1024px) {
  .btn-orange .contact-button__item .arrow_s::after {
    left: 0;
    border-width: 13px 0 13px 18px;
  }
}

@media screen and (max-width: 768px) {
  .btn-orange .contact-button__item .arrow_s::after {
    border-width: 8px 0 8px 13px;
  }
}

/* ------------- recommend ------------- */
.recommend {
  margin-top: clamp(52px, 1.83rem + 6.08vw, 146px);
}

.recommend__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.recommend__container {
  background-color: #90ebde;
  padding-top: clamp(0px, -20.14px + 5.37vw, 83px);
  padding-bottom: clamp(100px, 75.8px + 5.18vw, 200px);
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box;
  /* max-width: 1620px; */
  height: auto;
  width: 85.4%;
}

@media screen and (max-width: 1880px) {
  .recommend__container {
    width: 85.8%;
  }
}

@media screen and (max-width: 1800px) {
  .recommend__container {
    width: 92.1%;
  }
}

@media screen and (max-width: 1650px) {
  .recommend__container {
    width: 97.3%;
  }
}

@media screen and (max-width: 1280px) {
  .recommend__container {
    width: 98.5%;
  }
}

@media screen and (max-width: 768px) {
  .recommend__container {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .recommend__container {
    width: 101.5%;
  }
}
@media screen and (max-width: 550px) {
  .recommend__container {
    width: 103%;
  }
}
@media screen and (max-width: 480px) {
  .recommend__container {
    width: 104%;
  }
}
@media screen and (max-width: 378px) {
  .recommend__container {
    width: 106.5%;
  }
}

.recommend__container__inner {
  max-width: 1240px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.comments__wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 83px;
}

.comments__wrap .comment__text {
  position: relative;
  background-color: #ffffff;
  border: #2188ff solid 4px;
  border-radius: 36px;
  /* width: calc(100% - 6px); */
  max-width: 280px;
  width: 100%;
  padding: 22px;
  filter: drop-shadow(10px 10px 0px #2188ff);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.comment__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.recommend__title {
  display: flex;
  justify-content: flex-start;
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .recommend__title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.contact-title__group.title-pink {
  max-width: 564px;
  width: 100%;
}

.contact-title__group.title-pink .heading-title__h4 {
  font-size: clamp(29px, 22.4px + 1.75vw, 56px);
  font-weight: 900;
  color: #ff1070;
}

@media screen and (max-width: 375px) {
  .contact-title__group.title-pink .heading-title__h4 {
    letter-spacing: -1px;
  }
}

.contact-title__group.title-pink .heading-title__h4::after {
  background-color: #ff9d00;
  height: clamp(4px, 0.21rem + 0.19vw, 8px);
}

.recommend__title .recommend__text {
  background-color: #fff;
  border-radius: 40px;
  min-height: 71px;
  width: auto;
}

.recommend__title .recommend__text p {
  font-size: clamp(20px, 17.1px + 0.61vw, 32px);
  font-weight: 700;
  text-align: center;
  padding: 17px 10px 0 25px;
}

@media screen and (max-width: 1024px) {
  .recommend__title .recommend__text p {
    padding: 15px 10px 0 25px;
  }
}
@media screen and (max-width: 480px) {
  .recommend__title .recommend__text {
    padding-bottom: 10px;
  }
  .recommend__title .recommend__text p {
    padding: 15px 10px 0 17px;
  }
}

.recommend__title .img-wrap {
  max-width: 467px;
  width: 100%;
  position: relative;
}

.recommend__title .img-wrap img {
  position: absolute;
  top: -25%;
  right: -28%;
  width: 100%;
  max-width: 467px;
  height: auto;
}
@media screen and (max-width: 1650px) {
  .recommend__title .img-wrap img {
    top: -35%;
    right: -45%;
  }
}

@media screen and (max-width: 1280px) {
  .recommend__title .img-wrap img {
    top: -65%;
    right: 5%;
    width: 400px;
    height: 402px;
  }
}

@media screen and (max-width: 1024px) {
  .recommend__title .img-wrap {
    min-height: 300px;
  }
  .recommend__title .img-wrap img {
    top: 5%;
    right: 0%;
    width: 350px;
    height: 352px;
  }
}

@media screen and (max-width: 480px) {
  .recommend__title .img-wrap img {
    right: 0%;
    width: 281px;
    height: 282px;
  }
}

@media screen and (max-width: 378px) {
  .recommend__title .img-wrap img {
    right: -16%;
  }
}

/* ------------- contact ------------- */
.contact {
  width: auto;
  min-height: clamp(459px, 26.49rem + 9.39vw, 604px);
  box-sizing: border-box;
  background-color: #ff9e02;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact__inner {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}

@media screen and (max-width: 1450px) {
  .contact__inner {
    gap: 0;
  }
}

@media screen and (max-width: 1280px) {
  .contact__inner {
    flex-direction: column;
    gap: 40px;
  }
}

/* .contact__decor {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.contact__decor .decor-item {
  position: absolute;
  max-width: 110px;
  width: 100%;
  min-height: 116px;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
} */

/* .contact__decor .decor-item.blue {
  top: -115px;
  right: -57px;
  transform: rotate(15deg);
  background-image: url(../img/dec-blue.svg);
}

@media screen and (max-width: 1450px) {
  .contact__decor .decor-item.blue {
    right: 80px;
  }
}

.contact__decor .decor-item.purple {
  bottom: -80px;
  left: -169px;
  transform: rotate(-23deg);
  background-image: url(../img/dec-purple.svg);
}

@media screen and (max-width: 1650px) {
  .contact__decor .decor-item.purple {
    left: -120px;
  }
}
@media screen and (max-width: 1450px) {
  .contact__decor .decor-item.purple {
    bottom: -140px;
    left: -40px;
  }
}
@media screen and (max-width: 768px) {
  .contact__decor .decor-item.purple {
    display: none;
  }
}

.contact__decor .decor-item.pink {
  right: -194px;
  bottom: -80px;
  transform: rotate(49deg);
  background-image: url(../img/dec-pink.svg);
}

@media screen and (max-width: 1650px) {
  .contact__decor .decor-item.pink {
    right: -50px;
    bottom: -50px;
  }
}
@media screen and (max-width: 1450px) {
  .contact__decor .decor-item.pink {
    right: 40px;
  }
} */

.contact-text {
  max-width: 800px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1280px) {
  .contact-text {
    text-align: center;
  }
}

.contact-title__group {
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
  .contact-title__group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.heading-title__h4 {
  color: #fff;
  font-size: clamp(22px, 1.07rem + 1.29vw, 42px);
  font-weight: 900;
  line-height: 1.45;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 1280px) {
  .heading-title__h4 {
    display: flex;
    margin-bottom: 15px;
  }
}

.heading-title__h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: clamp(4px, 0.21rem + 0.19vw, 7px);
  background-color: #fff;
  border-radius: 6px;
}

@media screen and (max-width: 1280px) {
  .heading-title__h4::after {
    bottom: -10px;
  }
}

.contact-text p {
  color: #000;
  font-size: clamp(16px, 0.88rem + 0.52vw, 24px);
  font-weight: 700;
  line-height: 1.45;
}

.contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: solid 4px #000;
  max-width: 556px;
  width: 100%;
  min-height: clamp(110px, 5.97rem + 3.88vw, 170px);
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 12px 0 #000;
  transition: all 0.2s ease;
  z-index: 1;
}

.contact-button:hover {
  transform: translateY(9px);
  box-shadow: 0 6px 0 #000;
}

.contact-button__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-button__item .dli-mail {
  margin-right: clamp(11px, 0.63rem + 0.26vw, 15px);
  display: inline-block;
  vertical-align: middle;
  color: #ff9d00;
  position: relative;
  top: -2px;
  width: clamp(15px, 0.56rem + 1.62vw, 40px);
  height: clamp(10px, 0.35rem + 1.17vw, 28px);
  border: 5px solid currentColor;
  border-radius: 7px;
  box-sizing: content-box;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  .contact-button__item .dli-mail {
    border: 3px solid currentColor;
    border-radius: 5px;
  }
}

@media screen and (max-width: 768px) {
  .contact-button__item .dli-mail {
    border: 2px solid currentColor;
    border-radius: 2px;
  }
}

.contact-button__item .dli-mail::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: clamp(11px, 0.54rem + 0.65vw, 21px);
  height: clamp(11px, 0.54rem + 0.65vw, 21px);
  border: 5px solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 0 0 0 3px;
  box-sizing: content-box;
  transform: translate(-50%, -50%) rotate(-45deg) skew(10deg, 10deg);
}

@media screen and (max-width: 1280px) {
  .contact-button__item .dli-mail::before {
    border: 3px solid currentColor;
  }
}

@media screen and (max-width: 768px) {
  .contact-button__item .dli-mail::before {
    border: 2px solid currentColor;
  }
}

.contact-button__item p {
  color: #000;
  font-size: clamp(20px, 1.14rem + 0.45vw, 27px);
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact-button__item p {
    margin-left: -20px;
  }
}

.contact-button__item .arrow_s {
  position: relative;
  display: inline-block;
  padding-left: 59px;
}

/* @media screen and (max-width: 1280px) {
  .contact-button__item .arrow_s {
    margin-left: -20px;
  }
} */

@media screen and (max-width: 768px) {
  .contact-button__item .arrow_s {
    padding-left: 0;
  }
}

.contact-button__item .arrow_s::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 0 23px 31px;
  border-color: transparent transparent transparent #ff9d02;
  border-radius: 4px;
  position: absolute;
  top: -15px;
  left: clamp(7px, -0.35rem + 3.36vw, 59px);
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 1280px) {
  .contact-button__item .arrow_s::after {
    border-width: 20px 0 20px 28px;
  }
}

@media screen and (max-width: 768px) {
  .contact-button__item .arrow_s::after {
    border-width: 14px 0 14px 23px;
  }
}

@media screen and (max-width: 375px) {
  .contact-button__item .arrow_s::after {
    border-width: 12px 0 12px 20px;
  }
}

/* ------------- page-top ------------- */
.page-top {
  position: fixed;
  right: 0;
  bottom: 24px;

  opacity: 0;
  visibility: hidden;

  transition:
    transform 0.25s cubic-bezier(0.3, 1.5, 0.6, 1),
    opacity 0.28s;
}

.page-top.is-show {
  opacity: 1;
  visibility: visible;
}

@media (hover: hover) and (pointer: fine) {
  .page-top:hover {
    transform: translateY(-6px) scale(1.1);
  }

  .page-top:active {
    transform: translateY(-2px) scale(0.95);
  }
}

/* .page-top:hover {
  transform: translateY(-6px) scale(1.1);
}

.page-top:active {
  transform: translateY(-2px) scale(0.95);
} */

.page-top img {
  width: 80px;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .page-top img {
    width: 50px;
  }
}
/* ------------- header ------------- */
.header {
  background-color: #2188ff;
}

@media screen and (max-width: 768px) {
  .header {
    margin-bottom: clamp(-70px, calc(-1.6px - 8.9vw), -35px);
  }
}

.header__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(15px, 14.5px + 0.13vw, 17px) 0
    clamp(17px, 10.4px + 1.75vw, 44px) 0;
  width: 100%;
  height: 100%;
}

.header img {
  max-width: clamp(100px, 91.5px + 2.27vw, 135px);
  width: 100%;
  height: auto;
}

/* ------------- footer ------------- */
.footer {
  background-color: #fff;
  padding: 60px 0;
  margin-top: -10px;
  position: relative;
  z-index: -1;
}

.footer__inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.footer__inner img {
  max-width: 220px;
  width: 100%;
  height: auto;
}

.footer__btn {
  background-color: #000;
  border-radius: 25px;
  transition:
    opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__btn:hover {
  border: #444444;
  opacity: 0.7;
}

.footer__btn .footer-item {
  width: 180px;
  padding: 10px 0;
}

.footer-button__item {
  display: flex;
  justify-content: center;
}

.footer__btn .footer-item p {
  color: #fff;
}
