@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1100px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 1099.5px) and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

html,
body {
  padding: 0;
  margin: 0;
  color: #333;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/*========================
common
========================*/
.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 24px;
  }
}

.sec-title {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .sec-title {
    margin-bottom: 32px;
  }
}
.sec-title .en {
  font-family: "din-condensed", sans-serif;
  font-size: 104px;
  font-weight: 400;
  line-height: 90%;
  /* 122.4px */
  text-transform: uppercase;
  color: #111111;
}
@media screen and (max-width: 767px) {
  .sec-title .en {
    font-size: 56px;
  }
}
.sec-title .jp {
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: 2.8px;
  margin-top: 8px;
  color: #999999;
}
@media screen and (max-width: 767px) {
  .sec-title .jp {
    font-size: 12px;
    letter-spacing: 2.4px;
  }
}

.page-head {
  background: url(../img/page-head-bg.svg) no-repeat bottom right/cover;
  padding: 185px 0 89px;
  height: 446px;
}
@media screen and (max-width: 767px) {
  .page-head {
    background: url(../img/page-head-bg-sp.svg) no-repeat bottom right/cover;
    padding: 105px 0 48px;
    height: 248px;
  }
}
.page-head .inner {
  max-width: 1200px;
}
.page-head .en {
  font-family: "din-condensed", sans-serif;
  font-size: 136px;
  font-weight: 400;
  line-height: 90%;
  /* 122.4px */
  text-transform: uppercase;
  color: #111111;
}
@media screen and (max-width: 767px) {
  .page-head .en {
    font-size: 56px;
  }
}
.page-head .jp {
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: 2.8px;
  color: #999999;
  margin-top: 8px;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-head .jp {
    font-size: 12px;
  }
}
.page-head .jp::before {
  content: "";
  display: inline-block;
  border-bottom: 2px solid #999999;
  width: 20px;
  height: 1px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-head .jp::before {
    width: 16px;
  }
}

.center {
  text-align: center;
}

.btn {
  padding: 25px 0 23px 0;
  display: inline-block;
  width: 100%;
  max-width: 281px;
  text-align: center;
  color: white;
  background: #111111;
  border-radius: 52px;
  border: 1px solid #111111;
  font-family: "din-condensed", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  position: relative;
}
.btn:hover {
  opacity: 0.7;
}
.btn.disable {
  pointer-events: none;
  color: white;
  background: #999999;
}
@media screen and (max-width: 767px) {
  .btn {
    max-width: none;
  }
}
.btn::before {
  content: "";
  background: url(../img/right-arrow-white.svg) no-repeat center center/contain;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 21px;
}

.btn--white {
  background: white;
  color: #333;
}
.btn--white::before {
  content: "";
  background: url(../img/right-arrow.png) no-repeat center center/contain;
}

