@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
img{max-width: 100%;height: auto;}

.common-width {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  display: block;
}

#wrap {
  overflow: hidden;
}

.common-ma {
  padding: 80px 0 0 0;
}

.page-header-left {
  position: relative;
}
.page-header-left h2 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.page-header-left h2 span {
  font-family: "Montserrat", sans-serif;
  color: #F5A13F;
  font-size: 4.2rem;
  line-height: 1.2;
  font-weight: 500;
}

.page-header-center h2 {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  line-height: 1;
}
.page-header-center h2 span {
  font-family: "Montserrat", sans-serif;
  color: #F5A13F;
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.page-sub-title {
  position: relative;
}
.page-sub-title::before {
  content: "";
  background: #FFC178;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.page-sub-title::after {
  content: "";
  background: #FFC178;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.page-sub-title h3 {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  background: #fff;
  padding: 0 16px;
  position: relative;
  z-index: 1;
  display: table;
  margin: 0 auto;
}

.icon-title {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  color: #F08100;
  padding-left: 22px;
}
.icon-title::before {
  content: "";
  background: url(../images/icon-title.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 0;
}

.btn {
  background: #A3C902;
  width: 280px;
  color: #fff !important;
  display: block;
  margin: 24px auto 0 auto;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 12px 0;
  position: relative;
}
.btn::after {
  content: "";
  background: url(../images/btn-arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 6px;
  height: 11px;
  margin: auto;
}

/*---スクロール時遅れて表示、順番に表示---*/
.fadein {
  opacity: 0;
  transition: all 1.3s;
  transform: translate(0, 45px);
}

/*---TOP遅れて表示---*/
.post {
  opacity: 0;
}

.anchor {
  display: block;
  padding-top: 140px;
  margin-top: -140px !important;
}

.headline {
  animation: SlideIn 1.2s;
}

/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 1; /*初期状態では透明に*/
    transform: translateX(324px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#global-header {
  display: none;
}

#sp-global-header {
  background: #F5A13F;
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
}
#sp-global-header #sp-global-navi .sp-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
#sp-global-header #sp-global-navi .sp-menu li .sp-item {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
  position: relative;
  display: block;
  padding: 28px 0 4px 0;
  border-right: 1px solid #FCE8D0;
}
#sp-global-header #sp-global-navi .sp-menu li .sp-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  margin: auto;
}
#sp-global-header #sp-global-navi .sp-menu li:nth-child(1) a::before {
  background: url(../images/tel.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}
#sp-global-header #sp-global-navi .sp-menu li:nth-child(2) a::before {
  background: url(../images/header-access.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 18px;
}
#sp-global-header #sp-global-navi .sp-menu li:nth-child(3) a::before {
  background: url(../images/header-recruit.svg) no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
}

.key-wrap {
  position: relative;
}
.key-wrap #key-visual {
  height: 100vh; /* 変数をサポートしていないブラウザのフォールバック */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  position: relative;
}
.key-wrap #key-visual .slide {
  position: relative;
  height: 100vh; /* 変数をサポートしていないブラウザのフォールバック */
  height: calc(var(--vh, 1vh) * 100);
}
.key-wrap #key-visual .slide .top-inner {
  height: 100vh; /* 変数をサポートしていないブラウザのフォールバック */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.key-wrap #key-visual .slide .top-inner img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.key-wrap #key-visual .slide .top-inner .key-txt {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
.key-wrap #key-visual .slide .top-inner .key-txt h1 {
  font-size: 3.6rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
  position: relative;
}

.logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  padding: 12px;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  display: grid;
  place-items: center;
  z-index: 998;
}
.logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-top {
  display: none;
}

#subkey-visual .subkey-top {
  height: 334px;
  display: grid;
  place-items: center;
  position: relative;
}
#subkey-visual .subkey-top .sub-title {
  margin-top: 24px;
}
#subkey-visual .subkey-top .sub-title h1 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
#subkey-visual .subkey-top .sub-title h1 span {
  font-size: 5.2rem;
  color: #F08100;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
#subkey-visual .subkey-top .sub-title p {
  font-size: 1.5rem;
  text-align: center;
  color: #7D7D7D;
  margin-top: 16px;
}
#subkey-visual .subkey-top .pankuzu {
  position: absolute;
  bottom: 8px;
  right: 16px;
  display: flex;
  align-items: center;
}
#subkey-visual .subkey-top .pankuzu li {
  margin-right: 36px;
  position: relative;
}
#subkey-visual .subkey-top .pankuzu li:last-child::after {
  display: none;
}
#subkey-visual .subkey-top .pankuzu li:last-child {
  margin-right: 0;
}
#subkey-visual .subkey-top .pankuzu li::after {
  content: ">";
  font-size: 1.3rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -24px;
}
#subkey-visual .subkey-top .pankuzu li a {
  font-size: 1.3rem;
  font-weight: 500;
}
#subkey-visual .subkey-img-list {
  height: calc(var(--vh, 1vh) * 100 - 334px);
  display: flex;
}
#subkey-visual .subkey-img-list .subkey-img {
  width: 50%;
}
#subkey-visual .subkey-img-list .subkey-img img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.japan-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  line-height: 1.6 !important;
}
.japan-title span {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 4.8rem !important;
}

#top-contents .news .news-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top-contents .news .news-left .btn {
  margin: 0 0 0 auto;
}
#top-contents .news .news-list {
  margin-top: 24px;
}
#top-contents .news .news-list li:last-child {
  border-bottom: solid 1px #E1E1E1;
}
#top-contents .news .news-list li a {
  padding: 16px 24px;
  border-top: solid 1px #E1E1E1;
  display: flex;
  align-items: center;
}
#top-contents .news .news-list li a time {
  font-size: 1.4rem;
  width: 110px;
}
#top-contents .news .news-list li a h3 {
  font-size: 1.6rem;
  width: calc(100% - 110px);
}
#top-contents .about {
  display: flex;
  margin-top: 120px;
}
#top-contents .about .about-txt {
  position: relative;
  width: 45%;
  display: grid;
  place-items: center;
  padding: 80px 24px;
  background: url(../images/about-bg.jpg) no-repeat;
  background-size: cover;
}
#top-contents .about .about-txt::before {
  content: "";
  background: linear-gradient(75deg, rgba(251, 143, 16, 0.9), rgba(241, 209, 123, 0.9));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#top-contents .about .about-txt .about-txtinner h2, #top-contents .about .about-txt .about-txtinner span {
  color: #fff;
}
#top-contents .about .about-txt .about-txtinner h3 {
  font-size: 2.1rem;
  color: #fff;
  font-weight: 500;
  margin: 40px 0;
  position: relative;
  z-index: 2;
}
#top-contents .about .about-txt .about-txtinner .btn-list {
  margin-top: 32px;
  display: grid;
  gap: 16px;
}
#top-contents .about .about-txt .about-txtinner .btn-list li {
  width: 100%;
}
#top-contents .about .about-txt .about-txtinner .btn-list li a {
  width: 100%;
  display: block;
  margin: 0;
}
#top-contents .about .about-img {
  width: 55%;
}
#top-contents .about .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
#top-contents .feature .feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 80px;
}
#top-contents .feature .feature-list .feature-box {
  padding: 16px 16px;
  position: relative;
  border-top: 1px solid #FFDCB4;
  border-bottom: 1px solid #FFDCB4;
  border-right: 1px solid #FFDCB4;
}
#top-contents .feature .feature-list .feature-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -24px;
  width: 50px;
  height: 50px;
  margin: auto;
}
#top-contents .feature .feature-list .feature-box:nth-child(1) {
  border-left: 1px solid #FFDCB4;
}
#top-contents .feature .feature-list .feature-box:nth-child(1)::before {
  background: url(../images/feature-icon01.svg) no-repeat;
  background-size: contain;
}
#top-contents .feature .feature-list .feature-box:nth-child(2)::before {
  background: url(../images/feature-icon02.svg) no-repeat;
  background-size: contain;
}
#top-contents .feature .feature-list .feature-box:nth-child(3)::before {
  background: url(../images/feature-icon03.svg) no-repeat;
  background-size: contain;
}
#top-contents .feature .feature-list .feature-box:nth-child(4)::before {
  background: url(../images/feature-icon04.svg) no-repeat;
  background-size: contain;
}
#top-contents .feature .feature-list .feature-box h3 {
  font-size: 1.7rem;
  letter-spacing: 0.001rem;
  text-align: center;
  font-weight: 500;
  margin: 24px 0 12px 0;
}
#top-contents .feature .feature-list .feature-box .feature-img img {
  width: 100%;
}
#top-contents .feature .feature-list .feature-box p {
  font-size: 1.5rem;
  margin-top: 12px;
  line-height: 1.8;
}
#top-contents .treatment {
  background: url(../images/treatment-bg.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
  margin-top: 120px;
  position: relative;
}
#top-contents .treatment::before {
  content: "";
  background: linear-gradient(75deg, rgba(241, 209, 123, 0.9), rgba(251, 143, 16, 0.9));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#top-contents .treatment .page-header-center {
  position: relative;
  z-index: 1;
}
#top-contents .treatment .page-header-center h2, #top-contents .treatment .page-header-center span {
  color: #fff;
}
#top-contents .treatment .treatment-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  margin: 24px 0 60px 0;
  gap: 1px;
}
#top-contents .treatment .treatment-list .treatment-box {
  position: relative;
}
#top-contents .treatment .treatment-list .treatment-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  margin: auto;
  width: 36px;
  height: 40px;
  z-index: 1;
}
#top-contents .treatment .treatment-list .treatment-box:nth-child(1)::before {
  background: url(../images/icon-dental.svg) no-repeat;
  background-size: contain;
}
#top-contents .treatment .treatment-list .treatment-box:nth-child(2)::before {
  background: url(../images/icon-yobou.svg) no-repeat;
  background-size: contain;
  width: 49px;
}
#top-contents .treatment .treatment-list .treatment-box:nth-child(4)::before {
  background: url(../images/icon-implant.svg) no-repeat;
  background-size: contain;
}
#top-contents .treatment .treatment-list .treatment-box:nth-child(5)::before {
  background: url(../images/icon-esthetic.svg) no-repeat;
  background-size: contain;
}
#top-contents .treatment .treatment-list .treatment-box:nth-child(6)::before {
  background: url(../images/icon-whitening.svg) no-repeat;
  background-size: contain;
  width: 52px;
  height: 36px;
}
#top-contents .treatment .treatment-list .treatment-box:nth-child(8)::before {
  background: url(../images/icon-oral.svg) no-repeat;
  background-size: contain;
  width: 40px;
}
#top-contents .treatment .treatment-list .treatment-box a {
  background-size: contain;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.9);
  height: 220px;
}
#top-contents .treatment .treatment-list .treatment-box a h3 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 70px;
}
#top-contents .recruit .banner-area {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}
#top-contents .recruit .banner-area .banner-box {
  overflow: hidden;
  position: relative;
}
#top-contents .recruit .banner-area .banner-box a {
  display: block;
  height: 160px;
  transition: all ease 0.5s;
}
#top-contents .recruit .banner-area .banner-box a:hover {
  transform: scale(1.2);
}
#top-contents .recruit .banner-area .banner-box h3 {
  font-weight: 500;
  width: 100%;
  font-size: 2rem;
  background-size: contain;
  position: absolute;
  padding: 2px 12px 6px 12px;
  left: 0;
  bottom: 0;
  line-height: 1.2;
  z-index: 1;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.77);
}
#top-contents .recruit .banner-area .banner-box h3 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #F08100;
  line-height: 1;
}
#top-contents .recruit .banner-area .banner-staff a {
  background: url(../images/banner-staffbg.jpg) no-repeat;
  background-size: cover;
}
#top-contents .recruit .banner-area .banner-recruit a {
  background: url(../images/banner-recruitbg.jpg) no-repeat center;
  background-size: cover;
}
#top-contents .recruit .instagram-area {
  display: flex;
  justify-content: space-between;
  background: #F5A13F;
  padding: 16px 16px 16px 0;
  margin-top: 40px;
}
#top-contents .recruit .instagram-area .insta-title {
  position: relative;
  display: grid;
  place-items: center;
  width: 25%;
}
#top-contents .recruit .instagram-area .insta-title h3 {
  font-size: 2.1rem;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
