/*
Theme Name: Matsumidai DC
Theme URI: https://corp.ei-o.com/
Author: Eio LLC
Author URI: https://corp.ei-o.com/
Description: まつみだい歯科診療所のカスタムテーマ2025
Version: 1.0
License: GNU General Public License v2 or later
*/
@charset "UTF-8";
:root {
  --main-color: #38B549;
  --accent-sub-color: #f5faeb;
  --accent-sub-color-02: #EAF7ED;
  --title-sub-color-01: #ADE1B4;
  --title-sub-color-02: #D5EDD8;
  --default-back-color: #FFFFFF;
}
body{
 font-family: "Plus Jakarta Sans", sans-serif;
 font-optical-sizing: auto;
 margin: 0;
 font-style: normal;
}
body *{
	box-sizing: border-box;
}
.serif{
  font-family: "Noto Serif JP", serif;
}
img{
	max-width: 100%;
}
p{
	color:#333;
  line-height: 1.75;
}
a:-webkit-any-link{
  color: var(--main-color);
}
.inner{
	max-width: 1150px;
	margin: 0 auto;
  width: 100%;
}
.inner-750{
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}
.flex-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.flex-box.align-start{
  align-items: flex-start;
}
p.en{
  letter-spacing: 10px;
}

.w-100{
  width: 100%;
}
.w-49{
  width: 49%;
}
.w-70{
  width: 70%;
}
.w-25{
  width: 25%;
}
.align-center{
  text-align: center;
}
.align-left{
  text-align: left;
}
.green{
  color: var(--main-color);
}
.fs-14{
  font-size: 14px;
}
.fs-30{
  font-size: 30px;
}
.fs-35{
  font-size: 35px;
}
.fw-500{
  font-weight: 500;
}
.relative{
  position: relative;
}
.absolute{
  position: absolute;
}
.m-50{
  margin: 50px auto;
}
.m-75{
  margin: 75px auto;
}
.m-80{
  margin: 80px auto;
}
.mt-0{
  margin-top: 0;
}
.mb-35{
  margin-bottom: 35px;
}
.mb-80{
  margin-bottom: 80px;
}
.p-70{
  padding: 70px 0;
}
.pt-0{
  padding-top: 0;
}
.green-line-box{
  border: 2px solid var(--main-color);
}
a.disabled {
  pointer-events: none;
  cursor: default;
  color: inherit; /* 必要ならリンク色も打ち消す */
}
h2.wp-block-heading,
h3.wp-block-heading{
  color: var(--main-color);
}

@media (min-width: 768px) {
  body{
    padding-top: 143px;
  }
}
/* header */
header{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
}
.header-inner{
  padding:0 2vw;
  max-width: 1500px;
  margin: 0 auto;
}
header .logo{
	max-width: 280px;
	margin-right: 30px;
}
header .info-box .info-item{
	max-width: 180px;
	margin-right: 5px;
	background-color: var(--accent-sub-color);
  padding: 10px;
  border: none;
}
header .info-box .info-item:last-child{
	margin-right: 0;
}
header .info-box .info-item img{
	max-width: 32px;
	margin-right: 10px;
}
header .info-box .info-item p{
	color:var(--main-color);
	font-size: 11px;
	margin: 0;
}
.header-button .button-tel,
.header-button .button-reserv{
	text-align: center;
	min-height: 55px;
	padding: 0 20px;
	text-decoration: none;
}
.header-button .button-tel p,
.header-button .button-reserv p{
	margin: 0;
  color: #fff;
}
.header-button .button-tel{
	border: 1px solid var(--main-color);
	background-color: #fff;
	border-radius: 50px;
	margin-right: 10px;
}
.header-button .button-tel span.lead{
	font-size: 10px;
	color: var(--main-color);
}
.header-button .button-tel p{
	font-size: 18px;
	color: var(--main-color);
}
.header-button .button-tel img{
	max-width: 18px;
	margin-right: 15px;
}
.header-button .button-reserv{
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 50px;
  color: #fff;
}
.header-button .button-reserv img{
  margin-right: 15px;
}
.header-button .button-reserv p{
  font-size: 16px;
}
.header-button span.icon{
  display: inline-block;
  width: 24px; /* 画像サイズに合わせる */
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.header-button .button-tel span.icon-tel{
  background-image: url("./img/icon-tel-green.png");
  margin-bottom: 5px;
}
.header-button .button-reserv span.icon-calendar{
  background-image: url("./img/icon-calendar-white.png");
}
.header-button .button-tel:hover{
  background-color: var(--main-color);
}
.header-button .button-tel:hover p,
.header-button .button-tel:hover span{
  color: #fff;
}
.header-button .button-tel:hover p,
.header-button .button-tel:hover span{
  color: #fff;
}
.header-button .button-tel:hover span.icon-tel{
  background-image: url("./img/icon-tel-white.png");
}
.header-button .button-reserv:hover{
  background-color: #fff;
}
.header-button .button-reserv:hover p{
  color: var(--main-color);
}
.header-button .button-reserv:hover span.icon-calendar{
  background-image: url("./img/icon-calendar-green.png");
}





header .header-nav{
	background-color: var(--main-color);
}
header ul.menu{
	margin: 0;
}
header .menu.flex-box{
	justify-content: center;
}
header .menu li{
	list-style: none;
	margin-right: 40px;
}
header .menu li:last-child{
	margin-right: 0;
}
header .menu li a{
	color: #fff;
	text-decoration: none;
	padding: 20px 0;
	display: block;
}
header .menu li.menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg); /* 右下に向けて三角形に */
  vertical-align: middle;
  margin-top: -5px;
}


.menu{
  position: relative;
}
/* 親メニューの位置を基準にする */
.menu li {

}

/* サブメニューを初期は非表示 */
.menu li .sub-menu {

}

.menu > li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: none;
  z-index: 9999;
  background: var(--accent-sub-color);
}

/* ホバーで表示 */
.menu li:hover > .sub-menu {
  display: flex;
  flex-wrap: wrap;
}

/* サブメニュー内の各項目を横並びやグリッドにしたい場合 */
.menu li .sub-menu li {
    display: inline-block;
    width: auto;
    margin: 0 2.5%;
}
.menu li .sub-menu li a{
  color: var(--main-color);
}

/* スマホ対応のためにデフォルトでは縦に戻したい場合（レスポンシブ） */
@media (max-width: 768px) {
  .menu li .sub-menu {
    position: static;
    width: 100%;
    display: block;
    padding: 0;
    box-shadow: none;
  }

  .menu li .sub-menu li {
    display: block;
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 1180px) {
  /* .header-nav.pc-box,
  .info-box.flex-box,
  .header-button.flex-box.pc-box{
    display: none;
  } */
  .info-box.flex-box{
    display: nonee;
  }

}



.mv{
	background-image: url('img/251027_front-main-v-bg.png');
  background-position: center;
  background-size: cover;
  min-height: 800px;
  display: flex;
  align-items: center;   /* 垂直方向の中央揃え */
}
.mv-inner{
	margin-left: 8vw;
  position: relative;
  top: -70px;
}
.mv-inner h1 span{
	color: #fff;
	font-weight: normal;
	font-size: 18px;
}
.mv-inner .bg-green{
	background-color: var(--main-color);
	padding: 5px;
}
.mv-inner .f-big{
	font-size: 22px;
}
.mv-inner .catch-box{

}
.mv-inner .catch-box p{
	margin: 0;
}
.mv-inner .catch-box .catch-01{
	font-size: 32px;
	letter-spacing: 0.12em;
}
.mv-inner .catch-box .catch-02{
	font-size: 32px;
	letter-spacing: 0.12em;
}
.mv-inner .catch-box .catch-02 span.f-big{
	font-size: 52px;
}
.mv-inner .catch-box .catch-03{
	font-size: 52px;
	letter-spacing: 0.12em;
}
.mv-inner .catch-box .catch-03 span.f-big{
	font-size: 76px;
  background: linear-gradient(90deg, #9BCE53, var(--main-color)); /* 左から右へのグラデーション */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding: 0 5px;
}
.mv-inner .catch-box p span.bg-white{
	background-color: #fff;
  padding: 0.35em 0;
}


/* トップページ */
section.bg-green{
	background-color: var(--accent-sub-color);
}
.inner-1000{
	max-width: 1000px;
	margin: 0 auto;
}
.front-content{
	padding: 135px 0;
}
.title-box{
	text-align: center;
	margin-bottom: 80px;
}
.title-box p.en{
  font-size: 62px;
  color: var(--title-sub-color-01);
  margin: 0;
}
.title-box h2{
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}
.title-box p.lead{
  margin: 50px auto;
  line-height: 2;
}
.front-content.news .news-title-box{
	width: 260px;
}
.front-content.news .title-box{
	margin-bottom: 3em;
}
.arrow-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 32px;
  border: 2px solid var(--main-color);
  border-radius: 2px;
  color: var(--main-color);
  font-size: 18px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
  width: 100%;
}
.arrow-button .arrow {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 1px;
  background-color: var(--main-color);
}
.arrow-button .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 10px;
  height: 11px;
  border-top: 1px solid var(--main-color);
  transform: translateY(-50%) rotate(45deg);
}
.arrow-button:hover .arrow {
  transform: translateX(4px);
  transition: transform 0.3s;
}
.front-content.news .news-content-box{
	width: 670px;
}
.news-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.news-item {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: background 0.3s;
}
.news-meta {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 8px;
}
.news-date {
  color: var(--main-color);
  font-size: 14px;
}
.news-title {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  color: #333;
}
.news-excerpt {
  font-size: 14px;
  color: #333;
  margin: 0;
  padding-right: 24px;
}
.news-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #333;
}

