@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-tab_pc {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .is-sm-tab {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp-only {
    display: none !important;
  }
}
@media screen and (min-width: 400px) {
  .is-minsp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

.header {
  height: 80px;
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}
.header .headeInner {
  height: 100%;
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  .header .headeInner {
    padding: 0 16px;
  }
}

.logo {
  align-items: center;
  display: flex;
  height: 100%;
}

.logoImg {
  display: block;
  width: 350px;
}
@media screen and (max-width: 767px) {
  .logoImg {
    height: auto;
    max-height: 53px;
    min-width: 260px;
    width: 37%;
  }
}

body {
  color: #222222;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", sans-serif;
  line-height: 1.6;
}
body img {
  width: 100%;
}
body .inner {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 750px;
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  body .inner {
    padding: 0 16px;
  }
}

@media screen and (max-width: 360px) {
  body .inner {
    padding: 0 8px;
  }
}

.pointInner {
  max-width: 1080px !important;
}

.secTtl {
  align-items: center;
  display: flex;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 686px;
  text-align: center;
}

.yellowBox {
  background-color: #fff839;
  content: " ";
  display: block;
  height: 33px;
  text-align: center;
  width: 33px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .yellowBox {
    height: 16px;
    width: 16px;
  }
}

.yellowBox__left {
  position: relative;
}
.yellowBox__left:before {
  background-color: #4b4b4b;
  content: " ";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 83px;
}
@media screen and (max-width: 767px) {
  .yellowBox__left:before {
    width: 40px;
  }
}

.yellowBox__right {
  position: relative;
}
.yellowBox__right:after {
  background-color: #4b4b4b;
  content: " ";
  display: block;
  height: 1px;
  position: absolute;
  right: 50%;
  top: 50%;
  width: 83px;
}
@media screen and (max-width: 767px) {
  .yellowBox__right:after {
    width: 40px;
  }
}

.secMidttl {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  padding: 16px 0;
}

.secMinttl {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
  margin-left: 13px;
  position: relative;

}
.secMinttl:before {
  background-color: #fff839;
  content: " ";
  display: block;
  height: 26px;
  left: -13px;
  position: absolute;
  top: 4px;
  width: 26px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .secMinttl:before {
    height: 14px;
    left: -6px;
    top: 2px;
    width: 14px;
  }
}

.mainVisual {
  margin: 0 auto;
  max-width: 1080px;
}

.bottomMenu {
  height: 175px;
}
@media screen and (max-width: 767px) {
  .bottomMenu {
    bottom: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 50;
  }
}
@media screen and (max-width: 424px) {
  .bottomMenu {
    height: 88px;
  }
}
@media screen and (min-width: 768px) {
  .bottomMenu {
    top: 8.5%;
    display: block;
    height: auto;
    left: auto;
    position: fixed;
    right: 0;
    width: 160px;
    z-index: 50;
  }
}

.bottomMenu__fix {
  display: flex;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .bottomMenu__fix {
    display: block;
  }
}

.cvBtn {
  display: flex;
  width: 85%;
}
@media screen and (min-width: 768px) {
  .cvBtn {
    display: block;
    width: 100%;
  }
}

.cvBtn1,
.cvBtn2 {
  color: #222222;
  display: block;
  flex-grow: 1;
  height: 100%;
  padding: 0px 10px 0px;
}
@media screen and (min-width: 768px) {
  .cvBtn1,
.cvBtn2 {
    margin-bottom: 5px;
  }
}

.cvBtn1 {
  background-color: #c9ebf8;
}
@media screen and (min-width: 768px) {
  .cvBtn1:hover {
    opacity: 0.9;
  }
}

.cvBtn2 {
  background-color: #fbd8d8;
}
@media screen and (min-width: 768px) {
  .cvBtn2:hover {
    opacity: 0.9;
  }
}

.cvBtn1__txt,
.cvBtn2__txt {
  align-items: center;
  border-bottom: 1px solid #000000;
  display: flex;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  height: 87px;
  justify-content: center;
}
@media screen and (min-width: 400px) {
  .cvBtn1__txt,
.cvBtn2__txt {
    font-size: 32px;
  }
}
@media screen and (max-width: 650px) {
  .cvBtn1__txt,
.cvBtn2__txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 424px) {
  .cvBtn1__txt,
.cvBtn2__txt {
    font-size: 16px;
    height: 44px;
  }
}
@media screen and (min-width: 768px) {
  .cvBtn1__txt,
.cvBtn2__txt {
    font-size: 2rem;
    height: 50px;
  }
}

.cvBtn1__num,
.cvBtn2__num {
  align-items: center;
  display: flex;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  height: 87px;
  justify-content: center;
}
@media screen and (max-width: 424px) {
  .cvBtn1__num,
.cvBtn2__num {
    height: 44px;
  }
}
@media screen and (min-width: 768px) {
  .cvBtn1__num,
.cvBtn2__num {
    height: 50px;
  }
}

.cvBtn1__num {
  font-size: 3.6rem;
}
@media screen and (min-width: 400px) {
  .cvBtn1__num {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  .cvBtn1__num {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 650px) {
  .cvBtn1__num {
    font-size: 22px;
  }
}
@media screen and (max-width: 424px) {
  .cvBtn1__num {
    font-size: 15px;
  }
}

.cvBtn2__num {
  font-size: 3.4rem;
}
@media screen and (min-width: 400px) {
  .cvBtn2__num {
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) {
  .cvBtn2__num {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 650px) {
  .cvBtn2__num {
    font-size: 22px;
  }
}
@media screen and (max-width: 424px) {
  .cvBtn2__num {
    font-size: 15px;
  }
}

.telIcon {
  display: flex;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .telIcon {
    margin-right: 10px;
  }
}
@media screen and (max-width: 424px) {
  .telIcon svg {
    height: 18px;
    width: 13px;
  }
}
@media screen and (min-width: 768px) {
  .telIcon {
    margin-right: 10px;
  }
  .telIcon svg {
    height: 20px;
    width: 15px;
  }
}

.tabIcon {
  display: flex;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .tabIcon {
    margin-right: 10px;
  }
}
@media screen and (max-width: 424px) {
  .tabIcon svg {
    height: 19px;
    width: 14px;
  }
}
@media screen and (min-width: 768px) {
  .tabIcon {
    margin-right: 10px;
  }
  .tabIcon svg {
    height: 20px;
    width: 15px;
  }
}

.drawer--top.drawer-open .drawer-nav {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  top: 0;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left,
.drawer--left.drawer-open .drawer-navbar {
  -webkit-overflow-scrolling: touch;
  left: 0;
  overflow: auto;
}

.drawer {
  height: 100%;
}

.drawer-nav {
  z-index: 30;
}

.drawer-close .drawer-nav {
  background-color: rgba(255, 255, 255, 0);
}

.drawer-open .drawer-nav {
  background-color: #ccecf8;
  height: 100%;
  overflow: scroll;
  padding: 50px 0px 20px 20px;
}
@media screen and (max-width: 767px) {
  .drawer-open .drawer-nav {
    padding: 15px 0px 20px 20px;
    width: 100%;
  }
}
.drawer-open .drawer-menu-item {
  align-items: center;
  border-bottom: 1px solid #0bbbac;
  color: #222222;
  display: block;
  display: flex;
  padding-bottom: 8px;
  padding-top: 8px;
  text-decoration: none;
  width: 100%;
}
.drawer-open .drawer-menu-item:not(:nth-child(8)) {
  max-width: 340px;
}
@media screen and (max-width: 767px) {
  .drawer-open .drawer-menu-item:not(:nth-child(8)) {
    max-width: 260px;
  }
}
@media screen and (min-width: 768px) {
  .drawer-open .drawer-menu-item:hover {
    opacity: 0.3;
  }
}
.drawer-open .navTxt {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.8rem;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .drawer-open .navTxt {
    font-size: 1.4rem;
  }
}

.drawer-hamburger {
  background-color: #2ebef3;
  box-sizing: border-box;
  padding-top: 57px;
  position: static;
  width: 15%;
}
@media screen and (max-width: 767px) {
  .drawer-hamburger {
    padding-top: 28px;
  }
  .drawer-hamburger:hover {
    background-color: #2ebef3;
  }
}
@media screen and (min-width: 768px) {
  .drawer-hamburger {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: space-evenly;
    margin-bottom: 5px;
    padding: 0px;
    width: 100%;
  }
  .drawer-hamburger:hover {
    background-color: #2ebef3;
    opacity: 0.3;
  }
}
.drawer-hamburger span {
  background-color: #ffffff;
  display: inline-block;
  margin: 10px auto 0;
  text-align: center;
  width: 50%;
}
.drawer-hamburger span:before {
  background-color: #ffffff;
}
.drawer-hamburger span:after {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .drawer-hamburger span {
    margin: 0;
    width: 25px;
  }
}
.drawer-hamburger .menu {
  color: #ffffff;
  font-family: adobe-garamond-pro, serif;
  font-size: 1.1rem;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .drawer-hamburger .menu {
    font-size: 1.6rem;
    padding-top: 3px;
  }
}

@media screen and (max-width: 767px) {
  .btnActive-1 {
    display: none;
  }
}

.btnActive-2 {
  margin-left: auto;
  z-index: 50;
}

.drawer--left.drawer-open .drawer-nav {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .drawer--left.drawer-open .drawer-nav {
    width: 100%;
  }
}

.drawer-open .drawer-overlay {
  display: none;
}

.point {
  margin-bottom: 118px;
}
@media screen and (max-width: 767px) {
  .point {
    margin-bottom: 59px;
  }
}

.pointBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 120px;
  border: 3px dashed #2ebef3;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 32px 96px;
}
@media screen and (max-width: 767px) {
  .pointBox {
    gap: 24px 8px;
    padding: 16px 12px;
  }
}

@media screen and (max-width: 360px) {
  .pointBox {
    gap: 24px 8px;
    padding: 16px 8px;
  }
}
.pointBox__item {
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-size: 1.6rem;
  font-weight: 600;
  width: 40%;
}

.pointTxt {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  margin-left: 24px;
  font-size: 2rem;
}
@media screen and (max-width: 424px) {
  .pointTxt {
    font-size: 1.3rem;
    margin-left: 10px;
  }
}

.toothIcon {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .toothIcon svg {
    height: 16px;
    width: 12px;
  }
}

.conversation {
  padding-bottom: 132px;
}
@media screen and (max-width: 767px) {
  .conversation {
    padding-bottom: 95px;
  }
}

.conversationItem:not(:nth-child(8)) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .conversationItem:not(:nth-child(8)) {
    margin-bottom: 40px;
  }
}

.conversationHead {
  align-items: center;
  display: flex;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .conversationHead {
    margin-bottom: 16px;
  }
}

.conversationIMG {
  border-radius: 50%;
  max-height: 130px;
  max-width: 130px;
}
@media screen and (max-width: 767px) {
  .conversationIMG {
    max-height: 85px;
    max-width: 85px;
  }
}

.conversationTxt {
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .conversationTxt {
    font-size: 1.8rem;
  }
}

.conversationBody {
  padding: 34px 24px;
}

.leftHead {
  justify-content: flex-start;
}

.leftImg {
  border: 3px solid #a0dff7;
}

.leftTxt {
  margin-left: 16px;
  line-height: 1.4;
}

.leftBody {
  background-color: #f1fbff;
}

.rightHrad {
  justify-content: flex-end;
}

.rightTxt {
  margin-right: 16px;
  line-height: 1.4;
}

.rightImg {
  border: 3px solid #fab9b9;
}

.rightBody {
  background-color: #fff2f2;
}

.conversationMessage {
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .conversationMessage {
    font-size: 1.6rem;

  }
}

.conversationMessage span {
  background: linear-gradient(transparent 55%, #fff839 50%);
  font-weight: 600;
}

.conversationMain {
  padding-top: 187px;
}
@media screen and (max-width: 767px) {
  .conversationMain {
    padding-top: 94px;
  }
}

.conversationMv {
  margin-bottom: 48px;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .conversationMv {
    margin-bottom: 24px;
    margin-top: 27px;
  }
}

.feature {
  padding-bottom: 190px;
}
@media screen and (max-width: 767px) {
  .feature {
    padding-bottom: 95px;
  }
}

.featureItem {
  margin-bottom: 53px;
  margin-top: 108px;
}
@media screen and (max-width: 767px) {
  .featureItem {
    margin-bottom: 26px;
    margin-top: 54px;
  }
}

.featureIcon {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .featureIcon {
    margin-bottom: 10px;
  }
}
.featureIcon svg {
  height: 52px;
  width: 42px;
}
@media screen and (max-width: 767px) {
  .featureIcon svg {
    width: 26px;
  }
}

.featureNum {
  background: linear-gradient(transparent 85%, #b8e7f9 15%);
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1.9rem;
  line-height: 1;
  margin: 0 auto;
  max-width: 332px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .featureNum {
    max-width: 166px;
  }
}
.featureNum span {
  display: inline-block;
  font-size: 4rem;
  margin-left: 38px;
}
@media screen and (max-width: 767px) {
  .featureNum span {
    margin-left: 19px;
    font-size: 2.3rem;
  }
}
.featureNum:before {
  background-color: #b8e7f9;
  bottom: 0;
  content: " ";
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  width: 8px;
}
@media screen and (max-width: 767px) {
  .featureNum:before {
    height: 10px;
    width: 4px;
  }
}
.featureNum:after {
  border-color: transparent transparent #fff839 transparent;
  _border-color: #000000 #000000 #fff839 #000000;
  border-style: solid;
  border-width: 0 0 26px 37px;
  bottom: -8px;
  content: " ";
  display: block;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
  height: 0;
  line-height: 0px;
  position: absolute;
  right: -8px;
  width: 0;
  z-index: -4;
}
@media screen and (max-width: 767px) {
  .featureNum:after {
    border-width: 0 0 13px 19px;
    bottom: -4px;
    right: -4px;
  }
}

.featureTxt {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 67px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .featureTxt {
    margin-bottom: 33px;
  }
}

.featureImg {
  margin-bottom: 60px;
  padding: 0px 12.37%;
}
@media screen and (max-width: 767px) {
  .featureImg {
    margin-bottom: 30px;
    padding: 0px 6%;
  }
}

.featureMessage {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
}

.featureMessage p span{
  background: linear-gradient(transparent 55%, #fff839 50%);
    font-weight: 600;
}

.simulation {
  padding-bottom: 186px;
}
@media screen and (max-width: 767px) {
  .simulation {
    padding-bottom: 93px;
  }
}

.simulationBox {
  background-color: #ccecf8;
  padding: 62px 80px 60px;
}
@media screen and (max-width: 767px) {
  .simulationBox {
    padding: 31px 24px 30px;
  }
}

.simlationSubttl {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 2rem;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .simlationSubttl {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.secMidttl__box {
  background-color: #ffffff;
  border-radius: 60px;
  margin: 0 auto 60px;
  max-width: 588px;
}
@media screen and (max-width: 767px) {
  .secMidttl__box {
    margin: 0 auto 32px;
  }
}

.simulationMessage {
  font-size: 1.6rem;
  margin-bottom: 70px;
  text-align: justify;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .simulationMessage {
    margin-bottom: 35px;
    text-align: justify;
  }
}

.simulationImg {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .simulationImg {
    padding: 0px 4.5%;
  }
}

.swiper-button-next, .swiper-button-prev {
  transform: translateY(-50%);
}

.therapy {
  padding-bottom: 145px;
}
@media screen and (max-width: 767px) {
  .therapy {
    padding-bottom: 70px;
  }
}

.swiperBox {
  position: relative;
}

.swiper-container {
  margin-top: 108px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .swiper-container {
    margin-top: 54px;
  }
}

.swiper-slide {
  background-color: #e6e5e5;
  height: auto;
  padding-bottom: 63px;
  padding-top: 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .swiper-slide {
    padding-bottom: 32px;
    padding-top: 14px;
  }
}

.swiperImg {
  margin-bottom: 65px;
  padding: 0px 9.25%;
}
@media screen and (max-width: 767px) {
  .swiperImg {
    margin-bottom: 33px;
    padding: 0px 4.625%;
  }
}

.swiperTtl {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .swiperTtl {
    margin-bottom: 23px;
  }
}

.swiperTxt {
  font-size: 1.6rem;
  padding: 0 24px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .swiperTxt {
    padding: 0 12px;
  }
}

.swiperNum {
  background: #fab9b9;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 2.3rem;
  height: 77px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100px;
  display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 767px) {
  .swiperNum {
    height: 38px;
    width: 50px;
  }
}
.swiperNum::before {
  border-color: transparent transparent #fff839 transparent;
  _border-color: #000000 #000000 #fff839 #000000;
  border-style: solid;
  border-width: 0 0 32px 47px;
  bottom: -7px;
  content: " ";
  display: block;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
  height: 0;
  line-height: 0px;
  position: absolute;
  right: -7px;
  width: 0;
  z-index: -4;
}
@media screen and (max-width: 767px) {
  .swiperNum::before {
    border-width: 0 0 16px 24px;
    bottom: -3.5px;
    right: -3.5px;
  }
}

.swiper-pagination {
  margin-top: 30px;
  position: static;
}

.swiper-pagination-bullet {
  height: 15px;
  width: 15px;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
}

.swiper-pagination-bullet-active {
  background-color: #0bbbac;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -1.5%;
}
@media screen and (max-width: 767px) {
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -1.8%;
  }
}
@media screen and (max-width: 767px) and (max-width: 424px) {
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -4.3%;
  }
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  color: #000000;
  font-size: 50px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 30px;
  }
}
@media screen and (max-width: 424px) {
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 25px;
  }
}

.faqTtl {
  background-color: #0bbbac;
  color: #ffffff;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  padding: 24px 0;
  position: relative;
  text-align: center;
}
.faqTtl::before {
  border-color: #0bbbac transparent transparent transparent;
  _border-color: #0bbbac #000000 #000000 #000000;
  border-style: solid;
  border-width: 52px 29.5px 0 29.5px;
  bottom: -44px;
  content: " ";
  display: block;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
  height: 0;
  left: 0;
  line-height: 0px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 0;
}
@media screen and (max-width: 767px) {
  .faqTtl {
    padding: 8px 0;
  }

  .faqTtl::before {
    border-width: 26px 14.75px 0 14.75px;
    bottom: -22px;
  }
}

.faqBox {
  background-color: #ccecf8;
  margin-top: 33px;
  padding: 46px 21px 39px;
}
@media screen and (max-width: 767px) {
  .faqBox {
    margin-top: 16px;
    padding: 23px 11px 20px;
  }
}

.faqQuestion {
  color: #00a99b;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}

.faqAnswer {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.4rem;
  margin-top: 16px;
  line-height: 1.8;
  text-align: justify;
}
.faqAnswer span {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .faqAnswer {
    margin-top: 23px;
  }
}

.underBorder {
  border-bottom: 1px solid #9d9d9d;
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .underBorder {
    padding-bottom: 90px;
  }
}

.orthodontist {
  padding-bottom: 151px;
  padding-top: 77px;
}
@media screen and (max-width: 767px) {
  .orthodontist {
    padding-bottom: 75px;
    padding-top: 38px;
  }
}

.orthodontistImg {
  margin: 81px auto 0;
  max-height: 346px;
  max-width: 346px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .orthodontistImg {
    margin: 40px auto 0;
  }
}

.orthodontistName {
  background-color: #ffffff;
  border: 3px solid #bebaba;
  border-radius: 3px;
  bottom: -33px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  padding: 14px 23px;
  position: absolute;
  right: -156px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .orthodontistName {
    left: 0;
    margin: 0 auto;
    right: 0;
  }
}
.orthodontistName span {
  font-size: 1.6rem;
  font-weight: 300;
  margin-right: 20px;
}
.orthodontistName:before {
  background-color: #fab9b9;
  content: " ";
  display: block;
  height: 26px;
  position: absolute;
  right: -16px;
  top: -13px;
  width: 26px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .orthodontistName:before {
    z-index: 3;
  }
}

.orthodontistMessage {
  font-size: 1.6rem;
  margin-top: 70px;
  text-align: justify;
  line-height: 1.8;
}

.career {
  padding-top: 102px;
}

.career table, .career td, .career th {
	border-collapse: collapse;
}

.career table {
  width: 100%;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
}

.career td, .career th {
  padding: 4px 8px;
	width: 30px;
	height: 25px;
}
.career th {
  width: 17%;
  padding: 4px 8px 4px 0;
}


@media screen and (max-width: 767px) {
  .career {
    padding-top: 51px;
  }

  .career table {
    font-size: 1.3rem;
  }

  .career td, .career th {
    padding: 8px;
  }

  .career th {
    width: 30%;
    padding: 8px 8px 8px 0;
  }
}

.careerTtl {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .careerTtl {
    margin-bottom: 20px;
  }
}

.careerItem {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7143;
}
@media screen and (max-width: 424px) {
  .careerItem {
    font-size: 13px;
  }
}
.careerItem:not(:nth-child(1)) {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .careerItem:not(:nth-child(1)) {
    margin-top: 16px;
  }
}

.careerSpan__2 {
  margin-left: 46px;
}
@media screen and (max-width: 767px) {
  .careerSpan__2 {
    margin-left: 14px;
  }
}

.careerSpan_3 {
  margin-left: 107px;
}
@media screen and (max-width: 767px) {
  .careerSpan_3 {
    margin-left: 75px;
  }
}
@media screen and (max-width: 424px) {
  .careerSpan_3 {
    margin-left: 71px;
  }
}

.spanFlex {
  display: flex;
}

.spanFlex__item1 {
  white-space: nowrap;
}

.spanFlex__item2 {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .spanFlex__item2 {
    margin-left: 20px;
  }
}

.spanFlex__item3 {
  margin-left: 51px;
}
@media screen and (max-width: 767px) {
  .spanFlex__item3 {
    margin-left: 20px;
  }
}

.chairman {
  padding-bottom: 226px;
}
@media screen and (max-width: 767px) {
  .chairman {
    padding-bottom: 113px;
  }
}

.chairmanImg {
  margin: 81px auto 0;
  max-height: 346px;
  max-width: 346px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .chairmanImg {
    margin: 40px auto 0;
  }
}

.chairmanName {
  background-color: #ffffff;
  border: 3px solid #bebaba;
  border-radius: 3px;
  bottom: -33px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  padding: 14px 23px;
  position: absolute;
  right: -156px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .chairmanName {
    left: 0;
    margin: 0 auto;
    right: 0;
  }
}
.chairmanName span {
  font-size: 1.6rem;
  font-weight: 300;
  margin-right: 20px;
}
.chairmanName:before {
  background-color: #fab9b9;
  content: " ";
  display: block;
  height: 26px;
  position: absolute;
  right: -16px;
  top: -13px;
  width: 26px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .chairmanName:before {
    z-index: 3;
  }
}

.chairmanPtn {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.4rem;
  margin-top: 41px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .chairmanPtn {
    text-align: center;
  }
}

.chairmanMessage {
  font-size: 1.6rem;
  margin-top: 30px;
  text-align: justify;
}

.access {
  padding-bottom: 63px;
}
@media screen and (max-width: 767px) {
  .access {
    padding-bottom: 31px;
  }
}

.accessBox__top {
  margin-top: 93px;
}
@media screen and (max-width: 767px) {
  .accessBox__top {
    margin-top: 46px;
  }
}

.accessttl {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}

.blueBox {
  background-color: #2ebef3;
  border-radius: 2px;
  content: " ";
  display: inline-block;
  height: 17px;
  left: 0px;
  margin-right: 22px;
  top: 0;
  width: 17px;
}
@media screen and (max-width: 767px) {
  .blueBox {
    height: 9px;
    width: 9px;
  }
}

.accessImg {
  width: 100%;
}

.accessImg, .accessItem {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .accessImg, .accessItem {
    margin-top: 8px;
  }
}

.access .inner .accessBox:not(:nth-child(1)) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .access .inner .accessBox:not(:nth-child(1)) {
    margin-top: 35px;
  }
}

.accessItem {
  font-size: 1.4rem;
  margin-left: 32px;
}

.table {
  margin: 0 auto 96px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .table {
    margin: 0 auto;
  }
}

.tableContent {
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .tableContent {
    margin-top: 31px;
  }
}

.tableDay {
  max-width: 685px;
}

.tableBox {
  background: #fff;
  border: none;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.tableBox tr {
  height: 80px;
}
@media screen and (max-width: 767px) {
  .tableBox tr {
    height: 40px;
  }
}
.tableBox .sideTh,
.tableBox td {
  border: 2px solid #313131;
  border-left: none;
  border-right: none;
  text-align: center;
  vertical-align: middle;
}
.tableBox th {
  font-size: 1.4rem;
}
.tableBox th .dayth__span {
  align-items: center;
  background-color: #ccecf8;
  border-radius: 2px;
  color: #000000;
  display: flex;
  height: 47px;
  justify-content: center;
  margin-left: auto;
  width: 51px;
}
@media screen and (max-width: 767px) {
  .tableBox th .dayth__span {
    height: 23px;
    width: 25px;
  }
}
.tableBox th:first-child {
  width: 132px;
}
@media screen and (max-width: 767px) {
  .tableBox th:first-child {
    width: 67px;
  }
}
.tableBox .sideTh {
  height: 80px;
}
@media screen and (max-width: 767px) {
  .tableBox .sideTh {
    height: 50px;
  }
}
.tableBox .sideTh__span {
  align-items: center;
  background-color: #ccecf8;
  border-radius: 2px;
  color: #000000;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 85px;
}
@media screen and (max-width: 767px) {
  .tableBox .sideTh__span {
    height: 25px;
    width: 43px;
  }
}
.tableBox td {
  text-align: right;
}
.tableBox .td__span {
  align-items: center;
  background-color: transparent;
  border-radius: 2px;
  color: #000000;
  display: flex;
  height: 47px;
  justify-content: center;
  margin-left: auto;
  width: 51px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .tableBox .td__span {
    height: 23px;
    width: 25px;
  }
}
.tableBox .td__span svg {
  height: 13px;
  width: 13px;
}
@media screen and (max-width: 767px) {
  .tableBox .td__span svg {
    height: 13px;
    width: 13px;
  }
}

.drawerTable {
  padding-bottom: 100px;
  padding-right: 20px;
}
.drawerTable .tableContent {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .drawerTable .tableBox th .dayth__span {
    height: 38px;
    width: 36px;
  }
}

@media screen and (max-width: 768px) {
  .drawerTable {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .drawerTable th {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .drawerTable .tableBox th:first-child {
    width: 95px;
  }
}
@media screen and (min-width: 768px) {
  .drawerTable .sideTh__span {
    width: 70px;
  }
}
@media screen and (min-width: 768px) {
  .drawerTable .td__span {
    height: 32px;
    width: 32px;
  }
}
.drawerTable .td__span svg {
  height: 12px;
  width: 12px;
}
@media screen and (max-width: 767px) {
  .drawerTable .td__span svg {
    height: 14px;
    width: 14px;
  }
}

.time {
  display: flex;
  margin-top: 10px;
}

.timeTtl {
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .timeTtl {
    font-size: 1.3rem;
  }
}

.timedItemUl {
  display: grid;
  grid-template-columns: 1fr;
}

.timedItem {
  font-size: 1.3rem;
  margin-left: 12px;
}
@media screen and (min-width: 768px) {
  .timedItem {
    font-size: 18px;
  }
}

.greenBox {
  background-color: #0bbbac;
  border-radius: 2px;
  content: " ";
  display: inline-block;
  height: 17px;
  left: 0px;
  margin-right: 8px;
  top: 0;
  width: 17px;
}
@media screen and (max-width: 767px) {
  .greenBox {
    height: 9px;
    width: 9px;
  }
}

.map {
  padding-top: 77.81%;
  position: relative;
  width: 100%;
}
.map iframe {
  border: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.mapBtn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .map {
    margin-top: 24px;
  }

  .mapBtn {
    margin-top: 24px;
  }
}

.mapBtn__link {
  background-color: #E0F8F6;
  color: #222222;
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 auto;
  max-width: 82%;
  padding: 37px 46px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mapBtn__link:hover {
    opacity: 0.3;
  }
}
@media screen and (max-width: 767px) {
  .mapBtn__link {
    padding: 18px 0;
    max-width: 100%;
  }
}
.mapBtn__link:before {
  border-color: transparent transparent #00bbbb transparent;
  _border-color: #000000 #000000 #00bbbb #000000;
  border-style: solid;
  border-width: 0 0 42px 42px;
  bottom: 0px;
  content: " ";
  display: block;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
  height: 0;
  line-height: 0px;
  position: absolute;
  right: 0;
  width: 0;
}
@media screen and (max-width: 767px) {
  .mapBtn__link:before {
    border-width: 0 0 21px 21px;
  }
}

.footer {
  margin-bottom: 123px;
  text-align: center;
}
.footer small {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-bottom: 205px;
  }
}
@media screen and (max-width: 424px) {
  .footer {
    margin-bottom: 160px;
  }
}

.totop {
  bottom: 200px;
  display: none;
  height: 70px;
  position: fixed;
  right: 20px;
  width: 70px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .totop {
    height: 40px;
    width: 40px;
  }
}
@media screen and (min-width: 768px) {
  .totop {
    bottom: 32px;
  }
  .totop:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 424px) {
  .totop {
    bottom: 99px;
    right: 8px;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 424px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

.bannerBox {
  margin: 96px auto 0;
  aspect-ratio: 750 / 532;
  max-width: 564px;
  display: flex;
  justify-content: center;

}

.bannerBox img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .bannerBox {
    margin: 96px 16px 0;
  }
}

@media screen and (max-width: 360px) {
  .bannerBox {
    margin: 96px 8px 0;
  }
}