/* -------------------------------------------
共通
------------------------------------------- */
:root {
  --white: #fff;
  --brown: #6d4a39;
  --black: #474747;
  --pink: #e0797a;
  --bg-pink: #f9ecea;
  --green: #80ab6d;
  --light-green: #92ce85;
  --bg-green: #eff9eb;
  --blue: #008cd6;
  --light-blue: #8bb6d1;
  --bg-blue: #f0f6f4;
  --yellow: #f5f787;
  --bg-gray: #f7f7f7;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: var(--brown);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.3;
  position: relative;
}

ul > li {
  list-style: none;
}

a {
  color: var(--brown);
  text-decoration: none;
}

summary {
  list-style: none;
}

summary::marker,
summary::-webkit-details-marker {
  display: none;
}

/* 見出し */
.h2__wrapper {
  margin-bottom: 80px;
}

.h2__text {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  background-image: url('/pta/images-new/bg-title.svg');
  background-position: center bottom;
  padding: 32px 64px;
  width: max-content;
  margin: 0 auto;
}

.h2__text::before {
  position: absolute;
  content: url('/pta/images-new/icon-title.svg');
  top: 0;
  left: 0;
}

.h2__text::after {
  position: absolute;
  content:url('/pta/images-new/icon-title.svg');
  rotate: 180deg;
  bottom: 0;
  right: 0;
}

.h2__wrapper h2 {
  position: relative;
  font-size: 4.0rem;
  font-weight: 700;
  padding: 56px 0;
}

.h2--en {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 8px;
  border-bottom: 1px solid var(--brown);
}

.h2--service {
  color: var(--green);
  font-weight: 700;
  font-size: 4.8rem;
  margin-top: 24px;
}

.h3--service {
  font-size: 2.4rem;
  font-weight: 700;
}

/* テキスト・フォント */
.fc-pink {
  color: var(--pink);
}

.fc-green {
  color: var(--green);
}

.fc-blue {
  color: var(--blue);
}

.fc-black {
  color: var(--black);
}

.bc-pink {
  background-color: var(--pink);
}

.bc-green {
  background-color: var(--green);
}

.fw-xl {
  font-weight: 700;
}

.fw-lg {
  font-weight: 600;
}

.fw-md {
  font-weight: 500;
}

.fw-sm {
  font-weight: 400;
}

.fs-64 {
  font-size: 6.4rem;
}

.fs-56 {
  font-size: 5.6rem;
} 

.fs-48 {
  font-size: 4.8rem;
}

.fs-40 {
  font-size: 4.0rem;
}

