@charset "utf-8";
:root {
  --color-black:#333333;
  --color-blue:#254477;
  --box-shadow:0 3px 10px rgba(0, 0, 0, 0.16);
}
html {
  font-style: normal;
  font-size: 62.5%;
  color: #333333;
  position: relative;
  text-align: justify;
  letter-spacing: 0.1em;
  scroll-padding-top: 100px;
}
body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  overflow-x: hidden; 
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  border: none;
  background-color: #FFFFFF;
  padding: 5px;
}
input[type="checkbox"] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
p,th,td,li,dt,dd {
  font-size: 1.6rem;
  line-height: 1.6;
}
dt {
  font-weight: 500;
}
a,button {
  cursor: pointer;
  cursor: hand;
}
a {
  transition: all 0.2s ease;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 1.5rem;
  }
}

/* 全ページ共通パーツ */
.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 0 40px;
}
.wrapper.size-m {
  max-width: 960px;
  padding: 0;
}
.wrapper.size-s {
  max-width: 800px;
}
@media screen and (max-width: 960px) {
  .wrapper.size-m {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .wrapper {
    max-width: 540px;
    padding: 0 20px;
  }
  .wrapper.size-m {
    max-width: 540px;
  }
}
/* fv */

.clinic-name {
	position: absolute;
	top: 20px;
	left: 1%;
	margin: 0;
    color: #4e5448;
	font-size: 1.8rem;
	text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
	z-index: 1;
  }
@media screen and (max-width: 440px) {
	.clinic-name {
		font-size: 1rem;
		top: 8px;
	}
}
@media screen and (max-width: 400px) {
	.clinic-name {
		font-size: 0.8rem;
	}
}

/* main */
main {
  width: 100%;
}

/* 共通 */
.cta .wrapper {
  position: relative;
}
.cta__btn-box {
  width: 50%;
  display: flex;
  position: absolute;
  bottom: 45px;
  right: -10px;
}
.cta__tel {
  background-image: url('../img/bg-cta-tel.png');
  background-repeat: no-repeat;
  width: 40%;
  height: 75px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-right: 16px;
}
.cta__tel:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.cta__tel p {
  font-weight: 700;
  font-size: 1.5rem;
  padding-left: 10px;
  line-height: 1.4;
}
.cta__tel span {
  font-size: 1.8rem;
}
.cta__web {
  background-image: url('../img/bg-cta-web.png');
  background-repeat: no-repeat;
  width: 40%;
  height: 75px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.cta__web:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.cta__web p {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  padding-left: 10px;
}
.cta#cta01 {
  padding: 20px 0 40px 0;
}
.cta#cta02 {
  padding: 20px 0 40px 0;
  background-color: #edf7f8;
}
.cta#cta03 {
  padding: 20px 0 20px 0;
  background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 60%, #edf7f8 60%, #edf7f8 100%);
}
.cta#cta04 {
  padding: 20px 0 40px 0;
  background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 60%, #edf7f8 60%, #edf7f8 100%);
}
.arrow {
  width: 30px;
  height: 30px;
}
.message__wrap {
  background-color: #254262;
  background: linear-gradient(157deg, #31afbd
 0%, #248eca 100%);
  padding: 60px 0;
}
.message {
  background-color: #FFFFFF;
  color: #254477;
  font-size: 2.2rem;
  padding: 12px 20px;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.message span {
  font-size: 2.6rem;
  font-weight: 700;
}
.title-gray {
  color: #9a977d;
  font-size: 3.2rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #9a977d;
  text-underline-offset: 16px;
  text-decoration-thickness: 2px;
  line-height: 2; 
  margin-bottom: 32px;
}
.title-gray span {
  font-weight: 400;
  font-size: 2.2rem;
}
.two-column {
  display: flex;
  gap: 40px;
}
.two-column-left {
  width: calc(50% - 20px);
}
.two-column-right {
  width: calc(50% - 20px);
}

@media screen and (min-width: 769px) and (max-width: 1020px) {
  .cta__btn-box {
    bottom: 34px;
    right: 7px;
  }
  .cta__tel {
    width: 42%;
    margin-right: 6px;
  }
  .cta__tel p {
    font-size: 1.2rem;
  }
  .cta__tel span {
    font-size: 1.6rem;
  }
  .cta__web {
    width: 42%;
  }
  .cta__web p {
    font-size: 1.6rem;
  }
  .arrow {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .cta__btn-box {
    width: calc(100% - 80px);
    display: flex;
    position: absolute;
    bottom: 22px;
    right: inherit;
    left: 49.2%;
    transform: translate(-50%);
    justify-content: center;
  }
  .cta__tel {
    width: calc(50% - 2px);
    height: 64px;
    gap: 4px;
    margin-right: 4px;
    text-align: center;
  }
  .cta__tel p {
    font-size: 1.2rem;
  }
  .cta__tel span {
    font-size: 1.4rem;
  }
  .cta__web {
    width: calc(50% - 2px);
    height: 64px;
    gap: 12px;
  }
  .cta__web:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  .cta__web p {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
  }
  .cta#cta01 {
    padding: 20px 0 0 0;
  }
  .cta#cta02 {
    padding: 0 0 40px 0;
  }
  .cta#cta03 {
    padding: 20px 0 0 0;
  }
  .cta#cta04 {
    padding: 20px 0 0 0;
  }
  .arrow {
    width: 20px;
    height: 20px;
  }
  .message__wrap {
    padding: 24px 0;
  }
  .message {
    font-size: 1.5rem;
    padding: 8px 16px;
  }
  .message span {
    font-size: 2.2rem;
  }
  .title-gray {
    font-size: 1.8rem;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
    line-height: 2; 
    margin-bottom: 24px;
  }
  .title-gray span {
    font-weight: 400;
    font-size: 2.4rem;
  }
  .two-column {
    display: flex;
    gap: 28px;
    flex-direction: column;
  }
  .two-column-left {
    width: 100%;
  }
  .two-column-right {
    width: 100%;
  }
}

