body {
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  height: 100%;
  font-size: var(--pc-font-size);
  font-weight: 500;
  color: var(--text-color);
  line-height: 1.5;
  overflow-x: hidden;
  touch-action: manipulation;
}

body img {
    vertical-align: baseline;
}

body button {
  color: var(--text-color);
}

@media (max-width: 768px) {
  body {
    font-size: var(--sp-font-size);
  }
}

:root {
  /* メインカラー */
  --main-color: #00866F;
  /* 文字色 */
  --text-color: #000000;
  /* 背景色 */
  --bg-color: #FFFFFF;
  /* .net薄 */
  --rg-color: #E7F6F4;
  /* コンバージョンカラー */
  --cv-color: #FFEA4D;
  /* 背景グレー */
  --bg-g-color: #F5F5F5;
  /* 罫線色 */
  --border-color: #D9D9D9;
  /* 文字色グレー */
  --textg-color: #777777;
  /* .netロゴブラック */
  --logob-color: #3E3A39;
  /* .netロゴグリーン */
  --logog-color: #00A88C;

  /* PC文字サイズ */
  --pc-font-size: 16px;
  /* SP文字サイズ */
  --sp-font-size: 15px;
}
.only-sp-on {
  display: none;
}
.content {
  width: 100%;
  margin: 0 auto;
}
.inner-wrap {
  max-width: 1056px;
  margin: 0 auto;
}
.header {
  border-top: solid 4px var(--main-color);
}
.header-inner {
  padding: 0 85px;
}