.fs-32 {
  font-size: 3.2rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-12 {
  font-size: 1.2rem;
}

.ft-highlight {
  background-image: 
    linear-gradient(to bottom, 
      transparent 45%,
      var(--yellow) 45%,
      var(--yellow) 80%,
      transparent 80%
    );
  background-repeat: no-repeat;
}

.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

.text--annotation {
  font-size: 1.4rem;
  font-weight: 600;
}

.block {
  display: block;
}

/* コンテナ */
.img--pitaro {
  width: 330px;
  margin: 48px auto 0;
}

.img--280 {
  width: 280px;
}

.img--service {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}

.img--service span {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.img__container img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.base__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 80px 24px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.bg--check {
  background: linear-gradient(0deg, transparent 28px, #ddd 30px), linear-gradient(90deg,  transparent 28px, #ddd 30px);
  background-size: 30px 30px;
  background-color: #fff;
  background-position: -14px 14px;
}

.bg--pink {
  background-color: var(--bg-pink);
}

.bg--green {
  background-color: var(--bg-green);
}

.bg--blue {
  background-color: var(--bg-blue);
}

.bg--white {
  background-color: #fffdfc;
}

/* 余白 */
.mt-80 {
  margin-top: 80px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-8 {
  margin-top: 8px;
}

.lh-17 {
  line-height: 1.7;
}

.lh-20 {
  line-height: 2;
}

/* リンク */
.link--cta {
  background-color: var(--white);
}

.link--cta a:hover,
.link--cta-btn a:hover {
  opacity: .7;
}

.link--cta-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.link--detail {
  display: block;
  width: 374px;
  color: var(--white);
  background-image: linear-gradient(to bottom, #feb0b2, #f09c9d);
  font-size: 1.8rem;
  font-weight: 500;
  margin: 48px auto 0;
  border-radius: 50px;
  padding: 16px 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}

.link--detail:hover {
  opacity: .5;
}

.link--detail span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.link--detail span::after {
  content: url('/pta/images-new/icon-arrow_03.svg');
  width: 24px;
  height: 24px;
}

/* コンテンツ */
.contents__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
}

.bg {
  position: relative;
}

.bg--z3 {
  z-index: 3;
}

.bg--01::after {
  content: url(/pta/images-new/bg_01.png);
  position: absolute;
  top: 80px;
  right: 0;
  width: 258px;
  height: 374px;
  z-index: 1;
}

.bg--02::after {
  content: url(/pta/images-new/bg_02.png);
  position: absolute;
  right: 0;
  top: -48px;
  width: 270px;
  height: 373px;
  z-index: 1;
}

.bg--04::before {
  content: url(/pta/images-new/bg_03.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 315px;
  height: 378px;
  z-index: 1;
}

.bg--04::after {
  content: url(/pta/images-new/bg_04.png);
  position: absolute;
  right: 0;
  top: 176px;
  width: 308px;
  height: 362px;
  z-index: 4;
}

.bg--05::after {
  content: url(/pta/images-new/bg_05.png);
  position: absolute;
  left: 0;
  top: -48px;
  width: 180px;
  height: 377px;
  z-index: 1;
}

.bg--06::after {
  content: url(/pta/images-new/faq_01.png);
  position: absolute;
  right: 0;
  top: 96px;
  width: 186px;
  height: 288px;
  z-index: 1;
}

.bg--07::after {
  content: url(/pta/images-new/bg-footer.png);
  position: absolute;
  left: 24px;
  bottom: 0;
  width: 314px;
  height: 264px;
  z-index: 1;
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px;
  height: 90px;
  font-size: 1.4rem;
}

.header__left-container {
  display: flex;
  gap: 12px;
}

.header__logo {
  display: flex;
  align-items: center;
}

.label {
  color: var(--white);
  background-color: var(--pink);
  border-radius: 50px;
  padding: 8px 12px;
  flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 700;
}

/* メニュー */
.menu__list,
.menu__list--footer {
  display: flex;
  gap: 32px;
  flex: 1;
  font-size: 1.4rem;
  font-weight: 700;
}
.menu__list{
  display: flex;
  align-items: center;
}
.menu__item,
.menu__item--footer {
  white-space: nowrap;
}

.menu__item > a:hover,
.menu__item--footer > a:hover {
  text-decoration: underline;
}

.menu--footer {
  position: relative;
  z-index: 3;
}

/* -------------------------------------------
COCOPiTAとは
------------------------------------------- */
.about__container--pink {
  color: var(--white);
  background-color: var(--pink);
  text-align: center;
  width: 430px;
  margin: 0 auto;
  padding: 12px 0;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
}

.about__container--img {
  background: url(/pta/images-new/bg-about_01.png) center / cover no-repeat;
  padding: 80px 24px;
  margin-top: 48px;
  font-weight: 700;
  font-size: 2.4rem;
}

.about__container--shadow {
  max-width: 570px;
  padding: 12px 80px;
  background-color: #fffdfd;
  margin: 48px auto 12px;
  box-shadow: 12px 12px 0 0 var(--green);
}

/* -------------------------------------------
COCOPiTAが選ばれる3つの理由
------------------------------------------- */
.reason__wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.reason__container {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
  gap: 48px;
}

.reason__container img {
  flex: 0 0 420px;
}

.reason__text {
  flex: 1 1 auto;
}

.reason__title {
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.reason__title::before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--pink);
  flex-shrink: 0;
}

.reason__container--reverse img {
  order: 2;
}

.reason__container--reverse .reason__text {
  order: 1;
}

/* -------------------------------------------
利用シミュレーション
------------------------------------------- */
.sim__container {
  border-radius: 16px;
}

.sim__container--pink {
  border: 2px solid var(--pink);
}

.sim__heading {
  text-align: left;
  padding: 16px;
  border-radius: 16px 16px 0 0;
}

.sim__heading--pink {
  background-color: var(--bg-pink);
}

/* -------------------------------------------
サービス継続率 
------------------------------------------- */
.continuous__bg {
  background: url(/pta/images-new/bg_06.png) top center / cover no-repeat;
  padding: 112px 24px;
  text-align: center;
}

.continuous__ttl {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 24px;
}

.continuous__ttl span {
  font-size: 4rem;
  font-weight: 500;
}

.continuous__img {
  max-width: 500px;
}

.continuous__img img {
  width: 100%;
}

.continuous__contents {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 40px;
}

/* -------------------------------------------
利用者の声
------------------------------------------- */
.voice__wrapper {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1fr;
  text-align: left;
}

.voice__container {
  padding: 24px;
  border-radius: 16px;
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 32px;
}

.voice__container::after {
  position: absolute;
  right: 24px;
  bottom: -56px;
  width: 29px;
  height: 79px;
}

.voice__container.bg--pink::after {
  content: url(/pta/images-new/polygon_01.png);
}

.voice__container.bg--green::after {
  content: url(/pta/images-new/polygon_02.png);
}

.voice__container.bg--blue::after {
  content: url(/pta/images-new/polygon_03.png);
}

.voice__img {
  position: absolute;
  top: -24px;
  left: 12px;
  border: 10px solid;
  border-radius: 50%;
}

.voice__img--pink {
  border-color: var(--bg-pink);
}

.voice__img--green {
  border-color: var(--bg-green);
}

.voice__img--blue {
  border-color: var(--bg-blue);
}

.voice__ttl {
  font-size: 2.4rem;
  padding-left: 160px;
  font-weight: 600;
}

.voice__ttl span:first-child {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 16px;;
}

/* -------------------------------------------
サービス一覧
------------------------------------------- */
.container--letter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.container--letter span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  color: var(--white);
  background-color: var(--green);
  border-radius: 2px;
  width: 50px;
  height: 50px;
}

.service-list__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 16px;
  row-gap: 48px;
  margin-top: 48px;
}

.service-list__container {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 16px;
}

.service-list__sub-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 1.6rem;
  font-weight: 500;
}

.service-list__sub-text::before,
.service-list__sub-text::after {
  content: '';
  width: 1px;
  height: 35px;
  background-color: var(--brown);
}

.service-list__sub-text::before {
  transform: rotate(-15deg);
}

.service-list__sub-text::after {
  transform: rotate(15deg);
}

.service-list__text {
  color: #7abee6;
  font-size: 2.4rem;
  font-weight: 700;
}

/* -------------------------------------------
サービス紹介
------------------------------------------- */
.service__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 96px;
  margin-top: 120px;
}

