@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-size: 10px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/*---------------------------
@mixin
---------------------------*/
/*-- font --*/
/*-- center --*/
/*-- flex --*/
/*-- 横並び白ボックス --*/
/*-- アコーディオン用 --*/
/*---------------------------
共通スタイル
---------------------------*/
/*-- margin --*/
.mt6 {
  margin-top: 6rem;
}

.mt8 {
  margin-top: 8rem;
}

.mt12 {
  margin-top: 12rem;
}

.mb6 {
  margin-bottom: 6rem;
}

.mb11 {
  margin-bottom: 11rem;
}

/*-- font-size --*/
.f14 {
  font-size: 1.4rem;
}

/*-- color --*/
.br {
  color: #4c3b32;
}

.beg {
  color: #e6ddd5;
}

.beg02 {
  color: #f6f2ed;
}

.grn {
  color: #66a36b;
}

/*-- font-style --*/
.b {
  font-weight: bold;
}

/*-- center/middle --*/
.img-center {
  display: block;
  margin: 0 auto;
}

.t-center {
  text-align: center;
}

.v-middle {
  display: inline-block;
  vertical-align: middle;
}

/*-- display --*/
.display-b {
  display: block;
}

.display-ib {
  display: inline-block;
}

.display-f {
  display: flex;
  align-items: center;
}

/*-- link --*/
a {
  text-decoration: none;
  word-break: break-all;
}

a:hover {
  transition-duration: 0.3s;
  opacity: 0.7;
}

.link-txt {
  text-decoration: underline;
}
.link-txt:hover {
  cursor: pointer;
  color: #66a36b;
}

.phone {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  font-size: 2.4rem;
  white-space: nowrap;
}
.phone::before {
  content: url(../img/tel.svg);
  position: relative;
  top: 0.2rem;
  margin-right: 0.3rem;
}

.btnGroup {
  display: flex;
  gap: 1rem;
}

.section-wrapper, .wrapper120 {
  width: 120rem;
  margin: 0 auto;
}

.section-wrapper {
  padding: 12rem 0;
}

.beg02-bg {
  background: #f6f2ed;
  width: 100%;
  border-radius: 2rem 2rem 0 0;
}

.section-h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  font-size: 3.2rem;
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
  margin-bottom: 7rem;
}
.section-h2 .en {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  color: #66a36b;
  font-size: 1.6rem;
}

.box3 {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4%;
}
.box3__contents {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 5rem;
  flex: 1 1 calc(30% - 1rem);
}
.box3__contents-txt {
  flex-direction: column;
}
.box3__contents-txt p {
  padding-bottom: 3.5rem;
}

.wtBox__contents {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 5rem;
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  flex: 1 1 calc(30% - 1rem);
}
.wtBox__num {
  position: absolute;
  left: 1rem;
  top: 1rem;
  background: #66a36b;
  color: white;
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  border-radius: 50%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  width: 5rem;
  height: 5rem;
}
.wtBox__img img {
  aspect-ratio: 36/18;
  width: 100%;
  height: auto;
}
.wtBox__img2 img {
  aspect-ratio: 36/24;
  width: 100%;
  height: auto;
}
.wtBox__txt {
  padding: 0 8% 2.5rem;
  font-size: 1.5rem;
}
.wtBox__txt-h3 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  border-bottom: 0.1rem solid #f6f2ed;
  padding-bottom: 2rem;
  margin: 2.5rem auto 2rem;
  line-height: 1.7;
}
.wtBox__txt .grn {
  font-size: 1rem;
}
.wtBox__txt .grn-en {
  color: #66a36b;
  font-weight: bold;
}
.wtBox__h3-br {
  background: #4c3b32;
  color: white;
  padding: 1rem 2rem;
  margin-bottom: 2.5rem;
}
.wtBox__pic {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
}

.wtBg {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 6rem;
}
.wtBg__h3-grn {
  background: #66a36b;
  color: white;
  padding: 1rem 2rem;
  line-height: 1.7;
}
.wtBg__h3-grn .wb {
  background: white;
  color: #66a36b;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.2rem 1rem;
  margin-right: 1.5rem;
}
.wtBg p {
  padding: 2.5rem 3rem;
}

