@charset "UTF-8";
/* =========================
   Base
========================= */
:root {
  --bg: #ffffff;
  --text: #1a1a1a;
  --muted: #666;
  --line: #e9e2d9;
  --mint: #e7f7f1;
  --mintText: #52b88c;
  --card: #fff;
  --soft: #fff4f6;
  --orange: #f5ad3d;
  --orangeSoft: #fff2df;
  --primary: #f07b8f;
  --primaryText: #fff;
  --secondary: #49b69b;
  --secondaryText: #fff;
  --radius: 18px;
  --shadow: 0 10px 26px rgba(0, 0, 0, .07);
}

* {
  box-sizing: border-box;
}

.lp {
  background: var(--bg);
  color: var(--text);
  font-family: system-ui, -apple-system, "Hiragino Sans", "Noto Sans JP", "Yu Gothic", sans-serif;
}
.lp__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 18px 60px;
}
@media (max-width: 768px) {
  .lp__container {
    max-width: 90%;
    padding: 0px 0 60px;
  }
}

.section {
  padding: 26px 0;
}
.section__head {
  margin-bottom: 14px;
}
.section__title {
  font-size: clamp(18px, 2.3vw, 24px);
  line-height: 1.35;
  margin: 0;
}

.under main p {
  margin-bottom: 0;
}

.mb20 {
  margin-bottom: 20px;
}

/* =========================
   Midashi
========================= */
.midashiType01 {
  font-size: 34px;
  background: url(../images/h5.png) repeat-x left bottom;
  padding-bottom: 4px;
  margin: 0px 0 30px;
  position: relative;
  padding-right: 60px;
  font-family: var(--f-MPLUSRound);
  font-weight: 500;
}
.midashiType01:before {
  content: "";
  position: absolute;
  background: url(../images/brush11.png) no-repeat left top;
  width: 52px;
  height: 71px;
  left: -33px;
  top: -33px;
}
@media (max-width: 768px) {
  .midashiType01:before {
    background-size: contain;
    width: 36px;
    height: 56px;
    left: -22px;
  }
}
.midashiType01:after {
  position: absolute;
  content: "";
  background: url(../images/brush12.png) no-repeat left top;
  width: 56px;
  height: 85px;
  right: 2px;
  bottom: 12px;
}
@media (max-width: 768px) {
  .midashiType01:after {
    background-size: contain;
    width: 36px;
    height: 56px;
  }
}

.under main h2.midashiType01 {
  display: block;
  text-align: left;
  margin-bottom: 30px;
  font-size: 38px;
}
@media (max-width: 768px) {
  .under main h2.midashiType01 {
    font-size: 18px;
    width: 95%;
    margin: 0 auto;
    margin-left: 5%;
  }
}

.under main h2.midashiType02 {
  display: block;
  text-align: left;
  margin-bottom: 30px;
  font-size: 30px;
}

/* =========================
   Buttons
========================= */
.btn {
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  box-shadow: var(--shadow);
  border: 1px solid transparent;
  width: 100%;
  max-width: 400px;
  min-height: 70px;
  margin: 0 auto;
}
.btn:hover {
  filter: brightness(0.98);
}
.btn--primary {
  background: var(--primary);
  color: var(--primaryText);
  margin: 50px auto;
  display: flex;
}
.btn--primary.add_mb {
  margin-bottom: 20px;
}
.btn--primary:hover {
  border: 2px solid var(--primary);
  background-color: #fff;
  transform: translateY(-10px);
  color: var(--txt);
}
@media (max-width: 768px) {
  .btn {
    margin: 30px auto;
  }
}
.btn--secondary {
  background: var(--secondary);
  color: var(--secondaryText);
}

@media (max-width: 768px) {
  #orttrial.under main .main_btn {
    width: 63%;
  }
}

/* =========================
   Hero
========================= */
.under main section.hero {
  position: relative;
  padding-top: 0;
  padding-bottom: 50px;
}

