@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(0, 0, 0);
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 374px) {
  html, body {
    font-size: 12.8px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 1rem;
}

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

.select-wrap {
  position: relative;
}
.select-wrap::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  z-index: 2;
  width: 15px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}

input[type=submit],
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  border: 1px solid rgb(190, 190, 190);
  padding: 10px;
  border-radius: 5px;
}

section {
  padding: 100px 0;
}
section.section-bottom {
  padding-bottom: 0;
}

.contents-wrapper {
  width: calc(100% - 100px);
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contents-wrapper {
    width: 80%;
  }
}

.ipad-block {
  display: none;
}
@media (max-width: 1023px) {
  .ipad-block {
    display: block;
  }
}

@media (max-width: 1023px) {
  .ipad-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.main-contents {
  text-align: left;
  word-wrap: break-word;
  line-height: 200%;
}
.main-contents p:not(:last-child) {
  margin-bottom: 15px;
}
.main-contents img:not(.emoji) {
  width: 50% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main-contents img:not(.emoji) {
    width: 100% !important;
  }
}

.left-float {
  float: left;
}

.right-float {
  float: right;
}

.clear {
  clear: both;
}

img, iframe {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

a:hover {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.color-black {
  color: rgb(0, 0, 0);
}

.color-white {
  color: rgb(255, 255, 255);
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.block-item {
  display: block;
}

.inlineblock-item {
  display: inline-block;
}

.inline-item {
  display: inline;
}

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

.right-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.white-space {
  white-space: nowrap;
}

figure {
  margin: 0;
  padding: 0;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 0.6s ease;
  transition: opacity 1s ease, -webkit-transform 0.6s ease;
  transition: opacity 1s ease, transform 0.6s ease;
  transition: opacity 1s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.fade.active {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1s ease, -webkit-transform 0.6s ease;
  transition: opacity 1s ease, -webkit-transform 0.6s ease;
  transition: opacity 1s ease, transform 0.6s ease;
  transition: opacity 1s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.fade-up.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.step-box {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.step-box.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.loading-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a0b2b), color-stop(50%, #1b1f27), to(#112b2b));
  background: linear-gradient(to bottom, #0a0b2b 0%, #1b1f27 50%, #112b2b 100%);
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.loading-box .header-logo {
  position: relative;
  overflow: hidden;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 767px) {
  .loading-box .header-logo {
    font-size: 1.8rem;
  }
}
.loading-box .header-logo div {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: zoomUp 0.8s linear 0s normal both;
          animation: zoomUp 0.8s linear 0s normal both;
}
.loading-box .header-logo img {
  width: 200px;
}
@media (max-width: 767px) {
  .loading-box .header-logo img {
    width: 100px;
  }
}
.loading-box.fade-out {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  pointer-events: none;
}

@-webkit-keyframes zoomUp {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomUp {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  background-color: rgb(16, 43, 42);
}

body {
  color: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(#0a0b2b), color-stop(50%, #1b1f27), to(#112b2b));
  background: linear-gradient(to bottom, #0a0b2b 0%, #1b1f27 50%, #112b2b 100%);
  background-repeat: no-repeat;
}
body.loading-active {
  overflow: hidden;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  padding: 10px 0 0;
}
.header .contents-wrapper {
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1140px) {
  .header .contents-wrapper {
    width: calc(100% - 40px);
  }
}

.header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.4rem;
}
@media (max-width: 1140px) {
  .header-logo a {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .header-logo a {
    font-size: 1rem;
  }
}
.header-logo img {
  width: 100px;
}
@media (max-width: 767px) {
  .header-logo img {
    width: 50px;
  }
}

.header-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: auto;
}
@media (max-width: 1023px) {
  .header-menu-list {
    display: none;
  }
}
.header-menu-list li:not(:last-child)::after {
  content: "|";
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1340px) {
  .header-menu-list li:not(:last-child)::after {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
.header-menu-list a {
  padding-inline: 10px;
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1340px) {
  .header-menu-list a {
    font-size: 1rem;
  }
}
@media (max-width: 1140px) {
  .header-menu-list a {
    padding-inline: 5px;
  }
}
.header-menu-list a:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}

.sp-navigation {
  display: none;
}
@media (max-width: 1023px) {
  .sp-navigation {
    display: block;
  }
}
.sp-navigation button.drawer-hamburger {
  top: 20px;
  right: 20px;
}
@media (max-width: 767px) {
  .sp-navigation button.drawer-hamburger {
    top: 0px;
    right: 10px;
  }
}
.sp-navigation button.drawer-hamburger .drawer-hamburger-icon {
  background-color: rgb(242, 242, 242);
}
.sp-navigation button.drawer-hamburger .drawer-hamburger-icon::before, .sp-navigation button.drawer-hamburger .drawer-hamburger-icon::after {
  background-color: rgb(242, 242, 242);
}
.sp-navigation .drawer-nav {
  padding: 100px 20px 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a0b2b), color-stop(50%, #1b1f27), to(#112b2b));
  background: linear-gradient(to bottom, #0a0b2b 0%, #1b1f27 50%, #112b2b 100%);
}
@media (max-width: 767px) {
  .sp-navigation .drawer-nav {
    padding-top: 70px;
  }
}
.sp-navigation .drawer-nav li:not(:last-child) {
  margin-bottom: 15px;
}
.sp-navigation .drawer-nav .header-logo {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sp-navigation .drawer-nav .header-logo {
    margin-bottom: 30px;
  }
}
.sp-navigation .drawer-nav .header-logo a {
  font-size: 1rem;
}
.sp-navigation .drawer-nav .header-logo img {
  margin: 0;
  width: 70px;
}
.sp-navigation .drawer-nav a {
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.sp-navigation .drawer-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.sp-navigation .drawer-menu a:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.sp-navigation .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.sp-navigation .sns a {
  width: 50px;
}

.drawer--right.drawer-open button.drawer-hamburger {
  right: 20px;
}
@media (max-width: 767px) {
  .drawer--right.drawer-open button.drawer-hamburger {
    right: 10px;
  }
}
.drawer--right.drawer-open button.drawer-hamburger .drawer-hamburger-icon {
  background-color: transparent;
}

.copy-right {
  padding: 10px 0;
  text-align: center;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .copy-right {
    padding-bottom: 70px;
  }
}

.sns-box {
  position: fixed;
  top: 200px;
  right: 20px;
  width: 100px;
  z-index: 100;
}
@media (max-width: 1440px) {
  .sns-box {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .sns-box {
    top: auto;
    bottom: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 80px;
    gap: 10px;
  }
}
.sns-box a {
  display: block;
}
@media (max-width: 767px) {
  .sns-box a {
    width: calc((100% - 10px) / 2);
  }
}
.sns-box a:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sns-box a:not(:last-child) {
    margin-bottom: 10px;
  }
}

.fv-saection {
  padding-bottom: 150px;
  height: 100vh;
  min-height: 870px;
  position: relative;
}
@media (max-width: 1023px) {
  .fv-saection {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .fv-saection {
    padding-bottom: 130px;
    height: 500px;
    min-height: auto;
  }
}
.fv-saection .fv-swiper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.fv-saection .fv-swiper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv-saection > .contents-wrapper {
  position: relative;
  max-width: 1500px;
  z-index: 3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-shadow: 0 0 5px rgba(127, 167, 247, 0.75), 0 0 8px rgba(127, 167, 247, 0.75);
}
@media (max-width: 1023px) {
  .fv-saection > .contents-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .fv-saection > .contents-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@-webkit-keyframes fvFade {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fvFade {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.fv-title {
  -webkit-animation: fvFade 3s linear 1.5s normal both;
          animation: fvFade 3s linear 1.5s normal both;
}
.fv-title .ja {
  margin-bottom: 40px;
  display: block;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: clamp(1.2rem, 0.629rem + 0.89vw, 1.7rem);
}
@media (max-width: 767px) {
  .fv-title .ja {
    font-size: 1.2rem;
  }
}
.fv-title .en {
  display: block;
  font-size: clamp(5rem, 3.857rem + 1.79vw, 6rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Josefin Sans", sans-serif;
  text-shadow: 0 0 5px rgba(127, 167, 247, 0.75), 0 0 8px rgba(127, 167, 247, 0.75);
}
@media (max-width: 1023px) {
  .fv-title .en {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .fv-title .en {
    font-size: 3.2rem;
  }
}

.news-section {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .news-section {
    padding: 15px 0;
  }
}

.top-news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-news-wrapper .title {
  width: 150px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.8rem;
  text-shadow: 0 0 5px rgba(127, 167, 247, 0.75), 0 0 8px rgba(127, 167, 247, 0.75);
  font-weight: 500;
  border-right: 1px solid rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .top-news-wrapper .title {
    border: none;
    margin-bottom: 10px;
    width: 100%;
    font-size: 1.5rem;
  }
}
.top-news-wrapper .news-swiper {
  width: calc(100% - 150px);
  height: 1.5rem;
}
@media (max-width: 767px) {
  .top-news-wrapper .news-swiper {
    height: 1.5rem;
    width: 100%;
  }
}
.top-news-wrapper div.swiper-slide a {
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .top-news-wrapper div.swiper-slide a {
    padding-left: 0;
  }
}
.top-news-wrapper div.swiper-slide .news-date {
  width: 100px;
}
.top-news-wrapper div.swiper-slide .news-title {
  width: calc(100% - 100px);
}
.top-news-wrapper div.swiper-slide .news-title span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-title {
  margin-bottom: 50px;
  text-align: center;
}
.top-title .en {
  margin-bottom: 10px;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 4.4rem;
  text-shadow: 0 0 5px rgba(127, 167, 247, 0.75), 0 0 10px rgba(127, 167, 247, 0.75);
}
@media (max-width: 1023px) {
  .top-title .en {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .top-title .en {
    font-size: 2.2rem;
  }
}
.top-title .ja {
  font-weight: 500;
  letter-spacing: 0.16em;
}
@media (max-width: 767px) {
  .top-title .ja {
    font-size: 0.8rem;
  }
}

.main-text {
  letter-spacing: 0.16em;
  line-height: 31px;
}
@media (max-width: 767px) {
  .main-text {
    line-height: 23px;
  }
}

.hidden-wrapper {
  overflow: hidden;
}

.about-section {
  position: relative;
}
.about-section .about-bg-deco {
  position: absolute;
  top: 0;
  right: -50px;
  width: 90%;
}
.about-section .contents-wrapper {
  position: relative;
  z-index: 2;
}

.about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  gap: 60px;
}
@media (max-width: 1023px) {
  .about-wrapper {
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.about-wrapper .image-box {
  width: calc((100% - 60px) / 2);
  position: relative;
}
@media (max-width: 1023px) {
  .about-wrapper .image-box {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .about-wrapper .image-box {
    width: 100%;
  }
}
.about-wrapper .image-box::after {
  position: absolute;
  top: 10px;
  right: 10px;
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 100%;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 33px;
}
.about-wrapper .image-box img {
  position: relative;
  z-index: 2;
  border-radius: 33px;
  border: 2px solid rgb(255, 255, 255);
  margin-right: 0;
  width: calc(100% - 10px);
}
.about-wrapper .text-box {
  width: calc((100% - 60px) / 2);
}
@media (max-width: 1023px) {
  .about-wrapper .text-box {
    width: 100%;
  }
}

.our7-section {
  position: relative;
}
.our7-section .our7-bg-deco {
  position: absolute;
  left: -30%;
  bottom: -10%;
  width: 90%;
}
.our7-section .contents-wrapper {
  position: relative;
  z-index: 2;
}

.our7-first-text {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .our7-first-text {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .our7-first-text.mission {
    text-align: left;
  }
  .our7-first-text.mission .inlineblock-item {
    display: inline;
  }
}

.our7-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 30px 50px;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1023px) {
  .our7-wrapper {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .our7-wrapper {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.our7-wrapper .our7-box {
  padding: 10px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 32px;
  color: rgb(255, 255, 255);
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#3274a7), to(#b94c8b));
  background: linear-gradient(to bottom, #3274a7 0%, #b94c8b 100%);
}
.our7-wrapper .our7-box img {
  margin: 10px auto;
}
.our7-wrapper .our7-box .small {
  display: block;
}
.our7-wrapper .our7-box .big {
  font-size: 1.4rem;
}
@media (max-width: 1055px) {
  .our7-wrapper .our7-box .big {
    font-size: 1.3rem;
  }
}

.more-link {
  display: block;
  width: 100%;
  max-width: 200px;
  border-radius: 15px;
  padding: 10px;
  line-height: 1rem;
  color: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(#3274a7), to(#b94c8b));
  background: linear-gradient(to right, #3274a7 0%, #b94c8b 100%);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  text-align: center;
  margin: 20px 0 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .more-link {
    margin: 20px auto 0;
  }
}
.more-link:hover {
  -webkit-box-shadow: 0 0 5px rgba(127, 167, 247, 0.75), 0 0 10px rgba(127, 167, 247, 0.75);
          box-shadow: 0 0 5px rgba(127, 167, 247, 0.75), 0 0 10px rgba(127, 167, 247, 0.75);
}

.mission-list li:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .mission-list li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.mission-list li a {
  padding: 30px;
  background-color: rgb(242, 242, 242);
  border-radius: 40px;
  color: rgb(0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .mission-list li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 20px;
  }
}
.mission-list li a:hover .more-link {
  -webkit-box-shadow: 0 0 5px rgba(127, 167, 247, 0.75), 0 0 10px rgba(127, 167, 247, 0.75);
          box-shadow: 0 0 5px rgba(127, 167, 247, 0.75), 0 0 10px rgba(127, 167, 247, 0.75);
}
.mission-list li .logo-image {
  width: 30%;
  padding-right: 30px;
  border-right: 1px solid rgb(0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .mission-list li .logo-image {
    width: 100%;
    border-right: none;
    padding-right: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(0, 0, 0);
  }
}
.mission-list li .logo-image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.mission-list li .text-box {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: calc(70% - 30px);
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.mission-list li .title {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
}
.mission-list li .contens-box .inner-text {
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 3; /* 行数を制限 */
  overflow: hidden;
}
.mission-list li .text-inner-image {
  width: 40%;
}
@media (max-width: 1023px) {
  .mission-list li .text-inner-image {
    width: 50%;
    margin: auto;
  }
}
.mission-list li .inner-text {
  width: calc(60% - 20px);
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
@media (max-width: 1023px) {
  .mission-list li .inner-text {
    width: 100%;
  }
}

.mentor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
.mentor-list li {
  width: calc((100% - 60px) / 3);
}
@media (max-width: 1023px) {
  .mentor-list li {
    width: calc((100% - 30px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .mentor-list li {
    width: 100%;
  }
}
.mentor-list .image-box {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .mentor-list .image-box {
    width: 80%;
    margin: auto;
  }
}
.mentor-list .image-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mentor-list .text-box {
  position: relative;
  z-index: 2;
  margin-top: -30px;
  background-color: rgb(242, 242, 242);
  color: rgb(0, 0, 0);
}
@media (max-width: 1023px) {
  .mentor-list .text-box {
    width: 100%;
  }
}
.mentor-list .text-box .comapny {
  padding: 10px;
  font-size: 0.8rem;
  color: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(#3274a7), to(#b94c8b));
  background: linear-gradient(to right, #3274a7 0%, #b94c8b 100%);
}
.mentor-list .text-box .inner-text {
  padding: 20px;
}
.mentor-list .text-box .name {
  text-align: center;
}
.mentor-list .text-box .name .ja {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}
.mentor-list .text-box .name .en {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 500;
}
.mentor-list .text-box .contents {
  margin-top: 10px;
  font-size: 0.7rem;
}

.demo-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-image: url("../../images/demo-bg.png");
}
@media (max-width: 1023px) {
  .demo-section {
    background-attachment: scroll;
  }
}
.demo-section .contents-wrapper {
  position: relative;
  z-index: 2;
}

.demo-first-wrapper {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
.demo-first-wrapper .text-box,
.demo-first-wrapper .image-box {
  width: calc((100% - 30px) / 2);
}
@media (max-width: 767px) {
  .demo-first-wrapper .text-box,
  .demo-first-wrapper .image-box {
    width: 100%;
  }
}
.demo-first-wrapper p:not(:last-child) {
  margin-bottom: 20px;
}

.demo-sub-title {
  margin-bottom: 30px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .demo-sub-title {
    font-size: 1.2rem;
  }
}

.demo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px 20px;
}
.demo-list li {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 1023px) {
  .demo-list li {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  .demo-list li {
    width: 100%;
  }
}
.demo-list iframe {
  aspect-ratio: 16/9;
}
.demo-list .text-box {
  margin-top: 10px;
}
.demo-list .text-box .title {
  margin-bottom: 10px;
  font-size: 0.8rem;
  text-align: center;
}
.demo-list .text-box .contents {
  font-size: 0.7rem;
}
.demo-list .text-box .link {
  margin: 15px auto 0;
  max-width: 165px;
  display: block;
  border-radius: 25px;
  padding: 10px;
  text-align: center;
  background-color: rgb(209, 231, 220);
  color: rgb(5, 57, 32);
}

.about-table {
  background-color: rgb(242, 242, 242);
  color: rgb(0, 0, 0);
  text-align: left;
}
.about-table th {
  padding: 15px 20px;
  width: 200px;
  font-weight: 400;
  font-size: 1.3rem;
  border-right: 1px solid rgb(204, 204, 204);
}
@media (max-width: 767px) {
  .about-table th {
    width: 100%;
    display: block;
    font-weight: 500;
    padding-bottom: 0;
  }
}
.about-table td {
  padding: 15px 20px;
}
@media (max-width: 767px) {
  .about-table td {
    display: block;
    padding-top: 10px;
    width: 100%;
  }
}
.about-table tr:not(:last-child) th, .about-table tr:not(:last-child) td {
  border-bottom: 1px solid rgb(204, 204, 204);
}
@media (max-width: 767px) {
  .about-table tr:not(:last-child) th {
    border-bottom: none;
  }
}

.page-top-section {
  padding-top: 200px;
}

.top-title.page {
  margin-bottom: 80px;
}
.top-title.page .en {
  font-size: 4.5rem;
}
@media (max-width: 1023px) {
  .top-title.page .en {
    font-size: 3.3rem;
  }
}
@media (max-width: 767px) {
  .top-title.page .en {
    font-size: 2.1rem;
  }
}
.top-title.page.news .ja {
  letter-spacing: 0.78em;
}

.single-wrapper {
  border-radius: 50px;
  background-color: rgb(242, 242, 242);
  color: rgb(0, 0, 0);
  padding: 50px;
}
@media (max-width: 767px) {
  .single-wrapper {
    padding: 30px 15px;
    border-radius: 30px;
  }
}
.single-wrapper .image-box {
  width: 60%;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .single-wrapper .image-box {
    width: 100%;
  }
}

.single-title {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgb(0, 0, 0);
  font-size: 1.8rem;
  font-weight: 700;
}

.single-btn {
  padding: 10px;
  border-radius: 50px;
  margin: 50px auto 0;
  display: block;
  width: 100%;
  max-width: 250px;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: 500;
  font-size: 0.9rem;
}
.single-btn:hover {
  -webkit-box-shadow: 0 0 5px rgba(127, 167, 247, 0.75), 0 0 10px rgba(127, 167, 247, 0.75);
          box-shadow: 0 0 5px rgba(127, 167, 247, 0.75), 0 0 10px rgba(127, 167, 247, 0.75);
}

.wp-pagenavi {
  margin-top: 50px;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  color: rgb(255, 255, 255);
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  font-size: 1.2rem;
  text-shadow: 0 0 5px rgba(127, 167, 247, 0.75), 0 0 10px rgba(127, 167, 247, 0.75);
}

.single-wrapper.mission .single-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .single-wrapper.mission .single-title {
    gap: 10px;
  }
}
.single-wrapper.mission .single-title .logo-image {
  width: 140px;
}
@media (max-width: 1023px) {
  .single-wrapper.mission .single-title .logo-image {
    width: 80px;
  }
}
.single-wrapper.mission .single-title .text {
  width: calc(100% - 140px - 30px);
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
@media (max-width: 1023px) {
  .single-wrapper.mission .single-title .text {
    width: calc(100% - 80px - 10px);
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .single-wrapper.mission .single-title .text {
    width: 100%;
  }
}

.single-link-wrapper {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px 10px;
}
.single-link-wrapper .single-btn {
  margin-top: 0;
}
@media (max-width: 767px) {
  .single-link-wrapper .single-btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
  }
}
.single-link-wrapper a {
  color: rgb(255, 255, 255);
}
/*# sourceMappingURL=main.css.map */