@charset "utf-8";
/*-------hd------*/
header {
  height: 0;
}
.hd-group {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 20px 20px 0;
  z-index: 3;
  top: 0;
  left: 0;
}
.add-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
}
.hd-group .logo-wrap a {
  transition: 0.3s ease-in-out;
}
.hd-group .logo-wrap a:hover {
  opacity: 0.5;
}
.logo-wrap {
  max-width: max(27.778vw, 159px);
  margin: 10px 0 0 20px;
}
.hd-desc {
  color: #fff;
  padding: 1em 0;
  font-size: 1.3rem;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.hd-desc span:first-child::before {
  content: "";
  background: url(../../../uploads/2026/01/train-ic.webp) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.hd-desc span:last-child::before {
  content: "";
  background: url(../../../uploads/2026/01/car-ic.webp) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.hd-add-txt {
  margin: 25px 6% 0 0;
  flex-shrink: 0;
}
/*-------ft-----*/
.footerwrap {
  padding: 60px 0;
}
.footerwrap .logo-wrap {
  max-width: max(31.111vw, 313px);
  margin-left: auto;
  margin-right: auto;
}
.footerwrap .ic-wrap {
  width: 45px;
}
.footerwrap .flex-wrap.st0 {
  align-items: center;
  gap: 170px;
}
.footerwrap .flex-wrap.st1 {
  gap: 10px;
}
.footerwrap .flex-wrap.st2 {
  gap: 40px;
  align-items: flex-start;
}
.footerwrap .flex-wrap.st3 {
  gap: 40px;
  align-items: center;
}
.footerwrap ul li {
  font-weight: 600;
  line-height: 1.9;
}
.gm-wrap {
  height: 445px;
}
.ft-nav-wrap {
  padding-top: 50px;
  padding-bottom: 60px;
}
.ft-nav-wrap .ft-main-menu-nav-left,
.ft-nav-wrap .ft-main-menu-nav-right {
  padding-left: 60px;
}
.ft-main-menu-nav-right ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.ft-nav-wrap .nav-tit {
  font-size: max(2.083vw, 3rem);
  border-bottom: 1px solid #666;
  padding-bottom: 6px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.ft-nav-wrap .flex-wrap {
  gap: 80px;
}
.ft-main-menu li::before {
  content: "▶";
  margin-right: 1em;
}
.ft-main-menu li {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 1em;
}
.ft-main-menu li a {
  transition: 0.3s ease-in-out;
}
.ft-main-menu li a:hover {
  opacity: 0.5;
}
.ft-main-menu ul li:last-child {
  margin: 0;
}
.sp-footer-icons-container {
  display: none;
  justify-content: space-around;
  align-items: stretch;
  position: fixed;
  z-index: 701;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  /* padding-bottom: calc(env(safe-area-inset-bottom) / 2); */
}
.page-top-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  width: 75px;
  z-index: 600;
}
.page-top-wrap.is-show:hover {
  opacity: 0.6;
}
.page-top-wrap.is-show {
  opacity: 1;
  visibility: visible;
}
/*-------btn------*/
.tel-btn {
  background: #fef7f7;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 0em 15px 0em 54px;
  line-height: 1.05;
  max-height: 70px;
  height: 70px;
}
.tel-btn::before,
.tel-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
}
.tel-btn::before {
  left: 5px;
  top: 5px;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
.tel-btn::after {
  right: 5px;
  bottom: 5px;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}
.tel-btn span {
  font-size: max(1.944vw, 2.8rem);
  position: relative;
  display: block;
}
.tel-btn span::before {
  content: "";
  background: url(../../../uploads/2026/01/phone-icbk.webp) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  left: -15px;
  bottom: 50%;
  transform: translate(-50%, 50%);
}
.reserve-btn {
  background: linear-gradient(268.29deg, #428bff 0.82%, #0047b9 99.19%);
  font-weight: 600;
  position: relative;
  color: #fff;
  line-height: 1.05;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 20px 0 56px;
  max-height: 70px;
  height: 70px;
}
.reserve-btn em {
  font-size: max(0.9722vw, 1.4rem);
}
.reserve-btn span {
  font-size: max(1.389vw, 2rem);
}
.reserve-btn::after {
  content: "";
  position: absolute;
  border: 7.5px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  bottom: 4px;
  right: 4px;
}
.reserve-btn::before {
  content: "";
  background: url(../../../uploads/2026/01/reserve-ic.webp) no-repeat;
  background-size: contain;
  width: 33px;
  height: 22px;
  display: inline-block;
  position: absolute;
  left: 1em;
  bottom: 50%;
  transform: translate(0%, 50%);
}
.btn-st1 {
  display: block;
  color: #fff;
  background: #da2e65;
  font-size: 2rem;
  padding: 1.1em 0;
  text-align: center;
  max-width: 260px;
  margin: 0 auto;
  position: relative;
  transition: 0.3s ease-in-out;
}
.btn-st1:hover {
  background: #fef7f7;
  color: #333;
}
.btn-st1::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 6px;
  top: 6px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transition: 0.3s ease-in-out;
}
.btn-st1:hover::before {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}
.btn-st1::after {
  content: "";
  position: absolute;
  border: 7px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  bottom: 6px;
  right: 6px;
  transition: 0.3s ease-in-out;
}
.btn-st1:hover::after {
  border: 7px solid #333;
  border-top-color: transparent;
  border-left-color: transparent;
}
.btn-st2 {
  background: #e7e9f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 40px 45px;
  position: relative;
  transition: 0.6s ease-in-out;
}
.btn-st2:hover {
  background: #da2e65;
}
.btn-st2 .gene-ic {
  width: 98px;
  height: 98px;
}
.btn-st2::before,
.btn-st2::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
}
.btn-st2::before {
  left: 15px;
  top: 15px;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  transition: 0.6s ease-in-out;
}
.btn-st2:hover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.btn-st2::after {
  right: 15px;
  bottom: 15px;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  transition: 0.6s ease-in-out;
}
.btn-st2:hover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.btn-st2 span {
  font-size: max(1.667vw, 20px);
  text-align: center;
  line-height: 1.5;
  flex: 1;
  transition: 0.6s ease-in-out;
}
.btn-st2:hover span {
  color: #fff;
}
.btn-st2 span .en {
  font-size: max(1.111vw, 16px);
}
.btn-st2 .arrow {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 1px;
  margin-top: 11.5px;
  border-radius: 9999px;
  background-color: #333333;
  transition: 0.6s ease-in-out;
}
.btn-st2:hover .arrow {
  background-color: #fff;
}

.btn-st2 .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #333333;
  transform: rotate(55deg);
  transform-origin: calc(100% - 0.5px) 50%;
  transition: 0.6s ease-in-out;
}
.btn-st2:hover .arrow::before {
  background-color: #fff;
}
/*-------tit------*/
.tit-st1 {
  font-size: max(11.806vw, 70px);
  color: #ddd;
  background: url(../../../uploads/2026/01/tit-bg-ic.webp) no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  padding: 37px 13px 147px;
}
.tit-st1.sub-co-tit {
  font-size: max(5.556vw, 40px);
  padding: 60px 0 0;
}
.tit-st1.sub-co-tit em {
  font-size: max(1.667vw, 16px);
}
.tit-st1 em {
  font-family: "Noto Serif JP", serif;
  color: #000;
  font-size: 2.4rem;
}
.fea-tit {
  font-size: max(2.778vw, 24px);
  line-height: 1;
  text-align: center;
  background: linear-gradient(
    90deg,
    rgba(0, 71, 185, 0.9) 13.13%,
    rgba(66, 139, 255, 0.9) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 5;
}
.fea-tit em {
  font-size: max(4.861vw, 48px);
}
.fea-stit {
  font-size: max(2.083vw, 24px);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  position: relative;
  z-index: 5;
}
.tit-st2 {
  font-size: max(4.861vw, 60px);
}
.tit-st2-sub {
  font-size: max(1.667vw, 24px);
}
/*-------anime------*/
.js-fade-up.fade1 {
  opacity: 0;
  transition: 1s ease-in-out;
  transform: translateY(30px);
}
.js-fade-up.fade2 {
  opacity: 0;
  transition: 1s ease-in-out;
  transform: translateY(30px);
  transition-delay: 0.6s;
}
.js-fade-up.fade3 {
  opacity: 0;
  transition: 1s ease-in-out;
  transform: translateY(30px);
  transition-delay: 0.9s;
}
.js-fade-up.fade1.is-visible,
.js-fade-up.fade2.is-visible,
.js-fade-up.fade3.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/*-------table------*/
.table-st1-wrap {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.table-st1 {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.table-st1 thead {
  background: #fcebeb;
}
.table-st1 thead tr th {
  border: solid #d9d9d9;
  border-width: 1px 0 1px 1px;
  text-align: center;
  font-weight: 700;
  color: #000;
  line-height: 3.2;
}
.table-st1 thead tr th:last-child {
  border: solid #d9d9d9;
  border-width: 1px 1px 1px 1px;
}
.table-st1 tbody tr td {
  border: solid #d9d9d9;
  border-width: 0 0 1px 1px;
  text-align: center;
  font-weight: 600;
  color: #000;
  line-height: 3.2;
}
.table-st1 tbody tr td:last-child {
  border: solid #d9d9d9;
  border-width: 0 1px 1px 1px;
}
.table-st2 {
  width: 100%;
}
.table-st2 th,
.table-st2 td {
  font-weight: 600;
  text-align: center;
  line-height: 3;
}
.table-st2 .tw30 {
  padding-left: 1em;
  text-align: left;
}
.table-st2 tr {
  border-bottom: 1px solid #666;
}
.table-st2-desc {
  margin-top: 15px;
  margin-left: 5px;
}
.table-st3 {
  width: 100%;
}
.table-st3 th {
  background: #ecf5ff;
  border: solid #666;
  border-width: 1px 0 1px 1px;
  padding: 1.5em 0;
  text-align: center;
  width: 25%;
}
.table-st3 td {
  background: #fff;
  border: solid #666;
  border-width: 1px 1px 0px 1px;
  padding: 1.5em 0 1.5em 1em;
}
.table-st3 tr:last-child td {
  border: solid #666;
  border-width: 1px 1px 1px 1px;
}
/*-------mv------*/
.mv {
  background: #fff;
  padding: 20px 20px 0;
  margin-bottom: 115px;
  /* height: 100vh; */
  position: relative;
}
.mv .splide__slide img {
  width: 100%;
  height: calc(100vh - 163px);
  object-fit: cover;
  object-position: top center;
}
.mv-img {
  height: calc(100vh - 163px);
  position: relative;
}
.mv-ic-wrap {
  position: absolute;
  bottom: -9px;
  left: 5.25%;
}
.mv-ic-wrap .img-box {
  max-width: max(15.35vw, 128px);
  width: 100%;
  position: relative;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}
.mv-ic-wrap .img-box:nth-child(1) {
  z-index: 3;
}
.mv-ic-wrap .img-box:nth-child(2) {
  z-index: 2;
  margin-left: -30px;
}
.mv-ic-wrap .img-box:nth-child(3) {
  z-index: 1;
  margin-left: -30px;
}
.mv-desc-wrap {
  position: absolute;
  right: 0;
  bottom: -16px;
  background: rgba(0, 71, 185, 0.9);
}
.mv-desc-wrap h2 {
  font-size: max(2.778vw, 28px);
  line-height: 1.15;
  padding: 0.25em 0.65em;
}
.mv-desc-wrap h2 small {
  font-size: max(2.083vw, 20px);
}
.mv-desc-wrap h2 em {
  position: relative;
}
.mv-desc-wrap h2 em::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  right: 50%;
  top: 0px;
  clip-path: circle(50% at 50% 50%);
  transform: translate(50%, 50%);
}
.mv-main-tit {
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.2;
  font-size: max(3.125vw, 26px);
  border-left: 1px solid #333;
  margin-top: 13px;
  padding-left: 30px;
  padding-top: 13px;
}
.mv-main-tit small {
  font-size: max(2.431vw, 20px);
  display: inline-block;
  border-bottom: 1px solid #333;
}
/*nav-sec*/
.sub-nav-menu,
.main-menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sub-nav-menu li::after {
  content: "／";
  margin-left: 2.15em;
}
.main-menu li::after {
  content: "／";
  margin-left: 1.4em;
  margin-right: 1.4em;
}
.sub-nav-menu li:last-child::after,
.main-menu li:last-child::after {
  content: none;
}
.sub-nav-menu li {
  display: flex;
  font-size: max(1.389vw, 12px);
  position: relative;
}
.main-menu li {
  display: flex;
  position: relative;
  line-height: 1.65;
  font-size: max(1.111vw, 12px);
}
.sub-nav-menu li a,
.main-menu li a {
  position: relative;
  transition: 0.3s ease-in-out;
}
.main-menu li a:hover,
.sub-nav-menu li a:hover {
  opacity: 0.5;
}
.sub-nav-menu li a::after,
.main-menu li a::after {
  content: attr(title);
  text-align: center;
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #0047b9;
}
.sub-nav-menu li:first-child a::after,
.main-menu li:first-child a::after {
  content: "TOP";
  display: block;
}
.sub-menu-nav {
  max-width: max(83.403vw, 1201px);
  width: 100%;
  margin: 0 auto;
}
.sub-nav-menu .current-menu-item a::before,
.main-menu .current-menu-item a::before {
  content: "";
  width: 1px;
  height: 19px;
  display: block;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(100%);
}
.fixed-wrap {
  position: relative;
  z-index: -1;
}
.fixed-wrap.is-fixed {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  animation: slideDown 0.4s ease-out;
  z-index: 700;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
}
.is-fixed .main-menu-nav {
  padding: 30px 0 20px 4.15%;
}
.is-fixed .tel-btn,
.is-fixed .reserve-btn {
  max-height: 100%;
  height: 100%;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/*---top-concept---*/
.top-concept .cs-inner {
  background:
    linear-gradient(#fff 70px, transparent 70px),
    url(../../../uploads/2026/01/top-concept-bg.jpg) no-repeat;
  background-position:
    0 0,
    0 0;
  background-size:
    100% 100%,
    cover;
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 145px;
}
/*rl-wrap*/
.top-concept .rl-wrap {
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 3;
}
.top-concept .rl-wrap p {
  writing-mode: tb-rl;
  line-height: 1;
  font-size: max(9.375vw, 64px);
  position: relative;
  line-height: 0.8;
  letter-spacing: 0.05em;
}
.top-concept .rl-wrap p .grd-txt {
  background: linear-gradient(270.17deg, #0047b9 2.92%, #428bff 78.82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}
.top-concept .rl-wrap p .sh-txt {
  position: absolute;
  left: 0;
  top: 10px;
  color: #fff;
}
/*as-wrap*/
.top-concept .as-wrap {
  position: relative;
  margin-bottom: 20px;
}
.top-concept .as-wrap h3 {
  position: absolute;
  z-index: 3;
  font-weight: 600;
  top: 50%;
  left: 50%;
  transform: translate(-75%, -50%);
  font-size: max(3.472vw, 30px);
  line-height: 1.8;
  text-shadow:
    3px 3px 0 #fff,
    -3px 3px 0 #fff,
    -3px -3px 0 #fff,
    3px -3px 0 #fff;
  letter-spacing: 0.05em;
}
.top-concept .as-wrap h3 em {
  display: block;
  font-weight: 400;
  font-size: max(1.667vw, 16px);
  letter-spacing: 0.05em;
  text-align: center;
}
.top-concept .as-wrap .img-box {
  max-width: max(54.584vw, 400px);
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
}
.top-concept .as-wrap .name-co {
  position: absolute;
  bottom: 20px;
  right: 5.5%;
  background: linear-gradient(66.87deg, #0047b9 29.6%, #428bff 102.18%);
  clip-path: circle(50% at 50% 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 176px;
  height: 176px;
}
.top-concept .name-co p {
  color: #fff;
  text-align: center;
  line-height: 1;
}
.top-concept .name-s {
  font-size: max(1.111vw, 12px);
  font-weight: 600;
}
.top-concept .name-m {
  font-size: max(1.667vw, 16px);
  font-weight: 700;
}
.top-concept .name-l {
  font-size: max(2.083vw, 20px);
  font-weight: 700;
  margin: 0.5em 0;
}
/*flex-wrap*/
.top-concept .flex-wrap {
  align-items: flex-start;
  justify-content: flex-start;
}
.top-concept .flex-wrap .txt-box {
  max-width: max(54.584vw, 400px);
  padding: 70px;
  width: 100%;
}
.top-concept .flex-wrap .img-box {
  max-width: max(39.875vw, 400px);
  width: 100%;
}
/*feature-sec*/
.fea-wrap-st1 {
  padding-bottom: 300px;
}
.feature-sec .cs-inner {
  background:
    linear-gradient(transparent 255px),
    url(../../../uploads/2026/01/feature-1-bg.jpg) no-repeat;
  background-position:
    0,
    0 255px;
  background-size: 100%, cover;
  padding-left: 3.5%;
  padding-right: 3.5%;
  margin-top: -70px;
}
.fea-wrap-st1 .txt-box {
  padding: 60px 4.5vw 50px;
  position: absolute;
  top: 110px;
  left: 0;
}
.feature-sec .cs-inner-3 .st2 {
  padding: 80px 10.3vw 45px;
  z-index: 2;
}
.fea-wrap-st1 .img-box {
  padding-top: 30px;
}
.fea-wrap-st1 .rl-txt {
  font-size: max(2.431vw, 20px);
  writing-mode: tb-rl;
  padding: 1.25em 0;
  background: rgba(0, 71, 185, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  line-height: 2.4;
}
.border-co::before {
  content: "";
  display: block;
  border: 2px solid #0047b9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 1;
}
.st2 .border-co::before {
  right: auto;
  left: 13px;
}
.grd-ic.ic-left::before {
  content: "";
  display: block;
  width: 287px;
  height: 287px;
  background: url(../../../uploads/2026/01/co-ic-left.webp) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.grd-ic.ic-right::after {
  content: "";
  display: block;
  width: 287px;
  height: 287px;
  background: url(../../../uploads/2026/01/co-ic-right.webp) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.feature-sec .cs-inner-2 {
  background: linear-gradient(
    to bottom,
    transparent 70px,
    rgba(254, 247, 247, 0.9) 70px
  );
  margin-top: -70px;
  margin-bottom: 80px;
  padding-bottom: calc(80px + 50px);
}
.feature-sec .cs-inner-2 .flex-wrap {
  justify-content: space-evenly;
}
.feature-sec .cs-inner-2 .flex-wrap .img-box:nth-child(2) {
  transform: translateY(50px);
}
.fea2-tit {
  font-size: max(2.083vw, 16px);
  background: rgba(255, 255, 255, 0.95);
  border-left: 13px solid #da2e65;
  max-width: calc(283px - 13px);
  padding: 0.5em 0;
  text-align: center;
  width: 100%;
  line-height: 1.6;
  position: absolute;
  right: 0;
  bottom: 0;
}
.fea3-tit {
  font-size: max(10.417vw, 40px);
  line-height: 0.7;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.co-slider img {
  height: 100%;
  object-fit: cover;
}
.feature-sec .cs-inner-3 {
  background:
    linear-gradient(transparent 182px),
    url(../../../uploads/2026/01/feature-2-bg.jpg) no-repeat;
  background-position:
    0,
    right 182px;
  background-size: 100%, cover;
  margin-bottom: 110px;
}
.feature-sec .cs-inner-3 .slider-wrap {
  margin-top: -50px;
  z-index: 1;
}
.feature-sec .cs-inner-3 .as-box {
  position: absolute;
  bottom: -23px;
  right: 5.55%;
  z-index: 3;
}
.feature-sec .cs-inner-3 .as-box p {
  margin-bottom: 16px;
  width: fit-content;
}
.feature-sec .cs-inner-3 .as-box p:last-child {
  margin-left: 100px;
  margin-bottom: 0;
}
.feature-sec .cs-inner-3 .as-box p:nth-child(2) {
  margin-left: 50px;
}
.fea4-tit {
  font-size: max(1.667vw, 16px);
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 5px solid #da2e65;
  padding: 0.5em 30px 0.5em 15px;
  width: 100%;
  line-height: 1.6;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fea4-tit::before {
  content: "";
  background: url(../../../uploads/2026/01/ic-ck.webp) no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 15px;
}
.fea-wrap-st1.re-st1 .txt-box {
  right: 0;
  left: auto;
}
.fea-wrap-st1.re-st1 .rl-txt {
  left: 0;
  right: auto;
}
.feature-sec .cs-inner-4 {
  background:
    linear-gradient(transparent 30px),
    url(../../../uploads/2026/01/feature-1-bg.jpg) no-repeat;
  background-position:
    0,
    0 30px;
  background-size: 100%, cover;
  padding-left: 3%;
  padding-right: 3%;
  margin-bottom: 90px;
}
.feature-sec .cs-inner-5 {
  padding-left: 3%;
  padding-right: 3%;
}
.feature-sec .cs-inner-6 {
  padding-left: 3%;
  padding-right: 3%;
}
.fea-wrap-st1.re-st2 .txt-box {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
.fea-wrap-st1.re-st2 {
  align-items: flex-start;
  padding-bottom: 0;
}
.fea-wrap-st1.re-st2 .img-box {
  padding-top: 0;
}
.fea-wrap-st1.re-st2 .txt-box {
  padding: 0;
}
.fea-wrap-st1.re-st2 .border-co {
  padding-left: 9.7%;
  padding-right: 9.7%;
  padding-top: 60px;
  padding-bottom: 20px;
}
.fea-wrap-st1.re-st2 .fea-stit {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.fea-wrap-st1.re-st2 .border-co::before {
  height: calc(100% - 13px);
}
.fea-wrap-st1.re-st2 .border-co.st2 {
  padding-left: 6%;
  padding-right: 6.65%;
  padding-top: 60px;
  padding-bottom: 0;
}
.cs-inner-6 .fea-wrap-st1.re-st2 {
  gap: 13px;
}
/*price*/
/* .price-sec .cs-inner {
  padding-left: 16%;
  padding-right: 16%;
} */
.price-table-tit {
  font-size: max(1.667vw, 22px);
}
.price-table-tit::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 48px;
  vertical-align: bottom;
  background: linear-gradient(
    360deg,
    #0047b9 0%,
    #0047b9 50%,
    #da2e65 50%,
    #da2e65 100%
  );
  margin-right: 15px;
}
/*medical*/
.medical-sec .cs-inner {
  padding-top: 60px;
  padding-bottom: 80px;
  padding-left: 5.55%;
  padding-right: 5.55%;
  background: url(../../../uploads/2026/01/top-medical-bg.jpg) no-repeat;
  background-size: cover;
}
.tit-st1.bg-fix {
  background: none;
  padding: 0;
}
.medical-sec .flex-wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 35px 25px;
}
.medical-sec .flex-wrap .btn-st2 {
  width: calc(100% / 3 - 17px);
}
.general-btn .gene-ic {
  background: url(../../../uploads/2026/01/general-ic.webp) no-repeat;
  background-size: contain;
}
.perio-btn .gene-ic {
  background: url(../../../uploads/2026/01/perio-ic.webp) no-repeat;
  background-size: contain;
}
.pediatric-btn .gene-ic {
  background: url(../../../uploads/2026/01/pediatric-ic.webp) no-repeat;
  background-size: contain;
}
.prevention-btn .gene-ic {
  background: url(../../../uploads/2026/01/prevention-ic.webp) no-repeat;
  background-size: contain;
}
.dentures-btn .gene-ic {
  background: url(../../../uploads/2026/01/dentures-ic.webp) no-repeat;
  background-size: contain;
}
.coverings-btn .gene-ic {
  background: url(../../../uploads/2026/01/coverings-ic.webp) no-repeat;
  background-size: contain;
}
.whitening-btn .gene-ic {
  background: url(../../../uploads/2026/01/whitening-ic.webp) no-repeat;
  background-size: contain;
}
.implant-btn .gene-ic {
  background: url(../../../uploads/2026/01/implant-ic.webp) no-repeat;
  background-size: contain;
}
/*recruit-sec*/
.recruit-sec {
  padding: 0 5.55%;
}
.recruit-sec .cs-inner {
  background: linear-gradient(to bottom, transparent 40px, #f5fbff 70px);
  position: relative;
  padding-bottom: 333px;
}
.recruit-sec .cs-inner::before {
  content: "";
  background: url(../../../uploads/2026/01/co-ic-bottom.webp) no-repeat;
  display: block;
  width: 445px;
  height: 445px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.recruit-sec .img-box {
  position: relative;
  margin-left: 5.25%;
}
.recruit-sec .img-box img {
  position: relative;
  z-index: 2;
}
.recruit-sec .inner-img-box {
  position: absolute;
  right: 40%;
  top: 50%;
  z-index: 5;
}
.recruit-sec .txt-box {
  position: absolute;
  top: 68px;
  right: 0;
  z-index: 3;
  padding: 20px;
  right: 2.815%;
  background: #fff;
}
.recruit-sec .txt-box .txt-box-inner {
  border: 2px solid #0047b9;
  padding-top: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1180px) {
  header .tel-btn span {
    font-size: max(1.944vw, 1.6rem);
  }
  .hd-add-txt {
    flex-shrink: 1;
    line-height: 1.2;
  }
  .mv-img {
    height: auto;
  }
  .mv .splide__slide img {
    width: 100%;
    height: auto;
  }
  .sub-menu-nav {
    padding-inline: 20px;
  }
  .is-fixed .main-menu-nav {
    padding: 30px 0.5% 20px 1.5%;
  }
  .main-menu li::after {
    margin-left: 0.25em;
    margin-right: 0.25em;
  }
  .is-fixed .tel-btn {
    padding: 0 15px 0 25px;
  }
  .fea-wrap-st1 {
    padding-bottom: calc(300px + 15%);
  }
  .fea-wrap-st1.re-st2 .border-co.st2 {
    position: relative;
    z-index: 5;
  }
  .recruit-sec .inner-img-box {
    right: 50%;
  }
  .recruit-sec .txt-box .txt-box-inner {
    padding-inline: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .recruit-sec .tit-st2-sub {
    margin-bottom: 50px;
  }
  .footerwrap .flex-wrap.st0 {
    gap: 50px;
  }
  .footerwrap.pa-side190,
  .ft-nav-wrap.pa-side128 {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 820px) {
  header .tel-btn em {
    font-size: 1rem;
  }
  .add-wrap {
    gap: 10px;
  }
  .hd-add-txt {
    font-size: 1rem;
    margin: 10px 0 0;
  }
  .hd-desc {
    font-size: 1rem;
    flex-direction: column;
  }
  header .tel-btn {
    height: 55px;
  }
  .reserve-btn {
    max-height: 55px;
  }
  .grd-ic.ic-left::before,
  .grd-ic.ic-right::after {
    width: 118px;
    height: 118px;
  }
  body .fea-tit {
    margin-bottom: 40px;
  }
  .fea-wrap-st1 {
    padding-bottom: calc(300px + 40%);
  }
  .medical-sec .flex-wrap .btn-st2 {
    width: calc(100% / 2 - 17px);
  }
  .footerwrap .flex-wrap.st0 {
    flex-direction: column;
  }
  .ft-nav-wrap .flex-wrap {
    gap: 20px;
  }
  .is-fixed .flex-wrap {
    flex-direction: column;
  }
  .recruit-sec .cs-inner::before {
    width: 220px;
    height: 220px;
    background-size: contain;
  }
}
@media screen and (max-width: 680px) {
  .mv {
    padding: 0;
    height: 100svh;
    margin-bottom: 0;
  }
  .mv-img {
    height: calc(100svh - 150px);
  }
	.mv .splide{
		height: calc(100svh - 150px);
	}
  .mv .splide img {
    height: calc(100svh - 150px);
  }
  .mv-ic-wrap {
    bottom: 0;
    transform: translateY(25%);
  }
  .hd-group {
    padding: 0;
  }
  body .mv-ic-wrap {
    flex-direction: row;
  }
  .mv-ic-wrap .img-box:nth-child(2) {
    margin-left: -15px;
  }
  .mv-ic-wrap .img-box:nth-child(3) {
    margin-left: -15px;
  }
  .mv-main-tit {
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    padding-top: 0;
	  margin-top: 20px;
  }
  .mv-main-tit small {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .top-concept .rl-wrap {
    position: relative;
    top: auto;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .top-concept .rl-wrap p {
    writing-mode: unset;
    width: fit-content;
    margin: 0 auto;
  }
  .top-concept .as-wrap h3 {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .sp-sec .mv-desc-wrap {
    position: relative;
    right: auto;
    bottom: auto;
    background: none;
  }
  .mv-desc-wrap h2 {
    background: rgba(0, 71, 185, 0.9);
    padding: 20px 0;
    text-align: center;
    margin-bottom: 15px;
  }
  .hd-add-txt {
    font-size: 1.6rem;
    width: fit-content;
    margin: 0 auto 10px;
  }
  .hd-desc {
    font-size: 1.3rem;
    margin: 0 20px;
  }
  .sp-sec {
    margin-bottom: 30px;
  }
  .top-concept .cs-inner {
    padding-inline: 5.55%;
    padding-bottom: 90px;
    margin-bottom: 40px;
  }
  .top-concept .rl-wrap p .sh-txt {
    top: 0;
    left: 3px;
  }
  .top-concept .as-wrap h3 em {
    text-align: left;
    margin: 1em 0;
  }
  .top-concept .as-wrap .name-co {
    width: 118px;
    height: 118px;
    bottom: 0;
    right: 0;
    padding-bottom: 10px;
  }
  .top-concept .as-wrap {
    margin-bottom: 30px;
  }
  .top-concept .flex-wrap .txt-box {
    max-width: 100%;
    padding: 0;
  }
  .top-concept .flex-wrap {
    gap: 30px;
  }
  .tit-st1 {
    padding: 0;
  }
  .feature-sec .cs-inner {
    margin-top: 0;
    padding-left: 5.55%;
    padding-right: 5.55%;
    padding-bottom: 150px;
    background:
      linear-gradient(#fff 30px, transparent 30px),
      url(../../../uploads/2026/01/feature-1-bg.jpg) no-repeat;
    background-position: center top;
    background-size:
      100% 100%,
      cover;
  }
  .feature-sec .cs-inner-2 {
    padding-bottom: 60px;
    margin-bottom: 35px;
  }
  .feature-sec .cs-inner-3 {
    padding-bottom: 152px;
    margin-bottom: 30px;
  }
  .feature-sec .cs-inner-3 .as-box {
    bottom: calc(-152px + 30px);
  }
  .fea3-tit {
    top: 70px;
    bottom: auto;
    left: 20px;
  }
  .fea4-tit {
    padding: 0.5em 15px;
  }
  .fea4-tit::before {
    margin-right: 5px;
  }
  .feature-sec .cs-inner-3 .as-box p:nth-child(2) {
    margin-left: 45px;
  }
  .feature-sec .cs-inner-3 .as-box p:last-child {
    margin-left: 90px;
  }
  .feature-sec .cs-inner-4 {
    padding-left: 5.55%;
    padding-right: 5.55%;
    background: url(../../../uploads/2026/01/feature-1-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .cs-inner-4 .fea-wrap-st1 .img-box {
    padding-bottom: 30px;
    margin-bottom: 15px;
  }
  .fea-wrap-st1.re-st2 .border-co::before {
    right: 0;
  }
  .st2 .border-co::before {
    left: auto;
    right: 9px;
  }
  .feature-sec .cs-inner-5 {
    padding-bottom: 40px;
  }
  .fea-wrap-st1.re-st2 .border-co.st2 {
    padding-bottom: 30px;
  }
  .flex-wrap,
  .flex-wrap.re {
    padding-bottom: 0;
  }
  .fea-wrap-st1 .txt-box {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .fea-wrap-st1 .rl-txt {
    padding: 1em 0;
  }
  .border-co::before {
    top: 9px;
    right: 9px;
  }
  .feature-sec .cs-inner-2 .flex-wrap .img-box {
    width: calc(100% / 2);
  }
  .feature-sec .cs-inner-2 .flex-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 35px 0;
  }
  .feature-sec .cs-inner-2 .flex-wrap .img-box:nth-child(2) {
    transform: none;
  }
  .fea2-tit {
    max-width: calc(123px - 5px);
    border-left: 5px solid #da2e65;
    right: 50%;
    transform: translateX(50%);
  }
  .feature-sec .cs-inner-3 .st2 {
    width: 90%;
    margin: 0 auto;
  }
  .price-sec .cs-inner {
    padding-bottom: 90px;
  }
  .medical-sec .flex-wrap .btn-st2 {
    width: 100%;
    flex-direction: column;
    padding: 40px 0;
  }
  .medical-sec .flex-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .recruit-sec .img-box {
    margin-left: auto;
  }
  .recruit-sec .inner-img-box {
    position: relative;
    top: auto;
    right: auto;
    width: 50%;
    margin-left: auto;
    margin-right: 0;
    margin-top: -50px;
  }
  .recruit-sec .txt-box {
    position: relative;
    right: auto;
    top: auto;
  }
  .recruit-sec {
    padding: 0;
  }
  .recruit-sec .cs-inner {
    padding-left: 5.55%;
    padding-right: 5.55%;
    padding-bottom: 40px;
  }
  .main-menu {
    flex-direction: column;
    gap: 30px;
  }
  .main-menu li {
    font-size: 2rem;
  }
  .main-menu li::after {
    content: none;
  }
  .main-menu li a::after {
    text-align: left;
  }
  .main-menu .current-menu-item a::before {
    width: 19px;
    height: 1px;
    left: auto;
    right: -10px;
    transform: translate(100%, 0px);
    bottom: auto;
    top: calc(1.65em - 0.75em);
  }
  .footerwrap {
    padding: 50px 0;
  }
  .footerwrap .logo-wrap {
    margin-bottom: 30px;
  }
  .footerwrap .flex-wrap.st2,
  .footerwrap .flex-wrap.st3 {
    flex-direction: row;
    gap: 20px;
  }
  .table-st2 .tw30 {
    padding-left: 0;
    width: 35%;
  }
  .ft-nav-wrap .ft-main-menu-nav-left,
  .ft-nav-wrap .ft-main-menu-nav-right {
    padding-left: 1em;
  }
  .sp-footer-icons-container {
    display: flex;
    transform: translateY(100%);
    transition: 0.3s ease-in-out;
  }
  .sp-footer-icons-container.is-show {
    transform: translateY(0);
  }
  .sp-footer-icons-container a:not(.ft-page-top) {
    width: calc(100% / 3 - 75px);
    flex: 1;
  }
  .sp-footer-icons-container a {
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 75px;
  }
	.sp-footer-icons-container .ft-page-top{
		border:none;
	}
  .ft-tel {
    background: #0047b9;
  }
  .ft-tel::before {
    content: "";
    background: url(../../../uploads/2026/01/phone-icwhite.webp) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 31px;
    height: 31px;
  }
  .ft-re {
    background: #428bff;
  }
  .ft-re::before {
    content: "";
    background: url(../../../uploads/2026/01/reserve-ic.webp) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 48px;
    height: 28px;
  }
  .ft-ac {
    background: #da2e65;
  }
  .ft-ac::before {
    content: "";
    background: url(../../../uploads/2026/01/pin-ic.webp) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 35px;
    height: 35px;
  }
  .ft-page-top {
    width: 75px;
  }
  .sp-footer-icons-container a span {
    color: #fff;
    font-size: 2rem;
    line-height: 1.2;
  }
  .page-top-wrap {
    display: none;
  }
  .co-slider img {
    height: auto;
  }
}
/* CSS Document */
