@charset "UTF-8";
.inline-block {
  display: inline-block;
}
/* ----------------------------------------
基本レイアウト
---------------------------------------- */
main {}
.l-container {
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.l-full {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1420px) {
  .l-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* ------------------------------------
  KV
-------------------------------------- */
.l-kv {
  padding: 120px 25px 0;
}
.l-kv .p-kv {
  position: relative;
}
.l-kv .p-kv__img {
  width: clamp(250px, 64.85vw, 497px);
  margin-bottom: clamp(100px, 6vw, 120px);
}
.l-kv .p-kv__img.kv-catch {
  width: auto;
  max-width: 780px;
  margin-bottom: 30px;
}
.p-kv-slider img.main-img {
  border-radius: 35px;
  width: 100%;
  height: 85vh;
  object-fit: cover;
}
.p-kv-contents {
  position: absolute;
  bottom: 0;
  left: 100px;
}
@media screen and (max-width: 1500px) {
  .l-kv {
    padding: 190px 25px 0;
  }
}
@media screen and (max-width: 960px) {
  .l-kv {
    padding: 100px 25px 0;
  }
  .p-kv-contents {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .l-kv .p-kv__img {
    margin-left: auto;
    margin-right: auto;
  }
}

/* KV キャッチコピー */
.kv-catch {
  background: rgba(255,255,255,0.40);
  padding: 48px 56px 40px;
  border-radius: 24px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 40px rgba(0,0,0,0.10), 0 1px 0 rgba(255,255,255,0.6) inset;
  border: 1px solid rgba(255,255,255,0.7);
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.kv-catch__lead {
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
  margin-bottom: 0;
}
.kv-catch__small {
  font-size: 2.6rem;
  letter-spacing: 0.18em;
  display: block;
  margin-bottom: 8px;
  color: #68AEBA;
  font-weight: 700;
}
.kv-catch__large {
  font-size: 5.2rem;
  letter-spacing: 0.06em;
  color: #2a2a2a;
  line-height: 1.25;
}
.kv-catch__accent {
  color: #68AEBA;
}
.kv-catch__divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #68AEBA, #8FD3C4);
  border-radius: 2px;
  margin: 22px 0 20px;
}
.kv-catch__sub {
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-size: 2.0rem;
  font-weight: 500;
  color: #555;
  line-height: 1.9;
  letter-spacing: 0.06em;
  margin-bottom: 22px;
}
.kv-catch__badges {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(104,174,186,0.2);
}
.kv-catch__badge-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #555;
  letter-spacing: 0.04em;
}
.kv-catch__badge-item svg {
  flex-shrink: 0;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 960px) {
  .kv-catch {
    padding: 32px 28px 28px;
    max-width: 92% !important;
    text-align: center;
  }
  .kv-catch__small {
    font-size: 2.0rem;
  }
  .kv-catch__large {
    font-size: 3.6rem;
  }
  .kv-catch__divider {
    margin: 16px auto 16px;
  }
  .kv-catch__sub {
    font-size: 1.6rem;
  }
  .kv-catch__badges {
    align-items: center;
    font-size: 1.2rem;
  }
  .kv-catch__badge-item {
    font-size: 1.2rem;
  }
  .kv-catch__dot {
    display: none;
  }
  .sp-only {
    display: inline;
  }
}
@media screen and (max-width: 575px) {
  .kv-catch__large {
    font-size: 2.4rem;
  }
  .kv-catch__sub {
    font-size: 1.4rem;
  }
}

/* フローティング */
.floating {
  position: fixed;
  bottom: 100px;
  right: 0;
  font-size: 1.8rem;
  letter-spacing: 0.25rem;
  z-index: 999;
}
.floating a {
  width: 80px;
  height: 100px;
  background: #68AEBA;
  border-radius: 10px 0 0 10px;
  color: #fff;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s ease-in-out;
  padding-top: 15px;
}
.floating a:hover {
  background: #DDC26A;
}
@media screen and (max-width: 960px) {
  .floating-sp {
    width: 96%;
    margin: 0 auto;
    background: #DDC26A;
    border-radius: 12px 12px 0 0;
    font-size: 2.4rem;
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
  }
  .floating-sp a {
    display: block;
    color: #fff;
    padding: 10px 15px;
  }
}

/* ------------------------------------
  セクション共通タイトル
-------------------------------------- */
.head-title-main, .head-title-main-first {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-size: 4.0rem;
  text-align: center;
  line-height: 1.4;
  padding: 0 15px;
}
.head-title-main .en, .head-title-main-first .en {
  display: block;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  color: #68AEBA;
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  margin-bottom: 10px;
}
.font-large-60 {
  font-size: 6.0rem;
}
.font-large-47 {
  font-size: 4.7rem;
}
.font-large-22 {
  font-size: 2.2rem;
}
.font-blue {
  color: #68AEBA;
}
.font-yellow {
  color: #DDC26A;
}
.font-small-16 {
  font-size: 1.6rem;
  display: block;
}
.border-dot-brue {
  border-bottom: 2px dotted #68AEBA;
}
.title-catch {
  text-align: center;
  padding: 60px 15px 30px;
}
.title-sub-catch {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-size: 2.0rem;
  color: #68AEBA;
}
.title-sub {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
}
@media screen and (max-width: 960px) {
  .head-title-main, .head-title-main-first {
    font-size: 2.4rem;
  }
  .font-large-60 {
    font-size: 3.6rem;
  }
  .font-large-47 {
    font-size: 3.0rem;
  }
  .title-sub {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .head-title-main, .head-title-main-first {
    font-size: 2.0rem;
  }
  .font-large-60 {
    font-size: 2.8rem;
  }
  .font-large-47 {
    font-size: 2.4rem;
  }
}

/* ------------------------------------
  このようなお悩みありませんか
-------------------------------------- */
.l-worries {
  padding-top: 100px;
  margin-bottom: 60px;
}
.worries-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  margin-top: 60px;
  margin-bottom: 10px;
  padding: 40px 20px;
}
.worries-list p {
  display: flex;
  justify-content: center;
  width: 30%;
  margin-bottom: 20px;
  z-index: 3;
}
.worries-list p span {
  width: 260px;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(145deg, #ffffff, #f3f1ee);
  border-radius: 100vh;
  position: relative;
  z-index: 3;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #3a3a3a;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 20px rgba(104,174,186,0.10), 0 1px 0 rgba(255,255,255,0.8) inset;
  border: 1px solid rgba(104,174,186,0.15);
}
.worries-list p span:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 30px rgba(104,174,186,0.18), 0 1px 0 rgba(255,255,255,0.8) inset;
}
.worry-icon {
  display: block;
  margin-bottom: 12px;
  font-style: normal;
  opacity: 0.85;
}
@media screen and (max-width: 960px) {
  .worries-list p {
    width: 48%;
  }
}
@media screen and (max-width: 575px) {
  .l-worries {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .worries-list {
    margin-top: 30px;
  }
  .worries-list p {
    width: 48%;
  }
  .worries-list p span {
    width: 160px;
    height: 160px;
    font-size: 1.3rem;
    font-weight: 600;
  }
  .worry-icon svg {
    width: 24px;
    height: 24px;
  }
  .worry-icon {
    margin-bottom: 6px;
  }
}

/* ガイド情報 */
.worries-guide {
  position: relative;
  padding-top: 40px;
}
.worries-guide-info {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 60px;
  text-align: center;
  background: rgba(240, 250, 250, 0.9);
  border-radius: 25px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
}
@media screen and (max-width: 960px) {
  .worries-guide-info {
    padding: 30px 20px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .worries-guide-info {
    font-size: 1.6rem;
    padding: 20px 15px;
  }
}

/* ------------------------------------
  メリット
-------------------------------------- */
.l-merit {
  padding-top: 60px;
}
.merit-point {
  max-width: 1280px;
  margin: 60px auto 0;
  background: #68AEBA;
  border-radius: 26px;
  padding: 45px;
  position: relative;
}
ul.merit-point-list {
  display: flex;
  gap: 15px;
}
ul.merit-point-list li {
  display: flex;
  flex-direction: column;
  width: 25%;
}
ul.merit-point-list li span.point-number {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  display: block;
  padding: 20px;
  margin: 0 auto 10px;
  width: 118px;
  height: 118px;
  color: #fff;
  border: 1px dotted #fff;
  border-radius: 50%;
  font-size: 4.0rem;
  text-align: center;
}
ul.merit-point-list li span.point-number::before {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  display: block;
  content: 'merit';
  font-size: 1.4rem;
  line-height: 0;
  padding-top: 12px;
}
ul.merit-point-list li .item-inner {
  background: #fff;
  border-radius: 18px;
  color: #68AEBA;
  padding: 20px 25px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  text-align: center;
}
ul.merit-point-list li .item-inner h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
ul.merit-point-list li .item-inner p {
  font-size: 1.6rem;
  color: #434343;
}
@media screen and (max-width: 960px) {
  .l-merit {
    padding-top: 40px;
  }
  .merit-point {
    padding: 45px 35px;
  }
  ul.merit-point-list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: normal;
  }
  ul.merit-point-list li {
    width: 47%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .merit-point {
    padding: 30px 15px;
  }
  ul.merit-point-list li .item-inner {
    padding: 10px;
  }
  ul.merit-point-list li span.point-number {
    width: 80px;
    height: 80px;
    font-size: 3.0rem;
    padding: 10px;
  }
}

/* ------------------------------------
  矯正担当医チーム
-------------------------------------- */
.l-team {
  padding-top: 100px;
  margin-bottom: 60px;
}
.team {
  max-width: 990px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 0 25px;
  padding-top: 60px;
}
.team > div {
  width: 30%;
  text-align: center;
}
img.img-team {
  border-radius: 100vh;
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: 0 auto 25px;
  background: #e8e8e8;
}
h3.team-name {
  font-size: 2.2rem;
  font-weight: 700;
  color: #68AEBA;
  padding-bottom: 5px;
}
.team-title {
  font-size: 1.6rem;
  color: #707070;
  margin-bottom: 10px;
}
.team > div p.team-desc {
  letter-spacing: 0.08rem;
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .team {
    gap: 0 15px;
  }
}
@media screen and (max-width: 575px) {
  .l-team {
    padding-top: 60px;
    margin-bottom: 30px;
  }
  .team {
    flex-wrap: wrap;
    gap: 0;
    padding-top: 30px;
  }
  .team > div {
    width: 48%;
    margin-bottom: 25px;
  }
  img.img-team {
    width: 140px;
    height: 140px;
  }
}

/* ------------------------------------
  装置比較表
-------------------------------------- */
.l-comparison {
  padding: 80px 0;
  background: #F0FAFA;
}
.comparison-scroll-note {
  display: none;
  text-align: center;
  color: #68AEBA;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.comparison-table-wrap {
  max-width: 1360px;
  margin: 40px auto 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 15px;
}
table.comparison-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  font-size: 1.7rem;
}
table.comparison-table thead th {
  background: #68AEBA;
  color: #fff;
  padding: 18px 12px;
  font-weight: 700;
  text-align: center;
  font-size: 1.8rem;
  border-right: 1px solid rgba(255,255,255,0.3);
}
table.comparison-table thead th:last-child {
  border-right: none;
}
table.comparison-table thead th.highlight {
  background: #DDC26A;
  font-size: 2.0rem;
}
table.comparison-table tbody td {
  padding: 15px 12px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  vertical-align: middle;
}
table.comparison-table tbody td:last-child {
  border-right: none;
}
table.comparison-table tbody td:first-child {
  font-weight: 700;
  text-align: left;
  padding-left: 20px;
  background: #fafafa;
  min-width: 120px;
}
table.comparison-table tbody tr:last-child td {
  border-bottom: none;
}
table.comparison-table .price-cell {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-size: 2.0rem;
  color: #68AEBA;
}
table.comparison-table .price-cell .yen {
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .comparison-scroll-note {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .l-comparison {
    padding: 40px 0;
  }
}

/* ------------------------------------
  選ばれるポイント
-------------------------------------- */
.l-point {
  padding: 80px 0;
}
.point-list {
  max-width: 1280px;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 15px;
}
.point-list .point-item {
  width: calc(50% - 15px);
  display: flex;
  gap: 25px;
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.point-item .point-img {
  width: 200px;
  height: 160px;
  min-width: 200px;
  background: #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
}
.point-item .point-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.point-item .point-text {
  flex: 1;
}
.point-item .point-number {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #68AEBA;
  display: block;
  margin-bottom: 5px;
}
.point-item h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #434343;
  margin-bottom: 10px;
  line-height: 1.4;
}
.point-item p {
  font-size: 1.6rem;
  color: #707070;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .point-list .point-item {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .l-point {
    padding: 40px 0;
  }
  .point-list {
    margin-top: 30px;
    gap: 20px;
  }
  .point-list .point-item {
    flex-direction: column;
    padding: 20px;
  }
  .point-item .point-img {
    width: 100%;
    height: 180px;
    min-width: auto;
  }
}

/* ------------------------------------
  院長・副院長紹介
-------------------------------------- */
.l-doctor {
  padding: 80px 0;
  background: #F0FAFA;
}
.doctor-list {
  max-width: 1100px;
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0 15px;
}
.doctor-card {
  width: 50%;
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.doctor-card .doctor-img {
  width: 200px;
  height: 250px;
  margin: 0 auto 20px;
  background: #e8e8e8;
  border-radius: 15px;
  overflow: hidden;
}
.doctor-card .doctor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.doctor-card .doctor-position {
  font-size: 1.6rem;
  color: #68AEBA;
  font-weight: 700;
}
.doctor-card .doctor-name {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 5px 0 15px;
}
.doctor-card .doctor-message {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 20px;
}
.doctor-card .doctor-detail-btn {
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid #68AEBA;
  color: #68AEBA;
  border-radius: 100vh;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.doctor-card .doctor-detail-btn:hover {
  background: #68AEBA;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .doctor-list {
    flex-direction: column;
    align-items: center;
  }
  .doctor-card {
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 575px) {
  .l-doctor {
    padding: 40px 0;
  }
  .doctor-list {
    margin-top: 30px;
    gap: 20px;
  }
  .doctor-card {
    padding: 25px 15px;
  }
}

/* モーダル */
.p-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 100;
  display: none;
}
.p-overlay.is-active {
  display: block;
}
.p-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  max-width: 700px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  z-index: 101;
  display: none;
}
.p-modal.is-active {
  display: block;
}
.p-modal .modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 3.0rem;
  cursor: pointer;
  color: #707070;
  line-height: 1;
}
.p-modal h3 {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #68AEBA;
}
.p-modal .modal-career {
  margin-bottom: 15px;
}
.p-modal .modal-career dt {
  font-weight: 700;
  margin-top: 15px;
  color: #68AEBA;
}
.p-modal .modal-career dd {
  padding-left: 15px;
  font-size: 1.4rem;
}

/* ------------------------------------
  治療の流れ
-------------------------------------- */
.l-flow {
  padding: 80px 0;
}
.flow-list {
  max-width: 1100px;
  margin: 60px auto 0;
  padding: 0 15px;
}
.flow-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 50px;
  position: relative;
}
.flow-item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 55px;
  top: 120px;
  width: 2px;
  height: calc(100% - 80px);
  background: #68AEBA;
}
.flow-item .flow-number {
  width: 110px;
  min-width: 110px;
  text-align: center;
}
.flow-item .flow-number span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  background: #68AEBA;
  color: #fff;
  border-radius: 50%;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