#top-contents .recruit .instagram-area .insta-title .insta-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #F08100;
  background: #fff;
  display: block;
  width: 80%;
  padding: 10px 0;
  line-height: 1;
}
#top-contents .recruit .instagram-area .insta-title .insta-btn::after {
  content: "";
  background: url(../images/insta-btn-arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  width: 6px;
  height: 11px;
  margin: auto;
}
#top-contents .recruit .instagram-area .insta-list {
  width: 75%;
}
#top-contents .recruit .instagram-area .insta-list li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-contents .infomation {
  background: #FFF8EF;
  padding: 80px 0;
  margin-top: 120px;
}
#top-contents .infomation .info-inner {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}
#top-contents .infomation .info-inner .info-left {
  width: 48%;
}
#top-contents .infomation .info-inner .info-left .info-list .info-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #FFC178;
}
#top-contents .infomation .info-inner .info-left .info-list .info-item:first-child {
  border-top: 1px solid #FFC178;
}
#top-contents .infomation .info-inner .info-left .info-list .info-item dt {
  width: 120px;
  font-size: 1.5rem;
  padding: 16px 0 16px 16px;
  font-weight: 500;
}
#top-contents .infomation .info-inner .info-left .info-list .info-item dd {
  width: calc(100% - 120px);
  font-size: 1.5rem;
  padding: 16px 0;
}
#top-contents .infomation .info-inner .info-left .info-img {
  margin-top: 16px;
  width: 100%;
}
#top-contents .infomation .info-inner .info-left .info-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-contents .infomation .info-inner .info-map {
  width: 48%;
}
#top-contents .infomation .info-inner .info-map iframe {
  width: 100%;
  height: 100%;
}

#information-contents .information {
  background: #FFF8EF;
  padding: 32px;
  margin-top: 80px;
}
#information-contents .information .information-inner {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
}
#information-contents .information .information-inner .info-list {
  margin-top: 32px;
}
#information-contents .information .information-inner .info-list .info-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
}
#information-contents .information .information-inner .info-list .info-item:first-child {
  border-top: 1px solid #E1E1E1;
}
#information-contents .information .information-inner .info-list .info-item dt {
  width: 120px;
  font-size: 1.5rem;
  padding: 16px 0 16px 16px;
  font-weight: 500;
}
#information-contents .information .information-inner .info-list .info-item dd {
  width: calc(100% - 120px);
  font-size: 1.5rem;
  padding: 16px 0;
}
#information-contents .information .information-inner .info-list .info-item dd .tyuui {
  color: #F08100;
}
#information-contents .information .information-inner .info-list .info-item dd .sub-info-list .sub-info-item {
  display: flex;
  align-items: center;
}
#information-contents .information .information-inner .info-list .info-item dd .sub-info-list .sub-info-item dt {
  width: 120px;
  font-size: 1.5rem;
  padding: 12px 0 12px 0;
  font-weight: 500;
}
#information-contents .information .information-inner .info-list .info-item dd .sub-info-list .sub-info-item dd {
  width: calc(100% - 120px);
  font-size: 1.5rem;
  padding: 12px 0;
}
#information-contents .information .information-inner .staff {
  margin-top: 52px;
}
#information-contents .information .information-inner .staff .staff-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 16px;
  margin-top: 24px;
  padding: 0 32px;
}
#information-contents .information .information-inner .staff .staff-list .staff-box .staff-img {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}
#information-contents .information .information-inner .staff .staff-list .staff-box .staff-img img {
  width: 100%;
  border: 2px solid #F08100;
  border-radius: 50%;
}
#information-contents .information .information-inner .staff .staff-list .staff-box .staff-txt h4 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #F08100;
  margin: 6px 0 2px 0;
}
#information-contents .information .information-inner .staff .staff-list .staff-box .staff-txt p {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
}
#information-contents .information .information-inner .yoyaku {
  margin-top: 52px;
}
#information-contents .information .information-inner .yoyaku p.yoyaku-txt {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 24px;
}
#information-contents .information .information-inner .yoyaku p.yoyaku-txt + p.yoyaku-txt {
  margin-top: 16px;
}
#information-contents .information .information-inner .yoyaku .yoyaku-area {
  background: url(../images/information/yoyaku-bg.png), linear-gradient(75deg, rgba(241, 209, 123, 0.9), rgba(251, 143, 16, 0.9));
  background-repeat: repeat;
  padding: 32px 0 24px 0;
  margin-top: 40px;
}
#information-contents .information .information-inner .yoyaku .yoyaku-area p {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
#information-contents .information .information-inner .yoyaku .yoyaku-area .tel-btn {
  background: #A3C902;
  width: 294px;
  color: #fff !important;
  display: block;
  margin: 12px auto 0 auto;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 12px 0 12px 24px;
  position: relative;
  transition: all ease 0.5s;
}
#information-contents .information .information-inner .yoyaku .yoyaku-area .tel-btn::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  background: url(../images/tel.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  left: 83px;
}
#information-contents .information .information-inner .yoyaku .yoyaku-area .tel-btn:hover {
  background: #88A800;
}
#information-contents .access-map .access-inner .access-contents {
  margin-top: 32px;
}
#information-contents .access-map .access-inner .access-contents .access-list {
  margin-top: 32px;
}
#information-contents .access-map .access-inner .access-contents .access-list .access-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
}
#information-contents .access-map .access-inner .access-contents .access-list .access-item:first-child {
  border-top: 1px solid #E1E1E1;
}
#information-contents .access-map .access-inner .access-contents .access-list .access-item dt {
  width: 120px;
  font-size: 1.5rem;
  padding: 16px 0 16px 16px;
  font-weight: 500;
}
#information-contents .access-map .access-inner .access-contents .access-list .access-item dd {
  width: calc(100% - 120px);
  font-size: 1.5rem;
  padding: 16px 0;
}
#information-contents .access-map .access-inner .access-img {
  width: 100%;
  margin-top: 16px;
}
#information-contents .access-map .access-inner .access-img iframe {
  width: 100%;
  height: 320px;
}
#information-contents .clinic-gallery {
  background: #FFF8EF;
  padding: 80px 0;
  margin-top: 80px;
}
#information-contents .clinic-gallery .gallery-inner .gallery-contets {
  padding: 80px 0 140px 0;
  position: relative;
}
#information-contents .clinic-gallery .gallery-inner .gallery-contets::before {
  content: "";
  background: url(../images/information/clinic-bg.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 280px;
  height: 350px;
  z-index: 0;
}
#information-contents .clinic-gallery .gallery-inner .gallery-contets h3 {
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  position: relative;
  z-index: 1;
}
#information-contents .clinic-gallery .gallery-inner .gallery-contets p {
  font-size: 1.8rem;
  line-height: 1.8;
  width: 630px;
  margin: 24px auto 0 auto;
  position: relative;
  z-index: 1;
}
#information-contents .clinic-gallery .gallery-inner .gallery-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px 16px;
  margin-top: 24px;
}
#information-contents .clinic-gallery .gallery-inner .gallery-list .gallery-box .gallery-img img {
  width: 100%;
  border-radius: 12px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
