/* Inivsalign CSS */
@media (max-width: 460px) {
  .lp {
    overflow-x: hidden;
  }
}

.buttonContact__text.green {
  color: #3cc5a1;
}

.hiddenTitle {
  opacity: 0;
  position: absolute;
}

.invisMv {
  align-items: center;
  display: flex;
  height: 56.23vw;
  min-height: 43.75rem;
  padding: 3.51vw 1.46vw;
  position: relative;
  z-index: 1;
}

.mv__invisContents {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.mv__invisSideText.for-pc,
.mv__invisLogo.for-pc {
  display: block;
}

.mv__invisTitle {
  color: #fff;
  font-family: var(--fontUDMincho);
  font-size: clamp(3.25rem, 5.27vw, 4.5rem);
  letter-spacing: 0.08em;
  line-height: 1.55;
  margin-top: 2.5rem;
  text-shadow: 0 0 12px rgba(252,255,188,1);
}

.mv__invisLogo img {
  max-width: clamp(8.75rem, 14.78vw, 12.625rem);
}

.mv__invisLead {
  color: #fff;
  font-family: var(--fontAboreto);
  font-size: 1rem;
  letter-spacing: 0.16em;
  margin-top: 2rem;
}

.mv__invisText {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 2.5;
  margin-top: 2.5rem;
}

.mv__invisBg {
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -2;
}
.mv__invisBg.for-sp {
    display: none;
  }
.mv__invisBg.for-pc {
  display: block;
}
.mv__invisSideText {
  color: #fff;
  font-size: 1.024vw;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.3;
  position: absolute;
  right: 2.43vw;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-lr;
}

.mv__invisBgWrap.for-sp {
  display: none;
}

@media screen and (max-width: 1366px) {
  .mv__invisSideText {
    font-size: 0.875rem;
    letter-spacing: 0.16em;
  }
} 

@media screen and (max-width: 767px) {
  .invisMv {
    flex-direction: column;
    height: 100%;
    padding: 0;
  }
  .mv__invisBg {
    left: 0;
    margin-top: 0;
    position: relative;
    top: 0;
    transform: unset;
    z-index: 2;
  }
	  .mv__invisBg.for-sp {
    display: block;
  }
  .mv__invisBg.for-pc {
    display: none;
  }
  .mv__invisContents {
    background: url(../img/lp/kv-sp_upper.png) no-repeat center / cover;
    padding: 8.43rem 1.25rem 4rem;
    padding-top: 2rem;
  }
  .mv__invisSideText.for-pc,
  .mv__invisLogo.for-pc {
    display: none;
  }
  .mv__invisBgWrap.for-sp {
    display: block;
  }
  .mv__invisBgWrap {
    position: relative;
  }
  .mv__invisBgLead {
    position: absolute;
    top: 24vw;
    padding-left: 1.25rem;
    z-index: 2;
  }
  .mv__invisSideText {
    font-size: clamp(0.625rem, 1.825vw, 0.875rem);
    position: relative;
    right: unset;
    top: unset;
    transform: unset;
    writing-mode: horizontal-tb;
  }
  .mv__invisLogo {
    margin-top: 2rem;
  }
  .mv__invisTitle {
    font-size: 2.25rem;
    margin-top: 1.375rem;
  }
  .mv__invisLead {
    font-size: clamp(0.625rem, 1.825vw, 0.875rem);
    line-height: 1.5;
    margin-top: 1.6875rem;
  }
  .mv__invisText {
    font-size: 0.875rem;
    margin-top: 2.5rem;
  }
}

.invisHeading {
  background: linear-gradient(to bottom, #00b875, #a2d277);
  -webkit-background-clip: text;
  font-family: var(--fontAboreto);
  font-size: clamp(3.75rem, 8.052vw, 6.875rem);
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  text-align: center;
  -webkit-text-fill-color: transparent;
  top: 4px;
}

.invisLead {
  color: #454545;
  font-family: var(--fontUDMincho);
  font-size: clamp(1.5rem, 2.05vw, 1.75rem);
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-align: center;
}

.invisLead .green {
  color: #00b875;
}

.what {
  padding-top: 4.5rem;
  position: relative;
  z-index: 3;
}

.what__imgBg {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -4;
}

.what__bg {
  background: linear-gradient(to bottom right, #f6facc 0%, #fdfdfd 33%, #feffdb 66%, #c8f2bd 100%);
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.64;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -3;
}

.what__triangles {
  left: 0;
  position: absolute;
  top: 3.89%;
  width: clamp(7.5rem, 14vw, 11.93vw);
}

.fadeTriangle__left {
  background: linear-gradient(to right, #008862 0%, #00b875 80%, #00b875 100%);
  clip-path: polygon(0 0, 0 50%, 100% 100%);
  display: block;
  height: 40.11vw;
  left: 0;
  opacity: 0.08;
  position: absolute;
  top: 43.7%;
  width: 100%;
  z-index: -2;
}

.fadeTriangle__right {
  background: linear-gradient(to right, #008862 0%, #00b875 80%, #00b875 100%);
  clip-path: polygon(100% 0, 100% 50%, 0 100%);
  display: block;
  height: 31.11vw;
  opacity: 0.08;
  position: absolute;
  right: 0;
  top: 33.6%;
  width: 100%;
  z-index: -2;
}

.what__display {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 9.43rem;
}

.what__image img {
  width: 91.45%;
}

.what__box {
  background: #fff;
  border: 1px solid #01b776;
  height: fit-content;
  padding: 3.75rem 1.56rem 2rem;
  position: relative;
}

.what__boxHeadingGroup {
  display: grid;
  gap: 0.8125rem;
  left: 1.56rem;
  position: absolute;
  top: -3.8rem;
}

.what__boxLead {
  align-items: flex-end;
  color: #00b875;
  display: grid;
  font-family: var(--fontAboreto);
  font-size: 1rem;
  gap: 0.5rem;
  grid-template-columns: 1rem auto 1rem;
  width: fit-content;
}

.what__boxLead .line {
  background: #00b875;
  display: block;
  height: 1.1875rem;
  justify-self: center;
  width: 1px;
}

.what__boxLead .line:nth-child(1) {
  transform: rotate(-30deg);
}

.what__boxLead .line:nth-child(2) {
  transform: rotate(30deg);
}

.what__boxHeading {
  background: #00b875;
  color: #fff;
  font-family: var(--fontUDMincho);
  font-size: clamp(1.5rem, 2.635vw, 2.25rem);
  letter-spacing: 0.08em;
  padding: 0.625rem 1rem;
  position: relative;
}

.what__boxHeadingIcon {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(50%);
  width: 1.75rem;
}

.what__boxHeadingIconTop {
  background: #3cc5a1;
  clip-path: polygon(100% 0, 50% 100%, 0 0);
  display: block;
  height: 100%;
  width: 100%;
}

.what__boxHeadingIconBottom {
  background: #a2d277;
  clip-path: polygon(100% 100%, 50% 0, 0 100%);
  display: block;
  height: 100%;
  width: 100%;
}

.what__boxText {
  color: #00b875;
  font-size: clamp(1rem, 1.4vw, 1.1875rem);
  letter-spacing: 0.04em;
  line-height: 2.1;
}

.whatGallery {
  background: #fff;
  display: flex;
  margin: 0 auto;
  margin-top: -5%;
  max-width: calc(100vw - 6.25rem);
  padding: 0.5rem;
  transform: translateY(50%);
  position: relative;
  overflow: hidden;
}

.whatGalleryGroup {
  display: flex;
}

.whatGalleryGroup.pcHidden {
  display: none;
}

.swiper.pcHidden {
  display: none;
}

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

.jawCorrect {
  background: url(../img/lp/img-jaw_correct_bg.jpg) no-repeat center / cover;
  position: relative;
  z-index: 2;
}

.jawCorrect .container {
  max-width: 79.125rem;
  padding-bottom: clamp(5rem, 10.47vw, 8.9375rem);
  padding-top: 16rem;
}

.jawCorrect__filter {
  background: linear-gradient(to bottom, #00b875, #a2d277);
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.jawCorrect__article {
  display: grid;
  grid-template-rows: auto 1fr;
  justify-content: space-between;
  row-gap: 2rem;
  width: 89.5%;
}

.jawCorrect__article--leftImage {
  grid-template-columns: 41.4% 54.7%;
  margin-right: auto;
}

.jawCorrect__article--rightImage {
  grid-template-columns: 54.7% 41.4%;
  margin-left: auto;
  margin-top: 1rem;
}

.jawCorrect__imageBlock {
  background: #fff;
  grid-row: span 2;
  height: fit-content;
  padding: 0.8125rem;
  place-self: center;
  position: relative;
  z-index: 1;
}

.jawCorrect__image {
  width: 100%;
}

.jawCorrect__icon {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 4.1875rem;
}

.jawCorrect__article--leftImage .jawCorrect__icon {
  right: 0.8125rem;
}

.jawCorrect__article--rightImage .jawCorrect__icon {
  left: 0.8125rem;
}

.jawCorrect__imageHighlight {
  background: #3cc5a1;
  bottom: 0;
  display: block;
  height: 4.0625rem;
  position: absolute;
  width: 4.0625rem;
  z-index: -1;
}

.jawCorrect__article--leftImage .jawCorrect__imageHighlight {
  clip-path: polygon(100% 100%, 0 0, 0 100%);
  left: 0;
}

.jawCorrect__article--rightImage .jawCorrect__imageHighlight {
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  right: 0;
}

.jawCorrect__headingGroup {
  grid-row: 1;
  margin-top: 2rem;
  position: relative;
  width: 100%;
}

.jawCorrect__heading {
  background: #fff;
  color: #00b875;
  font-family: var(--fontUDMincho);
  font-size: clamp(1.5rem, 2.93vw, 2.5rem);
  letter-spacing: 0.08em;
  padding: 0.5rem;
  position: relative;
  width: fit-content;
}

.jawCorrect__headingIcon {
  background: #fff;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 0.875rem;
}

.jawCorrect__article--leftImage .jawCorrect__headingIcon {
  clip-path: polygon(100% 0,20% 50%,100% 100%,0% 100%,0% 0%);
  right: -0.8125rem;
}

.jawCorrect__article--rightImage .jawCorrect__headingIcon {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 90% 50%);
  left: -0.875rem;
}

.jawCorrect__article--rightImage .jawCorrect__heading {
  margin-left: auto;
}

.jawCorrect__headingTriangle {
  max-width: 2.4375rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.jawCorrect__article--leftImage .jawCorrect__headingTriangle {
  right: 0;
}

.jawCorrect__article--rightImage .jawCorrect__headingTriangle {
  left: -15px;
}

.jawCorrect__article--leftImage .jawCorrect__imageBlock,
.jawCorrect__article--rightImage .jawCorrect__text,
.jawCorrect__article--rightImage .jawCorrect__headingGroup {
  grid-column: 1;
}

.jawCorrect__article--rightImage .jawCorrect__imageBlock,
.jawCorrect__article--leftImage .jawCorrect__text,
.jawCorrect__article--leftImage .jawCorrect__headingGroup {
  grid-column: 2;
}

.jawCorrect__text {
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 2.22;
}

.swiper-slide img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .what__boxHeadingGroup {
    top: -3.5rem;
  }
}

@media screen and (min-width: 1001px) {
	.gallery-scroll-wrapper {
		display: flex;
		height: 100%;
	}
	.whatGallery__image {
		flex-shrink: 0;
		width: calc(100% / 5); /* PC端5张图平均分布 */
	}
}

@media screen and (max-width: 1000px) {
 .whatGallery {
  overflow: hidden;
  max-width: 100%;
  height:200px;
  display: block;
}

	.gallery-scroll-wrapper {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0.5rem;
		display: flex;
		height: 100%;
		/* 宽度由子元素撑开，实现横向排列 */
		white-space: nowrap;
		transition: left 0s linear; /* 保证滚动流畅 */
	}
	.whatGallery__image {
		flex-shrink: 0; /* 防止图片被压缩 */
		height: 100%;
		width: auto; /* 保持图片比例 */
		margin-right: 0; /* 图片间距，可调整 */
	}

.whatGalleryGroup {
  display: flex;
animation: infinite-scroll-left 40s infinite linear 0.5s both;
}

.whatGalleryGroup > * {
  flex-shrink: 0;
}


  .whatGalleryGroup.pcHidden {
    display: flex;
  }
  .whatGallery__image img {
    height: 100%;
    max-width: max-content;
    width: 25vw;
  }
}

@media screen and (max-width: 767px) {
  .whatGallery__image img {
    width: 40vw;
  }
  .what__display {
    gap: 6rem;
    grid-template-columns: 1fr;
    margin: 3.75rem auto 0;
    max-width: 450px;
  }
  .what__image img {
    width: 100%;
  }
  .what__triangles {
    width: 4.5rem;
  }
  .jawCorrect__article {
    grid-template-columns: 1fr;
    row-gap: 0;
    width: 100%;
  }
  .jawCorrect__article--leftImage .jawCorrect__imageBlock,
  .jawCorrect__article--rightImage .jawCorrect__imageBlock {
    grid-column: 1;
    grid-row: 1;
  }
  .jawCorrect__article--rightImage .jawCorrect__headingGroup,
  .jawCorrect__article--leftImage .jawCorrect__headingGroup {
    grid-column: 1;
    grid-row: 2;
    margin-top: 3.125rem;
  }
  .jawCorrect__article--rightImage .jawCorrect__text,
  .jawCorrect__article--leftImage .jawCorrect__text {
    grid-column: 1;
    grid-row: 3;
    margin-top: 1.56rem;
  }
}

@media screen and (max-width: 500px) {
  .whatGallery__image img {
    width: 60vw;
  }
}

@keyframes infinite-scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-68.1%);
  }
}

.merits {
  background: linear-gradient(to bottom right, #fffdf5, #d8f4d1);
  padding: 7.02vw 0 4rem;
  position: relative;
  z-index: 1;
}

.meritsTitle {
  height: auto;
  left: 50%;
  position: absolute;
  top: -6%;
  transform: translateX(-50%);
  width: 104vw;
}

.merits__triangle {
  bottom: 7.23%;
  position: absolute;
  right: 0;
  width: clamp(5rem, 10.54vw, 9rem);
  z-index: -1;
}

.merits__display {
  display: grid;
  gap: clamp(1.5rem, 3.66vw, 3.125rem);
  grid-template-columns: 1fr 1fr;
}

.merits__article {
  border: 1px solid #00b875;
  display: grid;
  grid-template-rows: auto 1fr;
}

.merits__header {
  align-items: center;
  display: flex;
  height: 4rem;
  justify-content: center;
  position: relative;
  width: 100%;
}

.merits__heading {
  color: #fff;
  font-family: var(--fontUDMincho);
  font-size: clamp(1.5rem, 2.34vw, 2rem);
  letter-spacing: 0.08em;
}

.merits__header--merit {
  background: #00b875;
}

.merits__header--demerit {
  background: #008862;
}

.merits__headerIcon {
  display: flex;
  flex-direction: column;
  height: calc(100% + 1px);
  position: absolute;
  top: -1px;
  width: 1.56rem;
}

.merits__headerIcon--left {
  left: -1px;
}

.merits__headerIcon--right {
  right: -1px;
}

.merits__headerIconSection {
  display: block;
  height: 100%;
  width: 100%;
}

.merits__header--merit .merits__headerIconSection--top,
.merits__header--demerit .merits__headerIconSection--bottom {
  background: #3cc5a1;
}

.merits__header--merit .merits__headerIconSection--bottom,
.merits__header--demerit .merits__headerIconSection--top {
  background: #a2d277;
}

.merits__headerIcon--left .merits__headerIconSection--top {
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.merits__headerIcon--left .merits__headerIconSection--bottom {
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.merits__headerIcon--right .merits__headerIconSection--top {
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.merits__headerIcon--right .merits__headerIconSection--bottom {
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.merits__body {
  background: #fff;
  padding: 1.875rem 1.125rem;
}

.merits__list {
  display: grid;
  gap: 1rem;
}

.merits__item {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.75rem auto;
}

.merits__text {
  color: #454545;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.merits__text .highlighted {
  color: #00b875;
}

.merits__text--gray {
  color: #707070;
}

.worries--invisalign {
  background: url(../img/lp/img-worries_invisalign_bg.png) no-repeat center / cover;
}

.worriesCommentBox--invisalign {
  background: url(../img/lp/img-worries_bubble.png) no-repeat center / cover;
  height: 11.8vw;
  width: 16.96vw;
}

.contactArea--invisalign {
  background: url(../img/lp/img-contact_invisalign_bg.png) no-repeat center / cover;
}

@media screen and (max-width: 1366px) {
  .merits {
    padding: 6rem 0 4rem;
  }
}

@media screen and (max-width: 1000px) {
  .worriesCommentBox--invisalign {
    height: 22.8vw;
    width: 32.96vw;
  }
}

@media screen and (max-width: 767px) {
  .merits__display {
    grid-template-columns: 1fr;
  }
  .worriesCommentBox.worriesCommentBox--invisalign {
    height: 8.425rem;
    min-height: unset;
    min-width: unset;
    width: 12.125rem;
  }
}

.compare {
  background: linear-gradient(to bottom left, #fafff5, #ebfae7);
  padding: 4.68rem 0 5.93rem;
  position: relative;
  z-index: 1;
}

.compare__icon {
  left: 0;
  opacity: 0.08;
  position: absolute;
  top: 0;
  width: 10.625rem;
  z-index: -1;
}

.compare__triangle {
  background: linear-gradient(to left, #a2d277 0%, #a2d277 25%, #008862 100%);
  opacity: 0.08;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.compare__triangle--top {
  clip-path: polygon(0 50%, 100% 0, 0 100%);
  height: 45.31vw;
  left: 0;
  top: 18.63%;
}

.compare__triangle--bottom {
  clip-path: polygon(100% 50%, 0 0, 100% 100%);
  height: 40.11vw;
  left: 0;
  top: 38.25%;
}

.compare__table {
  margin-top: 6rem;
}


.compare__table thead tr th {
  width: 27.27%;
}

.compare__table thead tr th:nth-child(1) {
  width: 18.19%;
}

.compare__table td.bg-white {
  background-color: #fff;
}

.compare__table .blankHead {
  background: #4ec499;
  position: relative;
}



.compare__table .blankHead span {
  background: #5fd5aa;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.compareTable__figure {
  position: relative;
}

.compareTable__figure img {
  width: 100%;
}

.compareTable__figure figcaption {
  bottom: 1rem;
  color: #fff;
  font-family: var(--fontBIZUDPGothic);
  font-size: 1.125rem;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.08em;
  line-height: 1.33;
  padding: 0.5rem 1.125rem;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: fit-content;
  word-break: auto-phrase;
  z-index: 1;
}

.compareTable__figure figcaption.grayBg {
  background: #707070;
}

.compareTable__figure figcaption.greenBg {
  background: #00b875;
}

.compareTable__figure figcaption.greenBg::before {
  background: linear-gradient(to bottom, #00b875, #a2d277);
  bottom: 0;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.64;
  position: absolute;
  width: 49.75%;
  z-index: -1;
}

.compareTable__figure figcaption.greenBg::before {
  background: linear-gradient(to top, #00b875, #a2d277);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  display: block;
  height: 43.63%;
  opacity: 0.64;
  position: absolute;
  right: 0;
  top: 0;
  width: 21.46%;
  z-index: -1;
}

.compare__table tbody tr {
  border-top: 1px solid #5fd5aa;
}

.compare__table tbody tr td {
  background: #f9f9f9;
  color: #909090;
  font-family: var(--fontBIZUDPGothic);
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  padding: 1.875rem 0.5rem;
  text-align: center;
}


.compare__table tr td:nth-child(2),
.compare__table tr td:nth-child(3) {
  border-right: 1px solid #5fd5aa;
}

.compare__table tbody tr:nth-child(odd) td:first-child {
  background: #5fd5aa;
}

.compare__table tbody tr:nth-child(even) td:first-child {
  background: #4ec499;
}

.compare__table tbody tr td:nth-child(1) {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.compare__table tbody tr td:nth-child(2) {
  color: #00b875;
  font-size: 1.25rem;
}

.compareGroup {
  display: none;
}

.compareGroup__detailList {
  display: grid;
  grid-template-columns: 40% 60%;
}



.compareGroup__detailList dt:nth-of-type(odd) {
  background: #5fd5aa;
}

.compareGroup__detailList dt:nth-of-type(even) {
  background: #4ec499;
}

.compareGroup__detailList dt {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 1.4375rem 0.5rem;
  text-align: center;
}

.compareGroup__detailList dd {
  align-content: center;
  background: #fff;
  color: #909090;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

.compareGroup__detailList dd.green {
  color: #00b875;
}

.compareGroup__detailList dt,
.compareGroup__detailList dd {
  border-bottom: 1px solid #5fd5aa;
}

@media screen and (max-width: 900px) {
  .compareGroup {
    display: grid;
    gap: 2.5rem;
    margin-top: 3.125rem;
  }
  .compare__table {
    display: none;
  }
}

.reasons__titleArea {
  background: linear-gradient(to top right, #dbd58f 0%, #cef2c0 50%, #f5ef92 100%);
  padding: 6rem 1.25rem;
  position: relative;
  z-index: 1;
}

.reasons__titleIcon {
  height: 100%;
  position: absolute;
  top: 0;
  width: auto;
  z-index: -1;
}

.reasons__titleIcon--left {
  left: 0;
}

.reasons__titleIcon--right {
  right: 0;
  transform: scaleX(-1);
}

.reasonsLead {
  align-items: flex-end;
  color: #454545;
  display: flex;
  font-family: var(--fontUDMincho);
  font-size: clamp(1.5rem, 2.63vw, 2.25rem);
  gap: 0.5rem;
  letter-spacing: 0.08em;
  margin: 4.25rem auto 0;
  width: fit-content;
}

.reasonsLead .firstSection {
  position: relative;
}

.reasonsLead .upperText {
  color: #454545;
  display: grid;
  font-size: clamp(1rem, 1.47vw, 1.25rem);
  gap: 1rem;
  grid-template-columns: 1rem auto 1rem;
  left: 50%;
  position: absolute;
  top: -2rem;
  transform: translateX(-50%);
  word-break: keep-all;
}

.reasonsLead .upperText .line {
  background: #454545;
  height: 1.5rem;
  justify-self: center;
  width: 1px;
}

.reasonsLead .upperText .line.first {
  transform: rotate(-45deg);
}

.reasonsLead .upperText .line.last {
  transform: rotate(45deg);
}

.reasonsLead .lowerText {
  color: #00b875;
  font-size: clamp(2rem, 3.52vw, 3rem);
  letter-spacing: 0.16em;
}

.reasonsLead .boxedTextArea {
  display: flex;
}

.reasonsLead .boxedText {
  align-items: center;
  border: 1px solid #00b875;
  color: #00b875;
  display: flex;
  font-size: 3rem;
  height: 4rem;
  justify-content: center;
  width: 4rem;
}

.reasons__imageDots {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: absolute;
  top: -0.5rem;
}

.reasons__item--odd .reasons__imageGroup .reasons__imageDots {
  left: 0.5rem;
}

.reasons__item--even .reasons__imageGroup .reasons__imageDots {
  right: 0.5rem;
}

.reasons__item .reasons__itemTextArea .reasons__imageDots {
  left: 0;
  top: 0.6rem;
}


.reasons__imageDots .dot {
  display: block;
  height: 0.5rem;
  width: 0.5rem;
}

.reasons__imageDots .dot--dark {
  background: #00b875;
}

.reasons__imageDots .dot--light {
  background: #a2d277;
}

.reasons__item {
  background: #e4fcdd;
  padding: clamp(2.5rem, 4.83vw, 4.125rem) clamp(1.25rem, 3.66vw, 3.125rem) 4rem;
  position: relative;
  z-index: 1;
}

.reasons__item::before,
.reasons__item::after {
  content: "";
  display: block;
  opacity: 0.16;
  position: absolute;
  z-index: -1;
}

.reasons__item--odd::before {
  background: linear-gradient(to bottom right, #d2fccd 0%, #e4fcdd 50%, #f2e662 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  height: 14.1vw;
  right: 0;
  top: 0;
  width: 37.2vw;
}

.reasons__item--odd::after {
  background: linear-gradient(to bottom right, #60b456 0%, #e4fcdd 50%, #99f262 100%);
  bottom: 0;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  height: 18.9vw;
  left: 0;
  width: 50vw;
}

.reasons__item--even::before {
  background: linear-gradient(to bottom right, #d2fccd 0%, #e4fcdd 50%, #f2e662 100%);
  clip-path: polygon(0 100%, 0 0, 100% 0);
  height: 14.1vw;
  left: 0;
  top: 0;
  width: 37.2vw;
}

.reasons__item--even::after {
  background: linear-gradient(to bottom right, #60b456 0%, #e4fcdd 50%, #99f262 100%);
  bottom: 0;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  height: 18.9vw;
  right: 0;
  width: 50vw;
}

.reasons__itemInner {
  display: grid;
  gap: clamp(1.5rem, 3.66vw, 3.125rem);
  grid-template-columns: 1fr 1fr;
  max-width: 85vw;
  width: 96.5%;
}

.reasons__itemInner.for-pc {
  display: grid;
}

.reasons__itemInner.for-sp {
  display: none;
}

.reasons__item--odd .reasons__itemInner {
  margin-right: auto;
}

.reasons__item--even .reasons__itemInner {
  margin-left: auto;
}

.reasons__item--odd .reasons__imageGroup,
.reasons__item--even .reasons__itemTextArea {
  grid-column: 1;
  grid-row: 1;
}

.reasons__item--even .reasons__imageGroup,
.reasons__item--odd .reasons__itemTextArea {
  grid-column: 2;
  grid-row: 1;
}

.reasons__imageGroup {
  position: relative;
}

.reasons__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.reasons__imageIcon {
  bottom: 0;
  position: absolute;
  width: clamp(3rem, 5.85vw, 5rem);
}

.reasons__imageTopIcon {
  height: 1.25rem;
  position: absolute;
  top: -1.1875rem;
  width: auto;
}

.reasons__item--odd .reasons__imageIcon,
.reasons__item--even .reasons__imageTopIcon {
  left: 0;
}

.reasons__item--even .reasons__imageIcon,
.reasons__item--odd .reasons__imageTopIcon {
  right: 0;
}

.reasons__item--even .reasons__imageIcon {
  transform: scaleX(-1);
}

.reasons__headingGroup {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 5.75rem auto;
}

.reasons__number {
  position: relative;
  z-index: 1;
}

.reasons__number::after {
  border: 1px solid #00b875;
  content: "";
  display: block;
  height: 5.75rem;
  left: -0.5rem;
  position: absolute;
  top: 0.5rem;
  width: 5.75rem;
  z-index: -1;
}

.number {
  align-items: center;
  background: linear-gradient(to bottom left, #00b875 0%, #a2d277 50%, #a2d277 100%);
  color: #fff;
  display: flex;
  font-family: var(--fontAboreto);
  font-size: 4rem;
  height: 5.75rem;
  justify-content: center;
  position: relative;
  width: 5.75rem;
  z-index: 1;
}

.number::after {
  background: linear-gradient(to bottom right, #00b875 0%, #a2d277 40%, #a2d277 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.reasons__heading {
  align-self: flex-end;
  font-family: var(--fontUDMincho);
  font-size: clamp(1.25rem, 2.05vw, 1.75rem);
  height: fit-content;
  letter-spacing: 0.16em;
  line-height: 1.4;
  position: relative;
}

.reasons__itemTextArea {
  position: relative;
}

.reasons__heading .lightGreen {
  color: #3cc5a1;
}

.reasons__heading .darkGreen {
  color: #00b875;
}

.reasons__heading .large {
  font-size: clamp(1.5rem, 2.64vw, 2.25rem);
}

.reasons__heading .upperText {
  color: #008862;
  display: block;
  font-family: var(--fontAboreto);
  font-size: 0.875rem;
  left: 0;
  letter-spacing: 0;
  position: absolute;
  top: -1.4rem;
}

.reasons__textBox {
  margin-top: 4.5rem;
  padding-left: clamp(1.25rem, 2.93vw, 2.5rem);
  position: relative;
}

.reasons__text {
  color: #454545;
  font-size: clamp(1rem, 1.32vw, 1.125rem);
  letter-spacing: 0.08em;
  line-height: 2;
}

.reasons__featureText {
  background: #3cc5a1;
  -webkit-background-clip: text;
          background-clip: text;
  bottom: -5rem;
  font-family: var(--fontAboreto);
  font-size: clamp(4.4375rem, 6.66vw, 5.6875rem);
  opacity: 0.24;
  position: absolute;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .reasons__titleArea {
    padding-inline: 0;
  }

  .reasonsLead .lowerText {
    letter-spacing: 0.08em;
  }
  .reasonsLead .boxedText {
    font-size: 2.75rem;
    height: 3.75rem;
    width: 3.75rem;
  }
  .reasonsLead {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1.2rem;
  }
  .reasons__itemInner {
    grid-template-columns: 1fr;
  }
	  .reasons__itemInner.for-pc {
    display: none;
  }
  .reasons__itemInner.for-sp {
    display: block;
  }
	  .reasons__imageGroup {
    margin-top: 2rem;
  }
  .reasons__item--odd .reasons__imageGroup,
  .reasons__item--even .reasons__imageGroup {
    grid-column: 1;
    grid-row: 1;
  }
  .reasons__item--odd .reasons__itemTextArea,
  .reasons__item--even .reasons__itemTextArea {
    grid-column: 1;
    grid-row: 2;
  }
  .reasons__itemInner {
    max-width: 100%;
    width: 100%;
  }
  .reasons__textBox {
    margin-top: 1.25rem;
  }
  .reasons__headingGroup {
    gap: 1.125rem;
    grid-template-columns: 4.875rem auto;
  }
  .number {
    font-size: 3rem;
    height: 4.875rem;
    width: 4.875rem;
  }
  .reasons__number::after {
    height: 4.625rem;
    left: -0.4rem;
    width: 4.625rem;
  }
}

@media (max-width: 420px) {
  .reasonsLead .boxedText {
    font-size: 2rem;
    height: 3rem;
    width: 3rem;
  }
}


.invisalignPrice {
  background: linear-gradient(130deg, #fffdf5, #e2f8dc);
  padding-block: 96px 48px;
  position: relative;
}

.invisalignPrice__bg {
  max-width: 100%;
  z-index: 0;
}

.invisalignPrice__bg.sp {
  display: none;
}

.invisalignPrice__bg.left {
  left: 0;
  position: absolute;
  top: 0;
}

.invisalignPrice__bg.right {
  bottom: 0;
  position: absolute;
  right: 0;
}

.invisalignPrice__container {
  position: relative;
}

.invisalignPrice .headline__lead {
  margin-bottom: 64px;
}

.invisalignPrice__contents {
  margin-inline: auto;
  max-width: 1042px;
  padding-inline: 20px;
}

.invisalignPrice__contents .headline__lead {
  margin-top: 56px;
  text-align: center;
}

.invisalignPrice__list {
  border-bottom: 1px solid #83daac;
  display: grid;
  gap: 20px;
  padding-bottom: 48px;
}

.invisalignPrice__list:last-of-type {
  border-bottom: none;
}

.invisalignPrice__item {
  align-items: center;
  display: grid;
  grid-template-columns: 360px 1fr;
  height: 80px;
}


.invisalignPrice__head {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  height: 100%;
  justify-content: center;
}

.invisalignPrice__head.dark {
  background-color: #83daac;
}

.invisalignPrice__head.light {
  background-color: #9ee0c0;
}

.invisalignPrice__desc {
  align-items: center;
  background-color: #fff;
  display: flex;
  font-size: 24px;
  height: 100%;
  padding-inline: 40px;
}

@media (max-width: 1025px) {
  .invisalignPrice__bg.pc {
    display: none;
  }

  .invisalignPrice__bg.sp {
    display: block;
  }


  .invisalignPrice .headline__lead {
    margin-bottom: 50px;
  }


  .invisalignPrice__item {
    grid-template-columns: 1fr;
    height: auto;
  }

  .invisalignPrice__head {
    height: 60px;
  }

  .invisalignPrice__desc {
    height: 80px;
    justify-content: center;
    padding-inline: 24px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .invisalignPrice {
    padding-block: 50px;
  }
}
