@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
#plan,
#plan-detail {
  background-color: #fff7ec;
  color: #515559;
}

#plan #page-header h1,
#plan-detail #page-header h1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 214px;
  width: min(560px, 100%);
  margin: 0 auto;
  transform: translateY(-4px);
  text-align: center;
  color: #ff8c00;
  font-size: clamp(2.875rem, 4.8vw, 4.125rem);
  letter-spacing: 0.11em;
  font-weight: 700;
  line-height: 1;
}

#plan #page-header h1::before,
#plan-detail #page-header h1::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(560px, 100%);
  height: min(420px, 75vw);
  background: url("../images/service/splash_h1_white.svg") center/contain no-repeat;
  z-index: -1;
}

#plan .plan-intro .column-single,
#plan .plan-highlights .column-single {
  gap: 20px;
}

#plan h2 {
  color: #ff8c00;
  text-align: center;
  letter-spacing: 0.05em;
}

#plan .plan-intro p,
#plan .plan-highlights p {
  line-height: 1.9;
}

#plan .plan-lead-list {
  padding-left: 1.2em;
}

#plan .plan-card-grid {
  align-items: stretch;
  gap: 24px;
}

#plan p {
  color: #8a4d00;
}

#plan .plan-intro {
  position: relative;
}

#plan .plan-intro .column-single {
  gap: 40px;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

#plan .plan-intro .column-single > p {
  color: rgb(138, 77, 0);
  font-size: 1.25rem;
  line-height: 2.2;
  font-weight: 500;
  letter-spacing: 0.05em;
}

#plan .plan-intro .container {
  position: relative;
  z-index: 1;
}

#plan .plan-intro-copy {
  margin-top: 0;
}

#plan .plan-intro-cards {
  display: grid;
  gap: 16px;
  max-width: 1100px;
  margin: 40px auto;
}

#plan .plan-intro-card {
  padding: 25px 30px;
  border-radius: 18px;
  border: 1px solid #7f6851;
  background: rgb(255, 255, 255);
}

#plan .plan-intro-card p {
  margin: 0;
  font-size: clamp(0.95rem, 1.1vw, 1.25rem);
  font-weight: 700;
  line-height: 1.6;
}

#plan .plan-intro-card p::before {
  content: "・";
  margin-right: 0.25em;
}

#plan .plan-intro-card.standard {
  max-width: 760px;
  margin: 0 auto;
}

#plan .plan-intro-card.standard p {
  color: #5db4ec;
}

#plan .plan-intro-card.premium {
  max-width: 1080px;
  margin: 0 auto;
}

#plan .plan-intro-card.premium p {
  color: #ff8c00;
}

#plan .plan-cards .wrapper {
  padding-top: 32px;
  padding-bottom: 140px;
}

#plan .plan-board-wrap {
  position: relative;
  padding: 60px 0 28px;
}

#plan .plan-board-bg {
  position: absolute;
  inset: 0 auto auto 0;
  width: calc(100% - 52px);
  height: calc(100% - 12px);
  border-radius: 80px;
  border: 2px solid #8a4d00;
  pointer-events: none;
}

#plan .plan-board-bg.premium {
  top: 43px;
  left: 0;
  background: #ff920d;
  transform: rotate(-4deg);
}

#plan .plan-board-bg.standard {
  top: 43px;
  left: 57px;
  background: #5db4ec;
  transform: rotate(4deg);
}

#plan .plan-board {
  position: relative;
  z-index: 1;
  padding: 102px 55px 72px;
  background: rgb(255, 255, 255);
  border-radius: 80px;
  border: 2px solid rgb(138, 77, 0);
}

#plan .plan-board-tab-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#plan .plan-board h2 {
  margin-bottom: 45px;
  font-size: clamp(2.5rem, 4.2vw, 4rem);
}

#plan .plan-board-head,
#plan .plan-board-row {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(180px, 220px) minmax(250px, 1fr);
  align-items: center;
  gap: 20px;
}

#plan .plan-board-head {
  margin-bottom: 20px;
}

#plan .plan-board-head .plan-board-plan.standard {
  grid-column: 3;
}

#plan .plan-board-plan {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

#plan .plan-board-plan.premium {
  background: #ff920d;
}

#plan .plan-board-plan.standard {
  background: #5db4ec;
}

#plan .plan-board-plan-en {
  font-size: 1.2rem;
  line-height: 1.3;
}

#plan .plan-board-plan-ja {
  font-size: 1.875rem;
  line-height: 1.2;
}

#plan .plan-board-table {
  border-top: none;
}