#information-contents .clinic-gallery .gallery-inner .gallery-list .gallery-box h4 {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}

#concept-contents .intro {
  position: relative;
  width: 100%;
}
#concept-contents .intro .intro-contents {
  position: relative;
  padding: 80px 0;
}
#concept-contents .intro .intro-contents::after {
  content: "";
  background: url(../images/concept/intro-bg.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 540px;
  height: 180px;
}
#concept-contents .intro .intro-contents h2 {
  font-size: 2.4rem;
  color: #F08100;
  font-weight: 500;
  text-align: center;
}
#concept-contents .intro .intro-contents p {
  font-size: 1.6rem;
  width: 100%;
  margin: 32px auto 0 auto;
  line-height: 1.8;
}
#concept-contents .medical {
  background: #FFF8EF;
  padding: 80px 0;
}
#concept-contents .medical .medical-inner .medical-list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 16px;
}
#concept-contents .medical .medical-inner .medical-list .medical-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 40px 16px 16px 16px;
}
#concept-contents .medical .medical-inner .medical-list .medical-box::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  margin: auto;
  width: 44px;
  height: 44px;
}
#concept-contents .medical .medical-inner .medical-list .medical-box:nth-child(1)::before {
  background: url(../images/count01.svg) no-repeat;
  background-size: contain;
}
#concept-contents .medical .medical-inner .medical-list .medical-box:nth-child(2)::before {
  background: url(../images/count02.svg) no-repeat;
  background-size: contain;
}
#concept-contents .medical .medical-inner .medical-list .medical-box:nth-child(3)::before {
  background: url(../images/count03.svg) no-repeat;
  background-size: contain;
}
#concept-contents .medical .medical-inner .medical-list .medical-box:nth-child(4)::before {
  background: url(../images/count04.svg) no-repeat;
  background-size: contain;
}
#concept-contents .medical .medical-inner .medical-list .medical-box h3 {
  font-size: 1.8rem;
  color: #F08100;
  font-weight: 500;
  text-align: center;
}
#concept-contents .medical .medical-inner .medical-list .medical-box .medical-img {
  margin: 12px 0;
}
#concept-contents .medical .medical-inner .medical-list .medical-box .medical-img img {
  width: 100%;
}
#concept-contents .medical .medical-inner .medical-list .medical-box .medical-txt h4 {
  font-size: 1.5rem;
  font-weight: 500;
}
#concept-contents .medical .medical-inner .medical-list .medical-box .medical-txt p {
  font-size: 1.4rem;
  margin-top: 8px;
}
#concept-contents .medical .medical-inner .other {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 24px;
  margin-top: 40px;
}
#concept-contents .medical .medical-inner .other .tsurai .page-sub-title h3 br {
  display: none;
}
#concept-contents .medical .medical-inner .other .tsurai .tsurai-contnets {
  background: url(../images/concept/tsurai-bg.jpg) no-repeat right;
  background-size: cover;
  padding: 32px;
  position: relative;
  margin-top: 48px;
}
#concept-contents .medical .medical-inner .other .tsurai .tsurai-contnets::before {
  content: "＼こんなときは、治療中でも遠慮せず手を上げて合図してください／";
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: auto;
  color: #F08100;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}
#concept-contents .medical .medical-inner .other .tsurai .tsurai-contnets .tsurai-list {
  width: 60%;
}
#concept-contents .medical .medical-inner .other .tsurai .tsurai-contnets .tsurai-list li {
  margin: 12px 0 12px 0;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 12px 0 12px 52px;
}
#concept-contents .medical .medical-inner .other .tsurai .tsurai-contnets .tsurai-list li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  width: 40px;
  height: 40px;
}
#concept-contents .medical .medical-inner .other .tsurai .tsurai-contnets .tsurai-list li:nth-child(1)::before {
  background: url(../images/concept/count01.svg) no-repeat;
  background-size: contain;
}
#concept-contents .medical .medical-inner .other .tsurai .tsurai-contnets .tsurai-list li:nth-child(2)::before {
  background: url(../images/concept/count02.svg) no-repeat;
  background-size: contain;
}
#concept-contents .medical .medical-inner .other .tsurai .tsurai-contnets .tsurai-list li:nth-child(3)::before {
  background: url(../images/concept/count03.svg) no-repeat;
  background-size: contain;
}
#concept-contents .medical .medical-inner .other .tsurai .tsurai-contnets .tsurai-list li:nth-child(4)::before {
  background: url(../images/concept/count04.svg) no-repeat;
  background-size: contain;
}
#concept-contents .medical .medical-inner .other .tsurai .tsurai-tyuui {
  background: #F8F8F8;
  border-radius: 8px;
  border: 1px solid #FFC178;
  padding: 16px;
  margin-top: 24px;
}
#concept-contents .medical .medical-inner .other .tsurai .tsurai-tyuui p {
  font-size: 1.4rem;
}
#concept-contents .medical .medical-inner .other .tsurai .tsurai-tyuui p span {
  font-weight: bold;
  color: #F08100;
  position: relative;
  z-index: 1;
}
#concept-contents .medical .medical-inner .other .tsurai .tsurai-tyuui p span::after {
  content: "";
  background: rgba(163, 201, 2, 0.4);
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
#concept-contents .medical .medical-inner .other .point {
  margin-top: 40px;
}
#concept-contents .medical .medical-inner .other .point .point-list .point-box {
  margin-top: 16px;
}
#concept-contents .medical .medical-inner .other .point .point-list .point-box .point-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
#concept-contents .medical .medical-inner .other .point .point-list .point-box .point-contents .point-img {
  width: 38%;
}
#concept-contents .medical .medical-inner .other .point .point-list .point-box .point-contents .point-img img {
  width: 100%;
  border-radius: 8px;
}
#concept-contents .medical .medical-inner .other .point .point-list .point-box .point-contents .point-txt {
  width: 58%;
}
#concept-contents .medical .medical-inner .other .point .point-list .point-box .point-contents .point-txt h5 {
  font-size: 1.6rem;
  font-weight: 500;
}
#concept-contents .medical .medical-inner .other .point .point-list .point-box .point-contents .point-txt p {
  font-size: 1.4rem;
  margin-top: 16px;
  line-height: 1.8;
}
#concept-contents .medical .medical-inner .other .point .point-list .point-box .point-contents .point-txt p span {
  color: #F08100;
  font-weight: 700;
}

#staff-contents .message {
  position: relative;
}
#staff-contents .message .message-img {
  width: 40%;
  max-width: 300px;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 150px;
  margin: auto;
}
#staff-contents .message .message-img::before {
  content: "";
  background: url(../images/staff/staff-txt01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 8px;
  right: -61px;
  width: 112px;
  height: 188px;
}
#staff-contents .message .message-img img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 14px 14px 0 rgba(255, 193, 120, 0.23);
}
#staff-contents .message .message-txt h2 {
  font-size: 3.2rem;
  color: #F5A13F;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
#staff-contents .message .message-txt h3 {
  font-size: 2.1rem;
  font-weight: 500;
  margin: 24px 0 16px 0;
}
#staff-contents .message .message-txt .message-item-txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
#staff-contents .message .message-txt .message-item-txt .sp {
  display: block;
}
#staff-contents .message .message-txt .staff-detail {
  margin-top: 480px;
}
#staff-contents .message .message-txt .staff-detail .staff-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
}
#staff-contents .message .message-txt .staff-detail .staff-item:first-child {
  border-top: 1px solid #E1E1E1;
}
#staff-contents .message .message-txt .staff-detail .staff-item dt {
  width: 120px;
  font-size: 1.5rem;
  padding: 16px 0 16px 16px;
  font-weight: 700;
}
#staff-contents .message .message-txt .staff-detail .staff-item dd {
  width: calc(100% - 120px);
  font-size: 1.5rem;
  padding: 16px 0;
}
#staff-contents .staff-list {
  display: grid;
  gap: 52px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 40px auto 120px;
}
#staff-contents .staff-list .staff-box:nth-child(1) .staff-img::before {
  background: url(../images/staff/staff-txt02.svg) no-repeat;
  background-size: contain;
}
#staff-contents .staff-list .staff-box:nth-child(2) .staff-img::before {
  background: url(../images/staff/staff-txt03.svg) no-repeat;
  background-size: contain;
}
#staff-contents .staff-list .staff-box:nth-child(3) .staff-img::before {
  background: url(../images/staff/staff-txt04.svg) no-repeat;
  background-size: contain;
}
#staff-contents .staff-list .staff-box .staff-img {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
#staff-contents .staff-list .staff-box .staff-img::before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: -35px;
  width: 73px;
  height: 158px;
}
#staff-contents .staff-list .staff-box .staff-img img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 8px 8px 0 rgba(255, 193, 120, 0.23);
}
#staff-contents .staff-list .staff-box .staff-detail {
  margin: 24px 0 0 0;
}
#staff-contents .staff-list .staff-box .staff-detail .staff-item {
  border-bottom: 1px solid #E1E1E1;
}
#staff-contents .staff-list .staff-box .staff-detail .staff-item:first-child {
  border-top: 1px solid #E1E1E1;
}
#staff-contents .staff-list .staff-box .staff-detail .staff-item dt {
  width: 100%;
  font-size: 1.5rem;
  padding: 12px 0 0 0;
  font-weight: 700;
}
#staff-contents .staff-list .staff-box .staff-detail .staff-item dd {
  width: 100%;
  font-size: 1.4rem;
  padding: 0 0 12px 0;
}
#staff-contents .staff-bottom-img-area {
  display: flex;
}
#staff-contents .staff-bottom-img-area .staff-bottom-img {
  width: 33.3333333333%;
}
#staff-contents .staff-bottom-img-area .staff-bottom-img img {
  width: 100%;
  display: block;
}