.service__container {
  position: relative;
  background-color: var(--white);
  border-radius: 16px;
  padding: 120px 64px 80px;
  font-size: 2.4rem;
  font-weight: 700;
}

.service__num {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  color: var(--white);
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.8;
}

.service-discount__wrapper {
  display: grid;
  gap: 32px 16px;
  margin-top: 48px;
}

.service-discount__container {
  position: relative;
}

.service-discount__item {
  width: 100%;
  height: auto;
}

.discount__img {
  position: absolute;
  top: 23%;
  right: 0;
  width: 20%;
  height: auto;
}

.service-online__wrapper {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 32px;
  margin-top: 48px;
  text-align: left;
  align-items: center;
}

.service-online__wrapper img {
  width: 100%;
  height: auto;
}

.service-doctor__wrapper {
  display: grid;
  grid-template-columns: 1fr 45%;
  gap: 8px;
  margin-top: 24px;
  text-align: left;
  line-height: 1.3;
  align-items: end;
}

.service-notify__wrapper {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 16px;
  margin-top: 48px;
  text-align: left;
  align-items: center;
}

.service-notify__contents {
  margin-top: 48px;
  line-height: 2;
}

.service-notify__contents .img__container {
  display: none;
}

.ai-center {
  align-items: center;
}

.service__item {
  list-style-type: disc;
  margin-left: 24px;
}

.text-grant {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--green);
  font-size: 4rem;
  font-weight: 500;
  margin-top: 24px;
}

.text-grant::before {
  content: url('/pta/images-new/icon-service_02.svg');
  width: 40px;
  height: 58px;
}