#plan .plan-board-row {
  min-height: 120px;
  border-bottom: 1px solid #b88d5f;
}

#plan .plan-board-row:last-child {
  border-bottom: none;
}

#plan .plan-board-value,
#plan .plan-board-label {
  text-align: center;
  font-weight: 700;
}

#plan .plan-board-value {
  color: #8a4d00;
  font-size: 1.875rem;
  line-height: 1.55;
}

#plan .plan-board-value.premium {
  color: #ff8c00;
}

#plan .plan-board-value.standard {
  color: #5db4ec;
}

#plan .plan-board-value small {
  display: block;
  margin-top: 6px;
  font-size: 1rem;
  line-height: 1.7;
}

#plan .plan-board-label {
  color: #8a4d00;
  font-size: 1.25rem;
  line-height: 1.8;
}

#plan .button-wrap {
  margin-top: 54px;
  padding: 0;
}

#plan .button.fit {
  min-width: 300px;
  padding: 20px 42px;
  background: rgb(255, 140, 0);
  border: 2px solid rgb(255, 140, 0);
  box-shadow: none;
}

#plan .button.fit p {
  color: rgb(255, 255, 255);
  font-weight: 700;
}

#plan .plan.has-random-splash > .plan-highlights {
  z-index: auto !important;
}

#plan .plan-highlights {
  position: relative;
}

#plan .plan-highlights-switch {
  position: relative;
}

#plan .plan-highlights-tab-input,
#plan .plan-highlights-tab-nav {
  display: none;
}

#plan .plan-highlights::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

#plan .plan-highlights > .wrapper {
  position: relative;
  z-index: 1;
}

#plan .plan-highlight-head {
  position: relative;
  margin-bottom: 120px;
}

#plan .plan-highlight-head h2 {
  position: relative;
  min-height: 130px;
  margin-bottom: 30px;
  text-align: left;
}

#plan .plan-highlight-head .back-text {
  position: absolute;
  top: -35px;
  left: 0;
  font-size: clamp(6rem, 14vw, 12rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  opacity: 0.6;
  pointer-events: none;
}

#plan .plan-highlight-head .front-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 25px;
  font-size: clamp(2.1rem, 3.5vw, 3.5rem);
}

#plan .plan-highlight-head.premium .back-text {
  color: rgba(255, 255, 255, 0.65);
}

#plan .plan-highlight-head.premium .front-text,
#plan .plan-highlight-head.premium h3,
#plan .plan-highlight-head.premium li,
#plan .plan-highlight-head.premium p {
  color: #ff8c00;
}

#plan .plan-highlight-head.standard .back-text {
  color: rgba(255, 255, 255, 0.55);
}

#plan .plan-highlight-head.standard .front-text,
#plan .plan-highlight-head.standard h3,
#plan .plan-highlight-head.standard li,
#plan .plan-highlight-head.standard p {
  color: #5db4ec;
}

#plan .plan-highlight-recommend {
  max-width: 620px;
}

#plan .plan-highlight-recommend h3 {
  margin-bottom: 22px;
  font-size: 1.25rem;
  font-weight: 700;
}

#plan .plan-highlight-recommend ul {
  margin: 0;
  padding-left: 1.2em;
}

#plan .plan-highlight-recommend li {
  list-style: disc;
  color: rgb(138, 77, 0);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.05em;
}

#plan .plan-highlight-head.premium .plan-highlight-recommend h3 {
  color: rgb(255, 140, 0);
}

#plan .plan-highlight-head.standard .plan-highlight-recommend h3 {
  color: rgb(98, 198, 255);
}

#plan .plan-highlight-head.premium .plan-highlight-recommend li,
#plan .plan-highlight-head.standard .plan-highlight-recommend li {
  color: rgb(138, 77, 0);
}

#plan .premium-highlight::before {
  background: #ffd9a9;
}

#plan .standard-highlight::before {
  background: #d8efff;
}

#plan .plan-premium-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px 55px;
  align-items: start;
}

#plan .plan-premium-grid > .plan-photo-card:nth-child(even) {
  margin-top: -100px;
}

#plan .plan-standard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px 55px;
  align-items: start;
  margin-bottom: 60px;
}

#plan .plan-standard-grid > .plan-photo-card:nth-child(even) {
  margin-top: -100px;
}

#plan .plan-photo-card {
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px 24px 28px;
  border-radius: 20px;
  background: rgb(255, 255, 255);
}

#plan .plan-photo-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: none;
  margin-bottom: 24px;
}