#corporate-contents .intro .intro-top {
  display: grid;
  place-items: center;
  padding: 120px 0 80px 0;
}
#corporate-contents .intro .intro-top .intro-top-txt {
  position: relative;
}
#corporate-contents .intro .intro-top .intro-top-txt::before {
  content: "";
  background: url(../images/logo-icon.svg) no-repeat;
  background-size: contain;
  width: 285px;
  height: 307px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
#corporate-contents .intro .intro-top .intro-top-txt h2 {
  font-size: 3rem;
  color: #F08100;
  font-weight: 500;
  text-align: center;
}
#corporate-contents .intro .intro-top .intro-top-txt p {
  font-size: 1.6rem;
  width: 630px;
  margin: 32px auto 0 auto;
  line-height: 1.8;
}
#corporate-contents .greeting {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  position: relative;
}
#corporate-contents .greeting .greeting-img {
  width: 60%;
  max-width: 420px;
  margin: auto;
  position: absolute;
  top: 40px;
  left: 60px;
  right: 0;
  margin: auto;
}
#corporate-contents .greeting .greeting-img img {
  width: 100%;
}
#corporate-contents .greeting .greeting-txt {
  width: 100%;
}
#corporate-contents .greeting .greeting-txt h2 {
  color: #F08100;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 460px;
}
#corporate-contents .greeting .greeting-txt .greeting-txt-item {
  font-size: 1.6rem;
  line-height: 2;
}
#corporate-contents .greeting .greeting-txt .greeting-txt-item + .greeting-txt-item {
  margin-top: 16px;
}
#corporate-contents .greeting .greeting-txt .name {
  margin: 24px 0 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 1.7rem;
}
#corporate-contents .about {
  background: #FFF8EF;
  padding: 60px 0;
  position: relative;
  margin-top: 80px;
  overflow: hidden;
}
#corporate-contents .about::before {
  content: "";
  background: url(../images/corporate/about-bg-left.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 323px;
  height: 1571px;
}
#corporate-contents .about::after {
  content: "";
  background: url(../images/corporate/about-bg-right.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  width: 323px;
  height: 1571px;
}
#corporate-contents .about .about-img {
  width: 70%;
  max-width: 880px;
  margin: 24px auto 40px auto;
  position: relative;
  z-index: 1;
}
#corporate-contents .about .about-img img {
  width: 100%;
}
#corporate-contents .about .about-txt {
  background: #fff;
  padding: 24px 32px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}
#corporate-contents .about .about-txt::before {
  content: "";
  background: url(../images/corporate/about-left-icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -24px;
  left: -24px;
  width: 58px;
  height: 58px;
}
#corporate-contents .about .about-txt::after {
  content: "";
  background: url(../images/corporate/about-icon-right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -24px;
  right: -24px;
  width: 58px;
  height: 58px;
}
#corporate-contents .about .about-txt h3 {
  font-size: 1.7rem;
  text-align: center;
  font-weight: 500;
}
#corporate-contents .about .about-txt p {
  font-size: 1.4rem;
  margin-top: 24px;
}
#corporate-contents .study .study-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
#corporate-contents .study .study-contents .study-box {
  border-radius: 28px;
  border: 1px solid #DFDFDF;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.07);
  padding: 24px 16px;
  width: 49%;
}
#corporate-contents .study .study-contents .study-box h3 {
  text-align: center;
  font-size: 1.7rem;
  color: #F08100;
  font-weight: 500;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#corporate-contents .study .study-contents .study-box .study-img {
  margin-top: 24px;
}
#corporate-contents .study .study-contents .study-box .study-img img {
  width: 100%;
}
#corporate-contents .study .study-contents .study-box .study-txt h4 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 12px 0;
}
#corporate-contents .study .study-contents .study-box .study-txt p {
  font-size: 1.4rem;
}
#corporate-contents .study .study-innai {
  border-radius: 28px;
  border: 1px solid #DFDFDF;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.07);
  padding: 24px;
  margin-top: 16px;
}
#corporate-contents .study .study-innai .study-innai-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
#corporate-contents .study .study-innai .study-innai-contents .study-innai-img {
  width: 35%;
}
#corporate-contents .study .study-innai .study-innai-contents .study-innai-img img {
  width: 100%;
  border-radius: 8px;
}
#corporate-contents .study .study-innai .study-innai-contents .study-innai-txt {
  width: 60%;
}
#corporate-contents .study .study-innai .study-innai-contents .study-innai-txt h4 {
  font-size: 1.5rem;
  font-weight: 500;
}
#corporate-contents .study .study-innai .study-innai-contents .study-innai-txt p {
  font-size: 1.4rem;
  margin-top: 16px;
}
#corporate-contents .info {
  background: #FFF8EF;
  border-radius: 16px;
  padding: 32px;
  margin: 80px auto;
}
#corporate-contents .info .info-inner {
  background: #fff;
  padding: 40px 40px;
}
#corporate-contents .info .info-inner .info-corporate .info-list, #corporate-contents .info .info-inner .history .info-list {
  margin: 24px 0;
}
#corporate-contents .info .info-inner .info-corporate .info-list .info-item, #corporate-contents .info .info-inner .history .info-list .info-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
}
#corporate-contents .info .info-inner .info-corporate .info-list .info-item:first-child, #corporate-contents .info .info-inner .history .info-list .info-item:first-child {
  border-top: 1px solid #E1E1E1;
}
#corporate-contents .info .info-inner .info-corporate .info-list .info-item dt, #corporate-contents .info .info-inner .history .info-list .info-item dt {
  width: 150px;
  font-size: 1.5rem;
  padding: 16px 0 16px 16px;
  font-weight: 700;
}
#corporate-contents .info .info-inner .info-corporate .info-list .info-item dd, #corporate-contents .info .info-inner .history .info-list .info-item dd {
  width: calc(100% - 150px);
  font-size: 1.5rem;
  padding: 16px 0;
}
#corporate-contents .info .info-inner .history {
  margin-top: 80px;
}

#treatment-contents .shika, #treatment-contents .shounika, #treatment-contents .implant, #treatment-contents .esthetic, #treatment-contents .whitening, #treatment-contents .oral {
  margin-bottom: 60px;
}
#treatment-contents .shika h2 span, #treatment-contents .shounika h2 span, #treatment-contents .implant h2 span, #treatment-contents .esthetic h2 span, #treatment-contents .whitening h2 span, #treatment-contents .oral h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
}
#treatment-contents .shika .shika-01, #treatment-contents .shounika .shika-01, #treatment-contents .implant .shika-01, #treatment-contents .esthetic .shika-01, #treatment-contents .whitening .shika-01, #treatment-contents .oral .shika-01 {
  margin-top: 24px;
}
#treatment-contents .shika .shika-01 .icon-title, #treatment-contents .shounika .shika-01 .icon-title, #treatment-contents .implant .shika-01 .icon-title, #treatment-contents .esthetic .shika-01 .icon-title, #treatment-contents .whitening .shika-01 .icon-title, #treatment-contents .oral .shika-01 .icon-title {
  margin-top: 24px;
}
#treatment-contents .shika .shika-01 .shika-contents, #treatment-contents .shounika .shika-01 .shika-contents, #treatment-contents .implant .shika-01 .shika-contents, #treatment-contents .esthetic .shika-01 .shika-contents, #treatment-contents .whitening .shika-01 .shika-contents, #treatment-contents .oral .shika-01 .shika-contents {
  display: flex;
  justify-content: space-between;
  margin: 8px 0 32px 0;
}
#treatment-contents .shika .shika-01 .shika-contents .shika-img, #treatment-contents .shounika .shika-01 .shika-contents .shika-img, #treatment-contents .implant .shika-01 .shika-contents .shika-img, #treatment-contents .esthetic .shika-01 .shika-contents .shika-img, #treatment-contents .whitening .shika-01 .shika-contents .shika-img, #treatment-contents .oral .shika-01 .shika-contents .shika-img {
  width: 30%;
}
#treatment-contents .shika .shika-01 .shika-contents .shika-img img, #treatment-contents .shounika .shika-01 .shika-contents .shika-img img, #treatment-contents .implant .shika-01 .shika-contents .shika-img img, #treatment-contents .esthetic .shika-01 .shika-contents .shika-img img, #treatment-contents .whitening .shika-01 .shika-contents .shika-img img, #treatment-contents .oral .shika-01 .shika-contents .shika-img img {
  width: 100%;
  border-radius: 6px;
}
#treatment-contents .shika .shika-01 .shika-contents .shika-img img + img, #treatment-contents .shounika .shika-01 .shika-contents .shika-img img + img, #treatment-contents .implant .shika-01 .shika-contents .shika-img img + img, #treatment-contents .esthetic .shika-01 .shika-contents .shika-img img + img, #treatment-contents .whitening .shika-01 .shika-contents .shika-img img + img, #treatment-contents .oral .shika-01 .shika-contents .shika-img img + img {
  margin-top: 16px;
}
#treatment-contents .shika .shika-01 .shika-contents .shika-txt, #treatment-contents .shounika .shika-01 .shika-contents .shika-txt, #treatment-contents .implant .shika-01 .shika-contents .shika-txt, #treatment-contents .esthetic .shika-01 .shika-contents .shika-txt, #treatment-contents .whitening .shika-01 .shika-contents .shika-txt, #treatment-contents .oral .shika-01 .shika-contents .shika-txt {
  width: 65%;
}
#treatment-contents .shika .shika-01 .shika-contents .shika-txt h4, #treatment-contents .shounika .shika-01 .shika-contents .shika-txt h4, #treatment-contents .implant .shika-01 .shika-contents .shika-txt h4, #treatment-contents .esthetic .shika-01 .shika-contents .shika-txt h4, #treatment-contents .whitening .shika-01 .shika-contents .shika-txt h4, #treatment-contents .oral .shika-01 .shika-contents .shika-txt h4 {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 12px;
}
#treatment-contents .shika .shika-01 .shika-contents .shika-txt p, #treatment-contents .shounika .shika-01 .shika-contents .shika-txt p, #treatment-contents .implant .shika-01 .shika-contents .shika-txt p, #treatment-contents .esthetic .shika-01 .shika-contents .shika-txt p, #treatment-contents .whitening .shika-01 .shika-contents .shika-txt p, #treatment-contents .oral .shika-01 .shika-contents .shika-txt p {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #585858;
}
#treatment-contents .shika .shika-01 .shika-contents .shika-txt p + p, #treatment-contents .shounika .shika-01 .shika-contents .shika-txt p + p, #treatment-contents .implant .shika-01 .shika-contents .shika-txt p + p, #treatment-contents .esthetic .shika-01 .shika-contents .shika-txt p + p, #treatment-contents .whitening .shika-01 .shika-contents .shika-txt p + p, #treatment-contents .oral .shika-01 .shika-contents .shika-txt p + p {
  margin-top: 16px;
}
#treatment-contents .price {
  margin: 80px auto;
}
#treatment-contents .price h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
}
#treatment-contents .price .intro {
  font-size: 1.5rem;
  margin: 16px 0;
}
#treatment-contents .price table {
  width: 100%;
}
#treatment-contents .price table tbody .bg-color {
  background: #F9F9F9;
}
#treatment-contents .price table tbody tr .top-title {
  background: #F5A13F;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding: 12px 0;
  font-family: "Noto Sans JP";
}
#treatment-contents .price table tbody tr .sub-title {
  background: #EEEEEE;
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP";
  border-bottom: 1px solid #D1D1D1;
  width: 110px;
}
#treatment-contents .price table tbody tr td {
  font-size: 1.3rem;
  padding: 8px;
  border-bottom: 1px solid #D1D1D1;
  vertical-align: middle;
  font-family: "Noto Sans JP";
}
#treatment-contents .price table tbody tr td:last-child {
  text-align: center;
  width: 120px;
}