.front-content.information{
	padding-bottom: 0;
}
.front-content.information .subtitle{
	justify-content: flex-start;
	margin-bottom: 30px;
}
.front-content.information .subtitle img{
	padding-right: 20px;
}
.front-content.information .subtitle h3{
	color: var(--main-color);
	font-size: 20px;
	font-weight: normal;
	margin: 0;
}
.front-content.information .subtitle h3 span{
	font-size: 28px;
}
.clinic-schedule-box{
	background-color: #fff;
	padding: 10px;
	margin-bottom: 30px;
}
.clinic-schedule {
  width: 100%;
  border-collapse: collapse;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 2px;
  overflow: hidden;
}
.clinic-schedule th,
.clinic-schedule td {
  padding: 12px;
  text-align: center;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
}
.clinic-schedule th:first-child,
.clinic-schedule td:first-child {
  border-left: none;
  text-align: center;
}
.clinic-schedule thead tr {
  border-bottom: 1px solid #ccc;
}
.clinic-schedule tbody tr:last-child td {
  border-bottom: none;
}
.schedule-info{
	margin-bottom: 30px;
}
.information-content .button-tel,
.information-content .button-reserv{
	width: 48%;
}
.information-content .button-tel{
	margin-right: 0;

}
.information-content .button-reserv{

}
.information-content .button-tel span.lead{
	font-size: 10px;
}
.information-content .button-tel .flex-box,
.information-content .button-reserv.flex-box{
	justify-content: center;
}
.information-content-box .information-image-box p.address{
	font-size: 14px;
}
.info-box .info-item{
  border: 1px solid var(--main-color);
  border-radius: 5px;
  background-color: #fff;
  padding: 10px 15px;
}
.info-box .info-item img{
  margin-right: 15px;
  max-width: 40px;
}
.info-box .info-item p{
  margin: 0;
  color: var(--main-color);
  font-size: 15px;
}
.more-button-box{
	margin-top: 30px;
}
.more-button-box a.more-button{
  width: 80%;
  border: 2px solid var(--main-color);
  background-color: #fff;
  color: var(--main-color);
  padding: 25px 40px 10px;
  display: inline-block;
  text-decoration: none;
  border-radius: 2px;
}
.more-button-box a.more-button span.more-main{
	font-size: 18px;
}
.more-button-box a.more-button p.more-sub{
  margin-bottom: 0!important;
  text-align: right;
  font-size: 14px;
  color:var(--main-color);
  margin-top: 5px;
}
.more-sub .arrow {
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: var(--main-color);
  position: relative;
  top: -5px;
  right: -15px;
}
.more-sub .arrow::after {
  content: "";
  position: absolute;
  top: 5%;
  right: 0px;
  width: 8px;
  height: 6px;
  border-top: 1.5px solid var(--main-color);
  transform: translateY(-50%) rotate(45deg);
}
.more-button-box a.more-button:hover .arrow {
  transform: translateX(4px);
  transition: all 0.3s;
}
.front-content.information .information-content-box .information-image-box img.exterior{
  max-width: 570px;
  width: 100%;
}
.g-map{
	width: 100%;
	margin: 80px auto 0px;
}
.g-map.bottom{
  margin: 0px auto 0px;
}
.g-map iframe{
	width: 100%;
}

.front-content.message .message-left .title-box{
	margin-bottom: 50px;
}
.front-content.message .message-left p.subtitle{
	font-size: 20px;
	margin: 0;
	margin-bottom: 30px;
	font-weight: 500;
}
.front-content.message .message-right{
	width: 47%;
  margin-top: 200px;
}
.front-content.message .message-right .message-text p{
	font-size: 16px;
	line-height: 2;
}
.front-content.message {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.front-content.message::before {
  content: "";
  position: absolute;
  top: 8%;
  right: 0;
  width: 68%;
  height: 90%;
  background: var(--accent-sub-color);
  z-index: 0;
}
.front-content.message .inner-1000 {
  position: relative;
  z-index: 1;
}
.front-content.message .message-left img{
  width: 100%;
  max-width: 450px;
}


.future-content-box {
  background: linear-gradient(to bottom, var(--accent-sub-color) 0%, #FFFFFF 100%);
  padding: 100px 0;
}
.future-content-box .subtitle-box h3{
  color: var(--main-color);
  font-size: 36px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.future-content-box .subtitle-box h3::before{
  content: 'FEATURE 01';
  color: var(--title-sub-color-02);
  position: absolute;
  font-size: 60px;
  z-index: -1;
  top: -80%;
}
.future-content-box.feature-02 .subtitle-box h3::before{
  content: 'FEATURE 02';
}
.future-content-box.feature-03 .subtitle-box h3::before{
  content: 'FEATURE 03';
}
.future-content-box .subtitle-box p{
  font-size: 28px;
  color: #8C8C8C;
  font-weight: 500;
}
.future-content-box .feature-content{
  align-items: flex-start;
}
.future-content-box .feature-content .feature-text-box,
.future-content-box .feature-content .feature-image-box{
  width: 48%;
}
.future-content-box .feature-content .feature-text-box p{
  font-size: 16px;
  margin: 0;
  line-height: 2;
  margin-bottom: 30px;
}
.feature-point ul{
  padding: 0;
  margin: 0;
  justify-content: flex-start;
}
.feature-point ul li{
  list-style: none;
  background-color: var(--accent-sub-color-02);
  list-style: none;
  background-color: var(--accent-sub-color-02);
  position: relative;
  padding: 10px 20px 10px 31px;
  color: var(--main-color);
  margin-right: 15px;
  margin-bottom: 15px;
  min-width: 215px;
}
.feature-point ul li::before{
  content: '';
  background-image: url('img/icon-check-green.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 35%;
  left: 5%;
}
.future-content-box .auto-slider {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}
.swiper-wrapper {
  transition-timing-function: linear !important;
}
.future-content-box .auto-slider .swiper-slide {
  width: auto;
}
.future-content-box .auto-slider img {
  height: 200px; /* 任意で調整 */
  width: auto;
  object-fit: cover;
}

.treatment .inner-wide{
  max-width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  padding: 80px 0;
  margin-bottom: 80px;
}
.treatment .inner h3{
  color: var(--main-color);
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 80px;
  position: relative;
}
.treatment .inner h3::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: var(--main-color);
  margin: 80px auto 0;
}
.treatment .treatment-content-box{
  margin: 80px auto;
}
.treatment .treatment-content-box h4{
  color: var(--main-color);
  font-size: 36px;
  font-weight: 500;
  margin: 0;
}
.treatment .treatment-content-box .flex-box{

}
.treatment .treatment-content-box .flex-box .treatment-content-text,
.treatment .treatment-content-box .flex-box .treatment-content-image{
  width: 48%;
}
.treatment .treatment-content-box .treatment-content-text h5{
  color: #8C8C8C;
  font-size: 28px;
  font-weight: 500;
  margin: 0 auto 30px;
  padding-top: 30px;
}
.treatment .treatment-content-box .treatment-content-text p{
  font-size: 16px;
  line-height: 2;
}
.treatment .treatment-content-box .treatment-content-text ul li{
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}
.treatment .treatment-content-box .treatment-content-text ul li::before{
  content: '';
  background-image: url('img/icon-check-green.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 25%;
  left: -5%;
}
.treatment .treatment-content-box .treatment-content-text ul li:last-child{
  margin-bottom: 0;
}
.treatment .treatment-content-box .treatment-content-text .more-button{
  /* padding-left: 80px; */
  font-size: 18px;
}
.treatment .other-treatment{
  border: 1px solid #D2D2D2;
  border-radius: 10px;
  padding: 50px;
  margin-bottom: 50px;
}
.treatment .inner .other-treatment:last-child{
  margin-bottom: 0;
}
.treatment .other-treatment-content-box h4{
  margin-top: 0;
  color: var(--main-color);
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.treatment .other-treatment-content-box p.lead{
  text-align: center;
  margin-bottom: 30px;
}
.treatment .other-treatment-box.flex-box{
  justify-content: center;
  gap: 50px;
}
.treatment .other-treatment-box a{
  display: block;
  background-color: var(--accent-sub-color);
  padding: 20px 20px;
  text-decoration: none;
  min-width: 260px;
}
.treatment .other-treatment:nth-of-type(2n) .other-treatment-box a{
  background-color: #fff;
  border: 1px solid var(--main-color);
}
.treatment .other-treatment-box a h5{
  margin-top: 0;
  border-bottom: 1px solid var(--main-color);
  color: var(--main-color);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.treatment .other-treatment-box a img{
  display: block;
  margin: 20px auto;
}
.treatment .other-treatment-box a p{
  color: var(--main-color);
  text-align: center;
  position: relative;
}
.treatment .other-treatment-box a .more-sub .arrow{
  position: absolute;
  bottom: -20px;
  top: auto;
  right: 0;
}
.treatment .other-treatment-more{
  justify-content: center;
  gap: 50px;
}
.treatment .other-treatment-more a{
  width: 380px;
}

.front-content.case{
  background: linear-gradient(to top, var(--accent-sub-color) 0%, #FFFFFF 100%);
}
.front-content.case .more-button-box a{
  width: 380px;
  margin: 0 auto;
  display: block;
}

.faq-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}
.faq-item {
  background-color: var(--accent-sub-color);
  margin-bottom: 24px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--accent-sub-color);
}
.faq-question {
  all: unset;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  cursor: pointer;
  gap: 16px;
  box-sizing: border-box;
}
.faq-question .faq-text{
  color: var(--main-color);
}
.faq-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--main-color);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  flex-shrink: 0;
}
.faq-icon.a {
  background-color: var(--accent-sub-color);
  color:var(--main-color);
}
.faq-text {
  font-size: 16px;
  color: #333;
  margin-top: 0;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #fff;
  padding: 0 20px;
}
.faq-answer-inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
}
.faq-item.open .faq-answer {
  max-height: 500px; /* 必要に応じて拡張可 */
}

.front-content.column{

}
.bg-half-green{
  position: relative;
  overflow: hidden; /* 背景がはみ出さないように */
}
.bg-half-green .half-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%; /* 下半分だけ背景色 */
  background-color: var(--accent-sub-color); /* 好きな背景色に変更可 */
  z-index: 0;
}
.bg-half-green .inner {
  position: relative;
  z-index: 1;
}
.front-content.column .post-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding: 60px 20px;
}
.front-content.column .post-card {
  width: 350px;
  overflow: hidden;
  transition: transform 0.3s;
}
.front-content.column .post-card:hover {
  transform: translateY(-5px);
}
.front-content.column .post-card a{
  text-decoration: none;
}
.front-content.column .post-thumb img {
  width: 100%;
  height: auto;
  max-height: 230px;
  object-fit: cover;
  display: block;
}
.front-content.column .post-meta {
  padding: 16px;
}
.front-content.column .post-date {
  font-size: 14px;
  color: var(--main-color);
  margin-bottom: 8px;
}
.front-content.column .post-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  margin: 0;
}
.front-content.column a.more-button{
  width: 380px;
  display: block;
  margin: 0 auto;
}

.bottom-information .bottom-information-head {
  border-bottom: 1px solid #BBBBBB;
  padding-bottom: 20px;
}
.bottom-information .bottom-information-head .flex-box{
  align-items: flex-end;
  justify-content: flex-start;
}
.bottom-information .bottom-information-head .title.flex-box{
  align-items: center;
  width: 50%;
}
.bottom-information .bottom-information-head .title .logo-icon{
  padding-right: 20px;
}
.bottom-information .bottom-information-head .title h2{
  color: var(--main-color);
  font-size: 20px;
  margin: 0;
  font-weight: 500;
}
.bottom-information .bottom-information-head .title h2 span{
  display: block;
  font-size: 28px;
}
.bottom-information .bottom-information-head .address p{
  margin: 0;
}
.bottom-information .bottom-information-bottom{
  padding-top: 20px;
}
.bottom-information .bottom-information-bottom .clinic-schedule-box{
  background-color: var(--accent-sub-color);
}
.bottom-information .bottom-information-bottom .schedule-info p{
  font-size: 14px;
  margin: 5px auto;
}
.bottom-information .information-image-box{
  width: 50%;
}
.bottom-information .header-button{
  margin-top: 30px;
}
.bottom-information .header-button .button-tel,
.bottom-information .header-button .button-reserv{
  width: 45%;
}
.bottom-information .header-button .button-tel .flex-box,
.bottom-information .header-button .button-reserv.flex-box{
  justify-content: center;
}