#plan .plan-photo-card h3 {
  position: absolute;
  z-index: 2;
  margin: 0;
  padding: 8px 16px 10px;
  font-size: clamp(1.3rem, 1.7vw, 2rem);
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  background: #ff8c00;
  box-shadow: none;
}

#plan .plan-photo-card .plan-card-kicker {
  position: absolute;
  z-index: 2;
  color: rgb(138, 77, 0);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

#plan .plan-photo-card .plan-card-description {
  margin-top: 0;
  color: rgb(138, 77, 0);
  font-size: 1.25rem;
  line-height: 2.2;
  font-weight: 500;
  letter-spacing: 0.05em;
  flex: 1;
}

#plan .plan-photo-card .plan-card-note {
  margin-top: 10px;
  color: rgb(138, 77, 0);
  font-size: 1.25rem;
  line-height: 2.2;
  font-weight: 500;
  letter-spacing: 0.05em;
}

#plan .plan-photo-card .plan-card-copy {
  display: contents;
}

#plan .plan-photo-card.tone-blue h3 {
  background: #5db4ec;
}

#plan .plan-photo-card.label-left h3 {
  top: -18px;
  left: 28px;
}

#plan .plan-photo-card.label-left .plan-card-kicker {
  top: -66px;
  left: 28px;
}

#plan .plan-photo-card.label-top h3 {
  top: -16px;
  left: 24px;
}

#plan .plan-photo-card.label-top .plan-card-kicker {
  top: -58px;
  left: 24px;
}

#plan .plan-photo-card.label-right h3 {
  top: -18px;
  right: 18px;
}

#plan .plan-photo-card.size-large {
  margin-top: 76px;
}

#plan .plan-photo-card.overlay-copy {
  min-height: 514px;
  padding: 0;
  border-radius: 28px;
  overflow: visible;
  background: rgb(81, 85, 89);
  isolation: isolate;
}

#plan .plan-photo-card.overlay-copy.label-right h3 {
  left: 24px;
  right: auto;
}

#plan .plan-photo-card.overlay-copy h3 {
  padding: 0;
  background: transparent;
  line-height: 1;
}

#plan .plan-photo-card.overlay-copy h3 span {
  display: block;
  width: fit-content;
  padding: 8px 16px 10px;
  background: #ff8c00;
  border: 2px solid rgb(138, 77, 0);
  line-height: 1.15;
}

#plan .plan-photo-card.overlay-copy.tone-blue h3 span {
  background: #5db4ec;
  border-color: rgb(98, 198, 255);
}

#plan .plan-photo-card.overlay-copy h3 span:first-child:not(:last-child) {
  border-bottom: 0;
}

#plan .plan-photo-card.overlay-copy .plan-card-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-top: auto;
  padding: 20px 28px 18px;
}

#plan .plan-photo-card.overlay-copy::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.12) 32%, rgba(0, 0, 0, 0.18) 58%, rgba(0, 0, 0, 0.76) 100%);
}

#plan .plan-photo-card.overlay-copy img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 28px;
  object-fit: cover;
}

#plan .plan-photo-card.overlay-copy .plan-card-kicker,
#plan .plan-photo-card.overlay-copy h3 {
  z-index: 3;
}

#plan .plan-photo-card.overlay-copy .plan-card-description,
#plan .plan-photo-card.overlay-copy .plan-card-note {
  z-index: 2;
  width: 100%;
  max-width: none;
}

#plan .plan-photo-card.overlay-copy .plan-card-description {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.02em;
}

#plan .plan-photo-card.overlay-copy .plan-card-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

#plan .plan-photo-card.overlay-copy.size-large {
  margin-top: 0;
}

#plan .plan-photo-card.size-wide {
  grid-column: 1/2;
}

#plan .plan-summary {
  max-width: 1200px;
  margin: 92px auto 0;
  background: rgb(255, 255, 255);
  border-radius: 300px;
  padding: 68px 104px 60px;
  text-align: center;
}

#plan .plan-summary p {
  margin: 0;
  color: rgb(138, 77, 0);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

#plan .plan-summary p + p {
  margin-top: 24px;
}

#plan .plan-summary .emphasis {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.7;
}

#plan .plan-summary.premium .emphasis {
  color: #ff8c00;
}

#plan .plan-summary.standard .emphasis {
  color: #5db4ec;
}

#plan .plan-highlights ul {
  padding-left: 1.2em;
}

#plan .plan-highlights li {
  list-style: disc;
  line-height: 1.9;
}

#plan .plan-standard-grid .plan-photo-card.label-left {
  margin-top: 80px;
}