@media screen and (min-width: 441px) and (max-width: 768px) {
 .title-gray {
    font-size: 2.2rem;
 }
}
@media screen and (min-width: 441px) and (max-width: 520px) {
 .cta__btn-box {
    bottom: 18px;
  }
  .cta__tel {
    height: 56px;
  }
  .cta__web {
    height: 56px;
  }
}
@media screen and (max-width: 440px) {
  .cta__btn-box {
    bottom: 18px;
  }
  .cta__tel {
    height: 48px;
  }
  .cta__web {
    height: 48px;
  }
}
@media screen and (max-width: 415px) {
  .cta__btn-box {
    bottom: 20px;
  }
  .cta__tel {
    height: 44px;
  }
  .cta__web {
    height: 44px;
  }
}
@media screen and (max-width: 390px) {
  .cta__btn-box {
    bottom: 16px;
  }
  .cta__tel p {
    font-size: 1.1rem;
  }
  .cta__tel span {
    font-size: 1.3rem;
  }
  .cta__web p {
    font-size: 1.5rem;
  }
  .arrow {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 365px) {
  .cta__tel {
    height: 38px;
  }
  .cta__tel p {
    font-size: 1rem;
    padding-left: inherit;
  }
  .cta__web {
    height: 38px;
  }
}
@media screen and (max-width: 345px) {
  .cta__btn-box {
    bottom: 14px;
  }
  .cta__tel {
    height: 36px;
  }
  .cta__web {
    height: 36px;
  }
}

.fv-slider img {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}


.slick-slide img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}



