@charset "UTF-8";
img {
  height: auto;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

.object-fit-cover {
  position: relative;
}

.object-fit-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .object-fit-cover-pc {
    position: relative;
  }
  .object-fit-cover-pc img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
  .txt-ver-pc {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .fix-nav #header{
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0!important;
    background: #fff;
    box-shadow: 1px 1px 15px 5px rgb(0 0 0 / 5%);
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 25px;
  }
}
@keyframes slidein {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2000vw 0;
  }
}
#content {
  overflow: hidden;
}

.bnr-g1 {
  padding: 35px 0;
}
.yellow-cl {
  color: #e6c884;
}

.btn-reserve {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 125px;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  .btn-reserve {
    right: 5px;
    top: 5px;
    width: 100px;
  }
}

.line-text {
  position: absolute;
  top: 200px;
  height: 100px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.line-text::before {
  content: "";
  width: 1000%;
  height: 100px;
  background: url(../img/caries/key_text.png) repeat-x;
  background-size: 1200px;
  position: absolute;
  bottom: 0;
  animation: slidein 720s linear infinite;
}

.ttl-g1 {
  border-bottom: 3px solid #e6c884;
  border-top: 3px solid #e6c884;
  position: relative;
}
.ttl-g1::before {
  content: "";
  width: 13px;
  height: 13px;
  background: #e6c884;
  position: absolute;
  left: 0;
  top: -8px;
  transform: rotate(45deg);
}
.ttl-g1::after {
  content: "";
  width: 13px;
  height: 13px;
  background: #e6c884;
  position: absolute;
  right: 0;
  top: -8px;
  transform: rotate(45deg);
}
.ttl-g1 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 190px !important;
}
.ttl-g1 span {
  display: block;
  font-size: 64px;
  line-height: 64px;
  text-transform: uppercase;
  text-align: center;
  color: #e6c884;
  letter-spacing: 10px;
  position: relative;
  z-index: 1;
  padding: 40px 0 30px;
}
.ttl-g1 span::before {
  content: "";
  width: 13px;
  height: 13px;
  background: #e6c884;
  position: absolute;
  left: 0;
  bottom: -8px;
  transform: rotate(45deg);
}
.ttl-g1 span::after {
  content: "";
  width: 13px;
  height: 13px;
  background: #e6c884;
  position: absolute;
  right: 0;
  bottom: -8px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .ttl-g1 {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .ttl-g1::before {
    width: 8px;
    height: 8px;
    top: -5px;
  }
  .ttl-g1::after {
    width: 8px;
    height: 8px;
    top: -5px;
  }
  .ttl-g1 span {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 5px;
    padding: 15px 0 15px;
  }
  .ttl-g1 span::before {
    width: 8px;
    height: 8px;
    bottom: -5px;
  }
  .ttl-g1 span::after {
    width: 8px;
    height: 8px;
    bottom: -5px;
  }
  .ttl-g1 img {
    width: 90px !important;
  }
}

#key .key-img {
  height: 800px;
  position: relative;
  overflow: hidden;
}
#key .key-img::before {
  content: "";
  background: linear-gradient(to top, #fff, transparent);
  height: 200px;
  width: 100%;
  bottom: 0;
  position: absolute;
}
#key .key-img .sl-key {
  height: 800px;
}
#key .key-img .sl-key img {
  height: 800px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#key .key-img .photo-doctor {
  position: absolute;
  bottom: 0;
  left: calc(50% - 220px);
  width: 60%;
  max-width: 760px;
  z-index: 1;
}
#key .key-img .doctor-cover{
  position: absolute;
  bottom: 10px;
  left: calc(50% - 210px);
  width: 60%;
  max-width: 740px;
  z-index: 2;
}
#key .key-img .key-info {
  position: absolute;
  bottom: 30px;
  right: calc(50% + 260px);
  width: 280px;
  z-index: 2;
}
#key .key-img .text-latin {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 96px;
  top: 300px;
}
#key .key-img .key-info-2 {
  display: flex;
  position: absolute;
  left: 170px;
  top: 40px;
  gap: 0 20px;
}
#key .key-img .kv-desc{
      position: absolute;
    left: calc(50% + 550px);
    bottom: -5px;
}
#key .key-img .key-info-2 .key-btn a {
  display: block;
  font-size: 20px;
  padding: 12px 20px;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
}
#key .key-img .key-info-2 .key-btn a::before {
  content: "";
  top: 3px;
  left: 3px;
  bottom: -5px;
  right: -5px;
  position: absolute;
  border: 1px solid #fff;
}
#key .key-img .key-info-2 .p2 {
  padding-left: 40px;
  position: relative;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
}
#key .key-img .key-info-2 .p2::before {
  content: "";
  background: url(../img/caries/icon_map.png) no-repeat 0 0/100%;
  width: 32px;
  height: 32px;
  left: 0;
  top: 0;
  position: absolute;
}
#key .key-img .key-info-2 .p3 {
  padding-left: 40px;
  position: relative;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
}
#key .key-img .key-info-2 .p3::before {
  content: "";
  background: url(../img/caries/icon_train.png) no-repeat 0 0/100%;
  width: 32px;
  height: 32px;
  left: 0;
  top: -8px;
  position: absolute;
}
#key .key-img .header__logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
}
@media screen and (max-width:1780px){
  #key .key-img .kv-desc {
    bottom: 0;
    z-index: 9;
    left: calc(50% + 180px);
  }
  #key .key-img .photo-doctor{
    bottom: 40px;
  }
  #key .key-img .doctor-cover {
    bottom: 50px;
  }


}
@media screen and (max-width: 1140px) {
  #key .key-img .photo-doctor {
    width: 50%;
    left: auto;
    right: 10%;
  }
  #key .key-img .doctor-cover{
    width: 50%;
    left: auto;
    right: 10%;
  }
  #key .key-img .key-info {
    right: auto;
    width: 20%;
    left: 10%;
  }
  #key .key-img .kv-desc{
    left: auto;
    right: 20px;
  }
}
@media screen and (max-width: 991px) {
  #key .key-img .key-info-2 {
    top: 55px;
  }
  #key .key-img .key-info-2 .key-btn a {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {

  #key .key-img {
    height: 168vw;
  }
  #key .key-img .sl-key {
    height: 168vw;
  }
  #key .key-img .sl-key img {
    height: 168vw;
  }
  .line-text{
    top: 50vw;
  }
  .line-text::before{
    animation: slidein 220s linear infinite;
  }
  #key .key-img .header__logo {
    width: 100px;
    top: 5px;
  }
  #key .key-img .photo-doctor {
    width: 90%;
    right: 5%;
    padding-bottom: 7%;
  }
  #key .key-img .doctor-cover{
    width: 84%;
    right: 8%;
    padding-bottom: 7%;
  }
  #key .key-img .key-info {
    width: 35%;
    bottom: 0;
    left: 2%;
  }
  #key .key-img .key-info-2 {
    top: 100px;
    display: block;
    left: 10px;
    z-index: 9;
  }
  #key .key-img .key-info-2 .key-btn {
    position: absolute;
    top: -75px;
    left: 90px;
  }
  #key .key-img .key-info-2 .key-btn a {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 15px 5px;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    line-height: 25px;
    margin-bottom: 10px;
  }
  #key .key-img .key-info-2 .p2 {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
    padding-left: 20px;
  }
  #key .key-img .key-info-2 .p2::before {
    width: 15px;
    height: 15px;
    top: -1px;
  }
  #key .key-img .key-info-2 .p3 {
    font-size: 12px;
    line-height: 12px;
    padding-left: 20px;
  }
  #key .key-img .key-info-2 .p3::before {
    width: 15px;
    height: 15px;
    top: -1px;
  }
  #key .key-img .line-text::before {
    background-size: 1000px;
  }
  #key .key-img .kv-desc {
        left: auto;
        right: 20px;
        font-size: 10px;
        letter-spacing: 0;
        bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
  .nav-info {
    display: flex;
    align-items: center;
    color: #fff;
    text-align: left;
    margin: 0 0 30px 5px !important;
  }
  .nav-info .header__logo {
    width: 90px;
  }
  .nav-info .key-info-2 .key-btn a {
    display: block;
    width: -moz-max-content;
    width: max-content;
    font-size: 8px;
    padding: 2px 12px 1px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 15px;
    margin-bottom: 10px;
  }
  .nav-info .key-info-2 .p2 {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    font-size: 8px;
    line-height: 12px;
    color: #fff;
    letter-spacing: 0.5px;
  }
  .nav-info .key-info-2 .p2::before {
    content: "";
    background: url(../img/caries/icon_map.png) no-repeat 0 0/100%;
    width: 15px;
    height: 15px;
    left: 0;
    top: 2px;
    position: absolute;
  }
  .nav-info .key-info-2 .p3 {
    padding-left: 20px;
    position: relative;
    font-size: 8px;
    line-height: 12px;
    letter-spacing: 0.5px;
    color: #fff;
  }
  .nav-info .key-info-2 .p3::before {
    content: "";
    background: url(../img/caries/icon_train.png) no-repeat 0 0/100%;
    width: 15px;
    height: 15px;
    left: 0;
    top: -1px;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .information-nav {
    margin: 0 !important;
    text-align: left;
  }
  .information-nav .information-contain {
    padding: 140px 25px 120px !important;
  }
  .g_nav .bnr-g1 {
    padding: 20px 15px 40px;
  }
}
@media screen and (min-width: 768px) {
  .nav-info,
  .information-nav {
    display: none;
  }
}
#info-top {
  padding: 100px 0 0;
}
#info-top .box-1 {
  background: rgba(255, 255, 255, 0.4);
  padding: 70px 0 30px;
  position: relative;
}
#info-top .box-1 h3 {
  width: -moz-max-content;
  width: max-content;
  font-size: 32px;
  padding: 25px 40px 20px;
  letter-spacing: 2.2px;
  text-align: center;
  margin: 0 auto 25px;
}
#info-top .box-1 .row {
  display: flex;
  justify-content: space-between;
  max-width: 950px;
  margin: 0 auto;
}
#info-top .box-1 .row .col {
  width: 32%;
  max-width: 300px;
}
#info-top .bnr-g1 {
  padding: 35px 0 75px;
}
@media screen and (max-width: 767px) {
  #info-top {
    padding: 0;
  }
  #info-top .box-1 {
    padding: 30px 0 30px;
  }
  #info-top .box-1 h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
  }
  #info-top .bnr-g1 {
    padding: 5px 0 40px;
  }
}

