/* ===========================
  フロンティアサイト専用css
============================= */

/* フォント */
body{
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
	color:#333;
}

/* テーマカラー */
:root{
  --frontier-main: #52aa92;
  --frontier-accent: #e18437;
  --frontier-base: #e7f9f3;
  --frontier-text: #373737;
  --frontier-text-strong: #012060;
}

/* 共通 */
html{
  scroll-behavior:smooth;
}

/* 共通タイトル */
.frontier-section-title {
  margin: 0 0 14px;
  padding: 10px 12px 12px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  background: #e8f9f3;
  position: relative;
  color: #50ac93;
}

.frontier-section-title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: linear-gradient(to right, #9ae0c4, #5fc2a6);
    border-radius: 999px;
}

/* =========================================
  PCのみ：本文フォントサイズを15pxに統一
========================================= */
@media screen and (min-width: 769px){

  /* 悩みリスト本文 */
  .frontier-worries__text{
    font-size: 15px;
  }

  /* 施術紹介本文 */
  .frontier-sejutsu__lead,
  .frontier-sejutsu__more,
  .frontier-sejutsu__checks li span{
    font-size: 15px;
  }

  /* 2980円バナー下の説明 */
  .frontier-offer__box p,
  .frontier-offer__notes{
    font-size: 15px;
  }

  /* 選ばれる理由本文 */
  .reason6__text{
    font-size: 15px;
  }

  /* 各院アクセス情報 */
  .frontier-access__info,
  .frontier-access__info th,
  .frontier-access__info td,
  .frontier-access__hours,
  .frontier-access__hours th,
  .frontier-access__hours td,
  .frontier-access__note,
  .frontier-access__cta-title{
    font-size: 15px;
  }

   /*症状ページYouTube*/
     iframe{
    width: 100%;
    height: 496px;
  }

}

@media (max-width: 768px){
  .frontier-offer,
  .frontier-jiko-bn,
  .frontier-top-buttons,
  .frontier-contact__inner,
  .frontier-worries__inner,
  .frontier-symptom-links__inner,
  .frontier-kaizen__inner,
  .frontier-sejutsu__inner,
  .frontier-reco__inner,
  .frontier-voice__inner,
  .frontier-access__inner{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

}

.br-sp{
  display: none;
}

.br-pc{
  display: none;
}

@media screen and (min-width: 769px){
  .br-pc{
    display: inline;
  }
}

@media screen and (max-width: 767px){
   iframe{
    width: 100%;
    height: 208px;
  }
 }

@media screen and (max-width: 768px){
  .br-sp{
    display: inline;
  }

  html, body{
    width: 100%;
    overflow-x: hidden;
  }

  img, video{
    max-width: 100%;
    height: auto;
  }


  .voice_sec,
  .frontier-top-kv__pc,
  .frontier-worries__bubble{
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html, body{
    overflow-x: hidden;
  }
}
.mt20{
	margin-top: 20px!important;
}

/* ヘッダー -------------------------------------------*/

.frontier-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1000;
}

.frontier-header .site-nav {
  background-color: #fffffff7;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.frontier-header .logo_access_hamburger {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.frontier-header .logo_img {
  max-width: 250px;
}

.frontier-header .sp_header_tools {
  display: none;
  align-items: center;
  gap: 11px;
}

.frontier-header .sp_tool_btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
}

.frontier-header .sp_tool_btn img {
  display: block;
  width: 22px;
  height: auto;
  margin-bottom: 4px;
}

.frontier-header .sp_tool_btn span {
  font-size: 12px;
  color: #333;
}

/* ハンバーガー */
.frontier-header .hamburger_btn {
  position: relative;
  cursor: pointer;
  width: 34px;
  height: 36px;
  background: transparent;
  border: none;
  padding: 0;
}

.frontier-header .hamburger_btn span {
  display: inline-block;
  transition: all 0.35s;
  position: absolute;
  left: 0;
  height: 3px;
  border-radius: 2px;
  background: #0b2d5c;
  width: 100%;
}

.frontier-header .hamburger_btn span:nth-of-type(1) { top: 0; }
.frontier-header .hamburger_btn span:nth-of-type(2) { top: 11px; }
.frontier-header .hamburger_btn span:nth-of-type(3) { top: 22px; }

.frontier-header .hamburger_btn p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  margin: 0;
  font-size: 12px;
  color: #333;
  line-height: 1;
}

.frontier-header .hamburger_btn.active span:nth-of-type(1) {
  top: 9px;
  transform: rotate(-45deg);
}
.frontier-header .hamburger_btn.active span:nth-of-type(2) {
  opacity: 0;
}
.frontier-header .hamburger_btn.active span:nth-of-type(3) {
  top: 9px;
  transform: rotate(45deg);
}

.frontier-header .header_nav {
  list-style: none;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.frontier-header .header_nav li {
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.frontier-header .header_nav li a {
  font-size: 0.95em;
}

/* =========================
  PCヘッダーナビ
========================= */
@media screen and (min-width: 769px){

  .frontier-header .site-nav{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 10px;
    background-color: #ffffff;
    box-sizing: border-box;
  }

  .frontier-header .logo_access_hamburger{
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: auto;
    margin: 0;
    padding: 0;
    min-height: 68px;
  }

  .frontier-header .logo_img{
    display: flex;
    align-items: center;
    max-width: 320px;
    margin: 0;
    flex: 0 0 auto;
  }

  .frontier-header .logo_img a{
    display: flex;
    align-items: center;
  }

  .frontier-header .logo_img img{
    display: block;
    width: 100%;
    height: auto;
  }

  .frontier-header .sp_header_tools{
    display: none !important;
  }

  .frontier-header .header_nav{
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: clamp(14px, 1.6vw, 28px);
    height: auto !important;
    min-height: 68px;
    margin: 0;
    padding: 0 0 0 24px;
    background: none;
    box-sizing: border-box;
  }

  .frontier-header .header_nav li{
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    white-space: nowrap;
  }

  .frontier-header .header_nav li a{
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    font-size: clamp(12px, 1.15vw, 18px) !important;
    line-height: 1;
    color: #55a992 !important;
    transition: color .25s ease, opacity .25s ease;
  }

  .frontier-header .header_nav li a:hover{
    color: #55a992;
    opacity: 0.7;
  }
}
/* =================================
  PC幅が狭いときはナビだけ下に配置
================================= */

@media screen and (max-width:1300px){

  .frontier-header .site-nav{
    flex-direction: column;
    align-items: flex-start;
  }

  .frontier-header .logo_access_hamburger{
    width: 100%;
    justify-content: space-between;
    margin-bottom: 8px;
  }

  .frontier-header .header_nav{
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
	gap: 16px 22px;
  }

}

/* =================================
  1300px以下のPC：ロゴは左のまま、ナビだけ下へ
  背景がナビまできちんと伸びるようにする
================================= */
@media screen and (max-width:1300px) and (min-width:769px){

  .frontier-header{
    width: 100%;
	min-height:120px;
    background: #fff;
  }

  .frontier-header .site-nav{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 14px 24px 16px;
    margin: 0;
    background: transparent;
    box-sizing: border-box;
  }

  .frontier-header .logo_access_hamburger{
    width: 100%;
    justify-content: flex-start;
    margin: 0 0 10px;
    padding: 0;
    box-sizing: border-box;
  }

  .frontier-header .header_nav{
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0 0 8px;
    list-style: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 25px;
    height: auto !important;
    min-height: auto !important;
    background: transparent;
    box-sizing: border-box;
  }

  .frontier-header .header_nav li{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .frontier-header .header_nav li a{
    display: inline-block;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .frontier-header .site-nav {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 65px;
  background-color: #ffffffeb;
  box-sizing: border-box;
}

 .frontier-header .logo_access_hamburger {
  width: 100%;
  height: 65px;
  margin: 0;
  padding: 10px 10px;
  box-sizing: border-box;
}

  .frontier-header .logo_img {
	  max-width: 180px !important;
    margin-right: 10px;
  }

  .frontier-header .sp_header_tools {
    display: flex;
  }

	.frontier-header .sp_header_tools img{
  width: 24px !important;
  height: 35px !important;
  max-width: 24px !important;
}

  /* ハンバーガー展開メニュー */
  .frontier-header #header_nav {
    width: 100%;
    height: 100lvh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 70px 24px 24px;
    background-color: #fffffff2;
    display: none;
    z-index: 999;
    overflow: auto;
  }

  .frontier-header #header_nav.is-open {
    display: block;
  }

  .frontier-header .header_nav li {
    padding: 0 0 12px;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #cfcfcf;
	list-style: none;
    margin: 0 0 12px;
  }

  .frontier-header #header_nav li a{
	font-size: 16px;
    color: #55a992;
    transition: color .25s ease, opacity .25s ease;
  }

  .frontier-header #header_nav li a:hover{
    opacity: 0.7;
  }

  .frontier-header .pc_only {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .frontier-header .sp_tool_btn img {
    width: 20px;
  }
  .frontier-header .sp_tool_btn span {
    font-size: 11px;
  }
}

/* =========================
  SPハンバーガー：2色×長さ違い（ネイビー/オレンジ）
  activeで×に変形
========================= */

.frontier-header .hamburger_btn{
  width: 42px;
  height: 44px;
}

.frontier-header .hamburger_btn span{
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: #0b2d5c;
  transition: transform .25s ease, top .25s ease, opacity .2s ease, width .25s ease, background .25s ease;
}

.frontier-header .hamburger_btn span:nth-of-type(1){
  top: 3px;
  width: 90%;
  background: #0b2d5c;
}

.frontier-header .hamburger_btn span:nth-of-type(2){
  top: 13px;
  width: 90%;
  background: #f08a24;
}

.frontier-header .hamburger_btn span:nth-of-type(3){
  top: 23px;
  width: 65%;
  background: #0b2d5c;
}

/* MENU文字 */
.frontier-header .hamburger_btn p{
  bottom: -2px;
  font-size: 11px;
  letter-spacing: .06em;
}

/* ===== 開いた状態：×に（2色を残す） ===== */
.frontier-header .hamburger_btn.active span:nth-of-type(1){
  top: 16px;
  width: 100%;
  transform: rotate(45deg);
  background: #0b2d5c;
}

.frontier-header .hamburger_btn.active span:nth-of-type(2){
  opacity: 0;
}

.frontier-header .hamburger_btn.active span:nth-of-type(3){
  top: 16px;
  width: 100%;
  transform: rotate(-45deg);
  background: #f08a24;
}


.frontier-header .hamburger_btn{
  -webkit-tap-highlight-color: transparent;
}

/* スマホヘッダーナビ：アイコン＋矢印 ---------------- */
.frontier-header .header_nav_icon,
.frontier-header .header_nav_arrow,
.frontier-header .header_nav_text{
  align-items: center;
}

.frontier-header .header_nav_icon img{
  display: block;
  width: 100%;
  height: auto;
}

/* PCではアイコンと矢印を非表示 */
@media screen and (min-width: 769px){
  .frontier-header .header_nav_icon,
  .frontier-header .header_nav_arrow{
    display: none;
  }

  .frontier-header .header_nav_text{
    display: inline;
  }
}

/* SPだけアイコン＋矢印を表示 */
@media screen and (max-width: 768px){

  .frontier-header #header_nav li{
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #55a992;
  }

  .frontier-header #header_nav li a{
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 66px;
    padding: 14px 12px;
    box-sizing: border-box;
    font-size: 16px;
    color: #0d7f5e;
    text-decoration: none;
    line-height: 1.4;
  }

  .frontier-header .header_nav_icon{
    display: inline-flex;
    flex: 0 0 28px;
    width: 28px;
    justify-content: center;
  }

  .frontier-header .header_nav_text{
    display: inline-flex;
    flex: 1 1 auto;
    font-weight: 700;
  }

  .frontier-header .header_nav_arrow{
    display: inline-flex;
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    justify-content: center;
    position: relative;
  }

  .frontier-header .header_nav_arrow::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0d7f5e;
    border-right: 2px solid #0d7f5e;
    transform: rotate(45deg);
  }
}



/* フロンティアheaderここまで ---------------------------*/

/* メインビジュアル ------------------------------------ */

/* ヘッダー固定分 */
body{
  padding-top: 90px;
}

@media screen and (max-width:768px){
  body{
    padding-top: 65px;
  }
}

@media screen and (max-width:1300px) and (min-width:769px){
  body{
    padding-top: 100px;
  }
}

.frontier-top-kv img{
  width:100%;
  height:auto;
  display:block;
}

.frontier-top-kv__sp{
  display:block;
}

.frontier-top-kv__pc{
  display:none;
}

/* =========================
   PC表示
========================= */
@media screen and (min-width:769px){

  .frontier-top-kv{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
  }

  .frontier-top-kv__sp{
    display:none;
  }

  .frontier-top-kv__pc{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    margin: 0;
    background: none;
    overflow: hidden;
  }

  .frontier-top-kv__pc img{
    display: block;
    width: 100vw;
    height: auto;
    max-width: none;
  }
}

/* メインビジュアルここまで ---------------------------- */

/* 大阪市のフロンティア整骨院・鍼灸院グループ----------- */
.frontier-top-h1{
  margin-top: 28px;
  margin-bottom: 24px;
}

.frontier-top-lead{
  background: transparent;
  padding: 28px 0 30px;
}

.frontier-top-lead__inner{
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.frontier-top-lead__title{
  text-align: center;
  font-weight: 700;
  font-size: clamp(22px, 2vw, 30px);
  color: #555;
  position: relative;
  padding-bottom: 16px;
  margin: 0 0 24px;
  line-height: 1.4;
}

.frontier-top-lead__title::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 36px;
  height: 3px;
  background: var(--frontier-main);
  border-radius: 2px;
}

.frontier-top-lead__banner{
  margin-bottom: 8px;
  padding: 0 14px 15px;
}

.frontier-top-lead__banner img{
  display: block;
  width: 75%;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width:769px){
  .frontier-top-lead__banner{
    padding: 0 20px 26px;
  }

  .frontier-top-lead__banner img{
    width: 75%;
    max-width: 1000px;
  }
}

@media screen and (max-width:768px){
  .frontier-top-lead__banner img{
    width: 100%;
    margin-top: 20px;
  }
}

.frontier-top-lead__cta{
  text-align: center;
	margin-top:4px;
}

/* 今すぐ予約するボタン */
.frontier-top-lead__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:min(100%,420px);
  height:64px;
  font-size:clamp(18px,1.6vw,22px);
  font-weight:700;
  letter-spacing:.05em;
  color:#fff;
  text-decoration:none;
  border-radius:999px;
  background:linear-gradient(
    to bottom,
    #ef7e38 0%,
    #e88c56 100%
  );
  text-shadow:
    0 1px 0 rgba(255,255,255,.35),
    0 2px 4px rgba(0,0,0,.15);
  transition:.25s;
}

.frontier-top-lead__btn:hover{
  transform:translateY(-2px);
  box-shadow:
    0 10px 20px rgba(0,0,0,.2),
    inset 0 2px 0 rgba(255,255,255,.3);
}

.frontier-top-lead__btn-arrow{
  font-size: 0.9em;
  line-height: 1;
  margin-left:10px;
}

@media screen and (max-width: 768px){
  .frontier-top-lead{
    padding: 22px 0 0;
  }

  .frontier-top-lead__inner{
    padding: 0 14px;
  }

  .frontier-top-lead__title{
    margin-bottom: 20px;
    padding-bottom: 14px;
  }

  .frontier-top-lead__banner{
    margin-bottom: -12px;
  }

   .frontier-top-lead__btn{
    width:60%;
    height:58px;
    font-size:22px;
  }
}
/* 大阪市のフロンティア整骨院・鍼灸院グループここまで--- */

/* TOP：見出し + Before/After --------------------------*/

.frontier-top-ba{
  width: 100%;
  padding: 18px 16px 10px;
  background: #fff;
}

.frontier-top-ba__title{
  margin: 0 0 12px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 8px;
  white-space: nowrap;
}

/* 文字下の青っぽい線 */
.frontier-top-ba__title::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 92%;
  height: 3px;
  background: #79cfe0;
  border-radius: 999px;
}

.frontier-top-ba__img img{
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 390px){
  .frontier-top-ba__title{
    white-space: normal;
  }
}

@media screen and (min-width: 769px){
  .frontier-top-ba{
    padding: 26px 20px 16px;
  }
  .frontier-top-ba__title{
    font-size: 22px;
    margin-bottom: 16px;
  }
  .frontier-top-ba__title::after{
    height: 4px;
    width: 100%;
  }
}

/* TOP：見出し + Before/Afte -----------------------*/