.heroTitle {
  position: relative;
  background: #fff;
  border-radius: 0 0 26px 26px;
  padding: 0px 18px 18px;
  text-align: center;
}
.heroTitle__text {
  margin: 0;
  font-size: clamp(24px, 2.6vw, 42px);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.25;
  color: #222;
  position: relative;
  z-index: 10;
}
.hero__badges {
  margin: 14px 0 50px;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  list-style: none;
}
.hero__ovals {
  width: 110%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.hero__ovals .picture {
  width: 48%;
}
.hero__ovals .picture img {
  width: 100%;
  height: auto;
}
.hero__text {
  max-width: 1000px;
  margin: 50px auto;
}

@media (max-width: 768px) {
  .heroTitle {
    padding-top: 0px;
    padding-bottom: 14px;
    border-radius: 0 0 22px 22px;
  }
  .heroTitle h1 {
    width: 100%;
    font-size: 20px;
  }
  .hero__badges {
    gap: 10px;
  }
  .hero__ovals {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .hero__ovals .picture img {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: auto;
  }
}
.badge--mint {
  width: 300px;
  height: 91px;
  color: var(--mintText);
  border: 0;
  padding: 10px 18px;
  font-size: 24px;
  font-weight: 800;
  background: url(../images/trialsession/hero__badges.png) no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .badge {
    display: block;
  }
  .badge--mint {
    width: 30%;
    height: auto;
    aspect-ratio: 1/1;
    color: var(--mintText);
    border: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
    background-image: unset;
    background-color: var(--mint);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    text-align: center;
  }
  .infoTable__row {
    grid-template-columns: 120px 1fr;
  }
}
.recommend {
  background: #fff8ef;
  border-radius: var(--radius);
  padding: 18px;
  max-width: 1000px;
  margin: 0 auto;
  border: 0px solid var(--line);
}
.recommend__title {
  font-size: 28px;
  color: var(--orange);
  margin: 0 0 12px;
  font-weight: 800;
  text-align: center;
}
.recommend__icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}

@media (max-width: 768px) {
  .under main p.recommend__title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .recommend {
    width: 90%;
    margin: 0 auto;
  }
  .recommend__title {
    font-size: 28px;
    color: var(--orange);
    margin: 0 0 12px;
    font-weight: 800;
    text-align: center;
  }
  .recommend__icons {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0 auto 14px;
  }
}
.iconItem {
  background: unset;
  border-radius: 14px;
  border: 0px solid var(--line);
  padding: 10px 8px;
  text-align: center;
}
.iconItem__icon {
  font-size: 24px;
  display: block;
  margin-bottom: 6px;
}
.iconItem__label {
  font-size: 20px;
  font-weight: 700;
  color: #4a4037;
}
@media (max-width: 768px) {
  .iconItem__label {
    font-size: 14px;
  }
}

.under main section.aboutTrial {
  position: relative;
  padding-top: 0;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .under main section.aboutTrial {
    padding-bottom: 80px;
  }
}

/* =========================
   Info Table
========================= */
.infoTable {
  background: #fff;
  border: 0px solid var(--line);
  overflow: hidden;
}

/*============ TABLE ============ */
@media (max-width: 768px) {
  .under main .infoTable table {
    margin-bottom: 30px;
    border-top-width: 0px;
    border-bottom-width: 2px;
  }
  .under main .infoTable table td {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .under main .infoTable table th {
    padding: 10px 8px;
    line-height: 1.5;
    font-size: 15px;
  }
  .under main .infoTable table th.sm {
    font-size: 14px;
    letter-spacing: 0;
  }
  .under main .infoTable table th.w60 {
    width: 60%;
  }
  .under main .infoTable table tr:nth-child(2n) th {
    background: #fff;
  }
  .under main .infoTable table.tb_block tr {
    display: table-row;
    /* flex-direction: column; */
    border-top: 3px #f6ad3c solid;
    border-bottom: 3px #f6ad3c solid;
  }
  .under main .infoTable table.tb_block td + td {
    border-top: none;
  }
  .under main .infoTable table.tb_block th, .under main .infoTable table.tb_block td {
    /* width: 100%; */
  }
  .under main .infoTable table.tb_block th {
    width: 35%;
    background: #fdeed8;
    border-top: 2px #f6ad3c solid;
    border-bottom: 2px #f6ad3c solid;
  }
  .under main .infoTable .tb_scroll {
    overflow: scroll;
  }
  .under main .infoTable .tb_scroll:not(:last-child) {
    margin-bottom: 30px;
  }
  .under main .infoTable .tb_scroll table {
    width: 800px;
  }
  .under main .infoTable .tb_scroll_sm table {
    width: 450px;
    margin: 0 auto;
  }
  .under main .infoTable .tb_note {
    margin-bottom: 10px;
    color: #999;
  }
}

/* =========================
   Steps
========================= */
.under main section.steps {
  position: relative;
  padding-top: 0;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .under main section.steps {
    padding-bottom: 95px;
  }
}

ol.steps {
  list-style: none;
  padding: 50px;
  margin: 0;
  display: grid;
  gap: 12px;
  background-color: var(--orangeSoft);
  border-radius: 20px;
}
@media (max-width: 768px) {
  ol.steps {
    width: calc(100% + 36px);
    margin-left: -18px;
    border: radius 0;
    padding: 20px;
  }
}

.step {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  background: #fff;
  border: 0px solid var(--line);
  border-radius: 8px;
  padding: 0;
}
@media (max-width: 768px) {
  .step {
    display: block;
  }
}
.step__no {
  width: 100px;
  height: 100px;
  background: var(--orange); /* オレンジ */
  border-radius: 14px 0 0 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  position: relative;
}
@media (max-width: 768px) {
  .step__no {
    width: 100%;
    height: 25px;
    border-radius: 8px 8px 0 0;
    flex-direction: unset;
  }
}
.step .stepLabel__small {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 0px;
  line-height: 1;
  font-weight: normal;
}
@media (max-width: 768px) {
  .step .stepLabel__small {
    font-size: 15px;
  }
}
.step .stepLabel__num {
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 768px) {
  .step .stepLabel__num {
    font-size: 15px;
  }
}
.step__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .step__body {
    padding: 10px 0;
  }
}
.step__title {
  margin: 0 0 6px;
  font-weight: 900;
  font-size: 24px;
  font-family: var(--f-MPLUSRound);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .step__title {
    text-align: center;
  }
}
.step__text {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 20px;
}
@media (max-width: 768px) {
  .step__text {
    text-align: center;
  }
}

/* ===== Trial Section ===== */
.under main section.trial {
  position: relative;
  padding-top: 0;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .under main section.trial {
    padding-bottom: 70px;
  }
}

.trial {
  padding: 40px 0;
}

.trial__container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
}