.text-grant::after {
  content: url('/pta/images-new/icon-service_03.svg');
  width: 51px;
  height: 58px;
}

.service-col3__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
  gap: 24px;
}

.blue-speech {
  position: relative;
  color: var(--white);
  background-color: var(--blue);
  padding: 8px;
  border-radius: 6px;
}

.blue-speech::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid var(--blue); 
}

.service-col3__container {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap:0;
}

.service-col3__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  padding: 36px 4px 24px;
  border-radius: 6px;
}

.service-col3__item img {
  width: 70%;
  height: auto;
  margin: 0 auto;
}

.ec__text {
  font-size: rem;
  position: relative;
  margin: 88px 0;
}

.ec__text::before {
  content: '';
  width: 28.8vw;
  height: 60px;
  background: url('/pta/images-new/service_18.png') center / contain no-repeat;
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
}

.ec__text::after {
  content: '';
  width: 58.3vw;
  height: 23px;
  background: url('/pta/images-new/icon-service_01.svg') center / contain no-repeat;
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
}

.service-col4__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 48px;
  gap: clamp(4px, 1.6vw, 16px);
}

.service-col4__container {
  border-radius: 16px;
  padding: clamp(4px, 1.6vw, 16px);
  background-color: #e7f8e6;
  font-weight: 500;
  font-size: clamp(12px, 2.4vw, 24px);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

.price-before {
  font-size: clamp(12px, 3.2vw, 32px);
}

.price-after {
  font-size: clamp(12px, 4.0vw, 40px);
}

.service__label {
  position: relative;
  max-width: 180px;
  height: auto;
  margin: 16px auto;
}

.service__label img {
  width: 100%;
  height: auto;
}

/* -------------------------------------------
料金プラン
------------------------------------------- */
.icon-recommend {
  position: absolute;
  top: -48px;
  left: -48px;
}
.price-table__wrapper table {
  border-collapse: separate;
  border-spacing: clamp(4px, 0.4vw, 8px); 
  width: 100%;
  table-layout: fixed;
}

.price-table__wrapper thead {
  color: var(--white);
}

.price-table__wrapper th {
  padding: clamp(12px, 2.4vw, 25px) clamp(4px, 0.8vw, 8px) clamp(10px, 2vw, 20px);
  border-radius: 16px 16px 0 0;
  white-space: nowrap;
  max-width: clamp(4px, 2.4vw, 24px);
  font-size:  clamp(12px, 1.8vw, 18px);
}

.price-table__wrapper th.plan--pink {
  background-color: var(--pink);
  position: relative;
}

.price-table__wrapper th.plan--blue {
  background-color: var(--light-green);
}

.price-table__wrapper th.plan--green {
  background-color: var(--light-blue);
}

.price-table__wrapper th > span {
  display: block;
}

.price-table__wrapper th strong {
  font-size:  clamp(12px, 3.2vw, 32px);
}

.price-table__wrapper td {
  background-color: var(--bg-gray);
  padding: 0 clamp(4px, 0.8vw, 8px);
  white-space: nowrap;
  font-size:  clamp(12px, 1.8vw, 18px);
  font-weight: 500;
}

.price-table__wrapper tr td:first-child {
  height: clamp(40px, 8vw, 80px);
}

.price-table__wrapper tr td:first-child span {
  font-size:  clamp(12px, 1.6vw, 16px);
}

.price-table__wrapper td.plan--pink {
  color: var(--pink);
  background-color: var(--bg-pink);
}

.price-table__wrapper td.plan--green {
  color: var(--light-green);
  background-color: var(--bg-green);
}

.price-table__wrapper td.plan--blue {
  color: var(--light-blue);
  background-color: var(--bg-blue);
}

.price-table__wrapper td span{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(4px, 1.2vw, 12px);
}

/* -------------------------------------------
サービス利用ステップ
------------------------------------------- */
.step__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  max-width: 1120px;
}

.step__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.step__text {
  color: var(--pink);
  font-size: 3.2rem;
  font-weight: 700;
}

.step__text--md {
  font-size: 3.6rem;
}

.step__text span {
  font-size: 4.0rem;
}

.step__text strong {
  font-size: 4.8rem;
}