/* スタッフページ */
.page .page-mv{
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  display: flex;
  align-items: center;
}
.page .page-mv.page-staff{
  background-image: url('./img/header-staff.png');
}
.page .page-mv .inner{
  max-width: 100%;
  margin: 0 10vw;
}
.page .page-main-title-box{
  text-align: left;
}
.page .page-mv .page-main-title{
  text-align: center;
  display: inline-block;
}
.page .page-mv .page-main-title p{
  color: var(--title-sub-color-01);
  font-size: 60px;
  letter-spacing: 8px;
  margin: 0;
}
.page .page-mv .page-main-title h1{
  margin: 0;
  font-weight: 500;
}
nav.breadcrumb{
  margin: 50px auto;
}
nav.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 0;
}
nav.breadcrumb ul li{
  list-style: none;
  margin-right: 1em;
}
nav.breadcrumb ul li:after{
  content: '>';
  padding-left: 1em;
}
nav.breadcrumb ul li:last-child{
  margin-right: 0;
}
nav.breadcrumb ul li:last-child:after{
  content: none;
}
.page .lead-text,
.footer-treatment .lead-text{
  text-align: center;
}
.page .lead-text p,
.footer-treatment .lead-text p{
  line-height: 2;
}
.page .page-title-box,
.footer-treatment .page-title-box{
  text-align: center;
  position: relative;
  padding-top: 45px;
  margin: 0px auto 50px;
}
.page .page-title-box p,
.footer-treatment .page-title-box p{
  color: var(--title-sub-color-02);
  font-size: 60px;
  letter-spacing: 8px;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 1;
}
.page .page-title-box h2,
.footer-treatment .page-title-box h2{
  color: var(--main-color);
  font-size: 36px;
  font-weight: 500;
  margin: 0;
  position: relative;
  z-index: 2;
}
section.page-section{
  padding: 80px 0;
}
.main-lead{

}
.page .lead-text,
.footer-treatment .lead-text{
  margin: 50px auto 75px;
}
.page-section.message{
  padding-bottom: 0;
}
.bg_green-box{
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.bg_green-box::before{
  content: "";
  position: absolute;
  top: 8%;
  right: 0;
  width: 68%;
  height: 100%;
  background: var(--accent-sub-color);
  z-index: -1;
}
.message .massage-content .message-text{
  width: 45%;
}
.message .massage-content .message-text p{
  line-height: 2;
  margin: 0 auto 50px;
}
.message .massage-content .message-text h3{
  color: var(--main-color);
  text-align: right;
  font-size: 18px;
  font-weight: 500;
}
.message .massage-content .message-text h3 span{
  font-size: 14px;
  padding-right: 25px;
}
.message .massage-content .message-image{
  width: 50%;
}
.flex-box.career{
  max-width: 1000px;
  align-items: flex-start;
}
.career .career-left,
.career .career-right{
  width: 48%;
}
.career .career-left{

}
.career .career-right{

}
.career .career-left h4,
.career .career-right h4{
  color: var(--main-color);
  font-size: 25px;
  border-bottom: 1px solid var(--main-color);
  font-weight: 500;
  padding-bottom: 15px;
}
.career .career-right h4:nth-of-type(2){
  margin-top: 50px;
}
.flex-box.career table th,
.flex-box.career table td{
  text-align: left;
  font-weight: 500;
}
.flex-box.career table th{
  padding-right: 15px;
}
.flex-box.career table{
 border-spacing: 0 10px
}
.career .career-right ul{
  margin: 0;
  padding: 0;
}
.career .career-right ul li{
  list-style: none;
  margin-bottom: 10px;
}
.bg-green-gradient{
  background: linear-gradient(to bottom, var(--accent-sub-color) 0%, #FFFFFF 500px);
}
.dentist-content-box{
  padding: 80px 0;
}
.dentist-content-box .dentist-image-box,
.dentist-content-box .dentist-text-box,
.dentist-content-box .dentist-left,
.dentist-content-box .dentist-right{
  width: 48%;
}
.dentist-content-box .dentist-image-box img{
  width: 100%;
}
.dentist-content-box .flex-box{
  align-items: flex-start;
}
.dentist-text-box h3{
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 15px;
  font-weight: 500;
  font-size: 30px;
  margin-top: 0;
}
.dentist-text-box h3 span{
  border-left: 4px solid var(--main-color);
  padding: 5px 20px 5px 15px;
  font-size: 18px;
}
.dentist-text-box h3 span.en{
  padding: 0px 0px 0px 20px;
  border: none;
  font-size: 20px;
}
.dentist-content-box .flex-box.career{
  max-width: 100%;
}
.dentist-content-box .dentist-text-box p.subtitle{
  font-size: 20px;
  color: var(--main-color);
}
.dentist-content-box .dentist-text-box p.catch{
  font-size: 26px;
  color: var(--main-color);
}
.page-section.dentist .dentist-content-box:last-child{
  padding-bottom: 0;
}
.page-section.hygienist .hygienist-content{
  margin-bottom: 80px;
}
.page-section.hygienist .hygienist-content:last-child{
  margin-bottom: 0;
}
.page-section.hygienist .hygienist-content .dentist-text-box{
  width: 100%;
}
.page-section.hygienist .hygienist-content .hygienist-box{
  margin-bottom: 50px;
  width: 48%;
}
.page-section.hygienist .hygienist-content .hygienist-box img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center 40%;
    margin-bottom: 20px;
}
.page-section.hygienist .hygienist-content .hygienist-box h3{
  margin-bottom: 0;
}
.page-section.recruit .image-box img{
  width: 49%;
  margin-bottom: 25px;
}
.page-section.recruit .image-box img:nth-of-type(3),
.page-section.recruit .image-box img:nth-of-type(4){
  margin-bottom: 0;
}


/* 設備紹介ページ */
.page .page-mv.page-facilities{
  background-image: url('./img/header-facility.png');
}
.page .gallery-item{
  width: 48%;
}
.page .gallery-item.full{
  width: 100%;
  margin-bottom: 80px;
}
.page .gallery-item h3{
  font-size: 28px;
  text-align: center;
  font-weight: 500;
  color: var(--main-color);
  position: relative;
}
.page .gallery-item h3::after{
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: var(--main-color);
  margin: 15px auto 0;
}
.page .gallery-item p{
  line-height: 2;
}
.page .gallery-content .gallery-item{
  margin-bottom: 80px;
}
.page .facilities-infection .gallery-content .gallery-item{
  width: 49%;
  margin-bottom: 2%;
}
section.page-section.gallery{
  padding-bottom: 0;
}
.page .gallery-item.full p{
  text-align: center;
}

/* アクセスページ */
.page .page-mv.page-access{
  background-image: url('./img/header-access.png');
}
.page-section.overview .flex-box .overview-left{
  width: 55%;
}
.page-section h3.custom{
  font-size: 30px;
  color: var(--main-color);
  font-weight: 500;
  margin-top: 0;
}
.page-section.overview .flex-box{
  align-items: flex-start;
}
table.underline-table {
  width: 100%;
  border-collapse: collapse;
}
table.underline-table th,
table.underline-table td {
  text-align: left;
  padding: 15px 0;
  vertical-align: top;
  font-weight: 500;
  line-height: 2;
}
table.underline-table tr {
  border-bottom: 1px solid #333;
}
table.underline-table th {
  white-space: nowrap;
}
.flex-item.overview-left table.underline-table{
  margin-bottom: 30px;
}
.flex-item.overview-left .info-box .info-item{
  background-color: var(--main-color);
}
.flex-item.overview-left .info-box .info-item p{
  color:#fff;
}
.flex-item.overview-right{
  width: 40%;
}
.flex-item.overview-right img.image-overview{
  width: 100%;
  margin-bottom: 20px;
}
.flex-item.overview-right .flex-box img{
  width: 48%;
}
.page-section.overview .time{
  margin-top: 80px;
}
.page-section.overview .clinic-schedule-box{
  background-color: var(--accent-sub-color);
  max-width: 750px;
  margin: 0 auto;
}
.page-section.overview .clinic-schedule-box th,
.page-section.overview .clinic-schedule-box td{
  font-size: 20px;
}
.page-section .access-route{
  margin-top: 80px;
}
.access-route .flex-box{
  align-items: flex-start;
}
.access-route .flex-box .flex-item{
  width: 30%;
  margin-right: 5%;
  margin-bottom: 30px;
  position: relative;
}
.access-route .flex-box .flex-item:nth-of-type(3n){
  margin-right: 0;
}
.access-route .flex-box .flex-item::before {
  content: "1";
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: var(--main-color);
  color: white;
  font-size: 25px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.access-route .flex-box .flex-item:nth-of-type(2)::before {
  content: "2";
}
.access-route .flex-box .flex-item:nth-of-type(3)::before {
  content: "3";
}
.access-route .flex-box .flex-item:nth-of-type(4)::before {
  content: "4";
}
.access-route .flex-box .flex-item:nth-of-type(5)::before {
  content: "5";
}
.access-route .flex-box .flex-item:nth-of-type(6)::before {
  content: "6";
}

/* 初めての方へ */
.page .page-mv.page-first{
  background-image: url('./img/header-first.png');
}
.page-section.message.welcome{
  padding: 100px 0;
}
.welcome .h3-title-box{

}
.welcome .h3-title-box p.en {
  color: var(--title-sub-color-01);
  font-size: 60px;
  margin-bottom: 0;
  line-height: 1.5;
}
.page-section.welcome .h3-title-box h3{
  color: var(--main-color);
  text-align: left;
  font-size: 28px;
  font-weight: 500;
  margin-top: 0;
}
.welcome .message-text h4 {
  font-size: 28px;
  font-weight: 500;
}
.bg-gray{
  background-color: #F3F3F3;
}
.bg-gray .page-title-box p.gray{
  color: #DDDDDD;
}
.worries-container.flex-box{
  gap: 50px;
}
.worries-container.flex-box .worries-item{
  width: calc(33.33% - 35px);
  background-color: #fff;
  padding: 50px 25px;
}
.worries-container.flex-box .worries-item img{
  display: block;
  margin: 0 auto;
}
.worries-container.flex-box .worries-item h3{
  margin: 25px auto;
  text-align: center;
  font-weight: 500;
}
.worries-container.flex-box .worries-item p{
  margin-bottom: 0;
}
.worries .worries-solution{
  margin: 80px auto 0;
}
.triangle-down {
  width: 0;
  height: 0;
  margin: 0 auto 50px;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-top: 30px solid var(--main-color);
}
.worries-solution p{
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
}
.worries-solution h3{
  color: var(--main-color);
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  margin-top: 10px;
}
.page-section.policy .page-title-box{
  padding-top: 0;
}
.page-section.policy .page-title-box p{
  position: relative;
}
.page-section.policy .page-title-box h2{
  color: #333;
  font-size: 30px;
}
.policy .future-content-box .feature-content{
  align-items: center;
}
.policy .future-content-box .subtitle-box h3::before{
  content: 'POLICY 01';
}
.policy .future-content-box.feature-02 .subtitle-box h3::before {
  content: 'POLICY 02';
}
.policy .future-content-box.feature-03 .subtitle-box h3::before {
  content: 'POLICY 03';
}
.flow-item{
  background-color: #fff;
  padding: 25px 50px;
  margin-bottom: 40px;
}
.flow-content-box .inner-1000 .flow-item:last-child{
  margin-bottom: 0;
}
.flow-item .flow-image{
  width: 30%;
}
.flow-item .flow-image img{
  width: 100%;
}
.flow-item .flow-item-content{
  width: 66%;
}
.flow-item .flow-title {
  margin-bottom: 25px;
}
.flow-title .flex-box{
  align-items: flex-start;
  justify-content: flex-start;
}
.flow-title .flow-step-icon{
  background-color:var(--main-color);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  padding: 5px 10px;
  margin-right: 20px;
  margin-top: 10px;
}
.flow-title h3{
  margin: 0;
  color: var(--main-color);
  font-size: 35px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  width: 80%;
  line-height: 1.25;
}
.flow-title h3 span{
  display: block;
  font-size: 28px;
}
.flow-contact .flex-box{
  justify-content: flex-start;
}

/* 当院について */
.page .page-mv.page-guide{
  background-image: url('./img/header-guide.png');
}
.guide-item{
  padding: 80px 0;
}
.guide-item.bg-green{
  background-color: var(--accent-sub-color);
}
.guide-item .inner{

}
.guide-item .guide-content{
  width: 49%;
}
.guide-item .guide-image{
  width: 49%;
}
.guide-item .guide-content h2{
  font-size: 35px;
  color: var(--main-color);
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.guide-item .guide-content h2::before {
  content: 'FEATURE';
  color: var(--title-sub-color-02);
  position: absolute;
  font-size: 60px;
  z-index: -1;
  top: -80%;
  letter-spacing: 10px;
}
.guide-item.guide-item-02 .guide-content h2::before{
  content: 'STAFF';
}
.guide-item.guide-item-03 .guide-content h2::before{
  content: 'FACILITIES';
}
.guide-title h3{
  color: #8C8C8C;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 3px;
}

/* 診療内容 */
.page .page-mv.page-treatment{
  background-image: url('./img/header-treatment.png');
}

/* 治療症例紹介 */
.page .page-mv.page-case{
  background-image: url('./img/header-case.png');
}
.case-content{
  margin-top: 90px;
}
.case-content .treatment-comparison {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  margin-bottom: 40px;
}
.case-content .image-box {
  position: relative;
  width: 48%;
}
.case-content .image-box img {
  width: 100%;
  display: block;
}
/* 治療前ラベル */
.case-content .image-box.before::before {
  content: "治療前";
  position: absolute;
  top: -30px;
  left: 0;
  background: #ccc;
  color: #333;
  font-size: 14px;
  border-radius: 0 0 0px 0px;
  clip-path: polygon(0% 0, 80% 0%, 100% 100%, 0% 100%);
  padding: 5px 30px 5px 20px;
}
/* 治療後ラベル */
.case-content .image-box.after::before {
  content: "治療後";
  position: absolute;
  top: -30px;
  left: 0;
  background: var(--main-color);
  color: #fff;
  font-size: 14px;
  border-radius: 0 0 0px 0px;
  clip-path: polygon(0% 0, 80% 0%, 100% 100%, 0% 100%);
  padding: 5px 30px 5px 20px;
}
.case-content .arrow {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid var(--main-color);
}
.case-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  background-color: #fff;
}
.case-table th,
.case-table td {
  border: 1px solid var(--main-color);
  padding: 20px 30px;
  text-align: left;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.8;
}
.case-table th {
  background-color: var(--accent-sub-color);
  color: #333;
  font-weight: normal;
  min-width: 200px;
  text-align: center;
  vertical-align: middle;
}
.case-table td {
  background-color: #fff;
  color: #333;
}

/* 料金表・お支払いについて */
.page .page-mv.page-price{
  background-image: url('./img/header-price.png');
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  color: #333;
}
.compare-table th,
.compare-table td {
  border: 1px solid var(--main-color);
  padding: 20px 25px;
  vertical-align: top;
  line-height: 1.8;
  font-weight: normal;
}
.compare-table thead th {
  background-color: var(--accent-sub-color);
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}
.compare-table .empty-cell {
  background: none;
  border: none;
}
.compare-table tbody th {
  background-color: var(--accent-sub-color);
  width: 120px;
  min-width: 160px;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
.flex-box.pricelist-container{
  align-items: flex-start;
}
.flex-box.pricelist-container .pricelist-text,
.flex-box.pricelist-container .pricelist-image{
  width: 48%;
}
.flex-box.pricelist-container .pricelist-text h3{
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 0;
}
.pricelist-content-box .pricelist-container{
  margin-bottom: 80px;
}
.pricelist-content-box .pricelist-container:last-child{
  margin-bottom: 0;
}
.pricelist-treatment-list-box{
  margin-bottom: 80px;
}
.pricelist-treatment-list-box h3,
h3.h3-bg-green{
  background-color: var(--main-color);
  color: #fff;
  font-size: 28px;
  padding: 10px 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
.pricelist-treatment-list-box .pricelist-treatment-list-item{
  margin-bottom: 60px;
}
.pricelist-treatment-list-box .pricelist-treatment-list-item:last-child{
  margin-bottom: 0;
}
.pricelist-treatment-list-box .pricelist-treatment-list-item h4,
h4.h4-bg-beige{
  background-color: var(--accent-sub-color);
  color: var(--main-color);
  padding: 10px 15px;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
}
.pricelist-treatment-image,
.treatment-menu .future-content-item .future-content-image{
  width: 40%;
}
.pricelist-treatment-image img,
.treatment-menu .future-content-item .future-content-image img{
  width: 100%;
}
.pricelist-treatment-text,
.treatment-menu .future-content-item .future-content-text{
  width: 56%;
}
.pricelist-treatment-text h5{
  color: var(--main-color);
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
}
.pricelist-treatment-text .treatment-price{
  justify-content: flex-start;
}
.treatment-price span.price-icon{
  border: 1px solid var(--main-color);
  color: var(--main-color);
  padding: 2px 15px;
  margin-right: 15px;
}
.treatment-price p span,
.pricelist-treatment-list-item table td span,
.pricelist-treatment-list-item table th span{
  font-size: 80%;
}
.pricelist-treatment-list-item table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--main-color);
}
.pricelist-treatment-list-item table th,
.pricelist-treatment-list-item table td {
  border: 1px solid var(--main-color);
  padding: 14px 18px;
  vertical-align: middle;
}
.pricelist-treatment-list-item table th {
  background-color: var(--accent-sub-color);
  font-weight: 500;
  width: 50%;
  white-space: nowrap;
}
.pricelist-treatment-list-item table td {
  background-color: #fff;
  text-align: center;
}
.pricelist-treatment-list-item table th span{

}
.deduction-item h3{
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-top: 0;
}
.deduction-content .deduction-item{
  margin-bottom: 40px;
}
.deduction-content .deduction-item:last-child{
  margin-bottom: 0;
}
.deduction-bottom.bg_green-box{
  padding: 80px 0;
  margin: 80px auto;
}
.deduction-bottom.bg_green-box::before {
  top: 0%;
  right: 0;
  width: 68%;
  height: 100%;
}
.deduction-bottom .flex-item{
  width: 55%;
}
.deduction-bottom h3{
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 80px;
}
.deduction-bottom .flex-box img.absolute{
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45vw;
}

/* 当院の特徴 */
.page .page-mv.page-feature{
  background-image: url('./img/header-feature.png');
}
.strength-content-box .subtitle-box{
  margin-bottom: 80px;
}
.strength-content-box .feature-content h4{
  font-size: 28px;
  color: #8C8C8C;
  margin-top: 0;
  margin-bottom: 28px;
  letter-spacing: 3px;
  font-weight: 500;
}
.strength-content-box .feature-content{
  margin-bottom: 80px;
}
.strength-content-box .feature-content:last-child{
  margin-bottom: 0;
}
.strength-content-box-01 .subtitle-box h3::before{
  content: 'STRONG 01';
}
.strength-content-box-02 .subtitle-box h3::before{
  content: 'STRONG 02';
}
.strength-content-box-03 .subtitle-box h3::before{
  content: 'STRONG 03';
}
.reason-content-box.flex-box{

}
.reason-content-box.flex-box .reason-item{
  width: 48%;
  margin-bottom: 80px;
}
.reason-content-box.flex-box .reason-item:nth-of-type(5),
.reason-content-box.flex-box .reason-item:nth-of-type(6){
  margin-bottom: 0;
}
.reason-content-box.flex-box .reason-item img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.reason-content-box.flex-box .reason-item p.number{
  font-size: 64px;
  color: var(--main-color);
  font-family: "Shippori Mincho", serif;
  margin: 0;
  line-height: 1.5;
}
.reason-content-box.flex-box .reason-item h3{
  font-size: 28px;
  color: #8C8C8C;
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 3px;
}


/* 虫歯治療ページ */
.page .page-mv.page-caries{
  background-image: url('./img/header-caries.png');
}
.lead-list{
  max-width: 600px;
  margin: 35px auto
}
.lead-list ul li{
  line-height: 2;
  list-style: none;
}
.lead-list ul li::before{

}
.treatment-menu p.solution-after{
  margin-bottom: 80px;
  font-size: 16px;
}
.card {
  position: relative;
  border: 1px solid var(--main-color);
  padding: 60px 20px 20px;
  width: 30%;
  margin: 0 auto;
  border-radius: 5px;
  background: #fff;
}
.card-number {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--main-color);
  color: #fff;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  line-height: 60px;
  text-align: center;
  font-size: 34px;
  font-family: "Shippori Mincho", serif;
}
.card-content img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.card-title {
  color: var(--main-color);
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.card-text {
  font-size: 14px;
  text-align: center;
  color: #333;
  line-height: 1.6;
}
.highlight-text {

}
.worries-solution-point-after{
  text-align: center;
}
.marker-yellow {
  display: inline;
  font-size: 20px;
  font-weight: 500;
  background: linear-gradient(transparent 70%, #fff86d 70%);
}
.sub-lead-text{
  margin: 30px auto;
}
.treatment-menu .extrusion .lead-text{
  margin: 80px auto;
}
.treatment-menu .extrusion .green-line-box{
  padding: 50px 0;
}
.treatment-menu .extrusion .green-line-box h3{
  font-size: 20px;
  color: var(--main-color);
  margin-bottom: 30px;
  margin-top: 0;
}
.cta-banner{
  background-image: url('./img/cta-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0;
}
.cta-banner .cta-text p{
  font-size: 28px;
  color: #fff;
}
.cta-banner .header-button .button-tel span.lead{
  font-size: 13px;
}
.cta-banner .header-button .button-tel p{
  font-size: 28px;
  font-weight: 600;
}
.cta-banner .header-button .button-reserv p{
  font-size: 25px;
  font-weight: 600;
}
.cta-banner .header-button .button-tel,
.cta-banner .header-button .button-reserv{
  height: 90px;
  padding:10px 45px;
}
.tooth-dency-content-box{
  margin-bottom: 80px;
}
.tooth-dency-content-box h3{
  color: var(--main-color);
  font-size: 28px;
  text-align: center;
  font-weight: 500;
}
.tooth-dency-content-box h4{
  font-size: 20px;
  border-left:4px solid var(--main-color) ;
  padding:5px 0 5px 20px;
  font-weight: 500;
}
.tooth-dency-content{
  border-bottom: 1px solid var(--main-color);
}
.tooth-dency-content .flex-item img{
  width: 100%;
}
.tooth-dency .info-box {
}
.tooth-dency .info-row {
  display: flex;
  padding: 15px 0;
  border-bottom: 0.5px solid var(--main-color);
}
.tooth-dency .info-row:last-child {
  border-bottom: none;
}
.tooth-dency .info-label {
  flex-shrink: 0;
  width: 140px;
  background-color: var(--accent-sub-color);
  color: var(--main-color);
  text-align: center;
  padding: 8px 10px;
  margin-right: 30px;
  align-self: flex-start;
}
.tooth-dency .info-content {
  flex-grow: 1;
  color: #333;
  line-height: 1.8;
}
.treatment-menu .contact-us h2{
  font-size: 36px;
  color: var(--main-color);
  font-weight: 500;
  margin-bottom: 30px;
}
.treatment-menu .contact-us-box {
  max-width: 600px;
  margin: 0 auto;
  padding: 45px 120px;
  border: 1px solid var(--main-color);
}
.treatment-menu .contact-us-box ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
  text-align: left;
}
.treatment-menu .contact-us-box ul li{
  line-height: 2;
}

/* 小児矯正ページ */
.page .page-mv.page-kids{
  background-image: url('./img/header-kids.png');
}
.page-section .title-icon{
  display: block;
  text-align: center;
  padding-top: 100px;
}
.treatment-menu-kids .bg-city{
  position: relative;
  padding-bottom: 180px;
}
.treatment-menu-kids .bg-city::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px; /* 画像の高さに合わせる */
  background-image: url('./img/image-kids-horizon.png');
  background-repeat: repeat-x;
  background-position: bottom;
}
ul.check-list.square{
  list-style: none;
  padding-left: 0;
}
ul.check-list.square li{
  line-height: 2;
}
ul.check-list.square li::before{
  content: '□';
  padding-right: 10px;
}
ul.disc-green{
  list-style: none;
  padding: 35px;
  border-radius: 8px;
}
ul.disc-green li{
  line-height: 2;
}
ul.disc-green li::before{
  content: '●';
  color: var(--main-color);
  padding-right: 15px;
}
.cta-banner.cta-kids {
  background-image: url('./img/cta-bg-kids.png');
}
.treatment-menu-kids .payment-content-box table th,
.treatment-menu-kids .payment-content-box table td{
  width: 50%;
  text-align: center;
}
.treatment-menu-kids .page-section.faq{
  position: relative;
}
.treatment-menu-kids .page-section.faq::after{
  content: '';
  background-image: url('./img/icon-kids-07.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  right: 20vw;
  bottom: 0px;
  width: 200px;
  height: 100px;
}






/* フッター */
footer{
  background-color: var(--main-color);
  padding: 80px 0;
}
footer p,
footer a,
footer h2,
footer h3,
footer h4{
  color: #fff;
  text-decoration: none;
}
.footer-treatment{
  padding: 120px 0;
}
.treatment .other-treatment-box.flex-box.other-treatment-box-01,
.treatment .other-treatment-box.flex-box.other-treatment-box-02,
.treatment .other-treatment-box.flex-box.other-treatment-box-03,
.treatment .other-treatment-box.flex-box.other-treatment-box-04{
  gap: 0;
  align-items: stretch;
  margin-bottom: 30px;
}
.treatment .other-treatment-box-01 a{
  padding: 35px 25px;
  width: 30%;
  margin-right: 5%;
}
.treatment .other-treatment-box-01 a:last-child{
  margin-right: 0;
}
.treatment .other-treatment-box-01 a h5{
  font-size: 26px;
}
.treatment .other-treatment-box-01 a p{
  font-size: 20px;
}
.treatment .other-treatment-box.flex-box.other-treatment-box-02 a,
.treatment .other-treatment-box.flex-box.other-treatment-box-03 a,
.treatment .other-treatment-box.flex-box.other-treatment-box-04 a{
  width: 24%;
  margin-right: 1.333%;
}
.treatment .other-treatment-box.flex-box.other-treatment-box-02 a:last-child,
.treatment .other-treatment-box.flex-box.other-treatment-box-03 a:last-child,
.treatment .other-treatment-box.flex-box.other-treatment-box-04 a:last-child{
  margin-right: 0;
}
.treatment .other-treatment-box-02 a,
.treatment .other-treatment-box-04 a{
  background-color: #fff;
  border: 1px solid var(--main-color);
}
footer .footer-menu{
  align-items: flex-start;
}
footer .footer-menu ul{
  padding: 0;
  margin: 0;
}
footer .footer-menu ul li{
  margin-bottom: 20px;
  list-style: none;
}
footer .footer-menu h4{
  margin-bottom: 20px;
  margin-top: 0;
}
footer .footer-menu a,
footer .footer-menu h4{
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
footer .footer-menu-treatment .flex-box{
  align-items: flex-start;
}
footer .footer-menu-treatment .flex-box div{
  margin-right: 15px;
}
footer .footer-menu-treatment .flex-box div:last-child{
  margin-right: 0;
}
footer .footer-menu-treatment ul li a{
  font-weight: 400;
}

footer .footer-menu-treatment ul li a::before{
  content: 'ー ';
}


#single-main{
  padding-top: 80px;
}
.single .entry-meta{
  text-align: right;
}
#single-main img{
  width: 100%;
  height: auto;
}
#single-main .entry-content p{
  line-height: 1.75;
  font-size: 15px;
  margin-bottom: 1.5em;
}
#single-main .entry-footer .post-nav .nav-previous{
  text-align: left;
}
#single-main .entry-footer .post-nav .nav-next{
  text-align: right;
}