/* --- Left --- */
.trial__head {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  width: 100%;
}

.trial__title {
  margin: 0;
  font-weight: 900;
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.2;
  position: relative;
  padding-bottom: 12px;
}

.under main h2.trial__title.midashiType01 {
  margin-bottom: 0;
}

.trial__lead {
  margin: 10px 0 18px;
  color: #333;
  line-height: 1.8;
}

/* リスト */
.trial__list {
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.trialItem {
  position: relative;
  margin-bottom: 20px;
}
.trialItem::after {
  content: "";
  position: absolute;
  left: -30px;
  top: -22px;
  width: 91px;
  height: 73px;
  border-radius: 999px;
  background: url(../images/trialsession/oval.svg);
}
@media (max-width: 768px) {
  .trialItem::after {
    left: -15px;
    top: -22px;
    width: 66px;
    height: 51px;
  }
}
@media (max-width: 768px) {
  .trialItem {
    padding-left: 0;
  }
}

.under main h3.trialItem__title {
  font-size: unset;
  text-align: unset;
  margin-bottom: unset;
  position: unset;
}

.under main h3.trialItem__title {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 900;
  color: #49b69b;
  line-height: 1.35;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .under main h3.trialItem__title {
    font-size: 14px;
  }
}

.trialItem__text {
  margin: 0;
  color: #333;
  line-height: 1.85;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}

@media (max-width: 520px) {
  .trialItem::before {
    width: 58px;
    height: 58px;
  }
  .trialItem__title {
    font-size: 18px;
  }
  .ph--oval {
    height: 220px;
  }
  .trialVisual__bg {
    width: 280px;
    height: 220px;
  }
}
/* ===== Access Section ===== */
.under main section.accessSec {
  position: relative;
  padding-top: 0;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .under main section.accessSec {
    padding-bottom: 110px;
  }
}

.accessSec {
  padding: 34px 0 44px;
}

.accessSec__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

/* 見出し（波線＋鳥） */
.accessSec__head {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
  padding-bottom: 14px;
}

.accessSec__title {
  margin: 0;
  font-weight: 900;
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.2;
}

.accessSec__head::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background: radial-gradient(circle at 6px 5px, #f2a533 3px, transparent 3.5px) 0 0/12px 10px repeat-x;
  opacity: 0.95;
}

.accessSec__bird {
  margin-left: auto;
  font-size: 34px;
  line-height: 1;
  transform: translateY(-4px);
}

/* 2カラム */
.accessSec__grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 38px;
  align-items: start;
  margin-top: 16px;
}

/* 左：医院情報 */
.clinicInfo__name {
  color: #49b69b;
  font-weight: 900;
  margin: 0 0 30px;
  line-height: 1.55;
  font-size: 18px;
}