.flex-imgtxt {
  position: relative;
  display: flex;
  gap: 4rem;
}
.flex-imgtxt__h4 {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid white;
  margin-bottom: 3rem;
  line-height: 1.8;
}
.flex-imgtxt__img img {
  width: 100%;
  width: 36rem;
  aspect-ratio: 36/24;
}
.flex-imgtxt__img2 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
}
.flex-imgtxt__img2-group {
  display: flex;
  gap: 3rem;
}
.flex-imgtxt__img2-group img {
  width: 100%;
  max-width: 27rem;
  aspect-ratio: 27/18;
}
.flex-imgtxt__img3 img {
  max-width: 36rem;
  aspect-ratio: 36/36;
}
.flex-imgtxt__img img, .flex-imgtxt__img3 img {
  min-width: 27rem;
}
.flex-imgtxt img {
  border-radius: 1rem;
}
.flex-imgtxt .cc-txt {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.flex-imgtxt .cc-txt a {
  align-self: flex-end;
}
.flex-imgtxt .cc-txt a .br-btn {
  position: relative;
  background: #4c3b32;
  padding: 1.2rem 2rem 1.5rem;
  display: inline-block;
  border-radius: 0.5rem;
  color: white;
  right: 0;
  margin-top: 2.5rem;
}
.flex-imgtxt .cc-txt a .br-btn::after {
  content: url(../img/n_tab.svg);
  margin-left: 1rem;
}

.bnrGroup {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
  width: 100%;
}
.bnrGroup__img img {
  border-radius: 1rem;
  aspect-ratio: 58/15;
  max-width: 58rem;
}
.bnrGroup__img img:hover {
  opacity: 0.7;
}
.bnrGroup__contents {
  flex: 1 1 calc(49% - 1rem);
}

.timetable {
  line-height: 1;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.timetable .thead {
  background: #4c3b32;
  border-radius: 0.5rem;
}
.timetable .thead .second, .timetable .thead .last {
  border-left: 0.1rem solid white;
}
.timetable .thead, .timetable .tbody {
  height: 5rem;
  display: flex;
  align-items: center;
}
.timetable .thead .first, .timetable .tbody .first {
  text-align: center;
}
.timetable .thead .second, .timetable .thead .last, .timetable .tbody .second, .timetable .tbody .last {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  height: 5rem;
}
.timetable .thead__th, .timetable .tbody__th {
  color: white;
  text-align: center;
}
.timetable .tbody {
  border-bottom: 0.1rem solid #e6ddd5;
}
.timetable .tbody th, .timetable .tbody td {
  padding: 1rem 0;
}

.wt-h3 {
  background: white;
  color: #66a36b;
  border-radius: 0.5rem;
  padding: 1rem 2rem 1rem 0;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  line-height: 1.8;
}
.wt-h3.accordion-ttl {
  padding: 1rem 5rem 1rem 0;
}
.wt-h3::before {
  content: "";
  display: inline-block;
  background: #66a36b;
  width: 0.4rem;
  height: 2.4rem;
  margin-right: 2rem;
}

.faq__group {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.faq__wrap {
  margin-bottom: 4rem;
}
.faq__wrap-q {
  position: relative;
  background: white;
  border-radius: 0.5rem;
  padding: 1rem 5.5rem 1rem 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.faq__wrap-q::before {
  content: "Q";
  color: white;
  background: #66a36b;
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin-right: 1.5rem;
  flex-shrink: 0;
}
.faq__wrap-a {
  display: flex;
  align-items: flex-start;
  padding: 2.5rem 1.5rem 0 1.5rem;
}
.faq__wrap-a::before {
  content: "A";
  color: #66a36b;
  background: white;
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin-right: 1.5rem;
  flex-shrink: 0;
}
.faq__wrap-a span {
  flex: 1;
}

.accordion-ttl {
  position: relative;
}
.accordion-ttl::after {
  content: url(../img/accordion_open.svg);
  position: absolute;
  transition: transform 0.3s ease;
  top: 60%;
  transform: translateY(-50%);
  right: 1.5rem;
}
.accordion-ttl.open::after {
  content: url(../img/accordion_close.svg);
  position: absolute;
  top: 55%;
  transform: translateY(-45%);
  right: 1.5rem;
}

.accordion-txt {
  display: none;
}

/*---------------------------
body
---------------------------*/
body {
  background: #e6ddd5;
  color: #4c3b32;
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.02em;
  font-feature-settings: "pkna";
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 500;
}

body.no-scroll {
  overflow: hidden;
}

/*---------------------------
main
---------------------------*/
.l-wrapper {
  overflow: hidden;
  position: relative;
}

/*---------------------------
header
---------------------------*/
.header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  transition: background-color 0.3s ease, padding 0.3s ease;
}
.header.scrolled {
  background: rgba(246, 242, 237, 0.8);
}
.header__left {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.header__left .logo img {
  transition: transform 0.3s ease, height 0.3s ease;
}
.header__left .point {
  display: flex;
  gap: 1rem;
}
.header__left .point__list {
  background: white;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  padding: 0.8rem 1rem 1rem;
  line-height: 1;
  white-space: nowrap;
}
.header__right {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header__right .gnav {
  display: flex;
  position: relative;
  margin-right: 3rem;
}
.header__right .gnav__ul {
  position: relative;
  display: flex;
  gap: 3rem;
}
.header__right .gnav__list {
  position: relative;
  font-weight: bold;
  white-space: nowrap;
  padding: 1.5rem 0;
}
.header__right .gnav__list:hover .sub {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header__right .gnav__list .sub {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-weight: normal;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  white-space: nowrap;
  z-index: 10;
}
.header__right .btnGroup {
  margin: 0 1.5rem;
}

/*---------------------------
sideber
---------------------------*/
.sideber {
  position: fixed;
  display: flex;
  align-items: stretch;
  top: 20rem;
  right: 0;
  z-index: 1001;
  transition: right 1s ease;
}
.sideber__h2wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  width: 5rem;
  padding: 7.25rem 0;
  border-radius: 0.5rem 0 0 0.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.3s ease;
  pointer-events: auto;
  z-index: 1002;
}
.sideber__h2wrap:hover {
  opacity: 0.9;
}
.sideber__h2 {
  writing-mode: vertical-rl;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.sideber__h2::before {
  content: url(../img/timetable.svg);
  margin-bottom: 2rem;
}
.sideber__h2::after {
  content: url(../img/arrow_left.svg);
  margin-top: 2rem;
}
.sideber__contents {
  display: none;
  padding: 3rem;
  background: white;
  overflow: hidden;
}
.sideber__contents .timetable .thead .first, .sideber__contents .timetable .tbody .first {
  width: 11.6rem;
}
.sideber__contents .timetable .thead .second, .sideber__contents .timetable .thead .last, .sideber__contents .timetable .tbody .second, .sideber__contents .timetable .tbody .last {
  width: 6.4rem;
}
.sideber__contents .timetable .thead .last, .sideber__contents .timetable .tbody .last {
  width: 7rem;
}
.sideber.is-open {
  right: 0;
}
.sideber.is-open .sideber__h2wrap {
  order: 0;
  background: #e6ddd5;
}
.sideber.is-open .sideber__h2::after {
  content: url(../img/arrow_right.svg);
}
.sideber.is-open .sideber__contents {
  display: block;
}

/*---------------------------
mv
---------------------------*/
.mv {
  position: relative;
  left: 0;
  display: flex;
  margin-top: 11.5rem;
}
.mv__img {
  width: 73%;
  aspect-ratio: 118/75;
  z-index: 10;
}
.mv__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 2rem 2rem 0;
  display: block;
}
.mv__right {
  position: relative;
  width: 27%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mv__right-teeth {
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90%;
  max-width: 38rem;
  aspect-ratio: 38/36;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.mv__right-teeth img {
  width: 100%;
  height: auto;
  display: block;
}
.mv__right-txt {
  position: relative;
  writing-mode: vertical-rl;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  max-width: 37.9rem;
  transform: translateX(-3rem);
  margin-top: 10%;
  z-index: 101;
}

/*---------------------------
index-opening
---------------------------*/
.opening {
  display: flex;
  justify-content: space-between;
}
.opening .greeting {
  width: 53%;
  margin-top: 5rem;
}
.opening .greeting__h2 {
  color: #66a36b;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
  line-height: 1.8;
}
.opening .news {
  width: 40%;
}
.opening .news__h2 {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
.opening .news__box {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
}
.opening .news__box-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #4c3b32;
  color: white;
  padding: 1rem 3rem;
}
.opening .news__box-txt {
  padding: 2rem 3rem;
  max-height: 28rem;
  overflow-y: scroll;
}

/*---------------------------
index-bnrGroup
---------------------------*/
.bnr-wrapper .bnrImplant {
  background: #4c3b32;
  border-radius: 1rem;
  padding: 6rem 10rem;
  margin-top: 6rem;
  gap: 4rem;
}
.bnr-wrapper .bnrImplant__h2 {
  color: white;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 6rem;
  line-height: 1.8;
}
.bnr-wrapper .bnrImplant__contents {
  width: 100%;
}
.bnr-wrapper .bnrImplant__contents .bnrInfo {
  margin-bottom: 4rem;
}
.bnr-wrapper .bnrImplant__bnr {
  background: white;
  border-radius: 1rem;
  width: calc(50% - 2rem);
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}
.bnr-wrapper .bnrImplant__bnr-txt {
  line-height: 1;
  font-weight: bold;
  font-size: 1.5rem;
  display: inline-block;
  margin-left: 1.5rem;
}
.bnr-wrapper .bnrImplant__bnr:hover {
  opacity: 0.7;
}

/*---------------------------
index-treatment
---------------------------*/
.treatment .box3__img img {
  border-radius: 1rem;
  width: 100%;
  height: auto;
  aspect-ratio: 36/24;
}
.treatment .box3__h3 {
  margin: 3rem 0 2.5rem;
  padding: 1.5rem 2rem;
  font-size: 2rem;
  line-height: 1;
  background: white;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.treatment .box3__h3::after {
  content: url(../img/arrow_bnr.svg);
}

/*---------------------------
footer
---------------------------*/
.footer {
  position: relative;
  padding: 10rem 0 6rem;
  background: white;
}
.footer .pagetop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1050;
}
.footer__info {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.footer__info-left {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
  align-items: center;
}
.footer__info-left .tel-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.footer__info-left .add {
  text-align: center;
}
.footer__info-right .timetable {
  width: 100%;
}
.footer__info-right .timetable .thead .first, .footer__info-right .timetable .tbody .first {
  width: 15rem;
}
.footer__info-right .timetable .thead .second, .footer__info-right .timetable .tbody .second {
  width: 6.6rem;
}
.footer__info-right .timetable .thead .last, .footer__info-right .timetable .tbody .last {
  width: 8rem;
}
.footer .fnav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-top: 0.1rem solid #e6ddd5;
  border-bottom: 0.1rem solid #e6ddd5;
  padding: 3rem 0;
  margin: 8rem 0 6rem;
  gap: 2rem;
}
.footer .fnav__list {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin: 0;
}
.footer .fnav__list a:hover {
  text-decoration: underline;
}
.footer .fnav__list .grn {
  margin-right: 1rem;
}
.footer .fnav .sub {
  display: flex;
  margin: 0 1.5rem;
}
.footer .fnav .sub__list::after {
  content: "/";
  margin: 0 1.5rem;
}
.footer .fnav .sub__list:last-child::after {
  content: "";
  margin: 0;
}
.footer .copy {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  font-size: 1.2rem;
  text-align: right;
}

/*---------------------------
sub-mv　下層MV
---------------------------*/
.sub-mv__img {
  width: 80%;
  aspect-ratio: 128/45;
}
.sub-mv__img img {
  width: 100%;
  border-radius: 0 2rem 2rem 0;
}
.sub-mv__txt {
  position: absolute;
  right: 10%;
  bottom: -20%;
  width: 49rem;
  font-size: 3.2rem;
  color: white;
  background: #4c3b32;
  border-radius: 1rem;
  padding: 7rem 0;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}

.anchor {
  width: 120rem;
  margin: 0 auto;
  padding: 12rem 0 7rem;
}
.anchor__link {
  margin-right: 3rem;
  line-height: 3;
}
.anchor__link:hover {
  text-decoration: underline;
}

/*---------------------------
インプラント implant
---------------------------*/
.implant-table {
  width: 100%;
  max-width: 80rem;
  table-layout: fixed;
  margin: 4rem auto 8rem;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.5rem;
  overflow: hidden;
  line-height: 1.8;
}
.implant-table thead .th {
  color: white;
  background: #4c3b32;
  padding: 1.2rem;
  text-align: center;
  border-right: 0.1rem solid white;
  vertical-align: middle;
}
.implant-table thead .th .none {
  background: transparent;
}
.implant-table thead .th:last-child {
  border-right: none;
}
.implant-table thead .left {
  border-radius: 0.5rem 0 0 0.5rem;
}
.implant-table thead .right {
  border-radius: 0 0.5rem 0.5rem 0;
}
.implant-table tbody tr th {
  background: #e6ddd5;
  padding: 1.2rem;
  text-align: center;
  font-weight: bold;
  border-bottom: 0.1rem solid #f6f2ed;
}
.implant-table tbody tr th.top {
  border-radius: 0.5rem 0.5rem 0 0;
}
.implant-table tbody tr th.bottom {
  border-radius: 0 0 0.5rem 0.5rem;
}
.implant-table tbody tr td {
  padding: 1.2rem;
  text-align: center;
  border-bottom: 0.1rem solid #e6ddd5;
  border-right: 0.1rem solid #e6ddd5;
}
.implant-table tbody tr td:last-child {
  border-right: none;
}
.implant-table tbody tr td.last {
  border-bottom: none;
}
.implant-table tbody tr th, .implant-table tbody tr td {
  vertical-align: middle;
}

.wtBg .implant-rec {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  gap: 3rem;
  padding: 3rem 5rem 3rem 3rem;
}
.wtBg .implant-rec__list {
  display: flex;
  align-items: flex-start;
}
.wtBg .implant-rec__list::before {
  content: url(../img/check.svg);
  margin-right: 1rem;
}

.border-h2 {
  margin: 8rem auto 5rem;
  font-size: 2rem;
  text-align: center;
}
.border-h2::after {
  content: "";
  display: block;
  margin: 1.5rem auto 0;
  width: 5rem;
  height: 0.2rem;
  background: white;
}

.manufacturer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5%;
}
.manufacturer__wrap {
  width: 47.5%;
  margin-bottom: 8rem;
}
.manufacturer__wrap-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4%;
  margin-bottom: 4rem;
}
.manufacturer__wrap-img img {
  border-radius: 0.5rem;
  width: 100%;
}
.manufacturer__wrap-txt {
  display: flex;
  flex-direction: column;
}
.manufacturer__wrap-txt a {
  align-self: flex-end;
}
.manufacturer__wrap-txt a .br-btn {
  position: relative;
  background: #4c3b32;
  padding: 1.2rem 2rem 1.5rem;
  display: inline-block;
  border-radius: 0.5rem;
  color: white;
  right: 0;
  margin-top: 2.5rem;
}
.manufacturer__wrap-txt a .br-btn::after {
  content: url(../img/n_tab.svg);
  margin-left: 1rem;
}

/*---------------------------
審美歯科 cosmetic-dentistry
---------------------------*/
.beg-box, .beg2-box {
  border-radius: 1rem;
  padding: 6rem;
  margin-top: 8rem;
}
.beg-box .h2-ttl, .beg2-box .h2-ttl {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: 5rem;
}
.beg-box .baFlex, .beg2-box .baFlex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 6%;
}
.beg-box .baFlex__img img, .beg2-box .baFlex__img img {
  border-radius: 1rem;
  width: 100%;
}
.beg-box .baFlex__img p, .beg2-box .baFlex__img p {
  text-align: center;
  font-weight: bold;
  margin-top: 2rem;
}
.beg-box .baFlex__arrow, .beg2-box .baFlex__arrow {
  margin-top: 7%;
}
.beg-box .baFlex__arrow img, .beg2-box .baFlex__arrow img {
  width: 100%;
  max-width: 4rem;
}

.beg-box {
  background: #e6ddd5;
}

.beg2-box {
  background: #f6f2ed;
}

.material {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.material__wrap {
  width: 47.5%;
}
.material__wrap-contents {
  display: flex;
  flex-direction: column;
  display: none;
}
.material__wrap-contents .material-img {
  display: flex;
  justify-content: center;
}
.material__wrap-contents .material-img img {
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
}
.material__wrap-contents .material-table {
  margin: 4rem 0 8rem;
  width: 100%;
  font-size: 1.5rem;
}
.material__wrap-contents .material-table th {
  width: 11.5rem;
  color: white;
  background: #4c3b32;
  padding: 1.5rem;
  border-bottom: 0.1rem solid #f6f2ed;
}
.material__wrap-contents .material-table td {
  padding: 1.2rem 0 1.2rem 2rem;
  border-bottom: 0.1rem solid #e6ddd5;
}
.material__wrap-contents .material-table td .grn {
  font-size: 1rem;
}
.material__wrap-contents .material-table th.last, .material__wrap-contents .material-table td.last {
  border-bottom: none;
}
.material__wrap-contents .material-table th.top {
  border-radius: 0.5rem 0.5rem 0 0;
}
.material__wrap-contents .material-table th.bottom {
  border-radius: 0 0 0.5rem 0.5rem;
}

.types {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4%;
}
.types__wrap {
  flex: 1 1 calc(30% - 1rem);
}
.types__contents {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.price {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4%;
}
.price__wrap {
  flex: 1 1 calc(30% - 1rem);
}
.price__wrap .price-table {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 5rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  width: 100%;
}
.price__wrap .price-table th {
  width: 22rem;
  color: white;
  background: #4c3b32;
  padding: 1.5rem;
  border-bottom: 0.1rem solid #f6f2ed;
}
.price__wrap .price-table td {
  width: 14rem;
  padding: 1.2rem 0;
  border-bottom: 0.1rem solid #e6ddd5;
  text-align: right;
}
.price__wrap .price-table th.last, .price__wrap .price-table td.last {
  border-bottom: none;
}
.price__wrap .price-table th.top {
  border-radius: 0.5rem 0.5rem 0 0;
}
.price__wrap .price-table th.bottom {
  border-radius: 0 0 0.5rem 0.5rem;
}

/*---------------------------
予防歯科 department-of-preventive-dentistry
---------------------------*/
.wtBox4 {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4%;
}
.wtBox4__contents {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 5rem;
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  flex: 1 1 22% !important;
}
.wtBox4__num {
  position: absolute;
  left: 1rem;
  top: 1rem;
  background: #66a36b;
  color: white;
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  border-radius: 50%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  width: 4rem;
  height: 4rem;
}
.wtBox4__img img {
  aspect-ratio: 27/18;
  width: 100%;
  height: auto;
}
.wtBox4__txt {
  padding: 0 8% 1.5rem;
  font-size: 1.5rem;
}
.wtBox4__txt-h3 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  border-bottom: 0.1rem solid #f6f2ed;
  padding-bottom: 2rem;
  margin: 2.5rem auto 2rem;
  line-height: 1.7;
}

/*---------------------------
医院案内 clinic-hours
---------------------------*/
.information .info-wrap {
  display: flex;
  justify-content: space-between;
  gap: 6rem;
}
.information .info-wrap .info-table tr th {
  width: 10rem;
}
.information .info-wrap .info-table tr td .grn {
  font-size: 1rem;
}
.information .info-wrap .info-table tr th, .information .info-wrap .info-table tr td {
  border-bottom: 0.1rem solid #e6ddd5;
  padding: 2.5rem 0 2rem;
}
.information .info-wrap .info-table tr .first {
  padding-top: 0;
}
.information .info-wrap .info-timetable .timetable .thead .first, .information .info-wrap .info-timetable .timetable .tbody .first {
  width: 11.6rem;
}
.information .info-wrap .info-timetable .timetable .thead .second, .information .info-wrap .info-timetable .timetable .thead .last, .information .info-wrap .info-timetable .timetable .tbody .second, .information .info-wrap .info-timetable .timetable .tbody .last {
  width: 6.4rem;
}
.information .info-wrap .info-timetable .timetable .thead .last, .information .info-wrap .info-timetable .timetable .tbody .last {
  width: 7rem;
}
.information .info-wrap .info-timetable .img-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
.information .info-wrap .info-timetable .img-wrap img {
  width: 100%;
  max-width: 26rem;
  aspect-ratio: 26/26;
  border-radius: 1rem;
}
.information .access {
  margin-top: 10rem;
}
.information .access__flex {
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin-top: 6rem;
}
.information .access__img img {
  max-width: 57rem;
  width: 100%;
  height: auto;
  aspect-ratio: 57/38;
  border-radius: 1rem;
}
.information .access__txt {
  margin-top: 3rem;
}
.information .access .youtube {
  position: relative;
  aspect-ratio: 9/16;
  max-width: 38.7rem;
  width: 100%;
}
.information .access .youtube iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}

/*---------------------------
お問い合わせ contact-us
---------------------------*/
.contact-form .contact-table{
  display: flex;
  justify-content: center;
}
.contact-form .contact-table tr{
  width: 100%;
  display: flex;
  margin-bottom: 4rem;
  padding-bottom: 3.5rem;
  border-bottom: 0.1rem solid #e6ddd5;
}
.contact-form .contact-table .c_label{
  width: 35%;
  margin-right: 3rem;
}
.contact-table .c_label .required,.contact-table .c_label .any{
  margin-left: 1rem;
  padding: 0.2rem 0.8rem 0.3rem;
  background: #66a36b;
  color: white;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 0.3rem;
}
.contact-table .c_label .any{background: #bbb;}
.contact-table .c_input [type=text],.contact-table .c_input [type=tel],.contact-table .c_input [type=email],.contact-table .c_input_multiple textarea{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 2rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #e6ddd5;
}
.contact-table .c_input_multiple textarea{
  background: white;
  font-weight: 400;
  font-size: 1.4rem;
}
.c_input [type=checkbox],.btn_submit{text-align: center;}
.btn_submit .wpcf7-submit{
  background: #66a36b;
  border-radius: 0.5rem;
  padding: 1rem 3rem 1.2rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: white;
  margin: 4rem auto 10rem;
}
.wpcf7-spinner {display: none !important;}
.c_input .wpcf7-list-item{margin-left: 0;}
.contact-form .checkbox{text-align: center;}

/*---------------------------
アニメーション
---------------------------*/
/*------- テキスト用 / 左から徐々に出てくる -------*/
.fade-txt {
  white-space: nowrap;
  overflow: hidden;
  animation: fade-text 3s forwards linear;
}
@keyframes fade-text {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/*------- 下から上へフェードイン用 -------*/
/* アニメーション前 */
.u-fade-type-up {
  transform: translateY(50px);
  opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

/*------- リスト用 / 右から順番にスライドイン用 -------*/
/* アニメーション前 */
.u-fade-type-left {
  transform: translateX(50px);
  opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.is-active .u-fade-type-left {
  transition: 0.6s;
  transform: translateX(0);
  opacity: 1;
}

.is-active .u-fade-type-left:nth-child(2) {
  transition-delay: 0.2s;
}

.is-active .u-fade-type-left:nth-child(3) {
  transition-delay: 0.4s;
}

.is-active .u-fade-type-left:nth-child(4) {
  transition-delay: 0.6s;
}

.is-active .u-fade-type-left:nth-child(5) {
  transition-delay: 0.8s;
}

.is-active .u-fade-type-left:nth-child(6) {
  transition-delay: 1s;
}

.is-active .u-fade-type-left:nth-child(7) {
  transition-delay: 1.2s;
}

.is-active .u-fade-type-left:nth-child(8) {
  transition-delay: 1.4s;
}

.is-active .u-fade-type-left:nth-child(9) {
  transition-delay: 1.6s;
}

.is-active .u-fade-type-left:nth-child(10) {
  transition-delay: 1.8s;
}

.is-active .u-fade-type-left:nth-child(11) {
  transition-delay: 2s;
}

.is-active .u-fade-type-left:nth-child(12) {
  transition-delay: 2.2s;
}

/*------- テキスト用 / 左からスライドイン用 -------*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation: slideTextX100 0.8s forwards;
  -webkit-animation: slideTextX100 0.8s forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation: slideTextX-100 0.8s forwards;
  -webkit-animation: slideTextX-100 0.8s forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
/*---------------------------
メディアクエリ
---------------------------*/
@media screen and (max-width: 1279px) {
  .section-wrapper, .anchor, .wrapper120 {
    width: 86%;
  }
  .mv__right-txt {
    margin-top: 0;
  }
  .opening {
    flex-direction: column;
  }
  .opening .greeting {
    width: 100%;
    margin: 0 0 6rem;
  }
  .opening .news {
    width: 100%;
  }
  .opening .news__box-txt {
    height: 100%;
    max-height: 100%;
  }
  .bnr-wrapper .bnrGroup {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    margin: 0 auto;
    width: 100%;
  }
  .bnr-wrapper .bnrImplant {
    padding: 6rem 5%;
  }
  .bnr-wrapper .bnrImplant__h2 {
    margin-bottom: 3rem;
  }
  .bnr-wrapper .bnrImplant__contents {
    display: flex;
    flex-direction: row;
  }
  .bnr-wrapper .bnrImplant__contents .bnrInfo {
    margin-bottom: 0;
  }
  .footer__info {
    flex-direction: column;
    align-items: center;
    gap: 6rem;
  }
}
@media screen and (max-width: 1180px) {
  .header__right .gnav {
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    padding: 6rem 4rem;
    background: rgba(246, 242, 237, 0.9);
    transition: all 0.6s;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header__right .gnav__list:hover .sub {
    opacity: 0;
    visibility: hidden;
  }
  .header__right .hamburger {
    position: relative;
    right: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s;
  }
  .header__right .hamburger span {
    position: absolute;
    width: 3rem;
    height: 0.2rem;
    background: #4c3b32;
    transition: all 0.4s ease;
  }
  .header__right .hamburger :nth-of-type(1) {
    top: 1.4rem;
  }
  .header__right .hamburger :nth-of-type(2) {
    top: 2.2rem;
  }
  .header__right .hamburger :nth-of-type(3) {
    top: 3rem;
  }
  /* 表示された時用のCSS */
  .nav-open .gnav {
    left: 0;
  }
  .nav-open .gnav__ul {
    width: 100%;
    flex-direction: column;
    gap: 3rem;
  }
  .nav-open .gnav__list {
    position: relative;
    width: 98%;
    padding: 0 0 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 1rem;
    border-bottom: 0.1rem solid white;
  }
  .nav-open .gnav__list.plus {
    position: relative;
    cursor: pointer;
  }
  .nav-open .gnav__list.plus:hover {
    opacity: 0.8;
  }
  .nav-open .gnav__list.plus::after {
    position: absolute;
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    content: url(../img/gnav_open.svg);
    font-size: 3rem;
    font-weight: 500;
    color: #66a36b;
    top: 3rem;
    right: 1rem;
    padding-bottom: 2rem;
    transform: translateY(-50%);
  }
  .nav-open .gnav__list.open.plus::after {
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    content: url(../img/gnav_close.svg);
  }
  .nav-open .gnav__list .sub {
    opacity: 0;
    visibility: hidden;
  }
  .nav-open .gnav__list.open .sub {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    white-space: normal;
    text-align: left;
    align-items: flex-start;
    padding: 0;
    background: none;
  }
  .nav-open .gnav__list.open .sub__list {
    margin: 0.5rem 0;
  }
  .hamburger.is-active .hamburger-border-top {
    transform: rotate(45deg);
    top: 2.2rem;
  }
  .hamburger.is-active .hamburger-border-center {
    display: none;
  }
  .hamburger.is-active .hamburger-border-bottom {
    transform: rotate(-45deg);
    top: 2.2rem;
  }
  .mv {
    display: block;
  }
  .mv__img img {
    width: 90%;
  }
  .mv__right {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    width: 84%;
    margin: 4rem 7% 0 7%;
  }
  .mv__right-teeth {
    position: relative;
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
    max-width: 20rem;
  }
  .mv__right-txt {
    writing-mode: horizontal-tb;
    max-width: 100%;
    font-size: 2.8rem;
    line-height: 1.8;
    transform: translateX(0);
  }
  .bnrImplant__bnr {
    flex-direction: column;
    gap: 2rem;
    padding: 7rem 0 8rem;
  }
  .bnrImplant__bnr-txt {
    margin-left: 0;
  }
  .fnav {
    justify-content: center;
  }
  .fnav__list {
    margin: 0;
  }
  .fnav__list.last {
    flex-basis: 100%;
    justify-content: center;
  }
  .sub-mv__img img {
    width: 90%;
  }
  .sub-mv__txt {
    right: 7%;
    bottom: -8rem;
    width: 50%;
    font-size: 2.6rem;
    padding: 4rem 0;
  }
  .information .info-wrap {
    flex-direction: column;
  }
  .information .info-wrap .info-timetable {
    margin: 0 auto;
  }
  .information .info-wrap .info-timetable .img-wrap {
    gap: 3rem;
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  /*html{font-size: 96%;}タブレット用最大*/
  .box3, .wtBox {
    gap: 2%;
  }
  .box3__contents, .wtBox__contents {
    flex: 1 1 calc(49% - 1rem);
    margin-bottom: 3rem;
    flex-grow: 0;
    margin-bottom: 5rem;
  }
  .box3__contents:last-child, .wtBox__contents:last-child {
    margin-bottom: 0;
  }
  .box3__contents.sp6, .wtBox__contents.sp6 {
    margin-bottom: 6rem;
  }
  .wtBox__num {
    font-size: 2rem;
    width: 3.5rem;
    height: 3.5rem;
  }
  .wtBg .implant-rec {
    flex-direction: column;
  }
  .flex-imgtxt {
    flex-direction: column;
  }
  .flex-imgtxt p {
    order: 2;
  }
  .flex-imgtxt__img, .flex-imgtxt__img2, .flex-imgtxt__img3 {
    order: 1;
    margin: 0 auto;
  }
  .flex-imgtxt__img2 {
    align-items: center;
    gap: 2rem;
  }
  .flex-imgtxt__img2-group {
    gap: 5%;
  }
  .nav-open .header .gnav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-open .header .gnav .phone, .nav-open .header .gnav .btnGroup {
    margin: 3rem 0 0;
  }
  .footer .fnav {
    margin: 5rem 0;
  }
  .footer .copy {
    text-align: center;
    padding-top: 4rem;
  }
  .types, .price {
    gap: 2%;
  }
  .types__wrap, .price__wrap {
    flex: 1 1 calc(49% - 1rem);
    flex-grow: 0;
  }
  .types__wrap .price-table, .types__wrap .wtBox__contents, .price__wrap .price-table, .price__wrap .wtBox__contents {
    margin-bottom: 6rem;
  }
  .price__wrap {
    margin-bottom: 0;
  }
  .wtBox4 {
    gap: 5% !important;
  }
  .wtBox4__contents {
    flex: 1 1 45% !important;
  }
  .information .access__flex {
    flex-direction: column;
  }
  .information .access .img-txt, .information .access .youtube {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  /*html{font-size: 76.7%;}タブレット用最小*/
  .mv {
    margin-top: 8.5rem;
  }
  .section-wrapper, .anchor {
    width: 80%;
    padding: 8rem 0;
  }
  .anchor {
    padding: 12rem 0 6rem;
  }
  .anchor__link {
    display: block;
    text-align: center;
    margin: 0;
  }
  .section-h2 {
    font-size: 2.6rem;
  }
  .section-h2 .en {
    font-size: 1.4rem;
    padding-bottom: 0.5rem;
  }
  .header.scrolled {
    background: rgba(255, 255, 255, 0.8);
  }
  .header__left .point {
    display: none;
  }
  .sideber {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  .sideber__h2 {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  .bnrGroup__img img {
    width: 100%;
    height: auto;
  }
  .bnr-wrapper .bnrImplant {
    padding: 4rem 5%;
  }
  .bnr-wrapper .bnrImplant__h2 {
    font-size: 2.4rem;
  }
  .bnr-wrapper .bnrImplant__contents {
    flex-direction: column;
  }
  .bnr-wrapper .bnrImplant__bnr {
    width: 100%;
  }
  .footer .fnav {
    display: none;
  }
  .sub-mv__txt {
    width: 60%;
    right: 5%;
    font-size: 2.2rem;
  }
  .accordion-next-txt {
    display: none;
  }
  .manufacturer {
    flex-direction: column;
  }
  .manufacturer__wrap {
    width: 100%;
  }
  .beg-box, .beg2-box {
    padding: 3rem 6%;
    margin-top: 4rem;
  }
  .beg-box .h2-ttl, .beg2-box .h2-ttl {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
  }
  .beg-box .baFlex, .beg2-box .baFlex {
    gap: 3%;
  }
  .beg-box .baFlex__img p, .beg2-box .baFlex__img p {
    line-height: 1;
    font-size: 1.4rem;
  }
  .beg-box .baFlex__arrow, .beg2-box .baFlex__arrow {
    margin-top: 2%;
  }
  .material__wrap {
    width: 100%;
  }
  .types, .price {
    gap: 2%;
  }
  .types__wrap, .price__wrap {
    flex: 1 1 100%;
  }
  .price__wrap .price-table {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .price__wrap .price-table td {
    padding-left: 3rem;
  }
  .information .info-wrap img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  /*html{font-size: 60%;}*/
  .mt12 {
    margin-top: 8rem;
  }
  .br {
    display: block;
  }
  .section-wrapper {
    width: 90%;
    padding: 6rem 0 8rem;
  }
  .wrapper120 {
    width: 90%;
  }
  .box3__contents, .wtBox__contents {
    flex: 1 1 100%;
  }
  .box3__num, .wtBox__num {
    font-size: 2.4rem;
    width: 5rem;
    height: 5rem;
  }
  .section-h2 {
    gap: 1.5rem;
    margin-bottom: 4.5rem;
  }
  .wtBg__h3-grn {
    padding: 1.5rem 2rem;
  }
  .wtBg__h3-grn .br {
    display: block;
    margin: 0.5rem 0;
  }
  .wtBg p {
    padding: 2rem;
  }
  .faq__wrap-q {
    line-height: 1.8;
  }
  .faq__wrap-a {
    font-size: 1.4rem;
    gap: 1rem;
    flex-direction: column;
  }
  .mv__right {
    width: 84%;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 3rem;
    margin: 3rem auto 0;
    transform: translateX(0);
  }
  .mv__right-txt {
    font-size: 2.2rem;
    margin-left: 0;
    text-align: center;
  }
  .bnr-wrapper .bnrImplant {
    padding: 4rem 8%;
  }
  .bnr-wrapper .bnrImplant__h2 {
    font-size: 2.4rem;
  }
  .bnr-wrapper .bnrImplant__bnr {
    flex-direction: column;
    gap: 2rem;
    height: auto;
    padding: 3rem 2rem;
  }
  .bnr-wrapper .bnrImplant__bnr-txt {
    line-height: 1.8;
    text-align: center;
    margin-left: 0;
  }
  .footer {
    padding: 6rem 0 4rem;
  }
  .footer__info {
    gap: 3rem;
  }
  .footer__info-left .tel-wrap {
    flex-direction: column;
  }
  .footer__info-left .add {
    text-align: left;
    font-size: 1.4rem;
  }
  .footer__info-left .add .br {
    display: block;
  }
  .footer__info-right .timetable {
    width: 100%;
    margin: 0 auto 2rem;
  }
  .footer__info-right .timetable .thead .first, .footer__info-right .timetable .tbody .first {
    width: 26%;
    line-height: 1.6;
  }
  .footer__info-right .timetable .thead .second, .footer__info-right .timetable .tbody .second {
    width: 10%;
  }
  .footer__info-right .timetable .thead .last, .footer__info-right .timetable .tbody .last {
    width: 14%;
  }
  .footer__info-right .timetable .tbody {
    height: auto;
  }
  .footer__info-right .btm-txt {
    font-size: 1.4rem;
  }
  .implant-table {
    font-size: 1.3rem;
  }
  .implant-table .br {
    display: block;
  }
  .information .info-wrap .info-table tr th, .information .info-wrap .info-table tr td {
    display: block;
  }
  .information .info-wrap .info-table tr th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .information .info-wrap .info-table tr td {
    padding: 1rem 0 2.5rem;
  }
  .information .info-wrap .info-timetable .timetable {
    width: 100%;
    margin: 0 auto 2rem;
  }
  .information .info-wrap .info-timetable .timetable .thead .first, .information .info-wrap .info-timetable .timetable .tbody .first {
    width: 26%;
    line-height: 1.6;
  }
  .information .info-wrap .info-timetable .timetable .thead .second, .information .info-wrap .info-timetable .timetable .tbody .second {
    width: 10%;
  }
  .information .info-wrap .info-timetable .timetable .thead .last, .information .info-wrap .info-timetable .timetable .tbody .last {
    width: 14%;
  }
  .information .info-wrap .info-timetable .timetable .tbody {
    height: auto;
  }
  .information .access .youtube {
    padding: 0 1rem;
  }
  .contact-form .contact-table tr {
    flex-direction: column;
    gap: 1.5rem;
  }
  .contact-form .contact-table .c_label{width: 100%;}
}
@media screen and (max-width: 374px) {
  .flex-imgtxt__img img, .flex-imgtxt__img3 img {
    max-width: 24rem;
  }
  .wtBox4__contents {
    flex: 1 1 100% !important;
  }
}
  /*# sourceMappingURL=style.css.map */.second, .information .info-wrap .info-timetable .timetable .tbody .second {
    width: 10%;
  }
  .information .info-wrap .info-timetable .timetable .thead .last, .information .info-wrap .info-timetable .timetable .tbody .last {
    width: 14%;
  }
  .information .info-wrap .info-timetable .timetable .tbody {
    height: auto;
  }
  .information .access .youtube {
    padding: 0 1rem;
  }
@media screen and (max-width: 374px) {
  .flex-imgtxt__img img, .flex-imgtxt__img3 img {
    max-width: 24rem;
  }
  .wtBox4__contents {
    flex: 1 1 100% !important;
  }
}
/*# sourceMappingURL=style.css.map */