@font-face {
  font-family: "Geomanist Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Geomanist Regular"), url("../fonts/geomanist-regular-webfont.woff") format("woff");
}
@font-face {
  font-family: "Geomanist Light";
  font-style: normal;
  font-weight: normal;
  src: local("Geomanist Light"), url("../fonts/geomanist-light-webfont.woff") format("woff");
}
@font-face {
  font-family: "Geomanist Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Geomanist Medium"), url("../fonts/geomanist-medium-webfont.woff") format("woff");
}
@font-face {
  font-family: "Geomanist Book";
  font-style: normal;
  font-weight: normal;
  src: local("Geomanist Book"), url("../fonts/geomanist-book-webfont.woff") format("woff");
}
@font-face {
  font-family: "Neue Striktus";
  font-style: normal;
  font-weight: normal;
  src: local("Neue Striktus"), url("../fonts/neue-striktus-regular.otf") format("opentype");
}
body {
  font-family: "Big Shoulders", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.33;
  letter-spacing: 0em;
  color: #C8B273;
  position: relative;
  overflow-x: hidden;
  background-color: #00001B;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
body:has(.site-header #toggle-menu-btn:checked) {
  overflow-y: hidden;
}
body * {
  min-width: 0;
  min-height: 0;
}
body.ja {
  font-family: "Big Shoulders", "IBM Plex Sans JP", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  filter: brightness(1.05);
}

img.fit_cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

picture {
  display: block;
}

h1, h2, h3 {
  line-height: 1;
  font-weight: 400;
}

em, i {
  font-style: normal;
}

dl dt {
  font-weight: 500;
}

button:focus-visible {
  outline: none;
}

.inline_block {
  display: inline-block;
}

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

.font_en_lt {
  font-family: "Geomanist Light", "IBM Plex Sans JP", sans-serif;
  font-weight: 300;
}

.font_en_md {
  font-family: "Geomanist Medium", "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
}

.font_en_bk {
  font-family: "Geomanist Book", "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
}

.font_neue {
  font-family: "Neue Striktus", serif;
}

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

@media screen and (min-width: 520px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
._link_disable > a {
  pointer-events: none;
}

.inline_link {
  text-decoration: underline;
  color: #141F48;
}

.color_white {
  color: #FFF;
}

.color_black {
  color: #00001B;
}

.bg_blue {
  background-color: #141F48;
}

.bg_black {
  background-color: #00001B;
}

.bg_gray {
  background-color: #D9D9D9;
}

.__bold {
  font-weight: 700;
}

.first_letter::first-letter {
  text-transform: uppercase;
}

.__uppercase {
  text-transform: uppercase;
}

.container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .container {
    width: 92%;
    max-width: 1328px;
    min-width: 960px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.container-w {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .container-w {
    padding: 0 2.9%;
  }
}
@media screen and (max-width: 1024px) {
  .container-w {
    padding: 0 24px;
  }
}

a {
  transition: all ease 0.5s;
}
a .hover_zoom {
  transition: all ease 0.5s;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
  a:hover .hover_zoom {
    transform: scale(1.1);
  }
}
a.text_link {
  color: #141F48;
  text-decoration: underline;
}

button a {
  display: block;
}

.__invisible {
  visibility: hidden;
  height: 0;
}

.__sp_only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .__pc_only {
    display: none;
  }
  .__sp_only {
    display: block;
  }
}
.site-main {
  position: relative;
  z-index: 1;
}

.site-footer {
  position: relative;
  z-index: 1;
}

.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.4s;
  border-radius: 2em;
}
@media screen and (min-width: 1025px) {
  .c-btn {
    height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .c-btn {
    height: 48px;
  }
}
.c-btn.btn_blue {
  background-color: #141F48;
  color: #FFF;
}
.c-btn .btn_icon img {
  display: block;
  width: 100%;
}
.c-btn.btn_center {
  margin-left: auto;
  margin-right: auto;
}

.link_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .link_button {
    width: 300px;
    height: 70px;
    padding: 0 33px;
  }
}
@media screen and (max-width: 1024px) {
  .link_button {
    width: 100%;
    max-width: 400px;
    height: 50px;
    padding: 0 20px 0 30px;
  }
}
.link_button .btn_arw {
  display: block;
  width: 20px;
}
.link_button .btn_arw svg {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .link_button.btn_more {
    height: 60px;
  }
  .link_button.btn_more .btn_txt {
    font-size: 18px;
  }
}
.link_button.btn_white {
  background-color: #FFF;
}
.link_button.btn_white .btn_txt {
  color: #141F48;
}
.link_button.btn_white .btn_arw svg {
  stroke: #141F48;
}
.link_button.btn_blue {
  background-color: #141F48;
}
.link_button.btn_blue .btn_txt {
  color: #FFF;
}
.link_button.btn_blue .btn_arw svg {
  stroke: #FFF;
}
@media (hover: hover) {
  .link_button:hover {
    opacity: 1;
  }
  .link_button.btn_blue:hover {
    background-color: #FFF;
    border: 1px solid #141F48;
  }
  .link_button.btn_blue:hover .btn_txt {
    color: #141F48;
  }
  .link_button.btn_blue:hover .btn_arw svg {
    stroke: #141F48;
  }
  .link_button.btn_white:hover {
    background-color: #141F48;
  }
  .link_button.btn_white:hover .btn_txt {
    color: #FFF;
  }
  .link_button.btn_white:hover .btn_arw svg {
    stroke: #FFF;
  }
}
.link_button.btn_center {
  margin-left: auto;
  margin-right: auto;
}

.link_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .link_arrow {
    width: 26px;
    height: 26px;
  }
}
.link_arrow svg {
  width: 10px;
  height: 14px;
  fill: #FFF;
}
@media screen and (max-width: 1024px) {
  .link_arrow svg {
    width: 9px;
    height: 12px;
  }
}