#recruit-contents h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
}
#recruit-contents .flow .flow-area {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
#recruit-contents .flow .flow-area .flow-box {
  width: 48%;
  background: #FFF8EF;
}
#recruit-contents .flow .flow-area .flow-box h3 {
  text-align: center;
  padding: 8px 0;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  background: #F5A13F;
}
#recruit-contents .flow .flow-area .flow-box .flow-contents {
  padding: 24px;
}
#recruit-contents .flow .flow-area .flow-box .flow-contents .flow-list .flow-item {
  display: flex;
  align-items: center;
  border-left: 1px dashed #FFC178;
  padding: 12px 0;
}
#recruit-contents .flow .flow-area .flow-box .flow-contents .flow-list .flow-item dt {
  font-size: 1.5rem;
  padding-left: 24px;
  position: relative;
}
#recruit-contents .flow .flow-area .flow-box .flow-contents .flow-list .flow-item dt::before {
  content: "●";
  font-size: 1rem;
  color: #F08100;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: -6px;
  margin: auto;
}
#recruit-contents .flow .flow-area .flow-box .flow-contents .flow-list .flow-item dd {
  font-size: 1.6rem;
  font-weight: 700;
  color: #F08100;
  margin-left: 24px;
}
#recruit-contents .flow .flow-area .flow-box .flow-contents .flow-rest {
  background: #FFEDD5;
  border: 1px solid #F5A13F;
  padding: 12px;
  margin-top: 16px;
}
#recruit-contents .flow .flow-area .flow-box .flow-contents .flow-rest .rest-time {
  font-size: 1.5rem;
}
#recruit-contents .flow .flow-area .flow-box .flow-contents .flow-rest .rest-txt {
  font-size: 1.6rem;
  font-weight: 700;
  color: #F08100;
  margin-top: 4px;
}
#recruit-contents .flow .flow-area .flow-box .flow-contents .flow-rest .rest-txt span {
  font-size: 1.4rem;
  color: #F08100;
}

.recruit-banner {
  margin: 80px auto;
}
.recruit-banner .banner-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-top: 24px;
}
.recruit-banner .banner-list .banner-box {
  position: relative;
  overflow: hidden;
}
.recruit-banner .banner-list .banner-box h3 {
  background: rgba(240, 129, 0, 0.85);
  padding: 8px 0;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  width: 100%;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.recruit-banner .banner-list .banner-box:nth-child(1) a {
  background: url(../images/recruit/banner-img01.jpg) no-repeat center;
  background-size: cover;
}
.recruit-banner .banner-list .banner-box:nth-child(2) a {
  background: url(../images/recruit/banner-img02.jpg) no-repeat center;
  background-size: cover;
}
.recruit-banner .banner-list .banner-box:nth-child(3) a {
  background: url(../images/recruit/banner-img03.jpg) no-repeat center;
  background-size: cover;
}
.recruit-banner .banner-list .banner-box:nth-child(4) a {
  background: url(../images/recruit/banner-img04.jpg) no-repeat;
  background-size: cover;
}
.recruit-banner .banner-list .banner-box a {
  display: block;
  height: 200px;
  transition: all ease 0.5s;
}
.recruit-banner .banner-list .banner-box a:hover {
  transform: scale(1.2);
}

#covid-contents .tyuui-title {
  font-size: 1.8rem;
  text-align: center;
  color: #F08100;
  font-weight: 700;
  margin-top: 32px;
}
#covid-contents .intro .intro-top {
  display: grid;
  place-items: center;
  padding: 100px 0 80px 0;
}
#covid-contents .intro .intro-top .intro-top-txt {
  position: relative;
}
#covid-contents .intro .intro-top .intro-top-txt::before {
  content: "";
  background: url(../images/logo-icon.svg) no-repeat;
  background-size: contain;
  width: 225px;
  height: 247px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