#plan .plan-standard-grid .plan-photo-card.label-left h3 {
  top: -28px;
  left: 24px;
  padding: 12px 24px 14px;
  font-size: clamp(1.8rem, 2.1vw, 2.8rem);
}

#plan .plan-standard-grid .plan-photo-card.label-left .plan-card-kicker {
  top: -68px;
  left: 24px;
  color: rgb(138, 77, 0);
  font-weight: 500;
  letter-spacing: 0.05em;
}

#plan .plan-standard-grid .plan-photo-card.label-right h3 {
  top: auto;
  right: -10px;
  bottom: -24px;
  padding: 12px 22px 14px;
  font-size: clamp(1.7rem, 1.95vw, 2.6rem);
  line-height: 1.5;
  max-width: 84%;
}

#plan .plan-standard-grid .plan-photo-card.label-right .plan-card-kicker {
  top: 18px;
  left: 18px;
  max-width: 80%;
  color: rgb(138, 77, 0);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-shadow: none;
}

#plan .plan-standard-grid .plan-photo-card.overlay-copy.label-left {
  margin-top: 0;
}

#plan .plan-standard-grid .plan-photo-card.overlay-copy.label-left h3 {
  top: -18px;
  left: 24px;
  padding: 0;
  font-size: clamp(1.8rem, 2.1vw, 2.8rem);
}

#plan .plan-standard-grid .plan-photo-card.overlay-copy.label-left .plan-card-kicker {
  top: -68px;
  left: 24px;
  color: rgb(98, 198, 255);
  font-weight: 700;
}

#plan .plan-standard-grid .plan-photo-card.overlay-copy.label-right h3 {
  top: -18px;
  bottom: auto;
  left: 24px;
  right: auto;
  padding: 0;
  font-size: clamp(1.7rem, 1.95vw, 2.6rem);
  line-height: 1;
  max-width: none;
}

#plan .plan-standard-grid .plan-photo-card.overlay-copy.label-right .plan-card-kicker {
  top: 18px;
  left: 18px;
  max-width: 80%;
  color: rgba(255, 255, 255, 0.96);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

#plan .plan-flow .wrapper {
  padding-top: 112px;
  padding-bottom: 100px;
}

#plan .plan-flow h2 {
  width: fit-content;
  margin: 0 auto 140px;
  color: #ff8c00;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  font-size: clamp(3.5rem, 4.5vw, 4.6rem);
  letter-spacing: 0.04em;
  z-index: 1;
}

#plan .plan-flow h2::before {
  content: "";
  position: absolute;
  inset: -90px -120px;
  background: url("../images/service/splash_h1_white.svg") center/contain no-repeat;
  z-index: -1;
}

#plan .plan-flow h2::after {
  content: "";
  position: absolute;
  width: 156px;
  height: 156px;
  right: -54px;
  top: -52px;
  background: url("../images/service/parts_splash_simple_yellow.svg") center/contain no-repeat;
  z-index: -2;
  opacity: 0.82;
}

#plan .plan-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 52px;
  margin: 0;
  padding: 0;
}

#plan .plan-flow-grid li {
  list-style: none;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 2px solid #ff8c00;
  border-radius: 30px;
  padding: 30px 22px 28px;
  position: relative;
  min-height: 492px;
}

#plan .plan-flow-grid li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 29px;
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
  background: url("../images/common/arrow_flow.svg") center/contain no-repeat;
}

#plan .plan-flow-grid li h3 {
  margin-top: 8px;
  margin-bottom: 12px;
  color: #ff8c00;
  text-align: center;
  font-size: clamp(1.2rem, 1.45vw, 1.25rem);
  line-height: 1.4;
  white-space: normal;
  min-height: 4.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

#plan .plan-flow-grid li p {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  color: #8a4d00;
  font-size: 0.94rem;
  line-height: 1.72;
}

#plan .plan-flow-step {
  position: absolute;
  top: -34px;
  left: -22px;
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: clamp(2.2rem, 2.8vw, 2.625rem);
  font-weight: 700;
  line-height: 1;
  background: url("../images/service/parts_splash_simple_orange.svg") center/contain no-repeat;
}

#plan .plan-flow-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 184px;
  min-height: 0;
  margin: 0 auto 18px;
}

#plan .plan-flow-icon img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

#plan #cta p.text-color_white {
  color: rgb(255, 255, 255);
}

#plan-detail .column-single {
  gap: 20px;
}

#plan-detail p {
  color: #8a4d00;
  line-height: 2;
}