.flow-item .flow-number span strong {
  display: block;
  font-size: 3.6rem;
  line-height: 1;
  margin-top: 2px;
}
.flow-item .flow-content {
  flex: 1;
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.flow-item .flow-content h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #68AEBA;
  margin-bottom: 10px;
}
.flow-item .flow-content .flow-price {
  display: inline-block;
  background: #DDC26A;
  color: #fff;
  padding: 3px 15px;
  border-radius: 100vh;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.flow-item .flow-content p {
  font-size: 1.7rem;
  line-height: 1.8;
}
@media screen and (max-width: 575px) {
  .l-flow {
    padding: 40px 0;
  }
  .flow-list {
    margin-top: 30px;
  }
  .flow-item {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
  }
  .flow-item:not(:last-child)::after {
    display: none;
  }
  .flow-item .flow-number span {
    width: 80px;
    height: 80px;
    font-size: 1.2rem;
  }
  .flow-item .flow-number span strong {
    font-size: 2.8rem;
  }
  .flow-item .flow-content {
    padding: 20px;
  }
}

/* ------------------------------------
  FAQ
-------------------------------------- */
.l-faq {
  padding: 80px 0;
  background: #F0FAFA;
}
.faq-list {
  max-width: 900px;
  margin: 60px auto 0;
  padding: 0 15px;
}
.faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.faq-item .faq-q {
  padding: 20px 60px 20px 25px;
  font-size: 1.9rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  transition: background 0.2s;
}
.faq-item .faq-q:hover {
  background: #fafafa;
}
.faq-item .faq-q::before {
  content: 'Q.';
  color: #68AEBA;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  margin-right: 10px;
  font-size: 2.0rem;
}
.faq-item .faq-q::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.4rem;
  color: #68AEBA;
  transition: transform 0.3s;
}
.faq-item.is-open .faq-q::after {
  content: '−';
}
.faq-item .faq-a {
  display: none;
  padding: 0 25px 20px 45px;
  font-size: 1.7rem;
  line-height: 1.8;
  color: #707070;
}
.faq-item.is-open .faq-a {
  display: block;
}
@media screen and (max-width: 575px) {
  .l-faq {
    padding: 40px 0;
  }
  .faq-list {
    margin-top: 30px;
  }
  .faq-item .faq-q {
    font-size: 1.5rem;
    padding: 15px 50px 15px 20px;
  }
  .faq-item .faq-a {
    padding: 0 20px 15px 35px;
  }
}