/* ===== Archive layout ===== */
.l-archive{
  max-width: 1200px;
  margin: clamp(24px, 3vw, 48px) auto;
  padding: 0 16px;
}

.archive-header{ margin-bottom: 24px; }
.archive-title{
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 700;
  margin: 0 0 8px;
}
.archive-description{ color:#666; }

/* ===== Grid ===== */
.archive-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 24px;
}

/* 2列（タブレット） */
@media (max-width: 1024px){
  .archive-grid{ grid-template-columns: repeat(2, 1fr); }
}

/* 1列（スマホ） */
@media (max-width: 640px){
  .archive-grid{ grid-template-columns: 1fr; }
}

/* ===== Card ===== */
.archive-card{
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s ease, transform .2s ease;
}
.archive-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

/* サムネイル（16:9） */
.archive-card__thumb{
  display:block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.archive-card__thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.archive-card__body{ padding: 14px 16px 18px; }
.archive-card__meta{
  display:flex;
  align-items:center;
  gap: 10px;
  font-size: 12px;
  color: #777;
  margin-bottom: 8px;
}
.archive-card__meta a{ color: inherit; text-decoration: none; }
.archive-card__meta a:hover{ text-decoration: underline; }

.archive-card__title{
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 8px;
}
.archive-card__title a{
  color:#222;
  text-decoration:none;
}
.archive-card__title a:hover{ text-decoration: underline; }

.archive-card__excerpt{
  font-size: 14px;
  color:#555;
  line-height:1.8;
  margin:0;
}

/* ===== Pagination ===== */
.pagination{
  margin-top: 36px;
  text-align: center;
}
.pagination ul{
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:center;
  padding:0;
  margin:0;
}
.pagination a,
.pagination span{
  display:inline-block;
  min-width: 40px;
  padding: 8px 12px;
  border:1px solid #ddd;
  border-radius: 4px;
  color:#333;
  text-decoration:none;
  background:#fff;
}
.pagination .current{
  background:#28b24a;
  color:#fff;
  border-color:#28b24a;
  font-weight:700;
}
.pagination a:hover{ background:#f5f5f5; }




/* ================================
   RESPONSIVE
================================ */
@media (max-width:768px){

/* ================================
   OVERLAY (SPメニュー)
================================ */
.overlay-menu{
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding-top: 68px;                 /* ヘッダー分 */
  background: var(--main-color);
  color: #fff;
  transform: translateX(100%);
  transition: transform .3s ease;
  z-index: 10000;
}
.overlay-menu.active,
.overlay-menu[aria-hidden="false"]{
  transform: translateX(0);
}

/* 可変領域(ナビ)はスクロール */
.overlay-nav{
  flex: 1 1 auto;
  overflow: auto;
}

/* リスト・行 */
.overlay-menu-list{ margin:0; padding:0; list-style:none; }
.overlay-menu-list > li{
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,.25);
}
.overlay-menu-list a{
  display:block;
  padding: 18px 18px;
  color:#fff;
  text-decoration:none;
  font-size:18px;
}

/* 親リンクは右余白＆相対配置（トグルの基準にする） */
.overlay-menu .menu-item-has-children > a{
  position: relative;
  padding-right: 56px;
}

/* ================================
   SUB MENU (アコーディオン本体)
================================ */
.overlay-menu .sub-menu{
  display:block !important;          /* テーマの display:none を無効化 */
  overflow:hidden;
  max-height:0;
  transition:max-height .28s ease;
  margin:0;
  padding-left:0;
  list-style:none;
  background-color: #fff;            /* ← 表の背景は白 */
}
.overlay-menu .sub-menu a{
  padding:14px 18px 14px 28px;
  font-size:16px;
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
}

/* ================================
   TOGGLE (▽/∧) … a の子要素
================================ */
.submenu-toggle{
  position:absolute;                 /* a を基準に右端中央 */
  right:14px;
  top:50%;
  transform:translateY(-50%);
  width:36px;
  height:36px;
  border:0;
  background:transparent;
  cursor:pointer;
  z-index:1;
}
/* 2本の線で「V」 */
.submenu-toggle::before,
.submenu-toggle::after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:14px;                        /* 斜線の長さ */
  height:2px;                        /* 線の太さ */
  background:#fff;
  transition:transform .2s ease;
}
/* 閉：▽ */
.submenu-toggle::before{ transform:translate(-9px,-2px) rotate(45deg); }
.submenu-toggle::after { transform:translate(-1px,-2px) rotate(-45deg); }
/* 開：∧（親liに .open が付く） */
li.open > a > .submenu-toggle::before{ transform:translate(-9px,-1px) rotate(-45deg); }
li.open > a > .submenu-toggle::after { transform:translate(-1px,-1px) rotate(45deg); }

/* ================================
   HAMBURGER / CLOSE
   ※ ボタン構成：
      <button class="menu-toggle">
        <span class="menu-text">MENU</span>
        <span class="menu-icon"></span>
        <span class="menu-icon"></span>
        <span class="menu-icon"></span>
      </button>
================================ */
.menu-toggle{
  position:fixed;
  right:0;
  top:0;
  width:60px;
  height:60px;
  display:none;                      /* SPのみ表示（下部の @media で上書き） */
  border:0;
  background:var(--main-color);
  color:#fff;
  cursor:pointer;
  z-index:10002;                     /* オーバーレイより上 */
  /* アイコンとテキストの縦並び */
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding: 12px;
}

/* テキスト */
.menu-text{
  font-size:12px;
  font-weight:bold;
  margin-bottom:6px;
  line-height:1;
  color:#fff;
}

/* ハンバーガー3本線（テキストの次に来るため nth-child は 2,3,4） */
.menu-toggle .menu-icon{
  display:block;
  width:26px;
  height:3px;
  margin:3px auto;                      /* 行間 */
  background:#fff;                   /* 常に白で統一 */
  transition:.25s;
  position:relative;
  z-index:2;                         /* テキストより上 */
}

/* 開いたときは×に変形（2本目・4本目でクロス、3本目は消す） */
.menu-toggle.active .menu-icon:nth-child(2){
  transform:translateY(8px) rotate(45deg);
}
.menu-toggle.active .menu-icon:nth-child(3){
  opacity:0;
}
.menu-toggle.active .menu-icon:nth-child(4){
  transform:translateY(-8px) rotate(-45deg);
  top: 4px;
}

.overlay-menu .header-button{
        margin: 10px auto;
        width: 100%;
        max-width: 300px;
}
.overlay-menu .header-button .button-tel,
.overlay-menu .header-button .button-reserv{
  height: 65px;
}
.overlay-menu .header-button .button-reserv{
  border: 1px solid #fff;
  justify-content: center;
}
.overlay-menu .header-button .button-tel .flex-box{
  justify-content: center;
}
.header-button
  .pc-nav{ display:none; }
  .menu-toggle{ display:flex; }      /* ← block ではなく flex に統一 */
}