#covid-contents .intro .intro-top .intro-top-txt h2 {
  font-size: 2.4rem;
  color: #F08100;
  font-weight: 500;
  text-align: center;
}
#covid-contents .intro .intro-top .intro-top-txt p {
  font-size: 1.6rem;
  width: 540px;
  margin: 32px auto 0 auto;
  line-height: 1.8;
}
#covid-contents .covid-contents {
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.07);
  border: 1px solid #DFDFDF;
  margin: 16px auto 40px auto;
}
#covid-contents .covid-contents .covid-01 .covid-01-contents {
  background: url(../images/covid/covid-bg01.jpg) no-repeat;
  background-position: 75% 100%;
  padding: 24px;
  margin-top: 12px;
}
#covid-contents .covid-contents .covid-01 .covid-01-contents .covid-01-list {
  width: 60%;
}
#covid-contents .covid-contents .covid-01 .covid-01-contents .covid-01-list li {
  font-size: 1.5rem;
  position: relative;
  padding-left: 1.6em;
  margin: 12px 0;
}
#covid-contents .covid-contents .covid-01 .covid-01-contents .covid-01-list li::before {
  content: "●";
  color: #F5A13F;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
}
#covid-contents .covid-contents .covid-02 {
  margin-top: 60px;
}
#covid-contents .covid-contents .covid-02 .covid-02-contents .covid-02-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin-top: 40px;
}
#covid-contents .covid-contents .covid-02 .covid-02-contents .covid-02-list .covid-02-box {
  padding: 16px;
  border-radius: 12px;
  position: relative;
}
#covid-contents .covid-contents .covid-02 .covid-02-contents .covid-02-list .covid-02-box:nth-child(odd) {
  background: #FFEBD5;
}
#covid-contents .covid-contents .covid-02 .covid-02-contents .covid-02-list .covid-02-box:nth-child(even) {
  background: #FFDEB8;
}
#covid-contents .covid-contents .covid-02 .covid-02-contents .covid-02-list .covid-02-box::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
  margin: auto;
  width: 54px;
  height: 54px;
}
#covid-contents .covid-contents .covid-02 .covid-02-contents .covid-02-list .covid-02-box:nth-child(1)::before {
  background: url(../images/count01.svg) no-repeat;
  background-size: contain;
}
#covid-contents .covid-contents .covid-02 .covid-02-contents .covid-02-list .covid-02-box:nth-child(2)::before {
  background: url(../images/count02.svg) no-repeat;
  background-size: contain;
}
#covid-contents .covid-contents .covid-02 .covid-02-contents .covid-02-list .covid-02-box:nth-child(3)::before {
  background: url(../images/count03.svg) no-repeat;
  background-size: contain;
}
#covid-contents .covid-contents .covid-02 .covid-02-contents .covid-02-list .covid-02-box h4 {
  font-size: 1.6rem;
  color: #F08100;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  margin-top: 16px;
}
#covid-contents .covid-contents .covid-02 .covid-02-contents .covid-02-list .covid-02-box .covid-02-img {
  margin: 6px 0;
}
#covid-contents .covid-contents .covid-02 .covid-02-contents .covid-02-list .covid-02-box .covid-02-img img {
  width: 100%;
}
#covid-contents .covid-contents .covid-02 .covid-02-contents .covid-02-list .covid-02-box p {
  font-size: 1.4rem;
}
#covid-contents .covid-contents .covid-02 .covid-02-contents p {
  font-size: 1.4rem;
  margin-top: 8px;
}
#covid-contents .covid-contents .covid-03 {
  margin-top: 60px;
}
#covid-contents .covid-contents .covid-03 .covid-03-contents {
  background: url(../images/covid/covid-bg02.jpg) no-repeat right;
  background-position: 60% 100%;
  padding: 24px;
  margin-top: 16px;
}
#covid-contents .covid-contents .covid-03 .covid-03-contents .covid-03-list {
  width: 65%;
}
#covid-contents .covid-contents .covid-03 .covid-03-contents .covid-03-list li {
  font-size: 1.5rem;
  position: relative;
  padding-left: 1.6em;
  margin: 12px 0;
}
#covid-contents .covid-contents .covid-03 .covid-03-contents .covid-03-list li::before {
  content: "●";
  color: #F5A13F;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
}
#covid-contents .covid-point {
  display: flex;
  justify-content: space-between;
  background: #F8F8F8;
  border: 1px solid #FFC178;
  border-radius: 12px;
  padding: 24px;
  margin: 0 auto 100px auto;
}
#covid-contents .covid-point p {
  width: 65%;
  font-size: 1.5rem;
  line-height: 2;
}
#covid-contents .covid-point p span {
  color: #F5A13F;
  font-weight: 500;
}
#covid-contents .covid-point .point-img {
  width: 30%;
}
#covid-contents .covid-point .point-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#news-contents {
  margin-bottom: 80px;
}
#news-contents .news-contents-list .news-list .news-item:first-child a {
  border-top: 1px solid #E1E1E1;
}
#news-contents .news-contents-list .news-list .news-item a {
  border-bottom: 1px solid #E1E1E1;
  display: block;
  padding: 16px 0;
  padding-left: 16px;
}
#news-contents .news-contents-list .news-list .news-item a time {
  font-size: 1.5rem;
}
#news-contents .news-contents-list .news-list .news-item a h2 {
  font-size: 1.6rem;
  font-weight: 500;
}
#news-contents .news-detail {
  border: 1px solid #DFDFDF;
  border-radius: 16px;
  padding: 32px;
}
#news-contents .news-detail .news-title time {
  font-size: 1.5rem;
}
#news-contents .news-detail .news-title h2 {
  font-size: 2rem;
  font-weight: 500;
  margin: 6px 0 12px 0;
}
#news-contents .news-detail .news-contents {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding: 24px 0;
}
#news-contents .news-detail .news-contents p,
#news-contents .news-detail .news-contents table,
#news-contents .news-detail .news-contents th,
#news-contents .news-detail .news-contents td {
  font-size: 1.5rem;
  line-height: 1.8;
}
#news-contents .news-detail .news-contents p + p {
  margin-top: 16px;
}
#news-contents .news-detail .news-contents a {
  color: #F5A13F;
  text-decoration: underline;
  transition: all ease 0.5s;
}
#news-contents .news-detail .news-contents a:hover {
  opacity: 0.5;
}
#news-contents .news-detail .news-contents img {
  max-width: 700px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.pagenation {
  border-radius: 7px;
  overflow: hidden;
}
.pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF4E6;
  padding: 24px 40px;
  margin: 80px 0;
  position: relative;
}
.pagenation ul li {
  margin-right: 2%;
}
.pagenation ul li:last-child {
  margin-right: 0;
}
.pagenation ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  height: 35px;
  font-size: 1.4em;
  width: 35px;
  transition: all ease 0.3s;
  background: #F08100;
}
@media screen and (max-width: 480px) {
  .pagenation ul li a {
    height: 28px;
    width: 28px;
  }
}
.pagenation ul li a:hover {
  opacity: 0.5;
}
.pagenation ul li a .pagenation > li:nth-child(n+2):nth-last-child(n+2) {
  border-radius: 0;
  color: #333;
}
.pagenation ul .next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
  height: -moz-fit-content;
  height: fit-content;
}
.pagenation ul .next a {
  background: none;
  color: #333;
}
.pagenation ul .prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 24px;
  height: -moz-fit-content;
  height: fit-content;
}
.pagenation ul .prev a {
  background: none;
  color: #333;
}
.pagenation ul .page-active {
  font-size: 1.4rem;
}

#privacy-contents {
  margin-bottom: 80px;
}
#privacy-contents .privacy-box {
  margin-bottom: 40px;
}
#privacy-contents .privacy-box .privacy-title {
  border-bottom: 1px solid #FFC178;
  margin-bottom: 8px;
}
#privacy-contents .privacy-box .privacy-title h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #F08100;
  padding-bottom: 4px;
}
#privacy-contents .privacy-box .privacy-contents p {
  color: #585858;
  font-size: 1.5rem;
  line-height: 1.8;
}
#privacy-contents .privacy-box .privacy-contents .privacy-list {
  margin: 16px 0;
  padding-left: 16px;
}
#privacy-contents .privacy-box .privacy-contents .privacy-list li {
  margin: 6px 0;
  font-size: 1.5rem;
  color: #585858;
}
#privacy-contents .name {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: right;
}

.contact-intro .intro-top {
  display: grid;
  place-items: center;
  padding: 80px 0 80px 0;
}
.contact-intro .intro-top .intro-top-txt {
  position: relative;
}
.contact-intro .intro-top .intro-top-txt::before {
  content: "";
  background: url(../images/logo-icon.svg) no-repeat;
  background-size: contain;
  width: 285px;
  height: 307px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.contact-intro .intro-top .intro-top-txt h2 {
  font-size: 2.4rem;
  color: #F08100;
  font-weight: 500;
  text-align: center;
}
.contact-intro .intro-top .intro-top-txt p {
  font-size: 1.6rem;
  width: 650px;
  margin: 24px auto 0 auto;
  line-height: 1.8;
}
.contact-intro .intro-top .intro-top-txt .tel-btn {
  background: #A3C902;
  width: 280px;
  color: #fff !important;
  display: block;
  margin: 48px auto 0 auto;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 12px 0 12px 24px;
  position: relative;
}
.contact-intro .intro-top .intro-top-txt .tel-btn::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  background: url(../images/tel.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  left: 83px;
}
.contact-intro .intro-top .intro-top-txt .tel-btn::after {
  content: "＼ お電話はこちら ／";
  font-size: 1.6rem;
  color: #A3C902;
  font-weight: 500;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -24px;
  margin: auto;
}

.contact-form {
  margin-bottom: 80px;
}
.contact-form form {
  background: #FFF8EF;
  padding: 32px;
  margin-top: 24px;
  border: 1px solid #FFC178;
}
.contact-form form dl div {
  padding: 12px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .contact-form form dl div {
    padding: 8px 0;
  }
}
.contact-form form dl div dt {
  width: 200px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 4px;
}
.contact-form form dl div dt span.hissu {
  color: #fff;
  background: #F08100;
  line-height: 1;
  font-size: 1.2rem;
  padding: 1px 4px;
  margin-right: 6px;
  border-radius: 50px;
}
.contact-form form dl div dt br {
  display: none;
}
.contact-form form dl div dd {
  width: calc(100% - 200px);
}
.contact-form form dl div dd input, .contact-form form dl div dd textarea {
  font-size: 1.5rem;
  padding: 16px 12px;
  background: #fff;
  border: 1px solid #D4D0D0;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
  font-weight: bold;
}
.contact-form form dl div dd input::-moz-placeholder, .contact-form form dl div dd textarea::-moz-placeholder {
  color: #B7B7B7;
  font-size: 1.4rem;
}
.contact-form form dl div dd input::placeholder, .contact-form form dl div dd textarea::placeholder {
  color: #B7B7B7;
  font-size: 1.4rem;
}
.contact-form form dl div .radio label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  font-size: 1.5rem;
  margin: 6px 24px 6px 0;
  display: inline-block;
  width: auto;
}
.contact-form form dl div .radio input {
  border-radius: 50px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #D4D0D0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  top: 1px;
  left: 0;
  accent-color: #F5A13F;
}
.contact-form form dl div .radio .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.contact-form form .btn-group {
  text-align: center;
  margin-top: 16px;
}
.contact-form form .btn-group input[type=submit] {
  border: none;
  font-size: 1.6rem;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all ease 0.5s;
  padding: 16px 60px;
  background: #F08100;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
}
.contact-form form .btn-group input[type=submit]:hover {
  background: #D97A0B;
}
.contact-form form .wpcf7-not-valid-tip {
  font-size: 1.3rem;
}
.contact-form form .wpcf7-response-output {
  border-color: #FFF8EF !important;
  font-size: 1.4rem;
  text-align: center;
  color: #dc3232;
  font-weight: bold;
}
.contact-form form .wpcf7-spinner {
  position: absolute !important;
}

#general-contents .intro .intro-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
#general-contents .intro .intro-contents .intro-img {
  width: 35%;
}
#general-contents .intro .intro-contents .intro-img img {
  width: 100%;
  border-radius: 16px;
}
#general-contents .intro .intro-contents .intro-txt {
  width: 60%;
}
#general-contents .intro .intro-contents .intro-txt h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 24px;
}
#general-contents .intro .intro-contents .intro-txt p {
  font-size: 1.5rem;
  color: #585858;
  line-height: 1.8;
}
#general-contents .intro + .intro {
  margin: 40px auto 100px auto;
}