#concept {
  padding: 120px 0 95px;
  background: url(../img/caries/concept_bg.jpg) no-repeat center center/cover;
}
#concept .ttl-g1 {
  margin-bottom: 90px;
}
#concept .box-2 {
  color: #fff;
  background: #020926;
  padding-bottom: 100px;
  padding: 70px 0 15px;
}
#concept .box-2 h3 {
  font-size: 40px;
  text-align: center;
  line-height: 64px;
  letter-spacing: 3px;
  margin-bottom: 35px;
}
#concept .box-2 .txt {
  font-size: 20px;
  padding: 45px 80px;
  letter-spacing: 1.6px;
  line-height: 46px;
}
#concept .box-2 .txt span {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #concept {
    padding: 60px 0 50px;
  }
  #concept .ttl-g1 {
    margin-bottom: 70px;
  }
  #concept .box-2 {
    padding: 35px 0 0;
  }
  #concept .box-2 h3 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 35px;
  }
  #concept .box-2 .txt {
    font-size: 16px;
    padding: 30px 20px;
    letter-spacing: 1.6px;
    line-height: 30px;
  }
  #concept .box-2 .txt span {
    margin-bottom: 0;
  }
}

#feature {
  padding: 80px 0 100px;
  background: url(../img/caries/feature_bg.jpg) no-repeat center center/cover;
}
#feature .box {
  background: #fff;
  padding: 110px 60px 75px;
  border: 3px solid #8b793b;
}
#feature .box .ttl-g1 {
  margin-bottom: 75px;
}
#feature .box .ttl-g1 img {
  width: 180px !important;
}
#feature .box .desc {
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
}
#feature .box .row {
  display: flex;
  margin-bottom: 60px;
  gap: 0 50px;
}
#feature .box .row:nth-child(2n+1) .content {
  order: 1;
}
#feature .box .row:nth-child(2n+1) .number {
  order: 2;
}
#feature .box .row .content {
  width: 460px;
}
#feature .box .row .content h3 {
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 3px;
  margin-bottom: 25px;
}
#feature .box .row .content .txt {
  line-height: 26px;
}
#feature .box .row .number {
  width: calc(100% - 500px);
}
@media screen and (max-width: 991px) {
  #feature .box {
    padding: 90px 40px 15px;
  }
  #feature .box .row .number {
    width: calc(100% - 420px);
  }
  #feature .box .row .content h3 {
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  #feature {
    padding: 40px 0 60px;
    background: url(../img/caries/feature_bg_sp.jpg) no-repeat top center/cover;
  }
  #feature .box {
    padding: 50px 15px 15px;
  }
  #feature .box .ttl-g1 {
    margin-bottom: 35px;
  }
  #feature .box .ttl-g1 img {
    width: 85px !important;
  }
  #feature .box .desc {
    margin-bottom: 25px;
    font-size: 20px;
  }
  #feature .box .row {
    display: block;
    margin-bottom: 30px;
    position: relative;
  }
  #feature .box .row:nth-child(2n) .number {
    right: auto;
    left: 0;
  }
  #feature .box .row:nth-child(2n) .content h3 {
    text-align: right;
  }
  #feature .box .row .number {
    width: 105px;
    top: -8px;
    position: absolute;
    right: 0;
  }
  #feature .box .row .content {
    width: 100%;
  }
  #feature .box .row .content h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
  }
  #feature .box .row .content .txt {
    font-size: 14px;
  }
}

#intravenous .set-1 {
  background: url(../img/caries/intravenous_bg1.jpg) no-repeat center center/cover;
  padding: 125px 0;
  color: #fff;
  text-align: center;
  position: relative;
}
#intravenous .set-1::before {
  content: "";
  background: linear-gradient(to top, #011c50, transparent);
  width: 100%;
  height: 200px;
  left: 0;
  bottom: 0;
  position: absolute;
}
#intravenous .set-1 .ttl-g1 {
  margin-bottom: 100px;
}
#intravenous .set-1 .desc-1 {
  font-size: 32px;
  line-height: 60px;
  margin-bottom: 40px;
  letter-spacing: 3px;
}
#intravenous .set-1 .desc-2 {
  font-size: 40px;
  line-height: 76px;
  margin-bottom: 105px;
  letter-spacing: 3.5px;
}
#intravenous .set-1 .box-1 {
  background: rgba(255, 255, 255, 0.24);
  position: relative;
  margin-left: 20px;
}
#intravenous .set-1 .box-1::before {
  content: "";
  bottom: 20px;
  right: 20px;
  top: -20px;
  left: -20px;
  position: absolute;
  border: 3px solid #e6c884;
  position: absolute;
}
#intravenous .set-1 .box-1 h3 {
  position: absolute;
  left: 70px;
  width: -moz-max-content;
  width: max-content;
  top: -75px;
  background: linear-gradient(105deg, #d9b463 0%, #eacf8d 26%, #e1bf77 54%, #dcb062 76%, #e4bc70 100%);
  padding: 5px 45px 20px;
  border-radius: 50vw;
}
#intravenous .set-1 .box-1 h3 span {
  display: block;
}
#intravenous .set-1 .box-1 h3 span:first-child {
  font-size: 15px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