/* 痛み・ゆがみに直接アプローチ --------------------*/
.frontier-offer{
  padding: 18px 14px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.frontier-offer__inner{
  background: #f8f6e7;
  border-radius: 18px;
  padding: 18px 14px 16px;
}

.frontier-offer__bn{
  width: min(100%, 700px);
  margin: 20px auto;
}

.frontier-offer__bn img{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* CTAボタン */
.frontier-offer__cta{
  margin: 10px 0 16px;
  display: flex;
  justify-content: center;
}

.frontier-offer__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  width: min(420px, 100%);
  padding: 14px 16px;

  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;

  background: linear-gradient(to bottom, #ef7d37, #e88d58);
  box-shadow: 0 6px 0 rgba(0,0,0,.08);
}

.frontier-offer__btn:hover{
  opacity: .9;
}

.frontier-offer__btn-arrow{
  font-size: .95em;
  line-height: 1;
}

/* Point*/

.frontier-offer__points{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.frontier-offer__point{
  position: relative;
  padding-left: 1px;
}

/* バッジ（丸） */
.frontier-offer__badge{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #ec9466, #f4cf81);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* 「Point」小さく */
.frontier-offer__badge::before{
  content: "Point";
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}

/* 数字を大きく */
.frontier-offer__badge span{
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  margin-top: 14px;
}

/* 白ボックス（枠オレンジ） */
.frontier-offer__box{
  background: #fff;
  border: 2px solid #ef7d37;
  border-radius: 999px;

  padding: 12px 16px 12px 78px;
  position: relative;
  z-index: 1;

  /* 高さを均一化 */
  min-height: 68px;
  display: flex;
  align-items: center;
}

.frontier-offer__box p{
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #333;
}

/* 強調（オレンジ） */
.frontier-offer__hl{
  color: #ef7d37;
  font-weight: 800;
}

/* ⑤ 注釈 */
.frontier-offer__notes{
  margin-top: 12px;
  color: #333;
  line-height: 1.6;
}

.frontier-offer__notes p{
  margin: 0 0 4px;
}

.frontier-offer__notes p:last-child{
  margin-bottom: 0;
}

@media screen and (min-width: 769px){

  .frontier-offer{
    padding: 0 20px;
	margin-bottom:15px;
  }

  .frontier-offer__inner{
    max-width: 700px;
    margin: 0 auto;
  }

  .frontier-offer__box p{
    white-space: nowrap;
  }

	.frontier-offer__bn img{
		width:100%;
	}

	.frontier-offer__bn2 img{
		width:80%;
		margin: 0 auto;
        display: block;
	}

}

@media screen and (max-width: 768px){
	.frontier-offer{
    position: relative;
    z-index: 0;
    width: auto;
    margin-left: 0;
    margin-right: 0;
	padding:15px;
  }

  .frontier-offer::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: #f8f6e7;
    z-index: -1;
  }

	.frontier-offer__bn img{
		width:100%;
	}

  .frontier-offer__box p{
    white-space: normal;
  }

	.frontier-offer__inner{
		border-radius:0;
		padding:0;
	}

	.frontier-offer__notes p {
		font-size:13px;
	}

}

@media screen and (max-width: 360px){
  .frontier-offer__point{
    padding-left: 68px;
  }
  .frontier-offer__badge{
    width: 64px;
    height: 64px;
  }
  .frontier-offer__box{
    padding-left: 40px;
    min-height: 64px;
  }
  .frontier-offer__badge::before{
    top: 14px;
    font-size: 11px;
  }
  .frontier-offer__badge span{
    font-size: 28px;
    margin-top: 13px;
  }
}
/* 痛み・ゆがみに直接アプローチここまで ------------*/

/* 交通事故バナー---------------------------------- */
.frontier-jiko-bn{
  padding: 0 14px 18px;
}

.frontier-jiko-bn__link{
  display: block;
  max-width: 560px;
  margin: 0 auto;
}

.frontier-jiko-bn__link img{
  display: block;
  width: 75%;
  height: auto;
  border-radius: 14px;
  margin:0 auto;
}

@media screen and (min-width: 769px){
  .frontier-jiko-bn{
    padding: 0 20px 26px;
  }
  .frontier-jiko-bn__link{
    max-width: 1000px;
  }
}

@media screen and (max-width: 768px){
	.frontier-jiko-bn__link img {
		width:100%;
		margin-top: 20px;
	}
}

/* 交通事故バナーここまで--------------------------- */

/* 初めての方へ------------------------------------- */

.frontier-top-buttons{
  padding: 10px 14px 24px;
}

.frontier-top-buttons__top{
  margin-bottom: 12px;
}

.frontier-top-buttons__top a{
  display: block;
}

.frontier-top-buttons__top img{
  display: block;
  width: 100%;
  height: auto;
}

.frontier-top-buttons__bottom{
  display: flex;
  gap: 12px;
}

.frontier-top-buttons__item{
  flex: 1;
}

.frontier-top-buttons__item a{
  display: block;
}

.frontier-top-buttons__item img{
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px){

  .frontier-top-buttons{
    max-width: 760px;
    margin: 0 auto 40px;
    padding: 10px 20px 40px;
  }

  .frontier-top-buttons__bottom{
    gap: 20px;
  }
}

/* 目次 */
.page-first h2[id]{
	scroll-margin-top:100px;
}

@media (max-width: 768px){
  .page-first h2[id]{
    scroll-margin-top: 90px;
  }
}
/* 初めての方へここまで----------------------------- */

/* ご予約・お問い合わせ----------------------------- */
#contact{
  scroll-margin-top:100px;
}


.frontier-contact{
  padding: 18px 0 26px;
}

.frontier-contact__inner{
  width: min(980px, 100%);
  margin: 0 auto;
}

.frontier-contact__title{
  margin: 0 0 14px;
  padding: 10px 12px 12px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  background: #e8f9f3;
  position: relative;
  color:#50ac93;
}

.frontier-contact__title::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(to right, #9ae0c4, #5fc2a6);
  border-radius: 999px;
}

.frontier-contact__title2{
background: #52aa92;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px 12px;
    margin: 60px 0 10px;
}

/* ② ボタン（画像） */
.frontier-contact__buttons{
  display: flex;
  gap: 12px;
}

.frontier-contact__btn{
  display: block;
  flex: 1;
  border:0;
  background:none;
  padding:0;
  cursor:pointer;
  border: none;
}

.frontier-contact__btn img{
  display: block;
  width: 100%;
  height: auto;
}

/* SP：縦並び */
@media screen and (max-width: 768px){
  .frontier-contact__buttons{
    flex-direction: column;
    gap: 12px;
  }

  .frontier-contact{
		padding:25px 10px;
	}
}

/* PC：少し余白広め */
@media screen and (min-width: 769px){
  .frontier-contact__buttons{
    gap: 18px;
  }
}
/* ご予約・お問い合わせここまで--------------------- */

/* このようなお悩みではありませんか
 * */

.frontier-reason-head{
  padding: 50px 0 30px;
  position: relative;
}

.frontier-reason-head__inner{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  position: relative;
  overflow: hidden; /* 角丸を綺麗に効かせる */
}

/* 帯ボックス */
.frontier-reason-head__inner::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:20px;
  bottom:0;
  background:#f1f3f2;
  border-radius:14px;
  box-shadow: 0 18px 35px rgba(0,0,0,.08);
  z-index:0;
}

/* 下の三角 */
.frontier-reason-head__inner::after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:-20px;
  border-left:24px solid transparent;
  border-right:24px solid transparent;
  border-top:20px solid #f1f3f2;
}

.frontier-reason-head__lead{
  position: relative;
  z-index:1;
  margin:0 0 12px;
  font-weight:700;
  color:#012060;
  letter-spacing:.05em;
  font-size:20px;
}

.frontier-reason-head__title{
  position: relative;
  z-index:1;
  margin:0 0 25px;
  font-weight:900;
  font-size:46px;
  color:#52aa92;
  letter-spacing:.02em;
}

.frontier-reason-head__title span{
  color:#ed9b6f;
  font-size:1.15em;
  margin:0 .1em;
}

/* SP */
@media screen and (max-width:768px){

  .frontier-reason-head{
    padding:35px 0 20px;
  }

  .frontier-reason-head__inner{
    padding:0 15px;
  }

  .frontier-reason-head__title{
    font-size:28px;
    line-height:1.3;
  }

  .frontier-reason-head__lead{
    font-size:15px;
  }
}


/* =========================================
   このようなお悩みではありませんか
========================================= */

.frontier-worries{
  padding: 30px 0 40px;
}