/* ===== Search (global) ===== */
.c-search { --ring: var(--main-color); --bg: #fff; --border:#e5e7eb; --text:#111; --muted:#6b7280; }
.c-search--wide { max-width: 720px; margin: 0 auto; }
.c-search__label { display:block; font-size:12px; color: var(--muted); margin: 0 0 8px; }
.c-search__box{
  position: relative;
  display:flex; align-items:center;
  /* background: var(--bg); */
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 10px 10px 10px 40px; /* アイコン分の左余白 */
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  transition: box-shadow .2s ease, border-color .2s ease, transform .06s ease-in-out;
}
.c-search__box:focus-within{
  border-color: var(--ring);
  box-shadow: 0 8px 28px rgba(0,0,0,.08), 0 0 0 4px color-mix(in srgb, var(--ring) 18%, transparent);
}
.c-search__icon{
  position:absolute; left:12px; color:#9ca3af; display:inline-flex; align-items:center; justify-content:center;
}
.c-search__input{
  flex:1 1 auto; min-width: 0;
  border:0; outline:0; background:transparent;
  font-size:16px; line-height:1.4; padding: 0 10px;
}
.c-search__input::placeholder{ color:#9ca3af; }
.c-search__btn{
  flex:0 0 auto;
  appearance: none; border:0; cursor:pointer;
  padding: 10px 16px; border-radius: 10px;
  background: var(--main-color); color:#fff; font-weight:700; line-height:1;
  transition: transform .06s ease-in-out, opacity .2s ease;
}
.c-search__btn:hover{ opacity:.9; }
.c-search__btn:active{ transform: translateY(1px); }
.c-search__hint{ margin:8px 2px 0; font-size:12px; color:#6b7280; }

/* 404ページと馴染ませる（任意・軽め） */
.error-404__search .c-search--wide { margin-top: 8px; }

/* ダークモード（任意） */
@media (prefers-color-scheme: dark){
  .c-search { --bg:#0f1115; --border:#2a2f3a; --text:#e5e7eb; --muted:#9aa3b2; }
  /* .c-search__box{ box-shadow: 0 6px 18px rgba(0,0,0,.4); } */
  .c-search__icon{ color:#9aa3b2; }
}
.error-404__title { font-size: clamp(20px, 3vw, 28px); font-weight: 700; margin: 0 0 8px; }
.error-404__lead { color: #555; margin: 0 0 24px; line-height: 1.8; }
.error-404__search { margin: 0 0 32px; }
.error-404__columns { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 768px){
  .error-404__columns { grid-template-columns: 1fr 1fr; }
}
.error-404__section-title { font-size: 16px; font-weight: 700; margin: 0 0 12px; }
.error-404__list { list-style: none; margin: 0; padding: 0; }
.error-404__list li { border-bottom: 1px solid #eee; }
.error-404__list li a { display: block; padding: 10px 0; text-decoration: none; color: var(--main-color); }
.error-404__list li a:hover { text-decoration: underline; }
.error-404__actions { margin-top: 28px; }
.error-404__home {
  display: inline-block; padding: 10px 16px; border: 1px solid var(--main-color); text-decoration: none; color: var(--main-color);
}
.error-404__home:hover { background: var(--main-color); color: #fff; }



@media (min-width: 768px){
  .sp-box{
    display: none;
  }
  #sp-menu{
    display: none!important;
  }
}



@media (max-width: 768px){
  .pc-box{
    display: none!important;
  }
  .pc-nav{ display:none; }
  .menu-toggle{ display:block; }

  body{
    margin-top: 60px;
  }
  header{
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 9999;
    height: 60px;
  }
  header .logo{
    max-width: 250px;
    margin-right: 0;
  }
  header .logo a img{
    width: 90%;
  }
  header .header-icon{
    height: 59px;
    width: 60px;
    align-items: center;
    position: fixed;
    right: 60px;
  }
  header .header-icon a{
    display: block;
    height: 100%;
    background-color: #F5FAEB;
    text-decoration: none;
    text-align: center;
    padding: 8px;
  }
  header .header-icon a span{
    display: block;
    font-size: 11px;
  }
  .inner{
    padding: 0 20px;
  }
  .inner-750{
    padding: 0 20px;
  }
  .inner-1000{
    padding: 0 20px;
  }
  .fs-30 {
    font-size: 20px;
  }
  .fs-35 {
    font-size: 24px;
  }
  .mb-15-sp{
    margin-bottom: 15px;
  }
  .mb-80 {
    margin-bottom: 60px;
  }
  .mb-0-sp{
    margin-bottom: 0;
  }
  .p-30-sp{
    padding: 30px 0;
  }
  #single-main{
    padding-top: 0;
  }

  p{
    font-size: 16px;
    margin-top: 0;
  }
  .header-inner{
    padding: 10px;
  }
  .align-left-sp{
    text-align: left;
  }
  .align-center-sp{
    text-align: center;
  }

  .front-content{
    padding: 60px 0;
  }
  .title-box{
    margin-bottom: 40px;
  }
  .title-box p.en{
    font-size: 40px;
  }
  p.en {
    letter-spacing: 3px;
  }
  .title-box p.lead{
    margin: 40px 20px;
    font-size: 16px;
  }

  header .logo h1{
    margin: 0;
  }
  header .logo p{
    margin-bottom: 0;
  }
  .mv{
    background-image: url('img/251027_front-main-v-bg_sp.png');
    min-height: 525px;
  }
  .mv-inner {
    padding-top: 48vw;
    top: 0;
  }
  .mv-inner h1{
    margin-bottom: 4vw;
  }
  .mv-inner .catch-box .catch-01 {
    font-size: 7vw;
  }
  .mv-inner .catch-box .catch-02{
    font-size: 6vw;
  }
  .mv-inner .catch-box .catch-02 span.f-big{
    font-size: 10vw;
  }
  .mv-inner .catch-box .catch-03{
    font-size: 6vw;
  }
  .mv-inner .catch-box .catch-03 span.f-big{
    font-size: 11vw;
  }

  .front-content.news .inner-1000.flex-box{
    display: block;
  }
  .front-content.news .news-title-box,
  .front-content.news .news-content-box{
    width: 100%;
  }
  .front-content.news .news-content-box{
    padding: 0 20px;
  }

  .front-content.news .archive-button{
    text-align: center;
    margin-top: 50px;
  }
  .front-content.news .archive-button a{
    width: 70%;
  }

  .front-content.information .subtitle{
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
  .front-content.information .subtitle h3{
    font-size: 16px;
  }
  .front-content.information .subtitle h3 span{
    font-size: 22px;
  }

  .clinic-schedule-box {
    margin: 0 0px 15px;
  }
  .clinic-schedule th:first-child,
  .clinic-schedule td:first-child{
    font-size: 12px;
  }
  .clinic-schedule th,
  .clinic-schedule td{
    padding: 5px;
  }
  .schedule-info{
    padding: 0 0px;
  }

  .header-button{
    display: block;
    margin: 40px auto;
  }
  .information-content .button-tel{
    display: block;
  }
  .information-content .button-tel,
  .information-content .button-reserv{
    width: 90%;
    margin: 0 auto;
    height: 85px;
    padding: 10px;
  }
  .information-content .button-tel{
    margin-bottom: 15px;
  }
  .information-content .button-tel span.lead{
    font-size: 14px;
    line-height: 1;
  }
  .header-button .button-tel p{
    font-size: 26px;
  }
  .header-button .button-reserv p{
    font-size: 22px;
  }

  .information-content-box .information-image-box{
    padding: 0 0px;
  }
  .information-content-box .information-image-box p.address{
    text-align: center;
    font-size: 16px;
    margin: 1em;
  }
  .info-box.flex-box{
    justify-content: center;
    gap: 15px;
  }
  .info-box .info-item{
    padding: 5px 5px;
  }
  .g-map{
    margin: 40px auto 40px;
  }
  .g-map iframe{
    max-height: 280px;
  }

  .more-button-box{
    text-align: center;
  }
  .more-button-box a{
    display: inline-block;
  }
  .front-content.information{
    padding-bottom: 60px;
  }

  .front-content.message .inner-1000{
    padding: 0 20px;
  }
  .front-content.message .message-left p.subtitle{
    font-size: 18px;
    margin-bottom: 40px;
  }
  .front-content.message .message-right{
    width: 100%;
    margin-top: 0;
  }
  .front-content.message::before {
    top: 5%;
    right: 0;
    width: 97.5%;
    height: 100%;
  }
  .front-content.message .message-text{
    margin: 40px auto;
  }

  .future-content-box{
    padding: 60px 0;
  }
  .future-content-box .subtitle-box h3{
    margin-top: 0;
    font-size: 24px;
  }
  .future-content-box .subtitle-box h3::before {
    top: -45%;
    font-size: 45px;
  }
  .future-content-box .subtitle-box p{
    font-size: 20px;
  }
  .future-content-box .feature-content{
    display: block;
  }
  .future-content-box .feature-content .feature-text-box,
  .future-content-box .feature-content .feature-image-box{
    width: 100%;
  }
  .future-content-box .feature-content .feature-image-box{
    margin: 30px auto;
  }

  .treatment .inner-wide{
    margin: 0 20px;
    padding: 30px 0 60px;
    margin-bottom: 40px;
  }
  .treatment .inner-wide:last-child{
    margin-bottom: 0;
  }
  .treatment .inner h3{
    margin-top: 0;
    margin-bottom: 30px;
  }
  .treatment .inner h3::after{
    margin: 30px auto 0;
  }
  .treatment .inner h3{
    font-size: 26px;
  }
  .treatment .treatment-content-box .flex-box{
    display: block;
  }
  .treatment .treatment-content-box{
    margin: 60px auto;
  }
  .treatment .treatment-container .treatment-content-box:last-child{
    margin-bottom: 0;
  }
  .treatment .treatment-content-box .flex-box .treatment-content-text,
  .treatment .treatment-content-box .flex-box .treatment-content-image{
    width: 100%;
  }
  .treatment .treatment-content-box h4{
    font-size: 24px;
  }
  .treatment .treatment-content-box .treatment-content-text h5{
    font-size: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
  .treatment .treatment-content-box .treatment-content-text p{
    margin: 28px 0;
  }
  .treatment .treatment-content-box .treatment-content-text ul li::before {
    left: -10%;
  }
  .treatment .treatment-content-box .treatment-content-text .more-button{
    padding: 15px 30px 10px 25px;
    text-align: left;
  }
  .treatment .inner-wide{
    margin-bottom: 40px;
  }
  .treatment .other-treatment{
    border: none;
    padding: 0;
    margin-bottom: 60px;
  }
  .treatment .other-treatment-content-box p.lead{
    font-size: 16px;
  }
  .treatment .other-treatment-content-box h4{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .treatment .other-treatment-box.flex-box{
    gap: 4%;
  }
  .treatment .other-treatment-box a{
    width: 48%;
    min-width: 0;
    padding: 15px 10px;
    margin-bottom: 4%;
  }
  .treatment .other-treatment-box a h5{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .treatment .other-treatment-box a img{
    width: 60%;
    margin: 10px auto;
  }
  .treatment .other-treatment-more{
    display: block;
  }
  .treatment .other-treatment-more a{
    width: 90%;
    padding: 15px 30px 10px;
  }

  .front-content.case{
    background: #fff;
  }
  .front-content.faq{
    background: linear-gradient(to top, #FFFFFF 0%, var(--accent-sub-color) 100%);
  }

  .front-content.case .more-button-box a{
    width: 75%;
    text-align: left;
    padding: 15px 30px 10px;
  }
  .front-content.column a.more-button{
    width: 75%;
    text-align: left;
  }
  .bottom-information .bottom-information-head{
    border-bottom: none;
  }
  .bottom-information .bottom-information-head .flex-box{
    display: block;
  }
  .bottom-information .bottom-information-head .title.flex-box {
    width: 100%;
    text-align: center;
  }
  .bottom-information .bottom-information-head .title .logo-icon{
    padding-right: 0;
  }
  .bottom-information .bottom-information-head .title h2{
    font-size: 16px;
  }
  .bottom-information .bottom-information-head .title h2 span{
    font-size: 22px;
  }
  .bottom-information .bottom-information-head .address{
    text-align: center;
  }
  .bottom-information .bottom-information-head .address p{
    font-size: 16px;
  }
  .bottom-information .bottom-information-bottom{
    padding-top: 0;
  }
  .bottom-information .bottom-information-bottom .clinic-schedule-box {
    margin: 0 auto 20px;
  }
  .bottom-information .bottom-information-bottom .information-content{
    border-bottom: 1px solid #BBBBBB;
  }
  .bottom-information .bottom-information-bottom .schedule-info{
    margin-bottom: 25px;
    padding: 0;
  }
  .bottom-information .information-image-box{
    padding: 0;
    width: 100%;
    margin-top: 25px;
  }
  .bottom-information .header-button .button-tel,
  .bottom-information .header-button .button-reserv{
    width: 100%;
    margin-right: 0;
    padding: 10px;
    height: 85px;
  }
  .header-button .button-tel{
    display: block;
  }
  .header-button .button-tel span.lead{
    font-size: 14px;
    line-height: 1;
  }
  .bottom-information .header-button .button-tel{
    margin-bottom: 15px;
  }
  .feature-point ul li{
    min-width: 0;
    width: auto;
    display: inline-block;
  }
  .treatment .other-treatment-box a p{
    font-size: 14px;
  }

  .page .page-mv{
    min-height: 0;
    min-height: 350px;
    align-items: flex-start;
  }
  .page .page-mv .inner {
    width: 100%;
    padding-top: 30px;
    margin: 0;
  }
  .page .page-mv.page-staff{
    background-image: url('img/header-staff-sp.png');
  }
  .page .page-main-title-box{
    text-align: center;
  }
  .page .page-mv .page-main-title p{
    font-size: 40px;
  }
  .page .page-mv .page-main-title h1{
    font-size: 20px;
  }
  nav.breadcrumb {
    margin: 30px auto;
  }
  .page .lead-text,
  .footer-treatment .lead-text{
    margin: 30px auto 30px;
  }
  section.page-section{
    padding: 60px 0;
  }
  .page .page-title-box p,
  .footer-treatment .page-title-box p{
    font-size: 45px;
    letter-spacing: 4px;
  }
  .page .page-title-box h2{
    font-size: 26px;
  }
  .page .lead-text,
  .footer-treatment .lead-text{
    padding: 0 20px;
  }
  .page .lead-text p,
  .footer-treatment .lead-text p{
    font-size: 16px;
  }
  .message .massage-content .message-image,
  .message .massage-content .message-text{
    width: 100%;
  }
  .message .massage-content .message-text{
    margin-top: 30px;
  }
  .message .massage-content .message-text p{
    font-size: 16px;
    margin-bottom: 30px;
  }
  .message .massage-content .message-text h3{
    margin-bottom: 0;
  }
  .flex-box.career{
    margin-top: 80px;
  }
  .career .career-left,
  .career .career-right{
    width: 100%;
  }
  .career .career-left{
    margin-bottom: 60px;
  }
  .career .career-right h4:nth-of-type(2){
    margin-top: 60px;
  }
  .flex-box.career table th{
    white-space: nowrap;
  }
  .flex-box.career table th,
  .flex-box.career table td{
    vertical-align: baseline;
  }
  .bg_green-box{
    padding-bottom: 60px;
  }
  .bg_green-box::before{
    width: 100%;
    height: 33%;
  }
  .dentist-content-box{
    padding: 60px 0;
  }
  .dentist-content-box .dentist-image-box,
  .dentist-content-box .dentist-text-box,
  .dentist-content-box .dentist-left,
  .dentist-content-box .dentist-right,
  .page-section.hygienist .hygienist-content .hygienist-box{
    width: 100%;
  }
  .dentist-content-box .dentist-image-box{
    margin-bottom: 30px;
  }
  .dentist-text-box h3{
    font-size: 24px;
    margin-bottom: 15px;
  }
  .dentist-text-box h3 span.en{
    font-size: 14px;
    display: block;
    padding-left: 8em;
  }
  .dentist-content-box .dentist-text-box p.subtitle{
    font-size: 16px;
    margin-bottom: 5px;
  }
  .dentist-content-box .dentist-text-box p.catch{
    font-size: 20px;
  }
  .dentist-content-box .flex-box.career{
    margin-top: 50px;
  }
  .page-section.hygienist .hygienist-content .hygienist-box img {
        width: 100%;
        height: 290px;
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
  .career .career-left h4,
  .career .career-right h4{
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .page-section.hygienist .dentist-content-box:last-child{
    padding-bottom: 0;
  }
  .page-section.recruit .image-box img {
    margin-bottom: 10px;
  }
  .footer-treatment{
    padding: 60px 0;
  }
  .treatment .other-treatment-box.flex-box.other-treatment-box-01,
  .treatment .other-treatment-box.flex-box.other-treatment-box-02,
  .treatment .other-treatment-box.flex-box.other-treatment-box-03,
  .treatment .other-treatment-box.flex-box.other-treatment-box-04{
    gap: 10px;
  }
  .treatment .other-treatment-box a {
    width: 48%;
    min-width: 0;
    margin-bottom: 4%;
    padding: 15px 10px;
    margin-right: 0;
  }
  .treatment .other-treatment-box.flex-box.other-treatment-box-02 a,
  .treatment .other-treatment-box.flex-box.other-treatment-box-03 a,
  .treatment .other-treatment-box.flex-box.other-treatment-box-04 a{
    width: 48%;
    margin-right: 0;
  }

  .page .page-mv.page-facilities{
    background-image: url('img/header-facilities-sp.png');
  }
  .page .gallery-content .gallery-item{
    width: 100%;
  }
  .page .gallery-item h3{
    font-size: 20px;
    margin: 15px auto;
  }
  .page .gallery-content .gallery-item{
    margin-bottom: 55px;
  }

  .page .page-mv.page-access{
    background-image: url('img/header-access-sp.png');
  }
  .page-section.overview .flex-box .overview-left,
  .flex-item.overview-right{
    width: 100%;
  }
  .page-section.overview .flex-box .overview-left{
    margin-bottom: 30px;
  }
  .page-section h3.custom{
    font-size: 20px;
  }
  .page-section.overview .clinic-schedule-box{
    margin-bottom: 15px;
  }
  .page-section.overview .clinic-schedule-box th,
  .page-section.overview .clinic-schedule-box td{
    font-size: 14px;
  }
  .access-route .flex-box .flex-item{
    width: 48%;
    margin-right: 4%;
  }
  .access-route .flex-box .flex-item:nth-of-type(2n){
    margin-right: 0;
  }
  .access-route .flex-box .flex-item::before {
    top: 0px;
    left: 0px;
    font-size: 15px;
    width: 30px;
    height: 30px;
  }
  .access-route .flex-box .flex-item p{
    font-size: 15px;
    line-height: 1.5;
  }
  .page .page-mv.page-case{
    background-image: url('img/header-case-sp.png');
  }
  .case-content .treatment-comparison{
    display: block;
  }
  .case-content .image-box{
    width: 100%;
  }
  .case-content .arrow {
    margin: 15px auto;
    transform: rotate(90deg);
  }
  .case-table th,
  .case-table td{
    min-width: 115px;
    padding: 10px 15px;
  }

  .page .page-mv.page-price{
    background-image: url('img/header-price-sp.png');
  }
  .compare-table tbody th {
    width: auto;
    min-width: 0;
    max-width: 15px;
    padding: 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: normal;
    padding: 8px;
    min-width: 1.5em;
  }
  .compare-table th,
  .compare-table td {
    padding: 10px 15px;
  }
  .flex-box.pricelist-container .pricelist-text,
  .flex-box.pricelist-container .pricelist-image {
    width: 100%;
  }
  .flex-box.pricelist-container .pricelist-text h3{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .pricelist-content-box .pricelist-container {
    margin-bottom: 60px;
  }
  .pricelist-content-box .pricelist-container:first-child{
    margin-top: 60px;
  }
  .pricelist-treatment-list-box{
    margin-bottom: 60px;
  }
  .pricelist-treatment-list-box h3,
  h3.h3-bg-green{
    font-size: 20px;
  }
  .pricelist-treatment-list-box .pricelist-treatment-list-item{
    margin-bottom: 50px;
  }
  .pricelist-treatment-list-box .pricelist-treatment-list-item h4,
  h4.h4-bg-beige{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .pricelist-treatment-image,
  .treatment-menu .future-content-item .future-content-image{
    width: 100%;
  }
  .pricelist-treatment-text,
  .treatment-menu .future-content-item .future-content-text{
    width: 100%;
  }
  .pricelist-treatment-text h5{
    margin: 15px auto;
  }
  .pricelist-treatment-text .treatment-price {
    align-items: self-start;
  }
  .pricelist-treatment-list-item table{
    margin: 15px auto;
  }
  .deduction-bottom .flex-item {
    width: 100%;
  }
  .deduction-bottom .flex-box img.absolute {
    position: relative;
    width: 100%;
  }
  .deduction-bottom h3{
    margin: 30px auto;
  }
  .deduction-bottom.bg_green-box::before {
    top: 20%;
    right: 0;
    width: 100%;
    height: 80%;
  }
  .deduction-bottom.bg_green-box{
    margin-bottom: 0;
    margin-top: 0;
  }

  .page .page-mv.page-first{
    background-image: url('img/header-first-sp.png');
  }
  .page-section.message.welcome{
    padding: 0;
  }
  .page-template-page-first .massage-content.bg_green-box::before{
    height: 80%;
    top: 0;
    width: 98%;
  }
  .welcome .h3-title-box p.en{
    font-size: 40px;
  }
  .page-section.welcome .h3-title-box h3,
  .welcome .message-text h4{
    font-size: 20px;
  }
  .page-template-page-first .message .massage-content .message-text{
    margin-bottom: 30px;
  }
  .worries-container.flex-box {
    gap: 10px;
    align-items: stretch;
  }
  .worries-container.flex-box .worries-item {
    width: calc(50% - 5px);
    padding: 25px 10px;
  }
  .worries-container.flex-box .worries-item img{
    width: 60%;
  }
  .worries-container.flex-box .worries-item h3{
    font-size: 15px;
  }
  .worries .worries-solution{
    margin: 30px auto 0px;
  }
  .triangle-down{
    margin-bottom: 30px;
  }
  .worries-solution h3{
    font-size: 24px;
  }
  .page-section.policy .page-title-box h2{
    font-size: 20px;
  }

  .flow-item {
    padding: 20px 20px;
    margin-bottom: 30px;
  }
  .flow-item .flow-image,
  .flow-item .flow-item-content{
    width: 100%;
  }
  .flow-item .flow-image{
    margin-bottom: 15px;
  }
  .flow-title .flow-step-icon {
    margin-top: 3px;
  }
  .flow-title h3{
    width: auto;
    font-size: 26px;
  }
  .flow-contact .header-button{
    margin: 15px auto 0;
  }
  .header-button .button-tel{
    margin: auto;
    margin-bottom: 15px;
  }
  .flow-contact .header-button .button-tel .flex-box,
  .flow-contact .header-button .button-reserv{
    justify-content: center;
  }
  .flow-contact .header-button .button-tel,
  .flow-contact .header-button .button-reserv{
    min-height: 70px;
  }
  .flow-contact .header-button .button-tel{
    margin-bottom: 15px;
  }
  .page .page-mv.page-guide{
    background-image: url('img/header-guide-sp.png');
  }
  .guide-item .guide-content h2::before{
    font-size: 46px;
  }
  .guide-item .guide-content h2{
    font-size: 24px;
  }
  .guide-item .guide-content,
  .guide-item .guide-image{
    width: 100%;
  }
  .guide-title h3{
    font-size: 20px;
  }
  .guide-item .guide-image{
    margin: 30px auto;
  }
  .more-button-box a.more-button {
    padding: 15px 35px 10px;
        display: inline-block;
      text-align: left;
  }
  .more-button-box a.more-button span.more-main{
    font-size: 16px;
  }

  .page .page-mv.page-treatment{
    background-image: url('img/header-treatment-sp.png');
  }

  .page .page-mv.page-feature{
    background-image: url('img/header-feature-sp.png');
  }
  .strength-content-box .subtitle-box{
    margin-bottom: 30px;
  }
  .strength-content-box .feature-content h4{
    font-size: 20px;
  }
  .strength-content-box .feature-content{
    margin-bottom: 40px;
  }
  .future-content-box .feature-content .feature-text-box p{
    /* margin-bottom: 0; */
  }
  .feature-point ul{
    display: block;
  }
  .page-section.strength .future-content-box:last-child{
    padding-bottom: 0;
  }
  .reason-content-box.flex-box .reason-item{
    width: 100%;
    margin-bottom: 30px;
  }
  .reason-content-box.flex-box .reason-item p.number{
    font-size: 40px;
  }
  .reason-content-box.flex-box .reason-item h3{
    font-size: 20px;
  }
  .reason-content-box.flex-box .reason-item img {
    width: 100%;
    margin: 15px auto;
    height: auto;
  }

  .page .page-mv.page-caries{
    background-image: url('img/header-caries-sp.png');
  }
  .worries-solution-point .card-title{
    margin-top: 0;
  }
  .worries-solution-point .card{
    width: 100%;
    margin-bottom: 60px;
  }
  .worries-solution-point .card:last-child{
    margin-bottom: 0;
  }
  .treatment-menu .extrusion .lead-text{
    margin: 30px auto;
  }
  .page-section.extrusion .flex-box{
    margin: 30px auto;
  }
  .page-section.extrusion .flex-item{
    width: 100%;
  }
  .treatment-menu .extrusion .green-line-box {
    padding: 30px 0;
  }

  .cta-banner .cta-text{
    width: 100%;
    text-align: center;
  }
  .cta-banner .cta-text p{
    margin-bottom: 0;
    font-size: 20px;
  }
  .cta-banner .header-button{
    margin-bottom: 0;
  }
  .cta-banner .header-button .button-tel{
    margin-bottom: 15px;
  }
  .cta-banner .header-button .button-reserv{
    justify-content: center;
  }
  .tooth-dency-content-box h3{
    font-size: 20px;
  }
  .tooth-dency-content .w-70{
    width: 100%;
  }
  .tooth-dency .info-row{
    display: block;
  }
  .tooth-dency-content-box h4{
    margin: 0 auto 15px;
  }
  .tooth-dency .info-label{
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px 5px;
    width: auto;
    display: inline-block;
  }
  .tooth-dency-content .w-25{
    width: 80%;
    margin: 0 auto;
  }
  .tooth-dency-content.p-70{
    padding: 40px 0;
  }
  .treatment-menu .contact-us h2{
    font-size: 24px;
  }
  .treatment-menu .contact-us-box{
    padding: 20px 20px;
  }

  .page .page-mv.page-kids{
    background-image: url('img/header-kids-sp.png');
  }
  .page-section .title-icon{
    padding-top: 0;
  }
  .page-section .title-icon img{
    max-width: 50px;
  }
  .treatment-menu-kids .bg-city {
    padding-bottom: 60px;
  }
  .treatment-menu-kids .bg-city::after{
    height: 50px;
    background-size: cover;
  }
  .treatment-menu p.solution-after{
    margin-bottom: 60px;
  }
  ul.disc-green li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  ul.disc-green li:last-child{
    margin-bottom: 0;
  }
  .treatment-menu-kids .payment-content-box table th{
    writing-mode: horizontal-tb;
  }
  .treatment-menu-kids .page-section.faq::after{
    right: 5vw;
    bottom: 0px;
    width: 100px;
  }


  footer .footer-menu{
    display: block;
  }
  footer .footer-menu .footer-menu-01,
  footer .footer-menu .footer-menu-02{
    margin-bottom: 30px;
  }
  footer .footer-menu-treatment .flex-box{
    justify-content: flex-start;
  }
  footer .footer-menu-treatment .flex-box div{
    min-width: 150px;
    margin-bottom: 20px;
  }
  footer .footer-menu a,
  footer .footer-menu h4{
    font-size: 16px;
  }

  .footer-fix{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
  }
  .footer-fix .header-button.flex-box{
    display: flex;
    margin: 0;
    height: 65px;
  }
  .footer-fix .header-button .button-tel,
  .footer-fix .header-button .button-reserv{
    width: 50%;
    margin: 0;
    padding: 5px;
    border-radius: 0;
    height: 65px;
  }
  .footer-fix .header-button .button-reserv{
    justify-content: center;
    height: 65px;
  }
  .footer-fix .header-button .button-tel p{
    font-size: 18px;
  }
  .footer-fix .header-button .button-tel span.lead{
    font-size: 11px;
  }
  .footer-fix .header-button .button-tel .flex-box{
    justify-content: center;
  }
  .footer-fix .header-button .button-reserv p{
    font-size: 15px;
  }







}