#intravenous .set-1 .box-1 h3 span:last-child {
  font-size: 40px;
  letter-spacing: 4px;
}
#intravenous .set-1 .box-1 .txt {
  font-size: 20px;
  line-height: 32px;
  padding: 60px 95px 70px 75px;
  letter-spacing: 2px;
  text-align: justify;
}
#intravenous .set-2 {
  background: #011c50;
  padding: 155px 0 25px;
  position: relative;
}
#intravenous .set-2::before {
  content: "";
  background: url(../img/caries/intravenous_deco1.png) no-repeat 0 0/100%;
  width: 720px;
  height: 780px;
  left: calc(50% - 40px);
  top: -45px;
  position: absolute;
}
#intravenous .set-2 .container {
  max-width: 1420px;
}
#intravenous .set-2 .row {
  position: relative;
  min-height: 650px;
}
#intravenous .set-2 .row .photo {
  position: absolute;
  left: 0;
  top: 50px;
  right: calc(50% - 155px);
  height: 540px;
  margin-left: calc(50% - 50vw);
}
#intravenous .set-2 .row .photo img {
  height: 540px;
  width: 100% !important;
}
#intravenous .set-2 .row h2 {
  width: 208px;
  margin-left: calc(50% + 225px);
}
#intravenous .set-3 {
  padding: 100px 0 30px;
  background: url(../img/caries/intravenous_bg2.jpg) no-repeat center center/cover;
  color: #fff;
  position: relative;
}
#intravenous .set-3::before {
  content: "";
  background: linear-gradient(to bottom, #011c50, transparent);
  width: 100%;
  height: 200px;
  left: 0;
  top: 0;
  position: absolute;
}
#intravenous .set-3 .point {
  background: rgba(255, 255, 255, 0.32);
  margin-bottom: 95px;
  position: relative;
  padding: 55px 40px;
  box-sizing: border-box;
  margin-left: 60px;
  position: relative;
}
#intravenous .set-3 .point::before {
  content: "";
  left: -12px;
  top: -12px;
  bottom: 12px;
  right: 12px;
  border: 3px solid #e6c884;
  position: absolute;
}
#intravenous .set-3 .point h3 {
  writing-mode: sideways-lr;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  left: -50px;
  bottom: 55%;
  transform: translateY(50%);
  font-size: 36px;
  letter-spacing: -1px;
}
#intravenous .set-3 .point .point-ttl {
  position: absolute;
  left: 40px;
  top: -45px;
  font-size: 24px;
  background: linear-gradient(105deg, #d9b463 0%, #eacf8d 26%, #e1bf77 54%, #dcb062 76%, #e4bc70 100%);
  padding: 8px 15px;
  border-radius: 50vw;
  letter-spacing: 2px;
}
#intravenous .set-3 .point .point-desc {
  line-height: 32px;
  font-size: 18px;
}
#intravenous .set-4 {
  background: url(../img/caries/intravenous_bg3.jpg) no-repeat center center/cover;
  padding: 80px 0;
}
#intravenous .set-4 .box {
  width: 475px;
  background: #fff;
  border: 5px solid #bb9d3b;
  padding: 80px 80px 40px;
  margin-left: calc(50% + 65px);
  writing-mode: vertical-rl;
  box-sizing: border-box;
  position: relative;
}
#intravenous .set-4 .box::before {
  content: "";
  background: url(../img/caries/arrow_t1_pc.png) no-repeat 0 0/100%;
  width: 44px;
  height: 46px;
  bottom: -46px;
  left: 50px;
  position: absolute;
}
#intravenous .set-4 .box h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 60px;
  margin-left: 10px;
  height: -moz-max-content;
  height: max-content;
  margin-top: -20px;
}
#intravenous .set-4 .box .txt {
  font-size: 24px;
  line-height: 40px;
}
#intravenous .set-4 .box .txt span {
  font-size: 32px;
  font-weight: 700;
  color: #bb9d3b;
  margin-top: -20px;
}
#intravenous .set-5 .s-video {
  margin-top: 80px;
}
#intravenous .set-5 .s-video iframe {
  width: 100%;
}
#intravenous .set-5 .bnr-g1 {
  padding: 65px 0 80px;
}
@media screen and (max-width: 1100px) {
  #intravenous .set-1 .desc-2 {
    font-size: 38px;
    line-height: 60px;
  }
  #intravenous .set-4 .box {
    width: 385px;
    padding: 45px 40px 40px;
  }
}
@media screen and (max-width: 991px) {
  #intravenous .set-1 .desc-1 {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  #intravenous .set-1 .desc-2 {
    font-size: 28px;
    line-height: 45px;
  }
  #intravenous .set-1 .box-1 .txt {
    font-size: 20px;
    letter-spacing: 0;
  }
  #intravenous .set-2 .row h2 {
    width: 160px;
    margin-left: calc(50% + 185px);
  }
  #intravenous .set-2 .row .photo {
    top: 0;
  }
  #intravenous .set-4 .box {
    margin-left: calc(50% - 50px);
  }
}
@media screen and (max-width: 767px) {
  #intravenous .set-1 {
    padding: 50px 0 30px;
    background: url(../img/caries/intravenous_bg1_sp.png) no-repeat left -5px bottom/cover, #011c50;
  }
  #intravenous .set-1 .ttl-g1 {
    margin-bottom: 40px;
  }
  #intravenous .set-1 .ttl-g1 span {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 48px;
  }
  #intravenous .set-1 .desc-1 {
    font-size: 16px;
    line-height: 30px;
  }
  #intravenous .set-1 .desc-2 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 80px;
  }
  #intravenous .set-1 .box-1 {
    z-index: 0;
    background: transparent;
  }
  #intravenous .set-1 .box-1::before {
    z-index: -1;
    top: -8px;
    border-width: 2px;
    left: -8px;
    bottom: 8px;
    right: 8px;
  }
  #intravenous .set-1 .box-1 h3 {
    padding: 8px 22px 12px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
  #intravenous .set-1 .box-1 h3 span {
    line-height: 20px;
  }
  #intravenous .set-1 .box-1 h3 span:first-child {
    font-size: 8px;
    letter-spacing: 1px;
    margin-bottom: 0;
  }
  #intravenous .set-1 .box-1 h3 span:last-child {
    font-size: 20px;
  }
  #intravenous .set-1 .box-1 .txt {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    padding: 25px 25px 25px 20px;
    background: url(../img/caries/bg_blur.png);
  }
  #intravenous .set-2 {
    padding: 25px 0 50px;
  }
  #intravenous .set-2::before {
    width: 65vw;
    height: 65vw;
    left: 42%;
    top: 0;
  }
  #intravenous .set-2 .row {
    min-height: 60vw;
  }
  #intravenous .set-2 .row .photo {
    right: 35%;
    height: 60vw;
    left: -7vw;
  }
  #intravenous .set-2 .row .photo img {
    height: 60vw;
  }
  #intravenous .set-2 .row h2 {
    width: 19vw;
    margin-left: 75%;
  }
  #intravenous .set-3 {
    padding: 60px 0 5px;
  }
  #intravenous .set-3 .point {
    margin-left: 20px;
    padding: 30px 25px 30px;
    z-index: 0;
    margin-bottom: 80px;
  }
  #intravenous .set-3 .point::before {
    border-width: 2px;
    bottom: 8px;
    left: -8px;
    top: -8px;
    right: 8px;
    z-index: -1;
  }
  #intravenous .set-3 .point h3 {
    writing-mode: horizontal-tb;
    left: 0;
    top: -75px;
    letter-spacing: 1px;
    font-size: 20px;
  }
  #intravenous .set-3 .point .point-ttl {
    font-size: 14px;
    letter-spacing: 0;
    padding: 8px 15px 8px;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    line-height: 24px;
    left: -8px;
    top: -35px;
  }
  #intravenous .set-3 .point .point-desc {
    font-size: 16px;
    line-height: 28px;
  }
  #intravenous .set-4 {
    padding: 35px 0;
    background-position: left 40% center;
  }
  #intravenous .set-4 .box {
    margin-left: auto;
    width: 240px;
    padding: 30px 20px 20px;
    border-width: 2px;
  }
  #intravenous .set-4 .box::before {
    background: url(../img/caries/arrow_t1_sp.png) no-repeat 0 0/100%;
    width: 30px;
    height: 23px;
    left: -30px;
    bottom: 45px;
  }
  #intravenous .set-4 .box h3 {
    font-size: 24px;
    line-height: 36px;
  }
  #intravenous .set-4 .box .txt {
    font-size: 16px;
    line-height: 28px;
  }
  #intravenous .set-4 .box .txt span {
    font-size: 24px;
  }
  #intravenous .set-5 .s-video {
    margin-top: 50px;
  }
  #intravenous .set-5 .s-video iframe {
    height: 300px;
  }
  #intravenous .set-5 .bnr-g1 {
    padding: 30px 0 60px;
  }
}