#esthetic-contents .intro {
  margin: 0 auto 100px auto;
}
#esthetic-contents .intro .intro-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
#esthetic-contents .intro .intro-contents .intro-img {
  width: 35%;
}
#esthetic-contents .intro .intro-contents .intro-img img {
  width: 100%;
  border-radius: 16px;
}
#esthetic-contents .intro .intro-contents .intro-txt {
  width: 60%;
}
#esthetic-contents .intro .intro-contents .intro-txt h3 {
  font-size: 2rem;
  font-weight: 500;
}
#esthetic-contents .intro .intro-contents .intro-txt p {
  font-size: 1.5rem;
  color: #585858;
  line-height: 1.8;
  margin-top: 16px;
}

#implant-contents .intro {
  margin: 0 auto 100px auto;
}
#implant-contents .intro .intro-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
#implant-contents .intro .intro-contents .intro-img {
  width: 35%;
}
#implant-contents .intro .intro-contents .intro-img img {
  width: 100%;
  border-radius: 16px;
}
#implant-contents .intro .intro-contents .intro-txt {
  width: 60%;
}
#implant-contents .intro .intro-contents .intro-txt h3 {
  font-size: 2rem;
  font-weight: 500;
}
#implant-contents .intro .intro-contents .intro-txt p {
  font-size: 1.5rem;
  color: #585858;
  line-height: 1.8;
  margin-top: 16px;
}
#implant-contents .intro .intro-contents .intro-txt p span {
  color: #F08100;
  font-weight: 500;
}
#implant-contents .flow {
  margin: 60px auto 100px auto;
}
#implant-contents .flow .flow-contents .flow-list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
#implant-contents .flow .flow-contents .flow-list .flow-box {
  padding: 16px;
  width: 32%;
  position: relative;
}
#implant-contents .flow .flow-contents .flow-list .flow-box:nth-child(odd) {
  background: #FFEBD5;
}
#implant-contents .flow .flow-contents .flow-list .flow-box:nth-child(even) {
  background: #FFDEB8;
}
#implant-contents .flow .flow-contents .flow-list .flow-box::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
  margin: auto;
  width: 54px;
  height: 54px;
}
#implant-contents .flow .flow-contents .flow-list .flow-box:nth-child(1)::before {
  background: url(../images/count01.svg) no-repeat;
  background-size: contain;
}
#implant-contents .flow .flow-contents .flow-list .flow-box:nth-child(2)::before {
  background: url(../images/count02.svg) no-repeat;
  background-size: contain;
}
#implant-contents .flow .flow-contents .flow-list .flow-box:nth-child(3)::before {
  background: url(../images/count03.svg) no-repeat;
  background-size: contain;
}
#implant-contents .flow .flow-contents .flow-list .flow-box h4 {
  font-size: 1.8rem;
  color: #F08100;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  margin: 24px 0;
}
#implant-contents .flow .flow-contents .flow-list .flow-box p {
  font-size: 1.4rem;
}
#implant-contents .flow .flow-contents .flow-list2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 12px;
  margin-top: 40px;
}
#implant-contents .flow .flow-contents .flow-list2 .flow-box {
  padding: 16px;
  position: relative;
}
#implant-contents .flow .flow-contents .flow-list2 .flow-box:nth-child(odd) {
  background: #FFEBD5;
}
#implant-contents .flow .flow-contents .flow-list2 .flow-box:nth-child(even) {
  background: #FFDEB8;
}
#implant-contents .flow .flow-contents .flow-list2 .flow-box::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
  margin: auto;
  width: 54px;
  height: 54px;
}
#implant-contents .flow .flow-contents .flow-list2 .flow-box:nth-child(1)::before {
  background: url(../images/count04.svg) no-repeat;
  background-size: contain;
}
#implant-contents .flow .flow-contents .flow-list2 .flow-box:nth-child(2)::before {
  background: url(../images/count05.svg) no-repeat;
  background-size: contain;
}
#implant-contents .flow .flow-contents .flow-list2 .flow-box:nth-child(3)::before {
  background: url(../images/count06.svg) no-repeat;
  background-size: contain;
}
#implant-contents .flow .flow-contents .flow-list2 .flow-box:nth-child(4)::before {
  background: url(../images/count07.svg) no-repeat;
  background-size: contain;
}
#implant-contents .flow .flow-contents .flow-list2 .flow-box h4 {
  font-size: 1.8rem;
  color: #F08100;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  margin: 24px 0;
}
#implant-contents .flow .flow-contents .flow-list2 .flow-box p {
  font-size: 1.4rem;
}

#hygienist-contents .intro {
  background: url(../images/recruit/hygienist/intro-bg.jpg) no-repeat top;
  background-size: cover;
  padding: 32px;
  position: relative;
  height: 40vw;
  max-height: 520px;
}
#hygienist-contents .intro .intro-txt {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: auto;
}
#hygienist-contents .intro .intro-txt h3 {
  font-size: 2.6rem;
  text-align: center;
  font-weight: 500;
  color: #F08100;
  margin-bottom: 12px;
}
#hygienist-contents .intro .intro-txt p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
}
#hygienist-contents .work {
  background: #FFF8EF;
  padding: 60px 0;
  margin-top: 80px;
}
#hygienist-contents .work .work-inner .point {
  margin-top: 60px;
}
#hygienist-contents .work .work-inner .point .page-sub-title h3 {
  background: #FFF8EF;
}
#hygienist-contents .work .work-inner .point .point-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#hygienist-contents .work .work-inner .point .point-list .point-box {
  width: 32%;
  margin-right: 2%;
  margin-top: 40px;
  background: #fff;
  padding: 24px 16px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.07);
  position: relative;
}
#hygienist-contents .work .work-inner .point .point-list .point-box:nth-child(3), #hygienist-contents .work .work-inner .point .point-list .point-box:nth-child(5) {
  margin-right: 0;
}
#hygienist-contents .work .work-inner .point .point-list .point-box::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
}
#hygienist-contents .work .work-inner .point .point-list .point-box:nth-child(1)::before {
  background: url(../images/count01.svg) no-repeat;
  background-size: contain;
}
#hygienist-contents .work .work-inner .point .point-list .point-box:nth-child(2)::before {
  background: url(../images/count02.svg) no-repeat;
  background-size: contain;
}
#hygienist-contents .work .work-inner .point .point-list .point-box:nth-child(3)::before {
  background: url(../images/count03.svg) no-repeat;
  background-size: contain;
}
#hygienist-contents .work .work-inner .point .point-list .point-box:nth-child(4)::before {
  background: url(../images/count04.svg) no-repeat;
  background-size: contain;
}
#hygienist-contents .work .work-inner .point .point-list .point-box:nth-child(5)::before {
  background: url(../images/count05.svg) no-repeat;
  background-size: contain;
}
#hygienist-contents .work .work-inner .point .point-list .point-box h3 {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.001rem;
  font-weight: 500;
  height: 40px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#hygienist-contents .work .work-inner .point .point-list .point-box .point-img {
  margin: 12px 0;
}
#hygienist-contents .work .work-inner .point .point-list .point-box .point-img img {
  width: 100%;
}
#hygienist-contents .work .work-inner .point .point-list .point-box p {
  font-size: 1.4rem;
  color: #585858;
}
#hygienist-contents .info h2 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}
#hygienist-contents .info h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2rem;
}
#hygienist-contents .info table {
  width: 100%;
  margin-top: 24px;
  border: 1px solid #D1D1D1;
}
#hygienist-contents .info table tr {
  border-bottom: 1px solid #D1D1D1;
}
#hygienist-contents .info table tr:last-child {
  border-bottom: none;
}
#hygienist-contents .info table tr:nth-child(even) {
  background: #F9F9F9;
}
#hygienist-contents .info table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  width: 140px;
  background: #EEEEEE;
  padding: 16px 0;
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
}
#hygienist-contents .info table tr td {
  font-size: 1.5rem;
  padding: 16px 12px;
  font-family: "Noto Sans JP", sans-serif;
}
#hygienist-contents .info table tr td a {
  color: #F08100;
  text-decoration: underline;
}
#hygienist-contents .contact {
  background: #FFF8EF;
  padding: 60px 0 20px 0;
  margin-top: 80px;
}
#hygienist-contents .contact .intro-top {
  padding: 40px 0;
}
#hygienist-contents .contact form {
  background: #FFEFDB;
  border: 1px solid #FFC178;
}
#hygienist-contents .recruit-banner h2 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}
#hygienist-contents .recruit-banner h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2rem;
}

