@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 13px;
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Osaka", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #222222;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
@media screen and (min-width: 768px) {
  #create:not(:disabled) .rover-hover:hover,
.rover-hover:hover {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotateCenter {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(-360deg);
  }
}
@keyframes rotateReverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes faqShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes faqHide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes faqOpen {
  from {
    grid-template-rows: 0fr;
  }
  to {
    grid-template-rows: 1fr;
  }
}
@keyframes faqClose {
  from {
    grid-template-rows: 1fr;
  }
  to {
    grid-template-rows: 0fr;
  }
}
@keyframes faqOpenPC {
  from {
    grid-template-rows: 0fr;
    margin: 0;
    padding-top: 0;
  }
  to {
    grid-template-rows: 1fr;
    margin: 1.640625vw 0 0.9375vw;
    padding-top: 1.328125vw;
  }
}
@keyframes faqClosePC {
  from {
    grid-template-rows: 1fr;
    margin: 1.640625vw 0 0.9375vw;
    padding-top: 1.328125vw;
  }
  to {
    grid-template-rows: 0fr;
    margin: 0;
    padding-top: 0;
  }
}
@keyframes expandAbout {
  from {
    width: 350px;
    height: 400px;
  }
  to {
    width: 870px;
    height: 550px;
  }
}
@keyframes expandAboutSP {
  from {
    height: 66.9230769231vw;
  }
  to {
    height: 213.8461538462vw;
  }
}
@keyframes shrinkAbout {
  from {
    width: 870px;
    height: 550px;
  }
  to {
    width: 350px;
    height: 400px;
  }
}
@keyframes shrinkAboutSP {
  to {
    height: 66.9230769231vw;
  }
  from {
    height: 247.4358974359vw;
  }
}
@keyframes fadeIn {
  to {
    visibility: visible;
    opacity: 1;
  }
  from {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(20px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideUpText {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes scrollDownLoop {
  0% {
    top: -11%;
  }
  15% {
    top: -9%;
  }
  85% {
    top: 109%;
  }
  100% {
    top: 111%;
  }
}
@keyframes svg-anime {
  0% {
    stroke-dashoffset: 1600px;
    stroke-dasharray: 1600px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1600px;
  }
}
@keyframes frameOutStartScene {
  0% {
    top: 0;
  }
  100% {
    top: -100vh;
  }
}
@keyframes runMarking {
  from {
    -webkit-background-size: 0%;
    background-size: 0%;
  }
  to {
    -webkit-background-size: 100%;
    background-size: 100%;
  }
}
body {
  overflow-x: hidden;
  /* チェックボックス全体 */
  /* アイコン */
}
body img {
  max-width: 100%;
}
body .text-vertical {
  writing-mode: vertical-lr;
}
body .track-target {
  position: relative;
}
body .cursor-follower {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.375vw;
  height: 9.375vw;
  font-size: 1.25vw;
  font-weight: 700;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  body .cursor-follower {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  body .cursor-follower {
    width: 120px;
    height: 120px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  body .cursor-follower.on {
    visibility: visible;
    opacity: 1;
    width: 21.71875vw;
    height: 21.71875vw;
  }
}
@media screen and (min-width: 1280px) {
  body .cursor-follower.on {
    width: 278px;
    height: 278px;
  }
}
body .cursor-follower.on.small {
  width: 13.4375vw;
  height: 13.4375vw;
}
@media screen and (min-width: 1280px) {
  body .cursor-follower.on.small {
    width: 172px;
    height: 172px;
  }
}
body .checkbox {
  width: fit-content;
  display: grid;
  grid-template-columns: auto 1fr; /* auto はアイコン、1fr はラベル文字列を想定 */
  gap: 18px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  /* チェックボックス全体（アイコンを右に表示） */
  /* チェックボックス全体：非活性の見た目 */
}
@media screen and (max-width: 767px) {
  body .checkbox {
    gap: 5.1282051282vw;
  }
  body .checkbox:has(.checkbox_icon.--radio) {
    gap: 2.5641025641vw;
  }
}
body .checkbox.checkbox--icon-right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: 1fr auto; /* 1fr はラベル文字列、auto はアイコンを想定 */
  border-bottom: dashed 1px #BDBDBD;
}
@media screen and (max-width: 767px) {
  body .checkbox.checkbox--icon-right {
    justify-content: center;
  }
}
body .checkbox.checkbox--icon-right:last-child {
  border-bottom: none;
}
body .checkbox:has(.checkbox_icon:disabled) {
  opacity: 0.4;
}
body .checkbox_icon {
  position: relative;
  width: 30px;
  height: 30px;
  appearance: none;
  background: #FFFFFF;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 0 0 transparent;
  transition-duration: 0.2s;
  transition-property: background-color, border, box-shadow, color;
  /* 強制カラーモードが有効のときは、既定のシステムカラー値を設定して、トランジションを無効にする */
  /* アイコン：選択済みの見た目 */
  /* アイコン：活性時のホバー演出 */
  /* チェックマーク */
  /* 強制カラーモードが有効のときは、既定のシステムカラー値を設定して、トランジションを無効にする */
  /* チェックマーク：選択済みの見た目 */
}
@media screen and (max-width: 767px) {
  body .checkbox_icon {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
body .checkbox_icon.--radio {
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  body .checkbox_icon.--radio {
    width: 5.641025641vw;
    height: 5.641025641vw;
  }
}
body .checkbox_icon.--has-border {
  border: 2px solid var(--black);
}
body .checkbox_icon.--privacy {
  width: 5.641025641vw;
  height: 5.641025641vw;
  gap: 2.5641025641vw;
  background-color: var(--background);
}
@media screen and (min-width: 768px) {
  body .checkbox_icon.--privacy {
    width: 1.71875vw;
    height: 1.71875vw;
  }
}
@media screen and (min-width: 1280px) {
  body .checkbox_icon.--privacy {
    width: 22px;
    height: 22px;
  }
}
@media (forced-colors: active) {
  body .checkbox_icon {
    transition: none;
    border-color: CanvasText;
  }
}
body .checkbox_icon:checked {
  background: var(--b); /* 紫色 */
  border-color: var(--b); /* 紫色 */
  /* 強制カラーモードが有効のときは、システムカラーを設定 */
}
@media (forced-colors: active) {
  body .checkbox_icon:checked {
    background-color: Canvas;
    border-color: CanvasText;
  }
}
body .checkbox_icon:hover:enabled {
  /* 強制カラーモードが無効かつ、ホバーが有効のときは、ホバー演出を追加 */
}
@media (forced-colors: none) and (any-hover: hover) {
  body .checkbox_icon:hover:enabled {
    border-color: var(--b); /* 紫色 */
    box-shadow: 0 0 0 4px var(--light-b); /* 薄い紫色 */
  }
}
body .checkbox_icon::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  mask-image: url("../img/ico_check.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #FFFFFF;
  transition: opacity 0.2s;
}
@media (forced-colors: active) {
  body .checkbox_icon::before {
    transition: none;
    background-color: CanvasText;
  }
}
body .checkbox_icon:checked::before {
  opacity: 1;
}
body .fadeIn-obj {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
}
body .fadeIn-obj.active {
  animation: fadeIn 0.4s linear 0s forwards, slideUp 0.4s ease-out 0s forwards;
}
body .starting-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--brown2);
  z-index: 10;
}
body .starting-animation .house-frame,
body .starting-animation .house-inner {
  position: absolute;
  top: calc(50% - 10vw);
  left: calc(50% - 26.5234375vw);
  width: 53.046875vw;
  height: 20vw;
}
@media screen and (max-width: 767px) {
  body .starting-animation .house-frame,
body .starting-animation .house-inner {
    top: 81.5384615385vw;
    left: calc(50% - 45.641025641vw);
    width: 91.2820512821vw;
    height: 34.358974359vw;
  }
}
body .starting-animation .house-frame svg {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke-dashoffset: 1600px;
  stroke-dasharray: 1600px;
}
body .starting-animation .house-inner {
  visibility: hidden;
  opacity: 0;
}
body .starting-animation .house-inner img {
  width: 100%;
}
body .starting-animation.start .house-frame svg {
  animation: svg-anime 2s ease-in-out 1s forwards;
}
body .starting-animation.start .house-inner {
  animation: fadeIn 0.8s linear 2.6s forwards, slideDown 1.4s ease-out 2.2s forwards;
}
body .starting-animation.frameOut {
  animation: frameOutStartScene 1s cubic-bezier(1, -0.01, 0.61, 0.6) 0s forwards;
}
body div:has(.swipe-indication) {
  position: relative;
}
body .swipe-indication {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76.9230769231vw;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.4s linear 1s;
}
body .swipe-indication.hide {
  visibility: hidden;
  opacity: 0;
}
body .hidden-first {
  visibility: hidden;
  opacity: 0;
}
body .hidden-first.show {
  animation: fadeIn 0.4s linear 0s forwards;
}
body .bg-marker {
  background-image: linear-gradient(transparent 0%, #ffffff 0%);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 1.5s;
}
body .bg-marker.run {
  animation: runMarking 0.6s ease-out 0s forwards;
}
body .inner {
  transition: all 0.2s;
}
body .inner:has(+ .sp-navi.open) {
  visibility: hidden;
  opacity: 0;
}
body .mv-side {
  position: fixed;
  bottom: 100px;
  left: 2.65625vw;
  display: flex;
  flex-direction: column;
  gap: 193px;
  color: var(--black);
  align-items: center;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  body .mv-side {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  body .mv-side {
    left: 34px;
  }
}
body .mv-side .copyright {
  transition: all 0.4s;
}
body .mv-side .mv-sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  transition: all 0.4s;
}
body .mv-side .mv-sns .frame-wrapper1 {
  margin: 0 0 2px;
}
body .mv-side.reverse .copyright {
  color: #fff;
}
body .mv-side.reverse .mv-sns {
  color: #fff;
}
body .sp-navi {
  position: fixed;
  top: 5.1282051282vw;
  right: 6.4102564103vw;
  width: 11.5384615385vw;
  height: 11.5384615385vw;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 1.2820512821vw;
  z-index: 10;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  body .sp-navi {
    display: none;
  }
}
body .sp-navi .btn-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 11.5384615385vw;
  height: 11.5384615385vw;
  z-index: 1;
}
body .sp-navi .btn-menu span {
  position: absolute;
  left: 50%;
  width: 2.5641025641vw;
  height: 1px;
  background-color: #000000;
  transform: translateX(-50%);
  transition: all 0.2s;
}
body .sp-navi .btn-menu span:nth-of-type(1) {
  top: 4.6153846154vw;
}
body .sp-navi .btn-menu span:nth-of-type(2), body .sp-navi .btn-menu span:nth-of-type(3) {
  top: 5.641025641vw;
}
body .sp-navi .btn-menu span:nth-of-type(4) {
  top: 6.6666666667vw;
}
body .sp-navi .menu-wrapper {
  visibility: hidden;
  opacity: 0;
  height: 100%;
}
body .sp-navi .menu-wrapper .menu-list {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
body .sp-navi .menu-wrapper .menu-list li {
  width: 100%;
  height: 8.4615384615vw;
  border-bottom: 1px solid var(--background);
}
body .sp-navi .menu-wrapper .menu-list li:last-of-type {
  border: none;
}
body .sp-navi .menu-wrapper .menu-list li a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 0 0 4.358974359vw;
  align-items: center;
  box-sizing: border-box;
  font-size: 2.8205128205vw;
  font-weight: 600;
  color: var(--black);
}
body .sp-navi.open {
  width: 43.5897435897vw;
  height: 73.5897435897vw;
}
body .sp-navi.open .btn-menu span:nth-of-type(2) {
  transform: translateX(-50%) rotate(45deg);
}
body .sp-navi.open .btn-menu span:nth-of-type(3) {
  transform: translateX(-50%) rotate(-45deg);
}
body .sp-navi.open .btn-menu span:nth-of-type(1), body .sp-navi.open .btn-menu span:nth-of-type(4) {
  opacity: 0;
}
body .sp-navi.open .menu-wrapper {
  animation: fadeIn 0.2s linear 0.3s forwards, slideInRight 0.2s ease-out 0.3s forwards;
}
body .mainVisual {
  position: sticky;
  top: 0;
  margin: 0 0 83px;
}
@media screen and (max-width: 767px) {
  body .mainVisual {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
body .mainVisual .description2 {
  position: relative;
}
body .mainVisual .description2 .mainVisual-image-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 1.5625vw;
}
@media screen and (max-width: 767px) {
  body .mainVisual .description2 .mainVisual-image-wrapper {
    border-radius: 2.5641025641vw;
  }
}
@media screen and (min-width: 1280px) {
  body .mainVisual .description2 .mainVisual-image-wrapper {
    border-radius: 20px;
  }
}
body .mainVisual .description2 .mainVisual-image-wrapper .mainVisual-image {
  transition-timing-function: cubic-bezier(0.78, -0.01, 0.23, 0.99);
}
body .mainVisual .description2 .mainVisual-image-wrapper .mainVisual-image img {
  border-radius: 1.5625vw;
}
@media screen and (max-width: 767px) {
  body .mainVisual .description2 .mainVisual-image-wrapper .mainVisual-image img {
    border-radius: 2.5641025641vw;
  }
}
@media screen and (min-width: 1280px) {
  body .mainVisual .description2 .mainVisual-image-wrapper .mainVisual-image img {
    border-radius: 20px;
  }
}
body .mainVisual .description2 .brand-title {
  position: absolute;
  top: 33.125vw;
  left: 9.140625vw;
  font-family: var(--font-poppins);
  font-size: 8.75vw;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body .mainVisual .description2 .brand-title {
    top: 93.5897435897vw;
    left: 4.6153846154vw;
    font-size: 16.1538461538vw;
    line-height: 1.1em;
  }
}
body .mainVisual .description2 .brand-title span {
  display: inline-block;
}
body .mainVisual .description2 .brand-title span.prefix {
  font-size: 3.90625vw;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  body .mainVisual .description2 .brand-title span.prefix {
    font-size: 8.2051282051vw;
    line-height: 1.5em;
  }
}
body .mainVisual .description2 .brand-description {
  position: absolute;
  top: 52.265625vw;
  left: 40.9375vw;
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 2em;
  color: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body .mainVisual .description2 .brand-description {
    top: 147.1794871795vw;
    left: 5.3846153846vw;
    font-size: 4.6153846154vw;
    line-height: 2.05em;
  }
}
body .mainVisual .description2 .brand-description span {
  display: inline-block;
}
body .mainVisual .description2 span:has(.hide-under) {
  overflow: hidden;
}
body .mainVisual .description2 .hide-under {
  transform: translateY(100%);
}
body .mainVisual .description2 .hide-under.show {
  animation: slideUpText 0.8s ease-out 0.7s forwards;
}
body .mainVisual .description2 .scroll-down {
  position: absolute;
  top: 45.859375vw;
  left: 73.4375vw;
  width: 10px;
  height: 6.796875vw;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body .mainVisual .description2 .scroll-down {
    display: none;
  }
}
body .mainVisual .description2 .scroll-down:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  transform: translateX(-50%);
}
body .mainVisual .description2 .scroll-down:after {
  content: "";
  position: absolute;
  top: -11%;
  left: 50%;
  display: block;
  width: 0.78125vw;
  height: 1.5625vw;
  box-sizing: border-box;
  border-top: 10px solid #ffffff;
  border-right: 5px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 5px solid transparent;
  transform: translateX(-50%);
  animation: scrollDownLoop 2.4s infinite normal;
}
body .fixed-inquiry-btn {
  position: fixed;
  right: 3.359375vw;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  font-size: var(--font-size-sm);
  color: var(--white);
  font-family: var(--font-noto-sans-jp);
  background-image: url("../img/polygon-1.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 10;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  body .fixed-inquiry-btn {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  body .fixed-inquiry-btn {
    right: 43px;
  }
}
body .fixed-inquiry-btn:hover {
  opacity: 0.7;
}
body .fixed-inquiry-btn .frame-parent2 {
  position: relative;
  width: 182.7px;
  height: 211px;
  display: block;
  color: #ffffff;
}
body .fixed-inquiry-btn .b {
  position: absolute;
  top: 29.38%;
  left: 50%;
  display: block;
  width: 100%;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 22px;
  color: #fff;
  transform: translateX(-50%);
}
body .fixed-inquiry-btn .b .moving {
  display: block;
}
body .fixed-inquiry-btn.reverse {
  background-image: url("../img/bg_inquiry_btn_re.svg");
}
body .fixed-inquiry-btn.reverse .frame-parent2 {
  color: var(--black);
}
body .fixed-inquiry-btn.reverse .b {
  color: var(--black);
}
body .business-challenge-container .short-delivery-container {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body .business-challenge-container .short-delivery-container {
    padding: 0 0 0 6.4102564103vw;
    overflow-x: scroll;
  }
}
body .business-challenge-container .short-delivery-container .short-delivery-container-inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  body .business-challenge-container .short-delivery-container .short-delivery-container-inner {
    width: max-content;
    gap: 15.3846153846vw;
  }
}
@media screen and (min-width: 768px) {
  body .business-challenge-container .short-delivery-container .short-delivery-container-inner {
    flex-direction: column;
    gap: 25vh;
  }
}
body .business-challenge-container .short-delivery-container .recommend-image-wrapper {
  position: sticky;
  top: 130px;
}
@media screen and (max-width: 767px) {
  body .business-challenge-container .short-delivery-container .recommend-image-wrapper {
    position: relative;
    top: auto;
    width: 100vw;
    height: 114.358974359vw;
  }
}
body .project-image-wrapper {
  position: relative;
  margin: 0 0 240px;
}
@media screen and (max-width: 767px) {
  body .project-image-wrapper {
    margin-bottom: 26.9230769231vw;
  }
}
@media screen and (min-width: 768px) {
  body .project-image-wrapper {
    width: auto;
    height: 64.84375vw;
    will-change: transform;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  body .project-image-wrapper .project-image {
    width: 130vw;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  body .project-image-wrapper .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
body .whats-moving-house-container {
  position: relative;
  padding-top: 27.03125vw;
  overflow: hidden;
  background-image: url("../img/bg_half_circle.svg"), linear-gradient(180deg, var(--background) 62.8205128205vw, var(--brown2) 62.8205128205vw);
  background-repeat: no-repeat;
  background-position: 0 9.6875vw, 0 0;
  -webkit-background-size: 100%;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  body .whats-moving-house-container {
    padding: 35.8974358974vw 0 24.358974359vw;
    background-image: url("../img/bg_half_circle_sp.svg"), linear-gradient(180deg, var(--background) 62.8205128205vw, var(--brown2) 62.8205128205vw);
    background-position: 0 13.5897435897vw, 0 0;
  }
}
@media screen and (min-width: 1280px) {
  body .whats-moving-house-container {
    padding-top: 346px;
    background-position: 0 124px, 0, 0;
  }
}
body .whats-moving-house-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 171.875vw;
  height: 171.875vw;
  background-image: url("../img/txt_circle_message.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  transform: translateX(-50%);
  animation: rotateCenter 60s linear infinite;
}
@media screen and (max-width: 767px) {
  body .whats-moving-house-container:before {
    width: 239.4871794872vw;
    height: 239.4871794872vw;
  }
}
@media screen and (min-width: 768px) {
  body .whats-moving-house-container:before {
    top: 0.78125vw;
  }
}
@media screen and (min-width: 1280px) {
  body .whats-moving-house-container:before {
    top: 10px;
  }
}
body .whats-moving-house-container .moving-architecture {
  position: absolute;
  top: 0;
  left: calc(50% - 550px);
  max-width: none;
  gap: 25px;
  justify-content: flex-start;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  body .whats-moving-house-container .moving-architecture {
    position: relative;
    left: auto;
    max-width: 100%;
    gap: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body .whats-moving-house-container .moving-architecture.move-left1 {
    left: calc(50% - 70vw);
  }
}
@media screen and (min-width: 1280px) {
  body .whats-moving-house-container .moving-architecture.move-left1 {
    left: calc(50% - 650px);
  }
}
@media screen and (min-width: 768px) {
  body .whats-moving-house-container .moving-architecture.move-left2 {
    left: calc(50% - 100vw);
  }
}
@media screen and (min-width: 1280px) {
  body .whats-moving-house-container .moving-architecture.move-left2 {
    left: calc(50% - 1020px);
  }
}
body .whats-moving-house-container .moving-architecture .feature-item {
  position: relative;
  width: 350px;
  height: 400px;
  border-radius: var(--br-mini);
  background-color: var(--white);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  body .whats-moving-house-container .moving-architecture .feature-item {
    width: 100%;
    height: 66.9230769231vw;
  }
}
body .whats-moving-house-container .moving-architecture .feature-item:before, body .whats-moving-house-container .moving-architecture .feature-item:after {
  content: "";
  position: absolute;
  border-radius: 2px;
  background-color: var(--black);
}
body .whats-moving-house-container .moving-architecture .feature-item:before {
  right: 41px;
  bottom: 38.5px;
  width: 18px;
  height: 3px;
}
@media screen and (max-width: 767px) {
  body .whats-moving-house-container .moving-architecture .feature-item:before {
    right: 5.8974358974vw;
    bottom: 6.6666666667vw;
  }
}
body .whats-moving-house-container .moving-architecture .feature-item:after {
  right: 48.5px;
  bottom: 31px;
  width: 3px;
  height: 18px;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  body .whats-moving-house-container .moving-architecture .feature-item:after {
    right: 7.8205128205vw;
    bottom: 4.7435897436vw;
  }
}
body .whats-moving-house-container .moving-architecture .feature-item .feature-item-inner {
  align-items: center;
  height: 100%;
  padding: 52px 0 0;
}
@media screen and (max-width: 767px) {
  body .whats-moving-house-container .moving-architecture .feature-item .feature-item-inner {
    padding-top: 10.7692307692vw;
    gap: 4.6153846154vw;
  }
}
body .whats-moving-house-container .moving-architecture .feature-item .feature-detail {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 80px;
  width: 100%;
  height: 100%;
  padding: 0 59px 0 75px;
  box-sizing: border-box;
  color: var(--black);
}
@media screen and (max-width: 767px) {
  body .whats-moving-house-container .moving-architecture .feature-item .feature-detail {
    flex-direction: column;
    gap: 7.6923076923vw;
    padding: 19.2307692308vw 5.1282051282vw;
  }
}
body .whats-moving-house-container .moving-architecture .feature-item .feature-detail .feature-detail-text {
  width: 300px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 767px) {
  body .whats-moving-house-container .moving-architecture .feature-item .feature-detail .feature-detail-text {
    width: 100%;
  }
}
body .whats-moving-house-container .moving-architecture .feature-item .feature-detail .feature-detail-text .feature-detail-title {
  display: flex;
  margin: 0 0 36px;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  body .whats-moving-house-container .moving-architecture .feature-item .feature-detail .feature-detail-text .feature-detail-title {
    margin-bottom: 11.7948717949vw;
    justify-content: center;
    font-size: 6.4102564103vw;
  }
}
body .whats-moving-house-container .moving-architecture .feature-item .feature-detail .feature-detail-text .feature-detail-title span {
  display: inline-block;
  margin: 0 13px 0 0;
  font-family: var(--font-poppins);
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body .whats-moving-house-container .moving-architecture .feature-item .feature-detail .feature-detail-text .feature-detail-title span {
    margin-right: 5.1282051282vw;
    font-size: 10.2564102564vw;
  }
}
body .whats-moving-house-container .moving-architecture .feature-item .feature-detail .feature-detail-text .feature-detail-description {
  margin: 0 0 55px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  body .whats-moving-house-container .moving-architecture .feature-item .feature-detail .feature-detail-text .feature-detail-description {
    margin-bottom: 0;
    font-size: 3.8461538462vw;
    line-height: 1.86em;
  }
}
body .whats-moving-house-container .moving-architecture .feature-item .feature-detail .feature-detail-text .feature-detail-description span {
  color: var(--pink);
}
body .whats-moving-house-container .moving-architecture .feature-item .feature-detail .feature-detail-image {
  position: relative;
  visibility: hidden;
  opacity: 0;
  width: 363px;
  overflow: hidden;
  transform: translateY(-20px);
}
@media screen and (max-width: 767px) {
  body .whats-moving-house-container .moving-architecture .feature-item .feature-detail .feature-detail-image {
    width: 71.7948717949vw;
  }
}
body .whats-moving-house-container .moving-architecture .feature-item .feature-detail .feature-detail-image .feature-detail-image-list {
  align-items: center;
}
body .whats-moving-house-container .moving-architecture .feature-item .feature-detail .feature-detail-image .swiper-slide img {
  height: 100%;
  object-fit: contain;
  transform: scale(0.8);
}
body .whats-moving-house-container .moving-architecture .feature-item .feature-detail .feature-detail-image .feature-swiper-pagination {
  position: absolute;
  top: auto;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5625vw;
}
@media screen and (min-width: 1280px) {
  body .whats-moving-house-container .moving-architecture .feature-item .feature-detail .feature-detail-image .feature-swiper-pagination {
    gap: 20px;
  }
}
body .whats-moving-house-container .moving-architecture .feature-item .feature-detail .feature-detail-image .feature-swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  margin: 0;
  background-color: var(--black);
  opacity: 1;
}
body .whats-moving-house-container .moving-architecture .feature-item .feature-detail .feature-detail-image .feature-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
  background-color: var(--black);
}
body .whats-moving-house-container .moving-architecture .feature-item .feature-detail .feature-detail-button {
  width: 100%;
  height: 45px;
  box-sizing: border-box;
  margin: 0 0 0 3px;
  border: 2px solid var(--black);
  border-radius: 10px;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  body .whats-moving-house-container .moving-architecture .feature-item .feature-detail .feature-detail-button {
    width: 71.7948717949vw;
    height: 11.5384615385vw;
    margin: 0 auto;
    border-radius: 2.5641025641vw;
  }
}
body .whats-moving-house-container .moving-architecture .feature-item .feature-detail .feature-detail-button:hover {
  opacity: 0.7;
}
body .whats-moving-house-container .moving-architecture .feature-item .feature-detail .feature-detail-button.sp {
  visibility: hidden;
  opacity: 0;
}
body .whats-moving-house-container .moving-architecture .feature-item .feature-detail .feature-detail-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: 700;
  color: var(--black);
}
@media screen and (max-width: 767px) {
  body .whats-moving-house-container .moving-architecture .feature-item .feature-detail .feature-detail-button a {
    font-size: 3.8461538462vw;
  }
}
body .whats-moving-house-container .moving-architecture .feature-item.open {
  animation: expandAbout 0.4s cubic-bezier(0.74, -0.01, 0.24, 1) 0s forwards;
}
@media screen and (max-width: 767px) {
  body .whats-moving-house-container .moving-architecture .feature-item.open {
    animation: expandAboutSP 0.4s cubic-bezier(0.74, -0.01, 0.24, 1) 0s forwards;
  }
}
body .whats-moving-house-container .moving-architecture .feature-item.open:after {
  transform: rotate(90deg);
}
body .whats-moving-house-container .moving-architecture .feature-item.open .feature-item-inner {
  animation: fadeOut 0.2s linear 0.2s forwards;
}
body .whats-moving-house-container .moving-architecture .feature-item.open .feature-detail .feature-detail-text {
  animation: fadeIn 0.4s linear 0.4s forwards, slideDown 0.4s ease-out 0.4s forwards;
}
body .whats-moving-house-container .moving-architecture .feature-item.open .feature-detail .feature-detail-image {
  animation: fadeIn 0.4s linear 0.4s forwards, slideUp 0.4s ease-out 0.4s forwards;
}
@media screen and (max-width: 767px) {
  body .whats-moving-house-container .moving-architecture .feature-item.open .feature-detail .feature-detail-button.sp {
    animation: fadeIn 0.4s linear 0.4s forwards, slideUp 0.4s ease-out 0.4s forwards;
  }
}
body .whats-moving-house-container .moving-architecture .feature-item.closing {
  animation: shrinkAbout 0.4s cubic-bezier(0.74, -0.01, 0.24, 1) 0s forwards;
}
@media screen and (max-width: 767px) {
  body .whats-moving-house-container .moving-architecture .feature-item.closing {
    animation: shrinkAboutSP 0.4s cubic-bezier(0.74, -0.01, 0.24, 1) 0s forwards;
  }
}
body .whats-moving-house-container .moving-architecture .feature-item.closing .feature-detail .feature-detail-text {
  animation: fadeOut 0.2s linear 0s forwards;
}
body .whats-moving-house-container .moving-architecture .feature-item.closing .feature-detail .feature-detail-image {
  animation: fadeOut 0.2s linear 0s forwards;
}
@media screen and (max-width: 767px) {
  body .whats-moving-house-container .moving-architecture .feature-item.closing .feature-detail .feature-detail-button.sp {
    animation: fadeOut 0.2s linear 0s forwards;
  }
}
body .example-wrapper {
  position: sticky;
  top: 0;
}
body .example-wrapper .example-images {
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body .example-wrapper .example-images {
    height: 102.5641025641vw;
    margin: 0 0 7.6923076923vw;
  }
}
body .example-wrapper .example-images .case-container {
  position: relative;
  cursor: pointer;
  transition-timing-function: cubic-bezier(0.78, -0.01, 0.23, 0.99);
}
body .example-wrapper .example-images .case-container p:not(.case-title) {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body .example-wrapper .example-images .case-container p:not(.case-title) {
    height: 100%;
  }
}
body .example-wrapper .example-images .case-container p:not(.case-title):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13.515625vw;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 767px) {
  body .example-wrapper .example-images .case-container p:not(.case-title):before {
    height: 16.1538461538vw;
  }
}
@media screen and (min-width: 1280px) {
  body .example-wrapper .example-images .case-container p:not(.case-title):before {
    height: 173px;
  }
}
body .example-wrapper .example-images .case-container p:not(.case-title) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  body .example-wrapper .example-images .case-container p:not(.case-title) img {
    height: 76.9230769231vw;
  }
}
body .example-wrapper .example-images .case-container .case-title {
  position: absolute;
  bottom: 8.75vw;
  left: 12.265625vw;
  height: auto;
  font-size: 1.40625vw;
  font-weight: 500;
  text-align: left;
  line-height: 1.66em;
  color: #ffffff;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  body .example-wrapper .example-images .case-container .case-title {
    top: auto;
    bottom: 7.9487179487vw;
    left: 8.2051282051vw;
    font-size: 3.8461538462vw;
    font-weight: 500;
    line-height: 1.86em;
    color: var(--black);
  }
}
@media screen and (min-width: 1280px) {
  body .example-wrapper .example-images .case-container .case-title {
    left: 157px;
    font-size: 18px;
  }
}
body .example-wrapper .example-images .case-container:not(.swiper-slide-active) .case-title {
  opacity: 0;
}
body .consultation .description .div28 .txt {
  margin: 0 0 57px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  body .consultation .description .div28 .txt {
    margin-bottom: 10.7692307692vw;
  }
}
body .options1 .tab-trigger .tab-header {
  color: var(--gray);
  background-color: #ffffff;
  cursor: pointer;
}
body .options1 .tab-trigger .tab-header.active {
  color: #ffffff;
  background-color: var(--brown2);
}
body .options1 .tab-content-wrapper {
  position: relative;
  width: 100%;
  background-color: var(--brown2);
}
@media screen and (min-width: 1280px) {
  body .options1 .tab-content-wrapper {
    min-height: 660px;
  }
}
body .options1 .tab-content-wrapper .tab-content {
  display: none;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  body .options1 .tab-content-wrapper .tab-content {
    width: 85.641025641vw;
    margin: 0 auto;
  }
}
body .options1 .tab-content-wrapper .tab-content.active {
  display: block;
  visibility: visible;
  opacity: 1;
}
body .options1 .tab-content-wrapper .tab-content .swiper-parent {
  position: relative;
  width: 85.9375vw;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body .options1 .tab-content-wrapper .tab-content .swiper-parent {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  body .options1 .tab-content-wrapper .tab-content .swiper-parent {
    width: 1100px;
  }
}
@media screen and (min-width: 768px) {
  body .options1 .tab-content-wrapper .tab-content .swiper-parent .specifications-content img.commonSpec1 {
    width: 33.359375vw;
  }
}
@media screen and (min-width: 1280px) {
  body .options1 .tab-content-wrapper .tab-content .swiper-parent .specifications-content img.commonSpec1 {
    width: 427px;
  }
}
@media screen and (min-width: 768px) {
  body .options1 .tab-content-wrapper .tab-content .swiper-parent .specifications-content img.commonSpec2 {
    width: 37.1875vw;
  }
}
@media screen and (min-width: 1280px) {
  body .options1 .tab-content-wrapper .tab-content .swiper-parent .specifications-content img.commonSpec2 {
    width: 476px;
  }
}
@media screen and (min-width: 768px) {
  body .options1 .tab-content-wrapper .tab-content .swiper-parent .specifications-content img.commonSpec3 {
    width: 32.734375vw;
  }
}
@media screen and (min-width: 1280px) {
  body .options1 .tab-content-wrapper .tab-content .swiper-parent .specifications-content img.commonSpec3 {
    width: 419px;
  }
}
@media screen and (min-width: 768px) {
  body .options1 .tab-content-wrapper .tab-content .swiper-parent .specifications-content img.commonSpec4 {
    width: 30.46875vw;
  }
}
@media screen and (min-width: 1280px) {
  body .options1 .tab-content-wrapper .tab-content .swiper-parent .specifications-content img.commonSpec4 {
    width: 390px;
  }
}
body .options1 .tab-content-wrapper .tab-content .swiper-parent .sub-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body .options1 .tab-content-wrapper .tab-content .swiper-parent .sub-swiper {
    border-radius: 0 0 3.8461538462vw 3.8461538462vw;
  }
}
body .options1 .tab-content-wrapper .tab-content .swiper-parent .sub-swiper .option-image-list li img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  body .options1 .tab-content-wrapper .tab-content .swiper-parent .sub-swiper .option-image-list li img {
    border-radius: 0 0 3.8461538462vw 3.8461538462vw;
  }
}
body .options1 .tab-content-wrapper .tab-content .swiper-parent .sub-swiper .option-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  bottom: 2.734375vw;
}
@media screen and (min-width: 1280px) {
  body .options1 .tab-content-wrapper .tab-content .swiper-parent .sub-swiper .option-pagination {
    bottom: 35px;
  }
}
body .options1 .tab-content-wrapper .tab-content .swiper-parent .sub-swiper .option-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  margin: 0;
  background-color: #fff;
  opacity: 1;
}
body .options1 .tab-content-wrapper .tab-content .swiper-parent .sub-swiper .option-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
  background-color: #fff;
}
body .options1 .tab-content-wrapper .tab-content:not(.--option) .specifications-content {
  padding: 0 5.3846153846vw 5.8974358974vw;
  box-sizing: border-box;
}
@media screen and (min-width: 1280px) {
  body .options1 .tab-content-wrapper .tab-content:not(.--option) .specifications-content {
    padding: 0 33px 23px;
  }
}
body .options1 .tab-content-wrapper .tab-content .swiper-button {
  position: absolute;
  top: 22.8125vw;
  z-index: 5;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  body .options1 .tab-content-wrapper .tab-content .swiper-button {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  body .options1 .tab-content-wrapper .tab-content .swiper-button {
    top: 292px;
  }
}
body .options1 .tab-content-wrapper .tab-content .swiper-button.button-prev-page {
  left: calc(50% - 42.96875vw - 2.5390625vw);
}
@media screen and (min-width: 1280px) {
  body .options1 .tab-content-wrapper .tab-content .swiper-button.button-prev-page {
    left: calc(50% - 550px - 32.5px);
  }
}
body .options1 .tab-content-wrapper .tab-content .swiper-button.button-next-page {
  right: calc(50% - 42.96875vw - 2.5390625vw);
}
@media screen and (min-width: 1280px) {
  body .options1 .tab-content-wrapper .tab-content .swiper-button.button-next-page {
    right: calc(50% - 550px - 32.5px);
  }
}
body .faqArea {
  position: relative;
  padding: 0 5.859375vw 14.84375vw;
  background-color: var(--background);
}
@media screen and (max-width: 767px) {
  body .faqArea {
    padding: 0 6.4102564103vw 24.1025641026vw;
  }
}
@media screen and (min-width: 1280px) {
  body .faqArea {
    padding: 0 75px 190px;
  }
}
body .guide-corporate {
  position: relative;
  height: 31.25vw;
  box-sizing: border-box;
  padding: 5.390625vw 0 0 13.59375vw;
  background-color: #ffffff;
  background-image: url("../img/bg_corporate_guide.webp");
  background-repeat: no-repeat;
  background-position: top 0 right 0;
  -webkit-background-size: 55.078125vw;
  background-size: 55.078125vw;
}
@media screen and (max-width: 767px) {
  body .guide-corporate {
    width: 87.1794871795vw;
    height: 181.7948717949vw;
    margin: 0 auto;
    padding: 13.0769230769vw 0 96.1538461538vw 3.8461538462vw;
    background-position: top 100% right 50%;
    -webkit-background-size: 157.5%;
    background-size: 157.5%;
    border-radius: 5.1282051282vw;
  }
}
body .guide-corporate .logo {
  width: 18.28125vw;
  margin: 0 0 0.9375vw;
}
@media screen and (max-width: 767px) {
  body .guide-corporate .logo {
    width: 46.6666666667vw;
    margin-bottom: 1.5384615385vw;
  }
}
body .guide-corporate .company-name {
  margin: 0 0 3.125vw;
  padding: 0 0 0 0.9375vw;
  font-size: 1.5625vw;
  font-weight: 600;
  color: var(--black);
}
@media screen and (max-width: 767px) {
  body .guide-corporate .company-name {
    margin-bottom: 10.7692307692vw;
    padding-left: 2.3076923077vw;
    font-size: 5.1282051282vw;
  }
}
body .guide-corporate .company-overview {
  margin: 0 0 2.890625vw;
  padding: 0 0 0 0.9375vw;
  font-size: 1.40625vw;
  font-weight: 500;
  line-height: 1.88em;
  color: var(--black);
}
@media screen and (max-width: 767px) {
  body .guide-corporate .company-overview {
    margin-bottom: 11.5384615385vw;
    padding-left: 2.3076923077vw;
    font-size: 4.1025641026vw;
    line-height: 2em;
  }
}
body .guide-corporate .btn-corporate {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23.4375vw;
  height: 4.6875vw;
  border-radius: 1.5625vw;
  background-color: var(--gray);
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  body .guide-corporate .btn-corporate {
    width: 76.9230769231vw;
    height: 15.3846153846vw;
    border-radius: 2.5641025641vw;
  }
}
body .guide-corporate .btn-corporate:hover {
  opacity: 0.7;
}
body .guide-corporate .btn-corporate a {
  font-size: 1.25vw;
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  body .guide-corporate .btn-corporate a {
    font-size: 4.1025641026vw;
  }
}
body .frame-section .img-list {
  gap: 2.34375vw;
}
@media screen and (min-width: 1280px) {
  body .frame-section .img-list {
    gap: 30px;
  }
}
body .f-a-q-list .f-a-q-items {
  position: relative;
  width: 100%;
  padding: 3.828125vw 3.046875vw 4.53125vw 5.078125vw;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  body .f-a-q-list .f-a-q-items {
    padding: 3.0769230769vw 4.6153846154vw 12.8205128205vw;
    border-radius: 2.5641025641vw;
  }
}
@media screen and (min-width: 1280px) {
  body .f-a-q-list .f-a-q-items {
    padding: 49px 39px 58px 65px;
  }
}
body .f-a-q-list .f-a-q-items .question {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 3.125vw 0 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  body .f-a-q-list .f-a-q-items .question {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  body .f-a-q-list .f-a-q-items .question {
    padding-right: 40px;
  }
}
body .f-a-q-list .f-a-q-items .question:after {
  content: "";
  position: absolute;
  top: 1.09375vw;
  right: 0;
  width: 2.890625vw;
  height: 2.890625vw;
  background-image: url("../img/group-168.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  body .f-a-q-list .f-a-q-items .question:after {
    display: none;
    top: auto;
    right: auto;
    bottom: -8.4615384615vw;
    left: calc(50% - 2.6923076923vw);
    width: 5.3846153846vw;
    height: 5.3846153846vw;
  }
}
@media screen and (min-width: 1280px) {
  body .f-a-q-list .f-a-q-items .question:after {
    top: 14px;
    width: 37px;
    height: 37px;
  }
}
body .f-a-q-list .f-a-q-items .question .question-number {
  font-size: 2.8125vw;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body .f-a-q-list .f-a-q-items .question .question-number {
    font-size: 5.1282051282vw;
  }
}
@media screen and (min-width: 1280px) {
  body .f-a-q-list .f-a-q-items .question .question-number {
    font-size: 36px;
    font-weight: 600;
  }
}
body .f-a-q-list .f-a-q-items .question .question-text {
  display: inline-block;
  margin: 0 0 0 3.984375vw;
  padding: 0.703125vw 0 0;
  font-size: 1.40625vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: var(--black);
}
@media screen and (max-width: 767px) {
  body .f-a-q-list .f-a-q-items .question .question-text {
    font-size: 3.8461538462vw;
    margin-left: 0;
    line-height: 1.86em;
  }
}
@media screen and (min-width: 1280px) {
  body .f-a-q-list .f-a-q-items .question .question-text {
    margin-left: 51px;
    padding-top: 9px;
    font-size: 18px;
  }
}
body .f-a-q-list .f-a-q-items .answer-container {
  display: grid;
  grid-template-rows: 0fr;
  animation: faqHide 0.2s linear 0s forwards, faqClose 0.2s ease-out 0.1s both;
}
body .f-a-q-list .f-a-q-items .answer-container .ov-hidden {
  overflow: hidden;
}
body .f-a-q-list .f-a-q-items .answer-container .answer-inner {
  position: relative;
  padding: 2.8125vw 5vw 0 7.8125vw;
}
@media screen and (max-width: 767px) {
  body .f-a-q-list .f-a-q-items .answer-container .answer-inner {
    padding: 6.6666666667vw 4.8717948718vw 0 7.6923076923vw;
  }
}
@media screen and (min-width: 1280px) {
  body .f-a-q-list .f-a-q-items .answer-container .answer-inner {
    padding: 36px 64px 0 100px;
  }
}
body .f-a-q-list .f-a-q-items .answer-container .answer-inner:before {
  content: "A";
  position: absolute;
  top: 1.875vw;
  left: 2.578125vw;
  font-family: var(--font-poppins);
  font-size: 2.8125vw;
  color: var(--pink);
}
@media screen and (max-width: 767px) {
  body .f-a-q-list .f-a-q-items .answer-container .answer-inner:before {
    top: 0.7692307692vw;
    left: 5.3846153846vw;
    font-size: 5.1282051282vw;
  }
}
@media screen and (min-width: 1280px) {
  body .f-a-q-list .f-a-q-items .answer-container .answer-inner:before {
    top: 24px;
    left: 33px;
    font-size: 36px;
  }
}
body .f-a-q-list .f-a-q-items .answer-container .answer-inner > p {
  font-size: 1.40625vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: var(--black);
}
@media screen and (max-width: 767px) {
  body .f-a-q-list .f-a-q-items .answer-container .answer-inner > p {
    font-size: 3.8461538462vw;
    line-height: 1.86em;
  }
}
@media screen and (min-width: 1280px) {
  body .f-a-q-list .f-a-q-items .answer-container .answer-inner > p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body .f-a-q-list .f-a-q-items:after {
    content: "";
    position: absolute;
    bottom: 5.1282051282vw;
    left: calc(50% - 2.6923076923vw);
    width: 5.3846153846vw;
    height: 5.3846153846vw;
    background-image: url("../img/group-168.svg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    -webkit-background-size: contain;
    background-size: contain;
    transition: all 0.2s;
  }
}
body .f-a-q-list .f-a-q-items.open .question:after {
  transform: rotate(180deg);
}
body .f-a-q-list .f-a-q-items.open .answer-container {
  animation: faqShow 0.2s linear 0.2s forwards, faqOpen 0.4s ease-out 0s forwards;
}
@media screen and (max-width: 767px) {
  body .f-a-q-list .f-a-q-items.open:after {
    transform: rotate(180deg);
  }
}
body .contact-form-container-wrapper .form-fields-container {
  gap: 43px;
  margin-top: -18px;
}
@media screen and (max-width: 767px) {
  body .contact-form-container-wrapper .form-fields-container {
    gap: 5.1282051282vw;
  }
}
body .contact-form-container-wrapper .form-fields-container dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 43px;
  border-bottom: 2px solid #ffffff;
}
@media screen and (max-width: 767px) {
  body .contact-form-container-wrapper .form-fields-container dl {
    display: block;
    width: 100%;
    padding-bottom: 7.6923076923vw;
  }
}
body .contact-form-container-wrapper .form-fields-container dl dt {
  width: 216px;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body .contact-form-container-wrapper .form-fields-container dl dt {
    margin: 0 0 4.1025641026vw;
    font-size: 4.8717948718vw;
  }
}
body .contact-form-container-wrapper .form-fields-container dl dd {
  width: 800px;
  font-size: 20px;
  color: var(--black);
}
@media screen and (max-width: 767px) {
  body .contact-form-container-wrapper .form-fields-container dl dd {
    width: 100%;
  }
}
body .contact-form-container-wrapper .form-fields-container dl dd .meeting-option .meeting-type-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body .contact-form-container-wrapper .form-fields-container dl dd textarea {
  box-sizing: border-box;
  padding: 20px;
  font-size: 20px;
  border: none;
}
@media screen and (max-width: 767px) {
  body .contact-form-container-wrapper .form-fields-container dl dd textarea {
    height: 62.8205128205vw;
  }
}
body .contact-form-container-wrapper .form-fields-container dl dd input.date-label-child {
  padding: 0 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  body .contact-form-container-wrapper .form-fields-container dl dd input.date-label-child {
    right: auto;
    bottom: -8.2051282051vw;
    left: 17.4358974359vw;
    width: 64.1025641026vw;
    height: 7.6923076923vw;
  }
}
body .contact-form-container-wrapper .privacy-policy-wrapper {
  width: 100%;
  height: 76.9230769231vw;
  margin: 0 0 11.0256410256vw;
  padding: 6.4102564103vw 7.4358974359vw;
  box-sizing: border-box;
  overflow-y: scroll;
  background-color: #ffffff;
  border-radius: 2.5641025641vw;
}
@media screen and (min-width: 768px) {
  body .contact-form-container-wrapper .privacy-policy-wrapper {
    width: 62.5vw;
    height: 23.4375vw;
    margin-bottom: 3.28125vw;
    padding: 2.5vw 2.96875vw 2.03125vw 3.359375vw;
    border-radius: 0.78125vw;
  }
}
@media screen and (min-width: 1280px) {
  body .contact-form-container-wrapper .privacy-policy-wrapper {
    width: 800px;
    height: 300px;
    padding: 32px 38px 26px 43px;
    border-radius: 10px;
  }
}
body .contact-form-container-wrapper .privacy-policy-wrapper .privacy-policy {
  height: max-content;
}
body .contact-form-container-wrapper .privacy-policy-wrapper .privacy-policy .pp-header {
  margin: 0 0 4.8717948718vw;
  font-size: 3.8461538462vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  body .contact-form-container-wrapper .privacy-policy-wrapper .privacy-policy .pp-header {
    margin-bottom: 1.484375vw;
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 1280px) {
  body .contact-form-container-wrapper .privacy-policy-wrapper .privacy-policy .pp-header {
    margin-bottom: 19px;
    font-size: 15px;
  }
}
body .contact-form-container-wrapper .privacy-policy-wrapper .privacy-policy .pp-text {
  margin: 0 0 9.7435897436vw;
  font-size: 3.5897435897vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 1.85em;
}
@media screen and (min-width: 768px) {
  body .contact-form-container-wrapper .privacy-policy-wrapper .privacy-policy .pp-text {
    margin-bottom: 2.96875vw;
    font-size: 1.015625vw;
  }
}
@media screen and (min-width: 1280px) {
  body .contact-form-container-wrapper .privacy-policy-wrapper .privacy-policy .pp-text {
    margin-bottom: 38px;
    font-size: 14px;
  }
}
body .contact-form-container-wrapper .send-notice {
  width: 76.9230769231vw;
  margin: 0 auto 7.6923076923vw;
  font-size: 3.8461538462vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.86em;
}
@media screen and (min-width: 768px) {
  body .contact-form-container-wrapper .send-notice {
    margin-bottom: 3.125vw;
    font-size: 1.171875vw;
  }
}
@media screen and (min-width: 1280px) {
  body .contact-form-container-wrapper .send-notice {
    margin-bottom: 40px;
    font-size: 15px;
  }
}
body .footer .brand-name span {
  display: block;
  font-size: 12.8205128205vw;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  body .footer .brand-name span {
    font-size: 9.375vw;
  }
}
@media screen and (min-width: 1280px) {
  body .footer .brand-name span {
    font-size: 120px;
  }
}
body .footer .brand-name span.pc {
  display: inline;
}
body .footer .brand-name span.small {
  font-size: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  body .footer .brand-name span.small {
    font-size: 5.46875vw;
  }
}
@media screen and (min-width: 1280px) {
  body .footer .brand-name span.small {
    font-size: 70px;
  }
}
body .footer a {
  color: #ffffff;
}
body .footer .footer-links {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  body .footer .footer-links {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  body .footer .footer-links .pc-left {
    order: 2;
  }
}
body .footer .footer-links .pc-left .instagram-link {
  display: flex;
  margin: 0 0 5.3125vw;
}
@media screen and (max-width: 767px) {
  body .footer .footer-links .pc-left .instagram-link {
    margin-bottom: 16.9230769231vw;
  }
}
@media screen and (min-width: 1280px) {
  body .footer .footer-links .pc-left .instagram-link {
    margin-bottom: 68px;
  }
}
body .footer .footer-links .pc-left .instagram-link a {
  display: inline-block;
  padding: 0 0 0 3.90625vw;
  font-size: 1.40625vw;
  line-height: 2.96875vw;
  background-image: url("../img/group-198.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 2.8125vw;
  background-size: 2.8125vw;
}
@media screen and (max-width: 767px) {
  body .footer .footer-links .pc-left .instagram-link a {
    padding-left: 12.5641025641vw;
    font-size: 4.6153846154vw;
    line-height: 9.7435897436vw;
    -webkit-background-size: 9.2307692308vw;
    background-size: 9.2307692308vw;
  }
}
@media screen and (min-width: 1280px) {
  body .footer .footer-links .pc-left .instagram-link a {
    padding-left: 50px;
    font-size: 18px;
    line-height: 38px;
    -webkit-background-size: 38px;
    background-size: 38px;
  }
}
body .footer .footer-links .pc-left .policy {
  display: flex;
  flex-direction: column;
}
body .footer .footer-links .pc-left .policy .footer-logo {
  display: flex;
  margin: 0 0 2.34375vw;
}
@media screen and (max-width: 767px) {
  body .footer .footer-links .pc-left .policy .footer-logo {
    margin-bottom: 6.9230769231vw;
  }
}
@media screen and (min-width: 1280px) {
  body .footer .footer-links .pc-left .policy .footer-logo {
    margin-bottom: 30px;
  }
}
body .footer .footer-links .pc-left .policy .corporate-link {
  font-size: 1.5625vw;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body .footer .footer-links .pc-left .policy .corporate-link {
    font-size: 5.1282051282vw;
  }
}
@media screen and (min-width: 1280px) {
  body .footer .footer-links .pc-left .policy .corporate-link {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  body .footer .footer-links .pc-right {
    order: 1;
  }
}
body .footer .footer-links .pc-right .footer-privacy-policy {
  font-size: 1.25vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  body .footer .footer-links .pc-right .footer-privacy-policy {
    margin: 0 0 8.4615384615vw;
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 1280px) {
  body .footer .footer-links .pc-right .footer-privacy-policy {
    font-size: 16px;
  }
}
body .modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 20;
}
body .modal-wrapper .modal-content {
  position: relative;
  width: 85.9375vw;
  height: 100vh;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 4.453125vw;
  box-sizing: border-box;
  color: var(--black);
  background-color: var(--background);
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content {
    padding-bottom: 15.3846153846vw;
  }
}
@media screen and (min-width: 1280px) {
  body .modal-wrapper .modal-content {
    padding-bottom: 57px;
  }
}
body .modal-wrapper .modal-content .case-detail-mv {
  width: 100%;
  height: 54.6875vw;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .case-detail-mv {
    height: auto;
    margin: 0 0 10.2564102564vw;
  }
}
@media screen and (min-width: 1280px) {
  body .modal-wrapper .modal-content .case-detail-mv {
    height: 700px;
  }
}
body .modal-wrapper .modal-content .case-detail-mv img {
  object-fit: cover;
}
body .modal-wrapper .modal-content .case-detail-title {
  position: absolute;
  top: 47.109375vw;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40.625vw;
  height: 8.59375vw;
  font-size: 1.953125vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  background-color: var(--background);
  border-radius: 0 1.171875vw 0 0;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .case-detail-title {
    position: relative;
    top: auto;
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 10.2564102564vw;
    padding: 0 7.6923076923vw;
    font-size: 4.6153846154vw;
  }
}
@media screen and (min-width: 1280px) {
  body .modal-wrapper .modal-content .case-detail-title {
    top: 603px;
    width: 520px;
    height: 110px;
    font-size: 25px;
    border-radius: 0 15px 0 0;
  }
}
body .modal-wrapper .modal-content .case-detail-content {
  width: 100%;
  padding: 9.0625vw 7.8125vw 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .case-detail-content {
    padding: 0 7.6923076923vw 0;
  }
}
@media screen and (min-width: 1280px) {
  body .modal-wrapper .modal-content .case-detail-content {
    padding: 116px 110px 0;
  }
}
body .modal-wrapper .modal-content .case-detail-content .case-detail-text {
  width: 34.375vw;
  margin: 0 0 4.296875vw;
  font-size: 1.25vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .case-detail-content .case-detail-text {
    width: 100%;
    margin-bottom: 7.6923076923vw;
    font-size: 3.5897435897vw;
  }
}
@media screen and (min-width: 1280px) {
  body .modal-wrapper .modal-content .case-detail-content .case-detail-text {
    width: 440px;
    margin-bottom: 55px;
    font-size: 16px;
  }
}
body .modal-wrapper .modal-content .case-detail-content .case-detail-text-image {
  display: flex;
  justify-content: space-between;
  margin: 0 0 11.40625vw;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .case-detail-content .case-detail-text-image {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 7.6923076923vw;
  }
}
@media screen and (min-width: 1280px) {
  body .modal-wrapper .modal-content .case-detail-content .case-detail-text-image {
    margin-bottom: 146px;
  }
}
body .modal-wrapper .modal-content .case-detail-content .case-detail-text-image .case-detail-image {
  width: 33.984375vw;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .case-detail-content .case-detail-text-image .case-detail-image {
    width: 100%;
    margin: 0 0 5.1282051282vw;
  }
}
@media screen and (min-width: 1280px) {
  body .modal-wrapper .modal-content .case-detail-content .case-detail-text-image .case-detail-image {
    width: 435px;
  }
}
body .modal-wrapper .modal-content .case-detail-content .case-detail-text-image .case-detail-text {
  width: 31.25vw;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .case-detail-content .case-detail-text-image .case-detail-text {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  body .modal-wrapper .modal-content .case-detail-content .case-detail-text-image .case-detail-text {
    width: 400px;
  }
}
body .modal-wrapper .modal-content .case-detail-content .case-detail-image-list {
  display: flex;
  flex-direction: column;
  gap: 2.8125vw;
  margin: 0 0 4.296875vw;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .case-detail-content .case-detail-image-list {
    gap: 5.1282051282vw;
    margin-bottom: 14.1025641026vw;
  }
}
@media screen and (min-width: 1280px) {
  body .modal-wrapper .modal-content .case-detail-content .case-detail-image-list {
    gap: 36px;
    margin-bottom: 55px;
  }
}
body .modal-wrapper .modal-content .case-detail-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.359375vw;
  margin: 0 0 5.9375vw;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .case-detail-pagination {
    gap: 5.1282051282vw;
    margin-bottom: 10.2564102564vw;
  }
}
@media screen and (min-width: 1280px) {
  body .modal-wrapper .modal-content .case-detail-pagination {
    gap: 43px;
    margin-bottom: 76px;
  }
}
body .modal-wrapper .modal-content .case-detail-pagination .current-total {
  position: relative;
  width: 4.609375vw;
  height: 4.140625vw;
  background-image: url("../img/ico_slash.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 2.1875vw;
  background-size: 2.1875vw;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .case-detail-pagination .current-total {
    width: 15.1282051282vw;
    height: 13.5897435897vw;
    -webkit-background-size: 7.1794871795vw;
    background-size: 7.1794871795vw;
  }
}
@media screen and (min-width: 1280px) {
  body .modal-wrapper .modal-content .case-detail-pagination .current-total {
    width: 59px;
    height: 53px;
    -webkit-background-size: 28px;
    background-size: 28px;
  }
}
body .modal-wrapper .modal-content .case-detail-pagination .current-total span {
  position: absolute;
  font-family: var(--font-poppins);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .case-detail-pagination .current-total span {
    font-size: 5.1282051282vw;
  }
}
body .modal-wrapper .modal-content .case-detail-pagination .current-total span.current {
  top: 0;
  left: 8px;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .case-detail-pagination .current-total span.current {
    left: 2.0512820513vw;
  }
}
body .modal-wrapper .modal-content .case-detail-pagination .current-total span.total {
  right: 8px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .case-detail-pagination .current-total span.total {
    right: 2.0512820513vw;
  }
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .case-detail-pagination .btn-case-pagination {
    width: 11.2820512821vw;
  }
}
body .modal-wrapper .modal-content .btn-other-case {
  width: 450px;
  height: 85px;
  margin: 0 auto 94px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .btn-other-case {
    width: 76.9230769231vw;
    height: 15.3846153846vw;
    margin-bottom: 24.1025641026vw;
    border-radius: 2.5641025641vw;
  }
}
body .modal-wrapper .modal-content .btn-other-case a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .btn-other-case a {
    font-size: 4.1025641026vw;
  }
}
body .modal-wrapper .modal-content .btn-other-case a:hover {
  opacity: 0.7;
}
body .modal-wrapper .modal-content .case-detail-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 6.796875vw;
  padding: 7.5vw 14.0625vw 7.421875vw 11.40625vw;
  color: #ffffff;
  background-color: var(--brown2);
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .case-detail-contact {
    flex-direction: column;
    justify-content: flex-start;
    gap: 5.1282051282vw;
    margin-bottom: 10.2564102564vw;
    padding: 10.2564102564vw 7.6923076923vw;
  }
}
@media screen and (min-width: 1280px) {
  body .modal-wrapper .modal-content .case-detail-contact {
    margin-bottom: 87px;
    padding: 96px 180px 95px 146px;
  }
}
body .modal-wrapper .modal-content .case-detail-contact .detail-contact-left .section-title {
  margin: 0 0 0.703125vw;
  font-family: var(--font-poppins);
  font-size: 5.46875vw;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .case-detail-contact .detail-contact-left .section-title {
    margin-bottom: 2.5641025641vw;
    font-size: 7.6923076923vw;
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  body .modal-wrapper .modal-content .case-detail-contact .detail-contact-left .section-title {
    margin-bottom: 9px;
    font-size: 70px;
  }
}
body .modal-wrapper .modal-content .case-detail-contact .detail-contact-left .detail-contact-text {
  font-size: 1.40625vw;
  font-weight: 500;
  line-height: 2.22em;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .case-detail-contact .detail-contact-left .detail-contact-text {
    font-size: 3.0769230769vw;
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  body .modal-wrapper .modal-content .case-detail-contact .detail-contact-left .detail-contact-text {
    font-size: 18px;
  }
}
body .modal-wrapper .modal-content .case-detail-contact .detail-contact-right {
  padding: 3.046875vw 0 0;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .case-detail-contact .detail-contact-right {
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  body .modal-wrapper .modal-content .case-detail-contact .detail-contact-right {
    padding-top: 39px;
  }
}
body .modal-wrapper .modal-content .case-detail-contact .detail-contact-right .btn-contact {
  width: 34.375vw;
  height: 7.03125vw;
  margin: 0 0 2.109375vw;
  box-sizing: border-box;
  border: 4px solid #ffffff;
  border-radius: 1.5625vw;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .case-detail-contact .detail-contact-right .btn-contact {
    width: 100%;
    height: 15.3846153846vw;
    margin-bottom: 0;
    border-width: 4px;
    border-radius: 2.5641025641vw;
  }
}
@media screen and (min-width: 1280px) {
  body .modal-wrapper .modal-content .case-detail-contact .detail-contact-right .btn-contact {
    width: 440px;
    height: 90px;
    margin-bottom: 27px;
    border-radius: 20px;
  }
}
body .modal-wrapper .modal-content .case-detail-contact .detail-contact-right .btn-contact:hover {
  opacity: 0.7;
}
body .modal-wrapper .modal-content .case-detail-contact .detail-contact-right .btn-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.40625vw;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .case-detail-contact .detail-contact-right .btn-contact a {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 1280px) {
  body .modal-wrapper .modal-content .case-detail-contact .detail-contact-right .btn-contact a {
    font-size: 18px;
  }
}
body .modal-wrapper .modal-content .case-detail-contact .detail-contact-right .ico-arrow {
  width: 4.84375vw;
  height: 4.84375vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .case-detail-contact .detail-contact-right .ico-arrow {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
@media screen and (min-width: 1280px) {
  body .modal-wrapper .modal-content .case-detail-contact .detail-contact-right .ico-arrow {
    width: 62px;
    height: 62px;
  }
}
body .modal-wrapper .modal-content .btn-modal-close {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.78125vw;
  width: 3.671875vw;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .btn-modal-close {
    width: 12.0512820513vw;
    gap: 2.5641025641vw;
  }
}
@media screen and (min-width: 1280px) {
  body .modal-wrapper .modal-content .btn-modal-close {
    width: 47px;
    gap: 10px;
  }
}
body .modal-wrapper .modal-content .btn-modal-close:hover {
  opacity: 0.7;
}
body .modal-wrapper .modal-content .btn-modal-close.top {
  position: absolute;
  top: 2.734375vw;
  right: 2.734375vw;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .btn-modal-close.top {
    top: 6.4102564103vw;
    right: 6.4102564103vw;
  }
}
@media screen and (min-width: 1280px) {
  body .modal-wrapper .modal-content .btn-modal-close.top {
    top: 35px;
    right: 35px;
  }
}
body .modal-wrapper .modal-content .btn-modal-close .ico-close {
  width: 3.4375vw;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .btn-modal-close .ico-close {
    width: 11.2820512821vw;
  }
}
@media screen and (min-width: 1280px) {
  body .modal-wrapper .modal-content .btn-modal-close .ico-close {
    width: 44px;
  }
}
body .modal-wrapper .modal-content .btn-modal-close .btn-label {
  font-size: 1.171875vw;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--black);
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .btn-modal-close .btn-label {
    font-size: 3.8461538462vw;
  }
}
@media screen and (min-width: 1280px) {
  body .modal-wrapper .modal-content .btn-modal-close .btn-label {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .btn-modal-close.top {
    top: 2.3076923077vw;
    right: 1.2820512821vw;
  }
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .btn-modal-close.top .ico-close {
    width: 6.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  body .modal-wrapper .modal-content .btn-modal-close.top .btn-label {
    display: none;
  }
}
body .modal-wrapper.--faq .modal-content {
  background-color: var(--brown2);
}
body .modal-wrapper.--faq .modal-content .rectangle-parent25 {
  padding-bottom: 0;
}
body .modal-wrapper.--faq .modal-content .faq-pagination {
  display: flex;
  justify-content: center;
  gap: 11.328125vw;
  margin: 0 0 7.03125vw;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper.--faq .modal-content .faq-pagination {
    gap: 23.0769230769vw;
    margin-bottom: 23.0769230769vw;
  }
}
@media screen and (min-width: 1280px) {
  body .modal-wrapper.--faq .modal-content .faq-pagination {
    gap: 145px;
    margin-bottom: 90px;
  }
}
body .modal-wrapper.--faq .modal-content .faq-pagination p {
  width: 5.078125vw;
}
@media screen and (max-width: 767px) {
  body .modal-wrapper.--faq .modal-content .faq-pagination p {
    width: 11.2820512821vw;
  }
}
@media screen and (min-width: 1280px) {
  body .modal-wrapper.--faq .modal-content .faq-pagination p {
    width: 65px;
  }
}
body .modal-wrapper.--faq .modal-content .btn-modal-close p {
  color: #ffffff;
}

/*# sourceMappingURL=common.css.map */
