/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@font-face {
  font-family: "tsukuhou";
  src: url("../font/Tsukuhou-35Point-Gothic.ttf") format("truetype");
}
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
html {
  background: #f1f1f1;
}

.topFv.--isBase {
  height: auto;
}
.topFv__hero .videoWrapper {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.topFv__hero .videoWrapper video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topFv__copy {
  position: absolute;
  inset: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  height: 100svh;
  color: white;
}
.topFv__copyInfo {
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 320px) {
  .topFv__copyInfo {
    inset: 38% auto auto 2.5vw;
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topFv__copyInfo {
    inset: auto auto 1.25vw 2.5vw;
    width: 50%;
  }
}
.topFv__copyInfoblock {
  gap: 8px;
}
@media screen and (min-width: 320px) {
  .topFv__copyInfoblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 600px) {
  .topFv__copyInfoblock {
    display: block;
  }
}
.topFv__copyInfoblock .--map .icon, .topFv__copyInfoblock .--tel .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: rgb(var(--color-rd));
}
@media screen and (min-width: 320px) {
  .topFv__copyInfoblock .--map .icon, .topFv__copyInfoblock .--tel .icon {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv__copyInfoblock .--map .icon, .topFv__copyInfoblock .--tel .icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.topFv__copyInfoblock .--map .icon svg, .topFv__copyInfoblock .--tel .icon svg {
  display: block;
  fill: white;
  width: 56%;
  height: 56%;
}
@media screen and (min-width: 320px) {
  .topFv__copyInfoblock .--map .text, .topFv__copyInfoblock .--tel .text {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .topFv__copyInfoblock .--map .text, .topFv__copyInfoblock .--tel .text {
    display: inline;
  }
}
.topFv__copySub {
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (min-width: 320px) {
  .topFv__copySub {
    font-size: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv__copySub {
    font-size: 2rem;
  }
}
.topFv__copyName {
  margin-bottom: 16px;
}
@media screen and (min-width: 320px) {
  .topFv__copyName {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv__copyName {
    font-size: 2.4rem;
  }
}
.topFv__copyName dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .topFv__copyAddress {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv__copyAddress {
    font-size: 1.6rem;
  }
}
.topFv__copyAddress a {
  text-decoration: underline;
}
.topFv__copyAddress a:hover {
  text-decoration: none;
}
.topFv__copyDl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 320px) {
  .topFv__copyDl {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv__copyDl {
    font-size: 1.8rem;
  }
}
.topFv__copyDl a {
  text-decoration: underline;
}
.topFv__copyDl a:hover {
  text-decoration: none;
}
@media screen and (min-width: 320px) {
  .topFv__copyUpdates {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .topFv__copyUpdates {
    display: block;
  }
}
.topFv__copyUpdates article {
  margin-top: 12px;
}
@media screen and (min-width: 320px) {
  .topFv__copyUpdates article {
    width: 48rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv__copyUpdates article {
    width: 48rem;
  }
}
.topFv__copyUpdates a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px) saturate(140%);
  border: solid 1px rgba(255, 255, 255, 0.16);
  border-radius: 999vw;
}
@media screen and (min-width: 320px) {
  .topFv__copyUpdates a {
    padding: 4px 32px 4px 4px;
  }
}
@media screen and (min-width: 600px) {
  .topFv__copyUpdates a {
    padding: 4px 32px 4px 4px;
  }
}
.topFv__copyUpdates a:hover p {
  text-decoration: none;
}
.topFv__copyUpdates figure {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .topFv__copyUpdates figure {
    width: 5.6rem;
    height: 5.6rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv__copyUpdates figure {
    width: 5.6rem;
    height: 5.6rem;
  }
}
.topFv__copyUpdates figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 320px) {
  .topFv__copyUpdates header {
    width: calc(100% - 6.4rem);
  }
}
@media screen and (min-width: 600px) {
  .topFv__copyUpdates header {
    width: calc(100% - 6.4rem);
  }
}
.topFv__copyUpdates p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: underline;
}
@media screen and (min-width: 320px) {
  .topFv__copyUpdates p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv__copyUpdates p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 320px) {
  .topFv__copyUpdates time {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv__copyUpdates time {
    font-size: 1.3rem;
  }
}
.topFv__copyJa {
  position: absolute;
  font-weight: 700;
  line-height: 2;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 320px) {
  .topFv__copyJa {
    display: none;
    font-size: 1.4rem;
    inset: 13rem 2.5vw auto auto;
  }
}
@media screen and (min-width: 600px) {
  .topFv__copyJa {
    display: block;
    font-size: 3.2rem;
    inset: 28rem 5vw auto auto;
  }
}
.topFv__copyEn {
  position: absolute;
  font-weight: 700;
  line-height: 1;
  text-align: right;
}
@media screen and (min-width: 320px) {
  .topFv__copyEn {
    inset: auto 0 7rem auto;
    font-size: 6rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv__copyEn {
    inset: auto 0 0.75vw auto;
    font-size: 14rem;
  }
}
.topFv__gal {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .topFv__gal {
    padding: 12rem 0 0;
  }
}
.topFv__galWrapper, .topFv__galItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 320px) {
  .topFv__galWrapper {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 600px) {
  .topFv__galWrapper {
    margin-bottom: 16px;
  }
}
.topFv__galWrapper.--reverse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.topFv__galWrapper.--reverse .topFv__galItems {
  -webkit-animation: loopClRv 40000ms linear infinite both;
          animation: loopClRv 40000ms linear infinite both;
}
.topFv__galItems {
  -webkit-animation: loopCl 40000ms linear infinite both;
          animation: loopCl 40000ms linear infinite both;
}
@media screen and (min-width: 320px) {
  .topFv__galItem {
    width: 16rem;
    margin-right: 8px;
  }
}
@media screen and (min-width: 600px) {
  .topFv__galItem {
    width: 42rem;
    margin-right: 16px;
  }
}
.topFv__galItem .imgWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  overflow: hidden;
}
.topFv__galItem img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topFv__concept {
  position: relative;
  z-index: 1;
  color: white;
}
.topFv__conceptInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 320px) {
  .topFv__conceptInner {
    padding: 80px 10vw 128px;
  }
}
@media screen and (min-width: 600px) {
  .topFv__conceptInner {
    padding: 80px 10vw 128px;
  }
}
@media screen and (min-width: 320px) {
  .topFv__conceptTitle {
    width: 100%;
    position: relative;
    top: auto;
  }
}
@media screen and (min-width: 600px) {
  .topFv__conceptTitle {
    width: 47.5%;
    position: sticky;
    top: 32rem;
  }
}
.topFv__conceptTitle h2 {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .topFv__conceptTitle h2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv__conceptTitle h2 {
    font-size: 4rem;
  }
}
.topFv__conceptTitle div {
  margin-top: 16px;
}
@media screen and (min-width: 320px) {
  .topFv__conceptTitle div {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv__conceptTitle div {
    font-size: 1.8rem;
  }
}
.topFv__conceptTitle .hw {
  font-family: var(--font-unique-en);
  position: absolute;
  -webkit-transform: translateY(100%) rotate(-7.5deg);
          transform: translateY(100%) rotate(-7.5deg);
}
@media screen and (min-width: 320px) {
  .topFv__conceptTitle .hw {
    inset: auto auto 4rem -10vw;
    font-size: 13rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv__conceptTitle .hw {
    inset: auto auto 8rem -10vw;
    font-size: 22rem;
  }
}
.topFv__conceptDesc {
  font-weight: 700;
  line-height: 2.4;
}
@media screen and (min-width: 320px) {
  .topFv__conceptDesc {
    width: 100%;
    font-size: 1.4rem;
    padding-top: 17.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topFv__conceptDesc {
    width: 47.5%;
    font-size: 3.2rem;
    padding-top: 0;
  }
}

.baseService__grid {
  width: 100%;
  display: grid;
}
@media screen and (min-width: 320px) {
  .baseService__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 600px) {
  .baseService__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 320px) {
  .baseService__grid li {
    height: 32rem;
  }
}
@media screen and (min-width: 600px) {
  .baseService__grid li {
    height: 32rem;
  }
}

.baseFeature {
  overflow: hidden;
}

.baseFeature__list {
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  margin-top: clamp(36px, 6vw, 72px);
}

.baseFeatureItem {
  display: grid;
  overflow: hidden;
  border-radius: 28px;
  background: rgb(var(--color-wh));
  -webkit-box-shadow: 0 18px 54px rgb(var(--color-bk)/0.08);
          box-shadow: 0 18px 54px rgb(var(--color-bk)/0.08);
}
@media screen and (min-width: 600px) {
  .baseFeatureItem {
    grid-template-columns: 1fr 1fr;
    min-height: 420px;
  }
}
@media screen and (min-width: 600px) {
  .baseFeatureItem.isReverse .baseFeatureItem__figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .baseFeatureItem.isReverse .baseFeatureItem__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .baseFeatureItem.isReverse .baseFeatureItem__en {
    left: 24px;
    right: auto;
  }
}

.baseFeatureItem__figure {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .baseFeatureItem__figure {
    min-height: 100%;
  }
}
.baseFeatureItem__figure .imgWrapper {
  height: 100%;
}
.baseFeatureItem__figure img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.baseFeatureItem__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 340px;
  padding: clamp(32px, 5vw, 72px);
}

.baseFeatureItem__num {
  display: block;
  margin-bottom: clamp(20px, 3vw, 34px);
  color: rgb(var(--color-main));
  font-size: clamp(72px, 10vw, 150px);
  font-weight: 900;
  line-height: 0.75;
  letter-spacing: -0.08em;
}

.baseFeatureItem__en {
  position: absolute;
  right: 20px;
  top: 50%;
  margin: 0;
  color: rgb(var(--color-main));
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 320px) {
  .baseFeatureItem__en {
    right: 14px;
    font-size: 12px;
  }
}

.baseFeatureItem__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  color: rgb(var(--color-bk));
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 320px) {
  .baseFeatureItem__title br {
    display: none;
  }
}

.baseFeatureItem__desc {
  max-width: 560px;
  margin: clamp(18px, 2vw, 26px) 0 0;
  color: rgb(var(--color-bk)/0.72);
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.baseDailyFlow {
  overflow: hidden;
}

.baseDailyFlow__timeline {
  position: relative;
  display: grid;
  gap: 28px;
  margin-top: clamp(40px, 6vw, 80px);
}
.baseDailyFlow__timeline::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 50%;
  width: 2px;
  background: rgb(var(--color-main)/0.24);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 320px) {
  .baseDailyFlow__timeline::before {
    left: 22px;
    -webkit-transform: none;
            transform: none;
  }
}

.baseDailyFlowItem {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 84px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 320px) {
  .baseDailyFlowItem {
    grid-template-columns: 44px 1fr;
    gap: 16px;
  }
}
.baseDailyFlowItem__dot {
  grid-column: 2;
  position: relative;
  z-index: 2;
  width: 54px;
  height: 54px;
  margin-inline: auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 30% 25%, rgb(var(--color-yl)/0.42), transparent 34%), rgb(var(--color-main));
  -webkit-box-shadow: 0 12px 26px rgb(var(--color-main)/0.24), 0 0 0 8px rgb(var(--color-wh));
          box-shadow: 0 12px 26px rgb(var(--color-main)/0.24), 0 0 0 8px rgb(var(--color-wh));
}
@media screen and (min-width: 320px) {
  .baseDailyFlowItem__dot {
    grid-column: 1;
    width: 44px;
    height: 44px;
    -webkit-box-shadow: 0 10px 20px rgb(var(--color-main)/0.18), 0 0 0 6px rgb(var(--color-wh));
            box-shadow: 0 10px 20px rgb(var(--color-main)/0.18), 0 0 0 6px rgb(var(--color-wh));
  }
}
.baseDailyFlowItem__dot span {
  color: rgb(var(--color-wh));
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.baseDailyFlowItem__card {
  grid-column: 1;
  position: relative;
  display: grid;
  grid-template-columns: 112px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(18px, 3vw, 34px);
  min-height: 168px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 24px;
  background: linear-gradient(135deg, rgb(var(--color-main)/0.08), rgb(var(--color-wh)));
  border: 1px solid rgb(var(--color-main)/0.1);
  -webkit-box-shadow: 0 18px 48px rgb(var(--color-bk)/0.07);
          box-shadow: 0 18px 48px rgb(var(--color-bk)/0.07);
}
@media screen and (min-width: 320px) {
  .baseDailyFlowItem__card {
    grid-column: 2;
    grid-template-columns: 72px 1fr;
    min-height: auto;
    padding: 20px;
  }
}
.baseDailyFlowItem__card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  width: 28px;
  height: 28px;
  background: inherit;
  border-top: 1px solid rgb(var(--color-main)/0.1);
  border-right: 1px solid rgb(var(--color-main)/0.1);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 320px) {
  .baseDailyFlowItem__card::after {
    left: -10px;
    right: auto;
    width: 20px;
    height: 20px;
    border-right: 0;
    border-left: 1px solid rgb(var(--color-main)/0.1);
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
.baseDailyFlowItem__icon {
  position: relative;
  z-index: 1;
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid rgb(var(--color-main));
  color: rgb(var(--color-main));
  font-size: 38px;
  line-height: 1;
  background: rgb(var(--color-wh));
}
@media screen and (min-width: 320px) {
  .baseDailyFlowItem__icon {
    width: 64px;
    height: 64px;
    font-size: 28px;
  }
}
.baseDailyFlowItem__body {
  position: relative;
  z-index: 1;
}
.baseDailyFlowItem__time {
  margin: 0 0 6px;
  color: rgb(var(--color-main));
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
}
.baseDailyFlowItem__title {
  margin: 0;
  color: rgb(var(--color-bk));
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: -0.04em;
}
.baseDailyFlowItem__desc {
  margin: 12px 0 0;
  padding-top: 12px;
  border-top: 1px dotted rgb(var(--color-main)/0.6);
  color: rgb(var(--color-bk)/0.72);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}
.baseDailyFlowItem.isReverse .baseDailyFlowItem__card {
  grid-column: 3;
  background: linear-gradient(135deg, rgb(var(--color-yl)/0.18), rgb(var(--color-wh)));
}
@media screen and (min-width: 320px) {
  .baseDailyFlowItem.isReverse .baseDailyFlowItem__card {
    grid-column: 2;
  }
}
.baseDailyFlowItem.isReverse .baseDailyFlowItem__card::after {
  left: -14px;
  right: auto;
  border-right: 0;
  border-left: 1px solid rgb(var(--color-main)/0.1);
}
@media screen and (min-width: 320px) {
  .baseDailyFlowItem.isReverse .baseDailyFlowItem__card::after {
    left: -10px;
  }
}
.baseDailyFlowItem.isReverse .baseDailyFlowItem__icon {
  border-color: rgb(var(--color-yl));
  color: rgb(var(--color-main));
}

@media screen and (min-width: 320px) {
  .baseServiceDetail {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 600px) {
  .baseServiceDetail {
    margin-bottom: 88px;
  }
}

.baseServiceDetail__inner {
  position: relative;
}

.baseServiceDetail__grid {
  display: grid;
  margin: clamp(36px, 6vw, 72px) 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 320px) {
  .baseServiceDetail__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (min-width: 600px) {
  .baseServiceDetail__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .baseServiceDetail__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
}

.baseServiceDetailCard {
  position: relative;
  border-radius: 24px;
  background: rgb(var(--color-wh));
  border: 1px solid rgb(var(--color-bk)/0.06);
  -webkit-box-shadow: 0 18px 48px rgb(var(--color-bk)/0.07);
          box-shadow: 0 18px 48px rgb(var(--color-bk)/0.07);
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (min-width: 320px) {
  .baseServiceDetailCard {
    min-height: unset;
    padding: 16px;
  }
}
@media screen and (min-width: 600px) {
  .baseServiceDetailCard {
    min-height: 240px;
    padding: 24px;
  }
}
.baseServiceDetailCard::before {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgb(var(--color-main)/0.08);
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
}
.baseServiceDetailCard:hover, .baseServiceDetailCard.isActive {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 26px 70px rgb(var(--color-bk)/0.11);
          box-shadow: 0 26px 70px rgb(var(--color-bk)/0.11);
  background: rgb(var(--color-main));
}
.baseServiceDetailCard:hover::before, .baseServiceDetailCard.isActive::before {
  background: rgb(var(--color-yl)/0.22);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.baseServiceDetailCard:hover .baseServiceDetailCard__num,
.baseServiceDetailCard:hover .baseServiceDetailCard__title, .baseServiceDetailCard.isActive .baseServiceDetailCard__num,
.baseServiceDetailCard.isActive .baseServiceDetailCard__title {
  color: rgb(var(--color-wh));
}
.baseServiceDetailCard:hover .baseServiceDetailCard__plus, .baseServiceDetailCard.isActive .baseServiceDetailCard__plus {
  background: rgb(var(--color-wh));
}
.baseServiceDetailCard:hover .baseServiceDetailCard__plus::before, .baseServiceDetailCard:hover .baseServiceDetailCard__plus::after, .baseServiceDetailCard.isActive .baseServiceDetailCard__plus::before, .baseServiceDetailCard.isActive .baseServiceDetailCard__plus::after {
  background: rgb(var(--color-main));
}

.baseServiceDetailCard__num {
  position: relative;
  z-index: 1;
  display: block;
  color: rgb(var(--color-main));
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.baseServiceDetailCard__title {
  position: relative;
  z-index: 1;
  color: rgb(var(--color-bk));
  font-size: clamp(1.8rem, 2vw, 28px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: -0.04em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 320px) {
  .baseServiceDetailCard__title {
    margin: 16px 0 0;
  }
}
@media screen and (min-width: 600px) {
  .baseServiceDetailCard__title {
    margin: 42px 0 0;
  }
}

.baseServiceDetailCard__plus {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  background: rgb(var(--color-bk)/0.22);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media screen and (min-width: 320px) {
  .baseServiceDetailCard__plus {
    inset: auto 8px 8px auto;
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media screen and (min-width: 600px) {
  .baseServiceDetailCard__plus {
    inset: auto 22px 22px auto;
    width: 42px;
    height: 42px;
  }
}
.baseServiceDetailCard__plus::before, .baseServiceDetailCard__plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  border-radius: 999px;
  background: rgb(var(--color-wh));
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media screen and (min-width: 320px) {
  .baseServiceDetailCard__plus::before, .baseServiceDetailCard__plus::after {
    width: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .baseServiceDetailCard__plus::before, .baseServiceDetailCard__plus::after {
    width: 16px;
  }
}
.baseServiceDetailCard__plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.baseServiceTooltip {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: min(340px, 100vw - 32px);
  padding: 18px 20px;
  border-radius: 16px;
  background: rgb(var(--color-wh));
  color: rgb(var(--color-bk)/0.78);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
  -webkit-box-shadow: 0 20px 60px rgb(var(--color-bk)/0.18);
          box-shadow: 0 20px 60px rgb(var(--color-bk)/0.18);
  border: 1px solid rgb(var(--color-bk)/0.06);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate3d(-999px, -999px, 0) scale(0.96);
          transform: translate3d(-999px, -999px, 0) scale(0.96);
}
.baseServiceTooltip.isShow {
  opacity: 1;
  -webkit-transform: translate3d(var(--tooltip-x), var(--tooltip-y), 0) scale(1);
          transform: translate3d(var(--tooltip-x), var(--tooltip-y), 0) scale(1);
}

@media (hover: none), (pointer: coarse) {
  .baseServiceTooltip {
    position: static;
    width: 100%;
    margin-top: 14px;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    display: none;
  }
  .baseServiceTooltip.isShow {
    display: block;
    -webkit-transform: none;
            transform: none;
  }
}
.baseInterview {
  overflow: hidden;
}

.baseInterview__sliderWrap {
  position: relative;
  margin-top: clamp(36px, 6vw, 72px);
}

.baseInterview__swiper {
  overflow: visible;
}

.baseInterviewCard {
  height: auto;
}

.baseInterviewCard__link {
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 26px;
  background: rgb(var(--color-wh));
  -webkit-box-shadow: 0 18px 48px rgb(var(--color-bk)/0.08);
          box-shadow: 0 18px 48px rgb(var(--color-bk)/0.08);
  color: inherit;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
}
.baseInterviewCard__link:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 28px 72px rgb(var(--color-bk)/0.12);
          box-shadow: 0 28px 72px rgb(var(--color-bk)/0.12);
}
.baseInterviewCard__link:hover .baseInterviewCard__figure img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.baseInterviewCard__figure {
  position: relative;
  aspect-ratio: 5/3;
  overflow: hidden;
  margin: 0;
  background: rgb(var(--color-bk)/0.06);
}
.baseInterviewCard__figure .imgWrapper {
  height: 100%;
}
.baseInterviewCard__figure img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.baseInterviewCard__body {
  padding: 22px 22px 24px;
}

.baseInterviewCard__title {
  margin: 0;
  color: rgb(var(--color-bk));
  font-size: clamp(18px, 1.8vw, 23px);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: -0.04em;
}

.baseInterviewCard__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 12px;
  margin-top: 18px;
  color: rgb(var(--color-bk)/0.58);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}
.baseInterviewCard__meta time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.baseInterviewCard__name {
  position: relative;
  margin: 0;
  padding-left: 12px;
}
.baseInterviewCard__name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgb(var(--color-main));
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.baseInterview__nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgb(var(--color-rd));
  -webkit-box-shadow: 0 16px 36px rgb(var(--color-rd)/0.28);
          box-shadow: 0 16px 36px rgb(var(--color-rd)/0.28);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.baseInterview__nav::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid rgb(var(--color-wh));
  border-right: 2px solid rgb(var(--color-wh));
}
.baseInterview__nav.isPrev {
  left: -26px;
}
.baseInterview__nav.isPrev::before {
  -webkit-transform: rotate(-135deg) translate(-2px, 2px);
          transform: rotate(-135deg) translate(-2px, 2px);
}
.baseInterview__nav.isNext {
  right: -26px;
}
.baseInterview__nav.isNext::before {
  -webkit-transform: rotate(45deg) translate(-2px, 2px);
          transform: rotate(45deg) translate(-2px, 2px);
}
.baseInterview__nav:hover {
  background: rgb(var(--color-main));
  -webkit-box-shadow: 0 18px 42px rgb(var(--color-main)/0.26);
          box-shadow: 0 18px 42px rgb(var(--color-main)/0.26);
}
.baseInterview__nav.swiper-button-disabled {
  opacity: 0.28;
  pointer-events: none;
}
@media screen and (min-width: 320px) {
  .baseInterview__nav {
    width: 44px;
    height: 44px;
  }
  .baseInterview__nav.isPrev {
    left: -8px;
  }
  .baseInterview__nav.isNext {
    right: -8px;
  }
}

.baseAccess__map {
  overflow: hidden;
  margin-top: clamp(36px, 6vw, 72px);
  border-radius: 28px;
  -webkit-box-shadow: 0 20px 70px rgb(var(--color-bk)/0.1);
          box-shadow: 0 20px 70px rgb(var(--color-bk)/0.1);
  background: rgb(var(--color-bk)/0.06);
}
.baseAccess__map iframe {
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .baseAccess__map iframe {
    height: 24rem;
  }
}
@media screen and (min-width: 600px) {
  .baseAccess__map iframe {
    height: 56rem;
  }
}
@media screen and (min-width: 1025px) {
  .baseAccess__map iframe {
    height: 56rem;
  }
}

.baseAccess__content {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (min-width: 1025px) {
  .baseAccess__content {
    grid-template-columns: minmax(0, 1fr) 360px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.baseAccess__info,
.baseAccess__note {
  border-radius: 28px;
  background: rgb(var(--color-wh));
  border: 1px solid rgb(var(--color-bk)/0.06);
  -webkit-box-shadow: 0 18px 54px rgb(var(--color-bk)/0.07);
          box-shadow: 0 18px 54px rgb(var(--color-bk)/0.07);
}

.baseAccess__info {
  padding: clamp(22px, 4vw, 42px);
}

.baseAccessList {
  margin: 0;
}

.baseAccessList__row {
  display: grid;
  gap: 8px;
  padding: 18px 0;
  border-bottom: 1px solid rgb(var(--color-bk)/0.08);
}
@media screen and (min-width: 600px) {
  .baseAccessList__row {
    grid-template-columns: 180px 1fr;
    gap: 24px;
  }
}
.baseAccessList__row:first-child {
  padding-top: 0;
}
.baseAccessList__row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.baseAccessList__row dt {
  color: rgb(var(--color-main));
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.baseAccessList__row dd {
  margin: 0;
  color: rgb(var(--color-bk));
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}
.baseAccessList__row dd a {
  color: rgb(var(--color-rd));
  text-decoration: none;
  font-weight: 900;
}

.baseAccess__note {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 40px);
  background: radial-gradient(circle at 90% 10%, rgb(var(--color-yl)/0.36), transparent 32%), linear-gradient(135deg, rgb(var(--color-main)), rgb(var(--color-rd)));
  color: rgb(var(--color-wh));
}
.baseAccess__note::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgb(var(--color-wh)/0.12);
}

.baseAccess__noteLabel {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.baseAccess__noteTitle {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.05em;
}

.baseAccess__noteText {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  color: rgb(var(--color-wh)/0.88);
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}

.baseAccess__btn {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 48px;
  margin-top: 28px;
  padding: 0 22px;
  border-radius: 999px;
  background: rgb(var(--color-wh));
  color: rgb(var(--color-rd));
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.baseAccess__btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 14px 30px rgb(var(--color-bk)/0.18);
          box-shadow: 0 14px 30px rgb(var(--color-bk)/0.18);
}

.basePrice2__summary {
  display: grid;
  gap: 18px;
  margin-top: clamp(36px, 6vw, 72px);
}
@media screen and (min-width: 1025px) {
  .basePrice2__summary {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.basePrice2Main,
.basePrice2Message,
.basePrice2__tableWrap {
  border-radius: 28px;
  background: rgb(var(--color-wh));
  border: 1px solid rgb(var(--color-bk)/0.06);
  -webkit-box-shadow: 0 18px 54px rgb(var(--color-bk)/0.07);
          box-shadow: 0 18px 54px rgb(var(--color-bk)/0.07);
}

.basePrice2Main {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 5vw, 56px);
  color: rgb(var(--color-wh));
  background: radial-gradient(circle at 86% 18%, rgb(var(--color-yl)/0.46), transparent 30%), linear-gradient(135deg, rgb(var(--color-main)), rgb(var(--color-rd)));
}
.basePrice2Main::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -52px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgb(var(--color-wh)/0.13);
}

.basePrice2Main__label {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgb(var(--color-wh)/0.18);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.basePrice2Main__price {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
}

.basePrice2Main__yen {
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 900;
}

.basePrice2Main__num {
  font-size: clamp(52px, 8vw, 96px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.basePrice2Main__tax {
  font-size: 14px;
  font-weight: 900;
}

.basePrice2Main__note {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
  color: rgb(var(--color-wh)/0.88);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.basePrice2Message {
  padding: clamp(28px, 4vw, 46px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.basePrice2Message h3 {
  margin: 0;
  color: rgb(var(--color-bk));
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: -0.05em;
}
.basePrice2Message p {
  margin: 18px 0 0;
  color: rgb(var(--color-bk)/0.72);
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.basePrice2__tableWrap {
  overflow: hidden;
  margin-top: 18px;
}
@media screen and (min-width: 320px) {
  .basePrice2__tableWrap {
    overflow-x: auto;
  }
}

.basePrice2Table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}
.basePrice2Table th,
.basePrice2Table td {
  padding: 20px 22px;
  border-bottom: 1px solid rgb(var(--color-bk)/0.08);
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
}
.basePrice2Table thead th {
  background: rgb(var(--color-bk));
  color: rgb(var(--color-wh));
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.basePrice2Table tbody th {
  width: 22%;
  color: rgb(var(--color-main));
  font-weight: 900;
}
.basePrice2Table tbody td {
  color: rgb(var(--color-bk)/0.76);
  font-weight: 700;
}
.basePrice2Table tbody td:last-child {
  color: rgb(var(--color-bk));
  font-weight: 900;
}
.basePrice2Table tbody tr:last-child th,
.basePrice2Table tbody tr:last-child td {
  border-bottom: 0;
}

.basePrice2__notes {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.basePrice2__notes li {
  position: relative;
  padding-left: 20px;
  color: rgb(var(--color-bk)/0.62);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}
.basePrice2__notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgb(var(--color-rd));
}

.baseSidebar__head {
  list-style: none;
}

.baseSidebar__toggle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgb(var(--color-bk));
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  text-align: left;
}
.baseSidebar__toggle i {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgb(var(--color-main));
}
.baseSidebar__toggle i::before, .baseSidebar__toggle i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: rgb(var(--color-wh));
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
.baseSidebar__toggle i::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.baseSidebar__toggle[aria-expanded=true] i::after {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
@media screen and (min-width: 600px) {
  .baseSidebar__toggle {
    pointer-events: none;
  }
  .baseSidebar__toggle i {
    display: none;
  }
}

@media screen and (min-width: 320px) {
  .sidebarItem {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-transition: max-height 0.35s ease, opacity 0.25s ease, margin 0.25s ease, -webkit-transform 0.25s ease;
    transition: max-height 0.35s ease, opacity 0.25s ease, margin 0.25s ease, -webkit-transform 0.25s ease;
    transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.25s ease, margin 0.25s ease;
    transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.25s ease, margin 0.25s ease, -webkit-transform 0.25s ease;
  }
  .sidebarList.isOpen .sidebarItem {
    max-height: 72px;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 600px) {
  .sidebarItem {
    max-height: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    overflow: visible;
  }
}
.baseSidebar__toggle span:nth-child(1) {
  display: block !important;
}

.baseContact__form {
  margin-top: clamp(36px, 6vw, 72px);
  padding: clamp(24px, 4vw, 48px);
  border-radius: 32px;
  background: rgb(var(--color-wh));
  border: 1px solid rgb(var(--color-bk)/0.06);
  -webkit-box-shadow: 0 24px 80px rgb(var(--color-bk)/0.08);
          box-shadow: 0 24px 80px rgb(var(--color-bk)/0.08);
}
.baseContact__form .wpcf7 {
  width: 100%;
}
.baseContact__form .wpcf7-form {
  display: grid;
  gap: 22px;
}
.baseContact__form label {
  display: grid;
  gap: 10px;
  color: rgb(var(--color-bk));
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
}
.baseContact__form input[type=text],
.baseContact__form input[type=email],
.baseContact__form input[type=tel],
.baseContact__form select,
.baseContact__form textarea {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgb(var(--color-bk)/0.1);
  border-radius: 16px;
  background: rgb(var(--color-bk)/0.035);
  color: rgb(var(--color-bk));
  font-size: 16px;
  font-weight: 700;
  outline: none;
  -webkit-transition: border-color 0.25s ease, background 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, background 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.baseContact__form input[type=text]:focus,
.baseContact__form input[type=email]:focus,
.baseContact__form input[type=tel]:focus,
.baseContact__form select:focus,
.baseContact__form textarea:focus {
  border-color: rgb(var(--color-main));
  background: rgb(var(--color-wh));
  -webkit-box-shadow: 0 0 0 5px rgb(var(--color-main)/0.14);
          box-shadow: 0 0 0 5px rgb(var(--color-main)/0.14);
}
.baseContact__form input[type=text]::-webkit-input-placeholder, .baseContact__form input[type=email]::-webkit-input-placeholder, .baseContact__form input[type=tel]::-webkit-input-placeholder, .baseContact__form select::-webkit-input-placeholder, .baseContact__form textarea::-webkit-input-placeholder {
  color: rgb(var(--color-bk)/0.36);
}
.baseContact__form input[type=text]::-moz-placeholder, .baseContact__form input[type=email]::-moz-placeholder, .baseContact__form input[type=tel]::-moz-placeholder, .baseContact__form select::-moz-placeholder, .baseContact__form textarea::-moz-placeholder {
  color: rgb(var(--color-bk)/0.36);
}
.baseContact__form input[type=text]:-ms-input-placeholder, .baseContact__form input[type=email]:-ms-input-placeholder, .baseContact__form input[type=tel]:-ms-input-placeholder, .baseContact__form select:-ms-input-placeholder, .baseContact__form textarea:-ms-input-placeholder {
  color: rgb(var(--color-bk)/0.36);
}
.baseContact__form input[type=text]::-ms-input-placeholder, .baseContact__form input[type=email]::-ms-input-placeholder, .baseContact__form input[type=tel]::-ms-input-placeholder, .baseContact__form select::-ms-input-placeholder, .baseContact__form textarea::-ms-input-placeholder {
  color: rgb(var(--color-bk)/0.36);
}
.baseContact__form input[type=text]::placeholder,
.baseContact__form input[type=email]::placeholder,
.baseContact__form input[type=tel]::placeholder,
.baseContact__form select::placeholder,
.baseContact__form textarea::placeholder {
  color: rgb(var(--color-bk)/0.36);
}
.baseContact__form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgb(var(--color-main)) 50%), linear-gradient(135deg, rgb(var(--color-main)) 50%, transparent 50%);
  background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 44px;
}
.baseContact__form textarea {
  min-height: 180px;
  padding: 18px;
  resize: vertical;
}
.baseContact__form .wpcf7-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(100%, 320px);
  min-height: 58px;
  margin-top: 10px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: var(--color-gradient);
  color: rgb(var(--color-wh));
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  -webkit-box-shadow: 0 16px 36px rgb(var(--color-main)/0.24);
          box-shadow: 0 16px 36px rgb(var(--color-main)/0.24);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.baseContact__form .wpcf7-submit:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 22px 48px rgb(var(--color-main)/0.3);
          box-shadow: 0 22px 48px rgb(var(--color-main)/0.3);
}
.baseContact__form .wpcf7-submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  -webkit-transform: none;
          transform: none;
}
.baseContact__form .wpcf7-spinner {
  margin-left: 12px;
}
.baseContact__form .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: rgb(var(--color-rd));
  font-size: 12px;
  font-weight: 900;
}
.baseContact__form .wpcf7-response-output {
  margin: 18px 0 0 !important;
  padding: 16px 18px !important;
  border-radius: 16px;
  border: 1px solid rgb(var(--color-main)/0.28) !important;
  background: rgb(var(--color-main)/0.08);
  color: rgb(var(--color-bk));
  font-size: 14px;
  font-weight: 800;
  line-height: 1.8;
}
.baseContact__form .wpcf7 form.invalid .wpcf7-response-output,
.baseContact__form .wpcf7 form.unaccepted .wpcf7-response-output,
.baseContact__form .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: rgb(var(--color-rd)/0.35) !important;
  background: rgb(var(--color-rd)/0.08);
}
.baseContact__form .wpcf7 form.sent .wpcf7-response-output {
  border-color: rgb(var(--color-line)/0.35) !important;
  background: rgb(var(--color-line)/0.08);
}

@media screen and (min-width: 600px) {
  .baseContact__form .wpcf7-form {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
  }
  .baseContact__form label:has(textarea),
  .baseContact__form p:has(.wpcf7-submit),
  .baseContact__form .wpcf7-response-output {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-column: 1/-1;
    margin: 0 auto;
  }
}
.serviceBases {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .serviceBases {
    padding: 8rem 0 128px 5vw;
  }
}
@media screen and (min-width: 600px) {
  .serviceBases {
    padding: 8rem 0 128px 5vw;
  }
}
.serviceBases .svHeader__desc {
  color: rgba(255, 255, 255, 0.88);
}
@media screen and (min-width: 320px) {
  .serviceBases .swiper-slide {
    height: 28.4rem !important;
  }
}
@media screen and (min-width: 600px) {
  .serviceBases .swiper-slide {
    height: 28.4rem !important;
  }
}

.serviceBases__sliderWrap {
  position: relative;
  margin-top: clamp(36px, 6vw, 72px);
}

.serviceBases__swiper {
  overflow: visible;
}
.serviceBases__swiper .swiper-slide {
  height: auto;
}

.serviceBases__nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgb(var(--color-rd));
  -webkit-box-shadow: 0 16px 36px rgb(var(--color-rd)/0.28);
          box-shadow: 0 16px 36px rgb(var(--color-rd)/0.28);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background 0.25s ease, box-shadow 0.25s ease;
  transition: background 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.serviceBases__nav::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid rgb(var(--color-wh));
  border-right: 2px solid rgb(var(--color-wh));
}
.serviceBases__nav.isPrev {
  left: -26px;
}
.serviceBases__nav.isPrev::before {
  -webkit-transform: rotate(-135deg) translate(-2px, 2px);
          transform: rotate(-135deg) translate(-2px, 2px);
}
.serviceBases__nav.isNext {
  right: -26px;
}
.serviceBases__nav.isNext::before {
  -webkit-transform: rotate(45deg) translate(-2px, 2px);
          transform: rotate(45deg) translate(-2px, 2px);
}
.serviceBases__nav:hover {
  background: rgb(var(--color-main));
  -webkit-box-shadow: 0 18px 42px rgb(var(--color-main)/0.26);
          box-shadow: 0 18px 42px rgb(var(--color-main)/0.26);
}
.serviceBases__nav.swiper-button-disabled {
  opacity: 0.28;
  pointer-events: none;
}
@media screen and (min-width: 320px) {
  .serviceBases__nav {
    width: 44px;
    height: 44px;
  }
  .serviceBases__nav.isPrev {
    left: -8px;
  }
  .serviceBases__nav.isNext {
    right: -8px;
  }
}/*# sourceMappingURL=bases-single.css.map */