#treatment .set-1 {
  position: relative;
}
#treatment .set-1 h2 {
      position: absolute;
    top: 5%;
    color: #e6c884;
    right: calc(50% - 35px);
}
#treatment .set-1 h2 span {
  font-size: 48px;
  display: block;
  margin-bottom: 20px;
}
#treatment .set-1 h2 img {
  width: 585px !important;
}
#treatment .set-1 .desc {
  font-size: 56px;
  line-height: 80px;
  position: absolute;
  left: 10%;
  top: 60%;
  color: #fff;
}
#treatment .set-1 .desc span {
  color: #bb9d3b;
  font-weight: 600;
}
#treatment .set-2 {
  padding-bottom: 50px;
}
#treatment .set-2 .row {
  display: flex;
  align-items: flex-end;
  gap: 0 60px;
  margin-top: -20vw;
  position: relative;
  z-index: 1;
}
#treatment .set-2 .row .photo {
  width: 540px;
}
#treatment .set-2 .row h3 {
  margin-bottom: 50px;
}
#treatment .set-2 .row h3 span {
  display: block;
  line-height: 60px;
}
#treatment .set-2 .row h3 span:first-child {
  font-size: 32px;
  margin-bottom: 20px;
}
#treatment .set-2 .row h3 span:nth-child(2) {
  font-size: 64px;
  letter-spacing: 3px;
}
#treatment .set-2 .row h3 span:last-child {
  font-size: 36px;
  color: #bb9d3b;
  letter-spacing: 6.5px;
}
#treatment .set-3 {
  background: #ebebeb;
  padding: 65px 0;
}
#treatment .set-3 .row {
  display: flex;
  max-width: 950px;
  margin: 0 auto;
}
#treatment .set-3 .row .col {
  width: 50%;
}
#treatment .set-3 .row .col h3 {
  font-size: 24px;
  color: #bb9d3b;
  margin-bottom: 20px;
}
#treatment .set-3 .row .col ul {
  font-size: 20px;
}
#treatment .set-3 .row .col ul li {
  padding-left: 20px;
  position: relative;
}
#treatment .set-3 .row .col ul li::before {
  content: "";
  background: #23242a;
  width: 5px;
  height: 5px;
  border-radius: 50vw;
  left: 0;
  top: 14px;
  position: absolute;
}
#treatment .set-4 .top_ttl {
  background: #011c50;
  padding: 110px 0 100px;
}
#treatment .set-5 {
  background: url(../img/caries/deco_triangle1.png) no-repeat center top/1080px, url(../img/caries/treatment_bg2.jpg) no-repeat top center/cover;
  padding: 140px 0 10px;
}
#treatment .set-5 .row {
  display: flex;
  gap: 0 60px;
  color: #fff;
  margin-bottom: 90px;
}
#treatment .set-5 .row:nth-child(2n) {
  gap: 0 40px;
}
#treatment .set-5 .row:nth-child(2n) .group-photo {
  order: 2;
}
#treatment .set-5 .row:nth-child(2n) .content {
  order: 1;
}
#treatment .set-5 .row .group-photo {
  position: relative;
  width: 540px;
  z-index: 0;
}
#treatment .set-5 .row .group-photo::before {
  content: "";
  background: #e6c884;
  top: -20px;
  right: -20px;
  left: 20px;
  bottom: 20px;
  position: absolute;
  z-index: -1;
}
#treatment .set-5 .row .group-photo h3 {
  position: absolute;
  left: 20px;
  top: -60px;
  font-size: 48px;
  letter-spacing: 3px;
  color: #e6c884;
}
#treatment .set-5 .row .content {
  width: 480px;
  margin-top: 20px;
}
#treatment .set-5 .row .content h3 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e6c884;
}
#treatment .set-5 .row .content h3 > span:first-child {
  font-size: 48px;
  color: #e6c884;
}
#treatment .set-5 .row .content h3 > span:last-child {
  font-size: 40px;
  letter-spacing: -0.5px;
}
#treatment .set-5 .row .content h3 .narrow {
  letter-spacing: -8px;
}
#treatment .set-5 .row .content .txt {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 5px;
}

@media screen and (max-width: 1140px) {
  #treatment .set-1 h2{
    right: auto;
    left: 30px;
  }
  #treatment .set-1 h2 img{
    width: 450px!important;
  }
  #treatment .set-2 .row h3 span:nth-child(2) {
    font-size: 50px;
  }
  #treatment .set-2 .row h3 span:last-child {
    font-size: 30px;
    letter-spacing: 2px;
  }
  #treatment .set-5 .row {
    justify-content: center;
  }
  #treatment .set-5 .row .group-photo {
    width: 400px;
  }
  #treatment .set-5 .row .content h3 span:first-child {
    font-size: 40px;
  }
  #treatment .set-5 .row .content h3 span:last-child {
    font-size: 35px;
  }
  #treatment .set-5 .row .content .txt {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  #treatment .set-1 .desc {
    font-size: 45px;
    line-height: 65px;
    top: 55%;
  }
  #treatment .set-1 h2 {
    top: 4%;
  }
  #treatment .set-1 h2 span {
    font-size: 40px;
  }
  #treatment .set-1 h2 img {
    width: 300px !important;
  }
  #treatment .set-2 .row .photo {
    width: 425px;
  }
  #treatment .set-2 .row h3 span {
    line-height: 50px;
  }
  #treatment .set-2 .row h3 span:first-child {
    font-size: 25px;
    margin-bottom: 0;
  }
  #treatment .set-2 .row h3 span:nth-child(2) {
    font-size: 30px;
  }
  #treatment .set-2 .row h3 span:last-child {
    font-size: 20px;
    letter-spacing: 0;
  }
  #treatment .set-3 .row .col ul {
    font-size: 16px;
    letter-spacing: 0;
  }
  #treatment .set-5 .row {
    gap: 0 70px;
    padding: 0 25px;
  }
  #treatment .set-5 .row .group-photo .photo {
    height: 330px;
  }
  #treatment .set-5 .row .group-photo .photo img {
    height: 330px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #treatment .set-5 .row .content h3 span:first-child {
    font-size: 32px;
  }
  #treatment .set-5 .row .content h3 span:last-child {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #treatment .set-1 h2 {
    top: 1%;
    left: 7%;
    width: 45%;
  }
  #treatment .set-1 h2 span:first-child {
    font-size: 20px;
    margin-bottom: 5px;
  }
  #treatment .set-1 h2 img {
    width: 200px !important;
  }
  #treatment .set-1 .desc {
    font-size: 16px;
    line-height: 30px;
    top: 60%;
  }
  #treatment .set-2 {
    padding-bottom: 35px;
  }
  #treatment .set-2 .row {
    margin-top: 0;
    align-items: flex-end;
    gap: 0 20px;
    margin-top: -22%;
  }
  #treatment .set-2 .row .photo {
    width: 50%;
  }
  #treatment .set-2 .row h3 {
    width: 50%;
    margin-bottom: 10px;
  }
  #treatment .set-2 .row h3 span {
    line-height: 25px;
  }
  #treatment .set-2 .row h3 span:first-child {
    font-size: 10px;
  }
  #treatment .set-2 .row h3 span:nth-child(2) {
    font-size: 18px;
  }
  #treatment .set-2 .row h3 span:last-child {
    font-size: 10px;
    letter-spacing: 3px;
  }
  #treatment .set-3 {
    padding: 40px 0;
  }
  #treatment .set-3 .row {
    display: block;
  }
  #treatment .set-3 .row .col {
    width: 100%;
  }
  #treatment .set-3 .row .col:first-child {
    margin-bottom: 30px;
  }
  #treatment .set-3 .row .col h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #treatment .set-3 .row .col ul {
    font-size: 14px;
  }
  #treatment .set-3 .row .col ul li {
    padding-left: 5px;
  }
  #treatment .set-3 .row .col ul li::before {
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
  }
  #treatment .set-4 .top_ttl {
    padding: 70px 0 65px;
  }
  #treatment .set-4 .top_ttl .ttl-g1 span {
    letter-spacing: 0;
  }
  #treatment .set-5 {
    background: url(../img/caries/deco_triangle1.png) no-repeat center top/100%, url(../img/caries/treatment_bg2.jpg) no-repeat center center/cover;
  }
  #treatment .set-5 .row {
    display: block;
    padding: 0;
  }
  #treatment .set-5 .row .group-photo {
    width: 100%;
  }
  #treatment .set-5 .row .group-photo::before {
    right: -5px;
    left: 5px;
    bottom: 5px;
    top: -5px;
  }
  #treatment .set-5 .row .group-photo h3 {
    left: 5px;
    top: -35px;
    font-size: 32px;
  }
  #treatment .set-5 .row .group-photo .photo {
    height: auto;
  }
  #treatment .set-5 .row .group-photo .photo img {
    height: auto;
  }
  #treatment .set-5 .row .content {
    width: 100%;
  }
  #treatment .set-5 .row .content h3 span:last-child {
    letter-spacing: 2px;
  }
}

