@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

img {
  max-width: 100%;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Font Awesome 5 Free";
  font-size: 16px;
  color: #3a3b3b;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

@media (max-width: 450px) {
  body {
    font-size: 14px;
  }
}

.cora {
  font-family: "cora", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fs_s {
  font-size: 14px;
}
@media (max-width: 768px) {
  .fs_s {
    font-size: 12px;
  }
}

.pc {
  display: block;
}
@media (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.pc-pp {
  display: block;
}
@media (max-width: 768px) {
  .pc-pp {
    display: none;
  }
}

.pc-pp-pad {
  display: block;
}
@media (max-width: 450px) {
  .pc-pp-pad {
    display: none;
  }
}

.pc-pp-pad-sp {
  display: block;
}
@media (max-width: 320px) {
  .pc-pp-pad-sp {
    display: none;
  }
}

.pp-pad-sp-ss {
  display: none;
}
@media (max-width: 1024px) {
  .pp-pad-sp-ss {
    display: block;
  }
}

.pad-sp-ss {
  display: none;
}
@media (max-width: 768px) {
  .pad-sp-ss {
    display: block;
  }
}

.sp-ss {
  display: none;
}
@media (max-width: 450px) {
  .sp-ss {
    display: block;
  }
}

.ss {
  display: none;
}
@media (max-width: 320px) {
  .ss {
    display: block;
  }
}

.top-cvt-btn {
  position: relative;
  display: block;
  background-color: #ffffff;
  color: #3a3b3b;
  border-radius: 50px;
  font-size: 14px;
  text-align: left;
  margin-left: 20px;
  max-width: 250px;
  width: 100%;
  display: block;
  padding: 15px 55px 15px 35px;
  border: 1px solid #29a5cd;
}
.top-cvt-btn:before {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  width: 26px;
  height: 16px;
  background-image: url("../img/common/icon_mail_off.png");
  right: 11%;
}
.top-cvt-btn:hover {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  transition: 0.5s;
  background-color: #29a5cd;
  border: 1px solid #29a5cd;
  color: #ffffff;
  transition: 0.5s;
}
.top-cvt-btn:hover:before {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  width: 26px;
  height: 16px;
  background-image: url("../img/common/icon_mail_on.png");
}

.cvt-btn {
  position: relative;
  display: block;
  background-color: #ffffff;
  color: #3a3b3b;
  border-radius: 50px;
  font-size: 14px;
  text-align: left;
  padding: 0.8em 2em 0.8em 0;
  text-align: center;
  border: 1px solid #29a5cd;
}
@media (max-width: 450px) {
  .cvt-btn {
    width: 100%;
  }
}
.cvt-btn:before {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  width: 26px;
  height: 16px;
  background-image: url("../img/common/icon_mail_off.png");
  right: 11%;
}
.cvt-btn:hover {
  width: 100%;
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  transition: 0.5s;
  background-color: #3a3b3b;
  border: 1px solid #3a3b3b;
  color: #ffffff;
  transition: 0.5s;
}
.cvt-btn:hover:before {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  width: 26px;
  height: 16px;
  background-image: url("../img/common/icon_mail_on.png");
}

.btn {
  position: relative;
  display: block;
  background-color: #ffffff;
  color: #3a3b3b;
  border-radius: 50px;
  font-size: 14px;
  text-align: left;
  width: 300px;
  padding: 0.8em 2em 0.8em 4em;
  border: 1px solid #3a3b3b;
}
@media (max-width: 450px) {
  .btn {
    width: 100%;
    padding: 0.8em 3em 0.8em 4em;
  }
}
.btn:before {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  width: 16px;
  height: 16px;
  background-image: url("../img/common/icon-arrow-bk.png");
  left: 11%;
}
.btn:hover {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  transition: 0.5s;
  background-color: #3a3b3b;
  border: 1px solid #3a3b3b;
  color: #ffffff;
  transition: 0.5s;
}
.btn:hover:before {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  width: 16px;
  height: 16px;
  background-image: url("../img/common/icon-arrow-wh.png");
}

.sub-btn {
  position: relative;
  display: block;
  background-color: #ffffff;
  color: #3a3b3b;
  border-radius: 50px;
  font-size: 14px;
  text-align: left;
  width: 250px;
  padding: 1em;
  font-size: 18px;
  color: #3a3b3b;
  margin: auto;
  text-align: center;
  border: 1px solid #29a5cd;
  font-family: inherit;
}
@media (max-width: 450px) {
  .sub-btn {
    width: 100%;
    padding: 0.8em 3em 0.8em 4em;
  }
}
.sub-btn:before {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  width: 16px;
  height: 16px;
  background-image: url("../img/common/icon-arrow-bk.png");
  left: 11%;
}
.sub-btn:hover {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  transition: 0.5s;
  background-color: #29a5cd;
  border: 1px solid #29a5cd;
  color: #ffffff;
  transition: 0.5s;
}
.sub-btn:hover:before {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  width: 16px;
  height: 16px;
  background-image: url("../img/common/icon-arrow-wh.png");
}

.link-btn {
  position: relative;
  display: block;
  background-color: #ffffff;
  color: #3a3b3b;
  border-radius: 50px;
  font-size: 14px;
  text-align: left;
  max-width: 300px;
  width: 100%;
  padding: 0.8em 2em 0.8em 2em;
  border: 1px solid #3a3b3b;
  text-align: center;
}
@media (max-width: 450px) {
  .link-btn {
    padding: 0.8em 2em 0.8em 2em;
  }
}
.link-btn:before {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  width: 16px;
  height: 11px;
  background-image: url("../img/common/icon-link-bk.png");
  right: 11%;
}
.link-btn:hover {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  transition: 0.5s;
  background-color: #3a3b3b;
  border: 1px solid #3a3b3b;
  color: #ffffff;
  transition: 0.5s;
}
.link-btn:hover:before {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  width: 16px;
  height: 16px;
  background-image: url("../img/common/icon-link-wh.png");
}
.link-btn p {
  padding: 0;
}

[class*=flex] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
footer {
  text-align: center;
  font-size: 12px;
  padding: 20px 0;
}
@media (max-width: 450px) {
  footer {
    font-size: 10px;
  }
}

.top-header {
  position: sticky;
  z-index: 50;
  top: 0;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .top-header {
    left: 9%;
  }
}
@media (max-width: 450px) {
  .top-header {
    left: 6%;
  }
}
.top-header .header-inner {
  display: flex;
  align-items: center;
  padding: 2% 18% 2% 16%;
  margin-left: 3%;
  position: absolute;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .top-header .header-inner {
    padding: 3% 8%;
  }
}
@media (max-width: 450px) {
  .top-header .header-inner {
    display: block;
    padding: 3% 6%;
    margin-left: 0;
    width: 100%;
  }
}
.top-header .header-logo {
  max-width: 200px;
}
.top-header .header-logo a {
  display: block;
}
@media (max-width: 450px) {
  .top-header .header-logo a img {
    max-width: 190px;
  }
}
.top-header #header {
  background: #ffffff;
  position: sticky;
  z-index: 999;
  align-items: center;
  display: none;
}
@media (max-width: 450px) {
  .top-header #header {
    display: block;
    position: static;
  }
}
.top-header #header .top-header #navi {
  display: flex;
}
.top-header #header .top-header #navi .header-mv {
  width: 50%;
}
@media (max-width: 1024px) {
  .top-header #header .top-header #navi .header-mv {
    width: 100%;
    text-align: center;
  }
}
.top-header #header .cvt-btn {
  width: 80%;
  margin-left: 0;
  margin: 20px 0;
  padding: 2em 3em;
}
@media (max-width: 450px) {
  .top-header #header .cvt-btn {
    width: 100%;
    margin-left: 0;
    margin: 20px 0;
    padding: 2em 5em 2em 4em;
  }
}