/* fv */
.fv__main-img {
  width: 100%;
}
.fv__sub-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  z-index: -1;
}
.fv__contact01 {
  width: 50%;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-right: 10px;
  position: absolute;
  right: 0;
  bottom: 50%;
  z-index: 1;
  background-color: #FFFFFF;
}
.contact-link {
  width: 50%;
  margin-left: auto;
}
.fv__contact-btn {
  background: linear-gradient(157deg, #31AFBD 0%, #248ECA 100%);
  color: #FFFFFF;
  padding: 16px 10px;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  height: 100%;
}
.fv__contact-btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.fv__contact-btn span {
  font-size: 2.4rem;
}
.fv__contact-btn img {
  width: 40px;
}
.fv__contact-right {
  color: #46372d;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 0;
}
.fv__contact-right p {
  line-height: 1.2;
}
.fv__contact-right a {
  line-height: 1.2;
} 
.fv__contact-tel {
  font-size: 3.6rem;
  background: linear-gradient(157deg, #31AFBD 0%, #248ECA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.fv__contact-address {
  font-size: 1.3rem;
}
@media screen and (min-width: 1501px) {
  .fv__contact01 {
    bottom: 51%;
  }
  .fv__contact-btn {
    padding: 20px;
  }
  .fv__contact-btn p {
    font-size: 2rem;
  }
  .fv__contact-btn span {
    font-size: 3rem;
  }
  .fv__contact-right {
    color: #46372d;
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .fv__contact-copy {
    font-size: 2rem;
  }
  .fv__contact-tel {
    font-size: 4rem;
  }
  .fv__contact-address {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1801px) {
  .fv__contact01 {
    bottom: 52%;
  } 
}
@media screen and (min-width: 1281px) and (max-width: 1500px) {
  .fv__contact01 {
    width: 50%;
    bottom: 52%;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1280px) {
  .fv__contact01 {
    width: 50%;
    bottom: 51%;
  }
  .fv__contact-address {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1067px) and (max-width: 1140px) {
  .fv__contact01 {
    width: 55%;
    bottom: 50%;
  }
  .fv__contact-address {
    font-size: 1.1rem;
  }
  .fv__contact-btn span {
    font-size: 2.2rem;
  }
  .fv__contact-btn p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 861px) and (max-width: 1066px) {
  .fv__contact01 {
    width: 56%;
    bottom: 50%;
    gap: 12px;
  }
  .fv__contact-address {
    font-size: 1rem;
  }
  .fv__contact-btn span {
    font-size: 2rem;
  }
  .fv__contact-btn p {
    font-size: 1.2rem;
  }
  .fv__contact-copy {
    font-size: 1.4rem;
  }
  .fv__contact-tel {
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 860px) {
  .fv__contact01 {
    width: 56%;
    bottom: 50%;
    gap: 12px;
  }
  .contact-link {
    width: 48%;
  }
  .fv__contact-address {
    font-size: 1rem;
  }
  .fv__contact-btn span {
    font-size: 1.8rem;
  }
  .fv__contact-btn p {
    font-size: 1rem;
  }
  .fv__contact-copy {
    font-size: 1.2rem;
  }
  .fv__contact-tel {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  .fv__contact-right {
    padding: 10px 0;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .fv__contact01 {
    width: 49%;
    flex-direction: column-reverse;
  }
  .fv__contact01 .contact-link {
    width: 100%;
  }
  .fv__contact01 {
    bottom: 45%;
    gap: 0px;
  }
  .fv__contact-btn {
    padding: 8px;
  }
  .fv__contact-btn p {
    font-size: 1.2rem;
  }
  .fv__contact-btn span {
    font-size: 1.8rem;
  }
  .fv__contact01 .contact-link {
    width: 100%;
  }
  .fv__contact01 .fv__contact-copy {
    font-size: 1.3rem;
  }
  .fv__contact01 .fv__contact-tel {
    font-size: 2.8rem;
  }
  .fv__contact01 .fv__contact-address {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 440px) {
  .fv__contact01 {
    flex-direction: column-reverse;
    margin-right: 4px;
  }
  .fv__contact01 .contact-link {
    width: 100%;
  }
  .fv__contact01 {
    bottom: 45%;
  }
  .fv__contact01 .fv__contact-btn {
    gap: 10px;
  }
  .fv__contact-btn {
    padding: 8px;
  }
  .fv__contact01 .fv__contact-btn p {
    font-size: 1.1rem;
  }
  .fv__contact01 .fv__contact-copy {
    font-size: 1.1rem;
  }
  .fv__contact01 .contact-link {
    width: 100%;
  }
  .fv__contact01 .fv__contact-tel {
    font-size: 2.2rem;
  }
  .fv__contact01 .fv__contact-address {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 380px) {
  .fv__contact01 {
    bottom: 45%;
  }
  .fv__contact01 .fv__contact-copy {
    font-size: 1rem;
  }
  .fv__contact01 .fv__contact-btn {
    padding: 8px;
    gap: 10px;
  }
  .fv__contact01 .contact-link {
    width: 100%;
  }
  .fv__contact01 .fv__contact-btn p {
    font-size: 1rem;
  }
  .fv__contact01 .fv__contact-btn span {
    font-size: 1.6rem;
  }
  .fv__contact01 .fv__contact-tel {
    font-size: 2.2rem;
  }
  .fv__contact01 .fv__contact-address {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 355px) {
  .fv__contact01 .fv__contact-btn {
    padding: 4px;
  }
  .fv__contact01 .fv__contact-copy {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 340px) {
  .fv__contact01 .fv__contact-btn p {
    font-size: 0.9rem;
  }
  .fv__contact01 .fv__contact-btn span {
    font-size: 1.4rem;
  }
  .fv__contact01 .fv__contact-tel {
    font-size: 2rem;
  }
  .fv__contact01 .fv__contact-address {
    font-size: 0.6rem;
  }
}


.fv__contact01.bottom {
  width: 100%;
  flex-direction: inherit;
  margin-right: 0;
  position: relative;
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.fv__contact01.bottom .contact-link {
  width: 50%;
}
.fv__contact01.bottom .fv__contact-btn {
  height: 100%;
  align-items: center;
}
.fv__contact01.bottom .fv__contact-right {
  width: 50%;
}
.fv__contact01.bottom {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
}
.fv__contact01.bottom.is-show {
  opacity: 1;
  visibility: visible;
}



.fv__contact02 {
  width: 55%;
  display: flex;
  justify-content: center;
  gap: 40px;
  background-color: #FFFFFF;
  padding: 20px 28px;
  border-radius: 30px 0 0 0;
  position: absolute;
  right: 0;
  bottom: 50.8%;
}

.fv__contact02.top {
  position: fixed;
  top: 0;
  right: 0;
  bottom: inherit;
  z-index: 999;
  background-color: inherit;
  border-radius: inherit;
  gap: 0;
  background-color: #FFFFFF;
  padding: 0;
}
.fv__contact02.top {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
}
.fv__contact02.top.is-show {
  opacity: 1;
  visibility: visible;
}
.fv__contact02 .contact-link {
  margin-left: inherit;
}
@media screen and (max-width: 1280px) {
  .fv__contact02 {
    gap: 20px;
  }
}
@media screen and (min-width: 820px) and (max-width: 1000px) {
  .fv__contact02 {
    width: 58%;
    gap: 12px;
  }
}
@media screen and (max-width: 900px) {
  .fv__contact02 {
    padding: 8px 4px 8px 12px; 
  }
}
@media screen and (max-width: 820px) {
  .fv__contact02 {
    gap: 10px;
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .fv__contact02 {
    width: calc(100% - 16px);
    bottom: 41.7%;
    padding: 8px 4px 8px 16px;
  }
  .fv__contact02  .contact-link {
    width: 50%;
    margin-left: inherit;
  }
  .fv__contact02 .fv__contact-btn {
    padding: 4px;
    font-size: 1.2rem;
    gap: 12px;
    align-items: center;
  }
  .fv__contact02 .fv__contact-btn p {
    font-size: 1rem;
  }
  .fv__contact02 .fv__contact-btn span {
    font-size: 1.6rem;
  }
  .fv__contact-btn img {
    width: 28px;
  }
  .fv__contact02 .fv__contact-right {
    width: 50%;
    color: #46372d;
    font-weight: 700;
  }
  .fv__contact02 .fv__contact-copy {
    font-size: 1rem;
  }
  .fv__contact02 .fv__contact-tel {
    font-size: 2.2rem;
    background: linear-gradient(157deg, #31AFBD 0%, #248ECA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }
  .fv__contact02 .fv__contact-address {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 391px) {
  .fv__contact02 .fv__contact-btn {
    gap: 8px;
  }
  .fv__contact02 .fv__contact-btn img {
    width: 20px;
  }
  .fv__contact02 .fv__contact-copy {
    font-size: 0.8rem;
  }
  .fv__contact02 .fv__contact-btn span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 370px) {
  .fv__contact02 .fv__contact02 {
    gap: 8px;  
  }
  .fv__contact02 .fv__contact-btn {
    gap: 8px;
  }
  .fv__contact-btn img {
    width: 20px;
  }
  .fv__contact02 .fv__contact-tel {
    font-size: 2rem;
  }
  .fv__contact02 .fv__contact-address {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 350px) {
  .fv__contact02 .fv__contact-btn p {
    font-size: 0.9rem;
  }
  .fv__contact02 .fv__contact-tel {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 330px) {
  .fv__contact02 .fv__contact-btn p {
    font-size: 0.8rem;
  }
  .fv__contact02 .fv__contact-address {
    font-size: 0.5rem;
  }
}

/* お悩み */
.worries img {
  width: 100%;
}
/* リスクセクション */
.health__lisk01 {
  background-color: #fdfdf3;
  padding: 60px 0;
  text-align: center;
}
.health__lisk02 {
  background-color: #edf7f8;
  color: #312823;
  padding: 60px 0;
}
.lisk__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
  margin-bottom: 48px;
}
.lisk__item {
  display: flex;
  gap: 40px;
}
.lisk__message {
  text-align: center;
  font-size: 2.4rem;
  color: #254477;
}
.lisk__message span {
  font-size: 2.8rem;
  font-weight: 700;
  color: #d02222;
}
@media screen and (max-width: 768px) {
  .health__lisk01 {
    padding: 40px 0;
  }
  .health__lisk02 {
    padding: 40px 0;
  }
  .health__lisk02 .two-column {
    flex-direction: inherit;
  }
  .health__lisk02 .two-column-left {
    width: calc(50% - 14px);
  }
  .health__lisk02 .two-column-right {
    width: calc(50% - 14px);
  }
  .health__lisk02 .title-gray {
    font-size: 2rem;
  }
  .lisk__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 48px;
  }
  .lisk__item {
    display: flex;
    gap: 16px;
  }
  .lisk__message {
    text-align: center;
    font-size: 1.8rem;
    color: #254477;
  }
  .lisk__message span {
    font-size: 1.8rem;
    font-weight: 700;
    color: #d02222;
  }
  .lisk__text {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}

@media screen and (max-width: 440px) {
  .health .message {
    font-size: 1.4rem;
  }
  .health .message span {
    font-size: 2rem;
  }
  .health__lisk02 .title-gray {
    font-size: 1.7rem;
  }
  .health__lisk02 .two-column {
    gap: 12px;
  }
  .health__lisk02 .two-column-left, .health__lisk02 .two-column-right {
    width: calc(50% - 6px);
  }
}
@media screen and (max-width: 375px) {
  .health .message {
    font-size: 1.1rem;
  }
  .health .message span {
    font-size: 1.5rem;
  }
  .health__lisk02 .title-gray {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 345px) {
  .health__lisk02 .title-gray {
    font-size: 1.3rem;
  }
}

/* お悩み */
.onayami {
  background-color: #fdfdf3;
  padding-bottom: 80px;
}
.two-column__message-left {
  width: 16%;
}
.two-column__message-right {
  width: calc(84% - 32px);
  display: flex;
  flex-direction: column;
}
.two-column__message-right .message {
  margin: inherit;
}
.onayami .message__wrap .two-column {
  gap: 32px;
}
.onayami .message__wrap .text {
  color: #FFFFFF;
  font-size: 1.8rem;
  margin-top: auto;
  padding-left: 40px;
}
.teeth-num {
  padding: 60px 0;
}
.onayami-now {
  text-align: center;
}
.two-column__onayami-left {
  width: calc(50% - 20px);
}
.two-column__onayami-right {
  width: calc(50% - 20px);
}

@media screen and (max-width: 768px) {
  .onayami {
    padding-bottom: 40px;
  }
  .onayami .two-column {
    gap: 0;
  }
  .onayami .message__wrap .two-column {
    gap: 10px;
  }
  .onayami .message__wrap .text {
    font-size: 1.4rem;
    padding-left: 16px;
  }
  .two-column__message-left {
    width: 100%;
  }
  .two-column__message-right {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .two-column__message-right img {
    width: 72px;
    height: auto;
    aspect-ratio: 181 / 159;
  }
  .teeth-num {
    padding: 40px 0;
  }
  .two-column__onayami-left {
    width: 100%;
  }
  .two-column__onayami-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .onayami .title-gray {
    font-size: 1.8rem;
  }
  .onayami .title-gray span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 440px) {
  .onayami .message {
    font-size: 1.4rem;
  }
  .onayami .message span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 390px) {
  .onayami .message {
    font-size: 1.3rem;
  }
  .onayami .message span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 350px) {
  .onayami .message {
    font-size: 1.1rem;
  }
  .onayami .message span {
    font-size: 1.4rem;
  }
}

/* 診察 */
.check {
  padding: 80px 0;
  background-color: #edf7f8;
}
.check .title-gray {
  font-size: 4rem;
  text-align: center;
}
.check__copy {
  font-size: 1.8rem;
  text-align: center;
}
.check__sub-copy {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.menu__list {
  display: flex;
  gap: 32px;
}
.menu__item {
  width: calc((100% - 64px) / 3);
}
.menu__item-title {
  color: #254477;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 16px;
}
.menu__item-text {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .check {
    padding: 40px 0;
  }
  .check .title-gray {
    font-size: 1.8rem;
  }
  .check__copy {
    font-size: 1.5rem;
  }
  .check__sub-copy {
    font-size: 1.2rem;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .menu__list {
    flex-direction: column;
  }
  .menu__item {
    width: 100%;
    padding: 0 10px;
  }
  .menu__item img {
    width: 100%;
  }
  .menu__item-text {
    font-size: 1.4rem;
  }  
}
@media screen and (max-width: 440px) {
  .check__copy.font-small {
    font-size: 1.4rem;
  }
  .check__sub-copy {
    text-align: inherit;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 410px) {
  .check__copy.font-small {
    font-size: 1.4rem;
  } 
}
@media screen and (max-width: 400px) {
  .check .title-gray {
    font-size: 1.6rem;
  }
  .check__copy.font-small {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 375px) {
  .check .title-gray {
    font-size: 1.6rem;
  }
  .check__copy.font-small {
    font-size: 1.3rem;
  }
  .check__sub-copy {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 365px) {
  .check .title-gray {
    font-size: 1.3rem;
  }
  .check__copy.font-small {
    font-size: 1.1rem;
  }
}

/* 変化 */
.change img {
  width: 100%;
}

/* ポイント */
.point {
  padding: 80px 0;
  background-color: #fdfdf3;
}
.point .title-gray {
  font-size: 4rem;
  text-align: center;
}
.point .title-gray span {
  font-size: 4.2rem;
  font-weight: 700;
}
.point__copy {
  font-size: 1.8rem;
  text-align: center;
}
.point__list {
  display: flex;
  gap: 60px 120px;
  flex-wrap: wrap;
  margin-top: 96px;
  padding: 0 60px;
}
.point__item {
  width: calc((100% - 120px) / 2);
  background-color: #FFFFFF;
  box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 16px;
  position: relative;
}
.point-num {
  width: 120px;
  position: absolute;
  top: -30px;
  left: -30px;
}
.point-image {
  width: 100%;
}
.point__item-title {
  color: #2faaa0;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 8px;
}
.point__item-text {
  font-size: 1.4rem;
}
.point__item-text span {
  text-decoration: underline;
  text-decoration-color: #ffee36;
  text-underline-offset: 0px;
  text-decoration-thickness: 4px;
  line-height: 2; 
}
@media screen and (max-width: 768px) {
  .point {
    padding: 40px 0;
  }
  .point .title-gray {
    font-size: 1.8rem;
  }
  .point .title-gray span {
    font-size: 1.8rem;
  }
  .point__copy {
    font-size: 1.8rem;
    text-align: center;
  }
  .point__list {
    gap: 40px;
    margin-top: 40px;
    padding: 0;
  }
  .point__item {
    width: 100%;
    padding: 16px;
  }
  .point-num {
    width: 80px;
    top: -10px;
    left: -10px;
  }
  .point-image {
    width: 100%;
  }
  .point__item-title {
    color: #2faaa0;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .point__item-text {
    font-size: 1.4rem;
  }
}


/* ステップ */
.step__content {
  background-color: #edf7f8;
  padding: 80px 0;
}
.step__sub-message {
  font-size: 2.2rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 24px;
}
.step__title {
  position: relative;
  text-align: center;
}
.step__title .beginner {
  position: absolute;
  top: 0;
  left: 0;
  width: 112px;
}
.step__list-wrapper {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 60px 40px;
}
.step__list {
  background-image: url(../img/blue-line.png);
  background-repeat: no-repeat;
  background-position: 40px 0;
  background-size: contain;
}
.step__item-title {
  display: flex;
  align-items: center;
  background: linear-gradient(157deg, #31afbd
 0%, #248eca 100%);
  padding: 8px 10px 8px 16px;
}
.step__item-title p {
  font-size: 2.2rem;
  font-weight: 700;
}
.step__item-num {
  color: #FFFFFF;
  width: 15%;
}
.step__item-name {
  background-color: #FFFFFF;
  color: #248eca;
  width: 85%;
  text-align: center;
}
.two-column.step {
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.two-column.step img {
  width: calc(35% - 20px);
}
.two-column.step p {
  width: calc(65% - 20px);
}
.two-column.step p span {
  color: #248eca;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .step__content {
    padding: 40px 0;
  }
  .step__sub-message {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .step .message {
    padding: 12px 6px;
    font-size: 1.4rem;
  }
  .step__title .beginner {
    top: -36px;
    left: 10px;
    width: 60px;
  }
  .step__list-wrapper {
    padding: 0;
  }
  .step__list {
    background-image: url(../img/blue-line-sp.png);
    background-repeat: no-repeat;
    background-position: 42px 32px;
    background-size: auto 100%;
    padding: 32px 20px;
  }
  .step__item-title {
    padding: 8px;
    gap: 10px;
  }
  .step__item-title p {
    font-size: 1.5rem;
  }
  .step__item-num {
    width: 20%;
  }
  .step__item-name {
    width: 80%;
  }
  .two-column.step {
    margin-top: 12px;
    margin-bottom: 24px;
  }
  .two-column.step img {
    width: 100%;
  }
  .two-column.step p {
    padding-left: 40px;
    width: 100%;
  }
  .two-column.step p span {
    color: #248eca;
    font-weight: 700;
  }
}

@media screen and (max-width: 768px) {
  .step__title .beginner {
    top: -36px;
    left: 10px;
    width: 48px;
  }
}
/* faq */
.faq {
  background-color: #fdfdf3;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.faq .title-gray {
  text-align: center;
  margin-bottom: 48px;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.faq__question, .faq__answer {
  display: flex;
  gap: 12px;
}
.faq__question {
  background-color: #52acb6;
  color: #FFFFFF;
  align-items: center;
  font-size: 2rem;
  padding: 20px 32px;
}
.faq__question .qa, .faq__answer .qa {
  font-weight: 700;
}
.faq__answer {
  background-color: #FFFFFF;
  padding: 32px;
}
.faq__answer .qa {
  line-height: 1.2;
}
.question {
  width: 100%;
  font-weight: 700;
  position: relative;
  font-size: 2rem;  
}
.caution {
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .faq .title-gray {
    margin-bottom: 32px;
  }
  .faq__list {
    gap: 24px;
  }
  .faq__question, .faq__answer {
    gap: 20px;
  }
  .faq__question {
    align-items: flex-start;
    padding: 10px 12px;
  }
  .faq__question .qa, .faq__answer .qa {
    font-size: 1.5rem;
  }
  .question {
    width: 100%;
    font-size: 1.5rem;
  }
  .faq__answer {
    padding: 10px;
  }
}


/* consultセクション */
.consult {
  background-color: #edf7f8;
  padding-top: 80px;
  padding-bottom: 80px;
}
.consult__message-wrap {
  margin-top: 80px;
}
.consult .title-gray {
  text-align: center;
}
.consult .title-gray span {
  font-size: 2.4rem;
  font-weight: 700;
}
.consult__message {
  text-align: center;
  margin-top: 40px;
}
.consult__message span {
  color: #bb3838;
  font-size: 2.2rem;
  font-weight: 700;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .consult {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .consult__message-wrap {
    margin-top: 32px;
  }
  .consult .title-gray {
    text-align: center;
  }
  .consult .title-gray span {
    font-size: 1.8rem;
  }
  .consult__message {
    text-align: center;
    margin-top: 40px;
  }
  .consult__message span {
    font-size: 1.8rem;
  }
}


/* accessセクション */
.access {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.access .title-gray {
  text-align: center;
}
.clinic__two-column {
  display: flex;
  gap: 40px;
}
.clinic__two-column:not(:last-child) {
  margin-bottom: 40px;
}
.clinic-left {
  width: 40%; 
}
.clinic-right {
  width: 60%; 
}
.access__logo {
  width: 90%;
  margin-left: auto;
}
.access__time {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.access__time table {
  border: 1px solid #4fc89c;
}
.access__time table tr, .access__time table th, .access__time table td {
  text-align: center;
  padding: 10px;
  background-color: #5ed3cd;
  color: #FFFFFF;
}
.access__time table tr {
  border-bottom: 1px solid #FFFFFF;
}
.access__time table thead {
  border-bottom: 1px solid #4fc89c;
}
.access__time table thead tr td {
  border-left: 1px solid #FFFFFF;
}
.access__time table thead tr td:last-of-type {
  border-left: 2px solid #FFFFFF;
}
.access__time table tbody tr td {
  border-left: 1px solid #FFFFFF;
}
.access__time table tbody tr td:last-of-type {
  border-left: 2px solid #FFFFFF;
}
.map-wrapper {
  width: 100%;
  height: 100%;
}
.map-wrapper iframe {
  width: 100%;
  height: 100%;
}

.clinic__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.clinic__info-box {
  display: flex;
  gap: 20px;
}
.clinic__info-box dt, .clinic__info-box dd {
  font-size: 1.5rem;
}
.clinic__info-box dt {
  width: 7rem;
}
.access__tel {
  font-size: 4.5rem;
  font-weight: 900;
  color: #01b1be;
  text-align: center;
  line-height: 1;
  margin-bottom: 8px;
}
.access__day {
  font-size: 2.2rem;
  font-weight: 700;
  color: #01b1be;
  text-align: center;
}


@media screen and (max-width: 768px) {
  .access {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .access__clinic-list {
    margin-top: 24px;
    gap: 24px;
  }
  .access__clinic-list .white-box {
    padding: 20px 24px;
  }
  .clinic__header {
    display: flex;
    flex-direction: column;
    justify-content: inherit;
    align-items: center;
    margin-bottom: 24px;
    gap: 20px;
  }
  .tel-btn {
    margin-right: auto;
  }
  .tel-btn a {
    font-size: 1.8rem;
    border: none;
    padding: 0;
  }
  .clinic__two-column {
    flex-direction: column;
    gap: 16px;
  }
  .clinic__two-column:not(:last-child) {
    margin-bottom: 24px;
  }
  .clinic-left {
    width: 100%; 
  }
  .clinic-right {
    width: 100%; 
    display: flex;
    flex-direction: column;
  }
  .clinic-right.time {
    flex-direction: column-reverse;
  }
  .access__text-box {
    background-color: #FFFFFF;
    padding: 0;
    gap: 16px;
  }
  .access__text p {
    line-height: 1.6;
  }
  .access__time {
    gap: 6px;
    margin-top: 16px;
  }
  .access__time table {
    width: 100%;
  }
  .access__time table tr, .access__time table th, .access__time table td {
    text-align: center;
    padding: 4px;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .access__logo {
    width: 60%;
    margin: 0 auto;
  }
  .time__caution {
    font-size: 1.3rem;
  }
  .clinic-address {
    gap: 10px;
    margin-top: 16px;
  }
  .address-wrapper p:first-of-type {
    margin-bottom: 0;
  }
  .map-wrapper {
    width: 100%;
    max-width: 500px;
    aspect-ratio: inherit;
    overflow: hidden;
  }
  .clinic__info {
    gap: 12px;
  }
  .clinic__info-box dt {
    min-width: 7rem;
  }
  .clinic__info-box dt, .clinic__info-box dd {
    font-size: 1.4rem;
  }
  .access__tel {
    font-size: 3rem;
  }
  .access__day {
    font-size: 1.8rem;
  }
  .access__day span {
    font-size: 1.6rem;
  }
}



/* PCスマホ出し分け */
@media screen and (min-width: 769px) {
  .sp-only {
    display: none!important;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none!important;
  }
}


/* 改行調整 */
@media screen and (min-width: 441px) {
  .sp-only-440 {
    display: none;
  }
}
@media screen and (max-width: 440px) {
  .sp-only-440 {
    display: block;
  }
}
@media screen and (min-width: 396px) {
  .sp-only-395 {
    display: none;
  }
}
@media screen and (max-width: 395px) {
  .sp-only-395 {
    display: block;
  }
}
@media screen and (min-width: 366px) {
  .sp-only-365 {
    display: none;
  }
}
@media screen and (max-width: 365px) {
  .sp-only-365 {
    display: block;
  }
}