#method .ttl {
  padding: 85px 0 80px;
  background: #011c50;
}
#method .ttl h2 {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 40px;
  letter-spacing: 3px;
  position: relative;
}
#method .ttl h2::before {
  content: "";
  background: url(../img/caries/treatment_deco1.png) no-repeat 0 0/100%;
  width: 95px;
  height: 58px;
  left: -50px;
  top: -50px;
  position: absolute;
}
#method .ttl h2 span {
  display: block;
  line-height: 60px;
}
#method .ttl h2 span:first-child {
  position: relative;
  z-index: 0;
}
#method .ttl h2 span:first-child::before {
  content: "";
  background: #6d643a;
  width: calc(100% - 50px);
  height: 25px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 5px;
  z-index: -1;
}
#method .box-1 {
  padding: 110px 0 80px;
  background: url(../img/caries/deco_triangle1.png) no-repeat center top/1080px;
  position: relative;
}
#method .box-1::before {
  content: "";
  background: linear-gradient(to top, #0c0704, transparent);
  height: 350px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #method .ttl {
    padding: 85px 0 40px;
  }
  #method .ttl h2 {
    letter-spacing: 1px;
  }
  #method .ttl h2::before {
    width: 65px;
    left: 0;
  }
  #method .ttl h2 span {
    line-height: 45px;
  }
  #method .ttl h2 span:first-child {
    font-size: 20px;
  }
  #method .ttl h2 span:first-child::before {
    width: 100%;
    height: 15px;
    bottom: 8px;
  }
  #method .ttl h2 span:last-child {
    font-size: 32px;
  }
  #method .box-1 {
    background-size: 100%;
    padding: 65px 0 50px;
  }
  #method .box-1::before {
    height: 100px;
  }
}

#promise {
  padding: 130px 0 200px;
  background: url(../img/caries/promise_bg1.jpg) no-repeat center center/cover;
  position: relative;
}
#promise .ttl-g1 {
  margin-bottom: 100px;
}
#promise .photo {
  height: 560px;
  width: 100%;
  margin-bottom: 70px;
}
#promise .photo img {
  width: 100% !important;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
#promise .main-h3 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 4px;
}
#promise .box-1 {
  background: url(../img/caries/promise_pt1.jpg);
  display: flex;
  justify-content: center;
  gap: 0 85px;
  padding: 85px 40px 80px;
}
#promise .box-1 h3 {
  font-size: 48px;
  display: flex;
  height: -moz-max-content;
  height: max-content;
  margin-top: 65px;
  letter-spacing: 6px;
  position: relative;
}
#promise .box-1 h3::before {
  content: "";
  background: url(../img/caries/promise_deco1.png) no-repeat 0 0/100%;
  width: 160px;
  height: 160px;
  left: -70px;
  top: -85px;
  position: absolute;
}
#promise .box-1 h3 span {
  line-height: 70px;
  display: block;
  writing-mode: vertical-rl;
  height: -moz-max-content;
  height: max-content;
}
#promise .box-1 h3 span:first-child {
  order: 2;
}
#promise .box-1 h3 span:last-child {
  order: 1;
  margin-top: 140px;
}
#promise .box-1 .content h4 {
  margin-bottom: 55px;
}
#promise .box-1 .content h4 > span {
  display: block;
  font-size: 32px;
  line-height: 50px;
}
#promise .box-1 .content h4 > span:first-child {
  margin-bottom: 15px;
}
#promise .box-1 .content h4 > span:last-child .yellow-cl {
  font-size: 48px;
  color: #e6c884;
}
#promise .box-1 .content .txt {
  font-size: 24px;
  line-height: 48px;
}
#promise .group-circle {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -150px;
  z-index: 9;
}
#promise .group-circle li {
  width: 32%;
}
@media screen and (max-width: 1100px) {
  #promise .box-1 {
    gap: 0 50px;
    padding: 50px 20px 60px;
  }
  #promise .box-1 h3 {
    font-size: 40px;
  }
  #promise .box-1 h3::before {
    width: 125px;
    height: 125px;
    left: -5px;
    top: -60px;
  }
  #promise .box-1 h3 span {
    line-height: 60px;
  }
  #promise .box-1 .content h4 {
    margin-bottom: 40px;
  }
  #promise .box-1 .content h4 span:first-child {
    font-size: 30px;
  }
  #promise .box-1 .content h4 span:last-child .yellow-cl {
    font-size: 40px;
  }
  #promise .box-1 .content .txt {
    font-size: 18px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  #promise {
    background: url(../img/caries/promise_bg1.jpg) no-repeat top center/100% 2120px;
  }
}
@media screen and (max-width: 767px) {
  #promise {
    padding: 15vw 0 20vw;
    background: url(../img/caries/promise_bg1_sp.jpg) no-repeat top center/cover;
  }
  #promise .ttl-g1 {
    margin-bottom: 20vw;
  }
  #promise .ttl-g1 span {
    font-size: 8vw;
    line-height: 1.5em;
    padding: 5vw 0 5vw;
  }
  #promise .photo {
    height: 62vw;
    margin-bottom: 0;
  }
  #promise .photo img {
    height: 62vw;
  }
  #promise .main-h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #promise .box-1 {
    display: block;
    padding: 15px 18px 40px;
  }
  #promise .box-1 h3 {
    font-size: 28px;
    display: block;
    margin-bottom: 20px;
    margin-top: 0;
    letter-spacing: 3px;
    z-index: 0;
  }
  #promise .box-1 h3::before {
    width: 50px;
    height: 50px;
    left: -5px;
    top: 0;
    z-index: -1;
  }
  #promise .box-1 h3 span {
    writing-mode: horizontal-tb;
    line-height: 45px;
  }
  #promise .box-1 h3 span:last-child {
    margin-top: 0;
    margin-left: 40px;
  }
  #promise .box-1 .content {
    display: flex;
    gap: 0 20px;
  }
  #promise .box-1 .content h4 {
    margin-bottom: 20px;
    writing-mode: vertical-rl;
  }
  #promise .box-1 .content h4 span {
    line-height: 32px;
  }
  #promise .box-1 .content h4 span:first-child {
    font-size: 16px;
  }
  #promise .box-1 .content h4 span:last-child {
    font-size: 20px;
  }
  #promise .box-1 .content h4 span:last-child .yellow-cl {
    font-size: 24px;
  }
  #promise .box-1 .content .txt {
    font-size: 16px;
    line-height: 28px;
  }
  #promise .group-circle {
    bottom: -65px;
    gap: 0 10px;
    padding: 0 30px;
  }
  #promise .group-circle li {
    margin: 0 auto 20px;
  }
}

#message {
  background: #eeeae1;
  padding: 275px 0 95px;
  min-height: 500px;
}
#message .ttl-g1 {
  max-width: 950px;
  margin: 0 auto 100px;
}
#message h3 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
}
#message .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#message .row .group-photo {
  position: relative;
  width: 520px;
  height: -moz-max-content;
  height: max-content;
}
#message .row .group-photo .message-desc {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 140px;
}
#message .row .txt {
  width: calc(100% - 560px);
  font-size: 20px;
  margin-top: 10px;
  line-height: 40px;
}
#message .row .txt > span {
  display: block;
}
#message .row .txt > span:first-child {
  margin-bottom: 40px;
}
#message .row .txt > span .yellow-cl {
  color: #8b793b;
}
@media screen and (max-width: 1160px) {
  #message .row .group-photo {
    width: calc(100% - 550px);
  }
  #message .row .group-photo .message-desc {
    width: 25%;
  }
  #message .row .txt {
    width: 520px;
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  #message .row .group-photo {
    width: calc(100% - 450px);
  }
  #message .row .group-photo .message-desc {
    width: 25%;
  }
  #message .row .txt {
    width: 420px;
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  #message {
    padding: 100px 0 50px;
  }
  #message .ttl-g1 {
    margin: 0 auto 80px;
  }
  #message h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #message .row {
    display: block;
  }
  #message .row .group-photo {
    width: 100%;
    margin-bottom: 20px;
  }
  #message .row .group-photo .message-desc {
    width: 20%;
    right: 25px;
    bottom: 30px;
  }
  #message .row .txt {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
  }
  #message .row .txt span {
    display: inline;
  }
}