/* bager menu */
.top-header #navi {
  transition: all 0.6s;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  z-index: 200;
  top: 0;
  right: -100%;
  background-color: #ffffff;
  position: fixed;
  margin-top: 17%;
}
@media (max-width: 450px) {
  .top-header #navi {
    padding: 0 10px;
  }
}
.top-header #navi .header-nav {
  position: relative;
}
@media (max-width: 450px) {
  .top-header #navi .header-nav {
    width: 87%;
    margin: 0 auto;
  }
}
.top-header #navi .header-nav .logo {
  padding-top: 3%;
}
.top-header #navi .header-nav .logo img {
  width: 190px;
}

#header .nav-btn {
  width: 44px;
  height: 44px;
  z-index: 300;
  top: 19%;
  right: 3%;
  cursor: pointer;
  position: absolute;
}
@media (max-width: 768px) {
  #header .nav-btn {
    top: 13%;
  }
}
@media (max-width: 450px) {
  #header .nav-btn {
    top: 10%;
    right: 3%;
  }
}

.hamburger-line {
  transition: all 0.6s;
  width: 34px;
  height: 2px;
  right: 5px;
  background-color: #3a3b3b;
  position: absolute;
  z-index: 1000;
}

.hamburger-line1 {
  top: 10px;
}

.hamburger-line2 {
  top: 21px;
}

.hamburger-line3 {
  top: 32px;
}

.nav_bg {
  opacity: 0;
  transition: all 0.6s;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  top: 0;
  left: 0;
  visibility: hidden;
  background-color: #29a5cd;
  cursor: pointer;
  position: fixed;
}

/* 表示された時用のCSS */
.nav-open #header #navi {
  left: 0;
}

.nav-open .nav-bg {
  opacity: 1;
  visibility: visible;
}

.nav-open .hamburger-line1 {
  transform: rotate(45deg);
  top: 20px;
}

.nav-open .hamburger-line2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger-line3 {
  transform: rotate(-45deg);
  top: 20px;
}

#category {
  font-size: 1rem;
  color: #3a3b3b;
  font-weight: bold;
  width: 100%;
}

#category a {
  text-decoration: none;
  color: #ffffff;
}

#category a:hover {
  color: #29a5cd;
}

.main_menu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  padding-left: 20px;
  text-indent: 10;
  display: block;
  position: relative;
  width: 100%;
  border-bottom: #3a3b3b 1px solid;
}
.main_menu:first-child {
  border-top: #3a3b3b 1px solid;
}
.main_menu:last-of-type {
  border-bottom: none;
}

.main_menu::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #3a3b3b;
  border-right: solid 2px #3a3b3b;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}

#footer-menu .open::before {
  transform: rotate(315deg);
  margin-top: -3px;
}

#footer-menu .main_menu:hover, #footer-menu .open {
  background-color: #29a5cd;
  color: #FFF;
}

#footer-menu .main_menu:hover::before, #footer-menu .open::before {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}

.sub_menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  text-indent: 40px;
  background-color: #3a3b3b;
  display: block;
  position: relative;
  border-bottom: 1px #ffffff solid;
}

.sub_menu li a::before {
  content: "";
  width: 0;
  height: 0;
  border: solid 4px transparent;
  border-left: solid 6px #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  margin-left: 25px;
}

.sub_menu li a:hover {
  background-color: #29a5cd;
}

.sub_menu li a:hover::before {
  border-left: solid 6px #ffffff;
}

.third_menu li a {
  padding-left: 40px;
  border-top-style: none;
  padding-bottom: 6px;
  padding-top: 6px;
}

.third_menu li a::before {
  margin-left: 65px;
}

.area-img {
  margin: 0 auto;
  width: 80%;
  padding-bottom: 50px;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: -10px;
  bottom: 50px;
  background: #3a3b3b;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  font-size: 25px;
  color: #ffffff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.top {
  position: relative;
}