#plan-detail .plan-detail-board-section .wrapper {
  padding-top: 24px;
  padding-bottom: 80px;
}

#plan-detail .plan-detail-board {
  position: relative;
}

#plan-detail .plan-detail-tab-input,
#plan-detail .plan-detail-tab-nav {
  display: none;
}

#plan-detail .plan-detail-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  align-items: stretch;
}

#plan-detail .plan-detail-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 38px 46px 52px;
  background: #fff;
  border-radius: 28px;
  border: 1px solid #f1dec4;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6) inset;
}

#plan-detail .plan-detail-card.premium .plan-detail-card-head,
#plan-detail .plan-detail-card.premium .plan-detail-card-price,
#plan-detail .plan-detail-card.premium .plan-detail-card-title {
  color: #ff8c00;
}

#plan-detail .plan-detail-card.standard .plan-detail-card-head,
#plan-detail .plan-detail-card.standard .plan-detail-card-price,
#plan-detail .plan-detail-card.standard .plan-detail-card-title {
  color: #62baf5;
}

#plan-detail .plan-detail-card-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 94px;
  margin-bottom: 26px;
  border-radius: 999px;
  color: #fff !important;
  font-weight: 700;
}

#plan-detail .plan-detail-card-head.premium {
  background: #ff920d;
}

#plan-detail .plan-detail-card-head.standard {
  background: #62baf5;
}

#plan-detail .plan-detail-card-en {
  font-size: 1.125rem;
  line-height: 1.2;
}

#plan-detail .plan-detail-card-ja {
  font-size: clamp(1.9rem, 2.4vw, 2.3rem);
  line-height: 1.2;
  letter-spacing: 0.02em;
}

#plan-detail .plan-detail-card-price-row {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 30px;
  color: #8a4d00;
  font-weight: 700;
}

#plan-detail .plan-detail-card-price-label {
  min-width: 4.2em;
  font-size: 1.2rem;
  line-height: 1.4;
}

#plan-detail .plan-detail-card-price {
  font-size: clamp(1.2rem, 1.45vw, 1.5rem);
  line-height: 1.35;
}

#plan-detail .plan-detail-card-lead {
  margin-bottom: 32px;
  text-align: center;
  color: #8a4d00;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

#plan-detail .plan-detail-card-title {
  margin-bottom: 34px;
  text-align: center;
  font-size: clamp(1.5rem, 2vw, 1.9rem);
  letter-spacing: 0.03em;
}

#plan-detail .plan-detail-card-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#plan-detail .plan-detail-card-list li {
  list-style: none;
}

#plan-detail .plan-detail-item-title {
  margin-bottom: 8px;
  color: #515559;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}

#plan-detail .plan-detail-item-description {
  color: #666;
  font-size: 1.15rem;
  line-height: 1.95;
}

#plan-detail .plan-detail-contact {
  text-align: center;
}

#plan-detail .plan-detail-contact .wrapper {
  padding-top: 12px;
  padding-bottom: 140px;
}

#plan-detail .plan-detail-contact h2 {
  margin-bottom: 28px;
  color: #515559;
  font-size: clamp(2rem, 3vw, 2.7rem);
  letter-spacing: 0.05em;
}

#plan-detail .plan-detail-contact p {
  color: #515559;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.05em;
}

#plan-detail .plan-detail-contact .button-wrap {
  margin-top: 54px;
  padding: 0;
}

#plan-detail .plan-detail-contact .button.fit {
  min-width: 300px;
  padding: 20px 42px;
  background: rgb(255, 140, 0);
  border: 2px solid rgb(255, 140, 0);
  box-shadow: none;
}