.frontier-worries__inner{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 吹き出し */
.frontier-worries__bubble{
  position: relative;
  background: #e7f9f3;
  padding: 28px 20px 32px;
  border-radius: 10px;
  text-align: center;
  filter: drop-shadow(0 12px 20px rgba(0,0,0,.08));
}

/* 下三角 */
.frontier-worries__bubble::after{
  content:"";
  position:absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 20px solid #e7f9f3;
}

/* タイトル */
.frontier-worries__title{
  margin: 0;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.2;
  font-size: 40px;
  white-space: nowrap;
}

/* 色 */
.frontier-worries .t-blue{
	color:#012060;
	font-size:clamp(14px, 1.3vw, 18px);
	font-weight:700;
}
.frontier-worries .t-green{ color:#52aa92; }
.frontier-worries .t-orange{
  color:#ed9b6f;
  font-size:1.2em;
  margin:0 .08em;
}


/* =========================================
   チェックリスト
========================================= */

.frontier-worries__box{
  margin-top: 40px;
  border: 30px solid #e8f9f3;
  background: #fff;
  padding: 20px 20px 10px;
}

.frontier-worries__list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.frontier-worries__list li{
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 0;
}

.frontier-worries__icon{
  width: 26px;
  display: block;
  margin-top: 4px;
}

.frontier-worries__text{
  padding-bottom: 14px;
  border-bottom: 2px dotted rgba(82,170,146,.6);
  color: #222;
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.7;
  font-weight: 600;
}

.frontier-worries__list li:last-child .frontier-worries__text{
  border-bottom: none;
  padding-bottom: 0;
}


/* =========================================
   SP最適化
========================================= */

@media screen and (max-width:768px){

  .frontier-worries__bubble{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
    padding: 10px 15px 10px;
  }

  .frontier-worries__title{
    font-size: 20px;
    white-space: normal;
  }

  .frontier-worries__inner{
    padding: 0 15px;
  }

  .frontier-worries__box{
    border: 12px solid #e8f9f3;
    padding: 16px 16px 6px;
	margin-top:25px;
  }

	.frontier-worries__list li {
		gap:3px;
	}

}

/* このお悩みではありませんかここまで -------------- */

/* 症状--------------------------------------------- */
.frontier-symptom-links{
  padding: 18px 0 26px;
}

.frontier-symptom-links__inner{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 14px;
}

.frontier-symptom-links__grid{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}

.frontier-symptom-links__grid a{
  display: block;
}

.frontier-symptom-links__grid img{
  display: block;
  width: 100%;
  height: auto;
}

/* PC：3列 */
@media screen and (min-width: 769px){
  .frontier-symptom-links__inner{
    padding: 0 20px;
  }
  .frontier-symptom-links__grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}
/* 症状ここまで------------------------------------- */

/* 根元から改善------------------------------------- */
.frontier-kaizen{
  padding: 20px 0 0;
}

.frontier-kaizen__inner{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 14px;
  text-align: center;
}

/* ▼ 三角 */
.frontier-kaizen__arrow{
  width: 120px;
  height: 60px;
  margin: 0 auto 14px;
  background: linear-gradient(to bottom, #99dfc5, #69c5ac);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

/* 画像 */
.frontier-kaizen__img img{
  display: block;
  width: 70%;
  height: auto;
  margin:30px auto;
}

/* PC調整 */
@media screen and (min-width: 769px){
  .frontier-kaizen__inner{
    padding: 0 20px;
  }

  .frontier-kaizen__arrow{
    width: 180px;
    height: 80px;
    margin-bottom: 18px;
  }

	/* 改善動画 PC */
/* .kaizen-movie{
  width: 70%;
  max-width: 900px;
  margin: 40px auto 20px;
} */

.kaizen-movie__inner{
  position: relative;
  padding-top: 56.25%;
}

.kaizen-movie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}

@media screen and (max-width: 768px){
	.frontier-kaizen__img img {
		width:100%;
	}

	/* 改善動画 SP */
/* .kaizen-movie{
  width: 100%;
  margin: 30px auto 20px;
} */
}

/* =========================
  改善動画
========================= */
.kaizen-movie{
  margin: 30px auto 20px;
}

.kaizen-movie__inner{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.kaizen-movie iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}


@media (min-width: 769px){
  .kaizen-movie{
    width: 70%;
    max-width: 900px;
    margin: 40px auto 20px;
  }
}


@media (max-width: 768px){
  .kaizen-movie{
    width: 95%;
    max-width: none;
  }
}
/* 根元から改善ここまで----------------------------- */

/* 施術紹介----------------------------------------- */
.frontier-sejutsu{
  width:70%;
  margin:0 auto;
  background: #e7f9f3;
  padding: 18px 0 26px;
}

.frontier-sejutsu__inner{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 14px;
}

.frontier-sejutsu__photo img{
  display: block;
  width: 70%;
  height: auto;
  margin:0 auto;
}

.frontier-sejutsu__card{
  background: #fff;
  padding: 14px 14px 16px;
  margin-top: 12px;
}

.frontier-sejutsu__lead{
  margin: 0 0 12px;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.7;
  color: #333;
}

/* 強調（オレンジ / 青） */
.frontier-sejutsu .hl-orange{
  color: #e18437;
  font-weight: 800;
}

.frontier-sejutsu .hl-blue{
  color: #52aa92;
  font-weight: 800;
}

/* もっと見るボタン */
.frontier-sejutsu__toggle{
  width: 40%;
  border: none;
  cursor: pointer;
  border-radius: 999px;
  padding: 12px 14px;
  margin:0 auto;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to bottom, #8fd9c5, #59bfa7);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.frontier-sejutsu__toggle-arrow{
  font-size: 0.95em;
  line-height: 1;
}

/* 展開部分 */
.frontier-sejutsu__more{
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.frontier-sejutsu__more p{
  margin: 0 0 12px;
}

/* チェック */
.frontier-sejutsu__checks{
  list-style: none;
  margin: 10px 0 14px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.frontier-sejutsu__checks li{
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  align-items: start;
  color:#52aa92;
}

.frontier-sejutsu__check-icon{
  width: 20px;
  height: auto;
  display: block;
  margin-top: 2px;
}


@media screen and (min-width: 769px){
  .frontier-sejutsu__inner{ padding: 0 20px; }

  .frontier-sejutsu__more{ font-size: clamp(14px, 1.2vw, 16px); }
}

@media screen and (max-width: 768px){
	.frontier-sejutsu {
		width:100%;
	}

	.frontier-sejutsu__photo img {
		width:100%;
	}

	.frontier-sejutsu__toggle {
		width:100%;
	}
}
/* 施術紹介ここまで--------------------------------- */

/* 通院フロー + おすすめ施術------------------------ */
.frontier-reco{
  padding: 18px 0 26px;
}

.frontier-reco__inner{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 14px;
}

/* ① 画像ブロック */
.frontier-reco__flow img{
  display: block;
  width: 70%;
  height: auto;
  margin:0 auto;
}

/* ② 見出し（既定ルールに寄せた見出し） */
.frontier-reco__title{
  margin: 18px 0 14px;
  padding: 10px 12px 12px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  background: #e8f9f3;
  position: relative;
  color:#50ac93;
}

.frontier-reco__title::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(to right, #9ae0c4, #5fc2a6);
  border-radius: 999px;
}

/* ② 画像2枚：縦並び（PC/SP共通） */
.frontier-reco__bnrs{
  display: grid;
  gap: 14px;
}

.frontier-reco__bnr{
  display: block;
}

.frontier-reco__bnr img{
  display: block;
  width: 70%;
  height: auto;
  margin:0 auto;
}

/* PC微調整 */
@media screen and (min-width: 769px){
  .frontier-reco__inner{
    padding: 0 20px;
  }
  .frontier-reco__bnrs{
    gap: 18px;
  }
}

@media screen and (max-width: 768px){
	.frontier-reco__bnr img{
		width:100%;
	}

	.frontier-reco__flow img {
		width:100%;
	}
}

/* 通院フロー + おすすめ施術ここまで---------------- */

/* 患者様の声ここまで------------------------------- */

/* =========================================
  0) 見出しブロック（「患者様の声」タイトル＋画像）
========================================= */
.frontier-voice{
  padding: 18px 0 26px;
}

.frontier-voice__inner{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 14px;
}

.frontier-voice__title{
  margin: 0 0 14px;
  padding: 10px 12px 12px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  background: #e8f9f3;
  position: relative;
  color:#50ac93;
}

.frontier-voice__title::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(to right, #9ae0c4, #5fc2a6);
  border-radius: 999px;
}

.frontier-voice__img img{
  display: block;
  width: 70%;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 769px){
  .frontier-voice__inner{ padding: 0 20px; }
}
@media (max-width: 768px){
  .frontier-voice__img img{ width: 100%; }
}

.voice-scroll-wrap{
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 16px;
}

.voice-scroll-list{
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
}

.voice-scroll-list > li{
  flex: 0 0 320px;
  width: 320px;
}

.voice_sec .voice-card{
  height: 100%;
}

@media (max-width: 768px){
  .voice-scroll-list{
    gap: 14px;
  }

  .voice-scroll-list > li{
    flex: 0 0 280px;
    width: 280px;
  }
}
/* =========================================
  3) カード（.voice-card）デザイン
========================================= */
.frontier-voice-list__inner .voice-card,
.voice_sec .voice-card{
  background: #fff;
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
  padding: 20px 18px 0px;
  border-radius: 0;
  box-shadow: none;
  border: 2px solid #50ac93;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.frontier-voice-list__inner .voice-card__img,
.voice_sec .voice-card__img{
  width: 100%;
  margin: 0px auto 0;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}

.frontier-voice-list__inner .voice-card__img img,
.voice_sec .voice-card__img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  display: block;
	    border: 1px solid #50ac93;
}

.frontier-voice-list__inner .voice-card__lead,
.voice_sec .voice-card__lead {
    width: 92%;
    margin: 12px auto 0;
    padding: 0 0 12px;
    background: transparent;
    border: none;
    border-bottom: 1px dashed #50ac93;
    box-sizing: border-box;
    color: #50ac93;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    word-break: break-word;
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    max-height: none;
    overflow: visible;
    text-align: center;
    line-height: 1.7;
}
/* 氏名/年代 */
.frontier-voice-list__inner .voice-card__headline,
.voice_sec .voice-card__headline{
  width: 92%;
  margin: 14px auto 12px;
  padding: 0 0 12px;
  background: transparent;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  border: none;
  border-bottom: 1px dashed #50ac93;
}
/* 症状DL */
.frontier-voice-list__inner .voice-card__meta,
.voice_sec .voice-card__meta{
  width: 92%;
  margin: 0 auto 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.frontier-voice-list__inner .voice-card__meta,
.voice_sec .voice-card__meta{
  width: 92%;
  margin: 0 auto 14px;
  padding: 0 0 12px;
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  border-bottom: 1px dashed #50ac93;
}

.frontier-voice-list__inner .voice-card__meta dt,
.frontier-voice-list__inner .voice-card__meta dd,
.voice_sec .voice-card__meta dt,
.voice_sec .voice-card__meta dd{
  background: transparent;
  padding: 0;
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
  border: none;
  box-sizing: border-box;
}

.frontier-voice-list__inner .voice-card__meta dt,
.voice_sec .voice-card__meta dt{
  font-weight: 700;
}

.frontier-voice-list__inner .voice-card__meta dd,
.voice_sec .voice-card__meta dd{
  margin: 0;
}

/* 本文（150文字＋もっと見る） */
.frontier-voice-list__inner .voice-card__text,
.voice_sec .voice-card__text{
  width: 92%;
  margin: 0 auto 18px;
  background: transparent;
  border: none;
  font-size: 15px;
  line-height: 1.95;
  color: #333;
  word-break: break-word;
  box-sizing: border-box;
  flex: 1 1 auto;
  text-align: left;
}

/* もっと見るボタン */
.frontier-voice-list__inner .voice-card__btn,
.voice_sec .voice-card__btn{
  text-align: center;
  margin-top: auto;
  margin-bottom: 20px;
}

.frontier-voice-list__inner .voice-card__toggle,
.voice_sec .voice-card__toggle{
  appearance: none;
  border: none;
  cursor: pointer;
  width: 190px;
  max-width: 100%;
  padding: 12px 16px;
  border-radius: 999px;
  background: #d79a72;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 8px 18px rgba(215,154,114,.30);
}

.frontier-voice-list__inner .voice-card__toggle span,
.voice_sec .voice-card__toggle span{
  display: inline-block;
  margin-left: 6px;
}

/* 患者様の声をもっと見る */
.frontier-voice-list__inner .voice-more-btn,
.voice_sec .voice-more-btn{
  margin-top: 28px;
  text-align: center;
}

.frontier-voice-list__inner .voice-more-btn a,
.voice_sec .voice-more-btn a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(360px, 92%);
  padding: 14px 18px;
  border-radius: 999px;
  background: linear-gradient(#f2d3a8,#e7b373);
  box-shadow: 0 10px 18px rgba(0,0,0,.12);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  gap: 8px;
}

/* 注意書き */
.frontier-voice-list__inner .voice_note,
.voice_sec .voice_note{
  margin: 18px 0 0;
  font-size: 15px;
  color: #222;
  text-align: center;
}

@media (max-width: 768px){
  .frontier-voice-list__inner .voice-card__img,
  .frontier-voice-list__inner .voice-card__lead,
  .frontier-voice-list__inner .voice-card__headline,
  .frontier-voice-list__inner .voice-card__meta,
  .frontier-voice-list__inner .voice-card__text,
  .voice_sec .voice-card__img,
  .voice_sec .voice-card__lead,
  .voice_sec .voice-card__headline,
  .voice_sec .voice-card__meta,
  .voice_sec .voice-card__text{
    width: 100%;
  }

  .frontier-voice-list__inner .voice-card__img img,
  .voice_sec .voice-card__img img{
    height: 100%;
  }

	.frontier-voice-list__inner .voice-card__lead,
	.voice_sec .voice-card__lead {
		font-size:14px;
	}
}


/* =========================================
  4) 矢印（三角）最終版：PC大きめ / SP小さめ＆両端寄せ
========================================= */
.frontier-voice-list__inner .slick-prev,
.frontier-voice-list__inner .slick-next,
.voice_sec .slick-prev,
.voice_sec .slick-next{
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}

.frontier-voice-list__inner .slick-prev:before,
.frontier-voice-list__inner .slick-next:before,
.voice_sec .slick-prev:before,
.voice_sec .slick-next:before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 1;
}

@media (min-width: 769px){
  .frontier-voice-list__inner .slick-prev,
  .frontier-voice-list__inner .slick-next,
  .voice_sec .slick-prev,
  .voice_sec .slick-next{
    width: 72px;
    height: 72px;
  }

  .frontier-voice-list__inner .slick-prev,
  .voice_sec .slick-prev{ left: 14px; }

  .frontier-voice-list__inner .slick-next,
  .voice_sec .slick-next{ right: 14px; }

  .frontier-voice-list__inner .slick-prev:before,
  .voice_sec .slick-prev:before{
    border-width: 18px 26px 18px 0;
    border-color: transparent #d79a72 transparent transparent;
  }

  .frontier-voice-list__inner .slick-next:before,
  .voice_sec .slick-next:before{
    border-width: 18px 0 18px 26px;
    border-color: transparent transparent transparent #d79a72;
  }
}

@media (max-width: 768px){
  .frontier-voice-list__inner .slick-prev,
  .frontier-voice-list__inner .slick-next,
  .voice_sec .slick-prev,
  .voice_sec .slick-next{
    width: 34px;
    height: 34px;
  }

  .frontier-voice-list__inner .slick-prev,
  .voice_sec .slick-prev{ left: 4px; }

  .frontier-voice-list__inner .slick-next,
  .voice_sec .slick-next{ right: -15px; }

  .frontier-voice-list__inner .slick-prev:before,
  .voice_sec .slick-prev:before{
    border-width: 10px 14px 10px 0;
    border-color: transparent #d79a72 transparent transparent;
  }

  .frontier-voice-list__inner .slick-next:before,
  .voice_sec .slick-next:before{
    border-width: 10px 0 10px 14px;
    border-color: transparent transparent transparent #d79a72;
  }
}


/* =========================================
  5) slick内の高さ揃え（カード高さ統一）
========================================= */
.frontier-voice-list__inner .slick-track,
.voice_sec .slick-track{
  display: flex;
  align-items: stretch;
}

.frontier-voice-list__inner .slick-slide,
.voice_sec .slick-slide{
  height: auto;
  display: flex;
}
/* 患者様の声ここまで------------------------------- */

/* 当院の施術--------------------------------------- */
/* =========================
  選ばれる6つの理由（reason6）
========================= */
.reason6 {
  padding: 28px 0 18px;
}

.reason6__inner {
  width: min(1080px, 92%);
  margin: 0 auto 30px;
}

.reason6,
.reason6__inner{
  overflow: visible !important;
}

/* =============================
   2枚吹き出し：上＝白 / 下＝#95ddc2
============================= */
.reason6 .frontier-worries__bubble{
  position: relative;
  background: transparent;
  box-shadow: none;
  margin: 0 auto 48px;
  overflow: visible;
}

/* 背面（#95ddc2の吹き出し本体） */
.reason6 .frontier-worries__bubble::before{
  content: "";
  position: absolute;
  left: 30px;
  right: 10px;
  top: 38px;
  bottom: 22px;
  background: #e6f8f2;
  z-index: 1;
  box-shadow: 0 14px 26px rgba(0, 0, 0, .10);
}

/* 前面（白い吹き出し本体） */
.reason6 .frontier-worries__front{
  position: relative;
  z-index: 3;
  background:#fff;
  padding: 18px 20px 22px;
  text-align:center;
  box-shadow: 0 10px 22px rgba(0,0,0,.12);
}

/* 前面（白三角） */
.reason6 .frontier-worries__front::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -27px;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 31px solid #fff;
    z-index: 4;
    filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.10));
}

/* 背面（緑三角） */
.reason6 .frontier-worries__tail-back {
  position:absolute;
  left:51%;
  transform:translateX(-50%);
  bottom:0px;
  width:0;height:0;
  border-left:18px solid transparent;
  border-right:18px solid transparent;
  border-top:27px solid #e6f8f2;
  z-index: 2;
  filter: drop-shadow(0 8px 8px rgba(0,0,0,.10));
  pointer-events:none;
}

.reason6 .frontier-worries__lead{
  margin: 0 0 8px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.2;
  font-size: 18px;
}

.reason6 .frontier-worries__title{
  margin: 0;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.15;
  font-size: 38px;
  white-space: nowrap;
}

@media (max-width: 767px){
  .reason6 .frontier-worries__front{
    padding: 14px 0 18px !important;
  }

  .reason6 .frontier-worries__bubble::before{
	  left: 12px !important;
      right: -4px !important;
      top: 20px !important;
      bottom: 10px !important;
  }

	.reason6 .frontier-worries__title{
	  font-size: 20px !important;
    white-space: normal !important;
  }

  .reason6 .frontier-worries__tail-back{
    bottom: -8px !important;
    border-left: 18px solid transparent !important;
    border-right: 18px solid transparent !important;
    border-top: 27px solid #e6f8f2 !important;
	bottom:-10px !important;
  }
}

.reason6 .t-blue{
	color:#012060;
	font-size:clamp(14px, 1.2vw, 18px);
	font-weight:700;
}
.reason6 .t-green{ color:#80c1af; }
.reason6 .t-orange{
  color:#ed9b6f;
  font-size: 1.15em;
  margin: 0 .08em;
}

.reason6 .frontier-worries__bubble::after{
  display: none;
}

/* =========================
  グリッド：PCは2列
========================= */
.reason6__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

/* カード */
.reason6__card {
  background: transparent;
}

.reason6__label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: -15px;
}

/* Point丸（枠 #2fb8af） */
.reason6__point {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 90px;
  height: 90px;
  border-radius: 999px;
  border: 3px solid #2fb8af;
  background: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
}

.reason6__point-t {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #2fb8af;
  margin-top: 2px;
}

.reason6__point-n {
  display: block;
  font-size: 38px;
  font-weight: 500;
  color: #2fb8af;
  margin-top: -27px;
}

.reason6__text {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  margin-left: -60px;
  padding: 10px 5px 10px 53px;
  background: #2fb8af;
  color: #fff;
  border-radius: 30px;
  font-weight: 700;
  line-height: 1.45;
  box-sizing: border-box;
  min-height: 52px;
  display: flex;
  align-items: center;
}

.reason6__img {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}

.reason6__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
  SP：1列
========================= */
@media (max-width: 767px) {
  .reason6 {
    padding: 22px 0 10px;
  }

  .reason6__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .reason6 .frontier-worries__bubble{
    padding: 15px 3px 18px;
  }

  .reason6 .frontier-worries__bubble::before{
    left:-8px;
    right:-8px;
    top:12px;
    bottom:-15px;
  }

  .reason6 .frontier-worries__bubble::after{
    bottom:-13px;
    border-left:14px solid transparent;
    border-right:14px solid transparent;
    border-top:13px solid #fff;
  }

  .reason6 .frontier-worries__lead{
    font-size: 13px;
  }

  .reason6 .frontier-worries__title{
    font-size: 26px;
    white-space: normal;
  }

  .reason6__point {
    width: 75px;
    height: 75px;
  }

  .reason6__point-t{
    font-size: 14px;
  }

  .reason6__point-n {
    font-size: 31px;
    margin-top: -18px;
  }

  .reason6__text {
    font-size: 13px;
    margin-left: -50px;
    padding: 10px 12px 10px 46px;
    min-height: 46px;
  }
}

/* =========================
  Point7以降：開閉
========================= */
.reason6__more {
  margin-top: 10px;
}

.reason6__more-btn {
  width: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  margin:0 auto;
  border-radius: 999px;
  background: linear-gradient(180deg, #aee3d5 0%, #6fcbb7 55%, #36b7aa 100%);
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .02em;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
}

.reason6__more-btn:focus-visible {
  outline: 3px solid rgba(1, 32, 96, 0.35);
  outline-offset: 2px;
}

.reason6__more-arrow {
  display: inline-block;
  transform: translateY(1px);
  transition: transform .25s ease;
}

.reason6__more-btn[aria-expanded="true"] .reason6__more-arrow {
  transform: rotate(180deg) translateY(-1px);
}

.reason6__more-area {
  width: min(1080px, 92%);
  margin: 14px auto;

}

.reason6__grid--more {
  margin-top: 2px;
}

@media (max-width: 768px) {
  .reason6__more-btn {
    width:90%;
  }
}
/* 当院の施術ここまで------------------------------- */

/* 各院アクセス------------------------------------- */
.frontier-access{
  padding: 18px 0 28px;
}

.frontier-access__inner{
  width: min(980px, 100%);
  margin: 0 auto;
}

.frontier-access__box{
  position: relative;
  background: #fff;
  border: 3px solid #49be9f;
  border-radius: 14px;
  padding: 0;
  margin: 35px auto;
  overflow: visible;
  width: 85%;
}

@media (max-width: 768px){
  .frontier-access__box{
    width: 100%;
  }
}

/* 市区町村名 */
.frontier-access__area{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  padding: 13px 30px;
  border-radius: 999px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  background: linear-gradient(180deg,#7fe0cb 0%,#4dbfa4 55%,#2da690 100%);
  box-shadow: 0 6px 14px rgba(0,0,0,.12);
  white-space: nowrap;
}

/* 院名帯 */
.frontier-access__clinic{
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 29px 12px 20px;
  text-align: center;
  background: #f7f6e7;
  color: #3aa793;
  font-weight: 600;
  border-radius: 14px 14px 0 0;
  box-sizing: border-box;
}

/* 中身 */
.frontier-access__content{
  padding: 12px;
}

@media (min-width: 769px){
  .frontier-access__content{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 18px;
  }

  .frontier-access__photo{
    flex: 0 0 48%;
    margin: 0;
  }

  .frontier-access__info-wrap{
    flex: 1 1 48%;
    margin: 0;
    padding: 1px;
  }

  .frontier-access__hours-wrap,
  .frontier-access__map,
  .frontier-access__cta{
    flex: 0 0 100%;
  }
}

@media (max-width: 768px){
  .frontier-access__info-wrap{
    padding: 1px;
  }
}

.frontier-access__photo{
  margin: 10px 0 12px;
  border-radius: 10px;
  overflow: hidden;
}

.frontier-access__photo img{
  width: 100%;
  height: auto;
  display: block;
}

/* =========================================
   住所・アクセス・駐車場（院情報テーブル）
========================================= */
.frontier-access__info{
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 18px;
  font-size: 15px;
}

.frontier-access__info th,
.frontier-access__info td{
  background: #fff;
  border: 2px solid #95ddc2;
  padding: 10px 10px;
  vertical-align: middle;
}

.frontier-access__info th{
  width: 92px;
  text-align: center;
  font-weight: 900;
  color: #2b8f7d;
}

/* =========================================
   受付時間ブロック
========================================= */
.frontier-access__hours-wrap{
  margin-top: 12px;
}

.frontier-access__hours-box{
  border: 2px solid #75c4a6;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.frontier-access__hours{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0;
  font-size: clamp(13px, 1.2vw, 15px);
}

.frontier-access__hours th,
.frontier-access__hours td{
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
  padding: clamp(6px, 1.6vw, 12px) clamp(3px, 1.0vw, 6px);
  color: #373737;
}

.frontier-access__hours thead th:first-child,
.frontier-access__hours tbody th.frontier-access__hours-time{
  width: 22%;
}

.frontier-access__hours thead th:last-child,
.frontier-access__hours tbody td:last-child{
  width: 14%;
}

/* 月〜土 */
.frontier-access__hours thead th:not(:first-child):not(:last-child){
  width: calc((100% - 22% - 14%) / 6);
}
.frontier-access__hours tbody td:not(:last-child){
  width: calc((100% - 22% - 14%) / 6);
}

.frontier-access__hours thead th{
  background: #95ddc2;
  color: #373737;
  border-right: 2px solid #75c4a6;
  border-bottom: 2px solid #75c4a6;
  letter-spacing: 0;
}

/* 日・祝 */
.frontier-access__hours thead th:last-child{
  border-right: none;
}
.frontier-access__hours tbody td:last-child{
  border-right: none;
}

/* 時間帯 */
.frontier-access__hours-time{
  background: #95ddc2;
  color: #2b8f7d;
  text-align: left;
  padding-left: clamp(8px, 2.2vw, 14px);
  border-right: 2px solid #75c4a6;
  border-top: 2px solid #75c4a6;
}

.frontier-access__hours tbody tr:last-child th.frontier-access__hours-time{
  border-top: none;
}

.frontier-access__hours-time{
  border-bottom: none !important;
}

.frontier-access__hours tbody tr:first-child .frontier-access__hours-time{
  border-bottom: 2px solid #75c4a6;
  padding-bottom: 6px;
}

.frontier-access__hours tbody tr{
  border-bottom: none !important;
}

.frontier-access__hours tbody tr{
  border-bottom: none !important;
}

.frontier-access__hours tbody tr:first-child th{
  border-bottom: 2px solid #75c4a6 !important;
}

/* 下線非表示 */
.frontier-access__hours tbody tr:last-child td,
.frontier-access__hours tbody tr:last-child th.frontier-access__hours-time{
  border-bottom: none;
}

/* ○ × / セル */
.frontier-access__hours tbody td{
  background: #fff;
  border: 2px solid #75c4a6;
}

/* 1行目の上線（念のため） */
.frontier-access__hours tbody tr:first-child td{
  border-top: 2px solid #75c4a6;
}

/* 注釈 */
.frontier-access__note{
  font-weight: 700;
  color: #f28c28;
  margin: 6px 4px 0;
}

/* Web予約ボタン */
.web-reservation {
	margin:-7px auto 10px;
}

.web-reservation img {
	width:75%;
	margin: 0 auto;
    display: block;
}

/* 各院Web予約ボタン */
.web-reservation-bnr {
	margin:-10px auto 30px;
}

@media (max-width: 767px){
  .frontier-access__hours thead th:first-child,
  .frontier-access__hours tbody th.frontier-access__hours-time{
    width: 28%;
  }

  .frontier-access__hours thead th:last-child,
  .frontier-access__hours tbody td:last-child{
    width: 16%;
  }

  .frontier-access__hours thead th:not(:first-child):not(:last-child),
  .frontier-access__hours tbody td:not(:last-child){
    width: calc((100% - 28% - 16%) / 6);
  }

	.frontier-access__info th {
	  font-size:13px;
	}

/* 注釈 */
.frontier-access__note{
	font-size: 12.5px;
	}

	.frontier-access__info{
		font-size: 13px;
	}

/* 	Web予約ボタン */
	.web-reservation img{
		width:100%;
	}

}

/* =========================================
   Googleマップ
========================================= */
.frontier-access__map{
  margin: 12px 0 14px;
  overflow: hidden;
}

.frontier-access__map iframe{
	width: 100%;
	height: 380px !important;
	border: 0;
	display: block;
}

@media screen and (max-width: 786px){
	.frontier-access__map iframe {
		height: 200px !important;
	}
}

/* =========================================
   CTA
========================================= */
.frontier-access__cta {
	width: 75%;
    margin: 0 auto;
}
.frontier-access__cta-yasuda {
    width: 100%;
    margin: 0 auto;
}

.frontier-access__cta-title{
  background: #52aa92;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 10px 12px;
  margin: 0 0 10px;
}

.frontier-access__cta-btns{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.frontier-access__cta-btn{
  display: block;
}

.frontier-access__cta-btn img{
  width: 100%;
  height: auto;
  display: block;
}

.frontier-access__cta-btns--single{
  grid-template-columns: 1fr;
}

.frontier-access__cta-btns--single .frontier-access__cta-btn{
	max-width: 300px;
	margin: 0 auto;
}

/* ふくやま院 */
.frontier-access-reserve-group .web-reservation-bnr {
    margin: -15px auto 0;
    width: 75%;
}

.frontier-access-reserve-group .frontier-access__cta {
	width:100%;
	margin-bottom:20px;
}

@media screen and (min-width: 769px){

  .frontier-access__cta-btns{
    width: 75%;
    margin: 10px auto;
	gap:20px;
  }

}


@media screen and (max-width: 786px){
	.frontier-access__cta {
		width:100%;
	}

	.frontier-access__cta-yasuda {
		width:100%;
	}

  .frontier-access__cta-btns--single .frontier-access__cta-btn{
	width:65%;
	margin: 0 auto;
  }

	.frontier-access-reserve-group .web-reservation-bnr {
    margin: -15px auto 15px;
    width: 100%;
	}

	.frontier-access-reserve-group .frontier-access__cta {
    margin-bottom: 0;
}
}

@media (max-width: 360px){
  .frontier-access__cta-btns{ gap: 8px; }
}

/* 各院アクセスここまで------------------------------ */

/* フッター --------------------------------------- */
.page_under_contents_sec {
	display:none;
}

.frontier-footer{
  background: #52aa92;
  color: #fff;
	padding: 26px 20px 90px;
}

.frontier-footer__inner{
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.frontier-footer__nav{
  margin-bottom: 18px;
}

.frontier-footer__menu{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
}

.frontier-footer__menu li{
  display: inline-flex;
  align-items: center;
}

.frontier-footer__menu li:not(:last-child)::after{
  content: "|";
  display: inline-block;
  margin: 0 14px;
  color: rgba(255,255,255,.7);
  font-size: 13px;
  line-height: 1;
}

.frontier-footer__menu a{
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  transition: opacity .25s ease;
}

.frontier-footer__menu a:hover{
  opacity: 0.75;
}

.frontier-footer__copy{
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,.95);
}

@media screen and (max-width: 768px){
	.frontier-footer{
	  padding: 22px 14px 135px;
	  text-align: left;
	}

  .frontier-footer__inner{
    text-align: left;
  }

  .frontier-footer__menu{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 22px;
    align-items: start;
  }

  .frontier-footer__menu li{
    display: block;
  }

  .frontier-footer__menu li::after{
    display: none !important;
  }

  .frontier-footer__menu a{
    display: inline-block;
    font-size: 13px;
    line-height: 1.5;
  }

  .frontier-footer__copy{
    margin-top: 18px;
    font-size: 12px;
    text-align: left;
  }
}
/* フッターここまで-------------------------------- */

/* フローティングボタン---------------------------- */
.frontier-floatimg{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: grid;
  grid-template-columns: 3.9fr 3.9fr 1.2fr;
  width: 100%;
  line-height: 0;
}

.frontier-floatimg__btn{
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  border-radius: 0;
  overflow: hidden;
}

/* lineアイコン */
.frontier-floatimg__btn img{
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.frontier-floatimg__btn--line img{
  width: 100%;
  margin: 0 auto;
}

.frontier-floatimg__btn--line{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}

.frontier-floatimg__btn--line img{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* スクロール中半透明 */
/* .frontier-floatimg.is-scrolling{
  opacity: 0.5;
  transition: opacity 0.3s ease;
} */

@supports (padding: max(0px)){
  .frontier-floatimg{
    padding-bottom: env(safe-area-inset-bottom);
  }
}

@media (max-width: 374px){
  .frontier-floatimg{
    grid-template-columns: 5.2fr 5.2fr 1.3fr;
  }
}

@media (min-width: 769px){
  .frontier-floatimg{
    display: none !important;
  }
}
/* フローティングボタンここまで-------------------- */

/* モーダル　ボタンクリック後に出現する各院ボタン */
.frontier-floatmodal{
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
}

.frontier-floatmodal.is-open{
  display: block;
}

.frontier-floatmodal__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.frontier-floatmodal__panel{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 420px);
  max-height: 78vh;
  overflow-y: auto;
  border-radius: 16px;
  padding: 50px 14px 18px;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.frontier-floatmodal__close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: #f2f2f2;
  color: #333;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.frontier-floatmodal__group{
  display: none;
  width: 100%;
}

.frontier-floatmodal__group.is-active{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.frontier-floatmodal__btn{
  display: block;
  width: 100%;
  line-height: 0;
  text-decoration: none;
}

.frontier-floatmodal__btn img{
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.frontier-floatmodal__panel::-webkit-scrollbar{
  width: 8px;
}

.frontier-floatmodal__panel::-webkit-scrollbar-thumb{
  background: rgba(0, 0, 0, 0.18);
  border-radius: 999px;
}

.frontier-floatmodal__panel::-webkit-scrollbar-track{
  background: transparent;
}

@media (max-width: 768px){
  .frontier-floatmodal__panel{
    width: min(92vw, 430px);
    max-height: 80vh;
    padding: 48px 10px 14px;
    border-radius: 14px;
  }

  .frontier-floatmodal__group.is-active{
    gap: 8px;
  }

  .frontier-floatmodal__close{
    top: 8px;
    right: 8px;
    width: 34px;
    height: 34px;
    font-size: 22px;
  }
}
/* モーダル　ボタンクリック後に出現する各院ボタン */


/* 最新情報ここから-------------------------------- */
.news_content_sec{
  padding-top: 30px;
}

.archive .news-archive__title{
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: var(--light_blue);
  margin: 10px 0 22px;
}

.archive .tab_list{
  justify-content: center;
  gap: 12px;
  margin-bottom: 34px;
}

.archive .tab_list li{
  width: auto;
  margin: 0;
}

.archive .tab_list a{
  padding: 14px 22px;
  border-radius: 8px;
  background: #eaf6f1;
  color: var(--light_blue);
  font-weight: 600;
  text-shadow: none;
  border: 1px solid rgba(44,174,106,.25);
}

.archive .tab_list .archive_tab.all a{
  background: var(--light_blue);
  color: #fff;
}


.archive .tab_all_contents_box{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}


.archive .tab_all_contents_box article{
  border-bottom: none !important;
  margin-bottom: 0 !important;
  display: block !important;
}

.news-card__img{
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 10px;
}

.news-card__cat{
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  background: #eaf6f1;
  color: var(--light_blue);
  margin-top: 10px;
}

.news-card__date{
  display: block;
  font-size: 13px;
  color: #666;
  margin: 6px 0;
}

.news-card__title{
  font-size: 18px;
  font-weight: 600;
  color: var(--light_blue);
  margin-bottom: 8px;
}

.news-card__excerpt{
  font-size: 14px;
  line-height: 1.7;
}

.news-card__thumb {
	border: 1px solid #ddd;
	border-radius:10px;
}

@media screen and (max-width: 960px){
  .archive .tab_all_contents_box{
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }
}

@media screen and (max-width: 768px){
	.archive .tab_list a {
		padding:7px 22px;
	}

}

@media screen and (max-width: 480px){
  .archive .tab_all_contents_box{
    grid-template-columns: 1fr;
  }
}


.archive .news-archive__title{
  color: #52aa92;
}
.archive .news-archive__title::before,
.archive .news-archive__title::after{
  background: #52aa92;
}

.archive .tab_list a{
  background: #e7f9f3;
  color: #52aa92;
  border: 1px solid #52aa92;
}

.archive .tab_list .archive_tab.all a{
  background: #52aa92;
  color: #fff;
  border-color: #52aa92;
}

/* カテゴリラベル*/
.news-card__cat{
  background: #e7f9f3;
  color: #52aa92;
}

.news-card__title{
  color: #52aa92;
}

.archive .tab_list .archive_tab.is-active a{
  background: #52aa92;
  color: #fff;
  font-size:15px;
  border-color: #52aa92;
}

.archive .tab_list .archive_tab.all a{
  background: #e7f9f3 !important;
  color: #52aa92 !important;
  border-color: #52aa92 !important;
}

.archive .tab_list .archive_tab.is-active a{
  background: #52aa92 !important;
  color: #fff !important;
  border-color: #52aa92 !important;
}

.page-numbers.current{
  background: #52aa92;
  border-color: #52aa92;
}

a.page-numbers{
  border-color: #52aa92;
  color: #52aa92;
}

a.page-numbers:hover{
  background: #52aa92;
  color: #fff;
}

@media screen and (max-width: 480px){
  .archive .tab_all_contents_box{
    padding: 0 10px;
  }
}

/* 詳細ページ */
.single_news_content_sec{
  padding-left: 10px;
  padding-right:10px;
}

.single-news__title{
  margin: 0 0 20px;
	font-size: 40px;
	line-height: 1.4;
  font-weight: 700;
  color: #49c0b9;
}

@media screen and (max-width: 768px){
  .single-news__title{
    font-size: 28px;
    margin-bottom: 16px;
  }
}
/* 最新情報ここまで-------------------------------- */

/* 初めての方へ------------------------------------ */
.page-first{
  color: var(--frontier-text);
}

.frontier-first-h1{
  text-align: center;
  font-weight: 700;
  font-size: clamp(22px, 2vw, 30px);
  color: #555;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 30px;
}

.frontier-first-h1::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 36px;
  height: 3px;
  background: #2fb8af;
  border-radius: 2px;
}

.page-first .underline_gray_title{
  border-top: 6px solid var(--frontier-main);
  border-bottom: 1px solid var(--frontier-main);
}

.page-first .first_flow_sec .underline_gray_title{
  border-top: 6px solid var(--frontier-main);
}

.page-first .first_flow_list li .text h3:before{
  background-color: var(--frontier-main);
}


.page-first .light_blue_text{
  color: var(--frontier-main);
}

.page-first .features_list li .text h3:before{
  background-color: var(--frontier-main);
}

.page-first .motto_blue_btn{
  background-color: var(--frontier-main);
}

.page-first .motto_orange_btn{
  background-color: var(--frontier-accent);
}

.page-first #mokuji-content li::before{
  color: var(--frontier-main);
}

.page-first .frontier-first-breadcrumb{
  padding: 8px 0 6px;
}

/* パンくず */
.page-first ol.pankuzu{
  padding: 6px 0 0;
  font-size: 13px;
  gap: 6px;
}
.page-first ol.pankuzu li{
  display: inline-flex;
  align-items: center;
}
.page-first ol.pankuzu li + li::before{
  content: ">";
  display: inline-block;
  margin: 0 6px;
  color: #666;
}
.page-first ol.pankuzu a{
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ===== メインビジュアル（KV） ===== */
.page-first .frontier-first-kv{
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 18px;
}

.page-first .frontier-first-kv__img img{
  display: block;
  width: 100%;
  height: auto;
}


.page-first .frontier-first-kv__overlay{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px 14px;
}

.page-first .frontier-first-kv__overlay-inner{
  width: min(560px, 92%);
  background: rgba(90, 90, 90, 0.72);
  color: #fff;
  text-align: center;
  padding: 22px 18px;
}

.page-first .frontier-first-kv__lead{
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}

.page-first .frontier-first-kv__sub{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.7;
}

@media (min-width: 769px){
  .page-first .frontier-first-kv__overlay-inner{
    padding: 28px 24px;
  }
  .page-first .frontier-first-kv__lead{
    font-size: 22px;
  }
  .page-first .frontier-first-kv__sub{
    font-size: 15px;
  }
}

/* ===== h1 ===== */
.page-first .frontier-first-h1{
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin: 10px auto 18px;
  color: #333;
}

@media (min-width: 769px){
  .page-first .frontier-first-h1{
    font-size: 26px;
    margin: 14px auto 22px;
  }
}

/* ===== 初回施術の流れ ===== */

.page-first .first_flow_sec{
  background: none;
  padding: 10px 10px 0;
}

.page-first .frontier-first-sec-title{
  margin: 0 0 22px;
  text-align: center;
  font-weight: 800;
  color: var(--frontier-text-strong);
  font-size: 22px;
  line-height: 1.3;
}
.page-first .frontier-first-sec-sub{
  display:block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--frontier-text);
}

/* ===== 全体 ===== */
.page-first .first-flow{
  list-style:none;
  margin: 0 auto;
  padding: 0;
  width: min(1040px, 100%);
}

.page-first .first-flow__item{
  position: relative;
  display: grid;
  grid-template-columns: 110px 1fr 360px;
  column-gap: 34px;
  align-items: start;
  padding: 12px 0 50px !important;
}

/* 縦ライン */
.page-first .first-flow__item::before{
  content:"";
  position:absolute;
  left: 55px;
  top: 86px;
  bottom: -12px;
  width: 4px;
  background: var(--frontier-base);
  border-radius: 999px;
}
.page-first .first-flow__item:last-child::before{
  display:none;
}

.page-first .first-flow__no{
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background: var(--frontier-base);
  color: var(--frontier-main);
  font-weight: 900;
  font-size: 34px;
  display: grid;
  place-items:center;
  margin: 0 auto;
  line-height: 1;
}


.page-first .first-flow__body{
  padding-top: 6px;
}

/* h3見出し */
.page-first .first-flow-head{
  margin: 0 0 10px;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.35;
  color: var(--frontier-main);
}

.page-first .first-flow__text{
  margin: 0;
  color: var(--frontier-text);
  font-size: 14.5px;
  line-height: 2.0;
}

.page-first .first-flow__img{
  margin: 0;
}
.page-first .first-flow__img img{
  display:block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
}

@media (max-width: 768px){
  .page-first .first-flow__item{
    grid-template-columns: 72px 1fr;
    column-gap: 5px;
    row-gap: 10px;
    padding: 10px 0 22px;
  }

  .page-first .first-flow__item::before{
    left: 28px;
    top: 65px;
    bottom: -15px;
  }

  .page-first .first-flow__no{
    width: 60px;
    height: 60px;
    font-size: 26px;
    margin: 0;
    margin-left: 0;
    grid-column: 1;
    grid-row: 1;
  }

  .page-first .first-flow__img{
    grid-column: 2;
    grid-row: 1;
    margin: 0;
  }

  .page-first .first-flow__img img{
    height: 165px;
    border-radius: 6px;
  }

  .page-first .first-flow__body{
    grid-column: 2;
    grid-row: 2;
    padding-top: 0;
  }

  .page-first .first-flow-head{
    font-size: 18px;
    margin: 8px 0 8px;
  }

  .page-first .first-flow__text{
    font-size: 14px;
    line-height: 1.95;
  }
}

/* =========================
  よくある質問
========================= */
.page-first .frontier-qa .frontier-contact__title{
  background: #fff;
}

.frontier-qa{
  background: var(--frontier-base);
  padding: 60px 20px;
}

.frontier-qa__wrap{
  max-width: 1000px;
  width:100%;
  margin: 0 auto;
}

.frontier-qa__item{
  margin-bottom: 18px;
}

.frontier-qa__question{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: 16px;
  padding: 22px 24px;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  text-align: left;
}

.frontier-qa__q{
  font-size: 28px;
  font-weight: bold;
  color: var(--frontier-main);
}

.frontier-qa__title{
  flex: 1;
  font-size: clamp(14px, 1.2vw, 16px);
  color: var(--frontier-text);
}

.frontier-qa__icon{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--frontier-main);
  position: relative;
}

.frontier-qa__icon::before,
.frontier-qa__icon::after{
  content: "";
  position: absolute;
  background: #fff;
}

.frontier-qa__icon::before{
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.frontier-qa__icon::after{
  width: 2px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/* 開いた状態 */

.frontier-qa__item.active .frontier-qa__icon{
  background: var(--frontier-base);
}

.frontier-qa__item.active .frontier-qa__icon::before{
  background: var(--frontier-main);
}

.frontier-qa__item.active .frontier-qa__icon::after{
  display: none;
}

/* 回答 */

.frontier-qa__answer{
  display: none;
  background: #fff;
  margin-top: 10px;
	padding:15px;
  border-radius: 14px;
  line-height: 1.9;
  font-size: clamp(14px, 1.2vw, 16px);
  color: var(--frontier-text);
  text-align:justify;
}

/* 赤文字 */

.qa-accent{
  color: var(--frontier-accent);
  font-weight: bold;
}


@media (max-width: 768px){
	.frontier-qa {
    padding: 60px 10px;
  }

	.frontier-qa__question {
		gap:10px;
	}

	.frontier-qa__answer{
  padding: 15px;
  }
}

/* ==============
  患者様の声
================ */
.page-first .voice_sec {
    background: #f7f6e7;
    padding: 30px 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 0;
}

/* ======================================
  6つの理由（reason6）はじめての方へ
========================================= */
body:not(.home):not(.front-page) .reason6{
  background: #e7f9f3;
  padding: 60px 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

body:not(.home):not(.front-page) .reason6__inner{
  width: min(1000px, 100%);
  margin: 0 auto 20px;
}

body:not(.home):not(.front-page) .reason6__grid{
  grid-template-columns: 1fr !important;
}

body:not(.home):not(.front-page) .reason6__content{
  display: flex;
  gap: 0;
  align-items: stretch;
  margin-top: -25px !important;
}

body:not(.home):not(.front-page) .reason6__img{
  flex: 0 0 38%;
  display: flex;
}

body:not(.home):not(.front-page) .reason6__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

body:not(.home):not(.front-page) .reason6__desc{
  flex: 1;
  background: #fff;
  padding: 16px 18px;
  box-shadow: 0 6px 16px rgba(0,0,0,.08);
  color: #222;
  line-height: 1.9;
  font-size: clamp(14px, 1.2vw, 16px);
}

body:not(.home):not(.front-page) .reason6{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media (max-width: 768px){
	body:not(.home):not(.front-page) .reason6__inner {
		  width: min(1080px, 100%);
	}

  body:not(.home):not(.front-page) .reason6__content{
    display: block;
  }

  body:not(.home):not(.front-page) .reason6__img{
    width: 100%;
    margin-bottom: 12px;
  }
}

/* .page-first .reason6{
  background: #e7f9f3;
  padding: 60px 0;
}

.page-first .reason6__inner{
  width: min(1080px, 92%);
  margin: 0 auto 20px;
}

.page-first .reason6__grid{
  grid-template-columns: 1fr !important;
}

.page-first .reason6__content{
  display: flex;
  gap: 0;
  align-items:stretch;
  margin-top: -25px !important;
}

.page-first .reason6__img{
  flex: 0 0 38%;
  display:flex;
}

.page-first .reason6__img img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:12px;
}

.page-first .reason6__desc{
  flex: 1;
  background: #fff;
  padding: 16px 18px;
  box-shadow: 0 6px 16px rgba(0,0,0,.08);
  color: var(--frontier-text);
  line-height: 1.9;
  font-size: clamp(14px, 1.2vw, 16px);
}

@media (max-width: 768px){
  .page-first .reason6__content{
    display: block;
  }
  .page-first .reason6__img{
    width: 100%;
    margin-bottom: 12px;
  }

	.frontier-worries__lead {
		font-size:13px;
		font-weight:700;
	}
} */



/* ===============================
  当グループの施術に対する考え方
================================== */
.page-first .frontier-thought .frontier-voice__title{
  background:#fff;
  padding:12px 0;
  box-shadow:0 6px 16px rgba(0,0,0,.08);
}

.page-first .frontier-thought__bg{
  background: #f7f6e7;
  padding: 50px 20px 60px;
}

.page-first .frontier-thought__box{
  background: #fff;
  border-radius: 14px;
  padding: 22px 18px;
  line-height: 2;
  color: var(--frontier-text);
  text-align:justify;
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
}

.page-first .frontier-thought__box p{
    margin: 0 0 14px;
    font-size: clamp(14px, 1.2vw, 16px);
}

.page-first .frontier-thought__box p:last-child{
  margin-bottom: 0;
}

.page-first .frontier-thought__accent{
  color: var(--frontier-accent);
  font-weight: 700;
}

.page-first .frontier-thought__navy{
  color: var(--frontier-text-strong);
  font-weight:600;
}

.page-first .frontier-thought__quote{
  padding: 12px 14px;
  background: #f2f2f2;
}


@media (max-width: 768px){
	.page-first .frontier-thought__bg{
		padding: 50px 10px 60px;
	}
}
/* 初めての方へここまで---------------------------- */





/* 料金--------------------------- */

.price_area{
	font-size:15px;
}
.price_text{
	width:70%;
    margin: 20px auto 60px;
}

.price_area table{
	width: 75%;
margin: 40px auto 0;
}
.price_area table,
.price_area td,
.price_area th {
	border: 1px solid #595959;
	border-collapse: collapse;
	vertical-align: middle;
}

.price_area td,
.price_area th {
padding: 10px;
    width: 70px;
    height: 25px;
    font-size: 16px;
    text-align: center;
}

.price_area th {
	background: #f0e6cc;
}

.price_area .even {
	background: #fbf8f0;
}
.price_area td:first-child {
	background: #f2d3a8;
	    font-weight: bold;
}
.price_btn {
	margin-top: 20px;
}
.price_btn a{
width: 57%;
    border: none;
    cursor: pointer;
    border-radius: 999px;
    padding: 12px 5px;
    margin: 0 auto;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(to bottom, #8fd9c5, #59bfa7);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.price_btn a::after{
    content: "▶";
    font-size: 12px;
}
.price_note{
	font-size: 14px;
	    width: 75%;
    margin: 0 auto;
}
.price_table{
	border-collapse: collapse;
}

.price_table th,
.price_table td{
	border:1px solid #595959;
	padding:8px 10px;
	text-align:center;
}
.price_table tr:first-child th{
	background:#f2d3a8;
}
.price_table th:first-child{
	background:#f2d3a8;
}
.jibaiseki-bn {
        padding: 20px 20px 0px;
    }

@media (max-width: 768px){
	.price__inner{
		padding: 0 14px;
	}
	.frontier-contact__title2 {
    margin: 40px 0 10px;
		padding: 10px 2px;
}
	.price_text {
    width: 100%;
    margin: 10px auto 30px;
}
	.price_area table {
    width: 100%;
    margin: 20px auto 0;
}
	.price_btn a {
		width: 92%;
	}
	.price_btn_w a{
		width: 100%;
	}
	.price_btn {
    margin-top: 14px;
}
	.price_area td:first-child {
width: 55px;
}
	.price_table_w  td:first-child {
width: 67px;
}
	.price_table_w2  td:first-child {
width: 100px;
}
	.price_note {
    width: 100%;
}
	.jibaiseki-bn {
    padding: 0;
}
	.price_table th:first-child {
    width: 30px;
}
	.price_area td, .price_area th {
		padding: 10px 3px;
	}
}
/* 料金ここまで--------------------------- */

/* アクセス固定ページ--------------------- */
.frontier-access-page__title {
  text-align: center;
  font-weight: 700;
  font-size: clamp(22px, 2vw, 30px);
  color: #555;
  position: relative;
  padding-bottom: 16px;
  margin: 0 0 24px;
  line-height: 1.4;
}

.frontier-access-page__title::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  background: #7fe0cb;
  margin: 10px auto 0;
  border-radius: 999px;
}

/* =========================================
   access固定ページ：4つの遷移ボタン
========================================= */
.frontier-access-page__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: 85%;
  margin: 0 auto 28px;
}

.frontier-access-page__nav-btn {
  width: 100%;
  border: none;
  cursor: pointer;
  border-radius: 999px;
  padding: 12px 14px;
  margin: 0 auto;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to bottom, #ec9466, #f4b577);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1.2;
  box-shadow: 0 4px 10px rgba(0,0,0,.12);
}

.frontier-access-page__nav-btn span {
  font-size: 11px;
  line-height: 1;
}

.frontier-access-page__nav-btn:hover {
  opacity: 0.9;
}

.frontier-access-page-detail{
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.page-id-661 .frontier-access__cta{
  display:flex;
  justify-content:center;
}

@media (min-width:769px){

.page-id-661 .frontier-access__content{
  align-items:flex-start;
  justify-content: center;
}

.page-id-661 .frontier-access__photo{
  flex:0 0 40%;
  margin-top:0;
}

.page-id-661 .frontier-access__photo img{
  width:100%;
}

.page-id-661 .frontier-access__info-wrap{
  flex:0 0 55%;
}

}

@media (max-width: 768px) {
  .frontier-access-page__nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    width: 100%;
    margin: 0 auto 22px;
  }

  .frontier-access-page__nav-btn {
    padding: 15px 10px;
    font-size: 13px;
  }
	.frontier-access-page-detail{
    width:100%;
  }
}



/* =========================================
   店舗詳細を見るボタン
========================================= */
.frontier-access-page__emerald-btn {
  max-width:400px;
  width: 100%;
  border: none;
  cursor: pointer;
  border-radius: 999px;
  padding: 12px 14px;
  margin: 0 auto 7px;
  font-size:15px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to bottom, #8fd9c5, #59bfa7);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1.2;
  box-shadow: 0 4px 10px rgba(0,0,0,.12);
}


/* =========================================
   CTAボタン
========================================= */
.frontier-access__cta-btns--coded{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  margin: 40px auto 0;
}

.frontier-cta-card{
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px !important;
  min-height: 120px;
  padding: 26px 18px 16px;
  border-radius: 18px;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  box-shadow: 0 6px 16px rgba(0,0,0,.14);
  overflow: visible;
  transition: transform .2s ease, opacity .2s ease;
}

.frontier-cta-card:hover{
  opacity: .95;
  transform: translateY(-2px);
}

.frontier-cta-card--tel{
  background: #df7f2a;
}

.frontier-cta-card--line{
  background: #12c84b;
}

.frontier-cta-card__sub{
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 6px 18px;
  border: 3px solid currentColor;
  border-radius: 16px;
  background: #fff;
  font-weight: 900;
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1.2;
  white-space: nowrap;
  box-sizing: border-box;
}

.frontier-cta-card--tel .frontier-cta-card__sub{
  color: #df7f2a;
}

.frontier-cta-card--line .frontier-cta-card__sub{
  color: #12c84b;
}

.frontier-cta-card__icon{
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.frontier-cta-card__icon img{
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
}

.frontier-cta-card__body{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  flex:1 1 auto;
}

.frontier-access__cta-btns--single .frontier-cta-card__body{
  align-items: center;
  text-align: center;
  margin-right: 90px;
}

@media screen and (min-width: 769px){
  .page-id-661 .frontier-access__cta-btns{
    width: 100%;
  }

	.page-id-661 .frontier-access__clinic{
  font-size:24px;
}

	.frontier-cta-card__title{
		display: block;
		font-size: clamp(24px, 2.5vw, 25px) !important;
		font-weight: 700;
		line-height: 1.1;
		letter-spacing: .02em;
	}

.frontier-cta-card__text{
  display: block;
  font-size: clamp(22px, 2vw, 28px) !important;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 4px;
  word-break: break-word;
}

	 .frontier-cta-card{
    gap: clamp(18px, 2.2vw, 30px);
  }

  .frontier-cta-card__body{
    margin-left: 6px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .frontier-cta-card{
    gap: clamp(12px, 2vw, 20px);
  }

  .frontier-cta-card__body{
    margin-left: clamp(4px, 1vw, 10px);
  }
}

@media (max-width: 768px){
  .frontier-access__cta-btns--coded{
    gap: 10px;
	margin-top:10px;
  }

  .frontier-cta-card{
    min-height: 75px;
	margin-bottom: 10px;
    padding: 22px 10px 12px;
    gap: 10px;
    border-radius: 14px;
  }

  .frontier-cta-card__sub{
    top: -18px;
    min-height: 32px;
    padding: 4px 10px;
    border-width: 2px;
    border-radius: 12px;
    font-size: 11px;
  }

  .frontier-cta-card__icon{
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
  }

  .frontier-cta-card__icon img{
    width: 27px;
    height: 27px;
  }

  .frontier-cta-card__title{
    font-size: clamp(13px, 3.8vw, 24px) !important;
	font-weight:700;
  }

  .frontier-cta-card__text{
    font-size: clamp(12px, 3.7vw, 18px) !important;
    margin-top: 2px;
	font-weight:700;
  }

	.frontier-cta-card {
	min-height:75px;
 }
}

@media (max-width: 486px){
	.page-id-661 .frontier-access__content{
		padding:5px;
	}

	.page-id-661 .frontier-access__inner{
		width:min(1000px,100%);
	}

	.page-id-661 .frontier-access__cta-btns:not(.frontier-access__cta-btns--single) .frontier-cta-card{
		min-height:75px;
		padding: 6px 4px 0;
		gap:2px !important;
		border-radius:14px;
	}

	.page-id-661 .frontier-access__cta-btns:not(.frontier-access__cta-btns--single) .frontier-cta-card__icon{
		flex:0 0 35px;
		width:35px;
		height:35px;
	}

	.page-id-661 .frontier-access__cta-btns:not(.frontier-access__cta-btns--single) .frontier-cta-card__icon img{
		width:22px;
		height:22px;
	}

	.page-id-661 .frontier-access__cta-btns{
		gap:3px;
	}

	.page-id-661 .frontier-access-page-detail{
		width:100%;
	}

	.frontier-access__info th {
		width:75px !important;
	}
}

/* 安田整骨院・鍼灸院の電話ボタンだけ文言を中央配置 */
/* .page-id-661 #access-yasuda .frontier-cta-card--tel{
  position: relative;
}

.page-id-661 #access-yasuda .frontier-cta-card--tel .frontier-cta-card__icon{
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.page-id-661 #access-yasuda .frontier-cta-card--tel .frontier-cta-card__body{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 120px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 0;
  z-index: 1;
  margin-right: 0;
}

.page-id-661 #access-yasuda .frontier-cta-card--tel .frontier-cta-card__title,
.page-id-661 #access-yasuda .frontier-cta-card--tel .frontier-cta-card__text{
  width: 100%;
  text-align: center;
}

.page-id-661 #access-yasuda .frontier-cta-card--tel .frontier-cta-card__title{
  font-size: clamp(25px, 3.2vw, 30px) !important;
  line-height: 1.1;
  padding-top:5px;
}

.page-id-661 #access-yasuda .frontier-cta-card--tel .frontier-cta-card__text{
  font-size: clamp(16px, 2.6vw, 24px) !important;
  line-height: 1.2;
} */

/* 安田院 */
.page-id-661 #access-yasuda .frontier-cta-card--line .frontier-cta-card__text {
  display: none;
}

html {
  scroll-behavior: smooth;
}

.page-id-661 .frontier-access__box[id] {
  scroll-margin-top: 120px;
}

@media (max-width: 768px) {
  .page-id-661 .frontier-access__box[id] {
    scroll-margin-top: 90px;
  }
}

.frontier-access-page__nav-btn span {
  font-size: 11px;
  line-height: 1;
}

.page-id-661 #access-yasuda .frontier-cta-card--line .frontier-cta-card__text {
  display: none;
}

.page-id-661 #access-yasuda .frontier-cta-card__title{
  font-size: clamp(18px, 2vw, 28px) !important;
}

.page-id-661 #access-yasuda .frontier-cta-card__text{
  font-size: clamp(22px, 2vw, 28px);
}

@media (max-width: 768px){
	.page-id-661 #access-yasuda .frontier-cta-card__title{
	  font-size: clamp(10px, 3.2vw, 25px) !important;
	}

  .page-id-661 #access-yasuda .frontier-cta-card__text{
    font-size: clamp(12px, 3.8vw, 18px) !important;
  }
}

/* アクセス固定ページここまで------------------------------ */

/* Instagram */

.sbi-critical-notice{
	display:none !important;
}

/* Instagramここまで */

/* 各院ページ共通--------------------------------------------- */
@media screen and (max-width: 1024px){
  .frontier-clinic-page .frontier-contact__inner,
  .frontier-clinic-page .frontier-worries__inner,
  .frontier-clinic-page .frontier-symptom-links__inner,
  .frontier-clinic-page .frontier-kaizen__inner,
  .frontier-clinic-page .frontier-sejutsu__inner,
  .frontier-clinic-page .frontier-reco__inner,
  .frontier-clinic-page .frontier-voice__inner,
  .frontier-clinic-page .frontier-access-guide__inner,
  .frontier-clinic-page .frontier-director__title-wrap,
  .frontier-clinic-page .voice_sec .contents_area{
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box;
  }

  /* 理由セクション */
  .frontier-clinic-page .reason6__inner{
    width: 100%;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box;
  }

  /* 院長紹介の中身 */
  .frontier-clinic-page .frontier-director__inner{
    width: 100%;
    box-sizing: border-box;
  }

  /* Google口コミ */
  .frontier-clinic-page .frontier-review-link{
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  /* 基本情報アコーディオン内 */
  .frontier-clinic-page .frontier-access-guide__route-inner{
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
/* 各院ページ共通ここまで------------------------------------- */

/* 南堀江ページ----------------------------------------------- */
/* =========================================
   見出し
========================================= */
.frontier-clinic-heading{
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  padding: 0;
  background: #52aa92;
}

.frontier-clinic-heading__inner{
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.frontier-clinic-heading__head{
  display: flex;
  align-items: center;
  gap: 14px;
}

.frontier-clinic-heading__label{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 96px;
  padding: 10px 16px;
  background: #e8f9f3;
  color: #012060;
  font-size: clamp(15px, 2.1vw, 25px) !important;
  font-weight: 700;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 20px;
}

.frontier-clinic-heading__title{
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .03em;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.18),
    0 4px 8px rgba(0, 0, 0, 0.18);
}

/* =========================================
   メインビジュアル
========================================= */
.frontier-clinic-kv{
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  padding: 0;
  line-height: 0;
}

.frontier-clinic-kv__sp,
.frontier-clinic-kv__pc{
  width: 100%;
  margin: 0;
  padding: 0;
}

.frontier-clinic-kv img{
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.frontier-clinic-kv__sp{
  display: block;
}

.frontier-clinic-kv__pc{
  display: none;
}

.frontier-clinic-heading + .frontier-clinic-kv{
  margin-top: 0;
}

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

  .frontier-clinic-kv__pc{
    display: block;
  }

  .frontier-clinic-heading__head{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    min-height: 72px;
    padding: 14px 0 12px;
    box-sizing: border-box;
  }

  .frontier-clinic-heading__label{
    min-width: 110px;
    padding: 8px 18px;
  }

  .frontier-clinic-heading__title{
    font-size: clamp(21px, 2.2vw, 38px);
  }
}

@media screen and (max-width: 768px){
  .frontier-clinic-heading__inner{
    padding: 0 14px;
  }

  .frontier-clinic-heading__head{
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: auto;
    padding: 10px 0 8px;
    text-align: center;
  }

  .frontier-clinic-heading__label{
    min-width: auto;
    padding: 8px 14px;
    font-size: 13px;
    line-height: 1.2;
  }

  .frontier-clinic-heading__title{
    margin: 0;
    font-size: clamp(16px, 5vw, 20px);
    line-height: 1.45;
    color: #fff;
    text-align: center;
    white-space: nowrap;
  }
}

/* =========================================
  CTAボタン
========================================= */
.frontier-access__cta-btns--coded{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.frontier-clinic-page .frontier-contact .frontier-access__cta-btns--coded{
/*   width: min(100%, 920px); */
  margin: clamp(24px, 4vw, 40px) auto 0;
  gap: clamp(8px, 1.8vw, 20px);
}

.frontier-clinic-page .frontier-contact .frontier-cta-card{
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 481px) and (max-width: 1024px){
  .frontier-clinic-page .frontier-contact .frontier-cta-card{
    min-height: 150px;
    padding: 24px 12px 18px;
  }

  .frontier-clinic-page .frontier-contact .frontier-cta-card__icon{
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
  }

  .frontier-clinic-page .frontier-contact .frontier-cta-card__sub{
    font-size: 15px;
  }

  .frontier-clinic-page .frontier-contact .frontier-cta-card__title{
    font-size: 33px;
    line-height: 1.2;
  }

  .frontier-clinic-page .frontier-contact .frontier-cta-card__text{
    font-size: 22px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 769px){
  .frontier-clinic-page .frontier-contact .frontier-cta-card{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: clamp(95px, 11vw, 120px);
    padding: clamp(20px, 2.2vw, 28px) clamp(14px, 1.8vw, 22px) clamp(16px, 1.8vw, 20px);
  }

  .frontier-clinic-page .frontier-contact .frontier-cta-card__icon{
    position: relative;
    z-index: 2;
    flex: 0 0 clamp(64px, 6vw, 92px);
    width: clamp(64px, 6vw, 92px);
    height: clamp(64px, 6vw, 92px);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .frontier-clinic-page .frontier-contact .frontier-cta-card__body{
    position: absolute;
    left: 62%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - clamp(96px, 10vw, 140px));
    text-align: center;
  }

  .frontier-clinic-page .frontier-contact .frontier-cta-card__sub{
    font-size: clamp(12px, 1.1vw, 16px);
  }

  .frontier-clinic-page .frontier-contact .frontier-cta-card__title{
    display: block;
    text-align: left;
    font-size: clamp(22px, 2.2vw, 25px);
    line-height: 1.2;
  }

  .frontier-clinic-page .frontier-contact .frontier-cta-card__text{
    display: block;
    text-align: left;
    font-size: clamp(16px, 1.8vw, 22px);
    line-height: 1.2;
  }
}

@media screen and (max-width: 768px){
  .frontier-clinic-page .frontier-contact .frontier-access__cta{
    width: 100%;
    margin-top: 15px;
  }

  .frontier-clinic-page .frontier-contact .frontier-access__cta-btns--coded{
    width: min(100%, 100%);
    gap: clamp(6px, 1.8vw, 14px);
    margin: clamp(30px, 4vw, 30px) auto 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .frontier-clinic-page .frontier-contact .frontier-cta-card{
    gap: clamp(4px, 1vw, 8px);
    padding: clamp(16px, 3vw, 22px) clamp(6px, 1.6vw, 12px) clamp(12px, 2.4vw, 16px);
    min-height: clamp(75px, 20vw, 100px);
  }

  .frontier-clinic-page .frontier-contact .frontier-cta-card__icon{
    flex: 0 0 clamp(38px, 6vw, 45px);
    width: clamp(38px, 6vw, 45px);
    height: clamp(38px, 6vw, 45px);
  }

  .frontier-clinic-page .frontier-contact .frontier-cta-card__title{
    font-size: clamp(18px, 3.6vw, 24px);
    line-height: 1.2;
  }

  .frontier-clinic-page .frontier-contact .frontier-cta-card__text{
    font-size: clamp(14px, 3vw, 18px);
    line-height: 1.2;
  }

  .frontier-clinic-page .frontier-contact .frontier-cta-card__sub{
    font-size: clamp(10px, 1.8vw, 13px);
  }
}

/* =========================================
  患者様の声
========================================= */
.voice_sec--clinic{
  background: #fff !important;
}

/* =========================================
  Google口コミ
========================================= */
.frontier-review-link{
  margin: -35px auto 40px;
  text-align: center;
}

.frontier-review-link__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 320px;
  padding: 16px 24px;
  background: #69bca5;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 10px;
  box-sizing: border-box;
  transition: 0.3s;
  box-shadow: 0 10px 18px rgba(0, 0, 0, .12);
}

.frontier-review-link__btn:hover{
  opacity: 1;
  background: #dcdcdc;
}

.frontier-review-link__google{
  display: inline-block;
  font-family: Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.frontier-review-link__text{
  display: inline-block;
}

.frontier-review-link__arrow{
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  transform: translateY(-1px);
}

@media screen and (max-width: 768px){
  .frontier-review-link{
    margin: 24px auto 32px;
    padding: 0 12px;
  }

  .frontier-review-link__btn{
    width: 100%;
    min-width: 0;
    padding: 14px 16px;
    gap: 8px;
    font-size: 20px;
  }
}

@media screen and (max-width: 480px){
  .frontier-review-link{
    margin: 20px auto 28px;
    padding: 0 10px;
  }

  .frontier-review-link__btn{
    font-size: 18px;
    padding: 12px 14px;
  }
}

/* =========================================
  院長紹介
========================================= */
.frontier-director__title-wrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 16px;
  padding: 0 20px;
}

.frontier-director{
  padding: 56px 0;
  background: #fff;
}

.frontier-director__inner{
  width: min(1000px, 95%);
  margin: 0 auto;
  background: linear-gradient(135deg, #f8f6e7 0%, #f0fff5 45%, #e7f9f3 100%);
  padding: 30px;
  box-sizing: border-box;
}

.frontier-director__head{
  margin-bottom: 28px;
}

.frontier-director__photo-wrap{
  position: relative;
  padding: 20px 0 0;
  box-sizing: border-box;
}

.frontier-director__photo{
  position: relative;
  z-index: 1;
  width: 300px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.frontier-director__photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.frontier-director__namebox{
  position: absolute;
  right: 34px;
  bottom: 22px;
  z-index: 2;
  background: #52aa92;
  color: #fff;
  padding: 14px 18px 12px;
  min-width: 320px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

.frontier-director__clinic{
  margin: 0 0 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #fff;
}

.frontier-director__name{
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  color: #fff;
}

.frontier-director__body{
  background: rgba(255, 255, 255, 0.95);
  padding: 28px 30px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.frontier-director__body p{
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #2d2d2d;
}

.frontier-director__body p + p{
  margin-top: 1em;
}

.frontier-director__body ul {
	color:#52aa92;
	font-size:15px;
    font-weight: 600;
	line-height: 30px;
	margin-top:10px;
}

@media screen and (max-width: 768px){
  .frontier-director__title-wrap{
    padding: 0 10px;
  }

  .frontier-director{
    padding: 40px 0;
  }

  .frontier-director__inner{
    width: 94%;
    padding: 18px;
  }

  .frontier-director__head{
    margin-bottom: 20px;
  }

  .frontier-director__photo-wrap{
    padding: 12px 0 0;
  }

  .frontier-director__photo{
    width: 220px;
  }

  .frontier-director__namebox{
    position: static;
    min-width: 0;
    width: 100%;
    margin-top: 18px;
    padding: 12px 14px 10px;
  }

  .frontier-director__clinic{
    font-size: 13px;
  }

  .frontier-director__name{
    font-size: 20px;
    line-height: 1.5;
  }

  .frontier-director__body{
    padding: 20px 18px;
  }

  .frontier-director__body p{
    font-size: 16px;
    line-height: 1.9;
  }
}

@media screen and (max-width: 480px){
  .frontier-director{
    padding: 32px 0;
  }

  .frontier-director__inner{
    width: 94%;
    padding: 14px;
  }

  .frontier-director__photo-wrap{
    padding: 8px 0 0;
  }

  .frontier-director__photo{
    width: 250px;
  }

  .frontier-director__namebox{
    margin-top: 14px;
    padding: 10px 12px;
  }

  .frontier-director__clinic{
    font-size: 12px;
    margin-bottom: 6px;
    padding-bottom: 5px;
  }

  .frontier-director__name{
    font-size: 19px;
    line-height: 1.5;
  }

  .frontier-director__body{
    padding: 16px 14px;
  }

  .frontier-director__body p{
    font-size: 15px;
    line-height: 1.85;
  }
}

/* =========================================
   各院アクセス（行き方アコーディオン付き）
========================================= */
.frontier-access-guide{
  padding: 20px 0 40px;
}

.frontier-access-guide__inner{
  width: min(980px, 100%);
  margin: 0 auto;
}

.frontier-access-guide__title-wrap{
  margin-bottom: 0;
}

/* 既存 h2 を流用 */
.frontier-access-guide .frontier-section-title{
  margin-bottom: 0;
}

.frontier-access-guide__box{
  position: relative;
  background: #fff;
  border: 3px solid #49be9f;
  border-radius: 16px;
  overflow: visible;
  width: 100%;
  margin: 0 auto;
}

.frontier-access-guide__area{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  padding: 13px 30px;
  border-radius: 999px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  background: linear-gradient(180deg,#7fe0cb 0%,#4dbfa4 55%,#2da690 100%);
  box-shadow: 0 6px 14px rgba(0,0,0,.12);
  white-space: nowrap;
}

.frontier-access-guide__clinic{
  width: 100%;
  margin: 0;
  padding: 28px 12px 20px;
  text-align: center;
  background: #f7f6e7;
  color: #3aa793;
  font-weight: 700;
  border-radius: 14px 14px 0 0;
  box-sizing: border-box;
}

.frontier-access-guide__content{
  margin-top: 15px;
}

.frontier-access-guide__main{
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: flex-start;
}

.frontier-access-guide__photo{
  flex: 0 0 48%;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}

.frontier-access-guide__photo img{
  width: 100%;
  height: auto;
  display: block;
}

.frontier-access-guide__info-wrap{
  flex: 1 1 48%;
}

.frontier-access-guide__info{
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.frontier-access-guide__info th,
.frontier-access-guide__info td{
  background: #fff;
  border: 2px solid #95ddc2;
  padding: 10px;
  vertical-align: middle;
}

.frontier-access-guide__info th{
  width: 92px;
  text-align: center;
  font-weight: 900;
  color: #2b8f7d;
}

.frontier-access-guide__hours-wrap{
  margin-top: 18px;
}

.frontier-access-guide__hours-box{
  border: 2px solid #75c4a6;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.frontier-access-guide__hours{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0;
  font-size: clamp(13px, 1.2vw, 15px);
}

.frontier-access-guide__hours th,
.frontier-access-guide__hours td{
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
  padding: clamp(6px, 1.6vw, 12px) clamp(3px, 1vw, 6px);
  color: #373737;
}

.frontier-access-guide__hours thead th:first-child,
.frontier-access-guide__hours tbody th.frontier-access-guide__hours-time{
  width: 22%;
}

.frontier-access-guide__hours thead th:last-child,
.frontier-access-guide__hours tbody td:last-child{
  width: 14%;
}

.frontier-access-guide__hours thead th:not(:first-child):not(:last-child),
.frontier-access-guide__hours tbody td:not(:last-child){
  width: calc((100% - 22% - 14%) / 6);
}

.frontier-access-guide__hours thead th{
  background: #95ddc2;
  color: #373737;
  border-right: 2px solid #75c4a6;
  border-bottom: 2px solid #75c4a6;
}

.frontier-access-guide__hours thead th:last-child{
  border-right: none;
}

.frontier-access-guide__hours-time{
  background: #95ddc2;
  color: #2b8f7d;
  text-align: left;
  padding-left: clamp(8px, 2.2vw, 14px);
  border-right: 2px solid #75c4a6;
  border-top: 2px solid #75c4a6;
}

.frontier-access-guide__hours tbody tr:first-child th{
  border-bottom: 2px solid #75c4a6;
}

.frontier-access-guide__hours tbody td{
  background: #fff;
  border: 2px solid #75c4a6;
}

.frontier-access-guide__hours tbody tr:last-child td,
.frontier-access-guide__hours tbody tr:last-child th.frontier-access-guide__hours-time{
  border-bottom: none;
}

.frontier-access-guide__note{
  font-weight: 700;
  color: #f28c28;
  margin: 6px 4px 0;
}

.frontier-access-guide__map{
  margin: 16px 0 14px;
  overflow: hidden;
}

.frontier-access-guide__map iframe{
  width: 100%;
  height: 380px;
  border: 0;
  display: block;
}

.frontier-access-guide__cta-title{
  background: #52aa92;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 10px 12px;
  margin: 0 0 10px;
}

.frontier-access-guide__cta-btns{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.frontier-access-guide__cta-btn{
  display: block;
}

.frontier-access-guide__cta-btn img{
  width: 100%;
  height: auto;
  display: block;
}

/* 開閉ボタン */
.frontier-access-guide__accordion{
  margin-top: 22px;
}

.frontier-access-guide__toggle{
  width: auto;
  min-width: 350px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(180deg,#7fe0cb 0%,#4dbfa4 55%,#2da690 100%);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .02em;
  box-shadow: 0 8px 16px rgba(0,0,0,.18);
  transition: transform .25s ease, box-shadow .25s ease;
}

.frontier-access-guide__toggle:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,.2);
}

.frontier-access-guide__toggle .reason6__more-arrow{
  display: inline-block;
  transition: transform .3s ease;
}

.frontier-access-guide__toggle[aria-expanded="true"] .reason6__more-arrow{
  transform: rotate(180deg);
}

.frontier-access-guide__route{
  margin-top: 18px;
}

.frontier-access-guide__route-inner{
  background: #f8fbf8;
  border: 2px solid #cfe8de;
  border-radius: 14px;
  padding: 0 20px 25px;
}

.frontier-access-guide__route-title{
  margin: 30px 0 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #52aa92;
  font-size: 24px;
  line-height: 1.5;
  color: #52aa92;
  font-weight: 800;
}

.frontier-access-guide__step + .frontier-access-guide__step{
  margin-top: 26px;
}

.frontier-access-guide__step-text{
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
  color: #222;
}

.frontier-access-guide__step-images{
  display: block;
  margin-top: 12px;
}

.frontier-access-guide__step-images figure{
  margin: 0;
  background: #fff;
  border: 1px solid #dde8e3;
  padding: 8px;
}

.frontier-access-guide__step-images img{
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 769px){
  .frontier-access-guide__cta-btns{
    width: 75%;
    margin: 10px auto 0;
    gap: 20px;
  }

  .frontier-access-guide__step-images{
    max-width: 615px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px){
  .frontier-access-guide__main{
    display: block;
  }

  .frontier-access-guide__photo{
    margin-top: 10px;
    margin-bottom: 14px;
  }

  .frontier-access-guide__info{
    font-size: 13px;
  }

  .frontier-access-guide__info th{
    font-size: 13px;
  }

  .frontier-access-guide__hours thead th:first-child,
  .frontier-access-guide__hours tbody th.frontier-access-guide__hours-time{
    width: 28%;
  }

  .frontier-access-guide__hours thead th:last-child,
  .frontier-access-guide__hours tbody td:last-child{
    width: 16%;
  }

  .frontier-access-guide__hours thead th:not(:first-child):not(:last-child),
  .frontier-access-guide__hours tbody td:not(:last-child){
    width: calc((100% - 28% - 16%) / 6);
  }

  .frontier-access-guide__note{
    font-size: 12.5px;
  }

  .frontier-access-guide__map iframe{
    height: 220px;
  }

  .frontier-access-guide__cta-btns{
    gap: 8px;
  }

  .frontier-access-guide__toggle{
    width: 100%;
    min-width: auto;
    font-size: 14px;
    padding: 13px 16px;
  }

  .frontier-access-guide__route-inner{
    padding: 0px 14px 20px;
  }

  .frontier-access-guide__route-title{
    font-size: 20px;
  }

  .frontier-access-guide__step-text{
    font-size: 15px;
  }

  .frontier-access-guide__step-images--2col{
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 480px){
  .frontier-access-guide__step-images--2col{
    grid-template-columns: 1fr;
  }
}

/* =========================================
  基本情報
========================================= */
.frontier-location-info .frontier-access-guide__box{
  border: none;
}

.frontier-location-info .frontier-access-guide__area,
.frontier-location-info .frontier-access-guide__clinic{
  display: none;
}

/* =========================================
  初回施術の流れ
========================================= */
.first_flow_sec{
  background: none;
  padding: 10px 10px 0;
}

.first-flow{
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: min(1040px, 100%);
}

.first-flow__item{
  position: relative;
  display: grid;
  grid-template-columns: 110px 1fr 360px;
  column-gap: 34px;
  align-items: start;
  padding: 12px 0 50px !important;
}

.first-flow__item::before{
  content:"";
  position:absolute;
  left: 55px;
  top: 86px;
  bottom: -12px;
  width: 4px;
  background: var(--frontier-base);
  border-radius: 999px;
}

.first-flow__item:last-child::before{
  display: none;
}

.first-flow__no{
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background: var(--frontier-base);
  color: var(--frontier-main);
  font-weight: 900;
  font-size: 34px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  line-height: 1;
}

.first-flow__body{
  padding-top: 6px;
}

.first-flow-head{
  margin: 0 0 10px;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.35;
  color: var(--frontier-main);
}

.first-flow__text{
  margin: 0;
  color: var(--frontier-text);
  font-size: 14.5px;
  line-height: 2.0;
}

.first-flow__img{
  margin: 0;
}

.first-flow__img img{
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
}

@media (max-width: 768px){
  .first-flow__item{
    grid-template-columns: 72px 1fr;
    column-gap: 5px;
    row-gap: 10px;
    padding: 10px 0 22px;
  }

  .first-flow__item::before{
    left: 28px;
    top: 65px;
    bottom: -15px;
  }

  .first-flow__no{
    width: 60px;
    height: 60px;
    font-size: 26px;
    margin: 0;
    margin-left: 0;
    grid-column: 1;
    grid-row: 1;
  }

  .first-flow__img{
    grid-column: 2;
    grid-row: 1;
    margin: 0;
  }

  .first-flow__img img{
    height: 165px;
    border-radius: 6px;
  }

  .first-flow__body{
    grid-column: 2;
    grid-row: 2;
    padding-top: 0;
  }

  .first-flow-head{
    font-size: 18px;
    margin: 8px 0 8px;
  }

  .first-flow__text{
    font-size: 14px;
    line-height: 1.95;
  }
}
/* 南堀江ページここまで---------------------------------------- */

/* 安田院ページ------------------------------------------------ */
/* =========================================
   ご予約・お問い合わせボタン
========================================= */
@media screen and (min-width: 769px){
  .page-id-1252 .frontier-contact--clinic .frontier-cta-card__body{
    width: calc(100% - 130px);
    left: calc(60% + 13px);
  }

  .page-id-1252 .frontier-contact--clinic .frontier-cta-card__title{
    font-size: clamp(24px, 2.15vw, 30px) !important;
    line-height: 1.1;
    white-space: nowrap;
    letter-spacing: 0;
  }

  .page-id-1252 .frontier-contact--clinic .frontier-cta-card__text{
    margin-top: 4px;
    line-height: 1.1;
    white-space: nowrap;
  }
}

@media screen and (min-width: 481px) and (max-width: 1024px){
  .page-id-1252 .frontier-contact--clinic .frontier-access__cta-btns--coded{
    margin-top: 18px !important;
    gap: 10px !important;
  }

  .page-id-1252 .frontier-contact--clinic .frontier-cta-card{
    min-height: 105px !important;
    padding: 18px 10px 12px !important;
    border-radius: 14px;
    gap: 10px !important;
  }

  .page-id-1252 .frontier-contact--clinic .frontier-cta-card__icon{
    flex: 0 0 52px !important;
    width: 52px !important;
    height: 52px !important;
  }

  .page-id-1252 .frontier-contact--clinic .frontier-cta-card__icon img{
    width: 30px !important;
    height: 30px !important;
  }

  .page-id-1252 .frontier-contact--clinic .frontier-cta-card__sub{
    top: -16px;
    min-height: 32px;
    padding: 4px 12px;
    font-size: 12px;
  }

  .page-id-1252 .frontier-contact--clinic .frontier-cta-card__title{
    line-height: 1.1;
  }

  .page-id-1252 .frontier-contact--clinic .frontier-cta-card__text{
    margin-top: 2px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 768px){
  .page-id-1252 .frontier-contact--clinic .frontier-cta-card{
    gap: 6px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .page-id-1252 .frontier-contact--clinic .frontier-cta-card__body{
    min-width: 0;
  }

  .page-id-1252 .frontier-contact--clinic .frontier-cta-card__title{
    font-size: clamp(11px, 3.2vw, 20px) !important;
    line-height: 1.1;
    white-space: nowrap;
    letter-spacing: -0.02em;
  }

  .page-id-1252 .frontier-contact--clinic .frontier-cta-card__text{
    font-size: clamp(11px, 3.1vw, 16px) !important;
    line-height: 1.1;
    white-space: nowrap;
    margin-top: 2px;
  }
}
/* 安田院ページここまで---------------------------------------- */





/* お客様の声画像コンテンツ---------------------------------------- */
.voice_sec .slick_list.voice .slick-slide dl {
    max-width: 350px;
    margin: 0 auto;
}

.voice_sec .slick_list.voice .slick-slide {
    height: auto !important;
}

.voice_sec .slick_list.voice .slick-slide dl {
    height: auto !important;
    padding-bottom: 35px;
    box-sizing: border-box;
}

.voice_sec .slick_list.voice .accordion,
.voice_sec .slick_list.voice .voice-card__btn {
    overflow: visible;
}

.voice_sec .slick_list.voice .accordion-btn,
.voice_sec .slick_list.voice .voice-card__toggle {
    display: inline-block;
    line-height: 1.6;
    padding-bottom: 4px;
}
.voice_sec .slick_list.voice .personal_info {
    display: block !important;
    flex-wrap: nowrap !important;
}

.voice_sec .slick_list.voice .personal_info > div {
    display: block;
    width: 100%;
    margin-bottom: 8px;
	text-align: center;
}
.voice_sec .slick_list.voice .personal_info > div {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #50ac93;
}

.voice_sec .slick_list.voice li dl {
    border: 1px solid #50ac93;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
}
.voice_sec .slick_list.voice li dl {
    border: 1px solid #50ac93;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
}
.slick_list.voice .light_blue_title {
  margin-bottom: var(--margin-s);
	text-align: center;
	    color: #50ac93;
}
.accordion-btn::after {
    content: "続きを読む";
    color: #50ac93;
    font-size: 16px;
}
.slick_list.voice .img img {
    width: auto;
    height: 100%;
    border: 1px solid #50ac93;
    border-radius: 10px;
}
@media (min-width: 769px) {
    .frontier-voice-list__inner .slick-next:before, .voice_sec .slick-next:before {
        border-width: 18px 0 18px 26px;
        border-color: transparent transparent transparent #ed9b6f;
    }
	    .frontier-voice-list__inner .slick-prev:before, .voice_sec .slick-prev:before {
        border-width: 18px 26px 18px 0;
        border-color: transparent #ed9b6f transparent transparent;
    }
}
@media (max-width: 768px) {
    .frontier-voice-list__inner .slick-next:before, .voice_sec .slick-next:before {
        border-width: 20px 0 20px 24px;
        border-color: transparent transparent transparent #ed9b6f;
		        margin-left: -11px;
    }
	.frontier-voice-list__inner .slick-prev:before, .voice_sec .slick-prev:before {
        border-width: 20px 24px 20px 0;
        border-color: transparent #ed9b6f transparent transparent;
    }
	.frontier-voice-list__inner .voice_note, .voice_sec .voice_note {
    margin: 18px 0 0;
    font-size: 14px;
    color: #222;
    text-align: left;
    padding: 0 20px;
}
	    .two_bn_list li, .two_btn_list li, .bk_line_btn_arrow {
        width: 90%;
        font-size: 16px;
    }
}


.voice_archive_img_personal_info .img {
    width: 35%;
    max-height: 370px;
    overflow: hidden;
}
.voice_archive_img_personal_info {
    display: flex !important;
    align-items: flex-start;
    gap: 24px;
}

.voice_archive_img_personal_info .img {
    width: 290px;
    flex: 0 0 290px;
    margin: 0;
    max-height: 370px;
    overflow: hidden;
    border: none;
}
.voice_archive_img_personal_info .img img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #50ac93;
    border-radius: 10px;
    box-sizing: border-box;
}

.voice_archive_img_personal_info .personal_info {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
}

.voice_archive_img_personal_info .light_blue_title {
    margin: 0 0 12px;
}

.voice_archive_img_personal_info .voice_body {
    margin-top: 12px;
    line-height: 1.8;
}

.voice_archive_img_personal_info .voice_note {
    margin-top: 12px;
    line-height: 1.6;
}
.voice_list.voice > li {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 4px dotted #50ac93;
}

.voice_list.voice > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}




.voice_archive_img_personal_info .img img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #50ac93;
    border-radius: 10px;
    box-sizing: border-box;
}


.voice_archive_img_personal_info .name,
.voice_archive_img_personal_info .age,
.voice_archive_img_personal_info .symptoms,
.voice_archive_img_personal_info .menu {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dotted #50ac93;
}
.light_blue_title {
    color: #50ac93;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
	 .voice_sec .contents_area {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .voice_archive_img_personal_info {
        display: block !important;
    }

    .voice_archive_img_personal_info .img {
        width: 90%;
        flex: none;
        margin: 0 auto 10px;
        max-height: none;
    }

    .voice_archive_img_personal_info .personal_info {
        width: 100%;
    }

    .light_blue_title {
        text-align: center;
    }
	    .voice_archive_img_personal_info .light_blue_title {
        display: block;
        width: 100%;
        text-align: center;
        line-height: 1.6;
    }
	    .voice_archive_img_personal_info .name,
    .voice_archive_img_personal_info .age,
    .voice_archive_img_personal_info .symptoms,
    .voice_archive_img_personal_info .menu {
        display: block;
        width: 100%;
        line-height: 1.6;
    }
}
/* お客様の声画像コンテンツここまで---------------------------------------- */

/* 症状一覧ページ---------------------------------------------------------- */
/* =========================================
症状一覧ページ デザイン調整
タイトル以外を一覧専用で調整
========================================= */

/* 余白 */
.syoujou_archive {
  padding: 0 0 70px;
}

.syoujou_archive .contents_area {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* パンくず下の余白 */
.frontier-first-breadcrumb {
  margin-bottom: 18px;
}

/* ------------------------------
カテゴリボタン
------------------------------ */
.syoujou_archive .tab_list.syoujou_tab_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.syoujou_archive .tab_list.syoujou_tab_list li {
  width: auto;
  margin: 0;
}
.syoujou_archive .tab_list.syoujou_tab_list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 46px;
  padding: 10px 18px;
  background: #52aa92;
  color: #fff;
  border: 2px solid #52aa92;
  border-radius: 6px;
  text-decoration: none;
  text-shadow: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  transition: 0.25s;
  box-sizing: border-box;
}

.syoujou_archive .tab_list.syoujou_tab_list a:hover {
  opacity: 0.9;
}

.syoujou_archive .tab_list.syoujou_tab_list a.active {
  background: #e5f6f0;
  color: #52aa92;
  border: 2px solid #52aa92;
  font-weight: 800;
  box-shadow: 0 0 0 2px rgba(82, 170, 146, 0.08);
  opacity: 1;
}

/* ------------------------------
症状カード一覧
------------------------------ */
.syoujou_archive .syoujou_list.syoujou_archive_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.syoujou_archive .syoujou_list.syoujou_archive_list li {
  width: auto;
  margin: 0;
  border: none;
  height: auto;
  overflow: visible;
  position: static;
}

.syoujou_archive .syoujou_list.syoujou_archive_list li a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.syoujou_archive .syoujou_thumb {
  aspect-ratio: 1 / 0.65;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  background: #f6f6f6;
}

.syoujou_archive .syoujou_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* カード下の症状名帯 */
.syoujou_archive .syoujou_name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  width: 100%;
  padding: 10px 16px;
  background: #52aa92;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  box-sizing: border-box;
  position: static;
}

.syoujou_archive .syoujou_name::after {
  content: "＞";
  display: inline-block;
  margin-left: 10px;
  font-size: 0.95em;
  line-height: 1;
  font-weight: 400;
}

.syoujou_archive .syoujou_name .arrow {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-1px);
}

/* ホバー */
.syoujou_archive .syoujou_list.syoujou_archive_list li a:hover .syoujou_thumb img {
  transform: scale(1.03);
  transition: transform 0.35s ease;
}

.syoujou_archive .syoujou_list.syoujou_archive_list li a:hover .syoujou_name {
  background: #52aa92;
}

/* ------------------------------
ページネーション
------------------------------ */
.syoujou_archive .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 42px;
  padding: 0;
}

.syoujou_archive ul.page-numbers {
  margin-bottom: 0;
}

.syoujou_archive .page-numbers li {
  list-style: none;
  margin: 0 4px;
}

.syoujou_archive .page-numbers a,
.syoujou_archive .page-numbers span {
    width: 34px;
    height: 34px;
    border: 1px solid #50ac93;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #fff;
    color: #52aa92;
    font-size: 15px;
    font-weight: 700;
    box-sizing: border-box;
}

.syoujou_archive .page-numbers .current {
  background: #52aa92;
  color: #fff;
  border-color: #52aa92;
}

.syoujou_archive .page-numbers a:hover {
  background: #52aa92;
  color: #fff;
  border-color: #52aa92;
  opacity: 1;
}

.syoujou_archive .page-numbers .prev,
.syoujou_archive .page-numbers .next {
  width: 34px;
  font-size: 14px;
}

/* ------------------------------
SP
------------------------------ */
@media screen and (max-width: 767px) {
  .syoujou_archive {
    padding: 0 0 50px;
  }

  .syoujou_archive .contents_area {
    padding: 0 12px;
  }

  .frontier-first-breadcrumb {
    margin-bottom: 12px;
  }

  .syoujou_archive .tab_list.syoujou_tab_list {
    gap: 8px 8px;
    margin-bottom: 24px;
  }

  .syoujou_archive .tab_list.syoujou_tab_list li {
    width: calc(50% - 4px);
  }

  .syoujou_archive .tab_list.syoujou_tab_list a {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 1.3;
  }

  .syoujou_archive .syoujou_list.syoujou_archive_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 14px;
  }

  .syoujou_archive .syoujou_thumb {
    aspect-ratio: 1 / 0.7;
  }

  .syoujou_archive .syoujou_name {
    min-height: 44px;
    padding: 8px 8px;
    font-size: 15px;
    gap: 6px;
  }

  .syoujou_archive .syoujou_name .arrow {
    font-size: 18px;
  }

  .syoujou_archive .page-numbers {
    margin-top: 28px;
  }

  .syoujou_archive .page-numbers a,
  .syoujou_archive .page-numbers span {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
/* 症状一覧ページここまで-------------------------------------------------- */

/* 症状詳細ページ---------------------------------------------------------- */

.single_syoujou {
    background: #fff;
}

.single_syoujou .contents_area {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}

/* --------------------------------
上部：タイトル・画像・お悩み
-------------------------------- */
.syoujou_detail_mv {
    padding: 20px 0 30px;
}

.single_syoujou_h1 {
    margin: 0 0 20px;
    font-size: 38px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    color: #2f2f2f;
}

.syoujou_detail_intro {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.syoujou_detail_thumb {
    width: 48%;
}

.syoujou_detail_thumb img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
}

.syoujou_detail_onayami {
    width: 52%;
    background: #f7f5ee;
}

.syoujou_detail_h2 {
    margin: 0;
    padding: 16px 20px;
    background: #59b3a2;
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
}

.syoujou_check_list {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #f7f5ee;
}

.syoujou_check_list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 18px;
    border-bottom: 2px dotted #59b3a2;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.syoujou_check_list li:last-child {
    border-bottom: none;
}

.syoujou_check_list li .check {
    flex: 0 0 20px;
    width: 20px;
    margin-top: 3px;
}

.syoujou_check_list li .check img {
    display: block;
    width: 20px;
    height: auto;
}

.syoujou_check_list li .txt {
    flex: 1 1 auto;
}

/* --------------------------------
施術セクション全体
-------------------------------- */
.syoujou_sejutu_sec {
    padding: 0;
}

.syoujou_sejutu_sec .contents_area {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
}

/* 矢印 */
.big_triangle {
    width: 290px;
    height: 55px;
    margin: 28px auto 32px;
    background: linear-gradient(90deg, #a9dfd0 0%, #7fd0bc 45%, #66bfb3 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* 改善画像 */
.syoujou_kaizen_img {
    width: 70%;
    max-width: 760px;
    margin: 0 auto 24px;
    text-align: center;
}

.syoujou_kaizen_img img {
    display: block;
    width: 100%;
    height: auto;
	margin:55px auto;
}

/* --------------------------------
当グループの〇〇施術について
-------------------------------- */
.syoujou_custom_section_sec {
    max-width: 1000px;
    margin: 0 auto 36px;
}

.syoujou_custom_section_title {
    margin: 0 0 16px;
    padding: 14px 18px;
    background: #52aa92;
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
}

.syoujou_custom_section_movie {
    margin: 0 0 24px;
    background: #555;
}

.syoujou_custom_section_movie iframe,
.syoujou_custom_section_movie video,
.syoujou_custom_section_movie embed,
.syoujou_custom_section_movie object {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

.syoujou_custom_section_image {
    margin: 0 0 24px;
}

.syoujou_custom_section_image img {
    display: block;
    width: 100%;
    height: auto;
	border:1px solid #ddd;
}

.syoujou_custom_section_text {
    font-size: 16px;
    line-height: 1.9;
    color: #333;
}

.syoujou_custom_section_text p {
    margin: 0 0 1em;
}

.syoujou_sejutu_contents {
    max-width: 1100px;
    margin: 0 auto;
}

.syoujou_sejutu_contents .underline_gray_title {
    margin: 0 0 24px;
    padding: 14px 18px;
    background: #59b3a2;
    color: #fff;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
}

.syoujou_sejutu_contents .light_blue_text {
    color: #fff;
}

.syoujou_subtitle_contents {
    margin-bottom: 28px;
}

.syoujou_subtitle_contents:last-child {
    margin-bottom: 0;
}

.syoujou_subtitle_contents h3 {
    margin: 0 0 10px;
    padding-left: 12px;
    border-left: 5px solid #59b3a2;
    color: #33b58f;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
}

.syoujou_subtitle_contents p {
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
    color: #333;
}

.syoujou_custom_section_body {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.syoujou_custom_section_image {
    width: 40%;
    flex: 0 0 40%;
}

.syoujou_custom_section_image img {
    display: block;
    width: 100%;
    height: auto;
}

.syoujou_custom_section_text {
    width: 60%;
    flex: 1 1 auto;
    font-size: 16px;
    line-height: 1.9;
    color: #333;
}

@media screen and (max-width: 767px) {
    .syoujou_custom_section_body {
        display: block;
    }

    .syoujou_custom_section_image,
    .syoujou_custom_section_text {
        width: 100%;
        flex: none;
    }

    .syoujou_custom_section_image {
        margin-bottom: 16px;
    }

    .syoujou_custom_section_text {
        font-size: 14px;
        line-height: 1.8;
    }
}

/* --------------------------------
なぜ起こる？・悪化する理由とは？
画像左＋本文回り込みレイアウト
-------------------------------- */
.syoujou_feature_block {
  margin-bottom: 40px;
}

.syoujou_feature_block:last-child {
  margin-bottom: 0;
}

.syoujou_feature_block__content::after {
  content: "";
  display: block;
  clear: both;
}

.syoujou_feature_block__title {
  margin: 0 0 18px;
  padding: 12px 16px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  background: #75c4a6;
  border-left: 5px solid #219877;
  color: #fff;
}

.syoujou_feature_block__image {
  float: left;
  width: 300px;
  max-width: 40%;
  margin: 0 24px 16px 0;
}

.syoujou_feature_block__image img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}

.syoujou_feature_block__text {
  font-size: 15px;
  line-height: 1.9rem;
  color: #333;
}

.syoujou_feature_block__text p {
  margin: 0 0 10px;
}

.syoujou_feature_block__text p:last-child {
  margin-bottom: 0;
}

.syoujou_feature_area {
	margin-bottom:30px;
}

@media screen and (max-width: 767px) {
  .syoujou_feature_block {
    margin-bottom: 28px;
  }

  .syoujou_feature_block__title {
    margin-bottom: 14px;
    padding: 10px 12px;
    font-size: 18px;
  }

  .syoujou_feature_block__image {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0 0 16px 0;
  }

  .syoujou_feature_block__text {
    font-size: 14px;
    line-height: 1.9;
  }
}

/* --------------------------------
症状ページ共通：関連する患者様の声
-------------------------------- */
.frontier-voice-related {
  margin: 0 0 32px;
}

.frontier-voice-related__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

.frontier-voice-related__title {
  margin: 0 0 20px;
  padding: 14px 18px;
  background: #6f8098;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}

.frontier-voice-related__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.frontier-voice-related__item {
  margin-bottom: 24px;
}

.frontier-voice-related__item:last-child {
  margin-bottom: 0;
}

.frontier-voice-related__card {
  border: 2px solid #2f3e56;
  padding: 14px;
  background: #dfe6f2;
}

.frontier-voice-related__thumb {
  margin-bottom: 16px;
}

.frontier-voice-related__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.frontier-voice-related__body {
  color: #2f3e56;
}

.frontier-voice-related__item-title {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}

.frontier-voice-related__meta {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.6;
}

.frontier-voice-related__symptoms {
  display: flex;
  gap: 16px;
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.6;
}

.frontier-voice-related__symptoms .label {
  font-weight: 700;
}

.frontier-voice-related__excerpt,
.frontier-voice-related__full {
  font-size: 14px;
  line-height: 1.9;
}

.frontier-voice-related__full {
  display: none;
}

.frontier-voice-related__content.is-open .frontier-voice-related__excerpt {
  display: none;
}

.frontier-voice-related__content.is-open .frontier-voice-related__full {
  display: block;
}

.frontier-voice-related__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  min-width: 120px;
  min-height: 40px;
  padding: 10px 18px;
  border: 0;
  background: #55657f;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.frontier-voice-related__more {
  margin-top: 20px;
  text-align: center;
}

.frontier-voice-related__more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 50px;
  padding: 12px 24px;
  background: #55657f;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}

/* 症状ページだけ：患者様の声を横広にする */
.single_syoujou .voice_sec .slick_list.voice .img {
  width: 100%;
  height: 660px;
}

.single_syoujou .voice_sec .slick_list.voice .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 症状ページだけ：患者様の声を少し広げる */
@media screen and (min-width: 769px) {
  .single_syoujou .voice_sec .slick_list.voice .slick-slide dl,
  .single_syoujou .voice_sec .slick_list.voice li dl {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }

	 .single-syoujou .voice_sec .slick_list.voice .slick-slide {
    width: 700px !important;
  }

  .single_syoujou .voice_sec .slick_list.voice .img {
    width: 100%;
    height: 660px;
  }

  .single_syoujou .voice_sec .slick_list.voice .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) {
  .single-syoujou .voice_sec .slick_list.voice .slick-slide {
    width: auto !important;
  }

	.single_syoujou .voice_sec .slick_list.voice .img {
		width: 100%;
		height: 300px !important;
	}
}


/* --------------------------------
その他
-------------------------------- */
.single_syoujou .light_blue_text {
    color: #fff;
}

.single_syoujou .tel_web_sec.sec.bg_cream.under_gray_line,
.single_syoujou .bunseki_sec.sec.under_gray_line{
  display: none;
}

@media screen and (max-width: 767px) {
    .syoujou_detail_mv {
        padding: 10px 0 30px;
    }

    .single_syoujou_h1 {
        margin-bottom: 16px;
        font-size: 28px;
    }

    .syoujou_detail_intro {
        display: block;
    }

    .syoujou_detail_thumb,
    .syoujou_detail_onayami {
        width: 100%;
    }

    .syoujou_detail_thumb {
        margin-bottom: 20px;
    }

    .syoujou_detail_h2 {
        padding: 12px 14px;
        font-size: 18px;
        line-height: 1.5;
    }

    .syoujou_check_list li {
        gap: 8px;
        padding: 14px 12px;
        font-size: 14px;
        line-height: 1.7;
    }

    .syoujou_check_list li .check {
        flex: 0 0 16px;
        width: 16px;
        margin-top: 4px;
    }

    .syoujou_check_list li .check img {
        width: 16px;
    }

    .big_triangle {
        width: 180px;
        height: 24px;
        margin: 20px auto 24px;
    }

    .syoujou_kaizen_img {
        width: 100%;
        margin-bottom: 18px;
    }

    .syoujou_custom_section_sec {
        margin-bottom: 28px;
    }

    .syoujou_custom_section_title {
        margin-bottom: 12px;
        padding: 12px 14px;
        font-size: 18px;
    }

    .syoujou_custom_section_movie {
        margin-bottom: 18px;
    }

    .syoujou_custom_section_image {
        margin-bottom: 18px;
    }

    .syoujou_custom_section_text {
        font-size: 14px;
        line-height: 1.8;
    }

    .syoujou_sejutu_contents .underline_gray_title {
        margin-bottom: 18px;
        padding: 12px 14px;
        font-size: 20px;
    }

    .syoujou_subtitle_contents {
        margin-bottom: 22px;
    }

    .syoujou_subtitle_contents h3 {
        font-size: 16px;
    }

    .syoujou_subtitle_contents p {
        font-size: 14px;
        line-height: 1.8;
    }
}

/* 投稿ページ------------------------- */
.box-rounded {
  border: 2px solid #50ac93;
  border-radius: 12px;
  padding: 20px;
  background: #f9fffd;
  margin: 20px 0;
}

.box-rounded p:last-child {
  margin-bottom: 0;
}
/* 症状詳細ページここまで-------------------------------------------------- */

/* 施術一覧---------------------------------------------------------------- */
/* =========================================================
   施術一覧ページ
========================================================= */

/* 余白 */
.sejutu_archive {
  padding: 0 0 70px;
}

.sejutu_archive .contents_area {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* パンくず下の余白 */
.sejutu_archive .frontier-first-breadcrumb {
  margin-bottom: 18px;
}

/* ------------------------------
施術カード一覧
------------------------------ */
.sejutu_archive .syoujou_list.syoujou_archive_list.sejutu_archive_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sejutu_archive .syoujou_list.syoujou_archive_list.sejutu_archive_list li {
  width: auto;
  margin: 0;
  border: none;
  height: auto;
  overflow: visible;
  position: static;
}

.sejutu_archive .syoujou_list.syoujou_archive_list.sejutu_archive_list li a {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* サムネイル */
.sejutu_archive .syoujou_thumb,
.sejutu_archive .sejutu_thumb {
  aspect-ratio: 1 / 0.65;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  background: #f6f6f6;
}

.sejutu_archive .syoujou_thumb img,
.sejutu_archive .sejutu_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 下の施術名帯 */
.sejutu_archive .syoujou_name,
.sejutu_archive .sejutu_name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  width: 100%;
  padding: 10px 16px;
  background: #52aa92;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  box-sizing: border-box;
  position: static;
}

/* 症状一覧側のspan指定の干渉を打ち消す */
.sejutu_archive .syoujou_list li .sejutu_name__text {
  display: inline-block !important;
  width: auto !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  text-align: center !important;
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  border: none !important;
  box-shadow: none !important;
  white-space: normal !important;
  word-break: break-word !important;
}

/* 矢印 */
.sejutu_archive .syoujou_name::after,
.sejutu_archive .sejutu_name::after {
  content: "＞";
  display: inline-block;
  margin-left: 10px;
  font-size: 0.95em;
  line-height: 1;
  font-weight: 400;
  flex: 0 0 auto;
}

/* ホバー */
.sejutu_archive .syoujou_list.syoujou_archive_list.sejutu_archive_list li a:hover .syoujou_thumb img,
.sejutu_archive .syoujou_list.syoujou_archive_list.sejutu_archive_list li a:hover .sejutu_thumb img {
  transform: scale(1.03);
  transition: transform 0.35s ease;
}

.sejutu_archive .syoujou_list.syoujou_archive_list.sejutu_archive_list li a:hover .syoujou_name,
.sejutu_archive .syoujou_list.syoujou_archive_list.sejutu_archive_list li a:hover .sejutu_name {
  background: #52aa92;
}

/* ------------------------------
ページネーション
------------------------------ */
.sejutu_archive .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 42px;
  padding: 0;
}

.sejutu_archive ul.page-numbers {
  margin-bottom: 0;
}

.sejutu_archive .page-numbers li {
  list-style: none;
  margin: 0 4px;
}

.sejutu_archive .page-numbers a,
.sejutu_archive .page-numbers span {
  width: 34px;
  height: 34px;
  border: 1px solid #50ac93;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #fff;
  color: #52aa92;
  font-size: 15px;
  font-weight: 700;
  box-sizing: border-box;
}

.sejutu_archive .page-numbers .current {
  background: #52aa92;
  color: #fff;
  border-color: #52aa92;
}

.sejutu_archive .page-numbers a:hover {
  background: #52aa92;
  color: #fff;
  border-color: #52aa92;
  opacity: 1;
}

.sejutu_archive .page-numbers .prev,
.sejutu_archive .page-numbers .next {
  width: 34px;
  font-size: 14px;
}

/* ------------------------------
SP
------------------------------ */
@media screen and (max-width: 767px) {
  .sejutu_archive {
    padding: 0 0 50px;
  }

  .sejutu_archive .contents_area {
    padding: 0 12px;
  }

  .sejutu_archive .frontier-first-breadcrumb {
    margin-bottom: 12px;
  }

  .sejutu_archive .syoujou_list.syoujou_archive_list.sejutu_archive_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 14px;
  }

  .sejutu_archive .syoujou_thumb,
  .sejutu_archive .sejutu_thumb {
    aspect-ratio: 1 / 0.7;
  }

  .sejutu_archive .syoujou_name,
  .sejutu_archive .sejutu_name {
    min-height: 44px;
    padding: 8px 8px;
    font-size: 15px;
    gap: 6px;
  }

  .sejutu_archive .syoujou_name::after,
  .sejutu_archive .sejutu_name::after {
    margin-left: 6px;
    font-size: 0.9em;
  }

  .sejutu_archive .page-numbers {
    margin-top: 28px;
  }

  .sejutu_archive .page-numbers a,
  .sejutu_archive .page-numbers span {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}


/* 施術一覧ここまで-------------------------------------------------------- */

/* 施術詳細ページ---------------------------------------------------------- */

.single_sejutu_detail {
  background: #fff;
}

.single_sejutu_detail .contents_area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

/* ------------------------------
上部：タイトル・画像・対応症状
------------------------------ */
.sejutu_detail_mv {
  padding: 20px 0 30px;
}

.single_sejutu_detail_h1 {
  margin: 0 0 20px;
  font-size: 38px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  color: #2f2f2f;
}

.sejutu_detail_intro {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.sejutu_detail_thumb {
  width: 48%;
}

.sejutu_detail_thumb img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}

.sejutu_detail_onayami {
  width: 52%;
  background: #f7f5ee;
}

.sejutu_detail_h2 {
  margin: 0;
  padding: 16px 20px;
  background: #59b3a2;
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.sejutu_check_list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f7f5ee;
}

.sejutu_check_list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 18px;
  border-bottom: 2px dotted #59b3a2;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.sejutu_check_list li:last-child {
  border-bottom: none;
}

.sejutu_check_list li .check {
  flex: 0 0 20px;
  width: 20px;
  margin-top: 3px;
}

.sejutu_check_list li .check img {
  display: block;
  width: 20px;
  height: auto;
}

.sejutu_check_list li .txt {
  flex: 1 1 auto;
}

/* ------------------------------
「当グループの◯◯について」ブロック
------------------------------ */
.sejutu_custom_section_sec {
  padding: 0 0 30px;
}

.sejutu_custom_section_title {
  margin: 18px 0 14px;
  padding: 10px 12px 12px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  background: #e8f9f3;
  position: relative;
  color: #50ac93;
}

.sejutu_custom_section_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(to right, #9ae0c4, #5fc2a6);
  border-radius: 999px;
}

.sejutu_custom_section_movie {
  margin: 0 0 24px;
  background: #555;
}

.sejutu_custom_section_movie iframe,
.sejutu_custom_section_movie video,
.sejutu_custom_section_movie embed,
.sejutu_custom_section_movie object {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

.sejutu_custom_section_body::after {
  content: "";
  display: block;
  clear: both;
}

.sejutu_custom_section_image {
  float: left;
  width: 300px;
  height: 220px;
  max-width: 40%;
  margin: 0 24px 16px 0;
  overflow: hidden;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.sejutu_custom_section_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sejutu_custom_section_text_wrap {
  width: auto;
}

.sejutu_custom_section_text {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}

.sejutu_custom_section_text p {
  margin: 0 0 10px;
}

.sejutu_custom_section_text p:last-child {
  margin-bottom: 0;
}

/* ------------------------------
施術プログラム画像
------------------------------ */
.sejutu_program_sec {
  padding: 0 0 30px;
}

.sejutu_program_img {
  text-align: center;
}

.sejutu_program_img img {
  display: block;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}

/* ------------------------------
本文エリア
------------------------------ */
.sejutu_main_content {
  padding: 0 0 30px;
}

.sejutu_editor_area {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}

.sejutu_editor_area h2 {
  margin: 18px 0 14px;
  padding: 10px 12px 12px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  background: #e8f9f3;
  position: relative;
  color: #50ac93;
}

.sejutu_editor_area h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(to right, #9ae0c4, #5fc2a6);
  border-radius: 999px;
}

.sejutu_editor_area h3 {
  margin: 28px 0 12px;
  padding-left: 12px;
  border-left: 5px solid #59b3a2;
  color: #33b58f;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.sejutu_editor_area p {
  margin: 0 0 1em;
}

.sejutu_editor_area img {
  max-width: 100%;
  height: auto;
}

/* ------------------------------
フリーエリア
※追加するのはここだけ
------------------------------ */
.sejutu-freearea {
  padding: 0 0 30px;
}

.sejutu-freearea:last-of-type {
  padding-bottom: 30px;
}

.sejutu-freearea__title {
  margin: 0 0 18px;
  padding: 12px 16px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  background: #75c4a6;
  border-left: 5px solid #219877;
  color: #fff;
}

.sejutu-freearea__body::after {
  content: "";
  display: block;
  clear: both;
}

.sejutu-freearea__image {
  float: left;
  width: 300px;
  max-width: 40%;
  margin: 0 24px 16px 0;
}

.sejutu-freearea__image img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.sejutu-freearea__text {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
}

.sejutu-freearea__text p {
  margin: 0 0 10px;
}

.sejutu-freearea__text p:last-child {
  margin-bottom: 0;
}

.sejutu-freearea__text ul,
.sejutu-freearea__text ol {
  margin: 0 0 12px 1.5em;
}

.sejutu-freearea__text li {
  margin-bottom: 6px;
}

.sejutu-freearea__text a {
  word-break: break-all;
}

/* ------------------------------
SP
------------------------------ */
@media screen and (max-width: 767px) {
  .sejutu_detail_mv {
    padding: 10px 0 24px;
  }

  .single_sejutu_detail_h1 {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .sejutu_detail_intro {
    display: block;
  }

  .sejutu_detail_thumb,
  .sejutu_detail_onayami {
    width: 100%;
  }

  .sejutu_detail_thumb {
    margin-bottom: 20px;
  }

  .sejutu_detail_h2 {
    padding: 12px 14px;
    font-size: 18px;
  }

  .sejutu_check_list li {
    gap: 8px;
    padding: 14px 12px;
    font-size: 14px;
    line-height: 1.7;
  }

  .sejutu_check_list li .check {
    flex: 0 0 16px;
    width: 16px;
    margin-top: 4px;
  }

  .sejutu_check_list li .check img {
    width: 16px;
  }

  .sejutu_custom_section_sec {
    padding-bottom: 24px;
  }

  .sejutu_custom_section_title {
    margin: 18px 0 12px;
    padding: 10px 12px 12px;
    font-size: 18px;
  }

  .sejutu_custom_section_movie {
    margin-bottom: 18px;
  }

  .sejutu_custom_section_image {
    float: none;
    width: 100%;
    max-width: none;
    height: 220px;
    margin: 0 0 16px 0;
  }

  .sejutu_custom_section_text {
    font-size: 14px;
    line-height: 1.8;
  }

  .sejutu_main_content {
    padding-bottom: 24px;
  }

  .sejutu_editor_area {
    font-size: 14px;
    line-height: 1.8;
  }

  .sejutu_editor_area h2 {
    margin: 18px 0 12px;
    padding: 10px 12px 12px;
    font-size: 18px;
  }

  .sejutu_editor_area h3 {
    font-size: 16px;
  }

  .sejutu_program_sec {
    padding: 0 0 24px;
  }

  .sejutu-freearea {
    padding-bottom: 24px;
  }

  .sejutu-freearea:last-of-type {
    padding-bottom: 24px;
  }

  .sejutu-freearea__title {
    margin-bottom: 14px;
    padding: 10px 12px;
    font-size: 18px;
  }

  .sejutu-freearea__image {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0 0 16px 0;
  }

  .sejutu-freearea__text {
    font-size: 14px;
    line-height: 1.8;
  }
}

/* ------------------------------
　患者様の声
------------------------------ */
@media screen and (min-width: 769px) {
  .single_sejutu_detail .voice_sec .slick_list.voice {
    max-width: 700px;
    margin: 0 auto;
  }

  .single_sejutu_detail .voice_sec .slick-list {
    padding: 0 !important;
  }

  .single_sejutu_detail .voice_sec .slick-track {
    width: 700px !important;
    transform: none !important;
    margin: 0 auto;
    display: block;
  }

  .single_sejutu_detail .voice_sec .slick-slide {
    width: 700px !important;
    margin: 0 auto;
    float: none;
  }

  .single_sejutu_detail .voice_sec .slick-slide dl,
  .single_sejutu_detail .voice_sec .slick-slide li dl,
  .single_sejutu_detail .voice_sec .slick_list.voice li dl {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }

  .single_sejutu_detail .voice_sec .slick_list.voice .img {
    width: 100%;
    height: 660px;
  }

  .single_sejutu_detail .voice_sec .slick_list.voice .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) {
  .single_sejutu_detail .voice_sec .slick-track {
    width: auto !important;
    transform: none !important;
  }

  .single_sejutu_detail .voice_sec .slick-slide {
    width: auto !important;
    float: none;
  }

  .single_sejutu_detail .voice_sec .slick_list.voice .img {
    width: 100%;
    height: 300px !important;
  }
}

/* 施術詳細ページここまで-------------------------------------------------- */