.mv {
  background-image: url("../img/top/top-img01.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 830px;
  height: 100vh;
  display: flex;
  align-items: center;
}
@media (max-width: 1250px) {
  .mv {
    background-image: url("../img/top/sp-top-img01.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    min-height: 100vh;
  }
}
@media (max-width: 450px) {
  .mv {
    background-position: 240px;
  }
}
.mv .mv-text {
  margin-left: 19%;
  max-width: 94%;
}
@media (max-width: 1024px) {
  .mv .mv-text {
    margin-left: 9%;
  }
}
@media (max-width: 450px) {
  .mv .mv-text {
    margin-left: 6%;
  }
}
.mv .mv-text h1 {
  font-size: 53px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "athelas", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
@media (max-width: 450px) {
  .mv .mv-text h1 {
    font-size: 33px;
  }
}
.mv .mv-text h1 .dot {
  position: relative;
}
.mv .mv-text h1 .dot:before {
  content: "";
  background-image: url("../img/common/dot.png");
  width: 100%;
  height: 6px;
  background-size: contain;
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
}
.mv .mv-text h1 .tx-bottom {
  color: #29a5cd;
  vertical-align: -15px;
}
.mv .mv-text ul {
  padding-top: 70px;
}
@media (max-width: 450px) {
  .mv .mv-text ul {
    padding-top: 10px;
  }
}
.mv .mv-text ul li {
  margin: 20px 0;
}
.mv .mv-text ul li:first-child {
  display: none;
}
.mv .mv-text ul li a {
  font-family: "athelas", serif;
  font-weight: 400;
  font-style: normal;
}

.top-btn {
  position: relative;
  display: inline-block;
  padding: 0.2em 1em;
  border: 1px solid #3a3b3b;
  color: #3a3b3b;
  text-decoration: none;
  transition: 0.5s;
  z-index: 0;
  font-size: 34px;
  background-color: #ffffff;
}
@media (max-width: 450px) {
  .top-btn {
    font-size: 30px;
  }
}

.top-btn:hover {
  color: #fff;
  position: relative;
  z-index: 1;
}

.top-btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #3a3b3b;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.top-btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.col-b {
  color: #29a5cd;
}

.top-service {
  height: 100vh;
  background-image: url("../img/top/top-img02.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 830px;
  position: relative;
}
@media (max-width: 1250px) {
  .top-service {
    min-height: 100vh;
    background-image: url("../img/top/sp-top-img02.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
  }
}
@media (max-width: 450px) {
  .top-service {
    background-position: 240px;
  }
}

.title {
  background-color: #ddf1f7;
  width: 58%;
  padding-top: 240px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .title {
    width: 82%;
  }
}
@media (max-width: 450px) {
  .title {
    padding-top: 190px;
  }
}
.title h2 {
  font-size: 63px;
  margin-left: 33%;
  font-family: "athelas", serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  .title h2 {
    margin-left: 12%;
  }
}
@media (max-width: 450px) {
  .title h2 {
    margin-left: 7%;
    font-size: 43px;
  }
}
.title h2 .dot {
  position: relative;
}
.title h2 .dot:before {
  content: "";
  background-image: url("../img/common/dot.png");
  width: 100%;
  height: 6px;
  background-size: contain;
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
}
.title h2 .tx-bottom {
  color: #29a5cd;
  vertical-align: -15px;
}

.text {
  margin-left: 19%;
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .text {
    margin-top: 230px;
  }
}
@media (max-width: 768px) {
  .text {
    margin-top: 230px;
    margin-left: 9%;
  }
}
@media (max-width: 450px) {
  .text {
    margin-top: 50px;
    margin-left: 6%;
    margin-right: 50px;
  }
}
.text h3 {
  font-size: 28px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "athelas", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.text ul li {
  margin: 20px 0;
}
.text ul li a {
  display: flex;
  align-items: center;
}
.text ul li a img {
  width: 16px;
}
.text ul li a p {
  padding-left: 10px;
}

.num {
  font-size: 119px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 2%;
}
@media (max-width: 450px) {
  .num {
    font-size: 50px;
  }
}
.num .line {
  background: linear-gradient(transparent 60%, #29a5cd 60%);
  padding-right: 200px;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .num .line {
    padding-right: 40px;
  }
}

.top-intro {
  height: 100vh;
  background-image: url("../img/top/top-img04.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 830px;
  position: relative;
}
@media (max-width: 1250px) {
  .top-intro {
    min-height: 100vh;
    background-image: url("../img/top/sp-top-img04.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
  }
}
@media (max-width: 450px) {
  .top-intro {
    background-position: 240px;
  }
}
.top-intro .title {
  padding-top: 160px;
}

.top-case {
  height: 100vh;
  background-image: url("../img/top/top-img03.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 830px;
  position: relative;
}
@media (max-width: 1250px) {
  .top-case {
    min-height: 100vh;
    background-image: url("../img/top/sp-top-img03.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
  }
}
@media (max-width: 450px) {
  .top-case {
    background-position: 240px;
  }
}
.top-case .title {
  background-color: #f4fbfc;
}
.top-case .title h2 .tx-bottom {
  background-color: #f4fbfc;
}
.top-case .num {
  color: #29a5cd;
}
.top-case .num .line {
  background: linear-gradient(transparent 60%, #ddf1f7 60%);
}

.top-cost {
  height: 100vh;
  background-image: url("../img/top/top-img05.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 830px;
  position: relative;
}
@media (max-width: 1250px) {
  .top-cost {
    min-height: 100vh;
    background-image: url("../img/top/sp-top-img05.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
  }
}
@media (max-width: 450px) {
  .top-cost {
    background-position: 240px;
  }
}
.top-cost .title {
  background-color: #f4fbfc;
}
.top-cost .title h2 .tx-bottom {
  background-color: #f4fbfc;
}
.top-cost .num {
  color: #29a5cd;
}
.top-cost .num .line {
  background: linear-gradient(transparent 60%, #ddf1f7 60%);
}

.top-cvt {
  background-image: url("../img/top/top-img06.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
.top-cvt h2 {
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "athelas", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
@media (max-width: 768px) {
  .top-cvt h2 {
    font-size: 25px;
  }
}
@media (max-width: 450px) {
  .top-cvt h2 {
    font-size: 20px;
  }
}
.top-cvt .top-cvt-inner {
  width: 43%;
  padding: 100px 0 0;
}
@media (max-width: 1024px) {
  .top-cvt .top-cvt-inner {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .top-cvt .top-cvt-inner {
    padding: 90px 0 0;
  }
}
@media (max-width: 450px) {
  .top-cvt .top-cvt-inner {
    padding: 56px 0 0;
  }
}
.top-cvt .top-cvt-inner .top-cvt-content {
  border: 1px #ffffff solid;
  text-align: center;
  padding: 3.5em 1em 2em;
  color: #ffffff;
  position: relative;
}
@media (max-width: 1024px) {
  .top-cvt .top-cvt-inner .top-cvt-content {
    margin: 0 auto;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .top-cvt .top-cvt-inner .top-cvt-content {
    width: 90%;
  }
}
@media (max-width: 450px) {
  .top-cvt .top-cvt-inner .top-cvt-content {
    width: 90%;
    padding: 3.5em 1em 1em;
  }
}
.top-cvt .top-cvt-inner .top-cvt-content h3 {
  font-size: 18px;
  font-weight: bold;
}
.top-cvt .top-cvt-inner .top-cvt-content p {
  margin-bottom: 30px;
  font-size: 14px;
}
@media (max-width: 450px) {
  .top-cvt .top-cvt-inner .top-cvt-content p {
    margin-bottom: 10px;
  }
}
.top-cvt .top-cvt-inner .top-cvt-content .btn {
  width: 100%;
  text-align: center;
}
.top-cvt .top-cvt-inner .top-cvt-content .btn:before {
  display: none;
}

.top-cvt-box {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  max-width: 94%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .top-cvt-box {
    display: block;
  }
}

.circle-mail {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  position: absolute;
  top: -24%;
  right: 41%;
  line-height: 93px;
}
.circle-mail img {
  width: 32px;
}
@media (max-width: 450px) {
  .circle-mail {
    width: 60px;
    height: 60px;
    top: -18%;
    right: 41%;
    line-height: 73px;
  }
}
@media (max-width: 450px) {
  .circle-mail img {
    width: 26px;
  }
}

.circle-tel {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  position: absolute;
  top: -24%;
  right: 41%;
  line-height: 107px;
}
.circle-tel img {
  width: 32px;
}
@media (max-width: 450px) {
  .circle-tel {
    width: 60px;
    height: 60px;
    top: -18%;
    right: 41%;
    line-height: 81px;
  }
}
@media (max-width: 450px) {
  .circle-tel img {
    width: 26px;
  }
}

.tel {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}

.sitemap {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 100px;
}
@media (max-width: 450px) {
  .sitemap {
    padding-top: 0;
  }
}
.sitemap .sitemap-img {
  text-align: center;
}
@media (max-width: 450px) {
  .sitemap .sitemap-img {
    display: none;
  }
}
.sitemap .sitemap-img img {
  width: 200px;
  text-align: center;
}
.sitemap .sitmap-content {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .sitemap .sitmap-content {
    margin: 0 30px;
  }
}
@media (max-width: 450px) {
  .sitemap .sitmap-content {
    padding: 0;
    margin: 0;
  }
}
.sitemap .sitmap-content .sitemap-inner {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .sitemap .sitmap-content .sitemap-inner {
    display: block;
  }
}
@media (max-width: 450px) {
  .sitemap .sitmap-content .sitemap-inner {
    display: none;
  }
}
.sitemap .sitmap-content .sitemap-inner .sitemap-content-left {
  background-color: #3a3b3b;
  color: #ffffff;
  max-width: 120px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .sitemap .sitmap-content .sitemap-inner .sitemap-content-left {
    max-width: 140px;
    width: 30%;
  }
}
@media (max-width: 768px) {
  .sitemap .sitmap-content .sitemap-inner .sitemap-content-left {
    margin-bottom: 10px;
  }
}
.sitemap .sitmap-content .sitemap-inner .sitemap-content-right {
  padding-left: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .sitemap .sitmap-content .sitemap-inner .sitemap-content-right {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .sitemap .sitmap-content .sitemap-inner .sitemap-content-right {
    padding-left: 0;
  }
}
.sitemap .sitmap-content .sitemap-inner .sitemap-content-right a {
  padding-right: 20px;
  color: #3a3b3b;
  font-size: 12px;
}

/* モーダル */
.modal {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  overflow: hidden;
}

.modal.is-active {
  opacity: 1;
  visibility: visible;
}

.js-modal {
  display: flex;
  justify-content: center;
  align-items: center;
}

a.modal_btn {
  cursor: pointer;
  text-align: center;
  border: none;
  text-decoration: none;
}
a.modal_btn::before {
  content: "";
  background-image: url(../img/common/icon-tel-b.png);
}
a.modal_btn:hover {
  border: none;
}
a.modal_btn:hover::before {
  background-image: url(../img/common/icon-tel-wh.png);
}

.fa-phone {
  transform: rotate(100deg);
}

.modal-container {
  position: relative;
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  height: auto;
  height: initial;
  max-height: none;
  box-sizing: border-box;
  top: 0;
}

.modal-container .modal-close {
  display: block;
  width: 40px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 3rem;
  margin-left: auto;
  line-height: 1;
}

.modal-container .modal-content {
  background: #fff;
  text-align: left;
}

.modal-container .modal_inner {
  padding: 7% 4%;
}

.modal-container .modal_footer {
  background-color: #29a5cd;
  padding: 15px;
  letter-spacing: 0.1em;
}

.modal-container .modal_footer .modal_footer_box {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.modal-container .modal_footer .modal_footer_box:first-child {
  padding-bottom: 5px;
}

.modal-container .modal_footer .modal_footer_box p:first-child {
  color: #525252;
  background-color: #fff;
  padding: 0 20px;
}
.modal-container .modal_footer .modal_footer_box p:last-child {
  color: #fff;
}

.tel_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 6%;
  font-size: 1em;
  padding-bottom: 15px;
}

.tel_flex:last-child {
  padding-bottom: 0;
}

.tel_flex .tel_item {
  border-radius: 2px;
}
.tel_flex .tel_item:nth-child(2) {
  width: 45%;
}

.modal p {
  margin-bottom: 0;
}

.tel_flex .tel_item p {
  font-weight: bold;
  font-size: 1em;
}

.tel_flex .tel_item p:nth-child(2) {
  font-size: 0.8em;
}

.tel_item a {
  display: block;
  color: #fff;
  padding: 5px;
  text-align: center;
  font-size: 1em;
  text-decoration: none;
}
.tel_item span {
  margin-left: 5px;
}
.tel_item.tel_tokyo {
  background-color: #790908;
}
.tel_item.tel_ginza {
  background-color: #baa383;
}
.tel_item.tel_shinbashi {
  background-color: #555555;
}
.tel_item.tel_omotesando {
  background-color: #28377a;
}
.tel_item.tel_roppongi {
  background-color: #482d24;
}
.tel_item.tel_shibuya {
  background-color: #db8a86;
}
.tel_item.tel_sakuragicho {
  background-color: #0066ab;
}

.acMenu {
  padding: 20px 0;
}
.acMenu dt {
  font-size: 18px;
  padding: 10px 0;
  font-family: "athelas", serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 450px) {
  .acMenu dt {
    font-size: 32px;
  }
}
.acMenu .title-border {
  display: flex;
  align-items: center;
  width: 110px;
  margin: 15px 0;
}
@media (max-width: 450px) {
  .acMenu .title-border {
    font-size: 20px;
    width: 140px;
  }
}
.acMenu .title-border:before {
  border-top: 1px solid #3a3b3b;
  content: "";
  flex-grow: 1;
  margin-right: 0.5rem;
}
.acMenu .title-border:hover {
  color: #29a5cd;
}
.acMenu .btn {
  width: 95%;
  padding: 0.8em 1em 0.8em 3em;
}
.acMenu .btn:before {
  left: 8%;
}

.acMenu2 ul li {
  padding: 5px 0;
}

.acMenu3 {
  padding: 10px 0px;
}
.acMenu3 li {
  padding: 5px 0;
}

.sec-nav {
  /* bager menu */
  /* 表示された時用のCSS */
}
.sec-nav #header {
  display: block;
  background: #ffffff;
  position: sticky;
  top: 10%;
  z-index: 999;
  align-items: center;
}
@media (max-width: 450px) {
  .sec-nav #header {
    display: block;
    position: static;
  }
}
.sec-nav #navi {
  align-items: center;
}
.sec-nav #navi .header-mv {
  width: 50%;
}
@media (max-width: 1024px) {
  .sec-nav #navi .header-mv {
    width: 100%;
    text-align: center;
  }
}
.sec-nav #navi .header-nav {
  position: relative;
}
@media (max-width: 450px) {
  .sec-nav #navi .header-nav {
    width: 87%;
    margin: 0 auto;
  }
}
.sec-nav #navi .header-nav .logo {
  padding-top: 3%;
}
.sec-nav #navi .header-nav .logo img {
  width: 190px;
}
.sec-nav #navi .cvt-btn {
  width: 80%;
  margin-left: 0;
  margin: 20px 0;
  padding: 2em 3em;
}
.sec-nav #navi {
  transition: all 0.6s;
  overflow-y: auto;
  width: 100%;
  z-index: 200;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .sec-nav #navi {
    display: block;
  }
}
@media (max-width: 450px) {
  .sec-nav #navi {
    padding: 0 10px;
    height: 100vh;
    top: 0;
    right: -100%;
    position: fixed;
    margin-top: 17%;
  }
}
.sec-nav #header .nav-btn {
  width: 44px;
  height: 44px;
  z-index: 300;
  top: 19%;
  right: 3%;
  cursor: pointer;
  position: absolute;
  display: none;
}
@media (max-width: 768px) {
  .sec-nav #header .nav-btn {
    top: 13%;
  }
}
@media (max-width: 450px) {
  .sec-nav #header .nav-btn {
    top: 10%;
    right: 3%;
    display: block;
  }
}
.sec-nav .hamburger-line {
  transition: all 0.6s;
  height: 2px;
  right: 5px;
  background-color: #3a3b3b;
  position: absolute;
  z-index: 1000;
}
.sec-nav .nav_bg {
  opacity: 0;
  transition: all 0.6s;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  top: 0;
  left: 0;
  visibility: hidden;
  background-color: #29a5cd;
  cursor: pointer;
  position: fixed;
}
.sec-nav .nav-open #header #navi {
  left: 0;
}
.sec-nav .nav-open .nav-bg {
  opacity: 1;
  visibility: visible;
}
.sec-nav .nav-open .hamburger-line1 {
  transform: rotate(45deg);
  top: 20px;
}
.sec-nav .nav-open .hamburger-line2 {
  width: 0;
  left: 50%;
}
.sec-nav .nav-open .hamburger-line3 {
  transform: rotate(-45deg);
  top: 20px;
}
.sec-nav #navi .cvt-btn {
  width: 100%;
  margin-left: 0;
  margin: 20px 0;
  padding: 2em 5em 2em 2em;
}
@media (max-width: 450px) {
  .sec-nav #navi .cvt-btn {
    padding: 2em 5em 2em 4em;
  }
}

.ortho, .labial, .lingual, .non-ex {
  background-image: url("../img/header/header-img01.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
@media (max-width: 450px) {
  .ortho, .labial, .lingual, .non-ex {
    background-position-y: 70px;
  }
}

.invisalign, .about-invisa, .kids-ortho, .comparison {
  background-image: url("../img/header/header-img01.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
@media (max-width: 450px) {
  .invisalign, .about-invisa, .kids-ortho, .comparison {
    background-position-y: 70px;
  }
}

.case, .bite, .gummy, .sousei, .overbite, .progenia, .open-bite, .occlusal, .gapteeth {
  background-image: url("../img/header/header-img02.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
@media (max-width: 450px) {
  .case, .bite, .gummy, .sousei, .overbite, .progenia, .open-bite, .occlusal, .gapteeth {
    background-position-y: 70px;
  }
}

.clinic, .tokyo-ekimae, .ginza, .omotesando, .roppongi, .yokohama, .ginza-ortho {
  background-image: url("../img/header/header-img03.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
@media (max-width: 450px) {
  .clinic, .tokyo-ekimae, .ginza, .omotesando, .roppongi, .yokohama, .ginza-ortho {
    background-position-y: 70px;
  }
}

.about, .dr, .contact, .privacypolicy, .thanks {
  background-image: url("../img/header/header-img03.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
@media (max-width: 450px) {
  .about, .dr, .contact, .privacypolicy, .thanks {
    background-position-y: 70px;
  }
}

.cost, .adult, .kids, .loan {
  background-image: url("../img/header/header-img04.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
@media (max-width: 450px) {
  .cost, .adult, .kids, .loan {
    background-position-y: 70px;
  }
}

.sec-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 450px) {
  .sec-wrap {
    display: block;
  }
}
.sec-wrap .sec-nav {
  width: 22%;
  background-color: #fff;
  padding-left: 2%;
  padding-right: 2%;
}
@media (max-width: 1024px) {
  .sec-wrap .sec-nav {
    width: 63%;
  }
}
@media (max-width: 768px) {
  .sec-wrap .sec-nav {
    width: 35%;
  }
}
@media (max-width: 450px) {
  .sec-wrap .sec-nav {
    position: sticky;
    width: 100%;
    padding: 12px 0;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    padding: 3% 6%;
  }
}
.sec-wrap .sec-nav .sec-nav-pc {
  position: sticky;
  top: 3%;
}
@media (max-width: 768px) {
  .sec-wrap .sec-nav .sec-nav-pc {
    width: 90%;
  }
}
@media (max-width: 450px) {
  .sec-wrap .sec-nav .sec-nav-pc {
    width: 57%;
  }
}
.sec-wrap .sec-nav .sec-nav-pc img {
  width: 190px;
}
.sec-wrap .sec-nav .sec-nav-pc .acMenu {
  padding: 20px 0;
}
@media (max-width: 450px) {
  .sec-wrap .sec-nav .sec-nav-pc .acMenu {
    display: none;
  }
}
.sec-wrap .sec-nav .sec-nav-pc .acMenu dt {
  font-size: 18px;
  padding: 10px 0;
  font-family: "athelas", serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 450px) {
  .sec-wrap .sec-nav .sec-nav-pc .acMenu dt {
    font-size: 32px;
  }
}
.sec-wrap .sec-nav .sec-nav-pc .acMenu .title-border {
  display: flex;
  align-items: center;
  width: 110px;
  margin: 15px 0;
}
@media (max-width: 450px) {
  .sec-wrap .sec-nav .sec-nav-pc .acMenu .title-border {
    font-size: 20px;
    width: 140px;
  }
}
.sec-wrap .sec-nav .sec-nav-pc .acMenu .title-border:before {
  border-top: 1px solid #3a3b3b;
  content: "";
  flex-grow: 1;
  margin-right: 0.5rem;
}
.sec-wrap .sec-nav .sec-nav-pc .acMenu .title-border:hover {
  color: #29a5cd;
}
.sec-wrap .sec-nav .sec-nav-pc .acMenu .btn {
  width: 95%;
  padding: 0.8em 1em 0.8em 3em;
}
.sec-wrap .sec-nav .sec-nav-pc .acMenu .btn:before {
  left: 8%;
}
.sec-wrap .sec-nav .sec-nav-pc .cvt-btn {
  width: 95%;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .sec-wrap .sec-nav .sec-nav-pc .cvt-btn {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 450px) {
  .sec-wrap .sec-nav .sec-nav-pc .cvt-btn {
    display: none;
  }
}

.sec-page {
  width: 78%;
}
@media (max-width: 1024px) {
  .sec-page {
    width: 68%;
  }
}
@media (max-width: 768px) {
  .sec-page {
    width: 65%;
  }
}
@media (max-width: 450px) {
  .sec-page {
    width: 100%;
  }
}
.sec-page .sec-content-right {
  width: 1000px;
  margin: 0 auto;
  padding: 12% 0;
  max-width: 90%;
}
.sec-page .sec-main-content {
  display: flex;
  padding-top: 100px;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
  max-width: 94%;
}
@media (max-width: 768px) {
  .sec-page .sec-main-content {
    display: block;
    padding-top: 60px;
  }
}
.sec-page .sec-main-content .sec-img {
  width: 65%;
  text-align: center;
  order: 2;
}
@media (max-width: 768px) {
  .sec-page .sec-main-content .sec-img {
    width: 100%;
  }
}
.sec-page .sec-main-content .sec-img img {
  width: 400px;
}
.sec-page .sec-main-content .sec-link {
  width: 35%;
  order: 1;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sec-page .sec-main-content .sec-link {
    width: 100%;
    padding-top: 40px;
  }
}
.sec-page .sec-main-content .sec-link li {
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .sec-page .sec-main-content .sec-link li .btn {
    margin: 0 auto;
  }
}

.bread {
  font-size: 12px;
  text-align: right;
}
.bread ul li {
  display: inline-block;
  padding-top: 5px;
}
.bread ul li a {
  color: #3a3b3b;
}
.bread ul li a:hover {
  color: #29a5cd;
}

.sec-title {
  padding-top: 50px;
  font-size: 53px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "athelas", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
@media (max-width: 768px) {
  .sec-title {
    padding-top: 20px;
    font-size: 40px;
  }
}
@media (max-width: 450px) {
  .sec-title {
    font-size: 32px;
  }
}

.sec-ttl-h2 {
  font-weight: bold;
  font-size: 28px;
  color: #29a5cd;
  padding-bottom: 10px;
}
@media (max-width: 450px) {
  .sec-ttl-h2 {
    font-size: 24px;
  }
}

.sec-dot {
  position: relative;
}
.sec-dot:before {
  content: "";
  background-image: url("../img/common/dot.png");
  width: 100%;
  height: 6px;
  background-size: contain;
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
}

.sec-2col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 50px;
}
@media (max-width: 768px) {
  .sec-2col {
    display: block;
    padding: 0;
  }
}
.sec-2col .sec-2col-right {
  width: 47%;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-2col .sec-2col-right {
    width: 100%;
  }
}
.sec-2col .sec-2col-right img {
  max-width: 94%;
}
.sec-2col .sec-2col-left {
  width: 47%;
}
@media (max-width: 768px) {
  .sec-2col .sec-2col-left {
    width: 100%;
  }
}
.sec-2col .sec-2col-left img {
  max-width: 94;
}

.sec-2col-right-img {
  width: 47%;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-2col-right-img {
    width: 100%;
  }
}
.sec-2col-right-img img {
  max-width: 100%;
  width: 400px;
  height: auto;
}

.sec-2col-left-img {
  width: 47%;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-2col-left-img {
    width: 100%;
  }
}
.sec-2col-left-img img {
  max-width: 100%;
  width: 400px;
  height: auto;
}

.sec-2col-clinic {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 50px;
}
@media (max-width: 1024px) {
  .sec-2col-clinic {
    display: block;
    padding: 0;
  }
}
.sec-2col-clinic .sec-2col-right-clinic {
  width: 47%;
}
@media (max-width: 1024px) {
  .sec-2col-clinic .sec-2col-right-clinic {
    width: 100%;
  }
}
.sec-2col-clinic .sec-2col-left-clinic {
  width: 51%;
}
@media (max-width: 1024px) {
  .sec-2col-clinic .sec-2col-left-clinic {
    width: 100%;
  }
}
.sec-2col-clinic .sec-2col-left-clinic img {
  max-width: 95%;
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.sec-content {
  margin: 30px 0 50px;
}
.sec-content p {
  padding: 10px 0 15px;
}
.sec-content .sec-1col-img {
  text-align: center;
  padding-top: 20px;
}
.sec-content ul {
  padding: 10px 0 0;
}
.sec-content ul li {
  padding-bottom: 30px;
}
.sec-content img {
  display: block;
  margin: 0 auto;
}

.sec-ttl-h3 {
  background-color: #ddf1f7;
  color: #3a3b3b;
  font-size: 18px;
  font-weight: bold;
  padding: 0.5em 1em;
  margin-bottom: 15px;
  margin-top: 30px;
}

.sec-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: auto;
}
.sec-table thead tr th {
  background-color: #29a5cd;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  border-left: 1px solid #ffffff;
  padding: 0.5em 0;
}
.sec-table thead tr th:first-child {
  border-left: 1px solid #29a5cd;
}
.sec-table thead tr th:last-child {
  border-right: 1px solid #29a5cd;
}
.sec-table tbody td {
  padding: 1em 1em;
  border: 1px solid #29a5cd;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
}

.labial table tr th, .lingual table tr th, .kids-ortho table tr th {
  width: 50%;
}
.labial table tr td, .lingual table tr td, .kids-ortho table tr td {
  text-align: left;
}

.comparison table {
  overflow: auto;
}
.comparison table tr th {
  width: 33.3333333333%;
}
.comparison table tr td:nth-child(2) {
  background-color: #faf9d6;
}

.level tbody th {
  background-color: #f4fbfc;
  padding: 0.5em 1em;
  border: #29a5cd solid 1px;
  vertical-align: middle;
  width: 25%;
}

.table-wrap table {
  width: 100%;
}

.table-wrap {
  overflow: auto;
}
@media (max-width: 768px) {
  .table-wrap {
    white-space: nowrap;
  }
}

.table-wrap::-webkit-scrollbar {
  height: 5px;
}

.table-wrap::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.table-wrap::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.sec-case-inner {
  width: 1000px;
  margin: 0 auto;
  max-width: 90%;
  padding: 0 0 100px;
}

.sec-article-btn {
  padding-top: 30px;
  max-width: 300px;
  margin: auto;
}
.sec-article-btn .btn {
  width: 260px;
  padding: 0.8em 3em 0.8em 4em;
  text-align: left;
  top: 0;
  bottom: 0;
}

.sec-related {
  background-color: #ddf1f7;
  padding: 30px 0 0;
}

.sec-related-inner {
  padding-bottom: 30px;
  width: 1000px;
  margin: 0 auto;
  max-width: 94%;
}
@media (max-width: 1024px) {
  .sec-related-inner {
    max-width: 94%;
  }
}
.sec-related-inner ul li {
  display: inline-block;
  padding-left: 10px;
}
.sec-related-inner ul li .fa-angle-right {
  color: #29a5cd;
  padding-right: 5px;
}
.sec-related-inner ul li a {
  color: #3a3b3b;
}
.sec-related-inner ul li a:hover {
  color: #29a5cd;
  transition: 0.5s;
}

.page-container {
  max-width: 500px;
  margin: 0 auto;
  width: auto;
}

.sec-case-box p {
  padding: 30px 0;
}

.sec-case {
  background-color: #f4fbfc;
  margin: 0 auto;
  max-width: 100%;
}
.sec-case .sec-ttl-h2 {
  width: 1000px;
  margin: 0 auto;
  max-width: 90%;
  padding: 100px 0 0;
}

.sec-temp-tx {
  background-color: #f4fbfc;
  padding: 2em;
  position: relative;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .sec-temp-tx {
    margin-top: 30px;
  }
}
.sec-temp-tx:before {
  content: "";
  position: absolute;
  background-image: url("../img/common/icon-clip-b.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 34px;
  top: -6%;
  right: 0%;
}
@media (max-width: 1024px) {
  .sec-temp-tx:before {
    width: 15%;
  }
}
@media (max-width: 1024px) {
  .sec-temp-tx:before {
    width: 9%;
  }
}
@media (max-width: 450px) {
  .sec-temp-tx:before {
    width: 11%;
  }
}

.sec-ttl-h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 10px;
}

.btn p {
  padding: 0;
}

.sec-link-btn {
  padding: 0 0 30px;
}

.sec-clinicinfo {
  padding: 30px;
  max-width: 800px;
  width: 100%;
  margin: auto;
  border: 1px solid #29a5cd;
  padding: 30px 50px;
}
@media (max-width: 768px) {
  .sec-clinicinfo {
    padding: 30px 40px;
  }
}
@media (max-width: 450px) {
  .sec-clinicinfo {
    padding: 30px 20px;
  }
}
.sec-clinicinfo table {
  width: 100%;
  border-collapse: collapse;
}
.sec-clinicinfo table tr {
  border-bottom: 1px solid #29a5cd;
}
.sec-clinicinfo table tr:last-child {
  border-bottom: none;
}
.sec-clinicinfo table tr th {
  padding: 2% 3% 2% 3%;
  padding-right: 30px;
  text-align: left;
  font-weight: bold;
}
@media (max-width: 768px) {
  .sec-clinicinfo table tr th {
    width: 100%;
    display: block;
  }
}
.sec-clinicinfo table tr td {
  padding: 2% 3% 2% 3%;
}
@media (max-width: 768px) {
  .sec-clinicinfo table tr td {
    width: 100%;
    display: block;
  }
}

.sec-temp-caution {
  background-color: #faf9d6;
  padding: 2em;
  position: relative;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .sec-temp-caution {
    margin-top: 30px;
  }
}
.sec-temp-caution:before {
  content: "";
  position: absolute;
  background-image: url("../img/common/icon-caution.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 34px;
  top: -6%;
  right: 0%;
}
@media (max-width: 1024px) {
  .sec-temp-caution:before {
    width: 15%;
  }
}
@media (max-width: 1024px) {
  .sec-temp-caution:before {
    width: 9%;
  }
}
@media (max-width: 450px) {
  .sec-temp-caution:before {
    width: 11%;
  }
}

.sec-temp-caution > p {
  font-size: 14px;
  padding: 0;
}

.dr-box {
  padding-bottom: 30px;
}

.sec-3col {
  display: flex;
  align-items: center;
  align-items: flex-start;
  padding: 50px 0px;
}
@media (max-width: 450px) {
  .sec-3col {
    display: block;
  }
}
.sec-3col .sec-3col-content {
  margin: 0 10px;
}

h4 {
  font-weight: bold;
}

.privacypolicy .sec-content dl dt {
  display: list-item;
  list-style: outside;
  margin-left: 20px;
}

.contact-form {
  width: 850px;
  margin: 0 auto;
  max-width: 94%;
}
.contact-form dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}
@media (max-width: 1024px) {
  .contact-form dl {
    display: block;
  }
}
.contact-form dl dt {
  width: 30%;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .contact-form dl dt {
    width: 100%;
    padding-bottom: 10px;
  }
}
.contact-form dl dd {
  width: 70%;
}
@media (max-width: 1024px) {
  .contact-form dl dd {
    width: 100%;
  }
}
.contact-form dl dd input {
  width: 100%;
  padding: 1em;
}
.contact-form dl dd select {
  padding: 1em;
}
@media (max-width: 450px) {
  .contact-form dl dd select {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.contact-form dl dd textarea {
  width: 100% !important;
  display: block !important;
  height: 130px !important;
  padding: 1em !important;
  font-family: auto !important;
}

.contact .sec-content ul li {
  padding-bottom: 0 !important;
}

.contact .mailForm label {
  display: flex;
  justify-content: left;
  align-items: center;
}
@media (max-width: 1024px) {
  .contact .mailForm label {
    display: block;
  }
}
.contact .mailForm label input {
  width: 10%;
  padding: 1em;
}

.must {
  font-size: 10px;
  background-color: #29a5cd;
  color: #fff;
  padding: 0.3em;
  border-radius: 3px;
  margin-right: 10px;
}

.fa-angle-right {
  padding-right: 5px;
  font-size: 9px;
  vertical-align: middle;
}

.mfp_buttons {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
}

select {
  font-family: inherit;
}

.adult h4 {
  padding: 10px 0 30px;
}

#category {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  width: 100%;
}

#category a {
  text-decoration: none;
  color: #3a3b3b;
}

#category a:hover {
  color: #29a5cd;
}

.main_menu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #29a5cd;
  padding-left: 40px;
  text-indent: 10;
  display: block;
  position: relative;
  width: 100%;
}

.main_menu::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 60px;
  margin-top: -6px;
}

#footer-menu .open::before {
  transform: rotate(315deg);
  margin-top: -3px;
}

#footer-menu .main_menu:hover, #footer-menu .open {
  background-color: #29a5cd;
  color: #FFF;
}

#footer-menu .main_menu:hover::before, #footer-menu .open::before {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}

.sub_menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  text-indent: 40px;
  background-color: #fff;
  display: block;
  position: relative;
}

.sub_menu li a::before {
  content: "";
  width: 0;
  height: 0;
  border: solid 4px transparent;
  border-left: solid 6px #29a5cd;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  margin-left: 25px;
}

.sub_menu li a:hover {
  background-color: #f4fbfc;
}

.sub_menu li a:hover::before {
  border-left: solid 6px #ffffff;
}

.third_menu li a {
  padding-left: 40px;
  border-top-style: none;
  padding-bottom: 6px;
  padding-top: 6px;
}

.third_menu li a::before {
  margin-left: 65px;
}/*# sourceMappingURL=style.css.map */