.header-logoWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.header-logo {
  max-width: 510px;
  display: flex;
  align-items: center;
}
.header img {
  width: 288px;
  height: 44px;
}
.header-lead {
  margin: 4px 0 0 36px;
  font-size: 0.625rem;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.header-button {
}
.header-button a {
  display: block;
  height: 52px;
  width: 204px;
  box-sizing: border-box;
  border: solid 2px var(--text-color);
  font-weight: 600;
  background-color: var(--cv-color);
  color: var(--text-color);
  text-decoration: none;
  padding: 13px 28px;
}
.skew-label {
  display: inline-flex;
  align-items: center;
  background-color: var(--main-color);
  transform: skew(-18deg);
  position: relative;
}
.skew-label-wrap {
  width: fit-content;
}
.skew-label-wrap span {
  color: var(--bg-color);
  font-weight: 800;
  white-space: nowrap;
  position: absolute;
  letter-spacing: 1px;
}
.mv {
  background-image: url('/ad-lp-2025/images/bg_polygon_1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 20px 40px;
}
.mv__copy {
  font-weight: 500;
  display: flex;
  letter-spacing: 1px;
  margin: 0 auto 24px;
  justify-content: center;
}
.mv__copy-wrap-parts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mv__copy-label-wrap {
  transform: rotate(-5deg);
  margin-right: 6px;
}
.mv__copy-label-wrap--margin {
  margin-left: 20px;
}
.mv__copy-label {
  padding: 7px 20px 7px 33px;
  width: 50px;
  height: 23px;
}
.mv__copy-label-wrap img {
  width: 50px;
  height: auto;
  margin-right: 8px;
  position: absolute;
  top: -6px;
  left: -23px;
  transform: rotate(4deg);
}
.mv__copy-label-wrap span {
  top: 7px;
  left: 34px;
}
.mv__copy-text {
  padding-top: 14px;
}
.mv__copy-text--margin {
  margin: 0 4px;
}
.mv__copy-text--strong {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--main-color);
  padding-top: 9px;
}
.mv__title-section {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-areas:
    "item01 item03"
    "item02 item03";
  gap: 10px;
  width: 100%;
  grid-template-columns: 60% 40%;
  justify-items: center;
  column-gap: 30px;
  row-gap: 0px;
}
.mv__content-item01 {
  grid-area: item01;
}
.mv__content-item02 {
  grid-area: item02;
}
.mv__content-item03 {
  grid-area: item03;
}
.mv__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.mv__title {
  font-size: 2rem;
  font-weight: 600;
  color: var(--text-color);
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.3;
}
.mv__title br {
  display: none;
}
.mv__title-spacing {
  margin-top: 0.5rem
  }
.mv__title img {
  max-width: 434px;
  width: 100%;
  height: 68px;
  position: relative;
  top: 10px;
  right: 15px;
}
.mv__title strong {
  font-size: 3rem;
  font-weight: 700;
  color: var(--main-color);
}
.mv__achievements {
  display: flex;
  gap: 35px;
}
.mv__achievements-left {
  width: 210px;
  height: 83px;
}
.mv__achievements-right {
  width: 193px;
  height: 83px;
}
.mv__image {
  width: 316px;
  height: 293px;
}
.cv {
  background-color: var(--main-color);
  color: var(--bg-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 20px;
}
.cv__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 700px;
}
.cv__heading {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 0.2rem;
}
.cv__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border: 2px solid #000000;
  border-radius: 8px;
  max-width: 700px;
  width: 100%;
  background-color: var(--bg-color);
  margin: 0 auto;
}
.cv__caution {
  line-height: 1.6;
}
.cv__form label {
  width: 100%;
}
.cv__form input {
  width: 100%;
  height: 52px;
  padding: 16px 32px 14px 32px;
  border: none;
  box-sizing: border-box;
  font-size: var(--pc-font-size);
  font-weight: 500;
  outline: none;
}
.cv__form input::placeholder{
  color: #777777;
}
.cv__form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 52px;
  border: none;
  background-color: var(--cv-color);
  cursor: pointer;
  font-size: var(--pc-font-size);
  font-weight: 600;
  border-left: solid 2px var(--text-color);
}
.cv__form button::after {
  width: 120px;
  height: 52px;
}
.cv__caution {
  font-size: 0.625rem;
  font-weight: 500;
  margin-top: 16px;
}
.section-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 28px;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.performance__title-br br {
  display: none;
}
.section-title-center {
  text-align: center;
  letter-spacing: 0.3rem;
}
.section-title strong {
  font-size: 2.625rem;
  color: var(--main-color);
  margin: 0 0.3rem;
}
.performance {
  background-image: radial-gradient(#EDEFF1 3px, transparent 1px);
  background-size: 40px 40px;
  padding: 80px 20px 157px;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 50% 100%, 0 92%);
  position: relative;
  z-index: 1;
  background-color: var(--bg-color);
  margin-bottom: -115px;
}
.performance__cost {
  display: flex;
  max-width: 1050px;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 40px;
}
.performance__cost-content {
  width: calc(100% - 428px - 32px );
}
.performance__cost-image {
  height: 380px;
  display: flex;
  z-index: 1;
  position: relative;
}
.performance__cost-image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 380px;
  height: 380px;
  background-color: var(--rg-color);
  border-radius: 50%; 
  transform: translate(-50%, -50%);
  z-index: -1;
}
.performance__cost-image img {
  display: block;
  height: auto;
  max-width: 428px;
  width: 100%;
  flex-shrink: 1;
  object-fit: contain;
}
.performance__title-label-wrap {
  transform: rotate(-5deg);
  margin-bottom: 16px;
  position: relative;
  left: 32px;
}
.performance__title-label {
  padding: 7px 20px 7px 33px;
  width: 107px;
  height: 31px;
}
.performance__title-label-wrap img {
  width: 68px;
  height: auto;
  margin-right: 8px;
  position: absolute;
  top: -15px;
  left: -40px;
  transform: rotate(4deg);
}
.performance__title-label-wrap span {
  font-size: 1.25rem;
  top: 7px;
  left: 34px;
}
.performance__title-label-wrap span.performance__title-label-mark {
  font-size: 1.625rem;
  padding-left: 5px;
  top: 3px;
  left: 128px;
  transform: rotate(18deg);
}
.performance__text {
  position: relative;
  left: 4px;
}
.performance__text p {
  position: relative;
  padding-left: 24px;
  color: var(--text-color);
  margin-bottom: 8px;
}
.performance__text p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 6px;
  height: 13px;
  border: solid var(--main-color);
  border-width: 0 4px 4px 0;
  transform: rotate(40deg);
}
.performance__time {
  max-width: 1050px;
  margin: 0 auto;
}
.performance__time-content {
  display: flex;
  gap: 28px;
  justify-content: center;
}
.performance__time-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 33%
}
.performance__time-item-image {
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.performance__time-item img {
  margin: 0 auto;
  display: flex;
  object-fit: contain;
}
.performance__time-item02 {
  width: 150px;
  height: 155px;
}
.performance__time-item03 {
  width: 160px;
  height: 166px;
}
.performance__time-item04 {
  width: 160px;
  height: 166px;
  position: relative;
  top: -10px;
}
h3.performance__time-item-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  flex-grow: 1;
}
.performance__time-item-text {
  flex-grow: 1;
}