#plan-detail .plan-detail-contact .button.fit p {
  color: rgb(255, 255, 255);
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 900px) {
  #plan .plan-intro-copy {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.8;
  }
  #plan .plan-intro .column-single {
    gap: 28px;
  }
  #plan .plan-intro-cards {
    gap: 10px;
    margin: 24px auto 20px;
  }
  #plan .plan-intro-card {
    padding: 13px 16px;
    border-radius: 14px;
  }
  #plan .plan-intro-card p {
    font-size: 0.95rem;
  }
  #plan .plan-cards .wrapper,
  #plan .plan-highlights .wrapper,
  #plan .plan-flow .wrapper {
    padding-bottom: 74px;
  }
  #plan .plan-board-wrap {
    padding-top: 8px;
  }
  #plan .plan-board-bg {
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    border-radius: 28px;
  }
  #plan .plan-board-bg.premium {
    left: 16px;
  }
  #plan .plan-board-bg.standard {
    left: 0;
  }
  #plan .plan-board {
    padding: 34px 16px 26px;
    border-radius: 28px;
  }
  #plan .plan-board h2 {
    margin-bottom: 22px;
    font-size: 2rem;
  }
  #plan .plan-board-head {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 16px;
  }
  #plan .plan-board-head .plan-board-plan.standard {
    grid-column: auto;
  }
  #plan .plan-board-plan {
    min-height: 48px;
    padding: 9px 8px 11px;
    background: #c8c8c8;
    transition: background-color 0.2s ease, filter 0.2s ease;
  }
  #plan .plan-board-plan-en {
    font-size: 0.84rem;
  }
  #plan .plan-board-plan-ja {
    font-size: 1.18rem;
  }
  #plan #plan-board-tab-premium:checked ~ .plan-board-head .plan-board-plan.premium {
    background: #ff920d;
    filter: drop-shadow(0 7px 9px rgba(0, 0, 0, 0.16));
  }
  #plan #plan-board-tab-standard:checked ~ .plan-board-head .plan-board-plan.standard {
    background: #62baf5;
    filter: drop-shadow(0 7px 9px rgba(0, 0, 0, 0.16));
  }
  #plan .plan-board-row {
    grid-template-columns: minmax(0, 1fr) minmax(108px, 132px);
    gap: 14px;
    min-height: 0;
    padding: 18px 0;
  }
  #plan .plan-board-label {
    grid-column: 1;
    text-align: left;
    font-size: 0.98rem;
    line-height: 1.55;
  }
  #plan .plan-board-value {
    grid-column: 2;
    justify-self: end;
    width: 100%;
    font-size: 1rem;
    line-height: 1.65;
    text-align: right;
  }
  #plan #plan-board-tab-premium:checked ~ .plan-board-table .plan-board-value.standard,
  #plan #plan-board-tab-standard:checked ~ .plan-board-table .plan-board-value.premium {
    display: none;
  }
  #plan #plan-board-tab-premium:checked ~ .plan-board-table .plan-board-value.premium,
  #plan #plan-board-tab-standard:checked ~ .plan-board-table .plan-board-value.standard {
    display: block;
  }
  #plan .plan-board-value.premium::before, #plan .plan-board-value.standard::before {
    content: none;
    display: none;
  }
  #plan .plan-board-value small {
    margin-top: 6px;
    font-size: 0.78rem;
    line-height: 1.55;
  }
  #plan .button-wrap {
    display: flex;
    justify-content: center;
  }
  #plan .button_cover.fit {
    width: auto;
  }
  #plan .button.fit {
    width: auto;
    min-width: 0;
    padding: 18px 24px;
  }
  #plan .plan-highlights-tab-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 16px 18px;
  }
  #plan .plan-highlights-tab-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 66px;
    border-radius: 999px;
    background: #a7a7a7;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: filter 0.2s ease, transform 0.2s ease;
  }
  #plan .plan-highlights-tab-en {
    font-size: 0.84rem;
    line-height: 1.1;
  }
  #plan .plan-highlights-tab-ja {
    font-size: 1.2rem;
    line-height: 1.15;
  }
  #plan #plan-highlights-tab-premium:checked ~ .plan-highlights-tab-nav .premium {
    background: #ff920d;
    filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.14));
  }
  #plan #plan-highlights-tab-standard:checked ~ .plan-highlights-tab-nav .standard {
    background: #62baf5;
    filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.14));
  }
  #plan #plan-highlights-tab-standard:checked ~ .premium-highlight,
  #plan #plan-highlights-tab-premium:checked ~ .standard-highlight {
    display: none;
  }
  #plan #plan-highlights-tab-premium:checked ~ .premium-highlight,
  #plan #plan-highlights-tab-standard:checked ~ .standard-highlight {
    display: block;
  }
  #plan .plan-highlight-head {
    margin-bottom: 40px;
  }
  #plan .plan-highlight-head h2 {
    min-height: 108px;
    margin-bottom: 22px;
  }
  #plan .plan-highlight-head .back-text {
    top: -14px;
    font-size: 5.4rem;
  }
  #plan .plan-highlight-head .front-text {
    margin-top: 20px;
    font-size: 2.2rem;
    line-height: 1.3;
  }
  #plan .plan-highlight-recommend h3 {
    margin-bottom: 18px;
    font-size: 1.35rem;
  }
  #plan .plan-highlight-recommend li {
    font-size: 1rem;
    line-height: 1.95;
  }
  #plan .plan-premium-grid,
  #plan .plan-standard-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  #plan .plan-standard-grid > .plan-photo-card:nth-child(even) {
    margin-top: 0;
  }
  #plan .plan-photo-card {
    padding: 20px 16px 20px;
    border-radius: 24px;
  }
  #plan .plan-photo-card.size-large, #plan .plan-photo-card.size-wide {
    margin-top: 0;
    grid-column: auto;
  }
  #plan .plan-photo-card img {
    border-radius: 24px;
  }
  #plan .plan-photo-card h3 {
    position: absolute;
    top: -14px !important;
    left: 18px !important;
    right: auto !important;
    padding: 10px 14px 12px;
    font-size: 1.32rem;
  }
  #plan .plan-photo-card .plan-card-kicker {
    position: static;
    display: block;
    margin-bottom: 12px;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.85;
    letter-spacing: 0.05em;
  }
  #plan .plan-photo-card .plan-card-description,
  #plan .plan-photo-card .plan-card-note {
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.85;
    letter-spacing: 0.05em;
  }
  #plan .plan-photo-card.overlay-copy {
    min-height: auto;
    padding: 0;
    border-radius: 24px;
    overflow: visible;
    background: transparent;
  }
  #plan .plan-photo-card.overlay-copy h3 {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    align-self: flex-start;
    margin: 0 0 -16px 18px;
    padding: 0;
    font-size: 1.14rem;
  }
  #plan .plan-photo-card.overlay-copy .plan-card-kicker {
    position: static;
    z-index: auto;
    order: 0;
    margin: 0 0 10px 18px;
    color: rgb(138, 77, 0);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.6;
  }
  #plan .plan-photo-card.overlay-copy .plan-card-copy {
    order: 3;
    max-width: none;
    margin-top: -86px;
    padding: 0 16px 16px;
    position: relative;
    z-index: 2;
    display: block;
  }
  #plan .plan-photo-card.overlay-copy .plan-card-description,
  #plan .plan-photo-card.overlay-copy .plan-card-note {
    color: rgba(255, 255, 255, 0.97);
    font-size: 0.9rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
  }
  #plan .plan-photo-card.overlay-copy h3 span {
    padding: 8px 12px 10px;
  }
  #plan .plan-standard-grid .plan-photo-card.overlay-copy h3 {
    font-size: 1.02rem;
  }
  #plan .plan-photo-card.overlay-copy::after {
    content: none;
  }
  #plan .plan-photo-card.overlay-copy::after,
  #plan .plan-photo-card.overlay-copy img {
    border-radius: 24px;
  }
  #plan .plan-photo-card.overlay-copy img {
    position: static;
    inset: auto;
    height: auto;
    margin: 0;
    order: 2;
  }
  #plan .plan-standard-grid .plan-photo-card.overlay-copy.label-left h3 {
    margin-bottom: -14px;
    font-size: 1.08rem;
  }
  #plan .plan-standard-grid .plan-photo-card.overlay-copy.label-right h3 {
    margin-bottom: -12px;
    font-size: 0.96rem;
  }
  #plan .plan-standard-grid .plan-photo-card.overlay-copy.label-right .plan-card-kicker {
    order: 3;
    margin: -74px 16px 0;
    color: rgba(255, 255, 255, 0.97);
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.7;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
  }
  #plan .plan-premium-grid > .plan-photo-card:nth-child(even) {
    margin-top: 0;
  }
  #plan .plan-summary {
    margin-top: 20px;
    padding: 28px 20px;
    border-radius: 32px;
  }
  #plan .plan-summary p {
    font-size: 0.95rem;
  }
  #plan .plan-summary .emphasis {
    font-size: 1.5rem;
  }
  #plan .plan-flow .wrapper {
    padding-top: 72px;
    padding-bottom: 52px;
  }
  #plan .plan-flow h2 {
    margin-bottom: 54px;
    font-size: 2.6rem;
  }
  #plan .plan-flow h2::before {
    inset: -56px -72px;
  }
  #plan .plan-flow h2::after {
    width: 118px;
    height: 118px;
    right: -50px;
    top: -44px;
  }
  #plan .plan-flow-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #plan .plan-flow-grid li {
    min-height: auto;
    padding: 30px 24px 26px;
    border-radius: 24px;
  }
  #plan .plan-flow-grid li:not(:last-child)::after {
    left: 50%;
    top: auto;
    right: auto;
    bottom: -24px;
    width: 20px;
    height: 20px;
    border-right: 4px solid #8a4d00;
    border-bottom: 4px solid #8a4d00;
    background: none;
    transform: translateX(-50%) rotate(45deg);
  }
  #plan .plan-flow-grid li h3 {
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 10px;
    min-height: 2.8em;
    align-items: center;
  }
  #plan .plan-flow-grid li p {
    margin-top: 0;
    padding-top: 8px;
    font-size: 0.94rem;
  }
  #plan .plan-flow-step {
    top: -28px;
    left: -16px;
    width: 92px;
    height: 92px;
    font-size: 2rem;
  }
  #plan .plan-flow-icon {
    width: 96px;
    height: 128px;
    margin: 0 auto 10px;
  }
  #plan .plan-flow-icon img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
  }
  #plan #page-header h1,
  #plan-detail #page-header h1 {
    min-height: 164px;
    width: min(420px, 100%);
    transform: translateY(0);
    font-size: clamp(2rem, 8.2vw, 2.75rem);
    letter-spacing: 0.08em;
  }
  #plan #page-header h1::before,
  #plan-detail #page-header h1::before {
    width: min(420px, 100%);
    height: min(300px, 82vw);
  }
  #plan-detail .plan-detail-board-section .wrapper {
    padding-top: 0;
    padding-bottom: 62px;
  }
  #plan-detail .plan-detail-tab-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  #plan-detail .plan-detail-tab-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: filter 0.2s ease, transform 0.2s ease;
  }
  #plan-detail .plan-detail-tab-label.premium {
    background: #a7a7a7;
  }
  #plan-detail .plan-detail-tab-label.standard {
    background: #a7a7a7;
  }
  #plan-detail .plan-detail-tab-en {
    font-size: 0.95rem;
    line-height: 1.1;
  }
  #plan-detail .plan-detail-tab-ja {
    font-size: 1.5rem;
    line-height: 1.15;
  }
  #plan-detail #plan-detail-tab-premium:checked ~ .plan-detail-tab-nav .premium,
  #plan-detail #plan-detail-tab-standard:checked ~ .plan-detail-tab-nav .standard {
    filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.14));
  }
  #plan-detail #plan-detail-tab-premium:checked ~ .plan-detail-tab-nav .premium {
    background: #ff920d;
  }
  #plan-detail #plan-detail-tab-standard:checked ~ .plan-detail-tab-nav .standard {
    background: #8f8f8f;
  }
  #plan-detail .plan-detail-cards {
    display: block;
  }
  #plan-detail .plan-detail-card {
    display: none;
    padding: 28px 24px 30px;
    border-radius: 28px;
  }
  #plan-detail #plan-detail-tab-premium:checked ~ .plan-detail-cards .premium,
  #plan-detail #plan-detail-tab-standard:checked ~ .plan-detail-cards .standard {
    display: flex;
  }
  #plan-detail .plan-detail-card-head {
    display: none;
  }
  #plan-detail .plan-detail-card-price-row {
    gap: 14px;
    margin-bottom: 24px;
  }
  #plan-detail .plan-detail-card-price-label {
    font-size: 1rem;
  }
  #plan-detail .plan-detail-card-price {
    font-size: clamp(1.05rem, 6vw, 1.55rem);
  }
  #plan-detail .plan-detail-card-lead {
    margin-bottom: 22px;
    font-size: clamp(1.05rem, 7vw, 1.55rem);
    line-height: 2.05;
  }
  #plan-detail .plan-detail-card-title {
    margin-bottom: 18px;
    font-size: clamp(1.1rem, 6vw, 1.45rem);
  }
  #plan-detail .plan-detail-card-list {
    gap: 18px;
  }
  #plan-detail .plan-detail-item-title {
    margin-bottom: 4px;
    font-size: 1rem;
    line-height: 1.8;
  }
  #plan-detail .plan-detail-item-description {
    font-size: 0.95rem;
    line-height: 1.95;
  }
  #plan-detail .plan-detail-contact .wrapper {
    padding-top: 0;
    padding-bottom: 84px;
  }
  #plan-detail .plan-detail-contact h2 {
    margin-bottom: 22px;
    font-size: clamp(1.5rem, 7vw, 1.9rem);
  }
  #plan-detail .plan-detail-contact p {
    font-size: 1rem;
    line-height: 2.1;
  }
  #plan-detail .plan-detail-contact .button-wrap {
    margin-top: 32px;
  }
  #plan-detail .plan-detail-contact .button.fit {
    min-width: min(260px, 100%);
    padding: 18px 36px;
  }
}
/*# sourceMappingURL=plan.css.map */