#case {
  padding: 125px 0 80px;
}
#case .container {
  max-width: 1400px;
}
#case .ttl-g1 {
  max-width: 950px;
  margin: 0 auto 100px;
}
#case .cases-slick {
  margin-bottom: 50px;
}
#case .cases-slick .slick-slide {
  margin: 0 10px;
  width: 450px;
}
#case .cases-slick .slick-slide {
  transition: all 0.5s ease;
  transform: scale(0.8);
}
#case .cases-slick .slick-current {
  transform: scale(1.1);
  opacity: 1;
  z-index: 10;
}
#case .cases-slick .slick-list {
  padding: 60px 0 !important;
}
#case .cases-wrapper {
  padding: 1rem 0;
}
#case .case-card {
  background: #fff;
  overflow: hidden;
  padding: 25px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
}
#case .case-header {
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
#case .case-badge {
  background: #011c50;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  padding: 3px 10px;
  letter-spacing: 0.5px;
}
#case .case-title {
  font-size: 35px;
}
#case .slider-container {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  cursor: col-resize;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #111;
}
#case .slider-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#case .img-before {
  clip-path: inset(0 0 0 50%);
}
#case .slider-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #fff;
  transform: translateX(-50%);
  pointer-events: none;
}
#case .slider-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #011c50;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  letter-spacing: 2px;
  pointer-events: none;
  border: 4px solid #fff;
}
#case .slider-btn::before {
  content: "";
  border-right: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#case .slider-btn::after {
  content: "";
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#case .case-body {
  padding: 15px 0;
}
#case .dl-row {
  margin-bottom: 10px;
}
#case .dl-row dt {
  background: #011c50;
  color: #fff;
  font-size: 20px;
  padding: 4px 10px;
  margin-bottom: 4px;
  display: block;
}
#case .dl-row dd {
  font-size: 16px;
  line-height: 24px;
  padding: 0 4px;
}
#case .fee-box {
  border-bottom: 1px solid #011c50;
  margin-bottom: 6px;
}
#case .fee-total {
  color: #111;
}
#case {
  /* Arrows */
}
#case .slick-prev,
#case .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -5%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #b10505;
  font-family: "fontello";
  z-index: 98;
  border-radius: 50%;
}
#case .slick-prev:hover,
#case .slick-prev:focus,
#case .slick-next:hover,
#case .slick-next:focus {
  color: transparent;
  outline: none;
}
#case .slick-prev:hover:before,
#case .slick-prev:focus:before,
#case .slick-next:hover:before,
#case .slick-next:focus:before {
  opacity: 1;
}
#case .slick-prev.slick-disabled:before,
#case .slick-next.slick-disabled:before {
  opacity: 0.25;
}
#case .slick-prev:before,
#case .slick-next:before {
  font-size: 30px;
  line-height: 0.5;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#case .slick-prev {
  left: calc(50% - 150px);
  background: url(../img/caries/btn_prev.png) no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
}
#case [dir=rtl] .slick-prev {
  right: 0px;
  left: auto;
}
#case .slick-prev:before {
  content: "";
}
#case [dir=rtl] .slick-prev:before {
  content: "▶";
  color: #fff;
}
#case .slick-next {
  right: calc(50% - 150px);
  background: url(../img/caries/btn_next.png) no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
}
#case [dir=rtl] .slick-next {
  right: auto;
  left: 0px;
}
#case .slick-next:before {
  content: "";
  color: #fff;
}
#case [dir=rtl] .slick-next:before {
  content: "←";
}
#case {
  /* Dots */
}
#case .slick-dots {
  position: absolute;
  bottom: -5%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
#case .slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 10px 5px;
  padding: 0;
  cursor: pointer;
}
#case .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#case .slick-dots li button:hover,
#case .slick-dots li button:focus {
  outline: none;
}
#case .slick-dots li button:hover:before,
#case .slick-dots li button:focus:before {
  opacity: 1;
}
#case .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  background: #d9d9d9;
  border-radius: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#case .slick-dots li.slick-active button:before {
  background: linear-gradient(105deg, #d9b463 0%, #eacf8d 26%, #e1bf77 54%, #dcb062 76%, #e4bc70 100%);
}
#case .bnr-g1 {
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  #case .cases-slick .slick-slide {
    width: 320px;
  }
  #case .case-badge {
    font-size: 20px;
  }
  #case .case-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #case {
    padding: 55px 0 80px;
  }
  #case .ttl-g1 {
    margin: 0 auto 35px;
  }
}

#flow .ttl-g1 {
  margin-bottom: 100px;
}
#flow .box-1 {
  position: relative;
  height: 560px;
  margin-bottom: -2px;
}
#flow .box-1::after {
  content: "";
  background: url(../img/caries/flow_bg_shadow.png) no-repeat center bottom/100%;
  width: 100%;
  height: 12vw;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
#flow .box-1 .photo-bg {
  height: 560px;
  width: 80%;
}
#flow .box-1 .photo-bg img {
  height: 560px;
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
}
#flow .box-1 h3 {
  position: absolute;
  left: calc(50% + 200px);
  top: 20px;
  width: 160px;
  z-index: 99;
}
#flow .flow-list {
  padding-top: 80px;
  padding-bottom: 50px;
  background: linear-gradient(to right, #011031, #01255f);
}
#flow .flow-list .flow {
  background: #bea269;
  color: #fff;
  margin-bottom: 135px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50vw;
  position: relative;
  z-index: 0;
}
#flow .flow-list .flow::before {
  content: "";
  background: #bea269;
  height: 100%;
  width: 100vw;
  right: 50%;
  top: 0;
  position: absolute;
  z-index: -1;
}
#flow .flow-list .flow:not(:last-child)::after {
  content: "";
  background: url(../img/caries/flow_after.png) 0 0/100%;
  width: 55px;
  height: 48px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -90px;
  position: absolute;
}
#flow .flow-list .flow:nth-child(2n+1) {
  gap: 0 20px;
}
#flow .flow-list .flow:nth-child(2n+1) .content {
  order: 2;
}
#flow .flow-list .flow:nth-child(2n+1) .photo-circle {
  order: 1;
}
#flow .flow-list .flow:nth-child(2n+1) .photo-circle .circle-desc {
  left: auto;
  right: 0;
}
#flow .flow-list .flow:nth-child(2n+1)::before {
  left: 50%;
  right: auto;
}
#flow .flow-list .flow .content {
  width: calc(100% - 400px);
  padding-left: 65px;
  position: relative;
}
#flow .flow-list .flow .content .number {
  position: absolute;
  left: 0;
  top: -45px;
  width: 125px;
}
#flow .flow-list .flow .content h4 {
  font-size: 32px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#flow .flow-list .flow .content .flow-desc {
  font-size: 20px;
}
#flow .flow-list .flow .photo-circle {
  width: 400px;
  position: relative;
}
#flow .flow-list .flow .photo-circle .circle-desc {
  display: flex;
  position: absolute;
  left: 0;
  top: 30px;
}
#flow .flow-list .flow .photo-circle .circle-desc > span {
  writing-mode: vertical-lr;
  background: #011c50;
  color: #fff;
  height: -moz-max-content;
  height: max-content;
  padding: 15px 3px;
}
@media screen and (max-width: 991px) {
  #flow .flow-list .flow .content {
    padding-left: 40px;
  }
  #flow .flow-list .flow .content .number {
    width: 80px;
    top: -20px;
  }
  #flow .flow-list .flow .content h4 {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  #flow .flow-list .flow .content .flow-desc {
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  #flow .box-1 {
    height: 80vw;
    margin-bottom: -5px;
  }
  #flow .box-1 .photo-bg {
    height: 80vw;
  }
  #flow .box-1 .photo-bg img {
    height: 80vw;
  }
  #flow .box-1 h3 {
    left: auto;
    top: 20px;
    width: 19vw;
    right: 10%;
  }
  #flow .flow-list .flow {
    border-radius: 50vw 50vw 20px 20px;
    flex-wrap: wrap;
    margin-bottom: -5px;
  }
  #flow .flow-list .flow::after {
    display: none;
  }
  #flow .flow-list .flow::before {
    display: none;
  }
  #flow .flow-list .flow:nth-child(2n) .content {
    order: 2;
  }
  #flow .flow-list .flow:nth-child(2n) .photo-circle {
    order: 1;
  }
  #flow .flow-list .flow:nth-child(2n) .photo-circle .circle-desc {
    left: auto;
    right: 0;
  }
  #flow .flow-list .flow .content {
    width: 100%;
    padding: 30px 25px;
  }
  #flow .flow-list .flow .content .number {
    width: 60px;
    top: 25px;
    left: 20px;
  }
  #flow .flow-list .flow .content h4 {
    font-size: 24px;
    line-height: 45px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #flow .flow-list .flow .content .flow-desc {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
  }
  #flow .flow-list .flow .photo-circle {
    width: 100%;
  }
  #flow .flow-list .flow .photo-circle .circle-desc > span {
    font-size: 14px;
  }
}