/* ------------------------------------
  料金表
-------------------------------------- */
.l-price {
  padding: 80px 0;
}
.price-section {
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 0 15px;
}
.price-section h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #68AEBA;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #68AEBA;
}
.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.price-table th,
.price-table td {
  padding: 15px 20px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.7rem;
  text-align: left;
}
.price-table th {
  font-weight: 700;
  width: 50%;
  color: #434343;
}
.price-table td {
  text-align: right;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-size: 2.0rem;
  color: #68AEBA;
}
.price-table td .tax-included {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #707070;
}
.price-note {
  font-size: 1.3rem;
  color: #707070;
  line-height: 1.8;
  margin-top: 15px;
}
@media screen and (max-width: 575px) {
  .l-price {
    padding: 40px 0;
  }
  .price-table th,
  .price-table td {
    padding: 12px 10px;
    font-size: 1.4rem;
  }
  .price-table td {
    font-size: 1.6rem;
  }
}

/* ------------------------------------
  CTA・無料相談
-------------------------------------- */
.l-contact-type {
  padding: 80px 25px;
  background: linear-gradient(135deg, #68AEBA 0%, #5A9BA7 100%);
  text-align: center;
  color: #fff;
}
.contact-type {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-size: 3.0rem;
  margin-bottom: 30px;
}
.contact-type-small {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.contact-type img {
  max-width: 200px;
  vertical-align: middle;
  margin: 0 10px;
}
.contact-type-inner {
  padding: 40px;
  background: rgba(255,255,255,0.15);
  border-radius: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.contact-type-inner p {
  font-size: 2.0rem;
  margin-bottom: 30px;
}
.contact-type-inner-btn {
  display: flex;
  justify-content: center;
  gap: 30px;
  position: relative;
}
/* --- common.css 擬似要素の無効化 --- */
.contact-type-inner-btn::after {
  display: none !important;
}
.contact-type-form a::after {
  display: none !important;
}
.contact-type-tel::before {
  display: none !important;
}
/* --- common.css .contact-type-tel 上書き --- */
.contact-type-tel {
  font-size: inherit;
  color: inherit;
}
.contact-type-tel span {
  display: inline;
  color: inherit;
}
/* --- CTA内の文字色上書き --- */
.l-contact-type .font-blue {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,0.5);
  text-underline-offset: 3px;
}
.l-contact-type .font-yellow {
  color: #DDC26A;
}
/* --- ボタン共通 --- */
.contact-type-form a,
.contact-type-tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 340px;
  padding: 20px 50px;
  border-radius: 100vh;
  font-size: 2.0rem;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  white-space: nowrap;
  position: relative;
}
.contact-type-form a {
  background: #DDC26A;
  color: #fff;
}
.contact-type-form a:hover {
  background: #c9ae55;
}
.contact-type-tel a {
  background: #fff;
  color: #68AEBA;
  font-family: "din-2014", sans-serif;
  font-size: 2.4rem;
  gap: 10px;
  padding-left: 50px;
  padding-right: 50px;
}
.contact-type-tel a .font-small-16 {
  font-size: 1.2rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  white-space: nowrap;
  color: #68AEBA;
}
.contact-type-tel a:hover {
  background: #f0f0f0;
}
@media screen and (max-width: 960px) {
  .contact-type {
    font-size: 2.2rem;
  }
  .contact-type-inner-btn {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .contact-type-form a,
  .contact-type-tel a {
    min-width: 280px;
    padding: 18px 30px;
    font-size: 1.8rem;
  }
  .contact-type-tel a {
    font-size: 2.2rem;
    padding: 18px 30px;
  }
}
@media screen and (max-width: 768px) {
  .contact-type-form a {
    padding: 18px 30px;
  }
}
@media screen and (max-width: 575px) {
  .l-contact-type {
    padding: 40px 15px;
  }
  .contact-type {
    font-size: 1.8rem;
  }
  .contact-type-inner {
    padding: 25px 15px;
  }
  .contact-type-inner p {
    font-size: 1.5rem;
  }
}

/* ------------------------------------
  フッター
-------------------------------------- */
.l-footer {
  background: #f7f7f7;
  color: #434343;
}
.footer-contents {
  display: flex;
}
.footer-contents_info {
  padding: 60px 40px;
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}
.footer-info-logo {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.footer-info-logo img {
  max-width: 180px;
}
.footer-info-logo span {
  font-size: 1.3rem;
  line-height: 1.6;
}
.footer-info-address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.address {
  font-size: 1.8rem;
  font-weight: 700;
}
.address .font-small-16 {
  font-weight: 500;
  font-size: 1.4rem;
}
.sns {
  display: flex;
  gap: 15px;
}
.sns img {
  width: 36px;
}
.footer-info-btn {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}
.btn-map, .btn-parking {
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 100vh;
  color: #434343;
  font-size: 1.4rem;
  transition: 0.3s ease-in-out;
}
.btn-map:hover, .btn-parking:hover {
  background: rgba(0,0,0,0.05);
}
.footer-tel {
  margin-bottom: 25px;
}
.footer-tel .tel {
  font-family: "din-2014", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
}
.footer-tel .tel a {
  color: #434343;
}
.footer-calendar {
  margin-bottom: 15px;
}
table.schedule {
  width: 100%;
  max-width: 500px;
  border-collapse: collapse;
}
table.schedule th,
table.schedule td {
  padding: 8px 12px;
  text-align: center;
  font-size: 1.4rem;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
table.schedule th {
  text-align: left;
  font-weight: 500;
}
.footer-contents_map {
  width: 50%;
}
.footer-contents_map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.footer-bottom {
  text-align: center;
  padding: 25px;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.btn-round {
  margin-bottom: 15px;
}
.btn-round a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 25px;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 100vh;
  color: #434343;
  font-size: 1.4rem;
  transition: 0.3s ease-in-out;
}
.btn-round a:hover {
  background: rgba(0,0,0,0.05);
}
.btn-round img {
  max-width: 120px;
}
.copyright {
  font-size: 1.2rem;
  color: rgba(0,0,0,0.45);
}
@media screen and (max-width: 960px) {
  .footer-contents {
    flex-direction: column;
  }
  .footer-contents_map {
    width: 100%;
  }
  .footer-contents_info {
    padding: 40px 20px;
  }
  .footer-info-address {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  .footer-info-logo {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ------------------------------------
  リスク・副作用
-------------------------------------- */
.risk-notice {
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 25px 30px;
  background: #FFF9E8;
  border-radius: 12px;
  border-left: 4px solid #DDC26A;
}
.risk-notice h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #DDC26A;
  margin-bottom: 10px;
}
.risk-notice ul {
  padding-left: 20px;
}
.risk-notice ul li {
  list-style: disc;
  font-size: 1.3rem;
  color: #707070;
  line-height: 1.8;
}

/* ------------------------------------
  医療広告ガイドライン注記
-------------------------------------- */
.guideline-note {
  max-width: 1100px;
  margin: 30px auto;
  padding: 20px 30px;
  background: #f9f9f9;
  border-radius: 12px;
  font-size: 1.3rem;
  color: #707070;
  line-height: 1.8;
}
.guideline-note strong {
  color: #434343;
}

/* ------------------------------------
  アニメーション（フェードイン）
-------------------------------------- */
.js-fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-fadeIn.is-show {
  opacity: 1;
  transform: translateY(0);
}
.js-fadeIn__child {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.js-fadeIn.is-show .js-fadeIn__child {
  opacity: 1;
  transform: translateY(0);
}
.js-fadeIn.is-show .js-fadeIn__child:nth-child(2) { transition-delay: 0.1s; }
.js-fadeIn.is-show .js-fadeIn__child:nth-child(3) { transition-delay: 0.2s; }
.js-fadeIn.is-show .js-fadeIn__child:nth-child(4) { transition-delay: 0.3s; }
.js-fadeIn.is-show .js-fadeIn__child:nth-child(5) { transition-delay: 0.4s; }
.js-fadeIn.is-show .js-fadeIn__child:nth-child(6) { transition-delay: 0.5s; }