.menu-item h2 {
  font-family: "din-condensed", sans-serif;
  color: white;
  font-size: 41px;
  font-weight: 400;
  line-height: 150%;
  /* 61.5px */
  letter-spacing: 2.05px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (max-width: 1099.5px) and (min-width: 768px) {
  .menu-item h2 {
    font-size: 32px;
    text-wrap: nowrap;
  }
}
.menu-item li {
  font-size: 12px;
}
.menu-item li:not(:first-child) {
  margin-top: 16px;
}
.menu-item li a {
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  /* 19.2px */
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  display: inline-block;
  padding-right: 17px;
}
.menu-item li a::after {
  content: "";
  background: url(../img/right-arrow-gray.svg) no-repeat center center/contain;
  position: absolute;
  width: 9px;
  height: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.menu-item li a.child {
  padding-left: 29px;
}
.menu-item li a.child::before {
  content: "　　ー";
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-size: 8px;
  font-weight: 900;
  line-height: 160%;
  /* 12.8px */
}
@media screen and (max-width: 767px) {
  .menu-item .accordion-header {
    font-size: 32px;
    letter-spacing: 1.6px;
    margin-bottom: 0;
    position: relative;
  }
  .drawer .menu-item .accordion-header {
    font-size: 24px;
    line-height: 150%;
    /* 36px */
    letter-spacing: 1.2px;
  }
  .menu-item .accordion-header::after {
    content: "";
    background: url(../img/down-arrow-white.svg) no-repeat center center/contain;
    position: absolute;
    width: 14px;
    height: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu-item .accordion-header.active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .menu-item .accordion-content {
    display: none;
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .drawer__inner .menu-item,
  .footer__menu .menu-item {
    border-bottom: 1px solid #333;
    padding: 16px 8px;
  }
}

.fadeinup {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.fadeinup.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*========================
loading
========================*/
#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  top: 0;
  left: 0;
  background: white;
}

.container {
  width: 200px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ball {
  width: 10px;
  height: 10px;
  margin: 10px auto;
  border-radius: 50px;
}

.ball:nth-child(1) {
  background: #0090D6;
  -webkit-animation: right 1s infinite ease-in-out;
          animation: right 1s infinite ease-in-out;
}

.ball:nth-child(2) {
  background: #0090D6;
  -webkit-animation: left 1.1s infinite ease-in-out;
          animation: left 1.1s infinite ease-in-out;
}

.ball:nth-child(3) {
  background: #0090D6;
  -webkit-animation: right 1.05s infinite ease-in-out;
          animation: right 1.05s infinite ease-in-out;
}

.ball:nth-child(4) {
  background: #0090D6;
  -webkit-animation: left 1.15s infinite ease-in-out;
          animation: left 1.15s infinite ease-in-out;
}

.ball:nth-child(5) {
  background: #0090D6;
  -webkit-animation: right 1.1s infinite ease-in-out;
          animation: right 1.1s infinite ease-in-out;
}

.ball:nth-child(6) {
  background: #0090D6;
  -webkit-animation: left 1.05s infinite ease-in-out;
  animation: left 1.05s infinite ease-in-out;
}

.ball:nth-child(7) {
  background: #0090D6;
  -webkit-animation: right 1s infinite ease-in-out;
  animation: right 1s infinite ease-in-out;
}

@-webkit-keyframes right {
  0% {
    -webkit-transform: translate(-15px);
            transform: translate(-15px);
  }
  50% {
    -webkit-transform: translate(15px);
            transform: translate(15px);
  }
  100% {
    -webkit-transform: translate(-15px);
            transform: translate(-15px);
  }
}

@keyframes right {
  0% {
    -webkit-transform: translate(-15px);
            transform: translate(-15px);
  }
  50% {
    -webkit-transform: translate(15px);
            transform: translate(15px);
  }
  100% {
    -webkit-transform: translate(-15px);
            transform: translate(-15px);
  }
}
@-webkit-keyframes left {
  0% {
    -webkit-transform: translate(15px);
            transform: translate(15px);
  }
  50% {
    -webkit-transform: translate(-15px);
            transform: translate(-15px);
  }
  100% {
    -webkit-transform: translate(15px);
            transform: translate(15px);
  }
}
@keyframes left {
  0% {
    -webkit-transform: translate(15px);
            transform: translate(15px);
  }
  50% {
    -webkit-transform: translate(-15px);
            transform: translate(-15px);
  }
  100% {
    -webkit-transform: translate(15px);
            transform: translate(15px);
  }
}
/*========================
header
========================*/
.header {
  position: fixed;
  z-index: 100;
  top: 0;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  width: 100%;
}
.header .inner {
  max-width: none;
  padding: 24px 40px;
}
@media screen and (max-width: 767px) {
  .header .inner {
    padding: 16px;
  }
}

.header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__flex.header-white {
  background: white;
  border-radius: 100px;
  padding: 16px 24px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .header__flex.header-white {
    padding: 8px 16px;
  }
  .header__flex.header-white .logo {
    width: 71px;
  }
}
.header__flex .logo {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .header__flex .logo {
    width: 78px;
  }
}
.header__flex li {
  font-family: "din-condensed", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.header__flex li.submenu {
  cursor: pointer;
  position: relative;
  padding-right: 12px;
}
.header__flex li.submenu span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__flex li.submenu.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.header__flex li.submenu span:hover {
  opacity: 0.7;
}
.header__flex li.submenu::after {
  content: "";
  background: url(../img/down-arrow.svg) no-repeat center center/contain;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__flex .current {
  color: #999999;
}
.header__flex .current::after {
  opacity: 0.52;
}
.header__flex .disable {
  color: #999999;
  opacity: 0.52;
}

.submenu__box {
  display: none;
  position: absolute;
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  top: 32px;
  padding: 24px;
}
.submenu__box li {
  font-size: 12px;
}
.submenu__box a {
  text-wrap: nowrap;
}
.submenu__box a:hover {
  opacity: 0.7;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.hamburger-menu {
  width: 19px;
  height: 9px;
  position: fixed;
  top: 30px;
  right: 24px;
  cursor: pointer;
  z-index: 300;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.hamburger-menu.hamburger-menu-white {
  top: 37px;
  right: 40px;
}
.hamburger-menu.fixed {
  position: fixed;
}
.hamburger-menu span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hamburger-menu span:nth-child(1) {
  top: 0;
}
.hamburger-menu span:nth-child(2) {
  top: 9px;
}
.hamburger-menu.active span {
  background-color: white;
}
.hamburger-menu.active span:nth-child(1) {
  -webkit-animation: top-move 0.6s forwards;
          animation: top-move 0.6s forwards;
}
.hamburger-menu.active span:nth-child(2) {
  -webkit-animation: bottom-move 0.6s forwards;
          animation: bottom-move 0.6s forwards;
}
.hamburger-menu.inactive span:nth-child(1) {
  -webkit-animation: top-move-reverse 0.6s forwards;
          animation: top-move-reverse 0.6s forwards;
}
.hamburger-menu.inactive span:nth-child(2) {
  -webkit-animation: bottom-move-reverse 0.6s forwards;
          animation: bottom-move-reverse 0.6s forwards;
}

@-webkit-keyframes top-move {
  0% {
    top: 0;
  }
  50% {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(20deg);
            transform: translate(-50%, -50%) rotate(20deg);
  }
}

@keyframes top-move {
  0% {
    top: 0;
  }
  50% {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(20deg);
            transform: translate(-50%, -50%) rotate(20deg);
  }
}
@-webkit-keyframes bottom-move {
  0% {
    top: 9px;
  }
  50% {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-20deg);
            transform: translate(-50%, -50%) rotate(-20deg);
  }
}
@keyframes bottom-move {
  0% {
    top: 9px;
  }
  50% {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-20deg);
            transform: translate(-50%, -50%) rotate(-20deg);
  }
}
@-webkit-keyframes top-move-reverse {
  0% {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(20deg);
            transform: translate(-50%, -50%) rotate(20deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes top-move-reverse {
  0% {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(20deg);
            transform: translate(-50%, -50%) rotate(20deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes bottom-move-reverse {
  0% {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-20deg);
            transform: translate(-50%, -50%) rotate(-20deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    top: 9px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes bottom-move-reverse {
  0% {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-20deg);
            transform: translate(-50%, -50%) rotate(-20deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    top: 9px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.drawer {
  width: 100%;
  max-width: 294px;
  padding: 79px 24px 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
}
.drawer .menu-item {
  cursor: pointer;
}
.drawer .menu-item a {
  color: white;
}
.drawer .menu-item a::after {
  background-image: url(../img/right-arrow-white.svg);
}
.drawer .btn {
  margin-top: 24px;
  padding: 15px 0 13px;
}

.drawer__nav {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 64px;
}
.drawer__nav a {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  /* 27px */
  letter-spacing: -0.22px;
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
}

/*========================
membership
========================*/
.membership {
  background: #ECECEC;
  padding: 92px 0;
}
.membership.none {
  display: none;
}
@media screen and (max-width: 767px) {
  .membership {
    padding: 48px 0;
  }
}
.membership h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .membership h2 {
    margin-bottom: 32px;
  }
}
.membership a {
  display: inline-block;
}
.membership a:hover {
  opacity: 0.7;
}
.membership .en {
  display: inline-block;
  position: relative;
}
.membership .en::before {
  content: "";
  background: url(../img/right-arrow.png) no-repeat center center/contain;
  position: absolute;
  width: 88px;
  height: 83px;
  right: -126px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1099.5px) and (min-width: 768px) {
  .membership .en::before {
    width: 53px;
    right: -63px;
  }
}
@media screen and (max-width: 767px) {
  .membership .en::before {
    width: 32px;
    height: 32px;
    right: -41px;
    top: 23px;
  }
}
.membership p {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  text-align: center;
}
@media screen and (max-width: 767px) {
  .membership p {
    font-size: 18px;
  }
}

/*========================
footer
========================*/
.footer {
  background: #111111;
  padding: 112px 0 106px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 72px;
  }
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1099.5px) and (min-width: 768px) {
  .footer__menu {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer__menu {
    display: block;
  }
}
.footer__menu .menu-item {
  cursor: pointer;
}
.footer__menu .menu-item li a {
  color: white;
}
.footer__menu .menu-item li a::after {
  background-image: url(../img/right-arrow-white.svg);
}

.footer__right {
  text-align: right;
  margin: 32px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .footer__right {
    display: block;
    text-align: left;
  }
}
.footer__right a {
  font-family: "din-condensed", sans-serif;
  color: #AAA;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  /* 21.6px */
  letter-spacing: 0.6px;
}
.footer__right .btn {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #333;
}
.footer__bottom {
  text-align: center;
}

.footer__copy {
  color: #AAAAAA;
  font-family: "din-condensed", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  /* 21.6px */
  text-transform: uppercase;
}

/*========================
mv
========================*/
.mv {
  background: url(../img/mv.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .mv {
    background: url(../img/mv-sp.svg) no-repeat center center/cover;
  }
}
.mv .inner {
  height: 100vh;
  max-width: 1338px;
  margin: 0 auto;
  position: relative;
}

.mv__text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .mv__text {
    top: 116px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.mv__text h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 150%;
  /* 120px */
  letter-spacing: 6.4px;
}
@media screen and (max-width: 767px) {
  .mv__text h1 {
    font-size: 40px;
    letter-spacing: 3.2px;
    text-wrap: nowrap;
  }
}
.mv__text p {
  color: #999999;
  font-family: "din-condensed", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  /* 27px */
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .mv__text p {
    font-size: 16px;
    letter-spacing: 1.28px;
    margin-top: 8px;
  }
}

/*スクロールダウン全体の場所*/
.scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*Scrollテキストの描写*/
.scrolldown span {
  /*描画位置*/
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -102px;
  /*テキストの形状*/
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
}
@media screen and (max-width: 767px) {
  .scrolldown span {
    top: -84px;
  }
}

/* 丸の描写 */
.scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -2px;
  /*丸の形状*/
  width: 5px;
  height: 5px;
  border-radius: 20px;
  background: #000;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@-webkit-keyframes circlemove {
  0% {
    bottom: 54px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 54px;
  }
  100% {
    bottom: 0px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 1px;
  height: 73px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .scrolldown:after {
    height: 59px;
  }
}

/*========================
overview
========================*/
.overview {
  padding: 152px 0 118px;
}
@media screen and (max-width: 767px) {
  .overview {
    padding: 88px 0 97px;
  }
}

.overview__box .img img {
  border-radius: 16px;
}

.overview__bottom {
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .overview__bottom {
    margin-top: 32px;
  }
}
.overview__bottom .small {
  color: #999999;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .overview__bottom .small {
    font-size: 14px;
  }
}
.overview__bottom p {
  font-size: 32px;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .overview__bottom p {
    font-size: 22px;
  }
}

/*========================
about
========================*/
.about {
  padding: 133px 0 222px;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 85px 0 120px;
  }
  .about h2 {
    text-align: left;
  }
}

.about__text {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 200%;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .about__text {
    text-align: left;
    font-size: 16px;
    margin-bottom: 32px;
  }
}

/*========================
interview
========================*/
.interview {
  background: url(../img/membership-interview-bg.svg) no-repeat center center/cover;
  padding: 192px 0 151px;
}
@media screen and (max-width: 767px) {
  .interview {
    padding: 93px 0 65px;
    background: url(../img/membership-interview-bg-sp.svg) no-repeat center center/cover;
  }
}
.interview .inner {
  position: relative;
}
.interview .interview-heading {
  position: absolute;
  width: 100%;
  top: -266px;
  left: 0;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .interview .interview-heading {
    top: -122px;
    padding-left: 24px;
  }
}

.interview-disable {
  position: relative;
  padding-bottom: 102px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .interview-disable {
    padding-bottom: 48px;
  }
}
.interview-disable .bg {
  z-index: -1;
  position: absolute;
  top: 67px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  min-width: 1512px;
}
@media screen and (max-width: 767px) {
  .interview-disable .bg {
    top: 37px;
    min-width: 375px;
  }
}

.coming-soon {
  font-family: "din-condensed", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-top: 83px;
}
@media screen and (max-width: 767px) {
  .coming-soon {
    margin-top: 32px;
  }
}

/*========================
events
========================*/
.events {
  padding: 112px 0 244px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .events {
    padding: 80px 0 0;
  }
}
.events .inner {
  max-width: 1000px;
}
.events .img1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 43.915vw;
  max-width: 664px;
}
@media screen and (max-width: 767px) {
  .events .img1 {
    position: inherit;
    bottom: inherit;
    right: inherit;
    width: 100%;
    max-width: 290px;
  }
}
.events .img1 img {
  border-radius: 0.529vw;
}
@media screen and (max-width: 767px) {
  .events .img1 img {
    border-radius: 4px;
  }
}
.events .img2 {
  position: absolute;
  width: 26.455vw;
  bottom: clamp(-133px, -8.796vw, 0px);
  right: clamp(0px, 35.317vw, 534px);
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .events .img2 {
    position: inherit;
    bottom: inherit;
    right: inherit;
    width: 100%;
    max-width: 175px;
    margin-left: auto;
    margin-top: -45px;
    margin-bottom: 32px;
  }
}
.events .img2 img {
  border-radius: 0.529vw;
}
@media screen and (max-width: 767px) {
  .events .img2 img {
    border-radius: 4px;
  }
}

.events__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 48px;
  max-width: 510px;
}
@media screen and (max-width: 767px) {
  .events__text {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.top-bg-text {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .top-bg-text {
    margin-top: -75px;
  }
}
.top-bg-text .item {
  z-index: -1;
  opacity: 0.2;
  background: -webkit-gradient(linear, left top, right top, from(#F0A), color-stop(10%, #9204D4), color-stop(20%, #2508FF), color-stop(30%, #00B7FF), color-stop(40%, #00FFFB), color-stop(50%, #0BFF3C), color-stop(60%, #8CFF00), color-stop(70%, #F9F400), color-stop(80%, #FA0), color-stop(90%, #F30), to(#F00));
  background: linear-gradient(90deg, #F0A 0%, #9204D4 10%, #2508FF 20%, #00B7FF 30%, #00FFFB 40%, #0BFF3C 50%, #8CFF00 60%, #F9F400 70%, #FA0 80%, #F30 90%, #F00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: multiply;
  font-family: "din-condensed", sans-serif;
  font-size: 328px;
  font-weight: 400;
  line-height: 100%;
  /* 328px */
  letter-spacing: -3.608px;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top-bg-text .item {
    line-height: 0.79;
    font-size: 154px;
  }
}
.top-bg-text .item:nth-child(odd) {
  -webkit-animation: MoveLeft 200s -100s infinite linear;
          animation: MoveLeft 200s -100s infinite linear;
}
.top-bg-text .item:nth-child(even) {
  -webkit-animation: MoveLeft2 200s infinite linear;
          animation: MoveLeft2 200s infinite linear;
}

@-webkit-keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
/*========================
instagram
========================*/
.instagram {
  padding: 144px 0 192px;
}
@media screen and (max-width: 767px) {
  .instagram {
    padding: 68px 0 104px;
  }
}
.instagram .inner {
  max-width: 1000px;
}

.instagram__btn {
  padding: 20px 80px;
  background: #111111;
  border-radius: 52px;
  color: white;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  letter-spacing: 2.88px;
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
  position: relative;
  margin-top: 48px;
  display: inline-block;
}
.instagram__btn::before {
  content: "";
  background: url(../img/instagram.svg) no-repeat center center/contain;
  position: absolute;
  width: 19px;
  height: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 31px;
}

@media screen and (max-width: 767px) {
  #sbi_images {
    gap: 16px !important;
  }
}

#sb_instagram {
  padding: 0 !important;
}

#sb_instagram #sbi_images {
  padding: 0 !important;
}

#sb_instagram #sbi_images .sbi_item {
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  #sb_instagram #sbi_images .sbi_item {
    border-radius: 4px;
  }
}

/*========================
top-banner
========================*/
.top-banner {
  position: fixed;
  z-index: 900;
  right: 20px;
  bottom: 20px;
  max-width: 233px;
}
@media screen and (max-width: 767px) {
  .top-banner {
    max-width: 160px;
    right: 16px;
    bottom: 16px;
  }
}
.top-banner a {
  display: block;
}
.top-banner img {
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .top-banner img {
    border-radius: 4px;
  }
}
.top-banner .close-btn {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .top-banner .close-btn {
    width: 24px;
    height: 24px;
  }
}

/*========================
member
========================*/
.member {
  padding: 160px 0 144px;
}
@media screen and (max-width: 767px) {
  .member {
    padding: 72px 0 55px;
  }
}
.member .inner {
  max-width: 1200px;
}

.member__group {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .member__group {
    margin-bottom: 80px;
  }
}

.member__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .member__items {
    border-radius: 8px;
  }
}

.member__title {
  background: #000;
  width: 66.66666%;
  aspect-ratio: 2/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 9.333%;
  background: url(../img/member-title-bg.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .member__title {
    background: url(../img/member-title-bg-sp.svg) no-repeat center center/cover;
    aspect-ratio: inherit;
    width: 100%;
    height: 163px;
    padding: 0 32px;
  }
}
.member__title .jp {
  color: white;
  font-size: 40px;
  font-weight: 500;
  line-height: 180%;
  /* 72px */
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .member__title .jp {
    font-size: 28px;
    letter-spacing: 2.8px;
  }
}
.member__title .en {
  font-family: "din-condensed", sans-serif;
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  /* 32.4px */
  letter-spacing: 1.08px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .member__title .en {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.member__person {
  aspect-ratio: 1/1;
  width: 33.33333%;
  position: relative;
  overflow: hidden;
}
.member__person.rounded {
  border-radius: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .member__person.rounded {
    border-radius: 0 0 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .member__person {
    aspect-ratio: inherit;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.member__person .img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.member__person .content {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .member__person .content {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.member__person .tag {
  text-align: right;
  padding-right: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .member__person .tag {
    position: absolute;
    right: 0;
    top: -31px;
  }
}
.member__person .tag span {
  display: inline-block;
  border-radius: 4px;
  background: white;
  padding: 1px 8px 2px 8px;
  color: #111111;
  font-size: 12px;
  font-weight: 500;
  line-height: 180%;
  /* 21.6px */
  text-align: center;
}
@media screen and (max-width: 767px) {
  .member__person .tag span {
    font-size: 11px;
  }
}
.member__person .data {
  margin-left: 25px;
  border-radius: 16px 0px 0px 0px;
  background: rgba(0, 0, 0, 0.4);
  padding: 8px 16px 16px 16px;
  color: white;
}
@media screen and (max-width: 767px) {
  .member__person .data {
    margin: 0;
    border-radius: 0;
    background: #111111;
    padding: 10px;
    height: 100%;
  }
}
.member__person .data__company {
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
  /* 25.2px */
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .member__person .data__company {
    font-size: 11px;
    font-weight: 300;
    line-height: 140%;
    /* 15.4px */
  }
}
.member__person .data__company span:nth-child(3)::before {
  content: " / ";
}
@media screen and (max-width: 767px) {
  .member__person .data__company span:nth-child(3)::before {
    display: none;
  }
}
.member__person .data__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .member__person .data__name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.member__person .data__name .en {
  font-family: "din-condensed", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  /* 22.4px */
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .member__person .data__name .en {
    font-size: 19px;
    letter-spacing: 0.38px;
  }
}
.member__person .data__name .jp {
  font-size: 12px;
  font-weight: 700;
  line-height: 170%;
  /* 20.4px */
}
@media screen and (max-width: 767px) {
  .member__person .data__name .jp {
    font-size: 11px;
  }
}

.member__message {
  border-radius: 16px;
  background: #EAEAEA;
  color: #111111;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .member__message {
    margin-top: 16px;
  }
}
.member__message .head {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: 3.36px;
  position: relative;
  padding: 24px 40px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .member__message .head {
    padding: 16px 24px;
    font-size: 18px;
    letter-spacing: 2.52px;
  }
}
.member__message .head.active .plus-minus span:nth-child(2) {
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  opacity: 0;
}
.member__message .head .plus-minus {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .member__message .head .plus-minus {
    width: 14px;
    height: 14px;
    right: 24px;
  }
}
.member__message .head .plus-minus span {
  display: inline-block;
  background: #111111;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.member__message .head .plus-minus span:nth-child(1) {
  width: 16px;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .member__message .head .plus-minus span:nth-child(1) {
    width: 14px;
  }
}
.member__message .head .plus-minus span:nth-child(2) {
  width: 2px;
  height: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
@media screen and (max-width: 767px) {
  .member__message .head .plus-minus span:nth-child(2) {
    height: 14px;
  }
}
.member__message .body {
  padding: 0 40px 24px;
  display: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
  /* 20.8px */
  letter-spacing: 0.78px;
  position: relative;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .member__message .body {
    padding: 0 24px 24px;
    padding-top: 16px;
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}
.member__message .body::before {
  content: "";
  width: 28px;
  height: 1px;
  display: inline-block;
  border-top: 1px solid #000;
  position: absolute;
  top: 0;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .member__message .body::before {
    left: 24px;
  }
}

.member__bottom .text {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.96px;
}

/*========================
overview-message
========================*/
.overview-message {
  padding: 160px 0;
}
@media screen and (max-width: 767px) {
  .overview-message {
    padding: 72px 0 104px;
  }
}

.overview-message__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 6.5454545%;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .overview-message__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 32px;
  }
}
.overview-message__wrap .img {
  width: 36.18%;
}
@media screen and (max-width: 767px) {
  .overview-message__wrap .img {
    width: 100%;
  }
}
.overview-message__wrap .img img {
  border-radius: 8px;
}
.overview-message__wrap .content {
  padding-top: 56px;
  width: 57.272%;
}
@media screen and (max-width: 767px) {
  .overview-message__wrap .content {
    width: 100%;
    padding-top: 32px;
  }
}
.overview-message__wrap .en {
  display: inline-block;
  font-family: "din-condensed", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
  /* 51.2px */
  letter-spacing: 1.28px;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#59A2D4), to(#111));
  background: linear-gradient(90deg, #59A2D4 0%, #111 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .overview-message__wrap .en {
    font-size: 56px;
    line-height: 95%;
    /* 53.2px */
    letter-spacing: 1.12px;
  }
}
.overview-message__wrap .jp {
  margin: 16px 0 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: 0.32px;
  color: #999999;
}
.overview-message__wrap .post {
  padding-bottom: 32px;
  border-bottom: 1px solid #EEE;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}
.overview-message__wrap p {
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  /* 242.857% */
  letter-spacing: -0.14px;
}
@media screen and (max-width: 767px) {
  .overview-message__wrap p {
    font-size: 13px;
    line-height: 32px;
    /* 246.154% */
    letter-spacing: -0.13px;
  }
}

/*========================
overview-organisation
========================*/
.overview-organisation {
  /* 初期状態では非表示 */
}
.overview-organisation .popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.overview-organisation .popup-content {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .overview-organisation .popup-content {
    width: 90%;
    padding: 16px;
    overflow: scroll;
  }
  .overview-organisation .popup-content img {
    width: 250%;
  }
}
.overview-organisation .popup-content .btn {
  margin-top: 20px;
  cursor: pointer;
}
.overview-organisation .popup-content img {
  border-radius: 16px;
}

.organisation__img {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .organisation__img {
    margin-bottom: 32px;
  }
}
.organisation__img img {
  border-radius: 16px;
  border: 1px solid #EEE;
}

.zoom-btn {
  border-radius: 52px;
  border: 1px solid #DDD;
  background: white;
  padding: 19px 56px 20px 56px;
  display: inline-block;
  font-family: "din-condensed", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  position: relative;
  max-width: 280px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.zoom-btn:hover {
  opacity: 0.7;
}
.zoom-btn::before {
  content: "";
  background: url(../img/zoom.png) no-repeat center center/contain;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 23px;
  pointer-events: none;
}

/*========================
overview-bottom
========================*/
.overview-bottom {
  padding: 144px 0;
}
@media screen and (max-width: 767px) {
  .overview-bottom {
    padding: 104px 0;
  }
}

.overview-bottom__item {
  color: white;
  padding: 72px 24px;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  position: relative;
}
.overview-bottom__item:nth-child(1)::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/overview-bottom-bg1.jpg) no-repeat center center/cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.overview-bottom__item:nth-child(2) {
  margin-top: 56px;
}
.overview-bottom__item:nth-child(2)::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/overview-bottom-bg2.jpg) no-repeat center center/cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.overview-bottom__item:hover::after {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .overview-bottom__item {
    padding: 48px 20px;
    padding-bottom: 96px;
    overflow: hidden;
  }
}
.overview-bottom__item .btn {
  position: absolute;
  border-radius: 20px 0px 0px 0px;
  bottom: 0;
  right: 0;
}
.overview-bottom__item .btn:hover {
  opacity: 1;
}
.overview-bottom__item h2 {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .overview-bottom__item .en {
    font-size: 52px;
  }
}
.overview-bottom__item .en,
.overview-bottom__item .jp {
  color: white;
}
.overview-bottom__item p {
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: -0.16px;
}
@media screen and (max-width: 767px) {
  .overview-bottom__item p {
    font-size: 14px;
    line-height: 170%;
    /* 23.8px */
    letter-spacing: -0.14px;
  }
}

/*========================
president
========================*/
.president {
  padding: 144px 0;
}
@media screen and (max-width: 767px) {
  .president {
    padding: 72px 0 104px;
  }
}

.president__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px 6.13636%;
}
@media screen and (max-width: 767px) {
  .president__items {
    gap: 16px;
  }
}
.president__items .item {
  width: 15.090909%;
}
@media screen and (max-width: 767px) {
  .president__items .item {
    width: calc(50% - 8px);
  }
}
.president__items .img img {
  aspect-ratio: 166/201;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.president__items .content {
  margin-top: 8px;
}
.president__items .tag {
  background: #111111;
  color: white;
  padding: 0px 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  /* 25.2px */
  display: inline-block;
}
.president__items .jp {
  font-weight: 700;
  line-height: 130%;
  /* 15.6px */
  letter-spacing: 0.24px;
  text-transform: uppercase;
}

/*========================
about us
========================*/
.about-whats {
  padding: 160px 0 184px;
}
@media screen and (max-width: 767px) {
  .about-whats {
    padding: 72px 0 104px;
  }
}
.about-whats p {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 220%;
  /* 39.6px */
}
@media screen and (max-width: 767px) {
  .about-whats p {
    font-size: 16px;
  }
}

/*========================
about-outline
========================*/
.about-outline {
  padding-bottom: 112px;
}
@media screen and (max-width: 767px) {
  .about-outline {
    padding-bottom: 124px;
  }
}

.about-outline__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #eee;
  padding: 28px 0;
  gap: 56px;
}
@media screen and (max-width: 767px) {
  .about-outline__list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 28px 8px;
  }
}
.about-outline__list .item:last-child {
  border-bottom: 1px solid #eee;
}
.about-outline__list .head {
  width: 144px;
  font-size: 12px;
  color: #666;
  font-weight: 700;
  line-height: 180%;
  /* 21.6px */
}
@media screen and (max-width: 767px) {
  .about-outline__list .head {
    width: 100%;
  }
}
.about-outline__list .body {
  width: calc(100% - 56px - 144px);
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
  /* 25.2px */
}
@media screen and (max-width: 767px) {
  .about-outline__list .body {
    width: 100%;
  }
}
.about-outline__list .child {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .about-outline__list .child {
    padding: 28px 8px 0;
  }
}
.about-outline__list .child .body .item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .about-outline__list .child .body .item {
    padding: 24px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 56px;
  }
}
.about-outline__list .child .body .item:first-child {
  border-top: none;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .about-outline__list .child .body .item:first-child {
    padding-top: 16px;
  }
}
.about-outline__list .child .body .item:last-child {
  border-bottom: none;
}
.about-outline__list .child .body .head {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .about-outline__list .child .body .head {
    color: #333;
  }
}
.about-outline__list .child .body .body {
  width: calc(100% - 56px - 70px);
}
.about-outline__list .child .body .body span {
  display: block;
}
.about-outline__list .child .body .body span:not(:first-child) {
  margin-top: 24px;
}

/*========================
about-president
========================*/
.about-president {
  text-align: center;
  padding: 256px 0 200px;
  position: relative;
  overflow: hidden;
  background: url(../img/about-president-bg.png) no-repeat center center/cover;
  height: 50.595238vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  min-height: 765px;
}
.about-president .inner {
  z-index: 3;
  position: relative;
  padding-top: 22px;
}
@media screen and (max-width: 767px) {
  .about-president {
    background: url(../img/about-president-bg-sp.png) no-repeat center center/cover;
    height: 114.3999vw;
    min-height: 0;
  }
}
.about-president .bg-text {
  position: absolute;
  background: url(../img/about-president.png) no-repeat center center/contain;
  width: 1680px;
  height: 336px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -58px;
}
@media screen and (max-width: 767px) {
  .about-president .bg-text {
    background: url(../img/about-president-sp.png) no-repeat center center/contain;
    width: 768px;
    height: 154px;
    z-index: 2;
    margin-top: -73px;
  }
}
.about-president p {
  font-weight: 700;
  line-height: 180%;
  /* 28.8px */
  margin-bottom: 40px;
}

/*========================
about-access
========================*/
.about-access {
  padding: 110px 0 120px;
}
@media screen and (max-width: 767px) {
  .about-access {
    padding: 102px 0;
  }
}

.about-access__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.0909%;
}
@media screen and (max-width: 767px) {
  .about-access__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 56px;
  }
}
.about-access__wrap .content {
  width: 49.4551%;
}
@media screen and (max-width: 767px) {
  .about-access__wrap .content {
    width: 100%;
  }
}
.about-access__wrap .jp {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  /* 41.6px */
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .about-access__wrap .jp {
    font-size: 22px;
    letter-spacing: 0.44px;
  }
}
.about-access__wrap .en {
  font-family: "din-condensed", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin: 16px 0 32px;
  color: #999999;
}
@media screen and (max-width: 767px) {
  .about-access__wrap .en {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}
.about-access__wrap .post {
  font-family: "din-condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 130%;
  /* 23.4px */
}
.about-access__wrap .post span {
  font-weight: 500;
  font-size: 22px;
}
.about-access__wrap .address {
  font-weight: 600;
  line-height: 180%;
  /* 28.8px */
  margin-bottom: 8px;
}
.about-access__wrap .external {
  display: inline-block;
  padding: 4px 16px;
  padding-right: 34px;
  font-family: "din-condensed", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 130%;
  /* 16.9px */
  border-radius: 4px;
  border: 1px solid #DDD;
  position: relative;
}
.about-access__wrap .external::before {
  content: "";
  background: url(../img/external.png) no-repeat center center/contain;
  position: absolute;
  width: 12px;
  height: 12px;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-access__wrap .list {
  margin-top: 24px;
}
.about-access__wrap .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.about-access__wrap .list li:not(:first-child) {
  margin-top: 4px;
}
.about-access__wrap .list li .head {
  width: 35px;
  padding: 4px 8px;
  border-radius: 2px;
  background: #EEE;
  text-align: center;
  font-family: "din-condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  /* 16.8px */
  text-transform: uppercase;
}
.about-access__wrap .list li p {
  width: calc(100% - 35px - 8px);
  font-size: 14px;
  font-family: "din-condensed", sans-serif;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
}
.about-access__wrap .map {
  width: 45.454%;
}
@media screen and (max-width: 767px) {
  .about-access__wrap .map {
    width: 100%;
  }
}
.about-access__wrap .map iframe {
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .about-access__wrap .map iframe {
    aspect-ratio: 1/1;
    height: 100%;
  }
}

/*========================
privcacy
========================*/
.privacy {
  padding: 144px 0 240px;
}
@media screen and (max-width: 767px) {
  .privacy {
    padding: 72px 0;
  }
}
.privacy .inner {
  max-width: 800px;
}

.privacy__item:not(:first-child) {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .privacy__item:not(:first-child) {
    margin-top: 48px;
  }
}
.privacy__item h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  /* 36px */
  letter-spacing: -0.2px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .privacy__item h2 {
    font-size: 16px;
    letter-spacing: -0.16px;
  }
}
.privacy__item h2 span {
  padding-left: 16px;
  border-left: 2px solid #000;
  display: inline-block;
  line-height: 21px;
}
.privacy__item p,
.privacy__item ol {
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  /* 228.571% */
}
@media screen and (max-width: 767px) {
  .privacy__item p,
  .privacy__item ol {
    font-size: 12px;
    line-height: 24px;
    /* 200% */
    letter-spacing: -0.12px;
  }
}
.privacy__item ol {
  padding-left: 1em;
  list-style-type: decimal;
}
.privacy__item ol ol {
  list-style-type: lower-alpha;
}
.privacy__item ol ol ol {
  list-style-type: lower-roman;
}

.privacy__end {
  text-align: right;
}

/*========================
contact
========================*/
.contact {
  padding: 96px 0 144px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 71px 0 72px;
  }
}
.contact .inner {
  max-width: 800px;
}

.contact__toptext {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  /* 160% */
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .contact__toptext {
    font-size: 16px;
  }
}

.contact__form .item:not(:first-child) {
  margin-top: 24px;
}
.contact__form .head {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
}
.contact__form .head.required span {
  position: relative;
}
.contact__form .head.required span::after {
  content: "必須";
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  /* 18px */
  padding: 2px 8px;
  border-radius: 4px;
  background: #F5F5F5;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -48px;
}
.contact__form input:not([type=submit]),
.contact__form textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #EEE;
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.contact__form input:not([type=submit])::-webkit-input-placeholder, .contact__form textarea::-webkit-input-placeholder {
  color: #AAA;
}
.contact__form input:not([type=submit])::-moz-placeholder, .contact__form textarea::-moz-placeholder {
  color: #AAA;
}
.contact__form input:not([type=submit]):-ms-input-placeholder, .contact__form textarea:-ms-input-placeholder {
  color: #AAA;
}
.contact__form input:not([type=submit])::-ms-input-placeholder, .contact__form textarea::-ms-input-placeholder {
  color: #AAA;
}
.contact__form input:not([type=submit])::placeholder,
.contact__form textarea::placeholder {
  color: #AAA;
}
.contact__form .check-wrap {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__form .check-wrap p {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  width: calc(100% - 24px - 8px);
}
.contact__form .check-wrap a {
  text-decoration-line: underline;
}
.contact__form .check-wrap a:hover {
  opacity: 0.7;
}
.contact__form .submit {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__form .submit {
    margin-top: 48px !important;
  }
}
.contact__form .submit button::before {
  display: none;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-acceptance {
  /* デフォルトのボタン */
  /* チェック前のボタン */
  content: "";
  /* チェック後のボタン */
}
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpcf7-acceptance input[type=checkbox] {
  opacity: 0;
  /* デフォルトのボタンを非表示 */
  position: absolute;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  border-radius: 4px;
  border: 1px solid #EEE;
  width: 24px;
  height: 24px;
  margin-bottom: auto;
  margin-right: 8px;
  margin-top: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: url("../img/check.png") no-repeat center center/contain;
}

/*========================
president-detail
========================*/
.president-detail .section {
  padding: 144px 0;
}
@media screen and (max-width: 767px) {
  .president-detail .section {
    padding: 88px 0;
  }
}

.president-head {
  background: -webkit-gradient(linear, right top, left top, color-stop(0.3%, #BBBDC1), color-stop(83.64%, #F8F8FD));
  background: linear-gradient(270deg, #BBBDC1 0.3%, #F8F8FD 83.64%);
  height: 600px;
}
@media screen and (max-width: 767px) {
  .president-head {
    height: 298px;
  }
}
.president-head .inner {
  max-width: 1148px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .president-head .inner {
    padding-right: 3px;
    padding-left: 32px;
  }
}

.president-head__flex {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 71px;
}
@media screen and (max-width: 767px) {
  .president-head__flex {
    gap: 18px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    overflow: hidden;
  }
}
.president-head__flex .img {
  max-width: 390px;
}
@media screen and (max-width: 767px) {
  .president-head__flex .img {
    max-width: 210px;
    margin-bottom: -3px;
  }
}
.president-head__flex h1 {
  width: calc(100% - 40px - 390px);
  margin-bottom: 151px;
}
@media screen and (max-width: 767px) {
  .president-head__flex h1 {
    width: calc(100% - 18px - 200px);
    margin-bottom: 60px;
  }
}
.president-head__flex .post {
  padding: 0 8px;
  background: white;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  /* 36px */
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .president-head__flex .post {
    font-size: 13px;
    line-height: 180%;
    /* 25.2px */
  }
}
.president-head__flex .en {
  margin: 32px 0 16px;
  font-size: 120px;
  font-weight: 400;
  line-height: 80%;
  /* 96px */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
}
@media screen and (max-width: 767px) {
  .president-head__flex .en {
    margin: 16px 0 8px;
    font-size: 32px;
    line-height: 100%;
    /* 32px */
    letter-spacing: 0.64px;
    text-transform: uppercase;
  }
}
.president-head__flex .jp {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
  color: #666;
}
@media screen and (max-width: 767px) {
  .president-head__flex .jp {
    font-size: 12px;
    letter-spacing: 0.24px;
  }
}

/*========================
president-slogan
========================*/
.president-slogan .slogan {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 180%;
  /* 57.6px */
}
@media screen and (max-width: 767px) {
  .president-slogan .slogan {
    font-size: 22px;
  }
}
.president-slogan .img {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .president-slogan .img {
    margin-top: 16px;
  }
}
.president-slogan .img img {
  border-radius: 16px;
}

/*========================
president-belief
========================*/
.president-belief {
  background: #F7F7F7;
}
.president-belief .inner {
  max-width: 960px;
}
.president-belief .content {
  background: white;
  border-radius: 16px;
  padding: 88px;
}
@media screen and (max-width: 767px) {
  .president-belief .content {
    padding: 32px 24px;
  }
}
.president-belief .item:not(:first-child) {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .president-belief .item:not(:first-child) {
    margin-top: 48px;
  }
}
.president-belief h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  /* 36px */
  letter-spacing: -0.2px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .president-belief h3 {
    font-size: 16px;
    letter-spacing: -0.16px;
  }
}
.president-belief h3 span {
  padding-left: 16px;
  border-left: 2px solid #000;
  display: inline-block;
  line-height: 1.6;
}
.president-belief p {
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  /* 228.571% */
}
@media screen and (max-width: 767px) {
  .president-belief p {
    font-size: 12px;
    line-height: 24px;
    /* 200% */
    letter-spacing: -0.12px;
  }
}
.president-belief p strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  /* 32.4px */
  letter-spacing: -0.18px;
}
.president-belief .end {
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
  /* 25.2px */
}
@media screen and (max-width: 767px) {
  .president-belief .end {
    font-size: 12px;
  }
}

/*========================
president-profile
========================*/
.president-profile .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .president-profile .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.president-profile .img {
  max-width: 558px;
}
.president-profile .img img {
  border-radius: 8px;
}
.president-profile .content .en {
  font-size: 64px;
  font-weight: 400;
  line-height: 80%;
  /* 51.2px */
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
}
@media screen and (max-width: 767px) {
  .president-profile .content .en {
    font-size: 48px;
    letter-spacing: 0.96px;
  }
}
.president-profile .content .jp {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: 0.32px;
  margin: 16px 0 32px;
  color: #999999;
}
@media screen and (max-width: 767px) {
  .president-profile .content .jp {
    margin: 16px 0 24px;
    font-size: 12px;
    letter-spacing: 0.24px;
  }
}
.president-profile .content .wrap {
  padding-left: 24px;
  border-left: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .president-profile .content .wrap {
    padding-left: 16px;
  }
}
.president-profile .content .post {
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  /* 28.8px */
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .president-profile .content .post {
    font-size: 16px;
  }
}
.president-profile .content .birthday {
  font-family: "din-condensed", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  /* 27px */
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .president-profile .content .birthday {
    font-size: 16px;
  }
}
.president-profile .content .birthday span {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .president-profile .content .birthday span {
    font-size: 20px;
  }
}
.president-profile .bottom {
  border-radius: 16px;
  background: #F9F9F9;
  margin-top: 48px;
  padding: 80px;
}
@media screen and (max-width: 767px) {
  .president-profile .bottom {
    padding: 32px;
    padding-top: 40px;
  }
}
.president-profile .bottom h3 {
  margin-bottom: 48px;
  font-size: 24px;
  font-weight: 700;
  line-height: 80%;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 767px) {
  .president-profile .bottom h3 {
    font-size: 20px;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
  }
}
.president-profile .bottom h3 span {
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
  font-size: 56px;
  font-weight: 400;
  letter-spacing: 1.12px;
}
@media screen and (max-width: 767px) {
  .president-profile .bottom h3 span {
    font-size: 40px;
    letter-spacing: 0.8px;
  }
}
.president-profile .bottom .list {
  position: relative;
}
.president-profile .bottom .list::after {
  content: "";
  position: absolute;
  left: 2.5px;
  width: 0.5px;
  height: 100%;
  top: 0;
  z-index: 0;
  background-image: linear-gradient(to bottom, #999999 2px, transparent 2px);
  background-size: 0.5px 4px;
  background-repeat: repeat-y;
  background-position: left top;
}
.president-profile .bottom .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .president-profile .bottom .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-left: 38px;
  }
}
.president-profile .bottom .item:first-child::after {
  content: "";
  background: #F9F9F9;
  height: 50%;
  width: 5px;
  top: 0;
  position: absolute;
  z-index: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .president-profile .bottom .item:first-child::after {
    height: 34px;
  }
}
.president-profile .bottom .item:last-child .body {
  border-bottom: 0.5px solid #CCC;
}
.president-profile .bottom .item:last-child::after {
  content: "";
  background: #F9F9F9;
  height: 50%;
  width: 5px;
  bottom: 0;
  position: absolute;
  z-index: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .president-profile .bottom .item:last-child::after {
    height: calc(100% - 34px);
  }
}
.president-profile .bottom .item::before {
  content: "";
  background: #333;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .president-profile .bottom .item::before {
    -webkit-transform: none;
            transform: none;
    top: 34px;
  }
}
.president-profile .bottom .head {
  width: 88px;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  /* 48px */
  font-family: "din-condensed", sans-serif;
  padding-left: 38px;
}
@media screen and (max-width: 767px) {
  .president-profile .bottom .head {
    border-top: 0.5px solid #CCC;
    width: 100%;
    padding-left: 0;
    padding-top: 12px;
  }
}
.president-profile .bottom .body {
  width: calc(100% - 88px - 80px);
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
  /* 25.2px */
  border-top: 0.5px solid #CCC;
  padding: 32px 0;
}
@media screen and (max-width: 767px) {
  .president-profile .bottom .body {
    border-top: none;
    width: 100%;
    font-size: 12px;
    padding: 0;
    padding-bottom: 12px;
  }
}

/*========================
membership
========================*/
.membership-page .section {
  padding: 144px 0;
}
@media screen and (max-width: 767px) {
  .membership-page .section {
    padding: 72px 0;
  }
}
.membership-page h2 {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .membership-page h2 {
    margin-bottom: 40px;
  }
}

.membership-flow {
  margin-bottom: 144px;
}
@media screen and (max-width: 767px) {
  .membership-flow {
    margin-bottom: 104px;
  }
}
.membership-flow .toptext {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 200%;
  /* 36px */
  margin-bottom: 144px;
}
@media screen and (max-width: 767px) {
  .membership-flow .toptext {
    font-size: 16px;
    line-height: 220%;
    /* 35.2px */
    margin-bottom: 104px;
  }
}

.membership-flow__items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 190px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .membership-flow__items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 0;
    border-radius: 10px;
    background: #F6F6F6;
    padding: 32px;
  }
}
.membership-flow__items .item:not(:first-child) {
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  .membership-flow__items .item:not(:first-child) {
    margin-top: 58px;
  }
}
.membership-flow__items .item:not(:last-child)::before {
  content: "";
  background: url(../img/right-arrow-gray.svg) no-repeat center center/contain;
  position: absolute;
  width: 20px;
  height: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  bottom: -48px;
}
@media screen and (max-width: 767px) {
  .membership-flow__items .item:not(:last-child)::before {
    bottom: -38px;
  }
}
@media screen and (max-width: 767px) {
  .membership-flow__items .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
.membership-flow__items .head {
  max-width: 175px;
  width: 100%;
  background: #333;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  line-height: 90%;
  /* 30.6px */
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .membership-flow__items .head {
    max-width: 63px;
    font-size: 27px;
    background: transparent;
    color: #111111;
  }
}
.membership-flow__items .head .num {
  font-size: 88px;
  font-weight: 300;
  letter-spacing: -3.52px;
  line-height: 80px;
}
@media screen and (max-width: 767px) {
  .membership-flow__items .head .num {
    font-size: 80px;
    letter-spacing: -3.2px;
    line-height: 72px;
    font-weight: 300;
  }
}
.membership-flow__items .body {
  width: calc(100% - 175px);
  background: #F6F6F6;
  border-radius: 0 10px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  padding: 32px;
  padding-left: 71px;
}
.membership-flow__items .content h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  /* 48px */
  letter-spacing: -0.32px;
  color: #111111;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .membership-flow__items .content h3 {
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 500;
  }
}
.membership-flow__items .content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: -0.14px;
}
@media screen and (max-width: 767px) {
  .membership-flow__items .content p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
  }
}
.membership-flow__items .box {
  min-height: 127px;
  padding: 11px 20px 18px;
  background: white;
  border-radius: 4px;
  max-width: 273px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .membership-flow__items .box {
    margin-top: 24px;
    padding: 11px 16px 18px;
    min-height: 0;
  }
}
.membership-flow__items .box h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: -0.14px;
  border-bottom: 1px solid #DDD;
  padding-bottom: 9px;
  margin-bottom: 10px;
}
.membership-flow__items .box p {
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  /* 19.2px */
  letter-spacing: -0.12px;
}

@media screen and (max-width: 767px) {
  .membership-activities {
    padding-bottom: 62px;
  }
}

.membership-activities__items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .membership-activities__items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.membership-activities__items .item:not(:first-child) {
  margin-top: 64px;
}
.membership-activities__items .item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .membership-activities__items .item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.membership-activities__items .img {
  width: 48.727%;
}
@media screen and (max-width: 767px) {
  .membership-activities__items .img {
    width: 100%;
  }
}
.membership-activities__items .img img {
  border-radius: 8px;
}
.membership-activities__items .content {
  width: 45.454%;
}
@media screen and (max-width: 767px) {
  .membership-activities__items .content {
    width: 100%;
  }
}
.membership-activities__items .content h3 .jp {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 767px) {
  .membership-activities__items .content h3 .jp {
    font-size: 32px;
  }
}
.membership-activities__items .content h3 .en {
  color: #AAA;
  font-family: "din-condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin: 8px 0 24px;
}
@media screen and (max-width: 767px) {
  .membership-activities__items .content h3 .en {
    font-size: 14px;
    margin: 8px 0 16px;
  }
}
.membership-activities__items .content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  /* 242.857% */
  letter-spacing: -0.14px;
}

.membership-interview {
  background: url(../img/membership-interview-bg.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .membership-interview {
    background: url(../img/membership-interview-bg-sp.svg) no-repeat center center/cover;
    padding-top: 87px !important;
    padding-bottom: 95px !important;
  }
  .membership-interview .inner {
    position: relative;
  }
  .membership-interview h2 {
    text-align: left;
    position: absolute;
    left: 0;
    padding-left: 24px;
    top: -117px;
  }
}

.membership-interview__items .item {
  width: 45.45454%;
}
@media screen and (max-width: 767px) {
  .membership-interview__items .item {
    width: 100%;
  }
}
.membership-interview__items .item:nth-child(even) {
  margin-left: auto;
  margin-top: -175px;
  margin-bottom: -120px;
}
@media screen and (max-width: 767px) {
  .membership-interview__items .item:nth-child(even) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .membership-interview__items .item:not(:first-child) {
    margin-top: 64px;
  }
}
.membership-interview__items .img {
  margin-bottom: 32px;
}
.membership-interview__items .img img {
  border-radius: 8px;
}
.membership-interview__items .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 32px 0 40px;
}
@media screen and (max-width: 767px) {
  .membership-interview__items .wrap {
    margin: 32px 0 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.membership-interview__items .name {
  color: #111111;
  font-family: "din-condensed", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 80%;
  /* 32px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .membership-interview__items .name {
    font-size: 32px;
    letter-spacing: 0.64px;
  }
}
.membership-interview__items .name span {
  margin-right: 16px;
}
.membership-interview__items .name .jp {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: 0.32px;
  color: #999999;
}
@media screen and (max-width: 767px) {
  .membership-interview__items .name .jp {
    font-size: 12px;
    letter-spacing: 0.24px;
    display: block;
    margin-top: 8px;
  }
}
.membership-interview__items .join {
  font-family: "din-condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 4px;
  background: #FFF;
  padding: 8px 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .membership-interview__items .join {
    font-size: 14px;
    letter-spacing: 0.7px;
    padding: 7px 12px;
  }
}
.membership-interview__items a:hover {
  opacity: 0.7;
}
.membership-interview__items .view-detail {
  font-family: "din-condensed", sans-serif;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  /* 24px */
  letter-spacing: 2.88px;
  text-transform: uppercase;
  padding-right: 64px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .membership-interview__items .view-detail {
    font-size: 20px;
    padding-right: 44px;
  }
}
.membership-interview__items .view-detail::before {
  content: "";
  background: url(../img/Button.png) no-repeat center center/contain;
  position: absolute;
  width: 48px;
  height: 48px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .membership-interview__items .view-detail::before {
    width: 32px;
    height: 32px;
  }
}
.membership-interview__items .view-detail:hover {
  opacity: 0.7;
}

.membership-contact {
  padding-bottom: 103px;
}
.membership-contact h2 {
  margin-bottom: 16px;
}

.membership-contact__box {
  border-radius: 8px;
  padding: 56px 20px;
  background: url(../img/membership-contact-bg.jpg) no-repeat center center/cover;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .membership-contact__box {
    padding: 48px 16px;
  }
}
.membership-contact__box p {
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: -0.16px;
}
@media screen and (max-width: 767px) {
  .membership-contact__box p {
    font-size: 14px;
  }
}

/*========================
events
========================*/
.events-page {
  margin: 0 auto;
  padding: 144px 0 183px;
}
@media screen and (max-width: 767px) {
  .events-page {
    padding: 72px 0 101px;
  }
}

.events-page__item .flex-img {
  max-width: 753px;
  width: 49.8015%;
}
@media screen and (max-width: 767px) {
  .events-page__item .flex-img {
    padding-left: 48px;
    width: 100%;
  }
}
.events-page__item.item1-2 {
  max-width: 938px;
  margin-top: -50px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .events-page__item.item1-2 {
    margin-top: -12px;
  }
}
.events-page__item.item2-2 {
  max-width: 1117px;
  margin-top: -53px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .events-page__item.item2-2 {
    margin-top: -10px;
  }
}
.events-page__item.item3-2 {
  max-width: 1122px;
  margin-top: -31px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .events-page__item.item3-2 {
    margin-top: -10px;
  }
}
.events-page__item .content {
  border-radius: 8px;
  border: 1px solid #EEE;
  background: white;
  padding: 64px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1099.5px) and (min-width: 768px) {
  .events-page__item .content {
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .events-page__item .content {
    padding: 32px;
    margin-top: -16px;
    width: calc(100% - 16px - 40px);
  }
}
.events-page__item .content .en {
  font-family: "din-condensed", sans-serif;
  color: #999999;
  font-weight: 700;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 1099.5px) and (min-width: 768px) {
  .events-page__item .content .en {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}
@media screen and (max-width: 767px) {
  .events-page__item .content .en {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}
.events-page__item .content .jp {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 4.8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1099.5px) and (min-width: 768px) {
  .events-page__item .content .jp {
    font-size: 28px;
    letter-spacing: 2.8px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .events-page__item .content .jp {
    font-size: 28px;
    letter-spacing: 2.8px;
    margin-bottom: 8px;
  }
}
.events-page__item .content p {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 2.56px;
}
@media screen and (max-width: 1099.5px) and (min-width: 768px) {
  .events-page__item .content p {
    font-size: 18px;
    letter-spacing: 1.44px;
  }
}
@media screen and (max-width: 767px) {
  .events-page__item .content p {
    font-size: 18px;
    letter-spacing: 1.44px;
  }
}
.events-page__item.events-page__item--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .events-page__item.events-page__item--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.events-page__item.events-page__item--flex:not(:first-child) {
  margin-top: 144px;
}
@media screen and (max-width: 767px) {
  .events-page__item.events-page__item--flex:not(:first-child) {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .events-page__item.events-page__item--flex.events-page__item--left {
    padding-right: 0;
  }
}
.events-page__item.events-page__item--flex.events-page__item--left img {
  border-radius: 0px 8px 8px 0px;
}
@media screen and (max-width: 767px) {
  .events-page__item.events-page__item--flex.events-page__item--left img {
    border-radius: 8px 0px 0px 8px;
  }
}
.events-page__item.events-page__item--flex.events-page__item--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .events-page__item.events-page__item--flex.events-page__item--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
}
.events-page__item.events-page__item--flex.events-page__item--right img {
  border-radius: 8px 0px 0px 8px;
}
.events-page__item.events-page__item--left {
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .events-page__item.events-page__item--left {
    padding-right: 17px;
  }
}
.events-page__item.events-page__item--left .content {
  margin-left: -64px;
}
@media screen and (max-width: 767px) {
  .events-page__item.events-page__item--left .content {
    margin-left: 16px;
    margin-right: 40px;
  }
}
.events-page__item.events-page__item--right {
  margin-left: auto;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .events-page__item.events-page__item--right {
    padding-left: 0;
    padding-right: 17px;
  }
}
.events-page__item.events-page__item--right .content {
  margin-right: -64px;
}
@media screen and (max-width: 767px) {
  .events-page__item.events-page__item--right .content {
    margin-left: 16px;
    margin-right: 40px;
  }
}

.events-page__text {
  margin-top: 59px;
  font-size: 14px;
  font-weight: 400;
  line-height: 220%;
  /* 30.8px */
  letter-spacing: -0.14px;
}
@media screen and (max-width: 767px) {
  .events-page__text {
    margin-top: 40px;
    font-size: 13px;
    line-height: 26px;
    /* 200% */
    letter-spacing: -0.13px;
  }
}
.events-page__text .inner {
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .events-page__text .inner {
    padding: 0 40px;
  }
}

/*========================
interview
========================*/
.interview-head {
  overflow: hidden;
  height: 684px;
  position: relative;
  color: white;
}
@media screen and (max-width: 767px) {
  .interview-head {
    height: 298px;
  }
}
.interview-head .bg-img {
  height: 684px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.interview-head .bg-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 58% 14%;
     object-position: 58% 14%;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .interview-head .bg-img {
    height: 298px;
  }
  .interview-head .bg-img img {
    -o-object-position: 78% 0%;
       object-position: 78% 0%;
  }
}
.interview-head .inner {
  max-width: 1190px;
  position: absolute;
  width: calc(100% - 80px);
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .interview-head .inner {
    width: calc(100% - 64px);
    top: 90px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}
.interview-head .number {
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  line-height: 80%;
  /* 12.8px */
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .interview-head .number {
    font-size: 12px;
    letter-spacing: 0.24px;
  }
}
.interview-head .en {
  margin: 32px 0 16px;
  font-family: "din-condensed", sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 80%;
  /* 96px */
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
@media screen and (max-width: 1099.5px) and (min-width: 768px) {
  .interview-head .en br.is-sp {
    display: inline !important;
  }
}
@media screen and (max-width: 767px) {
  .interview-head .en {
    margin: 16px 0 8px;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.64px;
  }
}
.interview-head .jp {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: 0.36px;
}
@media screen and (max-width: 767px) {
  .interview-head .jp {
    font-size: 12px;
    letter-spacing: 0.24px;
  }
}
.interview-head .join {
  margin: 32px 0;
  display: inline-block;
  color: #333;
  padding: 0 8px;
  border-radius: 4px;
  background: white;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .interview-head .join {
    margin: 12px 0;
    font-size: 12px;
  }
}
.interview-head .join span {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}
.interview-head .company {
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}
@media screen and (max-width: 767px) {
  .interview-head .company {
    font-size: 12px;
    font-weight: 500;
  }
}

.interview-body {
  background: url(../img/interview-page-bg.jpg) lightgray 50%/cover no-repeat;
  padding: 72px 0 136px;
}
@media screen and (max-width: 767px) {
  .interview-body {
    padding: 56px 0 103px;
  }
}
.interview-body .inner {
  max-width: 824px;
}

.interview-body__items .item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .interview-body__items .item:not(:first-child) {
    margin-top: 48px;
  }
}
.interview-body__items h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.24px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .interview-body__items h2 {
    font-size: 20px;
    letter-spacing: -0.2px;
  }
}
.interview-body__items .icon {
  font-family: "din-condensed", sans-serif;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 767px) {
  .interview-body__items .icon {
    font-size: 40px;
    letter-spacing: -0.4px;
  }
}
.interview-body__items p {
  border-radius: 8px;
  background: white;
  padding: 32px 56px;
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
  /* 242.857% */
  letter-spacing: -0.14px;
}
@media screen and (max-width: 767px) {
  .interview-body__items p {
    padding: 24px;
    font-size: 13px;
    line-height: 28px;
    /* 215.385% */
    letter-spacing: -0.13px;
  }
}

.interview-body__img {
  max-width: 1218px;
  margin: 72px 0;
}

.interview-body__img--1 {
  margin-left: auto;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .interview-body__img--1 {
    padding-left: 24px;
  }
}
.interview-body__img--1 img {
  border-radius: 8px 0px 0px 8px;
}

.interview-body__img--2 {
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .interview-body__img--2 {
    padding-right: 24px;
  }
}
.interview-body__img--2 img {
  border-radius: 0px 8px 8px 0px;
}

/*========================
board
========================*/
.board {
  padding: 144px 0;
}
@media screen and (max-width: 767px) {
  .board {
    padding: 72px 0;
  }
}
.board .inner {
  max-width: 1200px;
}

.board__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 4%;
}
@media screen and (max-width: 767px) {
  .board__items {
    gap: 24px 4.8929%;
  }
}
.board__items .item {
  width: 30.25%;
}
@media screen and (max-width: 767px) {
  .board__items .item {
    width: 47.4%;
  }
}
.board__items .img img {
  border-radius: 9px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 363/495;
}
.board__items .group {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  margin: 4px 0 8px;
  /* 28.8px */
}
@media screen and (max-width: 767px) {
  .board__items .group {
    margin: 4px 0 8px;
    font-size: 11px;
    line-height: 140%;
    /* 15.4px */
  }
}
.board__items .post {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  background: #111111;
  border-radius: 4px;
  padding: 0px 8px;
  display: inline-block;
  color: white;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .board__items .post {
    padding: 3px 8px;
    font-size: 11px;
    line-height: 140%;
    /* 15.4px */
    margin-top: 11px;
  }
}
.board__items .company {
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  /* 25.2px */
  margin: 8px 0 10px;
}
@media screen and (max-width: 767px) {
  .board__items .company {
    margin: 4px 0 8px;
    font-size: 11px;
    line-height: 140%;
    /* 15.4px */
  }
}
.board__items .en {
  margin-bottom: 8px;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
  /* 32px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
}
@media screen and (max-width: 767px) {
  .board__items .en {
    font-size: 19px;
    line-height: 100%;
    /* 19px */
    letter-spacing: 0.38px;
    margin-bottom: 3px;
  }
}
.board__items .jp {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .board__items .jp {
    font-size: 11px;
    letter-spacing: 0.22px;
  }
}