.performance__time-item-balloon {
  position: relative;
  background-color: var(--main-color);
  text-align: center;
  padding: 18px;
  margin-top: 16px;
}
.performance__time-item-balloon::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid var(--main-color);
}
.performance__time-item-balloon p {
  color: var(--bg-color);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}
.merit {
  height: 572px;
  background-image: url('/ad-lp-2025/images/bg_circle.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 20px 0;
}
.merit__section {
  padding: 165px 0 0;
}
.merit__content-wrap {
  margin: 32px auto 0;
  display: flex;
  flex-direction: column;
  max-width: 920px;
  gap: 32px;
}
.merit__content-wrap-left {
  width: fit-content;
  position: relative;
  left: 7%;
}
.merit__content-wrap-right {
  width: fit-content;
  align-self: flex-end;
  position: relative;
  right: 13%;
}
.merit__content {
  position: relative;
  color: var(--text-color);
}
.merit__content-text {
  background-color: var(--bg-color);
  width: 560px;
  border-radius: 12px;
}
.merit__content-text--left {
  text-align: right;
}
.merit__content-text p {
  font-size: 1.25rem;
  font-weight: 500;
  display: inline-block;
  padding: 30px 60px;
}
.merit__content-text--left p {
  text-align: left;
}
.merit__content-img {
  position: absolute;
}
.merit__content-img--left {
  max-width: 252px;
  height: auto;
  top: -84px;
  left: -75px;
}
.merit__content-img--right {
  max-width: 241px;
  height: auto;
  top: -90px;
  left: 448px;
}
.trial {
  background-color: var(--bg-g-color);
  padding: 80px 20px 84px;
}
.trial__title {
  width: fit-content;
  margin: 0 auto;
}
.trial__title-label-wrap {
  transform: rotate(-5deg);
  margin-bottom: 8px;
  position: relative;
  left: -62px;
}
.trial__title-label {
  padding: 7px 20px 7px 20px;
  width: 123px;
  height: 32px;
}
.trial__title-label-wrap span {
  font-size: 1.25rem;
  top: 8px;
  left: 24px;
}
.trial__title-label-wrap span.trial__title-label-mark {
  font-size: 1.625rem;
  padding-left: 5px;
  top: 4px;
  left: 131px;
  transform: rotate(18deg);
}
.trial__detail {
  display: flex;
  gap: 64px;
  justify-content: center;
  margin-top: 40px;
}
.trial__detail-item {
  max-width: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.trial__detail-item-construction {
  width: 141px;
  height: 142px;
}
.trial__detail-item-trial {
  width: 159px;
  height: 142px;
}
.trial__detail-item-title {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}
.trial__detail-border {
  width: 2px;
  background-color: var(--bg-color);
}
.trial__flow {
  background-color: var(--bg-color);
  margin: 40px auto 0;
  padding: 40px 0;
  border-radius: 12px;
}
.trial__flow-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}
.trial__flow-wrap {
  gap: 80px;
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  position: relative;
}
.trial__flow-wrap::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 400px);
  width: 765px;
  height: 3px;
  background-color: var(--main-color);
  z-index: 0;
}
.trial__flow-item {
  list-style: none;
  display: flex;
}
.trial__flow-item:last-child {
  margin-right: 0;
}
.trial__flow-item::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-top: 4px solid var(--border-color);
  border-right: 4px solid var(--border-color);
  transform: rotate(45deg);
  position: relative;
  top: 120px;
  left: 32px;
}
.trial__flow-item:last-child::after {
  display: none;
}
.trial__flow-item-inner {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.trial__flow-item-number {
  font-size: 2.625rem;
  color: var(--textg-color);
  position: relative;
  left: 1px;
  font-weight: bold;
  font-family: "Avenir", "Roboto", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}
.trial__flow-item-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--main-color);
  position: relative;
  top: 3.5px;
}
.trial__flow-item-dot--04 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--bg-color);
  border: solid 3px var(--main-color);
  position: relative;
  top: 1px;
  box-sizing: border-box;
}
.trial__flow-item-text {
  margin-top: 16px;
}
.trial__flow-item-text--04 span {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--main-color);
}
.about {
  height: fit-content;
  background-image: url('/ad-lp-2025/images/bg_polygon_2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 20px 100px;
}
.about__content {
  background-color: var(--bg-color);
  padding: 60px 0;
  margin: 0 auto;
  border-radius: 12px;
}
.about__summary-wrap {
  margin-bottom: 52px;
}
.about__content hr {
  height: 0;
  border-top: 2px solid var(--border-color);
  margin: 0 60px;
}
.about__title {
  font-size: 2rem;
  font-weight: 600;
  width: fit-content;
  margin: 0 auto 20px;
}
.about__title img {
  width: 395px;
  height: 62px;
}
.about__title span {
  position: relative;
  top: -10px;
  left: 16px;
}
.about__summary {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.about__summary img {
  width: 201px;
  height: 353px;
}
.about__summary-text p {
  margin-bottom: 16px;
  line-height: 2rem;
}
.about__summary-text a {
  color: var(--text-color);
  text-decoration: underline;
}
.about__summary-text strong {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--main-color);
}
.about__point-wrap {
  display: grid;
  grid-template-columns: repeat(3, 276px);
  grid-template-rows: auto auto;
  gap: 48px 24px;
  justify-content: center;
  position: relative;
  margin-top: 56px;
}
.about__point-item {
  text-align: center;
}
.about__point-item p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 8px;
}
p.about__point-item-caution {
  font-size: 0.75rem;
  font-weight: 300;
}
.about__point-item-image {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.about__point-item-image img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}
.about__point-item-01 {
  grid-column: 1;
  grid-row: 1;
}
.about__point-item-01 img {
  width: 108px;
  height: auto;
}
.about__point-item-02 {
  grid-column: 2;
  grid-row: 1;
}
.about__point-item-02 img {
  width: 145px;
  height: auto;
}
.about__point-item-03 {
  grid-column: 3;
  grid-row: 1;
}
.about__point-item-03 img {
  width: 86px;
  height: auto;
}
.about__point-item-04 {
  grid-column: 1 / span 2;
  grid-row: 2;
  justify-content: flex-end;
}
.about__point-item-04 img {
  width: 140px;
  height: auto;
}
.about__point-item-05 {
  grid-column: 2 / span 2;
  grid-row: 2;
  justify-content: flex-start;
}
.about__point-item-05 img {
  width: 115px;
  height: auto;
}
.thema {
  text-align: center;
  height: 708PX;
  background-image: url('/ad-lp-2025/images/thema-image.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.thema p {
  padding-top: 80px;
  line-height: 1.4;
}
.voice {
  background-color: var(--rg-color);
  padding: 100px 20px 96px;
}
.voice-title {
  font-size: 2.625rem;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.2rem;
}
.voice__content {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-bottom: 68px;
  overflow-x: hidden;
  width: 100%;
  flex-wrap: wrap;
}
.voice__content-item {
  max-width: 320px;
  width: 100%;
  background-color: var(--bg-color);
  padding: 28px 28px 40px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}
.voice__content-item img {
  border: sorid 1px var(--border-color);
}
.voice__content-item a {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: underline;
  text-align: right;
}
.contents-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 360px;
  margin:0 auto;
  padding: 20px 0;
  border: none;
  text-decoration: none;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--main-color);
  color: #fff;
  font-weight: 600;
  position: relative;
}
.contents-button a::after {
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  position: absolute;
  right: 20px;
}
.price {
  background-color: var(--bg-g-color);
  padding: 72px 20px 88px;
}
.price__content {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  background-color: var(--bg-color);
  border-radius: 8px;
  padding: 48px 0;
}
.price__title {
  font-size: 2.625rem;
  margin-bottom: 16px;
  letter-spacing: 0.2rem;
}
.price__detail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 16px 0 20px;
}
.price__detail img {
  width: 87px;
  height: auto;
}
.price__detail-text {
  text-align: center;
}
.price__detail-heading {
  font-size: 1.5rem;
  font-weight: 600;
}
.price__detail-heading span.price__detail-heading-slash {
  font-size: 1rem;
  margin-right: 2px;
}
.price__detail-heading span {
  font-size: 0.75rem;
  font-weight: 600;
}
.price__detail-inner {
  font-size: 1.25rem;
  margin-top: -6px;
}
.price__detail-inner span {
  font-weight: 700;
}
.price__detail-fee {
  font-size: 2.25rem;
  color: var(--main-color);
  padding: 0 4px 0 8px;
  position: relative;
  top: 1px;
}
span.price__detail-tax {
  font-size: 0.75rem;
  font-weight: 500;
  position: relative;
  top: -1px;
}
.faq {
  height: fit-content;
  background-image: url('/ad-lp-2025/images/pc/img_qa-bg.png');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 80px 20px;
}
.faq__content {
  max-width: 630px;
  margin: 0 auto;
}
.faq__title {
  font-size: 42px;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: 0.1rem;
}
.faq__item {
  max-width: 630px;
  margin-bottom: 22px;
}
.faq__item[open] {
  border: none;
}
.faq__item a {
  color: var(--main-color);
  text-decoration: underline;
}
.faq__item summary {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0px 40px 10px 0;
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px solid var(--border-color);
}
.faq__label {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: var(--main-color);
  font-size: 2rem;
}
.faq__question {
  position: relative;
  top: 1px;
  left: 10px;
}
.faq__answer-wrap {
  display: flex;
  margin: 16px 0 4px;
}
.faq__answer {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--main-color);
  padding: 0 68px 0 10px;
  position: relative;
  top: 9px;
  margin-bottom: 16px;
}
.faq__answer-text {
  padding: 0 68px 0 13px;
}
.faq__item summary::-webkit-details-marker {
  display: none;
}
.faq__item summary::before, .faq__item summary::after {
  width: 3px;
  height: 18px;
  background-color: var(--main-color);
  content: '';
}
.faq__item summary::before {
  position: absolute;
  right: 16px;
  rotate: 90deg;
}
.faq__item summary::after {
  transition: rotate .3s;
  position: absolute;
  right: 16px;
}
.faq__item[open] summary::after {
  rotate: 90deg;
  border-bottom: 1px solid var(--border-color);
}
.faq__item p {
  transform: translateY(-10px);
  opacity: 0;
  transition: transform .5s, opacity .5s;
}
.faq__item[open] p {
  transform: none;
  opacity: 1;
}
.faq__item-link {
  padding: 0 68px 0 13px;
  margin-top: 8px;
  display: block;
}
.faq__answer-subtext {
  display: flex;
  padding: 0 68px 0 13px;
  font-size: 0.75rem;
  gap: 8px;
  margin-top: 8px;
}