.under main p.clinicInfo__name {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .under main p.clinicInfo__name {
    margin-bottom: 10px;
  }
}

.clinicInfo__addr,
.clinicInfo__tel {
  margin: 0 0 10px;
  line-height: 1.8;
  color: #222;
}

/* 右：駐車場/市バス */
.accessNotes {
  display: grid;
  gap: 18px;
}

.note__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.note__icon {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: #49b69b;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 13px;
}

.note__icon--bus {
  background: transparent;
  color: #49b69b;
  width: auto;
  height: auto;
  font-size: 18px;
}

.note__title {
  color: #49b69b;
  font-weight: 900;
  font-size: 18px;
}
@media (max-width: 768px) {
  .note__title {
    font-size: 14px;
  }
}

.note__text {
  margin: 0 0 6px;
  line-height: 1.85;
  color: #222;
}

.note__link {
  font-size: 17px;
  display: inline-block;
  margin-top: 2px;
  color: #222;
  text-decoration: none;
  border-bottom: 0px solid rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .note__link {
    font-size: 14px;
  }
}

.note__link:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
}

/* 地図 */
.accessMap {
  margin-top: 26px;
  border-radius: 8px;
  overflow: hidden;
}

.accessMap iframe {
  width: 100%;
  height: 360px;
  border: 0;
  display: block;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .accessSec__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .accessSec__bird {
    margin-left: 0;
  }
  .accessMap iframe,
  .ph--map {
    height: 300px;
  }
}
/* ===== FAQ Section ===== */
.faqSec {
  padding: 34px 0 50px;
}

.faqSec__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 18px;
}
@media (max-width: 768px) {
  .faqSec__container {
    max-width: 100%;
    padding: 0;
  }
}

.faqSec__title {
  margin: 0 0 16px;
  font-size: clamp(20px, 2.3vw, 28px);
  font-weight: 900;
}

/* 全体の枠（画像の薄い水色ライン） */
/* 1セット */
.qa {
  border-top: 1px solid #f0f0f0;
}

.qa:last-child {
  border-bottom: 0px solid #f0f0f0;
}

/* Q（オレンジ帯） */
.qa__q {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  background: #f2a533;
  padding: 12px 14px;
  border-radius: 10px 10px 0 0; /* 左上 右上 右下 左下 */
}

/* A（白） */
.qa__a {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  background: #fff;
  padding: 12px 14px 16px;
}

/* 左の丸バッジ（Q/A） */
.qa__badge {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.qa__badge--q {
  background: #fff;
  color: #f2a533;
}

.qa__badge--a {
  background: #f2a533;
  color: #fff;
}

/* テキスト */
.qa__qText {
  margin: 0;
  color: #111;
  font-weight: 800;
  line-height: 1.6;
}

.qa__aBody p {
  margin: 0;
  color: #333;
  line-height: 1.85;
  font-size: 14px;
}

/* QAの間に薄い区切り（画像っぽく） */
.qa__a {
  border-bottom: 14px solid #fff; /* 余白っぽい間隔 */
  border-bottom: 2px solid #f2a533;
  margin-bottom: 20px;
}

/* ===== Responsive ===== */
@media (max-width: 520px) {
  .qa__q,
  .qa__a {
    grid-template-columns: 42px 1fr;
    gap: 10px;
    padding: 10px 12px;
  }
  .qa__badge {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  .qa__a {
    padding-bottom: 14px;
  }
}
/* --- Right visual --- */
.trialVisual {
  position: relative;
  width: min(480px, 100%);
  margin-left: auto;
  padding: 22px 10px 10px;
}
.trialVisual img {
  width: 120%;
  max-width: 120%;
  margin-left: -20px;
}
@media (max-width: 768px) {
  .trialVisual img {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }
}

/* ===== Difference Section ===== */
.difference {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
}

.difference__head {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  width: 100%;
}

/* 既に使っている placeholder の流用版 */
.ph--oval {
  width: 420px;
  max-width: 100%;
  height: 280px;
  border-radius: 999px;
  border: 2px dashed #cfc7bf;
  background: #faf7f3;
  color: #9c948b;
  display: grid;
  place-items: center;
  font-weight: 800;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .trial__container {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .trial__right {
    order: 2;
  }
  .trialVisual {
    margin: 0 auto;
  }
  .trialVisual__bg {
    right: 50%;
    transform: translateX(55%) rotate(-8deg);
  }
}/*# sourceMappingURL=trialsession.css.map */