@charset "UTF-8";
html {
  font-size: 62.5%;
}

::-webkit-input-placeholder {
  min-height: 0vw;
}

::-moz-placeholder {
  min-height: 0vw;
}

:-ms-input-placeholder {
  min-height: 0vw;
}

::-ms-input-placeholder {
  min-height: 0vw;
}

*, ::placeholder {
  min-height: 0vw;
}

body {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 0.8vw;
  position: relative;
  width: 100%;
  font-family: source-han-sans-japanese, sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.7vw;
    font-size: clamp(13px, 0.7vw, 18px) !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

.block {
  display: inline-block;
}

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

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

.mv-linklist li a {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}

.header-logo, .en-title, .main-catch, .grad-big-letter, .footer-logo, .en-banner, [class^=back-letter], .menu-list li a {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
}

.en-catch, .detail-en-text {
  font-family: linotype-didot, serif;
}

.all-wrap {
  overflow: hidden;
  width: 100%;
}

.svg-info {
  height: 0;
  display: block;
}

img {
  display: block;
  max-width: 100%;
}

.color-base {
  color: #2e94f4 !important;
}

.base-bg {
  background-color: #2e94f4;
}

.bdcolor-base {
  border-color: #2e94f4;
}

.color-font {
  color: #010101 !important;
}

.font-bg {
  background-color: #010101;
}

.bdcolor-font {
  border-color: #010101;
}

.color-white {
  color: white !important;
}

.white-bg {
  background-color: white;
}

.bdcolor-white {
  border-color: white;
}

.color-gray {
  color: #eeeeee !important;
}

.gray-bg {
  background-color: #eeeeee;
}

.bdcolor-gray {
  border-color: #eeeeee;
}

p, a {
  color: #010101;
}

header {
  position: fixed;
  width: 93%;
  top: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 200;
  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;
}
@media screen and (max-width: 767px) {
  header {
    top: 2%;
    width: 91%;
  }
}
header h1 {
  font-size: 2.6vw;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  header h1 {
    font-size: 8vw;
  }
}
header .hamburger-wrap .hamburger-btn-wrap {
  position: relative;
  width: 2.5vw;
  height: 1vw;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  header .hamburger-wrap .hamburger-btn-wrap {
    width: 11vw;
    height: 3vw;
  }
}
header .hamburger-wrap .hamburger-btn-wrap span {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
}
header .hamburger-wrap .hamburger-btn-wrap span:last-child {
  top: auto;
  bottom: 0;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  header .hamburger-wrap .hamburger-btn-wrap span:last-child {
    margin-bottom: 0;
  }
}
header .hamburger-wrap .hamburger-btn-wrap.open {
  height: 2.5vw;
}
header .hamburger-wrap .hamburger-btn-wrap.open span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  background: white;
  height: 2px;
}
header .hamburger-wrap .hamburger-btn-wrap.open span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

