@charset "UTF-8";

/* service */

.p-service {
  position: relative;
  overflow: hidden;
}

.p-service__top {
  padding-top: clamp(60px, 9.08203125vw, 93px);
  padding-bottom: clamp(40px, 6.25vw, 48px);
  position: relative;
  z-index: 1;
}

.p-page__title-en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: "Libre Baskerville", sans-serif;
  font-size: clamp(14px, 1.5625vw, 16px);
  line-height: 1.3125;
  position: relative;
}
.p-page__title-en::before {
  content: "";
  width: 14px;
  height: 14px;
  background: transparent -webkit-gradient(linear, right top, left top, from(#e7693b), to(#bc6fd8)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #e7693b 0%, #bc6fd8 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
}

.p-service__top-wrap {
  margin-top: clamp(40px, 5.6640625vw, 58px);
}
@media screen and (min-width:1024px) {
  .p-service__top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    margin-left: clamp(16px, 2.3426061493vw, 32px);
  }
}

.p-service__top-content {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.p-page__title-ja {
  font-size: clamp(22px, 2.9296875vw, 30px);
  line-height: 1.3;
  font-weight: 700;
}

.scroll-down {
  margin-top: clamp(56px, 9.5168374817vw, 130px);
  font-family: "Libre Baskerville", sans-serif;
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.3571428571;
  padding-right: 83px;
  padding-top: 20px;
  max-width: 172px;
  position: relative;
}
.scroll-down::before {
  content: "";
  position: absolute;
top: 17px;
  right: 19px;
  width: 16px;
  height: 18px;
  background: url(../images/icon-arrow.svg) no-repeat center center/contain;
  rotate: 90deg;
}
.scroll-down::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  background: url(../images/icon-hover.png) no-repeat center center/contain;
  -webkit-animation: rotate-circle 10s linear infinite;
          animation: rotate-circle 10s linear infinite;
}
@-webkit-keyframes rotate-circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.p-service__top-texts {
  max-width: 750px;
  margin-left: auto;
  margin-top: 48px;
}
@media screen and (min-width:1024px) {
  .p-service__top-texts {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-service__top-text {
  font-size: clamp(14px, 1.46484375vw, 15px);
  line-height: 1.6;
}
.p-service__top-text + .p-service__top-text {
  margin-top: 24px;
}

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

.p-lineup__title-ja {
  margin-top: 11px;
}
@media screen and (min-width:1024px) {
  .p-lineup__title-ja {
    margin-left: clamp(16px, 2.3426061493vw, 32px);
  }
}

.p-lineup__items {
  margin-top: 34px;
  padding: 3px;
  background: transparent linear-gradient(89deg, #bc6fd8 0%, #e7693b 39%, #f7be2c 100%) 0% 0% no-repeat padding-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
@media screen and (min-width:768px) {
  .p-lineup__items {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1366px;
    margin-inline: auto;
  }
}


.p-lineup__item {
  padding-top: clamp(24px, 3.90625vw, 40px);
  padding-bottom: clamp(24px, 4.19921875vw, 43px);
  padding-inline: clamp(20px, 4.00390625vw, 41px);
  background: #ffffff;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-lineup__item {
  padding-top: clamp(24px, 3.90625vw, 40px);
  padding-bottom: clamp(24px, 4.19921875vw, 43px);
  padding-inline: clamp(20px, 4.00390625vw, 41px);
  background: #ffffff;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

@media screen and (min-width:768px) {
  .p-lineup__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}

.p-lineup__item-num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Libre Baskerville", sans-serif;
  font-size: clamp(14px, 1.5625vw, 16px);
  line-height: 1.3125;
  color: #BC6FD8;
  padding-right: 22px;
  position: relative;
}
.p-lineup__item-num::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 10px;
  height: 1px;
  background: #BC6FD8;
}

.p-lineup__item-title {
  margin-top: 4px;
  font-size: clamp(14px, 1.3333333333vw, 16px);
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-lineup__item-title {
    margin-top: 0;
  }
}


.p-lineup__item-text {
  margin-block: 22px;
  font-size: clamp(14px, 1.46484375vw, 15px);
  line-height: 1.6666666667;
}

.p-lineup__item-img {
  margin-top: auto;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 370/180;
}

.p-prospect {
  padding-top: clamp(60px, 8.3333333333vw, 100px);
  padding-bottom: clamp(60px, 8.3984375vw, 86px);
    position: relative;
  overflow: hidden;
  background: #F8F8F8;
}

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

.p-prospect__title-ja {
  margin-top: 11px;
}
@media screen and (min-width:1024px) {
  .p-prospect__title-ja {
    margin-left: clamp(16px, 2.3426061493vw, 32px);
  }
}

.p-prospect__body {
  margin-top: clamp(32px, 5.3333333333vw, 64px);
    position: relative;
  z-index: 1;
}
@media screen and (min-width:1024px) {
  .p-prospect__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}
@media screen and (min-width:1200px) {
  .p-prospect__body {
    margin-left: clamp(20px, 4.39238653vw, 60px);
  }
}

.p-prospect__content {
  max-width: 460px;
}
@media screen and (min-width:1024px) {
  .p-prospect__content {
    min-width: 460px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-prospect__text {
  margin-top: clamp(32px, 4.19921875vw, 43px);
  font-size: clamp(14px, 1.46484375vw, 15px);
  line-height: 1.6;
}

.p-prospect__img {
  margin-top: 32px;
  margin-inline: auto;
  max-width: 580px;
  aspect-ratio: 580/380;
  height: 100%;
}
@media screen and (min-width:1024px) {
  .p-prospect__img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }
}

.p-service__top-bg-l {
  position: absolute;
  top: min(18.3016105417vw, 250px);
  left: min(-15.3733528551vw, -210px);
  width: min(45.9004392387vw, 627px);
  aspect-ratio: 627/330;
  pointer-events: none;
  rotate: 30deg;
  background: #f7be2c 0% 0% no-repeat padding-box;
  opacity: 0.4;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.p-service__top-bg-r {
  position: absolute;
  top: min(36.2371888726vw, 495px);
  left: min(-25.2562225476vw, -345px);
  width: min(50.3660322108vw, 688px);
  aspect-ratio: 688/319;
  pointer-events: none;
  rotate: 30deg;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  background: #6e3383 0% 0% no-repeat padding-box;
  opacity: 0.3;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.p-prospect__bg {
  position: absolute;
  top: min(3.953147877vw, 54px);
  left: min(2.8550512445vw, 39px);
  width: min(29.1361639824vw, 398px);
  aspect-ratio: 1/1;
  pointer-events: none;
}

.p-prospect__bg-l {
  position: absolute;
  top: min(3.0014641288vw, 41px);
  right: min(-45.60761347vw, -623px);
  width: min(44.729136164vw, 611px);
  aspect-ratio: 611/215;
  pointer-events: none;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  rotate: 30deg;
  background: #f7be2c 0% 0% no-repeat padding-box;
  opacity: 0.4;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.p-prospect__bg-r {
  position: absolute;
  top: min(14.2020497804vw, 194px);
  left: min(-44.2166910688vw, -604px);
  width: min(50.3660322108vw, 688px);
  aspect-ratio: 688/319;
  pointer-events: none;
  rotate: 30deg;
  background: #6e3383 0% 0% no-repeat padding-box;
  opacity: 0.3;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

/* feature */

.p-feature {
  padding-top: clamp(60px, 7.4166666667vw, 89px);
  padding-top: clamp(40px, 4.6666666667vw, 56px);
  position: relative;
}

@media screen and (min-width:1024px) {
  .p-feature__top {
    margin-left: 7px;
  }
}

.p-about__top-wrap {
  margin-top: clamp(32px, 5.46875vw, 56px);
  padding-left: 20px;
}
@media screen and (min-width:768px) {
  .p-about__top-wrap {
    padding-inline: 40px;
  }
}
@media screen and (min-width:1024px) {
  .p-about__top-wrap {
    padding-right: 0;
    padding-left: clamp(40px, 8.4187408492vw, 115px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    max-width: 1366px;
    margin-inline: auto;
  }
}

.p-about__top-content {
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:1024px) {
  .p-about__top-content {
    padding-right: 0;
    max-width: 450px;
  }
}

.p-feature__top-text {
  margin-top: clamp(24px, 4.1015625vw, 42px);
  font-size: clamp(14px, 1.46484375vw, 15px);
  line-height: 1.8666666667;
}

.p-about__top-img {
  margin-top: 32px;
  margin-inline: auto;
  max-width: clamp(300px, 71.38671875vw, 731px);
  aspect-ratio: 731/491;
  height: 100%;
}
@media screen and (min-width:1024px) {
  .p-about__top-img {
    margin-top: 0;
    max-width: 731px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-feature__bg-text {
  margin-top: clamp(32px, 4.0995607613vw, 56px);
  overflow-x: hidden;
}
.p-feature__bg-text .bg-text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  width: 100%;
  height: 51px;
}
@media screen and (min-width:768px) {
  .p-feature__bg-text .bg-text__wrap {
    height: 102px;
  }
}
.p-feature__bg-text .bg-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: infinity-scroll-left 50s infinite linear 0.5s both;
          animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
.p-feature__bg-text .bg-text img {
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.p-features__items {
  margin-top: -10px;
  padding: 3px;
  background: transparent linear-gradient(89deg, #bc6fd8 0%, #e7693b 39%, #f7be2c 100%) 0% 0% no-repeat padding-box;
  max-width: 1366px;
  margin-inline: auto;
  position: relative;
}

.p-features__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width:1024px) {
  .p-features__item {
    width: 100%;
    grid-template-columns: calc(50% - 1px) calc(50% - 1px);
    gap: 2px;
  }
}
.p-features__item + .p-features__item {
  margin-top: 2px;
}
.p-features__item:nth-child(even) {
  margin-left: auto;
}
@media screen and (min-width:1024px) {
  .p-features__item:nth-child(even) {
    margin-left: 0;
  }
}
@media screen and (min-width:1024px) {
  .p-features__item:nth-child(even) .p-features__item-img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.p-features__item-content {
  padding-top: clamp(20px, 3.25vw, 39px);
padding-bottom: clamp(40px, 5.8333333333vw, 70px);
  padding-inline: clamp(20px, 5.4172767204vw, 74px);
  max-width: 679px;
  background: #ffffff;
  border-radius: 14px;
}

.p-feature__content-num {
  padding-block: clamp(24px, 2.5vw, 30px);
  padding-inline: clamp(26px, 2.8333333333vw, 34px);
  font-family: "Libre Baskerville", sans-serif;
  font-size: clamp(20px, 2.1666666667vw, 26px);
  line-height: 1.3461538462;
  color: #ffffff;
  background: url(../images/feature-item-num-bg.png) no-repeat center center/contain;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

.p-feature__item-title {
  margin-top: 14px;
  font-size: clamp(24px, 2.5vw, 30px);
  line-height: 1.4;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

.p-feature__item-text {
  margin-top: clamp(16px, 2.5vw, 30px);
  font-size: clamp(14px, 1.953125vw, 15px);
  line-height: 1.8666666667;
  max-width: 530px;
  margin-inline: auto;
}

.p-features__item-img {
  max-width: 679px;
  aspect-ratio: 679/500;
  width: 100%;
  border-radius: 14px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (min-width:1024px) {
  .p-features__item-img {
    aspect-ratio: auto;
    height: 100%;
  }
}
.p-features__item-img img {
  border-radius: 14px;
}

.p-feature__bottom {
  padding-top: clamp(60px, 9.75vw, 117px);
  padding-bottom: clamp(48px, 6.8359375vw, 70px);
  position: relative;
}

@media screen and (min-width:1024px) {
  .p-feature__bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    margin-left: 7px;
  }
}

.p-feature__bottom-title {
  font-family: "Libre Baskerville", sans-serif;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.3333333333;
}

.p-feature__bottom-content {
  max-width: 600px;
  margin-top: 32px;
  margin-left: auto;
}
@media screen and (min-width:1024px) {
  .p-feature__bottom-content {
    margin-left: 0;
    margin-top: 5px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-feature__bottom-text {
  font-size: clamp(14px, 1.46484375vw, 15px);
  line-height: 1.8666666667;
}

.p-service__bottom-btn {
  margin-top: 25px;
}

.p-feature__bottom-img {
  margin-top: clamp(40px, 7.3333333333vw, 88px);
  position: relative;
  z-index: 1;
}

.p-feature__bg-l {
  position: absolute;
  top: min(10.2489019034vw, 140px);
  left: min(-15.3733528551vw, -210px);
  width: min(45.9004392387vw, 627px);
  aspect-ratio: 627/330;
  pointer-events: none;
  rotate: 30deg;
  background: #f7be2c 0% 0% no-repeat padding-box;
  opacity: 0.4;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.p-feature__bg-s {
  position: absolute;
  top: min(18.1551976574vw, 248px);
  left: min(-39.6778916545vw, -542px);
  width: min(50.3660322108vw, 688px);
  aspect-ratio: 688/319;
  pointer-events: none;
  rotate: 30deg;
  background: #6e3383 0% 0% no-repeat padding-box;
  opacity: 0.3;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.p-feature-bottom__bg-y {
  position: absolute;
  top: min(-1.4641288433vw, -20px);
  right: min(-26.5739385066vw, -363px);
  width: min(44.729136164vw, 611px);
  aspect-ratio: 611/215;
  pointer-events: none;
  rotate: 30deg;
  background: #f7be2c 0% 0% no-repeat padding-box;
  opacity: 0.2;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.p-feature-bottom__bg-l {
  position: absolute;
  top: min(13.9092240117vw, 190px);
  left: min(-18.2284040996vw, -249px);
  width: min(49.2679355783vw, 673px);
  aspect-ratio: 673/167;
  pointer-events: none;
  rotate: 30deg;
  background: #E7683B 0% 0% no-repeat padding-box;
  opacity: 0.2;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.p-feature-bottom__bg-s {
  position: absolute;
  top: min(10.4685212299vw, 143px);
  left: min(-44.2166910688vw, -604px);
  width: min(50.3660322108vw, 688px);
  aspect-ratio: 688/319;
  pointer-events: none;
  rotate: 30deg;
  background: #6e3383 0% 0% no-repeat padding-box;
  opacity: 0.3;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

/* company */

.p-company__top {
  padding-top: clamp(60px, 7.4166666667vw, 89px);
  padding-bottom: clamp(80px, 8.6666666667vw, 104px);
  background: #f8f8f8;
  position: relative;
}

.p-company__title-ja {
  margin-top: 11px;
}
@media screen and (min-width:1024px) {
  .p-company__title-ja {
    margin-left: clamp(16px, 2.3426061493vw, 32px);
  }
}

.p-company__top-body {
  margin-top: clamp(32px, 4.5vw, 54px);
}
@media screen and (min-width:1024px) {
  .p-company__top-body {
    margin-left: clamp(16px, 2.3426061493vw, 32px);
  }
}

.p-company__top-text {
  margin-top: clamp(24px, 3.90625vw, 40px);
  font-size: clamp(14px, 1.953125vw, 15px);
  line-height: 1.3333333333;
}

.p-company__top-wrap {
  margin-top: clamp(32px, 6.640625vw, 68px);
}
@media screen and (min-width:768px) {
  .p-company__top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}

.p-company__card {
  padding-block: clamp(24px, 4.19921875vw, 43px);
  padding-inline: clamp(24px, 3.5833333333vw, 43px);
  width: 100%;
  max-width: 570px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#bc6fd8), color-stop(39%, #e7693b), to(#f7be2c)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #bc6fd8 0%, #e7693b 39%, #f7be2c 100%) 0% 0% no-repeat padding-box;
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .p-company__card {
    margin-inline: 0;
  }
}
.p-company__card::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #ffffff;
  border-radius: 14px;
  z-index: 1;
}
.p-company__card + .p-company__card {
  margin-top: 24px;
}
@media screen and (min-width:768px) {
  .p-company__card + .p-company__card {
    margin-top: 0;
  }
}

.p-company__card-title {
  font-family: "Libre Baskerville", sans-serif;
  font-size: clamp(28px, 2.8333333333vw, 34px);
  line-height: 1.3529411765;
  background: transparent -webkit-gradient(linear, left top, right top, from(#bc6fd8), color-stop(40%, #e7693b), to(#f7be2c)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #bc6fd8 0%, #e7693b 40%, #f7be2c 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.p-company__card-text {
  margin-top: clamp(24px, 3.61328125vw, 37px);
  font-size: clamp(14px, 1.46484375vw, 15px);
  line-height: 1.6;
  position: relative;
  z-index: 2;
}

.p-message {
  padding-top: clamp(60px, 8.3333333333vw, 100px);
  padding-bottom: clamp(60px, 8.8333333333vw, 106px);
  position: relative;
}

.p--message__body {
  margin-top: clamp(32px, 3.3333333333vw, 40px);
  max-width: 1100px;
  margin-inline: auto;
  position: relative;
    z-index: 1;
}

.p-message__img {
  max-width: clamp(280px, 80.5270863836vw, 1100px);
  aspect-ratio: 1100/500;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .p-message__img {
    max-width: 1100px;
    margin-inline: 0;
  }
}

.p-message__texts {
  margin-top: clamp(32px, 5.37109375vw, 55px);
}
@media screen and (min-width:1024px) {
  .p-message__texts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media screen and (min-width:1024px) {
  .p-message__text-row {
    max-width: 520px;
  }
}
.p-message__text-row + .p-message__text-row {
  margin-top: 32px;
}
@media screen and (min-width:1024px) {
  .p-message__text-row + .p-message__text-row {
    margin-top: 0;
  }
}

.p-message__text {
  font-size: clamp(14px, 1.953125vw, 15px);
  line-height: 1.8666666667;
}

.p-company__name-title {
  margin-top: clamp(24px, 3.80859375vw, 39px);
  font-size: clamp(14px, 1.953125vw, 15px);
  line-height: 1.3333333333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.p-company__name {
  margin-top: 9px;
  font-size: clamp(16px, 1.7578125vw, 18px);
  line-height: 1.2777777778;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.p-outline {
  padding-top: clamp(60px, 6.5833333333vw, 79px);
  padding-bottom: clamp(72px, 8vw, 96px);
  background: #F8F8F8;
  position: relative;
}

.p-company__table-wrap {
  margin-top: 24px;
  max-width: 1000px;
  margin-inline: auto;
    position: relative;
  z-index: 1;
}

.p-company__table {
  width: min(100%, 1000px);
  border-top: 1px solid #dddddd;
}

.p-company__table-row {
  display: grid;
  grid-template-columns: clamp(100px, 23.3333333333vw, 280px) 1fr;
  border-bottom: 1px solid #dddddd;
}

.p-company__table-title {
  padding-block: 24px;
  padding-left: clamp(20px, 3.75vw, 45px);
  font-size: clamp(14px, 1.25vw, 15px);
  line-height: 1.2666666667;
  letter-spacing: 0.45px;
  font-weight: 700;
  background: #ffffff;
}

.p-company__table-text {
  padding-block: 24px;
  padding-left: clamp(24px, 4.1666666667vw, 50px);
  font-size: clamp(14px, 1.25vw, 15px);
  line-height: 1.3333333333;
  letter-spacing: 0.45px;
}

.p-company__bg-l {
  position: absolute;
  top: min(18.3016105417vw, 250px);
  left: min(-15.3733528551vw, -210px);
  width: min(45.9004392387vw, 627px);
  aspect-ratio: 627/330;
  pointer-events: none;
  rotate: 30deg;
  background: #f7be2c 0% 0% no-repeat padding-box;
  opacity: 0.4;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.p-company__bg-s {
  position: absolute;
  top: min(33.1625183016vw, 453px);
  left: min(-31.2591508053vw, -427px);
  width: min(50.3660322108vw, 688px);
  aspect-ratio: 688/319;
  pointer-events: none;
  rotate: 30deg;
  background: #6e3383 0% 0% no-repeat padding-box;
  opacity: 0.3;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.p-message__bg-l {
  position: absolute;
  top: min(11.9326500732vw, 163px);
  right: min(-22.9868228404vw, -314px);
  width: min(50.6588579795vw, 692px);
  aspect-ratio: 692/286;
  pointer-events: none;
  rotate: 30deg;
  background: #cd4558 0% 0% no-repeat padding-box;
  opacity: 0.1;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.p-message__bg-s {
  position: absolute;
  top: min(10.2489019034vw, 140px);
  right: min(-27.4524158126vw, -375px);
  width: min(44.729136164vw, 611px);
  aspect-ratio: 611/215;
  pointer-events: none;
  rotate: 30deg;
  background: #f7be2c 0% 0% no-repeat padding-box;
  opacity: 0.2;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.p-outline__bg-l {
  position: absolute;
  top: min(-18.4480234261vw, -252px);
  left: min(-44.2166910688vw, -604px);
  width: min(50.439238653vw, 689px);
  aspect-ratio: 689/319;
  pointer-events: none;
  rotate: 30deg;
  background: #6e3383 0% 0% no-repeat padding-box;
  opacity: 0.3;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.p-outline__bg-s {
  position: absolute;
  top: min(-2.7086383602vw, -37px);
  left: min(-43.9238653001vw, -600px);
  width: min(49.2679355783vw, 673px);
  aspect-ratio: 673/167;
  pointer-events: none;
  rotate: 30deg;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  background: #e7683b 0% 0% no-repeat padding-box;
  opacity: 0.2;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}




/* stockist */

.p-stockist {
  position: relative;
}

.p-stockist__top {
  padding-top: clamp(80px, 10vw, 120px);
  padding-bottom: clamp(60px, 8.0833333333vw, 97px);
  position: relative;
  z-index: 1;
  background: #f8f8f8;
}

.p-stockist__top-title {
  font-family: "Libre Baskerville", sans-serif;
  font-size: clamp(28px, 4.1666666667vw, 50px);
  line-height: 1.34;
  background: transparent -webkit-gradient(linear, left top, right top, from(#bc6fd8), color-stop(40%, #e7693b), to(#f7be2c)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #bc6fd8 0%, #e7693b 40%, #f7be2c 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.p-stockist__top-body {
  margin-top: clamp(18px, 2.5390625vw, 26px);
    position: relative;
  z-index: 1;
}
@media screen and (min-width:1024px) {
  .p-stockist__top-body {
    margin-left: clamp(20px, 4.39453125vw, 45px);
  }
}

.p-stockist__top-main {
  font-size: clamp(18px, 2.9296875vw, 30px);
  line-height: 1.3;
  font-weight: 700;
}

.p-stockist__top-text {
  margin-top: 22px;
  font-size: clamp(14px, 1.953125vw, 15px);
  line-height: 1.6666666667;
  max-width: 1100px;
  margin-inline: auto;
}

.p-stockist__btn {
  margin-top: clamp(24px, 3.515625vw, 36px);
}

.p-value {
  padding-top: clamp(60px, 8.49609375vw, 87px);
  padding-bottom: clamp(60px, 8.3333333333vw, 100px);
  position: relative;
  z-index: 1;
}

@media screen and (min-width:1024px) {
  .p-value__title-ja {
    margin-left: clamp(16px, 2.3426061493vw, 32px);
  }
}

.p-value__wrap {
  margin-top: clamp(40px, 3.3674963397vw, 46px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width:1024px) {
  .p-value__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-value__items {
  width: 100%;
  max-width: 540px;
}

.p-value__item {
  padding-block: 24px;
  border-bottom: 1px solid #dddddd;
}
.p-value__item:first-of-type {
  padding-top: 0;
}
.p-value__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(18px, 3.0833333333vw, 37px);
}

.p-value__item-num {
  width: 47px;
  height: 47px;
  padding-top: 11px;
  font-family: "Libre Baskerville", sans-serif;
  font-size: clamp(20px, 3.125vw, 24px);
  line-height: 1.3333333333;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#bc6fd8), color-stop(39%, #e7693b), to(#f7be2c)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #bc6fd8 0%, #e7693b 39%, #f7be2c 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  position: relative;
  z-index: auto;
}
.p-value__item-num::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#bc6fd8), color-stop(39%, #e7693b), to(#f7be2c)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #bc6fd8 0%, #e7693b 39%, #f7be2c 100%) 0% 0% no-repeat padding-box;
  z-index: -2;
}
.p-value__item-num::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  border-radius: 0px 0px 10px 0px;
  background: #ffffff;
  z-index: -1;
}

.p-value__item-title {
  padding-top: 12px;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.2777777778;
  font-weight: 700;
}

.p-value__item-text {
  margin-top: clamp(24px, 2.9296875vw, 30px);
  font-size: clamp(14px, 1.46484375vw, 15px);
  line-height: 1.6666666667;
}
.p-value__img-wrap {
  margin-top: 40px;
  margin-inline: auto;
  max-width: 240px;
  padding-right: clamp(20px, 4.5833333333vw, 55px);
  position: relative;
}
@media screen and (min-width:768px) {
  .p-value__img-wrap {
    margin-top: 0;
  }
}
@media screen and (min-width:1024px) {
  .p-value__img-wrap {
    max-width: 516px;
  }
}

.p-value__img-top {
  width: 100%;
  height: 100%;
  max-width: clamp(200px, 33.7481698389vw, 461px);
  aspect-ratio: 461/618;
  margin-right: clamp(20px, 4.5833333333vw, 55px);
}

.p-value__img-bottom {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: -40px;
  max-width: 80px;
  aspect-ratio: 230/235;
}
@media screen and (min-width:1024px) {
  .p-value__img-bottom {
    max-width: 230px;
    bottom: max(-12.737920937vw, -174px);
  }
}
.p-partner {
  padding-top: clamp(60px, 6.6666666667vw, 80px);
  padding-bottom: clamp(80px, 8vw, 96px);
  background: #f8f8f8;
  position:relative;
}

@media screen and (min-width:1024px) {
  .p-partner__title-ja {
    margin-left: clamp(16px, 2.3426061493vw, 32px);
  }
}

.p-partner__items {
  margin-top: 36px;
  padding-top: clamp(40px, 4.5833333333vw, 55px);
  padding-bottom: clamp(40px, 5.0833333333vw, 61px);
  padding-inline: clamp(20px, 3.6603221083vw, 50px);
  background: #ffffff;
  max-width: 1100px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 35px;
  column-gap: 12px;
}
@media screen and (min-width:1024px) {
  .p-partner__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-partner__item {
  padding-bottom: clamp(18px, 3.125vw, 24px);
  border-bottom: 1px solid #dddddd;
  max-width: 300px;
}

.p-partner__item-text {
  padding-left: 23px;
  font-size: clamp(14px, 1.46484375vw, 15px);
  line-height: 1.2666666667;
  letter-spacing: 0.45px;
  font-weight: 700;
  position: relative;
}
.p-partner__item-text::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  background: transparent -webkit-gradient(linear, right top, left top, from(#f7be2c), to(#bc6fd8)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #f7be2c 0%, #bc6fd8 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
}
.p-recruit {
  padding-top: clamp(60px, 6.5833333333vw, 79px);
  padding-bottom: clamp(80px, 8.3333333333vw, 100px);
  position: relative;
}

@media screen and (min-width:1024px) {
  .p-recruit__title-ja {
    margin-left: clamp(16px, 2.3426061493vw, 32px);
  }
}

.p-recruit__items {
  margin-top: 35px;
  max-width: 1100px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: clamp(40px, 4.39238653vw, 60px);
     -moz-column-gap: clamp(40px, 4.39238653vw, 60px);
          column-gap: clamp(40px, 4.39238653vw, 60px);
  row-gap: clamp(20px, 3.3333333333vw, 40px);
    position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .p-recruit__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-recruit__item {
  padding-block: 30px;
  padding-inline: clamp(20px, 2.9296875vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  background: #ffffff;
  border: 1px solid #dddddd;
  max-width: 520px;
}
@media screen and (min-width:768px) {
  .p-recruit__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width:1200px) {
  .p-recruit__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-recruit__item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

@media screen and (min-width:768px) {
  .p-recruit__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}

.p-recruit__item-num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Libre Baskerville", sans-serif;
  font-size: clamp(14px, 1.5625vw, 16px);
  line-height: 1.3125;
  color: #BC6FD8;
  padding-right: 22px;
  position: relative;
}
.p-recruit__item-num::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 10px;
  height: 1px;
  background: #BC6FD8;
}

.p-recruit__item-title {
  margin-top: 4px;
  font-size: clamp(16px, 1.6666666667vw, 20px);
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-recruit__item-title {
    margin-top: 0;
  }
}

.p-recruit__item-text {
  margin-top: 26px;
  font-size: clamp(14px, 1.25vw, 15px);
  line-height: 1.3;
}

.p-recruit__item-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: clamp(100px, 19.53125vw, 200px);
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1/1;
}

.p-flow {
  padding-top: clamp(60px, 7.8125vw, 80px);
  padding-bottom: clamp(60px, 9.5vw, 114px);
  position: relative;
  background: #F8F8F8;
}

.p-flow__wrap {
  margin-top: clamp(40px, 4.8333333333vw, 58px);
  max-width: 1100px;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-flow__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px;
  }
}

.p-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(16px, 2.8645833333vw, 22px);
  position: relative;
  z-index: 1;
}
.p-flow__item + .p-flow__item {
  margin-top: 26px;
}

.p-flow__item-num {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Libre Baskerville", sans-serif;
  font-size: clamp(14px, 1.5625vw, 16px);
  line-height: 1.3125;
  background: transparent -webkit-gradient(linear, left top, right top, from(#bc6fd8), color-stop(40%, #e7693b), to(#f7be2c)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #bc6fd8 0%, #e7693b 40%, #f7be2c 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  position: relative;
}
.p-flow__item-num::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/icon-flow-bg.png) no-repeat center center/contain;
}


.p-flow__item-content {
  padding-top: 20px;
  max-width: 440px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-flow__item-title {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.2777777778;
  font-weight: 700;
}

.p-flow__item-text {
  margin-top: 16px;
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.5;
}

.p-flow__img {
  margin-top: 32px;
  width: 100%;
  max-width: clamp(200px, 59.8958333333vw, 460px);
  aspect-ratio: 460/583;
  height: 100%;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-flow__img {
    margin: 0;
  }
}


.p-faq {
  padding-top: clamp(60px, 7.0833333333vw, 85px);
  padding-bottom: clamp(60px, 7.5vw, 90px);
  position: relative;
}

@media screen and (min-width:1024px) {
  .p-faq__title-ja {
    margin-left: clamp(16px, 2.3426061493vw, 32px);
  }
}

.p-faq__items {
  margin-top: clamp(40px, 4.5833333333vw, 55px);
  max-width: 1100px;
  margin-inline: auto;
}

.p-faq__item {
  padding-block: clamp(24px, 2.9166666667vw, 35px);
  border-top: 1px solid #dddddd;
}

.p-faq__item-q {
  padding-left: 64px;
  font-size: clamp(14px, 1.46484375vw, 15px);
  line-height: 1.2666666667;
  font-weight: 700;
  position: relative;
}
.p-faq__item-q::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Libre Baskerville", sans-serif;
  color: #bc6fd8;
  font-size: clamp(16px, 1.953125vw, 20px);
  line-height: 1.35;
  margin-right: 43px;
}
.p-faq__item-q::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 38px;
  width: 1px;
  height: 30px;
  max-height: 30px;
  background: #dddddd;
}

.p-faq__item-a {
  padding-left: 64px;
  margin-top: clamp(24px, 3.22265625vw, 33px);
  font-size: clamp(13px, 1.3671875vw, 14px);
  line-height: 1.5;
  position: relative;
}
.p-faq__item-a::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Libre Baskerville", sans-serif;
  color: #ADADAD;
  font-size: clamp(16px, 1.953125vw, 20px);
  line-height: 1.35;
  margin-right: 43px;
}
.p-faq__item-a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 38px;
  width: 1px;
  height: 100%;
  max-height: 30px;
  background: #dddddd;
}

.p-stockist__bg-l {
  position: absolute;
  top: min(18.3016105417vw, 250px);
  left: min(-15.3733528551vw, -210px);
  width: min(45.9004392387vw, 627px);
  aspect-ratio: 627/330;
  pointer-events: none;
  rotate: 30deg;
  background: #f7be2c 0% 0% no-repeat padding-box;
  opacity: 0.4;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.p-stockist__bg-s {
  position: absolute;
  top: min(33.1625183016vw, 453px);
  left: min(-31.2591508053vw, -427px);
  width: min(50.3660322108vw, 688px);
  aspect-ratio: 688/319;
  pointer-events: none;
  rotate: 30deg;
  background: #6e3383 0% 0% no-repeat padding-box;
  opacity: 0.3;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.p-value__bg-l {
  position: absolute;
  top: min(70.7174231332vw, 966px);
  right: min(-22.9868228404vw, -314px);
  width: min(50.6588579795vw, 692px);
  aspect-ratio: 692/286;
  pointer-events: none;
  rotate: 30deg;
  background: #cd4558 0% 0% no-repeat padding-box;
  opacity: 0.1;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.p-value__bg-s {
  position: absolute;
  top: min(64.934114202vw, 887px);
  right: min(-27.4524158126vw, -375px);
  width: min(44.729136164vw, 611px);
  aspect-ratio: 611/215;
  pointer-events: none;
  rotate: 30deg;
  background: #f7be2c 0% 0% no-repeat padding-box;
  opacity: 0.2;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
.p-business__bg-l {
  position: absolute;
  top: min(26.5007320644vw, 362px);
  left: min(-44.2166910688vw, -604px);
  width: min(50.439238653vw, 689px);
  aspect-ratio: 689/319;
  pointer-events: none;
  rotate: 30deg;
  background: #6e3383 0% 0% no-repeat padding-box;
  opacity: 0.3;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.p-business__bg-s {
  position: absolute;
  top: min(43.5578330893vw, 595px);
  left: min(-43.9238653001vw, -600px);
  width: min(49.2679355783vw, 673px);
  aspect-ratio: 673/167;
  pointer-events: none;
  rotate: 30deg;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  background: #e7683b 0% 0% no-repeat padding-box;
  opacity: 0.2;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
.p-recruit__bg-l {
  position: absolute;
  top: min(66.9106881406vw, 914px);
  right: min(-20.9370424597vw, -286px);
  width: min(56.588579795vw, 773px);
  aspect-ratio: 773/271;
  pointer-events: none;
  rotate: 30deg;
  background: #f7be2c 0% 0% no-repeat padding-box;
  opacity: 0.2;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.p-recruit__bg-s {
  position: absolute;
  top: min(85.7979502196vw, 1172px);
  right: min(-3.8067349927vw, -52px);
  width: min(32.6500732064vw, 446px);
  aspect-ratio: 446/196;
  pointer-events: none;
  rotate: 30deg;
  background: #6e3383 0% 0% no-repeat padding-box;
  opacity: 0.1;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.p-faq__bg-l {
  position: absolute;
  top: min(-16.4714494876vw, -225px);
  left: min(-21.7423133236vw, -297px);
  width: min(50.6588579795vw, 692px);
  aspect-ratio: 692/287;
  pointer-events: none;
  rotate: 30deg;
  background: #cd4558 0% 0% no-repeat padding-box;
  opacity: 0.1;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.p-faq__bg-s {
  position: absolute;
  top: min(8.4919472914vw, 116px);
  left: min(-2.1229868228vw, -29px);
  width: min(23.0600292826vw, 315px);
  aspect-ratio: 315/111;
  pointer-events: none;
  rotate: 30deg;
  background: #f7be2c 0% 0% no-repeat padding-box;
  opacity: 0.2;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}





/* client */

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


@media screen and (min-width:768px) {
  .p-client__items .webgene-blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.p-client__items .webgene-item + .webgene-item {
  margin-top: 32px;
}
@media screen and (min-width:768px) {
  .p-client__items .webgene-item + .webgene-item {
    margin-top: 0;
  }
}

.p-client__item {
  max-width: 400px;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .p-client__item {
    margin-inline: 0;
  }
}
@media (any-hover: hover) {
  .p-client__item:hover {
    opacity: 1;
  }
  .p-client__item:hover .p-client__item-head img,
  .p-client__item:hover .p-client__item-head::after {
    scale: 1.1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-client__item-head {
  aspect-ratio: 370/270;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-client__item-head::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/ogp.jpg") center/cover no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
@media screen and (min-width:768px) {
  .p-client__item-head {
    max-width: 370px;
  }
}

.p-client__item-body {
  margin-top: clamp(16px, 1.85546875vw, 19px);
}

.p-client__item-title {
  font-size: clamp(14px, 1.5625vw, 16px);
  line-height: 1.625;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-client__item-tag span {
  margin-top: 6px;
  padding: 3px 12px;
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.2857142857;
  letter-spacing: 0.42px;
  color: rgba(51, 51, 51, 0.6);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #dddddd;
}


/* news */




.p-news {
  padding-top: clamp(80px, 11.6666666667vw, 140px);
  padding-bottom: clamp(60px, 8.75vw, 105px);
  position: relative;
}

.p-news__categories {
  margin-bottom: clamp(40px, 7.421875vw, 76px);
  position: relative;
  z-index: 1;
}

.p-news__categories > .webgene-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-news__cat {
  display: inline-block;
  min-width: 140px;
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 5px 16px;
  text-align: center;
  font-size: clamp(14px, 1.7578125vw, 18px);
  line-height: 1.2777777778;
  letter-spacing: 0.54px;
  font-weight: 500;
  color: rgba(51, 51, 51, 0.6);
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.p-news__cat::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent -webkit-gradient(linear, left top, right top, from(#bc6fd8), color-stop(39%, #e7693b), to(#f7be2c)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #bc6fd8 0%, #e7693b 39%, #f7be2c 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  border-radius: 20px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-news__cat span {
  position: relative;
  z-index: 1;
}
@media (any-hover: hover) {
  .p-news__cat:hover {
    color: #ffffff;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-news__cat:hover::after {
    opacity: 1;
  }
}

.p-news__items {
  width: 100%;
  max-width: 1100px;
    position: relative;
  z-index: 1;
}

.p-news__item {
  padding-block: 30px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dddddd;
}

.p-news__item-date {
  padding-left: clamp(14px, 3.2552083333vw, 25px);
  padding-right: clamp(24px, 5.859375vw, 45px);
  position: relative;
}
.p-news__item-date span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Libre Baskerville", sans-serif;
}
.p-news__item-date .date-ym {
  font-size: clamp(13px, 1.3671875vw, 14px);
  line-height: 1.3571428571;
}
.p-news__item-date .date-d {
  margin-top: -7px;
  font-size: clamp(24px, 4.6875vw, 48px);
  line-height: 1.3333333333;
  margin-inline: auto;
}
.p-news__item-date::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #dddddd;
}

.p-news__item-meta {
  padding-left: 23px;
  padding-right: clamp(40px, 4.1666666667vw, 50px);
  width: 100%;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-news__item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(20px, 2.83203125vw, 29px);
  }
}
.p-news__item-meta::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 22px;
  height: 20px;
  background: url(../images/icon-arrow.svg) no-repeat center center/contain;
}

.p-news__item-tag span {
  padding: 3px 12px;
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.2857142857;
  letter-spacing: 0.42px;
  color: rgba(51, 51, 51, 0.6);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #dddddd;
}

.p-news__item-title {
  font-size: clamp(14px, 1.46484375vw, 15px);
  line-height: 1.3333333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.webgene-pagination {
  margin-top: clamp(40px, 7.3206442167vw, 100px);
  font-size: 14px;
  justify-self: center;
  grid-column: 1/-1;
}

.webgene-pagination a:hover {
  opacity: 0.7;
}

.webgene-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 10px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.webgene-pagination ul .number a {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  line-height: 2.2;
  color: #333333;
}

.webgene-pagination ul .number.selected a {
  position: relative;
}
.webgene-pagination ul .number.selected a::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  translate: -50%;
  width: 15px;
  height: 2px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#F7BE2C), to(#E7693B)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #F7BE2C 0%, #E7693B 100%) 0% 0% no-repeat padding-box;
}

li.next,
li.prev {
  position: relative;
}

li.next a,
li.prev a {
  height: 40px;
  width: 40px;
  padding: 2px;
  position: relative;
}

li.prev:after,
li.next:after {
  pointer-events: none;
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

li.prev:after {
  background-image: url("../images/prev.png");
  left: 0;
}

li.next:after {
  background-image: url("../images/next.png");
  right: 0;
}

@media screen and (min-width: 768px) {
  li.next {
    margin-left: 30px;
  }
  li.prev {
    margin-right: 30px;
  }
  li.next a,
  li.prev a {
    margin-top: 3px;
    width: auto;
    padding-block: 10px;
    z-index: 10;
    line-height: 1;
  }
  li.prev a {
    padding-left: 48px;
    color: #919191;
  }
  li.next a {
    padding-right: 48px;
    color: #333333;
  }
  li.prev:after,
  li.next:after {
    pointer-events: auto;
  }
}

/* detail */

.p-detail {
  padding-block: clamp(60px, 8.3333333333vw, 100px);
  background: #F8F8F8;
  position: relative;
}

.detail {
  max-width: 1200px;
  padding-block: clamp(60px, 9vw, 108px);
  padding-inline: 20px;
  margin-inline: auto;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .detail {
    padding-inline: clamp(60px, 7.3206442167vw, 100px);
  }
}

.post-ttl {
  margin-top: 25px;
  font-size: clamp(16px, 2.9296875vw, 30px);
  line-height: 1.4;
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 21px;
  position: relative;
}

.post-detail__content h2::before,
.post-detail__content h3::before {
  content: "";
  position: absolute;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#bc6fd8), color-stop(39%, #e7693b), to(#f7be2c)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #bc6fd8 0%, #e7693b 39%, #f7be2c 100%) 0% 0% no-repeat padding-box;
  width: 4px;
  height: calc(100% + 8px);
  top: -8px;
  left: 0;
}

.post-detail__content img,
.detail img {
  aspect-ratio: 594/350;
  margin: 40px auto 10px;
  margin-inline: auto;
  display: block;
  border-radius: 5px;
  width: auto;
  height: auto;
}

@media screen and (min-width: 768px) {
  .post-detail__content img,
  .detail img {
    margin: 65px auto;
  }
}
.post-detail__content img,
.detail img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.detail-text {
  padding-top: 60px;
  color: #00132b;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 2.2142857143;
}
.detail-text p + p {
  padding-top: 30px;
}

.post-detail__content h4 {
  margin-top: 83px;
  font-size: 18px;
  letter-spacing: 0.06em;
  padding-bottom: 12px;
  border-bottom: 1.5px solid #cccccc;
  margin-bottom: 40px;
  position: relative;
}
.post-detail__content h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 2px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#bc6fd8), color-stop(39%, #e7693b), to(#f7be2c)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #bc6fd8 0%, #e7693b 39%, #f7be2c 100%) 0% 0% no-repeat padding-box;
}

.post-detail__content > h3:first-child,
.post-detail__content > h2:first-child {
  margin-top: 0;
}

.post-detail__content h3,
.post-detail__content h2 {
  margin-top: 53px;
  font-size: 20px;
   padding-left: 36px;
  font-weight: 500;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .post-detail__content h3,
  .post-detail__content h2 {
    gap: 17px;
  }
}
.detail__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  margin-top: 77px;
  min-width: 134px;
  color: #333333;
  font-size: 15px;
  line-height: 1.2666666667;
  letter-spacing: 0.45px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.detail__btn::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/next.png) no-repeat center center/contain;
  rotate: 180deg;
}

.col-2 {
  min-width: 25%;
}
@media screen and (min-width:1024px) {
  .col-2 {
    min-width: unset;
  }
}
.col-2 img {
  max-width: 100%;
  height: auto;
}

.main-image-container {
  max-width: 594px;
  width: 96%;
  margin: 80px auto 0;
}

.main-image-box {
  position: relative;
  width: 100%;
  aspect-ratio: 594/483;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}
.main-image-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.thumbnail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 40px 0 0;
}

.thumbnail-box {
  width: 25%;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.thumbnail-box:hover {
  opacity: 0.7;
}

.thumbnail-img {
  position: relative;
  aspect-ratio: 97/97;
  border-radius: 10px;
  overflow: hidden;
}
.thumbnail-img:empty {
  display: none;
}
.thumbnail-img img {
  position: absolute;
  width: auto;
  height: auto;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .thumbnail-container {
    padding: 66px 0 0;
  }
  .thumbnail-box {
    width: 10%;
  }
}

.p-news__item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
}

.p-news__item-date-flex {
  font-family: "Libre Baskerville", sans-serif;
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.3571428571;
}


/* contact */

.p-contact__body {
  padding-top: clamp(80px, 12.20703125vw, 125px);
  padding-bottom: clamp(72px, 9.3333333333vw, 112px);
  position: relative;
}

.contact {
  max-width: 1000px;
  margin-inline: auto;
    position: relative;
  z-index: 1;
}

.contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}
.contact__item + .contact__item {
  margin-top: 37px;
}

.col-md-4,
.col-md-8 {
  padding: 0;
  max-width: 100%;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

.row {
  margin: 0;
}

.contact__item label {
  font-size: 15px;
  line-height: 1.2666666667;
  font-weight: 700;
}

.contact__item > .formTh > .requiredText {
  background: #E7683B;
  width: 36px;
  border-radius: 10px;
  color: #fff;
  font-size: 11px;
  line-height: 1.2727272727;
  text-align: center;
  padding: 3px 2px;
  margin-left: 12px;
}

.contact__item > .formTh > .anyText {
  background: #C1C1C1;
  width: 36px;
  border-radius: 10px;
  color: #fff;
  font-size: 11px;
  line-height: 1.2727272727;
  text-align: center;
  padding: 3px 2px;
  margin-left: 12px;
}

.contact__item > .formTd > textarea {
  height: 180px;
}

:focus-visible {
  outline: #284038 auto 1px;
}

.privacy-policy {
  margin-top: 50px;
  height: 133px;
  padding: 30px 20px;
  border-radius: 3px;
  border: 1px solid #dddddd;
  background: #f8f8f8;
  overflow-y: scroll;
  width: 100%;
  margin-inline: auto;
  /* Firefox向けの記述 */
  /* scrollbar-color: [つまみの色] [背景の色]; */
  scrollbar-color: #f7be2c;
  scrollbar-width: thin; /* スクロールバーを少し細くする設定（任意） */
  /* Chrome, Edge, Safari向けの記述 */
}
.privacy-policy::-webkit-scrollbar {
  width: 4px; /* スクロールバーの太さ */
}
.privacy-policy::-webkit-scrollbar-track {
  border-radius: 10px;
}
.privacy-policy::-webkit-scrollbar-thumb {
  background: #f7be2c; /* 棒（つまみ）の色 */
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .privacy-policy {
    padding: 8px 30px;
  }
}
.privacy-policy__text.privacy-policy__text--first {
  margin: 0;
}

.privacy-policy__item {
  max-width: 900px;
  margin-inline: auto;
}

.privacy-policy__item + .privacy-policy__item {
  margin-top: 52px;
}

.privacy-policy__title {
  font-size: 18px;
  letter-spacing: 0.006em;
  color: #464646;
  padding: 0 0 15px 0;
  border-bottom: 1.5px solid #d0d0d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.privacy-policy__title::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 4px;
  background: #272727;
}

.privacy-policy__text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2.2;
  color: #464646;
}

.privacy-policy__text-bottom {
  margin-top: -16px;
  font-size: 14px;
  line-height: 2.0571428571;
}

.privacy-policy__text-link {
  text-decoration: underline;
}

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

.privacy-policy__text-link:hover {
  opacity: 0.6;
  text-decoration: underline;
}

.privacy-policy__check {
  margin-top: 20px;
}

.privChek {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.privacyLabel {
  margin-bottom: 1px;
  font-size: 14px;
}

.privacyformError {
  margin-top: -36.5px !important;
}

.formBtn {
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
  padding-block: 20px;
  padding-left: 30px;
  padding-right: 70px;
  margin-top: clamp(40px, 5.859375vw, 60px);
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2666666667;
  font-weight: 700;
  width: 100%;
  max-width: 300px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#bc6fd8), color-stop(39%, #e7693b), to(#f7be2c)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #bc6fd8 0%, #e7693b 39%, #f7be2c 100%) 0% 0% no-repeat padding-box;
  position: relative;
  margin-inline: auto;
}
.formBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 24px;
  width: 11px;
  height: 10px;
  background: url(../images/icon-btn-arrow.svg) no-repeat center center/contain;
}
.formBtn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 60px;
  width: 1px;
  height: 100%;
  background: #ffffff;
  opacity: 0.3;
}

@media (any-hover: hover) {
  .formBtn:hover {
    opacity: 0.7;
  }
}

.contact__item > .formTd > input,
.contact__item > .formTd > textarea,
.contact__item > .formTd > select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
  color: inherit;
  vertical-align: top;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #DDDDDD;
  background: #F8F8F8;
  padding: 15px 14px 15px;
}

.contact__item > .formTd > select {
  width: min(320px, 100%);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 20px;
  background-size: 12px;
}

.contact__item > .formTd > input::-webkit-input-placeholder, .contact__item > .formTd > textarea::-webkit-input-placeholder, .contact__item > .formTd > div > select::-webkit-input-placeholder {
  color: #5d5d5d;
}

.contact__item > .formTd > input::-moz-placeholder, .contact__item > .formTd > textarea::-moz-placeholder, .contact__item > .formTd > div > select::-moz-placeholder {
  color: #5d5d5d;
}

.contact__item > .formTd > input:-ms-input-placeholder, .contact__item > .formTd > textarea:-ms-input-placeholder, .contact__item > .formTd > div > select:-ms-input-placeholder {
  color: #5d5d5d;
}

.contact__item > .formTd > input::-ms-input-placeholder, .contact__item > .formTd > textarea::-ms-input-placeholder, .contact__item > .formTd > div > select::-ms-input-placeholder {
  color: #5d5d5d;
}

.contact__item > .formTd > input::placeholder,
.contact__item > .formTd > textarea::placeholder,
.contact__item > .formTd > div > select::placeholder {
  color: #5d5d5d;
}

input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.d-inline:nth-of-type(n + 2) {
  padding-left: 20px;
}

/* ラベルのデザイン */
.checkbox-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  padding-left: 30px; /* ラジオボタン用のスペースを確保 */
}

/* カスタムラジオボタンの作成 */
.checkbox-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #333333;
  background-color: #fff;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}

/* 選択時のデザイン */
input[type=radio]:checked + .checkbox-label::before {
  background-color: #BC6FD8;
  border-color: #BC6FD8;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
}

.p-contact-after__body {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width:768px) {
  .p-contact-after__body {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.p-contact-after__text {
  color: #333333;
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .p-contact-after__text {
    font-size: 18px;
  }
}

.p-page__bg-top {
  position: absolute;
  top: clamp(60px, 8.5651537335vw, 117px);
  left: clamp(-523px, -38.2869692533vw, -261px);
  width: clamp(510px, 74.7437774524vw, 1021px);
  aspect-ratio: 1021/690;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  pointer-events: none;
}

.p-page__bg-middle {
  position: absolute;
  top: clamp(600px, 67.8623718887vw, 927px);
  right: clamp(-378px, -27.6720351391vw, -189px);
  width: 743px;
  aspect-ratio: 743/594;
  -webkit-transform: scale(2);
          transform: scale(2);
  pointer-events: none;
}