#assistant-contents .intro {
  background: url(../images/recruit/hygienist/intro-bg.jpg) no-repeat top;
  background-size: cover;
  padding: 32px;
  position: relative;
  height: 40vw;
  max-height: 520px;
}
#assistant-contents .intro .intro-txt {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: auto;
}
#assistant-contents .intro .intro-txt h3 {
  font-size: 2.6rem;
  text-align: center;
  font-weight: 500;
  color: #F08100;
  margin-bottom: 12px;
}
#assistant-contents .intro .intro-txt p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
}
#assistant-contents .work {
  background: #FFF8EF;
  padding: 40px 0;
  margin-top: 80px;
}
#assistant-contents .work .work-inner .point {
  margin-top: 60px;
}
#assistant-contents .work .work-inner .point .page-sub-title h3 {
  background: #FFF8EF;
}
#assistant-contents .work .work-inner .point .point-list {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}
#assistant-contents .work .work-inner .point .point-list .point-box {
  margin-top: 40px;
  background: #fff;
  padding: 24px 16px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.07);
  position: relative;
}
#assistant-contents .work .work-inner .point .point-list .point-box:nth-child(3), #assistant-contents .work .work-inner .point .point-list .point-box:nth-child(5) {
  margin-right: 0;
}
#assistant-contents .work .work-inner .point .point-list .point-box::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
}
#assistant-contents .work .work-inner .point .point-list .point-box:nth-child(1)::before {
  background: url(../images/count01.svg) no-repeat;
  background-size: contain;
}
#assistant-contents .work .work-inner .point .point-list .point-box:nth-child(2)::before {
  background: url(../images/count02.svg) no-repeat;
  background-size: contain;
}
#assistant-contents .work .work-inner .point .point-list .point-box:nth-child(3)::before {
  background: url(../images/count03.svg) no-repeat;
  background-size: contain;
}
#assistant-contents .work .work-inner .point .point-list .point-box:nth-child(4)::before {
  background: url(../images/count04.svg) no-repeat;
  background-size: contain;
}
#assistant-contents .work .work-inner .point .point-list .point-box:nth-child(5)::before {
  background: url(../images/count05.svg) no-repeat;
  background-size: contain;
}
#assistant-contents .work .work-inner .point .point-list .point-box:nth-child(6)::before {
  background: url(../images/count06.svg) no-repeat;
  background-size: contain;
}
#assistant-contents .work .work-inner .point .point-list .point-box h3 {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.001rem;
  font-weight: 500;
  height: 60px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#assistant-contents .work .work-inner .point .point-list .point-box .point-img {
  margin: 12px 0;
}
#assistant-contents .work .work-inner .point .point-list .point-box .point-img img {
  width: 100%;
}
#assistant-contents .work .work-inner .point .point-list .point-box p {
  font-size: 1.4rem;
  color: #585858;
}
#assistant-contents .info h2 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}
#assistant-contents .info h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2rem;
}
#assistant-contents .info table {
  width: 100%;
  margin-top: 24px;
  border: 1px solid #D1D1D1;
}
#assistant-contents .info table tr {
  border-bottom: 1px solid #D1D1D1;
}
#assistant-contents .info table tr:last-child {
  border-bottom: none;
}
#assistant-contents .info table tr:nth-child(even) {
  background: #F9F9F9;
}
#assistant-contents .info table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  width: 140px;
  background: #EEEEEE;
  padding: 16px 0;
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
}
#assistant-contents .info table tr td {
  font-size: 1.5rem;
  padding: 16px 12px;
  font-family: "Noto Sans JP", sans-serif;
}
#assistant-contents .info table tr td a {
  color: #F08100;
  text-decoration: underline;
}
#assistant-contents .contact {
  background: #FFF8EF;
  padding: 60px 0 20px 0;
  margin-top: 80px;
}
#assistant-contents .contact .intro-top {
  padding: 40px 0;
}
#assistant-contents .contact form {
  background: #FFEFDB;
  border: 1px solid #FFC178;
}
#assistant-contents .recruit-banner h2 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}
#assistant-contents .recruit-banner h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2rem;
}

.title-404 {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin: 200px auto 24px auto;
}

.txt-404 {
  width: 90%;
  margin: 0 auto 80px auto;
  font-size: 1.5rem;
  text-align: center;
}

#global-footer .footer-access {
  display: flex;
  flex-direction: column-reverse;
}
#global-footer .footer-access .access-map {
  width: 100%;
  height: 240px;
}
#global-footer .footer-access .access-map iframe {
  width: 100%;
  height: 100%;
}
#global-footer .footer-access .access-txt {
  background: url(../images/footer-accessbg.jpg) no-repeat;
  background-size: cover;
  padding: 40px 60px;
  width: 100%;
}
#global-footer .footer-access .access-txt .access-list {
  margin: 40px 0;
}
#global-footer .footer-access .access-txt .access-list .access-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #FED19D;
}
#global-footer .footer-access .access-txt .access-list .access-item:first-child {
  border-top: 1px solid #FED19D;
}
#global-footer .footer-access .access-txt .access-list .access-item dt {
  width: 120px;
  font-size: 1.5rem;
  padding: 16px 0 16px 16px;
  font-weight: 500;
}
#global-footer .footer-access .access-txt .access-list .access-item dd {
  width: calc(100% - 120px);
  font-size: 1.5rem;
  padding: 16px 0;
}
#global-footer .footer-contact {
  background: url(../images/footer-bg.jpg) no-repeat center;
  position: relative;
  padding: 80px 0 150px 0;
}
#global-footer .footer-contact::before {
  content: "";
  background: linear-gradient(75deg, rgba(251, 143, 16, 0.79), rgba(241, 209, 123, 0.79));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#global-footer .footer-contact::after {
  content: "";
  background: url(../images/footer-bg.svg) no-repeat;
  background-size: contain;
  width: 101vw;
  height: 7vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
}
#global-footer .footer-contact .contact-inner .contact-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
#global-footer .footer-contact .contact-inner .contact-left .page-header-center h2 {
  text-align: left;
}
#global-footer .footer-contact .contact-inner .contact-left .page-header-center h2 span {
  text-align: left;
  color: #fff;
}
#global-footer .footer-contact .contact-inner .contact-left .btn-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}
#global-footer .footer-contact .contact-inner .contact-left .btn-area li:first-child {
  position: relative;
}
#global-footer .footer-contact .contact-inner .contact-left .btn-area li:first-child::before {
  content: "＼ お電話はこちら ／";
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  margin: auto;
}
#global-footer .footer-contact .contact-inner .contact-left .btn-area li a {
  color: #fff !important;
  display: block;
  margin: 12px 0 0 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 12px 0 12px 24px;
  position: relative;
  transition: all ease 0.5s;
}
#global-footer .footer-contact .contact-inner .contact-left .btn-area li a::after {
  content: "";
  background: url(../images/btn-arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 6px;
  height: 11px;
  margin: auto;
}
#global-footer .footer-contact .contact-inner .contact-left .btn-area li a::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
}
#global-footer .footer-contact .contact-inner .contact-left .btn-area li .tel-btn {
  background: #F08100;
}
#global-footer .footer-contact .contact-inner .contact-left .btn-area li .tel-btn::before {
  background: url(../images/tel.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  left: calc(50% - 73px);
}
#global-footer .footer-contact .contact-inner .contact-left .btn-area li .tel-btn:hover {
  background: #DF7800;
}
#global-footer .footer-contact .contact-inner .contact-left .btn-area li .contact-btn {
  background: #A3C902;
}
#global-footer .footer-contact .contact-inner .contact-left .btn-area li .contact-btn::before {
  background: url(../images/mail.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 12px;
  left: calc(50% - 45%);
}
#global-footer .footer-contact .contact-inner .contact-left .btn-area li .contact-btn:hover {
  background: #88A800;
}
#global-footer .footer-contact .contact-inner .contact-right {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
#global-footer .footer-contact .contact-inner .contact-right table {
  width: 100%;
}
#global-footer .footer-contact .contact-inner .contact-right table tr {
  border-bottom: 1px solid #F08100;
}
#global-footer .footer-contact .contact-inner .contact-right table tr th {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  padding: 16px 0;
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
}
#global-footer .footer-contact .contact-inner .contact-right table tr .title {
  width: 140px;
}
#global-footer .footer-contact .contact-inner .contact-right table tr td {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  padding: 20px 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #F08100;
}
#global-footer .footer-contact .contact-inner .contact-right table tr .maru {
  position: relative;
}
#global-footer .footer-contact .contact-inner .contact-right table tr .maru::before {
  content: "●";
  color: #F08100;
  font-size: 2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
}
#global-footer .footer-contents {
  background: #fff;
  padding: 20px 0 120px 0;
  position: relative;
}
#global-footer .footer-contents .footer-contents-inner .footer-logo {
  width: 200px;
  margin: 0 auto;
}
#global-footer .footer-contents .footer-contents-inner .footer-logo img {
  width: 100%;
}
#global-footer .footer-contents .footer-contents-inner .footer-menu {
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
#global-footer .footer-contents .footer-contents-inner .footer-menu .footer-list li a {
  font-size: 1.6rem;
  padding: 8px 0;
  display: block;
  font-weight: 500;
}
#global-footer .footer-contents .footer-contents-inner .footer-menu .footer-list .submenu {
  border-left: 1px solid #FFC178;
  padding-left: 12px;
}
#global-footer .footer-contents .footer-contents-inner .footer-menu .footer-list .submenu li a {
  color: #7E7E7E;
  font-size: 1.5rem;
  padding: 4px 0;
  display: block;
}
#global-footer .footer-contents p.copy_small {
  font-size: 1.2rem;
  text-align: center;
  color: #979797;
  position: absolute;
  bottom: 86px;
  left: 0;
  right: 0;
  margin: auto;
}/*# sourceMappingURL=tb_style.css.map */

._txtc{text-align: center;}
._fz18{font-size: 18px;}
._mt30{margin-top: 30px;}._mt50{margin-top: 50px;}
._mb30{margin-bottom: 30px;}
.no-application p  {
  text-align: center;
  font-size: 1.8rem;
}
._txt-deco-underline,a._txt-deco-underline:link,a._txt-deco-underline:visited,a._txt-deco-underline:hover,a._txt-deco-underline:active {text-decoration: underline; }
._fz12{font-size: 12px;}
._tb_txtr{text-align: right;}