#price {
  padding: 0 0 60px;
  background: #eeeae1;
}
#price .box-1 {
  position: relative;
  margin-bottom: 125px;
}
#price .box-1::before {
  content: "";
  width: 100%;
  height: 30%;
  background: linear-gradient(to right, #011031, #01255f);
  position: absolute;
  left: 0;
  top: -30px;
}
#price .box-1 .photo-bg {
  height: 700px;
  clip-path: polygon(50% 0, 100% 15%, 100% 85%, 50% 100%, 0 85%, 0 15%);
}
#price .box-1 .photo-bg img {
  height: 700px;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 50%;
     object-position: 0 50%;
}
#price .box-1 .ttl1 {
  position: absolute;
  left: 100px;
  bottom: 150px;
  width: 540px;
}
#price .box-1 .ttl2 {
  position: absolute;
  right: 150px;
  bottom: 150px;
  width: 220px;
}
#price .ttl-g1 {
  margin-bottom: 100px;
}
#price .box-2 {
  background: #fff;
  border: 3px solid #bb9d3b;
  padding: 65px 65px 60px;
}
#price .box-2 h3 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
}
#price .box-2 h3 span {
  color: #bb9d3b;
}
#price .box-2 h3 small {
  font-size: 32px;
}
#price .box-2 dl {
  display: flex;
  font-size: 32px;
  border-bottom: 3px solid #bb9d3b;
  padding: 20px 0;
}
#price .box-2 dl dt {
  width: 490px;
}
#price .box-2 dl dd {
  width: calc(100% - 490px);
  color: #bb9d3b;
}
#price .main-h3 {
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 5px;
  text-align: center;
}
#price .desc {
  text-align: center;
  font-size: 18px;
  margin-bottom: 100px;
  position: relative;
}
#price .desc::after {
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 20px solid #bb9d3b;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: -50px;
}
#price .row-contain {
  position: relative;
  z-index: 0;
}
#price .row-contain::before {
  content: "";
  left: -10px;
  top: -10px;
  right: 10px;
  bottom: 10px;
  position: absolute;
  border: 3px solid #e6c884;
  z-index: 1;
}
#price .row {
  display: flex;
  position: relative;
  background: url(../img/caries/price_bg1.jpg) no-repeat center center/cover;
  margin-bottom: 50px;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 25px 25px 40px;
  gap: 0 30px;
  position: relative;
  z-index: 0;
}
#price .row .number {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 70px;
}
#price .row .photo {
  width: 405px;
  order: 2;
}
#price .row .content {
  order: 1;
  width: 475px;
  padding-bottom: 20px;
}
#price .row .content h4 {
  color: #e6c884;
  font-size: 32px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e6c884;
  letter-spacing: 0;
  position: relative;
}
#price .row .content h4::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #e6c884;
  position: absolute;
  left: 0;
  bottom: -4px;
  transform: rotate(45deg);
}
#price .row .content h4::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #e6c884;
  position: absolute;
  right: 0;
  bottom: -4px;
  transform: rotate(45deg);
}
#price .row .content .txt {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
#price .row .content .group-price {
  display: flex;
  gap: 0 20px;
}
#price .row .content .group-price .price_ttl {
  color: #fff;
  text-align: center;
  padding: 5px 15px;
  font-size: 24px;
  background: linear-gradient(105deg, #d9b463 0%, #eacf8d 26%, #e1bf77 54%, #dcb062 76%, #e4bc70 100%);
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0;
}
#price .row .content .group-price .price_number {
  font-size: 24px;
  display: flex;
  align-items: center;
}
#price .row .content .group-price .price_number small {
  font-size: 16px;
}
#price .row .content .group-price .price_number .txt-ver {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1100px) {
  #price .box-1 .ttl1 {
    width: 420px;
    left: 50px;
  }
  #price .box-1 .ttl2 {
    bottom: 200px;
    right: 100px;
    width: 150px;
  }
  #price .row {
    padding: 25px 25px 25px 110px;
  }
  #price .row .photo {
    height: 320px;
  }
  #price .row .photo img {
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 991px) {
  #price .box-1 .ttl2 {
    bottom: auto;
    top: 120px;
    right: 50px;
  }
  #price .box-2 dl dt {
    width: 350px;
  }
  #price .box-2 dl dd {
    width: calc(100% - 350px);
  }
  #price .row {
    padding: 25px 25px 25px 45px;
  }
  #price .row .number {
    left: -10px;
    top: -10px;
    width: 50px;
  }
  #price .row .content {
    padding-bottom: 5px;
    width: 350px;
  }
  #price .row .content h4 {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  #price .row .content .group-price .price_ttl {
    font-size: 20px;
    padding: 5px 10px;
  }
  #price .row .content .group-price .price_number {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #price {
    padding: 0 0 30px;
  }
  #price .ttl-g1 {
    margin-bottom: 60px;
  }
  #price .box-1 {
    margin-bottom: 80px;
  }
  #price .box-1 .photo-bg {
    height: 300px;
    clip-path: polygon(50% 0, 100% 15%, 100% 85%, 50% 100%, 0 85%, 0 15%);
  }
  #price .box-1 .photo-bg img {
    height: 300px;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  #price .box-1 .ttl1 {
    width: 180px;
    left: 25px;
    bottom: 55px;
  }
  #price .box-1 .ttl2 {
    width: 80px;
    top: 60px;
    right: 25px;
  }
  #price .box-2 {
    padding: 20px;
  }
  #price .box-2 h3 {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
  }
  #price .box-2 h3 small {
    font-size: 16px;
  }
  #price .box-2 h3 .small-last {
    margin-left: -10px;
  }
  #price .box-2 dl {
    font-size: 16px;
    border-bottom-width: 2px;
    padding: 10px 0;
  }
  #price .box-2 dl dt {
    width: 180px;
  }
  #price .box-2 dl dd {
    width: calc(100% - 180px);
    text-align: right;
  }
  #price .main-h3 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }
  #price .desc {
    font-size: 14px;
  }
  #price .desc::after {
    bottom: -40px;
  }
  #price .row-contain::before {
    top: -15px;
    left: -15px;
  }
  #price .row {
    display: block;
    padding: 20px;
  }
  #price .row .number {
    width: 72px;
    left: -15px;
    top: -15px;
  }
  #price .row .photo {
    width: 100%;
    margin-bottom: 25px;
    height: auto;
  }
  #price .row .photo img {
    height: auto;
  }
  #price .row .content {
    width: 100%;
  }
  #price .row .content h4 {
    line-height: 40px;
  }
  #price .row .content .group-price {
    gap: 0 2px;
  }
  #price .row .content .group-price .price_ttl {
    font-size: 14px;
    padding: 5px 10px 3px;
  }
  #price .row .content .group-price .price_number {
    letter-spacing: 0;
  }
}

.bnr-g1-t3 {
  padding: 75px 0;
}
@media screen and (max-width: 767px) {
  .bnr-g1-t3 {
    padding: 35px 0;
  }
}