.ending {
 background-color: var(--rg-color);
 padding: 76px 0 82px;
}
.ending__content {
  text-align: center;
  background-color: var(--bg-color);
  max-width: 680px;
  padding: 46px 0 42px;
  border-radius: 8px;
  position: relative;
  margin: 0 auto;
}
.ending__content p {
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.ending__content a {
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: underline;
  color: var(--main-color);
}
.ending__content img {
  width: 214px;
  position: absolute;
  top: 52px;
  left: -125px;
}
.footer {
  text-align: center;
  background-color: var(--logob-color);
  padding: 40px 0px;
  color: var(--bg-color);
}
.footer__title {
  font-weight: 600;
  margin-bottom: 12px;
}
.footer a {
  text-decoration: underline;
  color: var(--bg-color);
}

@media (max-width: 1100px) {
  .trial__flow {
    background-color: transparent;
    padding: 0;
    max-width: calc(320px + 2rem);
    margin: 30px auto 0px;
  }
  .trial__flow-title {
    font-size: 1.2rem;
    color: var(--main-color);
    text-align: left;
  }
  .trial__flow-content {
    background-color: var(--bg-color);
    border-radius: 12px;
    padding: 1.5rem 1rem;
    max-width: 320px;
    width: auto;
    margin: 0 auto;
  }
  .trial__flow-wrap {
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
    gap: 60px;
  }
  .trial__flow-wrap::before {
    width: 2px;
    height: 87%;
    top: 30px;
    left: 65px;
  }
  .trial__flow-item {
    margin: 0px;
    justify-content: center;
    position: relative;
  }
  .trial__flow-item-number {
    width: 50px;
    font-size: 2.4rem;
  }
  .trial__flow-item-dot {
    width: 8px;
    height: 8px;
  }
  .trial__flow-item-dot--04 {
    width: 16px;
    height: 16px;
    left: -2px;
  }
  .trial__flow-item-inner {
    flex-direction: row;
    width: 100%;
    gap: 12px;
  }
  .trial__flow-item-inner > :nth-child(3) {
    width: calc(100% - 50px - 24px - 8px);
    margin: 0;
    text-align: center;
  }
  .trial__flow-item-text--04 span {
    font-size: 1.2rem;
  }
  .trial__flow-item::after {
    transform: rotate(135deg);
    top: 120%;
    position: absolute;
    left: 62%;
  }
}

@media (max-width: 900px) {
  .inner-wrap {
    width: calc(100% - 40px);
    max-width: none;
    padding: 0 20px;
  }
  .only-sp-on {
    display: inline;
  }
  .only-sp-off {
    display: none;
  }
  .header-inner {
    height: auto;
    padding: 0 20px;
  }

  .header-logoWrap {
    flex-direction: column;
    height: auto;
  }
  .header-logo {
    flex-direction: column;
    align-items: center;
    padding: 20px 0 12px;
  }
  .header img {
    width: 183px;
    height: auto;
  }
  .header-lead {
    margin: 0;
  }
  .header-button {
    margin-bottom: 20px;
  }
  .header-button a {
    font-size: 1rem;
  }
  .mv {
    height: auto;
    padding: 40px 0;
  }
  .mv__copy {
    flex-direction: column;
    align-items: center;
    margin: 0 auto 12px;
  }
  .mv__copy-label-wrap {
    position: relative;
    left: 6px;
  }
  .mv__copy-label-wrap span {
    font-size: 14px;
    top: 11px;
    left: 28px;
  }
  .mv__copy-label {
    padding: 7px 7px 7px 26px;
    height: 18px;
    top: 6px;
  }
  .mv__copy-label-wrap img {
    width: 46px;
    top: -1px;
    left: -20px;
  }
  .mv__copy-text {
    position: relative;
    left: 7px;
  }
  .mv__copy-text--strong {
    font-size: 1.2rem;
    margin-left: -5px;
    padding-top: 12px;
  }
  .mv__copy-text--margin {
    margin: 1px 7px 0 2px;
  }
  .mv__title-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mv__content-item01 {
    order: 1;
  }
  .mv__content-item02 {
    order: 3;
    margin-top: 24px;
    gap: 12px;
    justify-content: center;
  }
  .mv__content-item03 {
    order: 2;
    margin-top: 24px;
    max-width: 300px;
    width: 100%;
    height: auto;
  }
  .mv__title {
    font-size: 1.2rem;
  }
  .mv__title br {
    display: inline;
  }
  .mv__title img {
    max-width: 301px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    left: 0;
  }
  .mv__title strong {
    font-size: 32px;
  }
  .mv__title-spacing {
    letter-spacing: -0.1px;
    margin-top: 0
  }
  .mv__title-accent-sp {
    font-size: 20px;
    margin: 0 -3px;
  }
  .mv__achievements-sp {
    max-width: 165px;
    height: auto;
    width: 50%;
  }
  .cv {
    padding: 36px 0;
  }
  .cv__content {
    width: unset;
  }
  .cv__heading {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .cv__form {
    max-width: none;
  }
  .cv__form input {
    font-size: 14px;
  }
  .performance {
    padding: 45px 0 90px;
    clip-path: polygon(0 0, 100% 0, 100% 97%, 50% 100%, 0 97%);
  }
  .performance__cost {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  .performance__cost-content {
    width: 100%;
  }
  .performance__title-label {
    padding: 7px 10px 7px 14px;
    width: 73px;
    height: 14px;
  }
  .performance__title-label-wrap {
    margin-bottom: 4px;
    left: 24px;
  }
  .performance__title-label-wrap span {
    font-size: 0.8rem;
    top: 6px;
    left: 19px;
  }
  .performance__title-label-wrap span.performance__title-label-mark {
    font-size: 16px;
    left: 76px;
    top: 2px;
  }
  .performance__title-label-wrap img {
    width: 46px;
    left: -30px;
    top: -11px;
  }
  .section-title {
    font-size: 1.2rem;
    margin-bottom: 16px;
    letter-spacing: 0.02rem;
  }
  .performance__title-br br {
    display: inline;
  }
  .section-title strong {
    font-size: 1.8rem;
  }
  .performance__cost-image {
    margin: 10% 0px 12%;
    height: fit-content;
  }
  .performance__cost-image::before {
    width: 80%;
    padding-top: 80%;
    height: auto;
  }
  .performance__time {
    max-width: none;
    width: 100%;
    margin: 0 auto 30px;
  }
  .performance__time-content {
    flex-direction: column;
    gap: 20px;
  }
  .performance__time-item {
    gap: 12px;
    width: 100%;
  }
  h3.performance__time-item-title {
    font-size: 1.2rem;
  }
  .performance__time-item04 {
    top: 0;
  }
  .performance__time-item-title04 {
    margin-top: 12px;
  }
  .performance__time-item-balloon {
    padding: 16px;
    margin-top: 12px;
  }
  .performance__time-item-balloon p {
    font-size: 1.2rem;
  }
  .performance__time-item-balloon::before {
    top: -11px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 13px solid var(--main-color);
  }
  .merit {
    height: fit-content;
  }
  .merit__section {
    padding: 150px 0 56px;
  }
  .merit__content-wrap {
    align-items: center;
  }
  .merit__content-wrap-left {
    position: static;
  }
  .merit__content-wrap-right {
    right: 0;
    align-self: auto;
  }
  .merit__content-img--right {
    margin-bottom: 12px;
  }
  .merit__content {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .merit__content-img {
    position: static;
    max-width: 400px;
    width: 100%;
    height: auto;
  }
  .merit__content-text {
    background-color: transparent;
    width: 100%;
  }
  .merit__content-text p {
    padding: 0;
    font-size: var(--sp-font-size);
  }
  .trial {
    padding: 40px 0 40px;
  }
  .trial__title h2 {
    letter-spacing: 0.1rem;
  }
  .trial__title-label-wrap {
    left: 6px;
    margin-bottom: 5px;
  }
  .trial__title-label {
    padding: 7px 10px 7px 14px;
    width: 73px;
    height: 14px;
  }
  .trial__title-label-wrap span {
    font-size: 0.8rem;
    top: 6px;
    left: 11px;
  }
  .trial__title-label-wrap span.trial__title-label-mark {
    font-size: 16px;
    left: 76px;
    top: 2px;
  }
  .trial__detail {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top: 24px;
  }
  .trial__detail-border {
    width: 100%;
    height: 2px;
  }
  .trial__detail-item {
    gap: 15px;
    max-width: none;
  }
  .trial__detail-item-construction, .trial__detail-item-trial {
    width: 50%;
    max-width: 270px;
    height: auto;
  }
  .trial__detail-item-title {
    font-size: 1.4rem;
  }
  .trial__flow-content {
    padding: 1rem 0;
  }
  
  .about {
    padding: 45px 0;
  }
  .about__content {
    padding: 0 0 45px 0;
    position: relative;
  }
  .about__title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 9px;
  }
  .about__title img {
    width: 222px;
    height: auto;
  }
  .about__title span {
    top: 9px;
    left: 0px;
  }
  .about__summary-wrap {
    margin-bottom: 0px;
    padding: 27px 15px 12px 15px;
    border-bottom: 1px solid var(--border-color);
  }
  .about__summary {
    display: block;
  }
  .about__summary img {
    width: 30%;
    max-width: 110px;
    height: auto;
    float: right;
    position: relative;
    margin: 0 0 12px 12px;
  }
  .about__summary-text p {
    line-height: 1.5;
  }
  .about__summary-text strong {
    font-size: var(--sp-font-size);
  }
  .about__content hr {
    display: none;
  }
  .about__point-wrap {
    width: calc(100% - 30px);
    max-width: 450px;
    margin: 27px auto 0;
    padding: 0 15px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto auto;
    justify-items: center;
    gap: 15px 0;
  }
  .about__point-item {
    width: 130px;
  }
  .about__point-item-image {
    height: 80px;
  }
  .about__point-item-01 {
    grid-column: 1;
    grid-row: 1;
  }
  .about__point-item-02 {
    grid-column: 2;
    grid-row: 1;
  }
  .about__point-item-03 {
    grid-column: 1 / 3;
    grid-row: 2;
    width: 200px;
  }
  .about__point-item-04 {
    grid-column: 1;
    grid-row: 3;
  }
  .about__point-item-05 {
    grid-column: 2;
    grid-row: 3;
  }
  .about__point-item-01 img, .about__point-item-02 img, .about__point-item-03 img, .about__point-item-04 img, .about__point-item-05 img {
    width: 80%;
    height: auto;
  }
  .about__point-item p {
    font-size: var(--sp-font-size);
  }
  p.about__point-item-caution {
    font-size: 10px;
  }
  .about__point-item span {
    font-size: 10px;
  }
  .thema {
    height: 480px;
  }
  .thema p {
    padding-top: 45px;
  }
  .voice {
    padding: 45px 0;
  }
  .voice-title {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
  .voice__content {
    margin-bottom: 30px;
  }
  .contents-button a {
    max-width: none;
    width: 100%;
  }
  .voice__content-item {
    padding: 27px;
  }
  .price {
    padding: 45px 0;
  }
  .price__content {
    padding: 30px 15px;
  }
  .price__title {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  .price__detail {
    flex-direction: column;
    margin: 16px 0;
  }
  .price__detail p {
    font-size: var(--sp-font-size);
  }
  .price__detail-heading span {
    font-size: var(--sp-font-size);
  }
  .price__detail-fee {
    font-size: 1.8rem;
  }
  .faq {
    padding: 45px 0 36px;
    background-image: url('/ad-lp-2025/images/sp/img_qa-bg.svg');
  }
  .faq__title {
    font-size: 27px;
    margin-bottom: 1.6rem;
  }
  .faq__content {
    max-width: none;
  }
  .faq__item {
    max-width: none;
  }
  .faq__item summary {
    font-size: var(--sp-font-size);
  }
  .faq__label {
    font-size: 1.6rem;
  }
  .faq__item summary::after {
    right: 16px;
  }
  .faq__item summary::before, .faq__item summary::after {
    height: 16px;
  }
  .faq__answer {
    font-size: var(--sp-font-size);
    padding: 0 0 0 10px;
  }
  .faq__answer-text {
    padding: 0 0 0 10px;
  }
  .faq__answer-subtext {
    padding: 0 0 0 10px;
    gap: 6px;
    margin-top: 6px;
  }
  .faq__item-link {
    padding: 0 0 0 10px;
    margin-top: 6px;
  }
  .ending {
    padding: 46px 0;
  }
  .ending__content {
    padding: 30px 15px 24px;
    max-width: none;
  }
  .ending__content p {
    font-size: var(--sp-font-size);
    margin-bottom: 12px;
  }
  .ending__content a {
    font-size: var(--sp-font-size);
    display: block;
    margin-bottom: 15px;
  }
  .ending__content img {
    width: 155px;
    height: auto;
    position: static;
  }
  .footer {
    padding: 36px 0;
    font-size: 0.8rem;
    font-weight: 300;
  }
  p.footer__title {
    font-size: var(--sp-font-size);
    margin-bottom: 8px;
  }
}