/* -------------------------------------------
よくある質問
------------------------------------------- */
.faq__list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq__acc {
  list-style: none;
  background-color: var(--white);
  border-radius: 16px;
  text-align: left;
  padding: 32px;
  font-size: 1.8rem;
  font-weight: 500;
}

.faq__acc p {
  margin-top: 12px;
  padding-left: 36px;
}

.faq__sum {
  display: flex;
  align-items: baseline;
  gap: 16px;
  font-size: 2.4rem;
  font-weight: 700;
  cursor: pointer;
}

.faq__sum::before {
  content: '';
  width: 18px;
  height: 18px;
  background-color: var(--pink);
  border-radius: 50%;
  flex-shrink: 0;
}

.faq__sum::after {
  content: url('/pta/images-new/icon-arrow.svg');
  margin-left: auto;
  transition: all .3s;
}

.faq__acc[open] .faq__sum::after {
  transform: rotate(180deg);
}

/* -------------------------------------------
フッター
------------------------------------------- */
.footer {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 1.2rem;
}

/* -------------------------------------------
レスポンシブ
------------------------------------------- */
@media screen and (max-width: 1080px) {
  .service__container {
    padding: 120px 32px 80px;
  }

  .header {
    padding: 0 20px;
  }

  .menu__list {
    gap: 16px;
  }
}
@media screen and (max-width: 960px) {
  .menu__list {
    font-size: 1.2rem;
    gap: 12px;
  }
  
  .service-online__wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .service-doctor__wrapper {
    grid-template-columns: 1fr;
  }

  .service-notify__wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .service-notify__wrapper img {
    display: none;
  }

  .service-notify__contents {
    display: grid;
    grid-template-columns: 30% 1fr;
    align-items: start;
    gap: 16px;
  }

  .service-notify__contents .img__container,
  .service-notify__contents img {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    position: relative;
  }

  .pc {
		display: none;
	}

  .h2__wrapper {
    margin-bottom: 48px;
  }

  .h2__wrapper h2 {
    padding: 32px 0 48px;
    font-size: 2.4rem;
  }

  .h2__text {
    padding: 32px 16px;
    font-size: 1.6rem;
    width: 100%;
  }

  .h2--service {
    font-size: 2.4rem;
  }

  .h2--service span {
    font-size: 3.2rem;
  }

  .h3--service {
    font-size: 1.6rem;
  }

  .mt-80 {
    margin-top: 48px;
  }

  .mt-48 {
    margin-top: 24px;
  }

  .mt-24 {
    margin-top: 12px;
  }

  .fs-64 {
    font-size: 3.2rem;
  }

  .fs-48,
  .fs-40 {
    font-size: 2.4rem;
  }

  .fs-32 {
    font-size: 2.0rem;
  }

  .fs-24 {
    font-size: 1.6rem;
  }

  .fs-18 {
    font-size: 1.4rem;
  }

  .fs-16 {
    font-size: 1.2rem;
  }

  .fs-12 {
    font-size: 1rem;
  }

  .text--annotation {
    font-size: 1.2rem;
  }

  .cta-text--deco {
    font-size: 2.0rem;
    position: relative;
    padding-bottom: 48px;
  }

  .cta-text--deco::after {
    content: url(/pta/images-new/icon-cta-deco.svg);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .sp__link--cta {
    color: var(--white);
    background-image: linear-gradient(to bottom right, #ffa894, #ffc5c6 );
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 36px 24px;
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    gap: 16px;
  }

  .sp__link--cta a {
    color: var(--white);
    width: 100%;
    max-width: 350px;
    height: 80px;
    background-image: linear-gradient(to bottom right, #f87064 0%, #f87b5f 43%, #fab248 100%);
    border-radius: 16px;
    box-shadow: 0 8px 0 #b7504d;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    transform: translateY(0);
  }

  .sp__link--cta a:hover {
    transform: translateY(8px);
    box-shadow: none;
    opacity: 1;
  }

  .sp__link--cta span {
    position: relative;
  }

  .sp__link--cta span::after {
    content: url(/pta/images-new/icon-arrow_04.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -32px;
  }

  .link--cta-btn {
    width: 100px;
  }

  .link--cta-btn img {
    width: 100%;
    height: auto;
  }

  .link--detail {
    width: 100%;
  }

  .bg--01::after {
    display: none;
  }

  .bg--02::after {
    transform: scale(.5);
    right: -67px;
    top: -120px;
  }

  .bg--04::before {
    transform: scale(.3);
    left: -110px;
    top: -131px;
  }

  .bg--04::after {
    transform: scale(.3);
    right: -108px;
    top: 165px;
  }

  .bg--05::after {
    transform: scale(.5);
    left: -45px;
    top: 45px;
  }

  .bg--06::after {
    transform: scale(.5);
    right: -46px;
  }

  .bg--07::after {
    transform: scale(.5);
    left: -80px;
    bottom: -132px;
  }

  .img--pitaro {
    width: 60%;
  }

  .contents__wrapper {
    gap: 24px;
  }

  .header {
    padding: 0 20px;
    height: 60px;
  }

  .hamburger {
    cursor: pointer;
    background-color: var(--pink);
    padding: 16px;
    width: 60px;
    height: 60px;
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
  }
  
  .bar {
    display: block;
    width: 100%;
    height: 3px;
    margin: 5px auto;
    background-color: var(--white);
    transition: all .3s;
  }

  .menu {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    background-color: var(--white);
  }

  .menu.active {
    left: 0;
  }

  .menu__list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    gap: 32px;
    font-size: 1.4rem;
  }

  .base__inner {
    padding: 48px 24px;
  }

  .about__container--pink {
    width: 100%;
    font-size: 1.6rem;
  }

  .about__container--img {
    padding: 48px 24px;
    font-size: 1.2rem;
    margin-left: -24px;
    margin-right: -24px;
  }

  .service-col2__wrapper {
    flex-direction: column;
  }


  .continuous__bg {
    background: url(/pta/images-new/bg_06.png) top right 6% / cover no-repeat;
    padding: 80px 24px;
  }

  .continuous__ttl {
    gap: 8px;
  }

  .continuous__ttl span {
    font-size: 2.4rem;
  }

  .continuous__img {
    max-width: 205px;
  }

  .continuous__contents {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .img--medal {
    width: 267px;
  }

  .voice__wrapper {
    grid-template-columns: 1fr;
  }

  .voice__container {
    padding: 20px;
  }
  
  .voice__img {
    left: 0;
  }

  .voice__img img {
    width: 120px;
    height: auto;
  }

  .voice__ttl {
    padding-left: 120px;
    font-size: 2rem;
  }

  .voice__ttl span:first-child {
    font-size: 1.6rem;
  }

  .service-list__wrapper {
    grid-template-columns: 1fr 1fr;
    row-gap: 32px;
  }

  .service-list__sub-text {
    font-size: 1.4rem;
  }

  .service-list__text {
    font-size: 1.6rem;
  }

  .service__wrapper {
    gap: 48px;
  }

  .service__num {
    top: -32px;
    width: 64px;
    height: 64px;
    font-size: 3.2rem;
    line-height: 1.9;
  }

  .service__container {
    padding: 40px 16px 40px;
    font-size: 1.6rem;
  }

  .service-discount__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .service-online__wrapper {
    grid-template-columns: 1fr;
  }

  .service-online__text p:first-child {
    text-align: center;
  }

  .service-col3__wrapper {
    gap: 8px;
  }

  .service-col3__item {
    padding: 16px 4px;
    gap: 8px;
  }

  .service-col3__item img {
    width: 90%;
  }

  .text-grant {
    font-size: 2.4rem;
  }
  
  .service-col4__wrapper {
  grid-template-columns: repeat(2, 1fr);
}

  .blue-speech {
    font-size: 1.0rem;
  }

  .blue-speech::after {
    bottom: -8px;
  }

  .step__text,
  .step__text strong,
  .step__text span {
    font-size: 1.6rem;
  }

  .faq__sum {
    font-size: 1.6rem;
  }

  .faq__acc p {
    font-size: 1.4rem;
  }

  .footer {
    padding: 40px 0 160px;
  }

  .menu__list--footer {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media screen and  (max-width: 428px) {
  
  .h2__logo img {
    width: 100%;
  }
}


.simulation-img {
  width: 100%; /* default for small screens */
}

.simulation-container{
  display: flex !important;
  justify-content: center !important;
}

@media (min-width: 1024px) {
  .simulation-img {
    width: 75% !important; /* for large screens */
  }
}