#faq {
  padding: 55px 0;
}
#faq .ttl-g1 {
  margin-bottom: 100px;
}
#faq .list-qa dl {
  position: relative;
  margin-bottom: 30px;
}
#faq .list-qa dl dt {
  display: flex;
  align-items: center;
  gap: 0 20px;
  padding-right: 50px;
  border-bottom: 1px solid #e6c884;
  padding-bottom: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
#faq .list-qa dl dt:hover {
  opacity: 0.7;
}
#faq .list-qa dl dt span:first-child {
  font-size: 30px;
  width: 64px;
  height: 64px;
  border-radius: 50vw;
  background: linear-gradient(105deg, #d9b463 0%, #eacf8d 26%, #e1bf77 54%, #dcb062 76%, #e4bc70 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#faq .list-qa dl dt span:nth-child(2) {
  font-size: 24px;
  width: calc(100% - 65px);
}
#faq .list-qa dl dt .icon-qa {
  position: absolute;
  right: 0;
  top: 10px;
  transform: rotate(45deg);
  transition: 0.5s;
}
#faq .list-qa dl dt .icon-qa:hover {
  opacity: 0.7;
}
#faq .list-qa dl dt .icon-qa.active {
  transform: rotate(0deg);
  transition: 0.5s;
}
#faq .list-qa dl dd {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
#faq .list-qa dl dd span:first-child {
  font-size: 30px;
  width: 64px;
  height: 64px;
  border-radius: 50vw;
  color: #d9b463;
  border: 1px solid #d9b463;
  display: flex;
  align-items: center;
  justify-content: center;
}
#faq .list-qa dl dd span:nth-child(2) {
  font-size: 20px;
  width: calc(100% - 65px);
}
@media screen and (max-width: 767px) {
  #faq .list-qa dl dt span:first-child {
    width: 55px;
    height: 55px;
  }
  #faq .list-qa dl dt span:nth-child(2) {
    font-size: 20px;
  }
  #faq .list-qa dl dd span:nth-child(2) {
    font-size: 16px;
  }
}

#information {
  padding: 130px 0;
  background: url(../img/caries/info_bg.jpg) no-repeat center center/cover;
}
#information .ttl-g1 {
  margin-bottom: 260px;
}
#information .box {
  background: #fff;
  padding: 175px 40px 30px;
  position: relative;
}
#information .box .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 480px;
  top: -165px;
}
#information .box .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#information .box .row .col-left .p-g1 {
  font-size: 20px;
  line-height: 28px;
}
#information .box .row .col-left .p1 {
  margin-bottom: 20px;
}
#information .box .row .col-left .group-btn {
  display: flex;
  gap: 0 20px;
  margin-bottom: 20px;
}
#information .box .row .col-left .group-btn .btn-t2 a {
  padding: 3px 15px 3px 60px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #bb9d3b;
  font-size: 21px;
  line-height: 28px;
  color: #bb9d3b;
  background: url(../img/caries/info_icon_train.png) no-repeat center left 20px/auto;
}
#information .box .row .col-left .group-btn .btn-t2 a:hover {
  opacity: 0.7;
}
#information .box .row .col-left .group-btn .btn-t3 a {
  display: block;
  font-size: 18px;
  background: #000;
  color: #fff;
  padding: 10px 40px 10px 20px;
  position: relative;
}
#information .box .row .col-left .group-btn .btn-t3 a::after {
  content: "";
  top: 7px;
  left: 7px;
  bottom: -7px;
  right: -7px;
  position: absolute;
  border: 1px solid #000;
}
#information .box .row .col-left .group-btn .btn-t3 a::before {
  content: "";
  background: url(../img/caries/btn_t3_before.png) no-repeat 0 0/100%;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 20px;
  position: absolute;
}
#information .box .row .col-left .group-btn .btn-t3 a:hover {
  opacity: 0.7;
}
#information .box .row .col-left .p2 {
  padding-left: 40px;
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
}
#information .box .row .col-left .p2::before {
  content: "";
  background: url(../img/caries/icon_map.png) no-repeat 0 0/100%;
  width: 32px;
  height: 32px;
  left: 0;
  top: 0;
  position: absolute;
}
#information .box .row .col-left .p3 {
  padding-left: 40px;
  position: relative;
  margin-bottom: 50px;
  font-size: 14px;
}
#information .box .row .col-left .p3::before {
  content: "";
  background: url(../img/caries/icon_train.png) no-repeat 0 0/100%;
  width: 32px;
  height: 32px;
  left: 0;
  top: -8px;
  position: absolute;
}
#information .box .row .col-left .contact {
  display: flex;
  align-items: center;
}
#information .box .row .col-left .contact .group-phone .phone-t1 {
  font-size: 32px;
  letter-spacing: 0;
}
#information .box .row .col-left .contact .group-phone .phone-t1:first-child {
  margin-bottom: 20px;
}
#information .box .row .col-left .contact .group-phone .phone-t1 small {
  font-size: 20px;
}
#information .box .row .col-left .contact .btn-ins {
  width: 40px;
}
#information .blk .aboutL {
  width: 470px;
  font-size: 15px;
  line-height: 22px;
}
#information .blk table .txt_color {
  font-size: 20px;
}
#information .blk table thead {
  border-bottom: 1px solid #e6c884;
}
#information .blk table thead th {
  width: 150px;
}
#information .blk table thead th,
#information .blk table thead td {
  padding-bottom: 10px;
}
#information .blk table thead td {
  text-align: center;
}
#information .blk table tbody tr {
  border-bottom: 1px solid #e6c884;
  padding: 10px 0;
}
#information .blk table tbody tr th,
#information .blk table tbody tr td {
  padding: 10px 0;
}
#information .blk table tbody tr td {
  text-align: center;
}
#information .blk .txt {
  padding: 18px 0;
}
@media screen and (max-width: 1100px) {
  #information .box .row .col-left .contact .group-phone .phone-t1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  #information .box .row {
    display: block;
  }
  #information .box .row .col-left {
    width: 100%;
    margin-bottom: 20px;
  }
  #information .box .row .col-right .blk .aboutL {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #information {
    padding: 40px 0 50px;
  }
  #information .ttl-g1 {
    margin-bottom: 160px;
  }
  #information .ttl-g1 span {
    font-size: 40px;
    letter-spacing: 2px;
  }
  #information .box {
    padding: 75px 20px 30px;
  }
  #information .box .row .col-left .p1 {
    font-size: 16px;
    line-height: 22px;
  }
  #information .box .row .col-left .group-btn {
    gap: 0 10px;
  }
  #information .box .row .col-left .group-btn .btn-t2 a {
    font-size: 14px;
    line-height: 20px;
    padding: 3px 10px 3px 40px;
    background: url(../img/caries/info_icon_train.png) no-repeat center left 10px/auto;
  }
  #information .box .row .col-left .group-btn .btn-t3 a {
    font-size: 12px;
    padding: 8px 30px 8px 5px;
  }
  #information .box .row .col-left .group-btn .btn-t3 a::before {
    width: 15px;
    height: 15px;
    top: 17px;
  }
  #information .box .row .col-left .group-btn .btn-t3 a::after {
    top: 5px;
    left: 5px;
    bottom: -5px;
    right: -5px;
  }
  #information .box .logo {
    width: 240px;
    top: -100px;
  }
  #information .box .row {
    margin-bottom: 10px;
  }
  #information .box .row .col-left .p3 {
    margin-bottom: 30px;
  }
  #information .box .row .col-left .contact {
    justify-content: space-between;
  }
  #information .box .row .col-left .contact .group-phone .phone-t1 {
    line-height: 24px;
    font-size: 18px;
  }
  #information .box .row .col-left .contact .group-phone .phone-t1 small {
    font-size: 14px;
  }
  #information .blk {
    display: block;
  }
  #information .blk .aboutL {
    width: 100%;
  }
  #information .blk table thead th {
    width: 125px;
  }
  #information .blk table .txt_color {
    font-size: 14px;
  }
  #information .blk .txt {
    letter-spacing: 0;
    font-size: 14px;
  }
  #information .google-map iframe {
    height: 250px;
  }
}/*# sourceMappingURL=caries.css.map */