.breadcrumb {
  background-color: #EDF1F3;
  white-space: nowrap;
  overflow: auto;
}
.breadcrumb .bc_container {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
@media screen and (min-width: 1025px) {
  .breadcrumb .bc_container {
    height: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumb .bc_container {
    height: 36px;
  }
}
.breadcrumb span[property=itemListElement] {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
}
.breadcrumb span[property=itemListElement] a {
  display: inline-block;
  position: relative;
}
.breadcrumb span[property=itemListElement] a.home {
  color: #141F48;
}
.breadcrumb span[property=itemListElement] a:hover {
  opacity: 1;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .c-section {
    padding-top: 104px;
    padding-bottom: 147px;
  }
}
@media screen and (max-width: 1024px) {
  .c-section {
    padding-top: 60px;
    padding-bottom: 94px;
  }
}

.c-text {
  line-height: 2.18;
  margin-bottom: 1em;
}
.c-text span {
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.bg_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.bg_img picture {
  width: 100%;
  height: 100%;
}
.bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.search_form {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
}
.search_form .s_txt {
  flex-grow: 1;
  background-color: #FFF;
  padding: 0.5em 1em;
}
.search_form .s_txt:focus {
  outline: none;
}
.search_form .s_btn {
  background-color: #FFCEE8;
  text-align: center;
}

.blur {
  opacity: 0;
}
.blur.is-animated {
  animation: blurAnime 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes blurAnime {
  0% {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.zoomin {
  transform: scale(0.8);
  opacity: 0;
}
.zoomin.is-animated {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.fadeLeft {
  opacity: 0;
}
.fadeLeft.is-animated {
  animation: fadeLeft 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes fadeLeft {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fadeRight {
  opacity: 0;
}
.fadeRight.is-animated {
  animation: fadeRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes fadeRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fadeUp {
  opacity: 0;
}
.fadeUp.is-animated {
  animation: fadeUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes fadeUp {
  0% {
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#page.first_hidden {
  visibility: hidden;
}

.site-header {
  position: fixed;
  width: 100%;
  max-width: 100vw;
  z-index: 1000;
  top: 0;
  left: 0;
  transition: all 1s ease;
  animation: slideInDown;
  border-bottom: 1px solid #C8B273;
}
.site-header.is-blur {
  background-color: rgba(0, 0, 27, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.site-header .header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .site-header .header_container {
    height: 92px;
    padding-left: 2.9%;
    padding-right: 2.9%;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header_container {
    height: 72px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.site-header .site-branding {
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .site-header .site-branding {
    flex-basis: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .site-branding {
    flex-basis: 40px;
  }
}
.site-header .main-navigation {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 1025px) {
  .site-header .main-navigation {
    flex-basis: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .main-navigation {
    flex-basis: 40px;
  }
  .site-header .main-navigation .contact_link {
    font-size: 18px;
  }
}
.site-header .main-navigation .contact_link {
  flex-shrink: 0;
}
.site-header .main_menu_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-basis: 100%;
}
@media screen and (min-width: 1025px) {
  .site-header .main_menu_btn {
    height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .main_menu_btn {
    height: 16px;
  }
}
.site-header .main_menu_btn ._mobile_menu_btn {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_bar {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #C8B273;
  transition: all 0.5s;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar1 {
  top: 0;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar2 {
  top: calc(50% - 1px);
  transition: all 0.8s;
}
.site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar3 {
  bottom: 0;
}
.site-header .main_menu_btn:active {
  border: none;
}
.site-header .header__langMenu .bogo-language-switcher {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .site-header .header__langMenu .bogo-language-switcher {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header__langMenu .bogo-language-switcher {
    font-size: 18px;
  }
}
.site-header .header__langMenu .bogo-language-switcher .current {
  font-weight: 700;
}
.site-header .header__langMenu .bogo-language-switcher .current a {
  pointer-events: none;
}
.site-header .header__langMenu .bogo-language-switcher .first {
  position: relative;
  padding-right: 0.5em;
}
.site-header .header__langMenu .bogo-language-switcher .first::after {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
  content: " |";
}
.site-header .header__langMenu .bogo-language-switcher .last {
  padding-left: 0.5em;
}
.site-header #toggle-menu-btn {
  display: none;
}
.site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_bar._bar2 {
  left: 50%;
  opacity: 0;
  height: 0;
}
@media screen and (min-width: 1025px) {
  .site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_bar._bar1 {
    transform: translateY(11px) rotate(-45deg);
  }
  .site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_bar._bar3 {
    transform: translateY(-10px) rotate(45deg);
  }
}
@media screen and (max-width: 1024px) {
  .site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_bar._bar1 {
    transform: translateY(7px) rotate(-45deg);
  }
  .site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_bar._bar3 {
    transform: translateY(-7px) rotate(45deg);
  }
}
.site-header .mobile_modal_window {
  display: block;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 100%;
  transition: all ease 0.5s;
  background-color: rgba(0, 0, 27, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.site-header .mobile_modal_window .modal_inner {
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 92px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .site-header .mobile_modal_window .modal_inner {
    padding-top: 72px;
  }
}
.site-header .mobile_modal_window .modal_nav {
  padding: 24px 0;
}
.site-header .mobile_modal_window .mobile_menu .menu-item {
  line-height: 2;
  text-align: right;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .site-header .mobile_modal_window .mobile_menu .menu-item {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .mobile_modal_window .mobile_menu .menu-item {
    font-size: 14px;
  }
}
.site-header .mobile_modal_window .mobile_menu .menu-item a {
  display: inline-block;
  position: relative;
}
.site-header .mobile_modal_window .mobile_menu .menu-item.menu_contact {
  display: none;
}
.site-header .mobile_modal_window .mobile_menu .menu-item.__joinus {
  margin-top: 24px;
  margin-bottom: 24px;
}
.site-header .mobile_modal_window .mobile_menu .menu-item.__joinus a {
  background-color: #C8B273;
  color: #00001B;
}
.site-header .mobile_modal_window .mobile_menu .menu-item.__commingsoon a {
  border: 1px solid #C8B273;
}
.site-header .mobile_modal_window .mobile_menu .menu-item.__joinus a, .site-header .mobile_modal_window .mobile_menu .menu-item.__commingsoon a {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .site-header .mobile_modal_window .mobile_menu .menu-item.__joinus a, .site-header .mobile_modal_window .mobile_menu .menu-item.__commingsoon a {
    width: 330px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .mobile_modal_window .mobile_menu .menu-item.__joinus a, .site-header .mobile_modal_window .mobile_menu .menu-item.__commingsoon a {
    width: 225px;
  }
}
.site-header .mobile_modal_window .modal_btns {
  padding: 26px 0;
}
.site-header .mobile_modal_window .modal_btns .c-btn {
  width: 256px;
  height: 60px;
  margin: 0 auto 16px;
}
.site-header .mobile_modal_window .modal_btns .btn_2r ._r1 {
  font-size: 14px;
}
.site-header .mobile_modal_window .modal_btns .icon_play {
  width: 20px;
}
.site-header .mobile_modal_window .modal_btns .icon_mail {
  width: 30px;
}
.site-header .mobile_modal_window .modal_btns .icon_sns {
  width: 27px;
}
.site-header .mobile_modal_window .modal_btns .icon_out {
  width: 20px;
}
.site-header #toggle-menu-btn:checked ~ .mobile_modal_window {
  left: 0;
}

body.single-case-studies .main_nav_menu .menu-item.menu_case::after,
body.single-news .main_nav_menu .menu-item.menu_news::after {
  width: 100%;
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.site-footer {
  border-top: 2px solid #C8B273;
}
@media screen and (min-width: 1025px) {
  .site-footer {
    padding: 32px 0;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer {
    padding: 16px 0;
  }
}
.site-footer .footer_disclaimer {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_disclaimer {
    width: 916px;
    font-size: 15px;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_disclaimer {
    max-width: 700px;
    margin: 0 auto 56px;
  }
  .site-footer .footer_disclaimer__title {
    font-size: 14px;
  }
  .site-footer .footer_disclaimer__text {
    font-size: 10px;
  }
}
.site-footer .footer_content {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_content {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_content {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 56px;
  }
}
.site-footer .footer_company {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_company {
    flex-shrink: 0;
    flex-direction: column-reverse;
    row-gap: 49px;
    align-items: flex-start;
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_company {
    justify-content: space-between;
    max-width: 700px;
    width: 100%;
    font-size: 10px;
    line-height: 1.4;
  }
  .site-footer .footer_company__ja {
    text-align: right;
  }
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_nav {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_nav {
    display: none;
  }
}
.site-footer .footer_menu {
  text-align: right;
}
.site-footer .footer_menu .menu-item {
  font-size: 15px;
  line-height: 2;
}
.site-footer .footer_signature {
  flex-shrink: 0;
  text-align: center;
}
.site-footer .footer_signature .home_link {
  display: block;
}
.site-footer .footer_signature .home_link .home_logo {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_signature .home_link {
    width: 120px;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_signature {
    flex-basis: 100%;
  }
  .site-footer .footer_signature .home_link {
    width: 69px;
    margin: 0 auto 16px;
  }
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_copyright {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_copyright {
    font-size: 10px;
  }
}

.top_mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.top_mv__bg {
  width: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
.top_mv__bg picture {
  height: 100%;
}
.top_mv__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.top_mv__bg::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgb(0, 0, 27) 0%, rgba(0, 0, 27, 0.5) 39%);
  content: "";
}
.top_mv__content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.top_mv__ind {
  width: 2px;
  position: absolute;
  z-index: 1;
  left: calc(50% - 1px);
  height: 147px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .top_mv {
    height: 68.5vw;
    min-height: 100vh;
    max-height: 1011px;
  }
  .top_mv__bg {
    height: calc(100% + 28px);
  }
  .top_mv__content {
    padding-top: 145px;
    text-align: center;
  }
  .top_mv__catch {
    font-size: clamp(40px, 3.88vw, 56px);
    line-height: 1.125;
  }
  .top_mv__ind {
    bottom: 130px;
  }
}
@media screen and (max-width: 1024px) {
  .top_mv {
    height: 100vh;
    max-height: 852px;
  }
  .top_mv__bg {
    height: 100%;
  }
  .top_mv__content {
    padding-top: 106px;
  }
  .top_mv__catch {
    font-size: 44px;
    line-height: 1.13;
  }
  .top_mv__ind {
    bottom: 0;
  }
}

.scroll_ind {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #C7B073 47.12%, transparent 100%);
  animation: sdl01 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.top_h2 {
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .top_h2 {
    font-size: clamp(90px, 7.2vw, 104px);
  }
}
@media screen and (max-width: 1024px) {
  .top_h2 {
    font-size: clamp(64px, 18vw, 78px);
    margin-bottom: 24px;
  }
  .top_h2 span {
    display: inline-block;
  }
}

.top_text {
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  .top_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .top_text {
    font-size: 14px;
  }
}

.top_section__container {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top_section__container {
    padding: 32px 0 90px;
  }
}
@media screen and (max-width: 1024px) {
  .top_section__container {
    padding: 37px 0 60px;
  }
}

.top_wrap {
  position: relative;
}

.top_vision {
  position: relative;
  z-index: 1;
}
.top_vision__h2 {
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .top_vision__container {
    text-align: center;
    padding-bottom: 280px;
  }
  .top_vision__h2 {
    font-size: 104px;
  }
  .top_vision__body {
    font-size: 56px;
    line-height: 1.125;
    margin-bottom: 40px;
  }
  .top_vision__note {
    width: 720px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1024px) {
  .top_vision__container {
    padding-bottom: 229px;
    padding-top: 32px;
  }
  .top_vision__h2 {
    font-size: 78px;
  }
  .top_vision__body {
    font-size: 44px;
    line-height: 1.13;
    margin-bottom: 24px;
  }
  .top_vision__note {
    font-size: 14px;
    line-height: 1.28;
  }
}

.top_founder__head {
  position: relative;
  display: flex;
}
.top_founder .text_button {
  display: block;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #C8B273;
  line-height: 2;
  padding: 0 1em;
}
@media screen and (min-width: 1025px) {
  .top_founder__head {
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 175px;
  }
  .top_founder__head__text {
    width: 32%;
    min-width: 390px;
  }
  .top_founder__head__text .text_button {
    margin-top: 40px;
    font-size: 16px;
  }
  .top_founder__head__img {
    width: 57%;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }
  .top_founder__body {
    text-align: center;
    padding-bottom: 60px;
  }
  .top_founder__body__1 {
    font-size: 56px;
    line-height: 1.125;
    margin-bottom: 32px;
  }
  .top_founder__body__2 {
    width: 690px;
    margin: 0 auto;
    font-size: 36px;
    line-height: 1.125;
  }
}
@media screen and (max-width: 1024px) {
  .top_founder__head {
    flex-wrap: wrap;
    margin-bottom: 99px;
  }
  .top_founder__head__text {
    flex-basis: 100%;
  }
  .top_founder__head__text .text_button {
    font-size: 14px;
    margin-top: 24px;
  }
  .top_founder__head__img {
    flex-basis: 100vw;
    flex-shrink: 0;
    margin-bottom: 54px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .top_founder__head__img img {
    display: block;
    width: 100%;
    aspect-ratio: 404/140;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top_founder__head__img img:first-child {
    margin-bottom: 16px;
  }
  .top_founder__body {
    padding-bottom: 66px;
  }
  .top_founder__body__1 {
    font-size: 44px;
    line-height: 1.125;
    margin-bottom: 24px;
  }
  .top_founder__body__2 {
    font-size: 33px;
    line-height: 1.125;
  }
}

.top_members__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .top_members__list {
    margin: 85px 0 46px;
    row-gap: 24px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .top_members__list {
    margin: 42px 0 30px;
    row-gap: 8px;
    justify-content: space-between;
  }
}
.top_members__member__photo {
  aspect-ratio: 220/152;
  position: relative;
  z-index: 1;
}
.top_members__member__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_members__member__photo::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all ease 0.4s;
  content: "";
}
.top_members__member {
  flex-shrink: 0;
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .top_members__member {
    flex-basis: 15%;
  }
}
.top_members__member:hover {
  opacity: 1;
}
.top_members__member.is-blur .top_members__member__photo::before {
  background-color: rgba(8, 14, 30, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.top_members__member.is-active {
  z-index: 2;
  overflow: visible;
}
.top_members__member__desc {
  position: absolute;
  top: 0;
  min-height: 100%;
  height: -moz-max-content;
  height: max-content;
  background-color: #141F48;
  transition: all ease 0.4s;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .top_members__member__desc {
    width: 113.3333333333%;
    padding-left: 13.3333333333%;
    left: -13.3333333333%;
    padding-bottom: 15px;
  }
}
.top_members__member.is-active .top_members__member__desc {
  left: 100%;
}
.top_members__member__name {
  position: relative;
  line-height: 1;
}
.top_members__member__name::after {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #C8B273;
  content: "";
}
@media screen and (min-width: 1025px) {
  .top_members__member__name {
    font-size: 26px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .top_members__member__country, .top_members__member__occupation, .top_members__member__hobby {
    font-size: 15px;
    line-height: 1.33;
  }
}
@media screen and (min-width: 1025px) {
  .top_members__member__country, .top_members__member__occupation {
    margin-bottom: 2em;
  }
}

.top_concept__lead {
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .top_concept__lead {
    width: 88%;
    min-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1024px) {
  .top_concept__lead {
    font-family: "Geomanist Light", sans-serif;
  }
}
.top_concept__stats {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .top_concept__stats {
    justify-content: space-between;
    align-items: flex-start;
    margin: 104px 0;
  }
}
@media screen and (max-width: 1024px) {
  .top_concept__stats {
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: 55px;
         column-gap: 55px;
    row-gap: 52px;
    margin: 40px 0 120px;
  }
}
.top_concept__stats__data {
  text-align: center;
}
.top_concept__stats__data .__data__num {
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .top_concept__stats__data {
    flex: 1;
  }
  .top_concept__stats__data .__data__num {
    font-size: 80px;
  }
  .top_concept__stats__data .__data__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .top_concept__stats__data {
    flex-basis: 120px;
  }
  .top_concept__stats__data .__data__num {
    font-size: 59px;
  }
  .top_concept__stats__data .__data__title {
    font-size: 18px;
  }
}
.top_concept__middle {
  text-align: center;
}
.top_concept__middle .__middle__num {
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .top_concept__middle {
    margin-bottom: 56px;
  }
  .top_concept__middle .__middle__num {
    font-size: 100px;
  }
  .top_concept__middle .__middle__text {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .top_concept__middle {
    margin-bottom: 64px;
  }
  .top_concept__middle .__middle__num {
    font-size: 78px;
  }
  .top_concept__middle .__middle__text {
    font-size: 25px;
  }
}
.top_concept__diverse {
  display: flex;
  flex-wrap: wrap;
}
.top_concept__diverse__item {
  text-align: center;
  border: 1px solid #C8B273;
}
.top_concept__diverse__icon {
  margin: 0 auto;
}
.top_concept__diverse__icon img {
  width: 100%;
}
.top_concept__diverse__text {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .top_concept__diverse {
    justify-content: space-between;
    row-gap: 32px;
  }
  .top_concept__diverse__item {
    flex-basis: 32%;
    flex-shrink: 0;
    padding: 24px 0;
  }
  .top_concept__diverse__icon {
    width: 72px;
  }
  .top_concept__diverse__text {
    width: 57%;
    min-width: 180px;
    font-size: 22px;
    line-height: 1.15;
    margin-top: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .top_concept__diverse {
    justify-content: center;
    row-gap: 20px;
    -moz-column-gap: 5.7%;
         column-gap: 5.7%;
  }
  .top_concept__diverse__item {
    flex-basis: 47%;
    flex-shrink: 0;
    max-width: 200px;
    padding: 12px 0;
  }
  .top_concept__diverse__icon {
    width: 36px;
  }
  .top_concept__diverse__text {
    width: 90%;
    font-size: 14px;
    line-height: 1.28;
    margin-top: 15px;
  }
}

.top_inside {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top_inside .top_section__container {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 100vh;
  }
  .top_inside .top_inside__wrap {
    position: relative;
    max-height: 100vh;
    height: 56.25vw;
    padding-top: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .top_inside__container {
    z-index: 2;
  }
  .top_inside__container .top_h2 {
    text-align: left;
  }
}
.top_inside__gallery {
  opacity: 0;
  transition: opacity 0.3s;
}
.top_inside__gallery.is-viewed {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .top_inside__gallery {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
}
.top_inside__gallery .splide__track {
  height: 100%;
}
.top_inside__gallery .splide__arrow {
  width: 48px;
  opacity: 1;
  background-color: transparent;
}
.top_inside__gallery .splide__arrow svg {
  width: 100%;
}
.top_inside__gallery .splide__pagination li {
  flex: 1;
}
.top_inside__gallery .splide__pagination__page {
  background-color: #707070;
  border-radius: 1px;
  margin: 0;
  opacity: 1;
  height: 2px;
  width: 100%;
}
.top_inside__gallery .splide__pagination__page.is-active {
  background-color: #C8B273;
  transform: none;
}
@media screen and (min-width: 1025px) {
  .top_inside__gallery .splide__pagination {
    padding: 0 20%;
    justify-content: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .top_inside__gallery .splide__pagination {
    justify-content: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    top: 56vw;
    bottom: unset;
  }
}
.top_inside__slide {
  height: 100%;
  position: relative;
}
.top_inside__slide__img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .top_inside__slide__img {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top_inside__slide__img {
    aspect-ratio: 393/221;
    margin-bottom: 44px;
  }
}
.top_inside__slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .top_inside__slide__container {
    position: absolute;
    left: 0;
    bottom: 43px;
    z-index: 1;
    width: 100%;
  }
}
.top_inside__slide__content {
  overflow-y: auto;
}
@media screen and (min-width: 1025px) {
  .top_inside__slide__content {
    width: 393px;
    max-height: 170px;
    background-color: rgba(139, 139, 139, 0.17);
    -webkit-backdrop-filter: blur(15.6999998093px);
            backdrop-filter: blur(15.6999998093px);
    padding: 10px 24px;
  }
}
@media screen and (max-width: 1024px) {
  .top_inside__slide__content {
    width: 100%;
    text-align: center;
  }
}
.top_inside__slide__h3 {
  position: relative;
  max-width: 100%;
  border-bottom: 1px solid #C8B273;
}
@media screen and (min-width: 1025px) {
  .top_inside__slide__h3 {
    font-size: 28px;
    padding-bottom: 8px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .top_inside__slide__h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .top_inside__slide__text {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 1024px) {
  .top_inside__slide__text {
    font-size: 14px;
    line-height: 1.28;
  }
}
@media screen and (min-width: 1025px) {
  .top_inside__title {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top_inside__title {
    text-align: center;
    font-size: 25px;
    padding-bottom: 12px;
    border-bottom: 1px solid #C8B273;
  }
}
@media screen and (min-width: 1025px) {
  .top_inside #gallery-out {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top_inside #gallery-out {
    margin-bottom: 24px;
  }
  .top_inside #gallery-out .top_inside__slide__h3 {
    display: none;
  }
  .top_inside #gallery-out .splide__pagination li {
    max-width: 48px;
  }
}

.top_experience {
  color: #00001B;
  overflow-x: hidden;
}
@media screen and (min-width: 1025px) {
  .top_experience .top_section__container {
    padding-bottom: 148px;
  }
}
@media screen and (max-width: 1024px) {
  .top_experience {
    padding-bottom: 97px;
  }
}
.top_experience .top_h2 {
  text-align: left;
}
.top_experience__head {
  display: grid;
}
@media screen and (min-width: 1025px) {
  .top_experience__head {
    grid-template-columns: 49% 41%;
    grid-template-rows: 155px auto;
    -moz-column-gap: 10%;
         column-gap: 10%;
    margin-top: 104px;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .top_experience__head {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 32px;
    margin-top: 57px;
    margin-bottom: 95px;
  }
}
@media screen and (min-width: 1025px) {
  .top_experience__head__h3 {
    grid-row: 1/2;
    grid-column: 2/3;
    font-size: clamp(44px, 3.9vw, 56px);
    line-height: 1.125;
  }
}
@media screen and (max-width: 1024px) {
  .top_experience__head__h3 {
    grid-row: 1/2;
    grid-column: 1/2;
    font-size: clamp(38px, 10.2vw, 44px);
    line-height: 1.13;
  }
}
.top_experience__head__h3 span {
  display: inline-block;
}
.top_experience__head__img {
  display: flex;
  justify-content: space-between;
}
.top_experience__head__img img {
  flex-basis: 48.5%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .top_experience__head__img {
    grid-row: 1/3;
    grid-column: 1/2;
  }
}
@media screen and (max-width: 1024px) {
  .top_experience__head__img {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.top_experience__head__text {
  padding-top: 32px;
}
@media screen and (min-width: 1025px) {
  .top_experience__head__text {
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1024px) {
  .top_experience__head__text {
    grid-row: 3/4;
    grid-column: 1/2;
    font-size: 14px;
    line-height: 1.28;
  }
}
.top_experience__menu {
  position: relative;
  display: flex;
}
.top_experience__menu__img {
  display: block;
  aspect-ratio: 317/431;
}
.top_experience__menu__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_experience__menu__name {
  text-align: center;
}
.top_experience__menu__wrap {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.top_experience__menu__slider::-webkit-scrollbar {
  height: 4px;
}
.top_experience__menu__slider::-webkit-scrollbar-track {
  background-color: #7B7B8E;
}
.top_experience__menu__slider::-webkit-scrollbar-thumb {
  background-color: #00001B;
}
@media screen and (min-width: 1025px) {
  .top_experience__menu {
    -moz-column-gap: 9.6%;
         column-gap: 9.6%;
  }
  .top_experience__menu:last-of-type {
    margin-top: 296px;
  }
  .top_experience__menu__head {
    flex-basis: 33%;
    flex-shrink: 0;
  }
  .top_experience__menu__headH3 {
    font-size: 56px;
    margin-bottom: 24px;
  }
  .top_experience__menu__headTxt {
    font-size: 16px;
    line-height: 1.4;
  }
  .top_experience__menu__slider {
    flex-basis: calc(8% + 50vw);
    flex-shrink: 0;
    padding-bottom: 20px;
  }
  .top_experience__menu__img {
    margin-bottom: 12px;
  }
  .top_experience__menu__name {
    font-size: 22px;
    line-height: 1.4;
    padding: 0 1em;
  }
  .top_experience__menu__name small {
    font-size: 16px;
  }
  .top_experience__menu__wrap {
    width: -moz-max-content;
    width: max-content;
  }
  .top_experience__menu__item {
    flex-basis: 317px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top_experience__menu {
    flex-wrap: wrap;
    row-gap: 24px;
  }
  .top_experience__menu:last-of-type {
    margin-top: 104px;
  }
  .top_experience__menu__head {
    flex-basis: 100%;
    flex-shrink: 0;
  }
  .top_experience__menu__headH3 {
    font-size: 44px;
    margin-bottom: 16px;
  }
  .top_experience__menu__headTxt {
    font-size: 14px;
    line-height: 1.28;
  }
  .top_experience__menu__slider {
    flex-basis: calc(50% + 50vw);
    flex-shrink: 0;
    padding-bottom: 32px;
  }
  .top_experience__menu__img {
    margin-bottom: 12px;
  }
  .top_experience__menu__name {
    font-size: 18px;
    line-height: 1.33;
    padding: 0 1em;
  }
  .top_experience__menu__wrap {
    width: 200vw;
  }
  .top_experience__menu__item {
    flex-basis: 254px;
    flex-shrink: 0;
  }
}
.top_experience__menu .scroll-hint-icon-wrap {
  display: none;
}

.top_privilege .top_h2 {
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .top_privilege__lead {
    margin-bottom: 104px;
  }
}
@media screen and (max-width: 1024px) {
  .top_privilege__lead {
    margin-bottom: 51px;
  }
}
.top_privilege__head {
  padding: 32px 0;
}
.top_privilege__head__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_privilege__no {
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .top_privilege__no {
    font-size: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .top_privilege__no {
    font-size: 59px;
  }
}
.top_privilege__desc {
  text-align: right;
}
@media screen and (min-width: 1025px) {
  .top_privilege__desc {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .top_privilege__desc {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .top_privilege__wrap {
    width: 100%;
  }
}
.top_privilege__content {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top_privilege__content {
    width: calc(50% + 50vw);
  }
}
.top_privilege__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .top_privilege__img {
    width: 35.5%;
    height: calc(100% - 2px);
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 2;
    border-left: 1px solid #C8B273;
  }
  .top_privilege__img.__sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top_privilege__img {
    width: 100%;
    aspect-ratio: 393/204;
  }
  .top_privilege__img.__pc {
    display: none;
  }
}
.top_privilege__item {
  border: 1px solid #C8B273;
}
.top_privilege__item.jsc-acc {
  cursor: pointer;
}
.top_privilege__item:last-child {
  border-bottom-width: 1px;
}
@media screen and (min-width: 1025px) {
  .top_privilege__item {
    padding: 50px 0 50px 2.9vw;
    border-width: 1px 1px 0px 0px;
  }
}
@media screen and (max-width: 1024px) {
  .top_privilege__item {
    padding: 42px 0;
    border-width: 1px 0px 0px 0px;
  }
}
.top_privilege__container {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .top_privilege__container {
    width: 62%;
  }
}
@media screen and (max-width: 1024px) {
  .top_privilege__container {
    width: 100%;
    padding: 0 24px;
  }
}
.top_privilege__icon {
  flex-shrink: 0;
}
.top_privilege__icon img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .top_privilege__icon {
    width: 48px;
    height: 48px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .top_privilege__icon {
    width: 24px;
    height: 24px;
    margin-right: 18px;
  }
}
.top_privilege__text {
  flex-grow: 1;
}
@media screen and (min-width: 1025px) {
  .top_privilege__title {
    line-height: 1;
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .top_privilege__title {
    font-size: 18px;
  }
}
.top_privilege__detail {
  display: none;
}
@media screen and (min-width: 1025px) {
  .top_privilege__detail {
    line-height: 1.33;
    font-size: 14px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .top_privilege__detail {
    font-size: 14px;
    margin-top: 16px;
  }
}
.top_privilege__plus {
  position: relative;
  background-color: #C8B273;
  flex-shrink: 0;
}
.top_privilege__plus::before {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #C8B273;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  transition: all linear 0.4s;
}
@media screen and (min-width: 1025px) {
  .top_privilege__plus {
    width: 37px;
    height: 2px;
  }
}
@media screen and (max-width: 1024px) {
  .top_privilege__plus {
    width: 22px;
    height: 2px;
  }
}
.top_privilege__item.is-open .top_privilege__plus::before {
  transform: rotate(0deg);
}
.top_privilege__item:not(.is-open) .top_privilege__plus::before {
  transform: rotate(90deg);
}
.top_privilege__top {
  position: sticky;
  top: 0;
  background-color: #00001B;
}
.top_privilege__sticky {
  background-color: #00001B;
}

.top_month__lead {
  text-align: center;
}
.top_month .top_section__container {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .top_month__head {
    padding: 32px 0 60px;
  }
  .top_month__head .top_h2 {
    margin-bottom: 32px;
  }
  .top_month__tags {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top_month__head {
    padding: 32px 0 8px;
  }
  .top_month__head .top_h2 {
    margin-bottom: 26px;
    font-size: 56px;
    font-weight: 500;
  }
  .top_month__lead {
    margin-bottom: 1em;
  }
  .top_month__tags {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }
  .top_month__tag {
    flex-shrink: 0;
  }
  .top_month__tag .__tag__color {
    display: inline-block;
    width: 11px;
    height: 11px;
    vertical-align: middle;
    margin-right: 6px;
    border-radius: 50%;
  }
  .top_month__tag .__tag__color.__weekly {
    background-color: #FF2D55;
  }
  .top_month__tag .__tag__color.__biweekly {
    background-color: #AF52DE;
  }
  .top_month__tag .__tag__color.__monthly {
    background-color: #34C759;
  }
  .top_month__tag .__tag__color.__signature {
    background-color: #FF9500;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNSAwTDYuMTIyNTcgMy40NTQ5Mkg5Ljc1NTI4TDYuODE2MzYgNS41OTAxN0w3LjkzODkzIDkuMDQ1MDhMNSA2LjkwOTgzTDIuMDYxMDcgOS4wNDUwOEwzLjE4MzY0IDUuNTkwMTdMMC4yNDQ3MTggMy40NTQ5MkgzLjg3NzQzTDUgMFoiIGZpbGw9IiMwMDAwMUIiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .top_month__tag .__tag__name {
    display: inline-block;
    font-size: 10px;
    vertical-align: middle;
    text-align: center;
  }
}

.top_month__calendar {
  position: relative;
  border-bottom: 1px solid #C8B273;
  border-left: 1px solid #C8B273;
}
.top_month__calendar__row {
  display: flex;
  flex-wrap: wrap;
}
.top_month__calendar__day {
  flex-basis: 14.2857142857%;
  flex-shrink: 0;
  border-color: #C8B273;
  border-width: 1px 1px 0 0;
}
@media screen and (min-width: 1025px) {
  .top_month__calendar__day {
    position: relative;
  }
}
.top_month__calendar__day:hover {
  opacity: 1;
  z-index: 10;
}
.top_month__calendar__day:has(.top_month__calendar__popup) {
  cursor: pointer;
}
.top_month__calendar__day:not(:has(.top_month__calendar__popup)) {
  pointer-events: none;
}
.top_month__calendar__head .top_month__calendar__day {
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .top_month__calendar__head .top_month__calendar__day {
    font-size: 36px;
    padding: 34px 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top_month__calendar__head .top_month__calendar__day {
    font-size: 33px;
    padding: 9px 0 9px;
  }
}
.top_month__calendar__pic {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .top_month__calendar__pic {
    aspect-ratio: 205/88;
  }
}
@media screen and (max-width: 1024px) {
  .top_month__calendar__pic {
    aspect-ratio: 1/1;
  }
}
.top_month__calendar__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_month__calendar__event {
  position: relative;
  z-index: 1;
}
.top_month__calendar__eventHead {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .top_month__calendar__eventHead {
    padding: 12px 8px 16px;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .top_month__calendar__eventHead {
    padding: 2px 4px;
  }
}
.top_month__calendar__eventDate {
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .top_month__calendar__eventDate {
    font-size: clamp(24px, 2.5vw, 36px);
  }
}
@media screen and (max-width: 1024px) {
  .top_month__calendar__eventDate {
    font-size: 18px;
  }
}
.top_month__calendar__tagColor {
  border-radius: 50%;
}
.top_month__calendar__tagColor.__color__weekly {
  background-color: #FF2D55;
}
.top_month__calendar__tagColor.__color__biweekly {
  background-color: #AF52DE;
}
.top_month__calendar__tagColor.__color__monthly {
  background-color: #34C759;
}
.top_month__calendar__tagColor.__color__signature {
  background-color: #FF9500;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNSAwTDYuMTIyNTcgMy40NTQ5Mkg5Ljc1NTI4TDYuODE2MzYgNS41OTAxN0w3LjkzODkzIDkuMDQ1MDhMNSA2LjkwOTgzTDIuMDYxMDcgOS4wNDUwOEwzLjE4MzY0IDUuNTkwMTdMMC4yNDQ3MTggMy40NTQ5MkgzLjg3NzQzTDUgMFoiIGZpbGw9IiMwMDAwMUIiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 1025px) {
  .top_month__calendar__tag {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    height: 24px;
    background-color: #D9D9D9;
    border-radius: 5px;
    padding: 0 8px;
  }
  .top_month__calendar__tagColor {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
  .top_month__calendar__tagCycle {
    font-size: clamp(10px, 0.97vw, 14px);
  }
}
@media screen and (max-width: 1024px) {
  .top_month__calendar__tag {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-top: 18px;
  }
  .top_month__calendar__tagColor {
    width: 11px;
    height: 11px;
    flex-shrink: 0;
  }
  .top_month__calendar__tagCycle {
    display: none;
  }
}
.top_month__calendar__popup {
  position: absolute;
  background-color: #D9D9D9;
  opacity: 0;
  z-index: -1;
  transition: opacity ease 0.4s;
}
.top_month__calendar__popup .__popup__title {
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .top_month__calendar__popup {
    width: 285px;
    height: -moz-max-content;
    height: max-content;
    top: calc(100% - 36px);
    left: 50%;
    padding: 16px;
  }
  .top_month__calendar__popup .__popup__title {
    font-size: 16px;
  }
  .top_month__calendar__popup .__popup__subtitle {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .top_month__calendar__popup .__popup__desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .top_month__calendar__popup {
    width: clamp(200px, 52vw, 265px);
    height: -moz-max-content;
    height: max-content;
    inset: 0;
    margin: auto;
    padding: 8px;
  }
  .top_month__calendar__popup .__popup__title {
    font-size: 20px;
  }
  .top_month__calendar__popup .__popup__subtitle {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .top_month__calendar__popup .__popup__desc {
    font-size: 14px;
  }
}
.top_month__calendar__day:hover .top_month__calendar__popup {
  opacity: 1;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .top_month__calendar__day.__day__20 .top_month__calendar__popup, .top_month__calendar__day.__day__27 .top_month__calendar__popup {
    left: unset;
    right: 50%;
  }
  .top_month__calendar__day.__day__23 .top_month__calendar__popup, .top_month__calendar__day.__day__25 .top_month__calendar__popup, .top_month__calendar__day.__day__26 .top_month__calendar__popup, .top_month__calendar__day.__day__27 .top_month__calendar__popup, .top_month__calendar__day.__day__29 .top_month__calendar__popup, .top_month__calendar__day.__day__31 .top_month__calendar__popup {
    top: unset;
    bottom: calc(100% - 35px);
  }
}

.top_joinus {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top_joinus__form {
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .top_joinus .top_section__container {
    padding-top: 75px;
    padding-bottom: 104px;
  }
  .top_joinus__container {
    width: 700px;
    margin: 0 auto;
  }
  .top_joinus .top_h2 {
    margin-bottom: 80px;
  }
  .top_joinus__lead {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 80px;
    text-align: center;
  }
  .top_joinus__lead2 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 80px;
    text-align: center;
  }
  .top_joinus__form {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 1024px) {
  .top_joinus .top_section__container {
    padding-top: 160px;
    padding-bottom: 164px;
  }
  .top_joinus__container {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
  }
  .top_joinus .top_h2 {
    margin-bottom: 32px;
  }
  .top_joinus__lead {
    font-size: 14px;
    line-height: 1.28;
    margin-bottom: 1em;
    text-align: center;
  }
  .top_joinus__lead2 {
    font-size: 14px;
    line-height: 1.28;
    margin-bottom: 39px;
    text-align: center;
  }
}

.joinus_form__label__input {
  border-bottom: 1px solid #C8B273;
}
.joinus_form__label__input input[type=text], .joinus_form__label__input input[type=email], .joinus_form__label__input input[type=tel] {
  width: 100%;
}
.joinus_form__label__input input[type=text]:focus, .joinus_form__label__input input[type=text]:-webkit-autofill, .joinus_form__label__input input[type=email]:focus, .joinus_form__label__input input[type=email]:-webkit-autofill, .joinus_form__label__input input[type=tel]:focus, .joinus_form__label__input input[type=tel]:-webkit-autofill {
  box-shadow: 0 0 0 1000px #00001B inset !important;
  -webkit-text-fill-color: #C8B273 !important;
}
.joinus_form__label__text, .joinus_form__label__input {
  display: block;
}
.joinus_form__label__text {
  color: #7F7064;
}
.joinus_form__note {
  margin-bottom: 1em;
  text-align: center;
}
.joinus_form__agree {
  text-align: center;
}
.joinus_form__agree__lead a {
  text-decoration: underline;
}
.joinus_form__submit._send {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .joinus_form__label__text {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .joinus_form__label__input {
    font-size: 16px;
    line-height: 1.4;
  }
  .joinus_form__flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 56px;
    margin-bottom: 80px;
  }
  .joinus_form__label.__label__phone {
    flex-basis: 246px;
  }
  .joinus_form__label.__label__email {
    flex-basis: 368px;
  }
  .joinus_form__note {
    font-size: 14 px;
  }
  .joinus_form__agree {
    margin-top: 80px;
    margin-bottom: 56px;
  }
  .joinus_form__agree__lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .joinus_form__label__text {
    font-size: 10px;
    margin-bottom: 12px;
  }
  .joinus_form__label__input {
    font-size: 18px;
    line-height: 1.5;
  }
  .joinus_form__flex {
    width: 100%;
  }
  .joinus_form__label {
    display: block;
    margin-bottom: 56px;
  }
  .joinus_form__note {
    font-size: 10px;
  }
  .joinus_form__agree {
    margin-top: 48px;
    margin-bottom: 56px;
  }
  .joinus_form__agree__lead {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

.joinus__bg {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  .joinus__bg {
    height: 100%;
    width: 18%;
    top: 0;
  }
  .joinus__bg.__bg__1 {
    background-image: url("../images/joinus_bg_pc_left.png");
    background-position: right;
    left: 0;
  }
  .joinus__bg.__bg__2 {
    background-image: url("../images/joinus_bg_pc_right.png");
    background-position: left;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .joinus__bg {
    height: 10%;
    width: 100%;
    left: 0;
  }
  .joinus__bg.__bg__1 {
    background-image: url("../images/joinus_bg_sp_top.png");
    background-position: bottom;
    top: 0;
  }
  .joinus__bg.__bg__2 {
    background-image: url("../images/joinus_bg_sp_bottom.png");
    background-position: top;
    bottom: 0;
  }
}

.joinus__contact {
  text-align: center;
}
.joinus__contact__link {
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .joinus__contact__lead {
    font-size: 22px;
  }
  .joinus__contact__link {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .joinus__contact__lead {
    font-size: 16px;
  }
  .joinus__contact__link {
    font-size: 14px;
  }
}

.joinus_thanks {
  position: relative;
  height: 100vh;
}
.joinus_thanks__container {
  height: 100%;
  position: relative;
}
.joinus_thanks__content {
  position: absolute;
  inset: 0;
  margin: auto;
  text-align: center;
}
.joinus_thanks .joinus__contact {
  position: absolute;
  width: 100%;
}
.joinus_thanks__note {
  margin-top: 1em;
}
@media screen and (min-width: 1025px) {
  .joinus_thanks__content {
    width: 66%;
    height: -moz-max-content;
    height: max-content;
  }
  .joinus_thanks__message {
    font-size: 64px;
  }
  .joinus_thanks__note {
    font-size: 20px;
  }
  .joinus_thanks .joinus__contact {
    bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .joinus_thanks__content {
    width: 90%;
    max-width: 700px;
    height: -moz-max-content;
    height: max-content;
  }
  .joinus_thanks__message {
    font-size: 44px;
  }
  .joinus_thanks__note {
    font-size: 15px;
  }
  .joinus_thanks .joinus__contact {
    bottom: 11%;
  }
}

.sticky_top {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
}
.sticky_top.is-sticky {
  position: fixed;
  bottom: 0;
}
.sticky_top.is-absolute {
  position: absolute;
}

.top__pd50vh {
  padding-top: 50vh;
}

.top__loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  overflow-y: hidden;
  background: linear-gradient(237.89deg, #00001B 9.92%, #1E305E 51.46%, #00001B 93.81%);
}
.top__loading__logo {
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .top__loading__logo {
    width: 282px;
  }
}
@media screen and (max-width: 1024px) {
  .top__loading__logo {
    width: 192px;
  }
}
.top__loading .top__loading__countdown {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  transition: opacity linear 1s 1s;
}
.top__loading .top__loading__countdown .__countdown__title {
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .top__loading .top__loading__countdown .__countdown__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .top__loading .top__loading__countdown .__countdown__title {
    font-size: 18px;
  }
}
.top__loading .top__loading__countdown .ycd-simple-countdown-label {
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .top__loading .top__loading__countdown .ycd-simple-countdown-label {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .top__loading .top__loading__countdown .ycd-simple-countdown-label {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .top__loading .top__loading__countdown .ycd-simple-countdown-number {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .top__loading .top__loading__countdown .ycd-simple-countdown-number {
    font-size: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .top__loading .top__loading__countdown .ycd-simple-countdown-number.ycd-simple-countdown-days-time {
    font-size: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .top__loading .top__loading__countdown .ycd-simple-countdown-number.ycd-simple-countdown-days-time {
    font-size: 48px;
  }
}
.top__loading .top__loading__countdown .ycd-simple-timer-dots {
  display: none;
}
.top__loading .top__loading__countdown .ycd-simple-current-unite {
  display: flex;
  align-items: flex-end;
}
.top__loading .top__loading__countdown .ycd-simple-mode-textUnderCountdown {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 8px;
       column-gap: 8px;
  text-box-trim: trim-both;
}
.top__loading .top__loading__countdown .content_countdown .element_conteiner {
  display: flex;
}
.top__loading #top-loading-countdown .content_countdown .countdown {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.top__loading #top-loading-countdown .content_countdown .element_conteiner {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  min-width: 0;
}
.top__loading #top-loading-countdown .content_countdown .element_conteiner .time_left,
.top__loading #top-loading-countdown .content_countdown .element_conteiner .time_description {
  font-family: "Geomanist Regular", sans-serif;
  font-weight: 400;
}
.top__loading #top-loading-countdown .content_countdown .element_conteiner .time_left {
  background-color: transparent;
  min-width: unset;
  line-height: 0.9;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .top__loading #top-loading-countdown .content_countdown .element_conteiner .time_left {
    font-size: 32px;
  }
  .top__loading #top-loading-countdown .content_countdown .element_conteiner .time_left.days {
    font-size: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .top__loading #top-loading-countdown .content_countdown .element_conteiner .time_left {
    font-size: 24px;
  }
  .top__loading #top-loading-countdown .content_countdown .element_conteiner .time_left.days {
    font-size: 48px;
  }
}
@media screen and (min-width: 1025px) {
  .top__loading #top-loading-countdown .content_countdown .element_conteiner .time_description {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .top__loading #top-loading-countdown .content_countdown .element_conteiner .time_description {
    font-size: 14px;
  }
}
.top__loading.is-hidden {
  opacity: 0;
  z-index: -1;
}
.top__loading.is-loaded {
  animation: loadingFadeOut 3s 2.5s forwards;
}

@keyframes loadingFadeOut {
  0% {
    opacity: 1;
    z-index: 1001;
  }
  75% {
    z-index: 1001;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
/**/
.lum-lightbox.lum-open {
  z-index: 1001;
}

.lum-lightbox-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

body.ja .top_joinus__lead {
  display: none;
}
@media screen and (min-width: 1025px) {
  body.ja .top_mv__catch {
    font-size: clamp(40px, 3.75vw, 48px);
  }
  body.ja .top_vision__body {
    font-size: clamp(36px, 3.47vw, 48px);
  }
  body.ja .top_founder__body__1 {
    font-size: 36px;
  }
  body.ja .top_founder__body__1 em {
    font-size: 72px;
  }
  body.ja .top_founder__body__2 {
    font-size: 18px;
  }
  body.ja .top_text {
    line-height: 1.22;
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  body.ja .top_concept__lead {
    width: 910px;
  }
}
@media screen and (min-width: 1025px) {
  body.ja .top_concept__stats__data .__data__title {
    font-size: 24px;
  }
  body.ja .top_concept__middle .__middle__text {
    font-size: 32px;
  }
  body.ja .top_concept__diverse__text {
    width: 100%;
    font-size: 24px;
  }
  body.ja .top_inside__slide__text {
    font-size: 18px;
  }
  body.ja .top_inside__slide__content {
    max-height: 200px;
  }
  body.ja .top_experience__head__h3 em {
    font-size: 48px;
  }
  body.ja .top_experience__head__text {
    font-size: 18px;
  }
  body.ja .top_experience__menu__headTxt {
    font-size: 18px;
  }
  body.ja .top_privilege__top .top_h2 {
    font-size: 91px;
    line-height: 1.33;
  }
  body.ja .top_privilege__desc {
    font-size: 32px;
  }
  body.ja .top_privilege__title {
    font-size: 24px;
  }
  body.ja .top_privilege__detail {
    font-size: 14px;
  }
  body.ja .top_month__head .top_h2 {
    font-size: 91px;
  }
  body.ja .top_month__calendar__popup .__popup__title {
    font-size: 18px;
  }
  body.ja .top_month__calendar__popup .__popup__subtitle {
    font-size: 14px;
  }
  body.ja .top_month__calendar__popup .__popup__desc {
    font-size: 14px;
  }
  body.ja .top_joinus .top_h2 {
    font-size: 91px;
  }
  body.ja .top_joinus__lead2 {
    font-size: 14px;
  }
  body.ja .top_joinus .joinus_form__note {
    font-size: 14px;
  }
  body.ja .joinus_thanks__message {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  body.ja .top_mv__catch {
    font-size: 36px;
  }
  body.ja .top_vision__body {
    font-size: 32px;
  }
  body.ja .top_founder__body__1 {
    font-size: 30px;
  }
  body.ja .top_founder__body__1 em {
    font-size: 60px;
  }
  body.ja .top_founder__body__2 {
    font-size: 18px;
  }
  body.ja .top_concept__middle .__middle__text {
    font-size: 18px;
  }
  body.ja .top_privilege__desc {
    font-size: clamp(16px, 4.6vw, 18px);
  }
  body.ja .top_month__calendar__popup .__popup__title {
    font-size: 18px;
  }
  body.ja .top_joinus .top_h2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .page_header {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .page_header {
    padding-top: 127px;
  }
}

@media screen and (min-width: 1025px) {
  .page_content {
    padding: 24px 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_content {
    padding: 22px 0;
  }
}

@media screen and (min-width: 1025px) {
  .page_h1 {
    font-size: clamp(64px, 5.55vw, 80px);
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h1 {
    font-size: 59px;
    margin-bottom: 72px;
  }
}

@media screen and (max-width: 1024px) {
  body.ja .page_h1 {
    font-size: 32px;
  }
}
body.ja .ja_none {
  display: none;
}

body:not(.ja) .ja_only {
  display: none;
}

.page_col {
  display: flex;
  align-items: flex-start;
}
.page_col .page_col__img {
  position: relative;
}
.page_col .page_col__img img {
  display: block;
  width: 100%;
}
.page_col .page_col__img::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
}
.page_col .page_col__img.blur_left::before {
  background: linear-gradient(90deg, #00001b 0%, rgba(0, 0, 27, 0) 14%);
}
.page_col .page_col__img.blur_right::before {
  background: linear-gradient(270deg, #00001b 0%, rgba(0, 0, 27, 0) 14%);
}
.page_col .page_col__img .page_scroll {
  display: block;
  width: 2px;
  height: 182px;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .page_col {
    margin-bottom: 200px;
  }
  .page_col:not(.__col__reverse) .page_col__txt p {
    width: 90%;
  }
  .page_col.__col__reverse {
    flex-direction: row-reverse;
  }
  .page_col.__col__split {
    justify-content: space-between;
  }
  .page_col.__col__split .page_col__txt {
    flex-basis: 33%;
  }
  .page_col.__col__split .page_col__img {
    flex-basis: 32%;
  }
  .page_col .page_col__txt {
    flex-basis: 50%;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 1.4;
  }
  .page_col .page_col__img {
    flex-shrink: 0;
  }
  .page_col .page_col__img.__left__fit {
    flex-basis: 50vw;
    margin-right: 5%;
  }
  .page_col .page_col__img.__right__fit {
    flex-basis: 50vw;
  }
  .page_col .page_col__img .page_scroll {
    left: 0;
    top: calc(100% - 91px);
  }
}
@media screen and (max-width: 1024px) {
  .page_col {
    margin-bottom: 160px;
    flex-wrap: wrap;
    row-gap: 23px;
  }
  .page_col .page_col__txt {
    flex-basis: 100%;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1.33;
  }
  .page_col .page_col__img {
    flex-basis: 100vw;
    flex-shrink: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .page_col .page_col__img .page_scroll {
    left: calc(50% - 1px);
    top: calc(100% - 31px);
  }
}

@media screen and (min-width: 1025px) {
  .stephane_travel {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .stephane_travel {
    margin-bottom: 160px;
  }
}
.stephane_travel__gallery {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: flex;
}
.stephane_travel__gallery__img {
  aspect-ratio: 485/250;
  position: relative;
}
.stephane_travel__gallery__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stephane_travel__gallery__img::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
}
@media screen and (min-width: 1025px) {
  .stephane_travel__gallery {
    justify-content: space-between;
    margin-bottom: 200px;
  }
  .stephane_travel__gallery__img {
    flex-basis: 32%;
  }
  .stephane_travel__gallery__img.__img__1::before {
    background: linear-gradient(90deg, #00001b 0%, rgba(0, 0, 27, 0) 14%);
  }
  .stephane_travel__gallery__img.__img__3::before {
    background: linear-gradient(270deg, #00001b 0%, rgba(0, 0, 27, 0) 14%);
  }
}
@media screen and (max-width: 1024px) {
  .stephane_travel__gallery {
    flex-wrap: wrap;
    row-gap: 15px;
    margin-bottom: 160px;
  }
  .stephane_travel__gallery__img {
    flex-basis: 100%;
  }
  .stephane_travel__gallery__img.__img__1::before, .stephane_travel__gallery__img.__img__3::before {
    background: linear-gradient(90deg, #00001b 0%, rgba(0, 0, 27, 0) 14%);
  }
  .stephane_travel__gallery__img.__img__2::before {
    background: linear-gradient(270deg, #00001b 0%, rgba(0, 0, 27, 0) 14%);
  }
}
@media screen and (min-width: 1025px) {
  .stephane_travel__txt {
    width: 430px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }
}

.page_collage {
  display: flex;
}
.page_collage__pics__img {
  position: relative;
}
.page_collage__pics__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_collage__pics__img::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
}
@media screen and (min-width: 1025px) {
  .page_collage {
    margin-bottom: 200px;
  }
  .page_collage__pics {
    flex-basis: 62vw;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
  }
  .page_collage__pics .__img__1::before {
    background: linear-gradient(90deg, #00001b 0%, rgba(0, 0, 27, 0) 14%);
  }
  .page_collage__pics .__img__1, .page_collage__pics .__img__2 {
    flex-basis: 25%;
  }
  .page_collage__pics .__img__3 {
    flex-basis: 45%;
  }
  .page_collage__txt {
    flex-basis: 42%;
    flex-shrink: 0;
    font-size: 16px;
  }
  .page_collage__txt p {
    width: 77%;
  }
}
@media screen and (max-width: 1024px) {
  .page_collage {
    margin-bottom: 160px;
    flex-direction: column-reverse;
    row-gap: 24px;
  }
  .page_collage__pics {
    flex-basis: 100%;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .page_collage__pics .__img__1::before {
    background: linear-gradient(90deg, #00001b 0%, rgba(0, 0, 27, 0) 14%);
  }
  .page_collage__pics .__img__2::before, .page_collage__pics .__img__3::before {
    background: linear-gradient(270deg, #00001b 0%, rgba(0, 0, 27, 0) 14%);
  }
  .page_collage__pics .__img__1, .page_collage__pics .__img__2 {
    flex-basis: 47.5%;
  }
  .page_collage__pics .__img__3 {
    flex-basis: 100%;
    aspect-ratio: 393/200;
  }
  .page_collage__txt {
    flex-basis: 100%;
    flex-shrink: 0;
  }
}

.page_col2 {
  display: flex;
  align-items: flex-start;
}
.page_col2 .page_col__img {
  position: relative;
}
.page_col2 .page_col__img img {
  display: block;
  width: 100%;
}
.page_col2 .page_col__img::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
}
@media screen and (min-width: 1025px) {
  .page_col2 {
    justify-content: space-between;
    margin-bottom: 200px;
  }
  .page_col2 .page_col__txt {
    flex-basis: 33%;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 1.4;
  }
  .page_col2 .page_col__img {
    flex-shrink: 0;
    flex-basis: 62%;
    margin-left: calc(50% - 50vw);
  }
  .page_col2 .page_col__img::before {
    background: linear-gradient(270deg, #00001b 0%, rgba(0, 0, 27, 0) 14%);
  }
}
@media screen and (max-width: 1024px) {
  .page_col2 {
    margin-bottom: 160px;
    flex-wrap: wrap;
    row-gap: 28px;
  }
  .page_col2 .page_col__txt {
    flex-basis: 100%;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1.33;
  }
  .page_col2 .page_col__img {
    flex-basis: 100vw;
    flex-shrink: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .page_col2 .page_col__img::before {
    background: linear-gradient(90deg, #00001b 0%, rgba(0, 0, 27, 0) 14%);
  }
}

@media screen and (min-width: 1025px) {
  .stephane_bottom {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .stephane_bottom {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 53px;
  }
}

.stephane_bottom__img {
  position: relative;
  margin: 0 auto;
  aspect-ratio: 1/1;
}
.stephane_bottom__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .stephane_bottom__img {
    width: 424px;
  }
}
@media screen and (max-width: 1024px) {
  .stephane_bottom__img {
    width: 100%;
  }
  .stephane_bottom__img::before, .stephane_bottom__img::after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
  }
  .stephane_bottom__img::before {
    background: linear-gradient(90deg, #00001b 0%, rgba(0, 0, 27, 0) 14%);
  }
  .stephane_bottom__img::after {
    background: linear-gradient(270deg, #00001b 0%, rgba(0, 0, 27, 0) 14%);
  }
}

.page_bottom__nav {
  text-align: center;
}

.contact_h1 {
  border-bottom: 1px solid #C8B273;
  line-height: 0.9;
}
@media screen and (min-width: 1025px) {
  .contact_h1 {
    font-size: 72px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_h1 {
    font-size: clamp(30px, 5vw, 48px);
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 1025px) {
  body.ja .contact_h1 {
    font-size: 70px;
  }
}

.contact_container {
  display: grid;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .contact_container {
    grid-template-columns: 28% 28% 32%;
    grid-template-rows: auto auto auto;
    justify-content: space-between;
    row-gap: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_container {
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    row-gap: 32px;
  }
}
.contact_container .contact_map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .contact_container .contact_map {
    grid-column: 1/2;
    grid-row: 1/4;
  }
}
@media screen and (max-width: 1024px) {
  .contact_container .contact_map {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 1025px) {
  .contact_container .__info__address {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 1024px) {
  .contact_container .__info__address {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 1025px) {
  .contact_container .__info__email {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 1024px) {
  .contact_container .__info__email {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
@media screen and (min-width: 1025px) {
  .contact_container .__info__phone {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 1024px) {
  .contact_container .__info__phone {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media screen and (min-width: 1025px) {
  .contact_container .__info__sns {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 1024px) {
  .contact_container .__info__sns {
    grid-column: 1/3;
    grid-row: 4/5;
  }
}
@media screen and (min-width: 1025px) {
  .contact_container .contact_note {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 1024px) {
  .contact_container .contact_note {
    grid-column: 1/3;
    grid-row: 5/6;
  }
}
@media screen and (min-width: 1025px) {
  .contact_container .contact_form {
    grid-column: 3/4;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 1024px) {
  .contact_container .contact_form {
    grid-column: 1/3;
    grid-row: 6/7;
  }
}
@media screen and (min-width: 1025px) {
  .contact_container .contact_info__h2 {
    font-size: 22px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 1024px) {
  .contact_container .contact_info__h2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .contact_container .contact_info__data {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_container .contact_info__data {
    font-size: 14px;
  }
}
.contact_container .contact_info.__info__sns .contact_info__data span {
  display: inline-block;
  vertical-align: middle;
}
.contact_container .contact_info.__info__sns .contact_info__data .__link__ext {
  width: 1em;
}
.contact_container .contact_info.__info__sns .contact_info__data .__link__ext svg {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .contact_container .contact_info.__info__sns .contact_info__data a {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 8px;
  }
  .contact_container .contact_info.__info__sns .contact_info__data .__link__ext {
    margin-left: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_container .contact_info.__info__sns .contact_info__data {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contact_container .contact_info.__info__sns .contact_info__data .__link__ext {
    margin-left: 4px;
  }
}
@media screen and (min-width: 1025px) {
  .contact_container .contact_note {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_container .contact_note {
    font-size: 14px;
  }
}

.appform__container {
  position: relative;
  margin: 0 auto;
}
.appform__h1 {
  visibility: hidden;
  font-size: 0;
}
.appform__header__title, .appform__header__note {
  text-align: center;
}
.appform__flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.appform__step {
  position: relative;
}
.appform__step__num {
  display: block;
  border: 1px solid #C8B273;
  border-radius: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.appform__step.__current .appform__step__num {
  background-color: #C8B273;
  border: none;
  color: #00001B;
}
.appform__step__txt {
  display: block;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.appform__step__bar {
  height: 1px;
  background-color: #C8B273;
}
.appform__content {
  position: relative;
}
.appform__h2__note {
  color: #EE2020;
}
@media screen and (min-width: 1025px) {
  .appform__container {
    width: 90%;
    max-width: 1110px;
  }
  .appform__header__title {
    font-size: 64px;
    line-height: 1.125;
    margin-bottom: 32px;
  }
  .appform__header__note {
    max-width: 900px;
    margin: 0 auto;
    font-size: 15px;
  }
  .appform .page_content {
    padding-top: 100px;
  }
  .appform__step__num {
    width: 70px;
    font-size: 36px;
    line-height: 70px;
  }
  .appform__step__txt {
    top: calc(100% + 30px);
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .appform__step__txt {
    max-width: 130px;
  }
}
@media screen and (min-width: 1025px) {
  .appform__step__bar {
    width: 35%;
  }
  .appform__content {
    padding-top: 150px;
  }
  .appform__h2 {
    font-size: 22px;
    margin-bottom: 48px;
  }
  .appform__h2__note {
    font-size: 15px;
    margin-left: 11px;
  }
}
@media screen and (max-width: 1024px) {
  .appform__container {
    width: 90%;
  }
  .appform__header__title {
    font-size: clamp(28px, 7.67vw, 33px);
    line-height: 1.1;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  .appform__header__title span {
    display: block;
  }
  .appform__header__title br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .appform__header__note {
    max-width: 900px;
    margin: 0 auto;
    font-size: 10px;
  }
  .appform .page_content {
    padding-top: 40px;
  }
  .appform__flow {
    width: 84%;
    margin: 0 auto;
  }
  .appform__step__num {
    width: 35px;
    font-size: 18px;
    line-height: 35px;
  }
  .appform__step__txt {
    top: calc(100% + 12px);
    font-size: 14px;
    max-width: 100px;
  }
  .appform__step__bar {
    width: 24%;
  }
  .appform__content {
    padding-top: 64px;
  }
  .appform__h2 {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.appform__membership {
  position: relative;
  overflow: hidden;
}
.appform__membership input[type=radio] {
  display: none;
}
.appform__membership__step {
  position: relative;
  transition: left linear 0.5s;
}
.appform__membership__step.__step2 {
  position: absolute;
  top: 0;
  width: 100%;
}
.appform__membership__step.__step1.is-visible {
  left: 0;
}
.appform__membership__step.__step1.is-hidden {
  left: -100%;
  visibility: hidden;
}
.appform__membership__step.__step2.is-visible {
  left: 0;
}
.appform__membership__step.__step2.is-hidden {
  left: 100%;
  visibility: hidden;
}
.appform__membership__inner {
  display: flex;
}
.appform__membership__select {
  border: 1px solid #C8B273;
  border-radius: 5px;
  text-align: center;
}
.appform #select-ind:checked ~ #membership-select-ind,
.appform #select-corp:checked ~ #membership-select-corp,
.appform #select-single:checked ~ #membership-select-single,
.appform #select-couple:checked ~ #membership-select-couple,
.appform #select-family:checked ~ #membership-select-family,
.appform #select-oversea:checked ~ #membership-select-oversea,
.appform #select-regular:checked ~ #membership-select-regular,
.appform #select-special:checked ~ #membership-select-special {
  background-color: #141F48;
}
.appform__membership__label {
  display: block;
}
.appform__membership__h3 .__h3__bold {
  display: block;
  line-height: 1;
}
.appform__membership__const .__const__text {
  display: block;
}
.appform__membership__const:last-child {
  margin-bottom: 0;
}
.appform__membership__more {
  border: 1px solid #C8B273;
  border-radius: 5px;
  padding: 0 1em;
  transition: all ease 0.4s;
}
@media (hover: hover) {
  .appform__membership__more:hover {
    background-color: #C8B273;
    color: #00001B;
  }
}
.appform__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.appform__btn {
  text-align: center;
  transition: opacity 0.4s;
  border-radius: 5px;
}
@media (hover: hover) {
  .appform__btn:hover {
    opacity: 0.7;
  }
}
.appform__btn.__nextbtn {
  background-color: #C8B273;
  color: #00001B;
}
.appform__btn.__backbtn {
  border: 1px solid #C8B273;
}
.appform__btn.__disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.appform__btn.__disabled a {
  pointer-events: none;
}
.appform__membership__reg {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.appform__membership__reg .__reg__icon {
  flex-basis: 24px;
  flex-shrink: 0;
}
.appform__membership__reg .__reg__text {
  text-align: left;
}
.appform__membership__reg:last-child {
  margin-bottom: 0;
}
.appform__membership__detail__btn {
  display: block;
  margin: 0 auto 32px;
  text-decoration: underline;
}
.appform__membership__detail__body {
  display: none;
}
.appform__membership__detail__body ul {
  margin: 1em 0;
  list-style: disc inside;
}
.appform__membership__priv {
  display: none;
}
.appform__membership__priv.is-visible {
  height: auto;
}
.appform__membership__priv__h2, .appform__membership__priv__h3 {
  text-align: center;
}
.appform__membership__priv__h2 {
  font-size: 20px;
}
.appform__membership__priv__h3 {
  font-size: 18px;
  margin-bottom: 18px;
}
.appform__membership__priv__content {
  padding-top: 32px;
}
.appform__membership__priv__list {
  list-style: decimal inside;
}
.appform__membership__priv__list li {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.appform__membership__price.__price__top {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  text-align: left;
}
.appform__membership__initialFee {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .appform__membership__inner {
    justify-content: center;
    -moz-column-gap: 1.5%;
         column-gap: 1.5%;
    margin-bottom: 48px;
  }
  .__step1 .appform__membership__select {
    flex-basis: 48.5%;
  }
  .__step2.__corporate .appform__membership__select {
    flex-basis: 40%;
  }
  .__step2.__individual .appform__membership__select {
    flex-basis: 24.5%;
  }
  .__step1 .appform__membership__label {
    padding: 20px;
  }
  .__step2 .appform__membership__label {
    padding: 20px 20px 24px;
  }
  .appform__membership__head {
    padding-bottom: 16px;
    border-bottom: 1px solid #C8B273;
  }
  .appform__membership__h3 {
    line-height: 1.5;
    margin-bottom: 32px;
  }
  .appform__membership__h3 .__h3__normal {
    font-size: 16px;
  }
  .appform__membership__h3 .__h3__bold {
    white-space: nowrap;
  }
  .appform__membership__label.__step1 .__h3__bold {
    font-size: 22px;
  }
  .appform__membership__label.__step2 .__h3__bold {
    font-size: 16px;
  }
  .appform__membership__price {
    font-size: 16px;
  }
  .appform__membership__price.__small, .appform__membership__price .__price__mo, .appform__membership__price .__price__note {
    font-size: 14px;
  }
  .appform__membership__price .__price__bold {
    font-size: 22px;
  }
  .appform__membership__price .__price__semibold {
    font-size: 22px;
  }
  .appform__membership__price .__price__plus {
    line-height: 2;
  }
  .appform__membership__body {
    padding-top: 24px;
  }
  .__step1 .appform__membership__body {
    padding-bottom: 60px;
  }
  .appform__membership__const {
    margin-bottom: 48px;
  }
  .appform__membership__const .__const__text {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 12px;
  }
  .appform__membership__more {
    font-size: 20px;
    line-height: 46px;
  }
  .appform__btn {
    width: 127px;
    font-size: 16px;
    line-height: 46px;
  }
  .appform__membership__reg {
    margin-bottom: 36px;
  }
  .appform__membership__reg .__reg__text {
    font-size: 16px;
  }
  .appform__membership__detail {
    margin-bottom: 32px;
  }
  .appform__membership__priv {
    padding: 0 50px 50px;
  }
  #choose-individual .appform__membership__initialFee {
    display: block;
  }
  .appform__membership__initialFee {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .appform__membership__initialFee .__price__amp {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .appform__membership__inner {
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
    margin-bottom: 40px;
  }
  .appform__membership__select {
    flex-basis: 100%;
  }
  .__step1 .appform__membership__label {
    padding: 24px 10px;
  }
  .__step2 .appform__membership__label {
    padding: 16px 20px;
  }
  .appform__membership__head {
    padding-bottom: 16px;
    border-bottom: 1px solid #C8B273;
  }
  .appform__membership__h3 {
    margin-bottom: 24px;
  }
  .appform__membership__h3 .__h3__normal {
    font-size: 14px;
  }
  .appform__membership__h3 .__h3__bold {
    font-size: 18px;
    white-space: nowrap;
  }
  .appform__membership__price {
    font-size: 14px;
  }
  .appform__membership__price.__small, .appform__membership__price .__price__mo, .appform__membership__price .__price__note {
    font-size: 10px;
  }
  .appform__membership__price .__price__bold {
    font-size: 25px;
  }
  .appform__membership__price .__price__semibold {
    font-size: 14px;
  }
  .appform__membership__price .__price__plus {
    line-height: 2;
  }
  .appform__membership__body {
    padding-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .__step1 .appform__membership__body {
    padding-bottom: 32px;
  }
  .appform__membership__const {
    flex-basis: 100%;
    margin-bottom: 32px;
  }
  .appform__membership__const .__const__text {
    font-size: 14px;
    margin-top: 12px;
  }
  .appform__membership__const .__plus {
    font-size: 32px;
  }
  .appform__membership__more {
    font-size: 14px;
    line-height: 42px;
  }
  .appform__btn {
    width: 113px;
    font-size: 14px;
    line-height: 42px;
  }
  .appform__membership__reg {
    flex-basis: 35%;
    min-width: 100px;
  }
  .appform__membership__reg .__reg__text {
    font-size: 14px;
  }
  .appform__membership__detail {
    margin-bottom: 32px;
  }
  .appform__membership__initialFee {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.appform__rules__content {
  border: 1px solid #C8B273;
  overflow-y: scroll;
}
.appform__rules__content ol {
  list-style: decimal;
}
.appform__rules__content ol li {
  line-height: 1.33;
  margin-bottom: 1em;
}
.appform__rules__content h2, .appform__rules__content h3, .appform__rules__content h4 {
  font-family: "Geomanist Medium", "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
}
.appform__rules__content p {
  font-family: "Geomanist Light", "IBM Plex Sans JP", sans-serif;
  font-weight: 300;
  margin-bottom: 1em;
}
.appform__rules__acceptLabel {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 100%;
}
.appform__rules__acceptLabel input[type=checkbox] {
  display: none;
}
.appform__rules__acceptLabel .__check {
  flex-basis: 24px;
  flex-shrink: 0;
  height: 24px;
  border: 1px solid #C8B273;
  border-radius: 50%;
  position: relative;
}
.appform__rules__acceptLabel .__check::before {
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #C8B273;
  position: absolute;
  inset: 0;
  margin: auto;
  content: "";
}
.appform #accept-rules:checked ~ .appform__rules__acceptLabel .__check {
  border-width: 2px;
}
.appform #accept-rules:checked ~ .appform__rules__acceptLabel .__check:before {
  width: 12px;
  height: 12px;
}
.appform__rules__form .appform__btn.__nextbtn.__disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.appform__rules__form .appform__btn.__nextbtn.__disabled a {
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .appform__rules__content {
    padding: 16px 40px;
    max-height: 600px;
    margin-bottom: 40px;
  }
  .appform__rules__content h2 {
    font-size: 22px;
    line-height: 1.15;
    margin-bottom: 54px;
  }
  .appform__rules__content h3 {
    font-size: 14px;
    line-height: 1.33;
    margin-bottom: 1em;
  }
  .appform__rules__content h4 {
    font-size: 14px;
    line-height: 1.33;
    margin-bottom: 0.5em;
  }
  .appform__rules__content p {
    font-size: 14px;
  }
  .appform__rules__content p + h2 {
    margin-top: 50px;
  }
  .appform__rules__content p + h3, .appform__rules__content ol + h3 {
    margin-top: 2em;
  }
  .appform__rules__accept {
    margin-bottom: 60px;
  }
  .appform__rules__accept .__text {
    font-size: 16px;
  }
  .appform__rules__content__group {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .appform__rules__content {
    padding: 16px 16px 16px 32px;
    max-height: 600px;
    margin-bottom: 40px;
  }
  .appform__rules__content h2 {
    font-size: 18px;
    line-height: 1.15;
    margin-bottom: 40px;
  }
  .appform__rules__content h3 {
    font-size: 14px;
    line-height: 1.33;
    margin-bottom: 1em;
  }
  .appform__rules__content h4 {
    font-size: 14px;
    line-height: 1.33;
    margin-bottom: 0.5em;
  }
  .appform__rules__content p {
    font-size: 10px;
  }
  .appform__rules__content p + h2, .appform__rules__content p + h3, .appform__rules__content ol + h3 {
    margin-top: 40px;
  }
  .appform__rules__accept {
    margin-bottom: 40px;
  }
  .appform__rules__content__group {
    padding-top: 20px;
  }
}
.appform__form input[type=text], .appform__form input[type=tel], .appform__form input[type=email], .appform__form input[type=date], .appform__form input[type=url], .appform__form textarea, .appform__form select {
  width: 100%;
  background-color: #141F48;
  border-radius: 5px;
  padding: 0 0.5em;
  line-height: 2.4;
}
.appform__form input[type=text]:focus, .appform__form input[type=text]:-webkit-autofill, .appform__form input[type=tel]:focus, .appform__form input[type=tel]:-webkit-autofill, .appform__form input[type=email]:focus, .appform__form input[type=email]:-webkit-autofill, .appform__form input[type=date]:focus, .appform__form input[type=date]:-webkit-autofill, .appform__form input[type=url]:focus, .appform__form input[type=url]:-webkit-autofill, .appform__form textarea:focus, .appform__form textarea:-webkit-autofill, .appform__form select:focus, .appform__form select:-webkit-autofill {
  box-shadow: 0 0 0 1000px #141F48 inset !important;
  -webkit-text-fill-color: #C8B273 !important;
}
.appform__form textarea {
  height: 115px;
  resize: none;
  line-height: 1.33;
}
.appform__form input[type=date]::-webkit-calendar-picker-indicator {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfODAxOF8zMzIyKSI+PHBhdGggZD0iTTE2LjkyMjEgMi43MTM5OUgxLjU5NjY4VjYuMTk1NzJIMTYuOTIyMVYyLjcxMzk5WiIgc3Ryb2tlPSIjQzhCMjczIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48cGF0aCBkPSJNMTYuOTIyMSA2LjE5NTY4SDEuNTk2NjhWMTYuNjQ4MUgxNi45MjIxVjYuMTk1NjhaIiBzdHJva2U9IiNDOEIyNzMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjxwYXRoIGQ9Ik00LjM3ODkxIDkuNjc3NDNINS43Nzc0MiIgc3Ryb2tlPSIjQzhCMjczIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48cGF0aCBkPSJNNy4xNjg5NSA5LjY3NzQzSDguNTYwMTgiIHN0cm9rZT0iI0M4QjI3MyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PHBhdGggZD0iTTkuOTU4NSA5LjY3NzQzSDExLjM0OTciIHN0cm9rZT0iI0M4QjI3MyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PHBhdGggZD0iTTEyLjc0MTIgOS42Nzc0M0gxNC4xMzk3IiBzdHJva2U9IiNDOEIyNzMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjxwYXRoIGQ9Ik0xMi43NDEyIDEzLjE2NjRIMTQuMTM5NyIgc3Ryb2tlPSIjQzhCMjczIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48cGF0aCBkPSJNNC4zNzg5MSAxMy4xNjY0SDUuNzc3NDIiIHN0cm9rZT0iI0M4QjI3MyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PHBhdGggZD0iTTcuMTY4OTUgMTMuMTY2NEg4LjU2MDE4IiBzdHJva2U9IiNDOEIyNzMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjxwYXRoIGQ9Ik05Ljk1ODUgMTMuMTY2NEgxMS4zNDk3IiBzdHJva2U9IiNDOEIyNzMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjxwYXRoIGQ9Ik01LjA3ODEyIDAuNjIzNDc0VjQuMTA1MiIgc3Ryb2tlPSIjQzhCMjczIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48cGF0aCBkPSJNOS4yNTkyOCAwLjYyMzQ3NFY0LjEwNTIiIHN0cm9rZT0iI0M4QjI3MyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PHBhdGggZD0iTTEzLjQ0MDQgMC42MjM0NzRWNC4xMDUyIiBzdHJva2U9IiNDOEIyNzMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzgwMThfMzMyMiI+PHJlY3Qgd2lkdGg9IjE3LjQ4MTUiIGhlaWdodD0iMTcuNDgxNSIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNTE4NTU1IDAuMjU5Mjc3KSIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}
.appform__form__row {
  display: flex;
  margin-bottom: 32px;
}
.appform__form__label .__label__txt {
  display: block;
  font-family: "Geomanist Light", "IBM Plex Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1;
}
.appform__form__choice {
  width: 100%;
  display: flex;
  position: relative;
}
.appform__form__choice .wpcf7-form-control-wrap {
  flex-grow: 1;
  position: static;
}
.appform__form__yesno {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.appform__form__yesno > .wpcf7-form-control-wrap {
  width: -moz-max-content;
  width: max-content;
  position: static;
}
.appform__form__radioBtns, .appform__form__checkbox, .appform .wpcf7-form-control.wpcf7-acceptance {
  display: flex;
  align-items: center;
}
.appform__form__radioBtns .wpcf7-list-item, .appform__form__checkbox .wpcf7-list-item, .appform .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.appform__form__radioBtns .wpcf7-list-item-label, .appform__form__checkbox .wpcf7-list-item-label, .appform .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
}
.appform__form__radioBtns .wpcf7-list-item-label::before, .appform__form__checkbox .wpcf7-list-item-label::before, .appform .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::before {
  display: block;
  border: 1px solid #C8B273;
  border-radius: 50%;
  position: absolute;
  left: 0;
  content: "";
}
.appform__form__radioBtns .wpcf7-list-item-label::after, .appform__form__checkbox .wpcf7-list-item-label::after, .appform .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::after {
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  content: "";
}
.appform__form__radioBtns input[type=radio], .appform__form__radioBtns input[type=checkbox], .appform__form__checkbox input[type=radio], .appform__form__checkbox input[type=checkbox], .appform .wpcf7-form-control.wpcf7-acceptance input[type=radio], .appform .wpcf7-form-control.wpcf7-acceptance input[type=checkbox] {
  display: none;
}
.appform__form__radioBtns input[type=radio]:checked + .wpcf7-list-item-label::after, .appform__form__radioBtns input[type=checkbox]:checked + .wpcf7-list-item-label::after, .appform__form__checkbox input[type=radio]:checked + .wpcf7-list-item-label::after, .appform__form__checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after, .appform .wpcf7-form-control.wpcf7-acceptance input[type=radio]:checked + .wpcf7-list-item-label::after, .appform .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  background-color: #C8B273;
}
.appform .wpcf7-form-control-wrap:has(select)::before {
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #C8B273;
  border-bottom: 1px solid #C8B273;
  position: absolute;
  right: 14px;
  top: calc(50% - 5px);
  transform: rotate(45deg);
  content: "";
}
.appform__checkbox__group {
  display: flex;
  position: relative;
}
.appform__checkbox__group .wpcf7-list-item, .appform__checkbox__group label {
  display: block;
  margin: 0;
}
.appform__checkbox__group .wpcf7-list-item-label {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 12px;
  cursor: pointer;
}
.appform__checkbox__group .wpcf7-list-item-label::before {
  display: block;
  border: 1px solid #C8B273;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  content: "";
}
.appform__checkbox__group .wpcf7-list-item-label::after {
  display: block;
  border-radius: 50%;
  position: absolute;
  right: 3px;
  top: calc(50% - 9px);
  content: "";
}
.appform__checkbox__group input[type=checkbox] {
  display: none;
}
.appform__checkbox__group input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  background-color: #C8B273;
}
.appform__checkbox__group.__4col .wpcf7-not-valid-tip, .appform__checkbox__group.__2col .wpcf7-not-valid-tip {
  display: none;
}
.appform__checkbox__group.__4col .wpcf7-form-control-wrap:last-child .wpcf7-not-valid-tip, .appform__checkbox__group.__2col .wpcf7-form-control-wrap:last-child .wpcf7-not-valid-tip {
  display: inline-block;
  top: unset;
  bottom: calc(100% + 5px);
}
.appform__checkbox__group.__4col .wpcf7-form-control-wrap, .appform__checkbox__group.__2col .wpcf7-form-control-wrap {
  position: static;
}
.appform__form__choice .appform__form__radioBtns, .appform__form__choice .appform__form__checkbox {
  justify-content: space-between;
}
.appform__form__yesno .appform__form__radioBtns {
  justify-content: flex-start;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.appform__form__separator {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 1px;
  background-color: #C8B273;
}
.appform__form__sns {
  display: flex;
  width: 100%;
}
.appform__form__upload .codedropz-upload-handler {
  border-color: #C8B273;
}
.appform__form__upload .codedropz-upload-handler .codedropz-upload-container {
  padding-top: 22px;
  padding-bottom: 48px;
}
.appform__form__upload .codedropz-upload-handler .dnd-upload-counter {
  display: none;
}
.appform__form__upload .codedropz-upload-handler .codedropz-upload-inner {
  position: relative;
  padding-top: 80px;
  overflow: visible;
}
.appform__form__upload .codedropz-upload-handler .codedropz-upload-inner h3 {
  font-family: "Geomanist Regular", "IBM Plex Sans JP", sans-serif;
  position: relative;
  margin-top: 0;
}
.appform__form__upload .codedropz-upload-handler .codedropz-upload-inner h3::after {
  display: block;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Geomanist Regular", "IBM Plex Sans JP", sans-serif;
  font-size: 14px;
}
.appform__form__upload .codedropz-upload-handler .codedropz-upload-inner > span {
  display: none;
}
.appform__form__upload .codedropz-upload-handler .codedropz-upload-inner::before {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  left: calc(50% - 32px);
  content: "";
}
.appform__form__upload .codedropz-upload-handler .cd-upload-btn {
  display: inline-block;
  font-family: "Geomanist Medium", "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  background-color: #C8B273;
  color: #00001B;
  border-radius: 5px;
  text-align: center;
}
.appform__form__upload .codedropz-upload-handler .codedropz-btn-wrap {
  position: relative;
}
.appform__form__upload .codedropz-upload-handler .codedropz-btn-wrap::after {
  display: block;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%);
  font-family: "Geomanist Regular", "IBM Plex Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #C8B273;
  content: "Maximum size: 5MB";
}
.appform__form__upload.__photo .codedropz-upload-inner::before {
  background: url("../images/photography.svg");
}
.appform__form__upload.__id .codedropz-upload-inner::before {
  background: url("../images/folder-archive.svg");
}
.appform__form__upload.__photo .codedropz-upload-inner h3::after {
  content: "File formats: JPG, PNG, TIFF";
}
.appform__form__upload.__id .codedropz-upload-inner h3::after {
  content: "File formats: JPG, PNG, TIFF, PDF";
}
.appform__form__row.__1col.__1quest .appform__form__label {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
}
.appform__form__row.__1col.__1quest .appform__form__label .appform__form__question {
  flex-shrink: 0;
}
.appform__form__row.__1col.__1quest .appform__form__label > .wpcf7-form-control-wrap {
  flex-grow: 1;
}
@media screen and (min-width: 1025px) {
  .appform__form input[type=text], .appform__form input[type=tel], .appform__form input[type=email], .appform__form input[type=date], .appform__form input[type=url], .appform__form textarea, .appform__form select, .appform__form .wpcf7-list-item-label {
    font-size: 20px;
  }
  .appform__form__row {
    justify-content: space-between;
    margin-bottom: 32px;
  }
  .appform__form__row.__2col:has(.appform__form__upload) {
    align-items: flex-start;
  }
  .appform__form__row.__2col .appform__form__label {
    flex-basis: 47.5%;
  }
  .appform__form__row.__21col .appform__form__label.__col1, .appform__form__row.__21col .appform__form__label.__col2 {
    flex-basis: 22%;
  }
  .appform__form__row.__21col .appform__form__label.__col3 {
    flex-basis: 47.5%;
  }
  .appform__form__row.__1col .appform__form__label, .appform__form__row.__1col .appform__form__yesno {
    flex-basis: 100%;
  }
  .appform__form__row.__3col .appform__form__label {
    flex-basis: 30%;
  }
  .appform__form__row.__4col .appform__form__label {
    flex-basis: 22%;
  }
  .appform__form__row.__4col.__mgt__24 {
    margin-top: 24px;
  }
  .appform__form__row.__64col .appform__form__label {
    flex-basis: 56%;
  }
  .appform__form__row.__73col {
    align-items: center;
  }
  .appform__form__row.__73col .appform__form__label {
    flex-basis: 72%;
    flex-shrink: 0;
    display: flex;
    -moz-column-gap: 12px;
         column-gap: 12px;
    align-items: center;
  }
  .appform__form__row.__73col .appform__form__label .appform__form__question {
    flex-shrink: 0;
  }
  .appform__form__row.__73col .appform__form__label > .wpcf7-form-control-wrap {
    flex-grow: 1;
  }
  .appform__form__row.__73col > .wpcf7-form-control-wrap {
    width: -moz-max-content;
    width: max-content;
  }
  .appform__form__choice {
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .appform__form__choice.__align__start {
    align-items: flex-start;
  }
  .appform__form__question {
    flex-shrink: 0;
    font-size: 20px;
  }
  .appform__form__question.__minwidth__30 {
    min-width: 30%;
  }
  .appform__form__separator {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .appform__form__radioBtns .wpcf7-list-item-label, .appform__form__checkbox .wpcf7-list-item-label, .appform .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: 30px;
  }
  .appform__form__radioBtns .wpcf7-list-item-label::before, .appform__form__checkbox .wpcf7-list-item-label::before, .appform .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::before {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
  }
  .appform__form__radioBtns .wpcf7-list-item-label::after, .appform__form__checkbox .wpcf7-list-item-label::after, .appform .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::after {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
  }
  .appform .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: 44px;
  }
  .appform__checkbox__group {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
  }
  .appform__checkbox__group .wpcf7-checkbox.__indent .wpcf7-list-item:not(.first) {
    padding-left: 0.5em;
  }
  .appform__checkbox__group .wpcf7-list-item-label::before {
    width: 24px;
    height: 24px;
  }
  .appform__checkbox__group .wpcf7-list-item-label::after {
    width: 18px;
    height: 18px;
  }
  .appform__checkbox__group.__4col > .wpcf7-form-control-wrap {
    flex-basis: 216px;
  }
  .appform__checkbox__group.__2col > .wpcf7-form-control-wrap {
    flex-basis: 423px;
  }
  .appform__form__label .__label__txt {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .appform__form__label.__flex {
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-top: 14px;
  }
  .appform__form__label.__txt__above {
    position: relative;
  }
  .appform__form__label.__txt__above .__label__txt {
    position: absolute;
    left: 0;
    top: -19px;
  }
  .appform__form__radioBtns.__channel__select {
    flex-wrap: wrap;
    row-gap: 32px;
    margin-bottom: 32px;
  }
  .appform__form__radioBtns.__channel__select .wpcf7-list-item.has-free-text {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .appform__form__radioBtns.__channel__select .wpcf7-list-item.has-free-text > label {
    flex-shrink: 0;
  }
  .appform__form__radioBtns.__channel__select .wpcf7-list-item.has-free-text .wpcf7-free-text {
    flex-basis: 57%;
  }
  .appform__form__row .appform__form__sns {
    justify-content: space-between;
  }
  .appform__form__row .appform__form__sns .appform__form__label {
    flex-basis: 46%;
  }
  .appform__form__checkbox.__how__did__you__hear {
    flex-wrap: wrap;
    row-gap: 32px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    justify-content: flex-start;
    margin-bottom: 32px;
  }
  .appform__form__checkbox.__how__did__you__hear .wpcf7-list-item.has-free-text {
    flex-grow: 1;
    display: flex;
    align-items: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .appform__form__checkbox.__how__did__you__hear .wpcf7-list-item.has-free-text > label {
    flex-shrink: 0;
  }
  .appform__form__checkbox.__how__did__you__hear .wpcf7-list-item.has-free-text .wpcf7-free-text {
    flex-basis: 57%;
  }
  .appform__form__yesno {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
  .appform__form__yesno.__flex__start {
    justify-content: flex-start;
  }
  .appform__form__radioBtns.__reverse {
    flex-direction: row-reverse;
    -moz-column-gap: 80px;
         column-gap: 80px;
    margin-top: 22px;
  }
  .appform__form__radioBtns.__reverse .wpcf7-list-item.has-free-text {
    flex-grow: 1;
    display: flex;
    align-items: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .appform__form__radioBtns.__reverse .wpcf7-list-item.has-free-text > label {
    flex-shrink: 0;
  }
  .appform__form__row.__lang__select {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .appform__form__row.__lang__select > .wpcf7-form-control-wrap:first-child, .appform__form__row.__lang__select .appform__form__label {
    flex-basis: 27%;
    flex-shrink: 0;
  }
  .appform__form__row.__lang__select .appform__form__radioBtns {
    width: 100%;
    justify-content: space-between;
    height: 100%;
  }
  .appform__form__upload {
    flex-basis: 47.5%;
  }
  .appform__form__upload__title {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .appform__form__upload .codedropz-upload-inner h3 {
    font-size: 22px;
    margin-bottom: 77px;
  }
  .appform__form__upload .codedropz-upload-inner h3::after {
    top: 100%;
  }
  .appform__form__upload .cd-upload-btn {
    width: 134px;
    font-size: 16px;
    line-height: 43px;
  }
}
@media screen and (max-width: 1024px) {
  .appform__form input[type=text], .appform__form input[type=tel], .appform__form input[type=email], .appform__form input[type=date], .appform__form input[type=url], .appform__form textarea, .appform__form select, .appform__form .wpcf7-list-item-label {
    font-size: 14px;
  }
  .appform__h2__note {
    display: block;
    font-size: 10px;
    font-family: "Geomanist Light", "IBM Plex Sans JP", sans-serif;
    margin-top: 10px;
  }
  .appform__form__label .__label__txt {
    font-size: 10px;
    margin-bottom: 4px;
  }
  .appform__form__row {
    flex-wrap: wrap;
    row-gap: 32px;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  .appform__form__row.__2col .appform__form__label {
    flex-basis: 47.5%;
  }
  .appform__form__row.__21col .appform__form__label.__col1, .appform__form__row.__21col .appform__form__label.__col2 {
    flex-basis: 47.5%;
  }
  .appform__form__row.__21col .appform__form__label.__col3 {
    flex-basis: 100%;
  }
  .appform__form__row.__1col .appform__form__label, .appform__form__row.__1col .appform__form__yesno {
    flex-basis: 100%;
  }
  .appform__form__row.__3col .appform__form__label, .appform__form__row.__3col .appform__form__yesno {
    flex-basis: 100%;
  }
  .appform__form__row.__3col .appform__form__yesno {
    justify-content: flex-start;
  }
  .appform__form__row.__4col {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  .appform__form__row.__4col .appform__form__label {
    flex-basis: 47.5%;
  }
  .appform__form__row.__4col.__mgt__24 {
    margin-top: 24px;
  }
  .appform__form__row.__64col .appform__form__label, .appform__form__row.__64col .appform__form__yesno {
    flex-basis: 100%;
  }
  .appform__form__row.__73col {
    align-items: center;
  }
  .appform__form__row.__73col .appform__form__label {
    flex-basis: 100%;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
  }
  .appform__form__row.__73col .appform__form__label .appform__form__question {
    flex-shrink: 0;
  }
  .appform__form__row.__73col .appform__form__label > .wpcf7-form-control-wrap {
    flex-grow: 1;
  }
  .appform__form__row.__73col > .wpcf7-form-control-wrap {
    width: -moz-max-content;
    width: max-content;
  }
  .appform__form__row.__1col.__1quest .appform__form__label {
    flex-wrap: wrap;
  }
  .appform__form__choice {
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .appform__form__choice.__align__start {
    align-items: flex-start;
  }
  .appform__form__choice .appform__form__question {
    flex-basis: 100%;
  }
  .appform__form__question {
    font-size: 14px;
  }
  .appform__form__question.__minwidth__30 {
    min-width: 30%;
  }
  .appform__form__separator {
    margin-top: 56px;
    margin-bottom: 24px;
  }
  .appform__form__radioBtns, .appform__form__checkbox {
    flex-wrap: wrap;
    row-gap: 12px;
  }
  .appform__form__radioBtns .wpcf7-list-item, .appform__form__checkbox .wpcf7-list-item {
    flex-basis: 100%;
  }
  .appform__form__radioBtns .wpcf7-list-item-label, .appform__form__checkbox .wpcf7-list-item-label {
    padding-left: 20px;
  }
  .appform__form__radioBtns .wpcf7-list-item-label::before, .appform__form__checkbox .wpcf7-list-item-label::before {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
  }
  .appform__form__radioBtns .wpcf7-list-item-label::after, .appform__form__checkbox .wpcf7-list-item-label::after {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
  }
  .appform .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: 32px;
  }
  .appform .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::before {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
  }
  .appform .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::after {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
  }
  .appform__checkbox__group {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
  }
  .appform__checkbox__group .wpcf7-checkbox.__indent .wpcf7-list-item:not(.first) {
    padding-left: 0.5em;
  }
  .appform__checkbox__group .wpcf7-list-item-label::before {
    width: 16px;
    height: 16px;
  }
  .appform__checkbox__group .wpcf7-list-item-label::after {
    width: 10px;
    height: 10px;
  }
  .appform__checkbox__group.__4col {
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .appform__checkbox__group.__4col > .wpcf7-form-control-wrap {
    flex-basis: 44%;
    max-width: 170px;
    min-width: 150px;
  }
  .appform__checkbox__group.__2col {
    flex-wrap: wrap;
  }
  .appform__checkbox__group.__2col > .wpcf7-form-control-wrap {
    flex-basis: 100%;
  }
  .appform__form__label.__flex {
    display: block;
    margin-top: 14px;
  }
  .appform__form__radioBtns.__channel__select {
    flex-wrap: wrap;
    row-gap: 16px;
    margin-bottom: 16px;
  }
  .appform__form__radioBtns.__channel__select .wpcf7-list-item.has-free-text {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
  }
  .appform__form__radioBtns.__channel__select .wpcf7-list-item.has-free-text > label {
    flex-basis: 100%;
  }
  .appform__form__radioBtns.__channel__select .wpcf7-list-item.has-free-text .wpcf7-free-text {
    flex-basis: 100%;
  }
  .appform__form__row .appform__form__sns {
    justify-content: space-between;
  }
  .appform__form__row .appform__form__sns .appform__form__label {
    flex-basis: 47.5%;
  }
  .appform__form__checkbox.__how__did__you__hear {
    flex-wrap: wrap;
    row-gap: 16px;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .appform__form__checkbox.__how__did__you__hear .wpcf7-list-item.has-free-text {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
  }
  .appform__form__checkbox.__how__did__you__hear .wpcf7-list-item.has-free-text > label {
    flex-basis: 100%;
  }
  .appform__form__checkbox.__how__did__you__hear .wpcf7-list-item.has-free-text .wpcf7-free-text {
    flex-basis: 100%;
  }
  .appform__form__yesno .wpcf7-list-item {
    flex-basis: auto;
  }
  .appform__form__yesno.__flex__start {
    justify-content: space-between;
  }
  .appform__form__yesno.__flex__start .appform__form__question {
    max-width: 220px;
  }
  .appform__form__yesno .appform__form__question {
    min-width: 80px;
    max-width: 70%;
  }
  .appform__form__radioBtns.__reverse {
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap: 16px;
    margin-top: 16px;
  }
  .appform__form__row.__lang__select > .wpcf7-form-control-wrap:first-child, .appform__form__row.__lang__select .appform__form__label {
    flex-basis: 100%;
  }
  .appform__form__row.__lang__select .appform__form__radioBtns {
    width: 100%;
  }
  .appform__form__row.__lang__select .appform__form__radioBtns .wpcf7-list-item {
    flex-basis: 50%;
  }
  .appform__form__upload {
    flex-basis: 100%;
    row-gap: 18px;
  }
  .appform__form__upload__head {
    text-align: center;
  }
  .appform__form__upload__title, .appform__form__upload__note {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .appform__form__upload .codedropz-upload-inner h3 {
    font-size: 0;
    line-height: 1rem;
    margin-bottom: 43px;
  }
  .appform__form__upload .codedropz-upload-inner h3::after {
    top: 0;
  }
  .appform__form__upload .cd-upload-btn {
    width: 128px;
    font-size: 14px;
    line-height: 42px;
  }
}
.appform__note {
  text-align: center;
  margin-top: 50px;
}
@media screen and (min-width: 1025px) {
  .appform__note {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .appform__note {
    font-size: 10px;
  }
}
.appform .wpcf7-form-control-wrap[data-name=your-nationality] input[type=text] {
  position: relative;
  z-index: 1;
}
.appform__form__nat {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  background-color: #141F48;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.appform__form__nat.is-focus {
  z-index: -1;
}
.appform__form__nat i {
  flex-shrink: 0;
  color: #00001B;
  background-color: #C8B273;
  border-radius: 5px;
  padding: 0 1em;
}
@media screen and (min-width: 1025px) {
  .appform__form__nat i {
    font-size: 16px;
    line-height: 23px;
  }
}
@media screen and (max-width: 1024px) {
  .appform__form__nat i {
    font-size: 14px;
    line-height: 18px;
  }
}
.appform__txt {
  margin-bottom: 1em;
}

@media screen and (min-width: 1025px) {
  body.ja .appform__membership__h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  body.ja .appform__membership__h3 {
    font-size: 18px;
  }
}
body.ja .appform__membership__const .__const__text.__small {
  font-size: 14px;
}
body.ja .appform__membership__detail__body dl {
  margin-bottom: 1em;
}
body.ja .appform__membership__detail__body dl dt {
  font-weight: 500;
  line-height: 2;
}
body.ja .appform__form input[type=text], body.ja .appform__form input[type=tel], body.ja .appform__form input[type=email], body.ja .appform__form input[type=date], body.ja .appform__form input[type=url], body.ja .appform__form textarea, body.ja .appform__form select, body.ja .appform__form .wpcf7-list-item-label {
  font-size: 14px;
}
body.ja .appform__form__label .__label__txt {
  font-size: 12px;
}
body.ja .appform__form__question {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  body.ja .appform__header__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1025px) {
  body.ja .appform__thanks__h1 {
    font-size: clamp(36px, 3.5vw, 56px);
  }
  body.ja .appform__thanks__h1 span {
    display: inilne-block;
  }
}

.appform__thanks {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.appform__thanks__h1, .appform__thanks__txt {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .appform__thanks__content {
    width: 62%;
  }
  .appform__thanks__h1 {
    font-size: 56px;
    margin-bottom: 24px;
  }
  .appform__thanks__txt {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .appform__thanks__content {
    width: 90%;
  }
  .appform__thanks__h1 {
    font-size: 31px;
    margin-bottom: 16px;
  }
  .appform__thanks__txt {
    font-size: 10px;
    line-height: 14px;
  }
}

.appform__confirm__table {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .appform__confirm__lead {
    font-size: 20px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .appform__confirm__lead {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
.appform__confirm__table th, .appform__confirm__table td {
  border: 1px solid #C8B273;
}
.appform__confirm__table th {
  font-weight: 400;
}
@media screen and (min-width: 1025px) {
  .appform__confirm__table th, .appform__confirm__table td {
    padding: 0.5em 1em;
    font-size: 18px;
  }
  .appform__confirm__table th {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .appform__confirm__table th, .appform__confirm__table td {
    display: block;
    width: 100%;
    font-size: 14px;
  }
  .appform__confirm__table th {
    border-width: 1px 1px 0 1px;
    padding: 0.5em;
  }
  .appform__confirm__table td {
    padding: 0 0.5em 0.5em 1.5em;
    border-width: 0px 1px 0 1px;
  }
  .appform__confirm__table tr:last-child td {
    border-bottom-width: 1px;
  }
}

.e404 {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.e404__h1, .e404__txt {
  text-align: center;
}
.e404 .appform__btn {
  width: -moz-max-content;
  width: max-content;
  padding: 0 1em;
}
@media screen and (min-width: 1025px) {
  .e404__h1 {
    font-size: 104px;
  }
  .e404__txt {
    font-size: 16px;
    margin-bottom: 48px;
  }
  .e404__txt br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .e404__h1 {
    font-size: 54px;
  }
  .e404__txt {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.privacy_policy .pp__h1 {
  border-bottom: 1px solid #C8B273;
}
@media screen and (min-width: 1025px) {
  .privacy_policy .pp__h1 {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .privacy_policy .pp__h1 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .privacy_policy .pp__lead {
    margin-bottom: 64px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .privacy_policy .pp__lead {
    margin-bottom: 40px;
    font-size: 10px;
    font-family: "Geomanist Light", "IBM Plex Sans JP", sans-serif;
  }
}
.privacy_policy .pp__section {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .privacy_policy .pp__section {
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 1024px) {
  .privacy_policy .pp__section {
    flex-wrap: wrap;
    row-gap: 16px;
    margin-bottom: 32px;
  }
}
.privacy_policy .pp__h2 {
  line-height: 1.25;
}
@media screen and (min-width: 1025px) {
  .privacy_policy .pp__h2 {
    font-size: 16px;
    flex-basis: 24%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .privacy_policy .pp__h2 {
    font-size: 14px;
    flex-basis: 100%;
  }
}
.privacy_policy .pp__txt {
  line-height: 1.25;
}
@media screen and (min-width: 1025px) {
  .privacy_policy .pp__txt {
    font-size: 16px;
    flex-basis: 66%;
  }
}
@media screen and (max-width: 1024px) {
  .privacy_policy .pp__txt {
    font-size: 14px;
    font-family: "Geomanist Light", "IBM Plex Sans JP", sans-serif;
    flex-basis: 100%;
  }
}
.privacy_policy .pp__list li {
  position: relative;
}
.privacy_policy .pp__list li::before {
  display: block;
  position: absolute;
  background-color: #C8B273;
  border-radius: 50%;
  content: "";
}
@media screen and (min-width: 1025px) {
  .privacy_policy .pp__list li {
    padding-left: 2em;
  }
  .privacy_policy .pp__list li::before {
    width: 8px;
    height: 8px;
    left: 12px;
    top: calc(50% - 4px);
  }
}
@media screen and (max-width: 1024px) {
  .privacy_policy .pp__list li {
    padding-left: 16px;
  }
  .privacy_policy .pp__list li::before {
    width: 4px;
    height: 4px;
    left: 6px;
    top: calc(50% - 2px);
  }
}

.acceptance_label {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
}
.acceptance_label .accept__text {
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .acceptance_label .accept__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .acceptance_label .accept__text {
    font-size: 14px;
  }
}
.acceptance_label .accept__radio {
  width: 24px;
  height: 24px;
  border: 1px solid #C8B273;
  border-radius: 50%;
  position: relative;
}
.acceptance_label .accept__radio::before {
  width: 16px;
  height: 16px;
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 50%;
  content: "";
}

#acceptance:checked + .wpcf7-list-item-label .acceptance_label .accept__radio::before {
  background-color: #C8B273;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: calc(100% + 1px);
  width: -moz-max-content;
  width: max-content;
  color: #EE2020;
  font-family: "Geomanist Light", sans-serif;
}
@media screen and (min-width: 1025px) {
  .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 15px;
  }
}

.contactform_btns {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: relative;
}
.contactform_btns .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .contactform_btns {
    margin-top: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_btns {
    margin-top: 40px;
  }
}

.wpcf7 .wpcf7-form .wpcf7-submit,
.wpcf7 .wpcf7-form .wpcf7-previous {
  transition: all ease 0.3s;
  border-radius: 5px;
}
@media (hover: hover) {
  .wpcf7 .wpcf7-form .wpcf7-submit:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous:hover {
    opacity: 0.7;
  }
}
.wpcf7 .wpcf7-form .wpcf7-submit:disabled,
.wpcf7 .wpcf7-form .wpcf7-previous:disabled {
  opacity: 0.5;
}
.wpcf7 .wpcf7-form .wpcf7-submit._confirm, .wpcf7 .wpcf7-form .wpcf7-submit._send,
.wpcf7 .wpcf7-form .wpcf7-previous._confirm,
.wpcf7 .wpcf7-form .wpcf7-previous._send {
  background-color: #C8B273;
  color: #00001B;
}
.wpcf7 .wpcf7-form .wpcf7-submit._back,
.wpcf7 .wpcf7-form .wpcf7-previous._back {
  border: 1px solid #C8B273;
  color: #C8B273;
}
@media screen and (min-width: 1025px) {
  .wpcf7 .wpcf7-form .wpcf7-submit,
  .wpcf7 .wpcf7-form .wpcf7-previous {
    padding: 16px 48px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .wpcf7-submit,
  .wpcf7 .wpcf7-form .wpcf7-previous {
    padding: 10px 40px;
    font-size: 18px;
  }
}

body.ja .wpcf7 .wpcf7-form .wpcf7-submit,
body.ja .wpcf7 .wpcf7-form .wpcf7-previous {
  font-size: 14px;
  font-weight: 600;
}

.wpcf7-form-control.wpcf7-acceptance {
  display: flex;
  justify-content: center;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-family: "Geomanist Reglar", sans-serif;
  color: #EE2020;
  text-align: center;
  border: none;
}

.wpcf7 .wpcf7-form.sent {
  position: relative;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  position: absolute;
  bottom: 16px;
  border: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    right: 160px;
  }
}
.wpcf7 .wpcf7-form.sent .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 0;
}
.wpcf7 .wpcf7-form.sent .wpcf-13-form-control.wpcf7-submit {
  opacity: 0.7;
  pointer-events: none;
}

.contact_form input[type=text], .contact_form input[type=tel], .contact_form input[type=email], .contact_form textarea {
  width: 100%;
  padding: 0.5em;
  font-family: "Geomanist Light", sans-serif;
}
.contact_form input[type=text]:focus, .contact_form input[type=text]:-webkit-autofill, .contact_form input[type=tel]:focus, .contact_form input[type=tel]:-webkit-autofill, .contact_form input[type=email]:focus, .contact_form input[type=email]:-webkit-autofill, .contact_form textarea:focus, .contact_form textarea:-webkit-autofill {
  box-shadow: 0 0 0 1000px #00001B inset !important;
  -webkit-text-fill-color: #C8B273 !important;
}
.contact_form input[type=text]::-moz-placeholder, .contact_form input[type=tel]::-moz-placeholder, .contact_form input[type=email]::-moz-placeholder, .contact_form textarea::-moz-placeholder {
  font-family: "Geomanist Light", sans-serif;
  color: #C8B273;
  opacity: 1;
  font-size: 14px;
}
.contact_form input[type=text]::placeholder,
.contact_form input[type=tel]::placeholder,
.contact_form input[type=email]::placeholder,
.contact_form textarea::placeholder {
  font-family: "Geomanist Light", sans-serif;
  color: #C8B273;
  opacity: 1;
  font-size: 14px;
}
.contact_form textarea {
  height: 5em;
  resize: vertical;
}
.contact_form__label {
  display: block;
  width: 100%;
  border-bottom: 1px solid #C8B273;
  margin-bottom: 32px;
}
.contact_form__flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.contact_form__flex .__form__phone {
  flex-basis: 38%;
}
.contact_form__flex .__form__email {
  flex-basis: 50%;
}
.contact_form .wpcf7 .wpcf7-form .wpcf7-submit {
  display: block;
  margin-left: auto;
}/*# sourceMappingURL=style.css.map */