nav {
  position: fixed;
  right: -30vw;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 30vw;
  background-image: linear-gradient(123deg, rgba(230, 121, 92, 0.3), rgba(192, 146, 190, 0.3));
  background-color: rgba(50, 50, 50, 0.3);
  z-index: 100;
  height: 100vh;
  padding: 7% 2% 0;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media screen and (max-width: 767px) {
  nav {
    right: -55vw;
    width: 55vw;
    padding: 20% 7% 0;
  }
}
nav.open {
  right: 0;
  top: 0;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
nav.open .menu-list li {
  -webkit-transform: none !important;
          transform: none !important;
}
nav .menu-list li {
  margin-bottom: 7%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  nav .menu-list li {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
nav .menu-list li:nth-child(1) {
  -webkit-transform: translateX(3em);
          transform: translateX(3em);
}
nav .menu-list li:nth-child(2) {
  -webkit-transform: translateX(5em);
          transform: translateX(5em);
}
nav .menu-list li:nth-child(3) {
  -webkit-transform: translateX(7em);
          transform: translateX(7em);
}
nav .menu-list li:nth-child(4) {
  -webkit-transform: translateX(9em);
          transform: translateX(9em);
}
nav .menu-list li:nth-child(5) {
  -webkit-transform: translateX(11em);
          transform: translateX(11em);
}
@media screen and (max-width: 767px) {
  nav .menu-list li {
    margin-bottom: 15%;
  }
}
nav .menu-list li a {
  font-size: 2vw;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 100%;
  display: block;
}
nav .menu-list li a:hover {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  nav .menu-list li a {
    font-size: 7vw;
  }
}
nav .menu-list .language {
  display: none;
}
@media screen and (max-width: 767px) {
  nav .menu-list .language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
nav .menu-list .language span {
  font-size: 3vw;
  color: #fff;
}
nav .menu-list .language a {
  display: inline-block;
  width: auto;
  font-size: 4vw;
  border: 1px solid #fff;
  padding: 8px;
}
nav .menu-list .language a:first-child {
  margin-right: 4px;
}

.main-visual {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 49.2%;
  margin-bottom: 15%;
}
@media screen and (max-width: 767px) {
  .main-visual {
    padding-bottom: 137.2%;
    margin-bottom: 30%;
  }
}
.main-visual .grad-big-letter {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
}
.main-visual .grad-big-letter .grad-svg {
  display: block;
}
.main-visual .grad-big-letter .grad-svg svg {
  font-size: 22vw;
  width: 25vw;
  height: 150vh;
  line-height: 1;
  fill: url(#grad-purple);
  opacity: 0.83;
}
@media screen and (max-width: 767px) {
  .main-visual .grad-big-letter .grad-svg svg {
    font-size: 46vw;
    width: 58vw;
  }
}
.main-visual .img-wrap1 {
  position: absolute;
  top: 0;
  right: 18.5%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  width: 25vw;
  height: 6.2vw;
}
.main-visual .img-wrap1 .rellax {
  background-image: url("../img/mv-img01.jpg");
  background-position: right 0 bottom 0;
  width: 100%;
  height: 120%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .main-visual .img-wrap1 .rellax {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (max-width: 767px) {
  .main-visual .img-wrap1 {
    top: -100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.main-visual .img-wrap1 img {
  max-width: 100%;
}
.main-visual .img-wrap2 {
  margin-left: 7%;
  width: 43vw;
  height: calc(39.9vw + 4%);
  padding-top: 4%;
  position: relative;
}
.main-visual .img-wrap2 .video-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.main-visual .img-wrap2 video {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 100%;
  width: 100%;
  height: 110%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0.83;
}
@media screen and (max-width: 767px) {
  .main-visual .img-wrap2 {
    position: absolute;
    bottom: 0;
    margin-left: 4.5%;
    width: 84vw;
    height: 78vw;
  }
  .main-visual .img-wrap2 video {
    margin-top: 0;
  }
}
.main-visual .img-wrap3 {
  position: absolute;
  right: 0;
  bottom: 4.5%;
  width: 32vw;
  height: 18vw;
  overflow: hidden;
}
.main-visual .img-wrap3 .img-grad {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("../img/mv-img02.jpg");
  background-position: left 0 top 24%;
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
  height: 120%;
  background-size: 100%;
}
.main-visual .img-wrap3 .img-grad:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-51deg, #e6b258, #e07e53);
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .main-visual .img-wrap3 {
    bottom: -12%;
    width: 58vw;
    height: 30vw;
  }
  .main-visual .img-wrap3 .img-grad {
    background-position: left 0 top 54%;
  }
}
.main-visual .catch-box {
  position: absolute;
  top: 23%;
  right: 18.5%;
  z-index: 99;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .main-visual .catch-box {
    width: 69vw;
    right: 4.5%;
    top: 14%;
    text-align: right;
  }
}
.main-visual .catch-box .main-catch {
  font-size: 5vw;
  text-align: right;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .main-visual .catch-box .main-catch {
    font-size: 8.95vw;
  }
}
@media screen and (max-width: 767px) {
  .main-visual .catch-box .sub-catch {
    display: inline-block;
    margin: 0 0 0 auto;
  }
}
.main-visual .catch-box .ja-catch {
  font-size: 1.5vw;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 2.5%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .main-visual .catch-box .ja-catch {
    font-size: 3.5vw;
    margin-bottom: 3.5%;
  }
}
.main-visual .catch-box .en-catch {
  font-size: 0.85vw;
  font-size: 0.85vw;
  letter-spacing: 0.03em;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .main-visual .catch-box .en-catch {
    font-size: 2.6vw;
  }
}
.main-visual .mv-linklist {
  position: absolute;
  top: 28%;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .main-visual .mv-linklist {
    display: none;
  }
}
.main-visual .mv-linklist li:nth-child(-n+4) {
  margin-bottom: 2em;
  overflow: hidden;
}
.main-visual .mv-linklist li:nth-child(-n+4) a {
  font-size: 0.95vw;
  letter-spacing: 0.09em;
  float: right;
  display: inline-block;
  position: relative;
  padding-right: 4em;
  padding-bottom: 0.3em;
}
.main-visual .mv-linklist li:nth-child(-n+4) a:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 1px;
  background: linear-gradient(123deg, #e6795c, #c092be);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-visual .mv-linklist li:nth-child(-n+4) a:hover:before {
  opacity: 1;
}
.main-visual .mv-linklist li:first-child a:before {
  opacity: 1;
}
.main-visual .mv-linklist .language {
  margin-top: 30px;
}
.main-visual .mv-linklist .language div {
  font-size: 0.95vw;
  float: right;
  display: inline-block;
  position: relative;
  padding-right: 4em;
  padding-bottom: 0.3em;
}
.main-visual .mv-linklist .language div a {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #e6795c;
  padding: 8px 16px;
  background: linear-gradient(123deg, #e6795c, #c092be);
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-visual .mv-linklist .language div a:first-child {
  margin-right: 10px;
}
.main-visual .mv-linklist .language div a:hover {
  background: #fff;
  color: #e6795c;
}
.main-visual .rolling-circle {
  position: absolute;
  bottom: 5%;
  right: 5em;
}
@-webkit-keyframes roll {
  0% {
    -webkit-transform: roate(0);
            transform: roate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes roll {
  0% {
    -webkit-transform: roate(0);
            transform: roate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.main-visual .rolling-circle img {
  -webkit-animation: 20.5s roll infinite both linear;
          animation: 20.5s roll infinite both linear;
  max-width: 133px;
  width: 7vw;
}
@media screen and (max-width: 767px) {
  .main-visual .rolling-circle {
    bottom: -18%;
    right: 3.5%;
  }
  .main-visual .rolling-circle img {
    width: 17vw;
  }
}

.en-banner {
  font-size: 1.35vw;
  max-width: 300px;
  width: 13vw;
  padding: 0.7em 0;
  text-align: center;
  display: block;
  position: relative;
}
.en-banner:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: url("../img/iconmonstr-external-link-thin-16.png");
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .en-banner {
    width: 100%;
    font-size: 5.5vw;
    display: block;
    max-width: inherit;
  }
}

.content-width {
  width: 76%;
  margin: 0 auto;
}

[class^=service-title], .center-title {
  margin-bottom: 2%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  [class^=service-title], .center-title {
    margin-bottom: 3%;
  }
}
[class^=service-title] p, .center-title p {
  font-size: 0.95vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 5em;
  position: relative;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  [class^=service-title] p, .center-title p {
    font-size: 2.4vw;
    margin-bottom: 0.5em;
    font-size: clamp(13px, 2.4vw, 18px) !important;
  }
}
[class^=service-title] p:before, .center-title p:before {
  content: "";
  width: 4.2em;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
[class^=service-title] .en-title, .center-title .en-title {
  font-size: 5.05vw;
}
@media screen and (max-width: 767px) {
  [class^=service-title] .en-title, .center-title .en-title {
    font-size: 8.95vw;
  }
}
[class^=service-title].service-title-reverse, .center-title.service-title-reverse {
  text-align: right;
}
[class^=service-title].service-title-reverse p, .center-title.service-title-reverse p {
  padding-left: 0;
  padding-right: 5em;
}
[class^=service-title].service-title-reverse p:before, .center-title.service-title-reverse p:before {
  left: auto;
  right: 0;
}

.service {
  position: relative;
}

[class^=back-letter] {
  font-size: 22vw;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
  position: absolute;
  top: 50%;
  right: -0.2em;
  white-space: nowrap;
  z-index: -1;
  color: #f4f4f4;
  line-height: 1;
  letter-spacing: -0.01em;
}
[class^=back-letter].back-letter-reverse {
  left: -0.2em;
  right: auto;
  -webkit-transform: none;
          transform: none;
  top: 0;
}
@media screen and (max-width: 767px) {
  [class^=back-letter] {
    font-size: 58vw;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 5%;
  }
  [class^=back-letter].back-letter-reverse {
    right: -0.2em;
    left: auto;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.service-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17%;
  position: relative;
  z-index: 10;
}
.service-detail:nth-child(2) {
  margin-bottom: 25%;
}
@media screen and (max-width: 767px) {
  .service-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 16%;
  }
  .service-detail.content-width {
    width: 94vw;
  }
}
.service-detail .detail-left-text {
  margin-top: 2%;
  margin-bottom: 4%;
}
@media screen and (max-width: 767px) {
  .service-detail .detail-left-text {
    font-size: 13px;
    font-size: clamp(13px, 0.7vw, 18px) !important;
  }
  .service-detail .detail-left-text a {
    font-size: clamp(13px, 0.7vw, 18px) !important;
  }
}
.service-detail .detail-left-text a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
}
.service-detail .detail-left-text a:hover {
  border-bottom: 1px solid transparent;
}
.service-detail .detail-left {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .service-detail .detail-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
    width: 100%;
  }
}
.service-detail .detail-left .gray-box {
  background: #eeeeee;
  padding: 5%;
  margin-bottom: 4%;
}
@media screen and (max-width: 767px) {
  .service-detail .detail-left .gray-box {
    width: 85%;
    margin: 0 auto 4%;
  }
}
.service-detail .detail-left .gray-box p {
  border-bottom: 1px solid #fff;
  font-size: 0.85vw;
  font-weight: bold;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .service-detail .detail-left .gray-box p {
    font-size: 2.4vw;
    font-size: clamp(13px, 2.4vw, 18px) !important;
  }
}
.service-detail .detail-left .gray-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .service-detail .detail-left .gray-box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-detail .detail-left .gray-box dl dt {
    width: 100%;
  }
}
.service-detail .detail-left .gray-box dl dd {
  margin-left: 1em;
  letter-spacing: 0.05em;
  font-size: 0.8vw;
}
@media screen and (max-width: 767px) {
  .service-detail .detail-left .gray-box dl dd {
    font-size: 2vw;
    margin-left: 0;
    width: 100%;
    margin-top: 1em;
  }
}
.service-detail .detail-left picture img {
  margin-bottom: 4%;
}
.service-detail .detail-left .detail-left-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 2%;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
  color: #545250;
  line-height: 1.5;
}
.service-detail .detail-left .detail-left-list dt {
  font-weight: bold;
  width: 30%;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .service-detail .detail-left .detail-left-list {
    font-size: 11px;
    font-size: clamp(11px, 2.3vw, 17px) !important;
  }
}
.service-detail .detail-right {
  margin-left: 4%;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .service-detail .detail-right {
    width: 100%;
    margin-left: 0;
    margin-bottom: 8%;
  }
}
.service-detail .detail-right .detail-text {
  font-size: 0.89vw;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
  .service-detail .detail-right .detail-text {
    font-size: 3.6vw;
    letter-spacing: -0.04em;
    margin-bottom: 3%;
  }
}
.service-detail .detail-right .detail-en-text {
  font-size: 0.89vw;
  letter-spacing: 0.03em;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .service-detail .detail-right .detail-en-text {
    font-size: 2.95vw;
  }
}

.fitness-gym .service-detail .detail-left {
  width: auto;
  max-width: 52%;
}
@media screen and (max-width: 767px) {
  .fitness-gym .service-detail .detail-left {
    max-width: 100%;
  }
}
.fitness-gym .service-detail .detail-left .banner-wrap {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fitness-gym .service-detail .detail-left .banner-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fitness-gym .service-detail .detail-left .banner-wrap:hover {
  -webkit-transform: translate(-3px, -3px);
          transform: translate(-3px, -3px);
  -webkit-filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.3));
}
.fitness-gym .service-detail .detail-left .banner-wrap:hover:before {
  opacity: 0;
}
.fitness-gym .service-detail .detail-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .fitness-gym .service-detail .detail-right {
    width: 100%;
  }
}
.fitness-gym .img-area2 .img-wrap {
  margin-top: 0%;
}
.fitness-gym .img-area2 .img-wrap:first-child .img-bg {
  background-image: url("../img/fitness-gym01.jpg");
  background-size: 110%;
  background-position: right 5% top 0%;
}
.fitness-gym .img-area2 .img-wrap:nth-child(2) .img-bg {
  background-image: url("../img/fitness-gym02.jpg");
  margin-top: 5%;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .fitness-gym .img-area2 .img-wrap:nth-child(2) .img-bg {
    margin-top: 10%;
    background-size: 110%;
  }
}
@media screen and (max-width: 767px) {
  .fitness-gym .img-area2 .img-wrap:nth-child(2) {
    margin-top: -20% !important;
  }
}

.investment .img-wrap:first-child .img-bg {
  background-image: url("../img/investment01.jpg");
  background-size: 100% auto;
}
.investment .img-wrap:nth-child(2) .img-bg {
  background-image: url("../img/investment02.jpg");
  margin-top: 5%;
  background-size: 110%;
  background-position: right 0 top 0;
}
@media screen and (max-width: 767px) {
  .investment .img-wrap:nth-child(2) .img-bg {
    background-size: 125%;
  }
}

[class^=img-area] {
  position: relative;
  width: 100%;
  padding-bottom: 31%;
  height: 0;
}
@media screen and (max-width: 767px) {
  [class^=img-area] {
    padding-bottom: 53%;
  }
}
[class^=img-area] .img-wrap {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
[class^=img-area] .img-wrap .img-bg {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 120%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  [class^=img-area] .img-wrap .img-bg {
    height: 140%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
[class^=img-area] .img-wrap img {
  position: relative;
}
[class^=img-area] .img-wrap .img-grad {
  position: relative;
  z-index: 5;
  display: inline-block;
}
[class^=img-area] .img-wrap .img-grad:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}
[class^=img-area] .img-wrap .img-grad img {
  position: relative;
  z-index: -1;
}
[class^=img-area].img-area1 .img-wrap:first-child {
  width: 58vw;
  height: 37.5vw;
  left: 21vw;
  margin-right: 0;
  position: absolute;
  overflow: hidden;
  bottom: 0;
}
[class^=img-area].img-area1 .img-wrap:first-child .img-bg {
  background-image: url("../img/real-estate01.jpg");
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  [class^=img-area].img-area1 .img-wrap:first-child {
    width: 81vw;
    height: 50vw;
    left: 9.5vw;
    top: 0;
    bottom: inherit;
  }
}
[class^=img-area].img-area1 .img-wrap:last-child {
  bottom: 13%;
  width: 13.5vw;
  margin-top: -25%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  position: absolute;
  bottom: -10vw;
  height: 22vw;
}
[class^=img-area].img-area1 .img-wrap:last-child .img-bg {
  background-image: url("../img/real-estate03.jpg");
  background-size: auto 130%;
  background-position: right 50% top 50%;
}
@media screen and (max-width: 767px) {
  [class^=img-area].img-area1 .img-wrap:last-child {
    left: -100%;
  }
}
[class^=img-area].img-area1 .img-wrap:nth-child(2) {
  margin-right: 11.5%;
  margin-left: auto;
  margin-top: -19%;
  width: 20vw;
  height: 29vw;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -15vw;
}
[class^=img-area].img-area1 .img-wrap:nth-child(2) .img-grad {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("../img/real-estate02.jpg");
  width: 100%;
  height: 120%;
  background-size: auto 100%;
  background-position: right 50% top 0;
  background-repeat: no-repeat;
}
[class^=img-area].img-area1 .img-wrap:nth-child(2) .img-grad:before {
  background: linear-gradient(-51deg, #be86ac, #4db0ce);
}
@media screen and (max-width: 767px) {
  [class^=img-area].img-area1 .img-wrap:nth-child(2) {
    width: 26vw;
    height: 37.7vw;
    margin-right: 4.5%;
    bottom: -10vw;
    margin-top: -17%;
  }
}
[class^=img-area].img-area2 {
  padding-bottom: 34%;
}
@media screen and (max-width: 767px) {
  [class^=img-area].img-area2 {
    padding-bottom: 44%;
  }
}
[class^=img-area].img-area2 .img-wrap:first-child {
  right: 0;
  width: 80vw;
  height: 36vw;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  [class^=img-area].img-area2 .img-wrap:first-child {
    width: 90vw;
  }
}
[class^=img-area].img-area2 .img-wrap:nth-child(2) {
  left: 6.5%;
  bottom: 0%;
  width: 31vw;
  margin-left: 6.5%;
  margin-right: auto;
  margin-top: -5%;
  height: calc(19vw + 5%);
}
@media screen and (max-width: 767px) {
  [class^=img-area].img-area2 .img-wrap:nth-child(2) {
    left: 4.5%;
    margin-top: -20%;
    width: 40.3vw;
    height: calc(24.7vw + 5%);
  }
}
[class^=img-area].img-area2 .img-wrap:nth-child(2) .img-grad:before {
  background: linear-gradient(-51deg, #61ae5d, #cbc74e);
}
[class^=img-area].img-area2.reverse .img-wrap {
  right: 6.5%;
  left: auto;
  margin-right: 6.5%;
  margin-left: 0;
}
[class^=img-area].img-area2.reverse .img-wrap:nth-child(2) {
  margin-right: 6.5%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  [class^=img-area].img-area2.reverse .img-wrap:nth-child(2) {
    right: 4.5%;
  }
}
[class^=img-area].img-area2.reverse .img-wrap .img-grad:before {
  background: linear-gradient(-51deg, #e6b258, #e07e53);
}

.company {
  width: 100%;
  position: relative;
  padding-top: 10%;
}
@media screen and (max-width: 767px) {
  .company {
    padding-top: 25%;
  }
}
.company .company-container {
  -webkit-box-shadow: 0 0 20px #ddd;
          box-shadow: 0 0 20px #ddd;
}
@media screen and (max-width: 767px) {
  .company .content-width {
    width: 92%;
  }
}
.company .company-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding: 8% 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 10%;
}
@media screen and (max-width: 767px) {
  .company .company-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 91%;
    padding: 10% 0;
    margin: 0 auto 15%;
  }
}
@media screen and (max-width: 767px) {
  .company .company-title {
    text-align: center;
    margin-bottom: 5%;
  }
}
.company .company-title p {
  font-size: 0.95vw;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company .company-title p {
    font-size: 2.4vw;
    font-size: clamp(13px, 2.4vw, 18px) !important;
    margin-bottom: 0.5em;
  }
}
.company .company-title .en-title {
  font-size: 5.05vw;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .company .company-title .en-title {
    font-size: 8.95vw;
  }
}
.company .company-list {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .company .company-list {
    width: 100%;
  }
}
.company .company-list li {
  margin-bottom: 5%;
}
.company .company-list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.company .company-list li dl dt, .company .company-list li dl dd {
  padding-bottom: 0.5em;
  width: 100%;
  padding-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .company .company-list li dl dt, .company .company-list li dl dd {
    font-size: 2.3vw;
    line-height: 1.5;
    font-size: 11px;
    font-size: clamp(11px, 2.3vw, 17px) !important;
  }
}
.company .company-list li dl dt {
  border-bottom: 1px solid;
  width: 10em;
}
.company .company-list li dl dd {
  border-bottom: 1px solid #e7e7e7;
}
.company .company-list li:last-child {
  margin-bottom: 0;
}
.company .company-list li:last-child dt, .company .company-list li:last-child dd {
  border-bottom: none;
}
.company .company-list li:nth-child(1) dt {
  border-color: #e6795c;
}
.company .company-list li:nth-child(2) dt {
  border-color: #d78593;
}
.company .company-list li:nth-child(3) dt {
  border-color: #c092be;
}
.company .company-list li:nth-child(4) dt {
  border-color: #9c9fd1;
}
.company .company-list li:nth-child(5) dt {
  border-color: #73add1;
}
.company .company-list li:nth-child(6) dt {
  border-color: #62b8d1;
}
.company .company-list li:nth-child(7) dt {
  border-color: #80bdaa;
}
.company .company-list li:nth-child(8) dt {
  border-color: #b9be6c;
}
.company .company-list li:nth-child(9) dt {
  border-color: #eabe3a;
}

.para-bg {
  background-color: transparent;
  overflow: hidden;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  width: 100%;
  height: 40vw;
  position: absolute;
  top: 0;
  z-index: -1;
}
.para-bg div {
  position: relative;
}
.para-bg div img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 60vw;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}
@media screen and (max-width: 767px) {
  .para-bg div img {
    height: 120vw;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .para-bg {
    height: 90vw;
  }
}

.contact {
  position: relative;
  text-align: center;
  margin-bottom: 8%;
}
.contact .contact-container {
  display: inline-block;
  text-align: left;
  width: 47vw;
  min-width: 500px;
}
@media screen and (max-width: 767px) {
  .contact .contact-container {
    min-width: auto;
    width: 90%;
  }
}
.contact .center-title {
  text-align: center;
  margin-bottom: 7%;
}
.contact .center-title p {
  padding-left: 0;
}
.contact .center-title p:before {
  display: none;
}

.contact_wrap, .confirm-wrap {
  max-width: 1000px;
  margin: 0 auto 2rem;
}
.contact_wrap form, .confirm-wrap form {
  text-align: left;
}
.contact_wrap form dl, .confirm-wrap form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_wrap .privacy-wrap, .confirm-wrap .privacy-wrap {
  width: 100%;
  margin: 0 auto;
}
.contact_wrap .privacy-wrap .textarea, .confirm-wrap .privacy-wrap .textarea {
  text-align: justify;
  line-height: 2;
  margin-bottom: 1.5%;
}
.contact_wrap .privacy-wrap div.privacy-content, .confirm-wrap .privacy-wrap div.privacy-content {
  text-align: left;
  height: 12em;
  overflow-y: scroll;
  font-size: 0.75vw;
  padding: 1.3rem;
  border: 1px solid #ddd;
  line-height: 1.9;
  margin-bottom: 3rem;
  border-radius: 4px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .contact_wrap .privacy-wrap div.privacy-content, .confirm-wrap .privacy-wrap div.privacy-content {
    font-size: 2.1vw;
    font-size: clamp(13px, 2.1vw, 15px) !important;
  }
}
@media screen and (max-width: 767px) {
  .contact_wrap .privacy-wrap, .confirm-wrap .privacy-wrap {
    font-size: 1.4rem;
    letter-spacing: 0.01em;
  }
  .contact_wrap .privacy-wrap .privacy-content, .confirm-wrap .privacy-wrap .privacy-content {
    font-size: 1.2rem;
  }
}
.contact_wrap .btn-wrap, .confirm-wrap .btn-wrap {
  text-align: center;
  margin: 6% 0;
}
.contact_wrap .btn-wrap .form_btn_wrap, .confirm-wrap .btn-wrap .form_btn_wrap {
  display: inline-block;
  background: linear-gradient(123deg, #e6795c, #c092be);
  border: none;
  color: white;
  padding: 1rem !important;
  width: 20vw;
  font-size: 1.8rem;
  letter-spacing: 0.09em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact_wrap .btn-wrap .form_btn_wrap, .confirm-wrap .btn-wrap .form_btn_wrap {
    width: 50vw;
    padding: 0 !important;
  }
}
.contact_wrap .btn-wrap .form_btn_wrap:before, .confirm-wrap .btn-wrap .form_btn_wrap:before {
  content: "";
  position: absolute;
  right: 0.4em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.5em;
  height: 2.5em;
  color: white;
  z-index: 999;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact_wrap .btn-wrap .form_btn_wrap input, .confirm-wrap .btn-wrap .form_btn_wrap input {
  font-size: 0.85vw;
}
@media screen and (max-width: 767px) {
  .contact_wrap .btn-wrap .form_btn_wrap input, .confirm-wrap .btn-wrap .form_btn_wrap input {
    font-size: 2.2vw;
    font-size: clamp(16px, 2.2vw, 18px) !important;
  }
}
.contact_wrap .btn-wrap .confirm_btn input, .confirm-wrap .btn-wrap .confirm_btn input {
  width: 100%;
  padding: 1.5rem 0;
}
.contact_wrap .btn-wrap .modal-btn2, .confirm-wrap .btn-wrap .modal-btn2 {
  margin: 0 auto;
  opacity: 0.5;
  cursor: not-allowed;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
.contact_wrap .btn-wrap .modal-btn2:hover .btn-arrow, .confirm-wrap .btn-wrap .modal-btn2:hover .btn-arrow {
  right: 0.4em;
}
.contact_wrap .btn-wrap .modal-btn2.active, .confirm-wrap .btn-wrap .modal-btn2.active {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}
.contact_wrap .btn-wrap .modal-btn2.active:hover .btn-arrow, .confirm-wrap .btn-wrap .modal-btn2.active:hover .btn-arrow {
  right: -1em;
}
.contact_wrap [class^=btn-wrap] [class*=btn]:not(.menu_btn):not(.modal-btn), .confirm-wrap [class^=btn-wrap] [class*=btn]:not(.menu_btn):not(.modal-btn) {
  line-height: 1.5;
  display: inline-block;
  padding: 15px　10px;
  padding: 1.5em 1em;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  min-width: 150px;
}
.contact_wrap [class^=btn-wrap] [class*=btn]:not(.menu_btn):not(.modal-btn) input, .confirm-wrap [class^=btn-wrap] [class*=btn]:not(.menu_btn):not(.modal-btn) input {
  background-color: rgba(255, 255, 255, 0);
  border-style: none;
  color: inherit;
}

form div.error {
  margin-top: 5px;
  font-size: 0.7vw;
  color: red;
}
form .contact-bottom {
  margin-bottom: 7%;
}
form .sendmes {
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  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;
}
form .sendmes .message_wrap {
  line-height: 2;
  background: white;
  display: inline-block;
  color: #000;
  padding: 3rem;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  form .sendmes .message_wrap {
    max-width: calc(95% - 4rem);
    padding: 3rem 2rem;
  }
}
form .sendmes .message_wrap .btn_wrap {
  margin-top: 3.5%;
}
form .sendmes .message_wrap .btn_wrap .close-thanks {
  background: linear-gradient(123deg, #e6795c, #c092be);
  color: white;
  text-decoration: none;
  padding: 1rem 2.5rem;
  border-radius: 6px;
}
form input[type=text],
form input[type=tel],
form input[type=number],
form input[type=email],
form textarea {
  width: 98%;
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 4px;
  padding: 1%;
  line-height: 1.5;
  font-size: 0.8vw;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
form input[type=text].width2,
form input[type=tel].width2,
form input[type=number].width2,
form input[type=email].width2,
form textarea.width2 {
  max-width: 414px;
}
form input[type=text].width3,
form input[type=tel].width3,
form input[type=number].width3,
form input[type=email].width3,
form textarea.width3 {
  max-width: 265px;
}
form input[type=text].width4,
form input[type=tel].width4,
form input[type=number].width4,
form input[type=email].width4,
form textarea.width4 {
  max-width: 181px;
}
@media screen and (max-width: 767px) {
  form input[type=text],
form input[type=tel],
form input[type=number],
form input[type=email],
form textarea {
    padding: 2%;
    font-size: 13px;
    font-size: clamp(16px, 2.2vw, 18px) !important;
  }
}
form .select-item select {
  background: #FFF;
  border: 1px solid #DDD;
  padding: 1%;
  cursor: pointer;
  font-size: 0.8vw;
  font-weight: normal;
  position: relative;
  z-index: 10;
  border-radius: 4px;
}
form .select-item select.width2 {
  width: 98%;
  max-width: 414px;
}
form .select-item select.width3 {
  width: 98%;
  max-width: 265px;
}
@media screen and (max-width: 767px) {
  form .select-item select {
    font-size: 16px;
    font-size: clamp(16px, 2.2vw, 18px) !important;
    padding: 2%;
    height: 35px;
  }
}
form label {
  cursor: pointer;
}
form [type=submit] {
  cursor: pointer;
  letter-spacing: 0.2em;
  font-size: 0.95vw;
  letter-spacing: 0.09em;
}
form [disabled] {
  cursor: not-allowed;
  opacity: 0.5 !important;
}
form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: #DDD;
}
form input::-moz-placeholder, form textarea::-moz-placeholder {
  color: #DDD;
}
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: #DDD;
}
form input::-ms-input-placeholder, form textarea::-ms-input-placeholder {
  color: #DDD;
}
form input::placeholder,
form textarea::placeholder {
  color: #DDD;
}
@media screen and (max-width: 767px) {
  form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
    min-height: 0vw;
    font-size: 16px;
    font-size: clamp(16px, 3.4vw, 18px) !important;
    font-weight: normal;
  }
  form input::-moz-placeholder, form textarea::-moz-placeholder {
    min-height: 0vw;
    font-size: 16px;
    font-size: clamp(16px, 3.4vw, 18px) !important;
    font-weight: normal;
  }
  form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
    min-height: 0vw;
    font-size: 16px;
    font-size: clamp(16px, 3.4vw, 18px) !important;
    font-weight: normal;
  }
  form input::-ms-input-placeholder, form textarea::-ms-input-placeholder {
    min-height: 0vw;
    font-size: 16px;
    font-size: clamp(16px, 3.4vw, 18px) !important;
    font-weight: normal;
  }
  form input::placeholder,
form textarea::placeholder {
    min-height: 0vw;
    font-size: 16px;
    font-size: clamp(16px, 3.4vw, 18px) !important;
    font-weight: normal;
  }
}
form input[type=radio] {
  position: relative;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 20px;
  vertical-align: middle;
  cursor: pointer;
}
form input[type=radio]:checked:after {
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  form {
    width: 100%;
  }
}
form .check_area label {
  display: block;
}

[class*=_wrap] form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[class*=_wrap] form dl dt {
  width: 35rem;
}
[class*=_wrap] form dl dt .required {
  font-size: 1.2rem;
  background: #e6795c;
  color: #FFF;
  padding: 0.1rem 1rem 0.2rem;
  margin-left: 1.5rem;
}
[class*=_wrap] form dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.5% 0;
}
@media screen and (max-width: 767px) {
  [class*=_wrap] form dl dd label {
    font-size: 0.85vw;
    margin-bottom: 1.5rem;
  }
}
[class*=_wrap] form .privacy-wrap {
  text-align: center;
  margin-bottom: 7.7%;
}
[class*=_wrap] form .privacy-wrap a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  [class*=_wrap] form {
    width: 100%;
  }
  [class*=_wrap] form dl {
    display: block !important;
    padding: 0.5rem 0;
  }
  [class*=_wrap] form dl dt {
    width: 100%;
    margin-bottom: 1.5rem;
    text-align: LEFT;
    margin: 0.5rem 0;
    font-weight: bold;
    font-size: 1.4rem;
  }
  [class*=_wrap] form .form-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

form.post-password-form {
  text-align: center;
  padding: 2.5rem 0;
}
form.post-password-form button, form.post-password-form input, form.post-password-form select, form.post-password-form textarea {
  border: 1px solid #DDD;
  background: #EFEFEF;
}
@media screen and (max-width: 767px) {
  form.post-password-form {
    width: 90%;
    margin: auto;
  }
}

.confirm-content {
  margin: 3.5% 0;
  text-align: left;
}
.confirm-content li {
  margin-bottom: 1rem;
  line-height: 1.3;
}
.confirm-content li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.confirm-content li dl dt {
  width: 50%;
  text-align: right;
}
.confirm-content li dl dd {
  width: 80%;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .confirm-content li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .confirm-content li dl dt, .confirm-content li dl dd {
    width: 100%;
    text-align: left;
  }
}

.confirm-wrap-wrap {
  display: none;
}
.confirm-wrap-wrap[wfd-invisible=true] {
  display: inherit;
}

.confirm-wrap {
  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;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100vw;
  height: 100vh;
  max-width: inherit !important;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.confirm-wrap .confirm-content2 {
  background: white;
  max-width: 1000px;
  padding: 3rem;
  max-height: 95vh;
  width: 98%;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .confirm-wrap .confirm-content2 {
    padding: 2rem;
  }
}
.confirm-wrap .btn-wrap {
  margin-bottom: 0rem;
  width: 100%;
  margin-top: 0;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.confirm-wrap .btn-wrap input {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .confirm-wrap .form_btn_wrap {
    width: 100% !important;
  }
  .confirm-wrap .form_btn_wrap input {
    padding: 2rem 0 !important;
  }
}
.confirm-wrap .remodal-cancel {
  background: #888;
  width: 100%;
  max-width: 379px;
  padding: 2rem 0;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .confirm-wrap .remodal-cancel {
    font-size: clamp(16px, 2.2vw, 18px) !important;
  }
}
.confirm-wrap .remodal-cancel:hover, .confirm-wrap .remodal-cancel:focus {
  background: #888;
}

::-webkit-input-placeholder {
  font-size: 0.8vw !important;
}

::-moz-placeholder {
  font-size: 0.8vw !important;
}

:-ms-input-placeholder {
  font-size: 0.8vw !important;
}

::-ms-input-placeholder {
  font-size: 0.8vw !important;
}

::placeholder {
  font-size: 0.8vw !important;
}
@media screen and (max-width: 767px) {
  ::-webkit-input-placeholder {
    font-size: 16px !important;
    font-size: clamp(16px, 2.2vw, 17px) !important;
  }
  ::-moz-placeholder {
    font-size: 16px !important;
    font-size: clamp(16px, 2.2vw, 17px) !important;
  }
  :-ms-input-placeholder {
    font-size: 16px !important;
    font-size: clamp(16px, 2.2vw, 17px) !important;
  }
  ::-ms-input-placeholder {
    font-size: 16px !important;
    font-size: clamp(16px, 2.2vw, 17px) !important;
  }
  ::placeholder {
    font-size: 16px !important;
    font-size: clamp(16px, 2.2vw, 17px) !important;
  }
}

.required {
  font-size: 1.2rem;
  background: #e6795c;
  color: #FFF;
  padding: 0.1rem 1rem 0.2rem;
  margin-left: 1.5rem;
}

footer {
  background: #d3d3d3;
  padding: 5% 0;
}
footer p {
  color: #2b2b2b;
}
footer .footer-content {
  width: 90%;
  margin: 0 auto;
  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;
}
@media screen and (max-width: 767px) {
  footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer-content .footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  footer .footer-content .footer-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer-content .footer-left .footer-logo {
  font-size: 2.6vw;
  line-height: 2.6vw;
  color: #757575;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  footer .footer-content .footer-left .footer-logo {
    font-size: 7vw;
    line-height: 1;
    margin-bottom: 3%;
    margin-right: 0;
  }
}
footer .footer-content .footer-left p {
  font-size: 0.85vw;
}
@media screen and (max-width: 767px) {
  footer .footer-content .footer-left p {
    font-size: 2vw;
    margin-bottom: 10%;
  }
}
footer .footer-content .copyright {
  font-size: 0.75vw;
  letter-spacing: 0.01em;
}
@media screema and (max-width: 767px) {
  footer .footer-content .copyright {
    font-size: 1.8vw;
  }
}

.fixed-car {
  position: fixed;
  bottom: 0;
  left: -5.5vw;
  width: 105.5vw;
  height: 2.6vw;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .fixed-car {
    height: 8.3vw;
    left: -18vw;
    width: 118.5vw;
  }
}
.fixed-car .car-wrap {
  width: 5.5vw;
  position: relative;
  height: 2.6vw;
}
@media screen and (max-width: 767px) {
  .fixed-car .car-wrap {
    width: 18vw;
    height: 8.3vw;
    will-change: transform, filter;
  }
}
.fixed-car .car-wrap .wheel {
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 17%;
  right: 7%;
  will-change: transform, filter;
}
.fixed-car .car-wrap .wheel2 {
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 17%;
  left: 22%;
  will-change: transform, filter;
}
.fixed-car .car-wrap .gas {
  position: absolute;
  bottom: 7%;
  left: -20%;
  width: 15%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.rellax:not(.video-rellax) {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}