@charset "UTF-8";
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

/* ====================================================
HTML
==================================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-feature-settings: "palt";
  font-weight: 400;
  line-height: 2;
  background: #f8f4f1;
  color: #2b4758;
  font-family: "IBM Plex Sans JP", sans-serif;
  position: relative;
  letter-spacing: 0.05em;
  z-index: 1;
  overflow-x: clip;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 14px;
  }
}

.inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.ja {
  font-family: "IBM Plex Sans JP", sans-serif;
}

/* ====================================================
Animation
==================================================== */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1.5s;
  filter: blur(1.5px);
  -webkit-filter: blur(1.5px);
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

/*文字アニメーション*/
.smoothText {
  overflow: hidden;
}

span.smoothTextTrigger {
  transition: 0.8s ease-in-out;
  transform: translate3d(0, 100%, 0);
  transform-origin: left;
  display: block;
}

span.smoothTextTrigger.smoothTextAppear {
  transform: translate3d(0, 0, 0);
}

.top .l-col-2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .top .l-col-2 {
    flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  .top .l-col-2 {
    flex-direction: column;
  }
}
.top .text {
  font-weight: 300;
}
.top .section-title {
  font-size: clamp(22px, 2.1vw, 40px);
  font-weight: 600;
  line-height: 1.5;
}
.top .section-title span.en-title {
  display: block;
  color: #c3bfb6;
  font-size: clamp(14px, 1.4vw, 18px);
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .top .section-title span.en-title {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
}
.top .section-title span.en-title img {
  width: 33px;
  height: auto;
  margin-right: 8px;
}
@media screen and (max-width: 834px) {
  .top .section-title span.en-title img {
    width: 25px;
  }
}
.top-mv {
  z-index: 1;
  display: flex;
  height: auto;
  flex-direction: column;
  padding: 2.6vh 1% 0 4%;
  position: relative;
  height: 100dvh;
  width: 100vw;
}
@media screen and (max-width: 834px) {
  .top-mv {
    flex-direction: column;
    padding: 69px 2% 50px;
    height: auto;
  }
}
.top-mv .loading-overlay {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.top-mv .loading-overlay.is-out {
  opacity: 0;
}
.top-mv .loading-overlay__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #61c4ce;
  margin: 0 5px;
  animation: dotBounce 1s ease-in-out infinite;
}
.top-mv .loading-overlay__dot:nth-child(2) {
  animation-delay: 0.15s;
}
.top-mv .loading-overlay__dot:nth-child(3) {
  animation-delay: 0.3s;
}
@keyframes dotBounce {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  50% {
    transform: translateY(-10px);
    opacity: 1;
  }
}
.top-mv__main {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 80vh;
}
@media screen and (max-width: 834px) {
  .top-mv__main {
    flex-direction: column;
    height: 66vh;
  }
}
.top-mv__main-left {
  width: 15%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1680px) {
  .top-mv__main-left {
    width: 16%;
  }
}
@media screen and (max-width: 834px) {
  .top-mv__main-left {
    display: none;
  }
}
.top-mv__main-left .mv-logo {
  margin: 0 auto 0 0;
  max-width: 180px;
}
.top-mv__main-left #gNav {
  margin-top: 15vh;
}
@media only screen and (max-width: 1300px) {
  .top-mv__main-left #gNav {
    display: block;
  }
}
.top-mv__main-left #gNav .cm-btn {
  opacity: 0;
  transform: translateY(8px);
  margin-left: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media screen and (max-width: 834px) {
  .top-mv__main-left #gNav .cm-btn {
    margin-left: 0;
  }
}
.top-mv__main-left #gNav .cm-btn.is-in {
  opacity: 1;
  transform: translateY(0);
}
.top-mv__main-left .cm-btn a .wrap:after {
  content: none;
}
@media screen and (max-width: 1680px) {
  .top-mv__main-left .cm-btn a .wrap {
    height: 23px;
  }
}
.top-mv__main-left .flex-mv-nav {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.top-mv__main-left .top-mv__main-btn-wrap {
  margin-top: 4vh;
}
.top-mv__main-left .mv-tel {
  display: block;
}
.top-mv__main-left .mv-tel div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.top-mv__main-left .mv-tel img {
  margin-right: 10px;
  width: 20px;
}
.top-mv__main-left .mv-tel p {
  font-size: clamp(17px, 1.6vw, 18px);
  color: #2b4758;
  font-weight: 600;
  white-space: nowrap;
}
.top-mv__main-left .mv-web {
  margin: 17px 0;
  max-width: 170px;
  background-color: #61c4ce;
  height: 54px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 6%;
}
.top-mv__main-left .mv-web img.pc-icon {
  width: 25px;
}
.top-mv__main-left .mv-web img.arrow-icon {
  width: 10px;
  height: auto;
}
.top-mv__main-left .mv-web p {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}
.top-mv__main-bg {
  width: 84%;
  position: relative;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .top-mv__main-bg {
    width: 82%;
  }
}
@media screen and (max-width: 834px) {
  .top-mv__main-bg {
    width: 100%;
    flex-direction: column;
    height: 66vh;
    gap: 5px;
  }
}
.top-mv__main-bg-dec {
  position: absolute;
  width: clamp(100px, 14vw, 198px);
  bottom: -30px;
  left: -12%;
  height: auto;
  z-index: 5;
}
@media screen and (max-width: 1500px) {
  .top-mv__main-bg-dec {
    left: -5%;
    width: clamp(80px, 11vw, 130px);
  }
}
@media screen and (max-width: 834px) {
  .top-mv__main-bg-dec {
    left: auto;
    right: 0;
    bottom: -78px;
    width: clamp(80px, 18vw, 130px);
  }
}
@media screen and (max-width: 600px) {
  .top-mv__main-bg-dec {
    bottom: -61px;
  }
}
.top-mv__main-bg-image {
  width: 49%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top-mv__main-bg-image {
    width: 100%;
    border-radius: 10px;
    height: 50%;
  }
}
.top-mv__main-bg-image img.main-img {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 2s ease;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(20%) scale(1.3);
}
.top-mv__main-bg-image img.main-img.is-in {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.top-mv__main-bg-image img.mv-text {
  position: absolute;
  width: 48%;
  top: 3vh;
  left: 6%;
}
@media screen and (max-width: 834px) {
  .top-mv__main-bg-image img.mv-text {
    width: 43%;
  }
}
.top-mv__bottom {
  display: flex;
  padding: 3vh;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .top-mv__bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 2vh 4% 0;
  }
}
.top-mv__title {
  font-size: clamp(20px, 2.4vw, 40px);
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .top-mv__title {
    width: 100%;
  }
}
.top-mv__title span#titleSub {
  font-weight: 500;
  font-size: clamp(13px, 1.5vw, 21px);
  display: block;
}
.top-mv .top-mv__title span,
.top-mv .top-mv__title {
  display: block;
  overflow: hidden;
}
.top-mv .top-mv__title-inner {
  display: block;
  transform: translateY(100%);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.top-mv .top-mv__title-inner.is-in {
  transform: translateY(0);
}
@media screen and (max-width: 834px) {
  .top-mv__news {
    margin-top: 3vh;
  }
}
.top-mv__news-post {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .top-mv__news-post {
    flex-wrap: wrap;
  }
}
.top-mv__news-post .tag {
  height: 24px;
  background: #e4c372;
  border-radius: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  width: 54px;
  margin-right: clamp(10px, 1.2vw, 20px);
}
@media screen and (max-width: 834px) {
  .top-mv__news-post .tag {
    display: block;
    width: 45px;
    height: 20px;
    font-size: 10px;
    text-align: center;
  }
}
.top-mv__news-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .top-mv__news-link {
    margin-top: 4px;
  }
}
.top-mv__news-date {
  color: #74bdc5;
  font-size: 14px;
  font-weight: 300;
  margin-right: clamp(10px, 1.2vw, 20px);
}
@media screen and (max-width: 834px) {
  .top-mv__news-date {
    font-size: 11px;
  }
}
.top-mv__news-title {
  font-size: 16px;
  min-width: 0;
  color: #2b4758;
  margin-right: clamp(40px, 3vw, 80px);
}
@media screen and (max-width: 834px) {
  .top-mv__news-title {
    font-size: 12px;
    margin-right: clamp(20px, 3vw, 80px);
  }
}
.top-mv .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  border-radius: 50%;
  position: relative;
}
.top-mv .arrow:after {
  background: #d1e0d9;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: ease 0.2s;
  border-radius: 70px;
  height: 28px;
  width: 28px;
}
.top-mv .arrow i {
  color: #fff;
  font-size: 11px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .top-mv .arrow i {
    font-size: 9px;
  }
}
.top-mv__news-link:hover .arrow::after {
  height: 30px;
  width: 30px;
}
.top-info {
  background: #f8ebe6;
  border-radius: 14px;
  align-items: center;
  border-radius: 15px;
  justify-content: space-between;
  display: flex;
  padding: 45px 5%;
}
@media screen and (max-width: 834px) {
  .top-info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 5%;
  }
}
.top-info__ttl {
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 600;
  width: 30%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 5%;
}
@media screen and (max-width: 834px) {
  .top-info__ttl {
    text-align: center;
    justify-content: center;
    padding: 0 0 15px 0;
    width: 100%;
  }
}
.top-info__ttl img {
  width: 22px;
  height: auto;
}
.top-info__text {
  width: 71%;
  padding-left: 5%;
  border-left: 2px dotted #bbbbbb;
}
@media screen and (max-width: 834px) {
  .top-info__text {
    width: 100%;
    border-left: 0px dotted #bbbbbb;
    padding: 15px 0 0 0;
    border-top: 1px dotted #bbbbbb;
  }
}
.top-reservation {
  padding: 53px 0 77px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 14px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .top-reservation {
    padding: 50px 0;
  }
}
.top-reservation__table {
  width: 100%;
  overflow: clip;
  margin: 0 auto;
}
.top-reservation__table-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top-reservation__table-inner {
    padding: 12px 8px;
  }
}
.top-reservation__table-inner iframe {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
@media (max-width: 768px) {
  .top-reservation__table-inner iframe {
    height: 220px;
  }
}
.top-reservation__head-wrap {
  padding: 20px 0;
  background-color: #bdd6ca;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 24px 0;
  border-radius: 14px 14px 0 0;
}
@media screen and (max-width: 834px) {
  .top-reservation__head-wrap {
    padding: 17px 0;
  }
}
.top-reservation__ttl {
  line-height: 1;
  font-size: clamp(18px, 1.9vw, 24px);
  font-weight: 600;
}
.top-reservation__content-head {
  font-size: clamp(16px, 1.6vw, 18px);
  font-weight: 600;
  text-align: center;
  margin-bottom: 23px;
}
.top-reservation__content {
  padding: 20px 5% 50px;
  background-color: #e3eee9;
  border-radius: 0 0 14px 14px;
}
@media screen and (max-width: 834px) {
  .top-reservation__content {
    padding: 30px 5%;
  }
}
.top-reservation__tab-buttons {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .top-reservation__tab-buttons {
    margin-bottom: 1rem;
    gap: 1rem;
  }
}
.top-reservation__tab-buttons button {
  background-color: #d3dcde;
  border: none;
  padding: 16px 24px;
  cursor: pointer;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 600;
  transition: background-color 0.3s ease;
  color: #fff;
  border-radius: 50px;
  color: #7b94a4;
}
@media screen and (max-width: 834px) {
  .top-reservation__tab-buttons button {
    font-size: 14px;
    width: 100%;
  }
}
.top-reservation__tab-buttons button.active {
  background-color: #74bdc5;
  color: #fff;
}
.top-reservation__tab-content.active {
  display: block;
  transition: 0.5s ease;
}
.top-reservation__tab-content {
  display: none;
  transition: 0.5s ease;
}
.top-reservation {
  /* ボタン */
}
.top-reservation .cm-btn.--white {
  text-align: center;
  margin-top: -30px;
}
@media screen and (max-width: 834px) {
  .top-reservation .cm-btn.--white {
    margin-top: 0px;
  }
}
.top-reservation .cm-btn.--white a {
  position: relative;
  margin: 0 auto;
  background: #fff;
  border-radius: 50px;
  display: inline-flex;
  justify-content: space-between;
  gap: 1rem;
  width: 300px;
  height: 68px;
  padding: 13px 16.4px 12px 43px;
}
@media screen and (max-width: 834px) {
  .top-reservation .cm-btn.--white a {
    padding: 11px 15px 11px 9%;
    gap: 10px;
    width: 100%;
    max-width: 260px;
    height: 56px;
  }
}
.top-reservation .cm-btn.--white a .circle:after {
  height: 40px;
  width: 40px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 834px) {
  .top-reservation .cm-btn.--white a .circle:after {
    height: 34px;
    width: 34px;
  }
}
.top-reservation .cm-btn.--white a:hover .circle::after {
  height: 30px;
  width: 30px;
}
@media screen and (max-width: 834px) {
  .top-reservation .cm-btn.--white a:hover .circle::after {
    height: 20px;
    width: 20px;
  }
}
.top-reservation .cm-btn.--white a .wrap {
  font-weight: 600;
  font-size: clamp(15px, 1.3vw, 18px);
}
@media screen and (max-width: 834px) {
  .top-reservation .cm-btn.--white a .wrap {
    width: 80%;
  }
}
.top-reservation .cm-btn.--white a .wrap span {
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.5;
}
.top-reservation .cm-btn.--white a .wrap:after {
  content: none;
}
.top-expansion {
  background: #fbf9f7;
  border-radius: 30px;
  position: relative;
  padding: 74px 5%;
}
@media screen and (max-width: 834px) {
  .top-expansion {
    padding: 104px 5% 40px;
  }
}
.top-expansion__badge {
  position: absolute;
  top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(110px, 12vw, 160px);
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 834px) {
  .top-expansion__badge {
    top: -20px;
  }
}
.top-expansion__badge-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.top-expansion__badge img {
  animation: rotateBg 60s linear infinite;
}
@keyframes rotateBg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.top-expansion__badge p {
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 600;
}
.top-expansion__badge p span {
  display: block;
  font-size: clamp(13px, 1.2vw, 16px);
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .top-expansion__badge p span {
    margin-bottom: 0px;
  }
}
.top-expansion__title {
  text-align: center;
  margin-bottom: 17px;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}
.top-expansion__text {
  margin: 0 auto 40px;
  width: 71%;
}
@media screen and (max-width: 834px) {
  .top-expansion__text {
    width: 100%;
  }
}
.top-expansion__image {
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .top-expansion__image {
    margin-bottom: 30px;
  }
}
.top-expansion__image img {
  width: 100%;
}
.top-expansion__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .top-expansion__list {
    flex-direction: column;
  }
}
.top-expansion__item {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .top-expansion__item {
    width: 100%;
  }
}
.top-expansion__item-image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top-expansion__item-image {
    border-radius: 10px;
    margin-bottom: 15px;
  }
}
.top-expansion__item-image-text {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 5%;
  width: 39%;
}
.top-expansion__item-title {
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .top-expansion__item-title {
    margin-bottom: 10px;
  }
}
.top-expansion__item:first-child {
  border-right: 2px dotted #c7c7c7;
  padding-right: 4%;
}
@media screen and (max-width: 834px) {
  .top-expansion__item:first-child {
    padding: 0 0 30px 0;
    border-right: 0px dotted #c7c7c7;
    margin-bottom: 30px;
    border-bottom: 2px dotted #c7c7c7;
  }
}
.top-expansion__item:last-child {
  padding-left: 4%;
}
@media screen and (max-width: 834px) {
  .top-expansion__item:last-child {
    padding-left: 0;
  }
}
.top-expansion__guidance {
  margin-top: 50px;
  background: #ffffff;
  border: 1px solid #ece7e2;
  padding: 35px 10%;
  display: flex;
  align-items: center;
  gap: clamp(20px, 1.8vw, 40px);
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .top-expansion__guidance {
    margin-top: 30px;
    padding: 30px 5%;
    flex-direction: column;
  }
}
.top-expansion__guidance-title {
  background: #61c4ce;
  border-radius: 19px;
  color: #fff;
  font-size: clamp(14px, 1.3vw, 16px);
  font-weight: 700;
  padding: 8px 2%;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .top-expansion__guidance-title {
    padding: 5px 15px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.top-expansion__guidance-text {
  font-size: 14px;
}
@media screen and (max-width: 834px) {
  .top-expansion__guidance-text {
    width: 100%;
  }
}
.top-expansion__guidance-image {
  width: 88px;
  height: auto;
}
.top-feature {
  margin: 140px auto;
  background: #f1ebe7;
  border-radius: 60px;
  padding: 140px 0 135px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top-feature {
    margin: 60px auto;
    border-radius: 20px;
    padding: 60px 0 45px;
  }
}
.top-feature__dec {
  position: absolute;
  width: clamp(90px, 9vw, 160px);
  bottom: -100px;
  right: 5%;
}
@media screen and (max-width: 834px) {
  .top-feature__dec {
    bottom: -40px;
  }
}
.top-feature__title-box {
  margin-bottom: 60px;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 834px) {
  .top-feature__title-box {
    flex-direction: column;
    gap: 22px 0;
    margin-bottom: 30px;
  }
}
.top-feature__title {
  width: 20%;
}
@media screen and (max-width: 834px) {
  .top-feature__title {
    width: 100%;
  }
}
.top-feature__text {
  width: 55%;
}
@media screen and (max-width: 834px) {
  .top-feature__text {
    width: 100%;
  }
}
@media screen and (min-width: 835px) {
  .top-feature__list-wrap {
    overflow: visible !important;
  }
}
@media screen and (max-width: 834px) {
  .top-feature__list-wrap {
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
  }
}
.top-feature__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  gap: 60px 0;
}
@media screen and (max-width: 834px) {
  .top-feature__list {
    flex-direction: row;
    flex-wrap: nowrap;
    vertical-align: top;
  }
}
.top-feature__item-dec {
  position: absolute;
}
.top-feature__item-dec1 {
  width: 70px;
  height: auto;
  left: -3%;
  bottom: 66px;
  z-index: 5;
}
@media screen and (max-width: 834px) {
  .top-feature__item-dec1 {
    width: 50px;
    left: 0;
  }
}
.top-feature__item-dec2 {
  width: 185px;
  height: auto;
  right: -90px;
  top: -35px;
  z-index: 0;
}
@media screen and (max-width: 834px) {
  .top-feature__item-dec2 {
    width: 135px;
    right: -2%;
    top: 0;
  }
}
.top-feature__item {
  width: 30%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .top-feature__item {
    padding: 2.5rem 4.9%;
    max-width: 100%;
    width: 100%;
    min-width: 260px;
  }
}
.top-feature__image {
  margin-bottom: 23px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top-feature__image {
    margin-bottom: 15px;
  }
}
.top-feature__image img {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  .top-feature__image img {
    border-radius: 7px;
  }
}
.top-feature__image .number {
  position: absolute;
  color: #fff;
  z-index: 4;
  font-weight: 300;
  font-size: clamp(30px, 2.8vw, 48px);
  top: -30px;
  left: 3%;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 834px) {
  .top-feature__image .number {
    top: -16px;
  }
}
.top-feature__item-title {
  text-align: center;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 834px) {
  .top-feature__item-title {
    font-size: clamp(17px, 1.5vw, 24px);
    line-height: 1.3;
  }
}
.top-feature__item-title span {
  color: #74bdc5;
}
.top-feature__item-text {
  text-align: center;
  font-size: clamp(14px, 1.3vw, 15px);
  font-weight: 600;
  margin: 0;
}
.top-policy {
  position: relative;
  overflow: hidden;
}
.top-policy__dec {
  overflow: hidden;
  white-space: nowrap;
  padding: 1.2rem 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (max-width: 834px) {
  .top-policy__dec {
    bottom: 150px;
    top: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.top-policy__loop {
  display: inline-flex;
  animation: ticker 120s linear infinite;
}
.top-policy__loop .en.ticker-item {
  font-weight: 300;
  padding: 0 3rem;
  margin-right: 10px;
  color: #f1ede7;
  font-size: clamp(130px, 12vw, 240px);
  line-height: 1.2;
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.top-policy__contents.l-col-2 {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 834px) {
  .top-policy__contents.l-col-2 {
    flex-direction: column-reverse;
    gap: 37px 0;
  }
}
.top-policy__image-box {
  width: 61.5%;
  padding-bottom: 264px;
  position: relative;
  margin-left: -5%;
}
@media screen and (max-width: 834px) {
  .top-policy__image-box {
    width: 100%;
    margin-left: 0;
    padding-bottom: 100px;
  }
}
.top-policy__image-box .main-pic {
  border-radius: 10px;
  overflow: hidden;
}
.top-policy__image1 {
  position: relative;
  width: 68%;
}
@media screen and (max-width: 834px) {
  .top-policy__image1 {
    width: 74%;
  }
}
.top-policy__image1 .dec1 {
  position: absolute;
  width: clamp(100px, 10vw, 150px);
  height: auto;
  z-index: 6;
  bottom: -80px;
  left: -2%;
}
@media screen and (max-width: 834px) {
  .top-policy__image1 .dec1 {
    bottom: -40px;
  }
}
.top-policy__image1 .dec2 {
  position: absolute;
  z-index: 7;
  width: clamp(140px, 13vw, 200px);
  height: auto;
  bottom: -110px;
  left: 19%;
}
@media screen and (max-width: 834px) {
  .top-policy__image1 .dec2 {
    width: clamp(121px, 11vw, 200px);
    bottom: -100px;
    left: 5%;
  }
}
.top-policy__image2 {
  position: absolute;
  bottom: 15px;
  padding-bottom: 10px;
  right: 0;
  width: 43%;
}
@media screen and (max-width: 834px) {
  .top-policy__image2 {
    width: 46%;
  }
}
.top-policy__image2 .dec {
  position: absolute;
  width: clamp(88px, 11vw, 175px);
  height: auto;
  z-index: 6;
  bottom: -10px;
  right: -5%;
}
.top-policy__text-box {
  padding: 53px 0 0;
  width: 35%;
}
@media screen and (max-width: 834px) {
  .top-policy__text-box {
    width: 100%;
  }
}
.top-policy__title {
  font-size: clamp(21px, 2vw, 32px);
}
.top-policy__title span {
  margin-bottom: 10px;
}
.top-policy__text {
  margin-top: 50px;
  font-size: clamp(14px, 1.3vw, 16px);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .top-policy__text {
    margin-top: 20px;
  }
}
.top-policy .btn {
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  .top-policy .btn {
    padding: 0;
  }
}
.top-policy .btn .wrap {
  height: 34px;
}
.top-menu {
  position: relative;
  padding: 130px 0 100px;
}
@media screen and (max-width: 834px) {
  .top-menu {
    padding: 100px 0 80px;
  }
}
.top-menu__conntents {
  position: relative;
  z-index: 1;
}
.top-menu__dec {
  width: clamp(120px, 11vw, 260px);
  height: auto;
  position: absolute;
  right: 0;
  z-index: 0;
}
.top-menu__dec img {
  opacity: 0.35;
}
.top-menu__title-box {
  margin-bottom: 40px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 834px) {
  .top-menu__title-box {
    flex-direction: column;
  }
}
.top-menu__title {
  width: 20%;
}
@media screen and (max-width: 834px) {
  .top-menu__title {
    width: 100%;
  }
}
.top-menu__text {
  width: 55%;
}
@media screen and (max-width: 834px) {
  .top-menu__text {
    width: 100%;
    margin-top: 20px;
  }
}
.top-menu__list {
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .top-menu__list {
    flex-direction: column;
    gap: 40px;
  }
}
.top-menu__item {
  position: relative;
  z-index: 1;
  background: #fffefc;
  border-radius: 28px;
  width: 48%;
  padding: 46px 4.8%;
}
@media screen and (max-width: 834px) {
  .top-menu__item {
    width: 100%;
    border-radius: 15px;
    padding: 30px 5%;
  }
}
.top-menu__item-detail {
  border-bottom: 1px dotted #c7c7c7;
}
.top-menu__item-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .top-menu__item-title-box {
    margin-bottom: 20px;
  }
}
.top-menu__item-title {
  font-weight: 600;
  font-size: clamp(24px, 2.3vw, 32px);
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.top-menu__item-title span {
  color: #61c4ce;
  font-weight: 400;
  font-size: clamp(15px, 1.4vw, 18px);
  display: block;
  letter-spacing: normal;
}
.top-menu__item-icon {
  width: 80px;
  height: auto;
}
@media screen and (max-width: 834px) {
  .top-menu__item-icon {
    width: 56px;
  }
}
.top-menu__item-link {
  padding: 20px 2%;
  border-top: 1px dotted #c7c7c7;
}
@media screen and (max-width: 834px) {
  .top-menu__item-link {
    padding: 15px 2%;
  }
}
.top-menu__item a {
  color: #2b4758;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-menu__item i {
  font-size: 13px;
  color: #61c4ce;
}
.top-menu__item .btn {
  margin-top: 26px;
  justify-content: flex-end;
}
.top-menu__item .btn .wrap {
  height: 34px;
}
@media screen and (max-width: 834px) {
  .top-menu__item .btn .wrap {
    height: 30px;
  }
}
.top-menu__item .btn .circle {
  height: 35px;
  width: 35px;
  background: #74bdc5;
  border-radius: 50%;
}
.top-menu__item .btn .circle::after {
  background: #74bdc5;
  height: 45px;
  width: 45px;
}
.top-menu__item .btn .circle img {
  width: 13px;
  position: relative;
  z-index: 10;
  height: auto;
}
.top-menu__relax {
  display: flex;
  justify-content: space-between;
  margin: 63px auto 0;
  background: #fae3db;
  padding: 44px 5%;
  border-radius: 22px;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .top-menu__relax {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: auto auto;
    gap: 12px 5%;
    margin: 40px auto 0;
    padding: 22px 6%;
    border-radius: 16px;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .top-menu__relax {
    display: flex;
    grid-template-columns: auto;
    grid-template-rows: auto;
    flex-direction: column;
    margin: 40px auto 0;
    background: #fae3db;
    padding: 22px 9%;
    border-radius: 11px;
    align-items: center;
  }
}
.top-menu__relax-image {
  position: relative;
  width: 38%;
  text-align: right;
}
@media screen and (max-width: 834px) {
  .top-menu__relax-image {
    width: 100%;
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 600px) {
  .top-menu__relax-image {
    width: 100%;
  }
}
.top-menu__relax-image img {
  border-radius: 20px;
  width: 80%;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .top-menu__relax-image img {
    border-radius: 12px;
  }
}
@media screen and (max-width: 600px) {
  .top-menu__relax-image img {
    width: 81%;
    border-radius: 10px;
  }
}
.top-menu__relax-image .circle {
  position: absolute;
  background: #fdc5b6;
  border-radius: 50%;
  width: 140px;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  left: 0;
}
@media screen and (max-width: 834px) {
  .top-menu__relax-image .circle {
    width: 110px;
    top: -10px;
    left: -10px;
  }
}
@media screen and (max-width: 600px) {
  .top-menu__relax-image .circle {
    width: 100px;
    top: 0;
  }
}
.top-menu__relax-image .circle p {
  font-size: clamp(11px, 0.9vw, 16px);
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .top-menu__relax-image .circle p {
    font-size: clamp(11px, 1.6vw, 14px);
  }
}
@media screen and (max-width: 600px) {
  .top-menu__relax-image .circle p {
    line-height: 1.4;
  }
}
.top-menu__relax-title-box {
  width: 31.5%;
}
@media screen and (min-width: 1681px) {
  .top-menu__relax-title-box {
    width: 33%;
  }
}
@media screen and (max-width: 834px) {
  .top-menu__relax-title-box {
    width: 100%;
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: end;
  }
}
@media screen and (max-width: 600px) {
  .top-menu__relax-title-box {
    width: 100%;
    margin-top: 20px;
  }
}
.top-menu__relax-lead {
  border: 1px solid rgba(43, 71, 88, 0.5);
  text-align: center;
  font-size: clamp(11px, 0.9vw, 18px);
  font-weight: 600;
  margin-bottom: 10px;
  max-width: 340px;
}
@media screen and (max-width: 834px) {
  .top-menu__relax-lead {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 8px;
    font-size: clamp(10px, 1.5vw, 13px);
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 600px) {
  .top-menu__relax-lead {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 6px;
    padding: 0 10px;
  }
}
.top-menu__relax-title {
  font-size: clamp(20px, 2.4vw, 32px);
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .top-menu__relax-title {
    font-size: clamp(20px, 3.3vw, 25px);
    line-height: 1.4;
  }
}
@media screen and (max-width: 600px) {
  .top-menu__relax-title {
    line-height: 1.5;
    text-align: center;
  }
}
.top-menu__relax-title span {
  font-size: clamp(14px, 1.2vw, 24px);
}
@media screen and (max-width: 834px) {
  .top-menu__relax-title span {
    font-size: clamp(14px, 2vw, 16px);
  }
}
.top-menu__relax-text {
  margin: 0;
}
@media screen and (max-width: 834px) {
  .top-menu__relax-text {
    font-size: 11px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .top-menu__relax-text {
    font-size: 10px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.top-menu__relax-btn {
  width: 22%;
  height: 68px;
}
@media screen and (max-width: 834px) {
  .top-menu__relax-btn {
    width: 100%;
    grid-column: 2/3;
    grid-row: 2/3;
    align-self: start;
    height: 56px;
  }
}
@media screen and (max-width: 600px) {
  .top-menu__relax-btn {
    width: 100%;
    margin: 0 auto;
  }
}
.top-menu__relax-btn .wrap {
  height: 14px;
}
@media screen and (max-width: 600px) {
  .top-menu__relax-btn .wrap {
    height: 14px;
  }
}
.top-pickup {
  padding-bottom: 137px;
}
@media screen and (max-width: 834px) {
  .top-pickup {
    padding-bottom: 77px;
  }
}
.top-pickup__title {
  margin: 0 auto 63px;
  text-align: center;
  font-size: clamp(28px, 2.7vw, 40px);
  font-weight: 500;
  position: relative;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 834px) {
  .top-pickup__title {
    font-size: clamp(24px, 2.7vw, 40px);
    margin: 0 auto 40px;
  }
}
.top-pickup__title::before {
  content: "";
  background: url(../../img/webp/top/pickup-dec1.svg) center center/contain no-repeat;
  width: 242px;
  height: 72px;
  position: absolute;
  bottom: -40px;
  left: -83%;
}
@media screen and (max-width: 834px) {
  .top-pickup__title::before {
    width: 182px;
    height: 45px;
    bottom: -20px;
    left: -103%;
  }
}
.top-pickup__title::after {
  content: "";
  background: url(../../img/webp/top/pickup-dec2.svg) center center/contain no-repeat;
  width: 55px;
  height: 42px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -40%;
}
@media screen and (max-width: 834px) {
  .top-pickup__title::after {
    width: 45px;
    height: 38px;
    top: 50%;
    right: -45%;
  }
}
.top-pickup__banners {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 0;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .top-pickup__banners {
    flex-direction: column;
    gap: 20px 0;
  }
}
.top-pickup__banner a {
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  display: block;
}
@media screen and (max-width: 834px) {
  .top-pickup__banner a {
    border-radius: 12px;
  }
}
.top-pickup .pediatric,
.top-pickup .invisalign {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .top-pickup .pediatric,
  .top-pickup .invisalign {
    width: 100%;
  }
}
.top-pickup .implant {
  width: 100%;
}
.top-pickup__banner-text {
  position: absolute;
  width: 50%;
  display: flex;
  flex-direction: column;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .top-pickup__banner-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
  }
}
.top-pickup__banner-text .title {
  color: #2b4758;
  font-weight: 600;
  font-size: clamp(20px, 1.9vw, 30px);
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .top-pickup__banner-text .title {
    margin-bottom: 10px;
    font-size: clamp(20px, 5vw, 40px);
  }
}
.top-pickup__banner-text .title span {
  font-weight: 500;
  display: block;
  font-size: clamp(13px, 1.2vw, 20px);
}
@media screen and (max-width: 834px) {
  .top-pickup__banner-text .title span {
    font-size: clamp(13px, 3.1vw, 24px);
  }
}
.top-pickup__banner-text .btn.l-btn {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .top-pickup__banner-text .btn.l-btn {
    width: 90%;
    padding: 18px 15px 18px 30px;
  }
}
.top-pickup__banner-text .btn.l-btn .wrap {
  height: 16px;
  letter-spacing: -1px;
}
@media screen and (max-width: 834px) {
  .top-pickup__banner-text .btn.l-btn .wrap {
    height: 12px;
  }
}
.top-facilities__bg img {
  width: 100%;
}
.top-facilities__contents {
  margin: 96px 0 0 12%;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .top-facilities__contents {
    flex-direction: column;
    margin: 56px 0 0 0;
    gap: 20px 0;
  }
}
.top-facilities .top-facilities__text-box {
  width: 24%;
}
@media screen and (max-width: 834px) {
  .top-facilities .top-facilities__text-box {
    width: 90%;
    margin: 0 auto;
  }
}
.top-facilities .en-title {
  margin-bottom: 5px;
}
.top-facilities__text {
  font-weight: 400;
  margin: 35px 0 45px;
  line-height: 2;
  font-size: clamp(14px, 1.3vw, 16px);
}
@media screen and (max-width: 834px) {
  .top-facilities__text {
    margin: 30px 0 39px;
  }
}
@media screen and (max-width: 834px) {
  .top-facilities .btn {
    padding: 0;
  }
}
.top-facilities .btn .wrap {
  height: 34px;
}
.top-facilities__slider {
  overflow: hidden;
  width: 68%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 834px) {
  .top-facilities__slider {
    width: 90%;
  }
}
.top-facilities__slider .swiper-slide {
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 834px) {
  .top-facilities__slider .swiper-slide {
    border-radius: 10px;
  }
}
.top-facilities__slider .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.top-doctor {
  padding-top: 149px;
  max-width: 1350px;
}
@media screen and (max-width: 834px) {
  .top-doctor {
    padding-top: 79px;
    max-width: 1350px;
  }
}
.top-doctor__contents {
  background: #f1ebe7;
  border-radius: 21px;
  position: relative;
  padding: 100px 5.5%;
}
@media screen and (max-width: 834px) {
  .top-doctor__contents {
    border-radius: 11px;
    padding: 40px 5.5%;
    flex-direction: column;
    gap: 40px 0;
  }
}
.top-doctor__dec {
  position: absolute;
  top: -30px;
  right: 3%;
  width: 152px;
  height: auto;
}
@media screen and (max-width: 834px) {
  .top-doctor__dec {
    width: 122px;
  }
}
.top-doctor__image-box {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .top-doctor__image-box {
    width: 100%;
  }
}
.top-doctor__image-box .doc-image {
  border-radius: 14px;
}
@media screen and (max-width: 834px) {
  .top-doctor__image-box .doc-image {
    border-radius: 8px;
  }
}
.top-doctor__image-box .dec1 {
  width: 159px;
  height: auto;
  top: -50px;
  position: absolute;
  right: -4%;
}
@media screen and (max-width: 834px) {
  .top-doctor__image-box .dec1 {
    width: 100px;
    top: -20px;
  }
}
.top-doctor__image-box .dec2 {
  position: absolute;
  width: 102px;
  left: -6%;
  bottom: -40px;
}
@media screen and (max-width: 834px) {
  .top-doctor__image-box .dec2 {
    width: 82px;
    bottom: -20px;
  }
}
.top-doctor__text-box {
  width: 39%;
}
@media screen and (max-width: 834px) {
  .top-doctor__text-box {
    width: 100%;
  }
}
.top-doctor .section-title {
  font-size: clamp(21px, 2vw, 32px);
}
.top-doctor .section-title span {
  margin-bottom: 20px;
}
.top-doctor__text {
  margin: 10px 0 30px;
  line-height: 2;
  font-weight: 400;
  font-size: clamp(14px, 1.3vw, 16px);
}
@media screen and (max-width: 834px) {
  .top-doctor__text {
    margin: 0px 0 10px;
  }
}
.top-doctor__name {
  line-height: 2;
  font-size: clamp(16px, 1.4vw, 21px);
  margin-bottom: 5px;
}
@media screen and (max-width: 834px) {
  .top-doctor__name {
    margin-bottom: 39px;
  }
}
.top-doctor__name span {
  line-height: 2;
  font-size: clamp(14px, 1.3vw, 16px);
  margin-right: 14px;
}
.top-doctor .btn {
  margin: 0 0 0 auto;
  justify-content: flex-end;
}
@media screen and (max-width: 834px) {
  .top-doctor .btn {
    margin: 0 auto 0 0;
    justify-content: flex-start;
    padding: 0;
  }
}
.top-doctor .btn .wrap {
  height: 34px;
}
.top-recruit {
  margin: 100px auto;
  max-width: 1000px;
  width: 90%;
}
@media screen and (max-width: 834px) {
  .top-recruit {
    width: 90%;
    margin: 50px auto;
  }
}
.top-recruit__inner {
  border-radius: 15px;
  padding: 60px 7%;
  background-color: #74bdc5;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3rem 13%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .top-recruit__inner {
    grid-template-columns: 1fr;
    padding: 30px 5% 50px;
    gap: 30px 0%;
  }
}
.top-recruit__head {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 3rem 11%;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .top-recruit__head {
    text-align: center;
    place-content: center;
    -moz-column-gap: 5%;
         column-gap: 5%;
    margin-left: -9%;
  }
}
.top-recruit__img {
  max-width: 93px;
}
@media screen and (max-width: 834px) {
  .top-recruit__img {
    max-width: 43px;
  }
}
.top-recruit__img img {
  width: 100%;
  height: auto;
  display: block;
}
.top-recruit__ttl-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-recruit__ttl {
  font-size: clamp(35px, 3.4vw, 48px);
  font-weight: 500;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.top-recruit__label {
  font-size: clamp(15px, 1.4vw, 20px);
  font-weight: 600;
  height: 36px;
  padding: 0 30px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  border-radius: 100vmax;
}
.top-recruit__txt {
  font-size: clamp(15px, 1.4vw, 18px);
  color: #fff;
}
@media screen and (max-width: 834px) {
  .top-recruit__txt {
    text-align: center;
  }
}/*# sourceMappingURL=top.css.map */