@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  -webkit-text-size-adjust: 100%;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

input,
button,
select,
textarea {
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  font-size: 16px;
}
@media (max-width: 320px) {
  html {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
}

@media screen and (min-width: 768px) {
  a:hover {
    transition: all 0.5s ease;
  }
}

main {
  flex: 1;
}

body {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  background-color: #020828;
}

body.no_scroll {
  overflow: hidden;
}

.page__wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page__wrap--top header {
  background: transparent;
}

.page__container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  z-index: 1;
  transition: 0.8s;
  opacity: 0;
  visibility: hidden;
  animation-name: PageAnimeAppear;
  animation-duration: 0.5s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    visibility: inherit;
  }
}
.page__container.hide {
  opacity: 0;
  transition: 0.5s;
  transform: scale(0.98);
}

.page__title {
  font-family: "Sree Krushnadevaraya", "Noto Sans JP", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  mix-blend-mode: difference;
}
@media screen and (min-width: 768px) {
  .page__title {
    font-size: 3.5rem;
    transition: all 0.5s ease;
  }
}

.page__title--contact--sub {
  display: block;
  font-family: "Abhaya Libre", "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: -0.015em;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .page__title--contact--sub {
    font-size: 0.9375rem;
    margin-top: 0.875rem;
  }
}

.js-header-height .page__title {
  font-size: 1.75rem;
  transition: all 0.8s ease;
}
@media screen and (min-width: 768px) {
  .js-header-height .page__title {
    font-size: 2.75rem;
  }
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 5.1875rem;
  padding: 1.25rem;
  transition: all 1s ease;
}
@media screen and (min-width: 768px) {
  header {
    height: fit-content;
    padding: 0;
    top: 0;
    left: 0;
    padding: 1.25rem 3.5rem;
    display: flex;
    justify-content: space-between;
  }
}

.js-header-height header {
  height: 3.75rem;
  transition: all 1s ease;
}

.hamburger {
  width: 3.3rem;
  height: 3.3rem;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.8s ease;
  z-index: 101;
  top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .hamburger {
    width: 5rem;
    height: 5rem;
    top: 1.375rem;
    right: 1.8125rem;
  }
}

.hamburger__line {
  display: inline-block;
  transition: all 0.5s;
  position: absolute;
  right: 0;
  height: 0.1875rem;
}
.hamburger__line--top {
  width: 80%;
  top: 28%;
  right: 0.625rem;
  background: #03A144;
}
@media screen and (min-width: 768px) {
  .hamburger__line--top {
    width: 3.75rem;
    top: 1.625rem;
  }
}
.hamburger__line--center {
  width: 65%;
  top: 50%;
  right: 0.625rem;
  background: #76BD42;
}
@media screen and (min-width: 768px) {
  .hamburger__line--center {
    width: 2.875rem;
    top: 2.5rem;
  }
}
.hamburger__line--bottom {
  width: 50%;
  top: 72%;
  right: 0.625rem;
  background: #E6365F;
}
@media screen and (min-width: 768px) {
  .hamburger__line--bottom {
    width: 1.8125rem;
    top: 3.3125rem;
  }
}

.hamburger__text {
  font-family: "Abhaya Libre", "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  position: absolute;
  bottom: 1.25rem;
  right: -0.125rem;
  transform: translate(-50%, 20px);
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .hamburger__text {
    bottom: 2rem;
    right: 0.125rem;
  }
}

.hamburger.open .hamburger__line--top {
  width: 2.25rem;
  top: 1.5rem;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .hamburger.open .hamburger__line--top {
    width: 2.75rem;
    top: 1.9375rem;
  }
}
.hamburger.open .hamburger__line--center {
  opacity: 0;
  visibility: hidden;
}
.hamburger.open .hamburger__line--bottom {
  width: 2.25rem;
  top: 1.5rem;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .hamburger.open .hamburger__line--bottom {
    width: 2.75rem;
    top: 1.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .hamburger:hover .hamburger__line--top {
    top: 1.3125rem;
    width: 3.75rem;
  }
  .hamburger:hover .hamburger__line--center {
    width: 3.75rem;
  }
  .hamburger:hover .hamburger__line--bottom {
    top: 3.625rem;
    width: 3.75rem;
  }
}

.hamburger.open .hamburger__line--bottom {
  background: #03A144;
}

@media screen and (min-width: 768px) {
  .hamburger.open:hover .hamburger__line--top {
    width: 2.75rem;
    top: 1.9375rem;
    transform: rotate(-60deg);
  }
  .hamburger.open:hover .hamburger__line--center {
    opacity: 0;
    visibility: hidden;
  }
  .hamburger.open:hover .hamburger__line--bottom {
    width: 2.75rem;
    top: 1.9375rem;
    transform: rotate(60deg);
  }
}

.hamburger__text {
  transition: all 0.8s;
  opacity: 0;
}

.hamburger__text.active {
  opacity: 1;
  transition: all 0.8s;
}

footer {
  height: 5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.footer__copyWhite {
  font-family: "Inria Serif", "Noto Sans JP", sans-serif;
  font-size: 0.625rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .footer__copyWhite {
    font-size: 0.875rem;
  }
}

.js-fadeIn {
  opacity: 0;
}

.fade-in {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInZoom {
  from {
    opacity: 0;
    scale: 0.8;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@keyframes zoomUp {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.bg-image {
  display: none;
}

.bg-video, .bg-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.bg-video-reserve, .bg-image-reserve {
  top: unset;
  bottom: 0;
  transform: rotate(180deg);
}

.bg-video-leftside, .bg-image-leftside {
  top: unset;
  height: 100%;
  width: 170vh;
  bottom: -50%;
  left: 0;
  transform-origin: top left;
  transform: rotate(-90deg) translateX(-118vh) translateY(-5vw);
}

.btn {
  color: #fff;
  background: #111;
  font-size: 1.25rem;
  line-height: 1.45;
  padding: 0.4375rem 3.25rem;
  font-family: "Noto Serif JP", serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.125rem;
  box-shadow: 0 0 3.125rem 0 rgba(255, 255, 255, 0.5);
  -webkit-box-reflect: below 0.0625rem linear-gradient(transparent, rgba(0, 0, 0, 0.3));
}
.btn input {
  color: #fff;
}

.btn img {
  display: inline;
  transition: all 0.5s ease;
  width: 2.375rem;
}

@media screen and (min-width: 768px) {
  .btn:hover img {
    transform: translateX(1.25rem);
    transition: all 0.5s ease;
  }
}

.btn--form {
  position: relative;
  z-index: 11;
  width: 12.5rem;
  justify-content: flex-start;
}

.btn--form::after {
  content: "";
  display: block;
  width: 2.375rem;
  height: 0.6125rem;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 3.25rem;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}

.btn--form:hover::after {
  right: 2rem;
  transition: all 0.5s ease;
}

.btn--group {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.group__copy.show .btn--group {
  opacity: 1;
  visibility: visible;
  display: inline-flex;
}

.menu {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  filter: blur(0.625rem);
  transition: all 0.2s;
  z-index: -1;
  visibility: hidden;
  overflow: hidden;
  background: #020828;
  z-index: 1;
}

.menu-video {
  transition: all 0.5s;
}

.menu.open {
  opacity: 1;
  filter: blur(0);
  transition: all 0.5s;
  z-index: 100;
  visibility: initial;
}

.menu__wrap {
  height: 100%;
  position: relative;
  z-index: 1;
  background: rgba(2, 8, 40, 0.7);
}

.menu__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 25px;
  gap: 3.125rem;
  overflow: hidden;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .menu__inner {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    gap: 11.25rem;
  }
}

.menu__name {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Abhaya Libre", "Noto Sans JP", sans-serif;
  position: relative;
  z-index: 1;
  transform: translate3d(-1.875rem, 0, 0);
  transition: 0.8s ease;
}
@media screen and (min-width: 768px) {
  .menu__name {
    margin-left: 13.75rem;
  }
}

.menu.open .menu__name {
  transform: translate3d(0, 0, 0);
  transition: 0.8s ease;
}

.menu__navList {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .menu__navList {
    align-items: center;
    grid-auto-flow: 2.75rem;
  }
}

.menu__nav {
  text-transform: capitalize;
  transform: translate3d(-1.875rem, 0, 0);
  transition: 0.8s ease;
  opacity: 0;
  filter: blur(10);
}

.menu.open .menu__nav {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  filter: blur(0);
}

.menu__nav:nth-of-type(n+2) {
  transition-delay: 0.13s;
}
.menu__nav:nth-of-type(n+3) {
  transition-delay: 0.26s;
}
.menu__nav:nth-of-type(n+4) {
  transition-delay: 0.39s;
}
.menu__nav:nth-of-type(n+5) {
  transition-delay: 0.52s;
}
.menu__nav:nth-of-type(n+5) {
  transition-delay: 0.65s;
}

.menu__nav a {
  position: relative;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1;
  font-family: "Abhaya Libre", "Noto Sans JP", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.8s ease;
}

.menu__nav a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 0.0625rem;
  background: #fff;
  bottom: 0.1875rem;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.8s ease;
}

.menu__nav a:hover {
  letter-spacing: 0.1em;
  transition: 0.8s ease;
}

.menu__nav a:hover::after {
  transform: scale(1, 1);
}

.menu__moveArea {
  position: absolute;
  top: 0;
  right: 50%;
  width: 40%;
}

.menu__btnWrap {
  margin-top: 4.625rem;
}

.menu__btnWrap a {
  font-size: 1rem;
  padding: 0.75rem 2.25rem;
}

.move__item.show {
  font-size: 2.5rem;
}

.move {
  display: none;
}
@media screen and (min-width: 768px) {
  .move {
    display: block;
    position: absolute;
    width: 46%;
    padding: 46%;
    top: 50%;
    transform: translate(5%, -50%);
    transition: 0.8s ease;
    right: -56%;
  }
}

.menu.open .move {
  transform: translate(0%, -50%);
  transition: 0.8s ease;
}

.move:after {
  content: "";
  display: block;
  width: 85%;
  padding-top: 85%;
  border: solid 0.125rem #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.move__circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 1s ease;
  z-index: 2;
}

.move__circle .rotate-ctn {
  position: relative;
  width: 100%;
  height: 100%;
}

.move__circle .box {
  position: absolute;
  width: 100px;
  height: 50%;
  transform-origin: 50% 100%;
}

.move__circle .box.box-1 {
  left: 50%;
  transform: translate(-50%, 0) rotate(-120deg);
} /* 7時の位置 */
.move__circle .box.box-2 {
  left: 50%;
  transform: translate(-50%, 0) rotate(-105deg);
} /* 8時の位置 */
.move__circle .box.box-3 {
  left: 50%;
  transform: translate(-50%, 0) rotate(-90deg);
} /* 9時の位置 */
.move__circle .box.box-4 {
  left: 50%;
  transform: translate(-50%, 0) rotate(-75deg);
} /* 10時の位置 */
.move__circle .box.box-5 {
  left: 50%;
  transform: translate(-50%, 0) rotate(-60deg);
} /* 11時の位置 */
.move__circle .box.box-6 {
  left: 50%;
  transform: translate(-50%, 0) rotate(-135deg);
} /* 6時の位置 */
.move__circle .box.box-7 {
  left: 50%;
  transform: translate(-50%, 0) rotate(-150deg);
} /* 5時の位置 */
.move__circle .box.box-1 .move__item {
  transform: rotate(120deg);
} /* 7時の位置で水平 */
.move__circle .box.box-2 .move__item {
  transform: rotate(105deg);
} /* 8時の位置で水平 */
.move__circle .box.box-3 .move__item {
  transform: rotate(90deg);
} /* 9時の位置で水平 */
.move__circle .box.box-4 .move__item {
  transform: rotate(75deg);
} /* 10時の位置で水平 */
.move__circle .box.box-5 .move__item {
  transform: rotate(60deg);
} /* 11時の位置で水平 */
.move__circle .box.box-6 .move__item {
  transform: rotate(135deg);
} /* 6時の位置で水平 */
.move__circle .box.box-7 .move__item {
  transform: rotate(150deg);
} /* 5時の位置で水平 */
.move__circle .box .move__item {
  position: relative;
  width: max-content;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  font-family: "Abhaya Libre", "Noto Sans JP", sans-serif;
  transition: 1s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .move__circle .box .move__item {
    height: 10rem;
    font-size: 1rem;
  }
}

.move__item {
  transition: transform 1s ease;
}

.curtainbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(1);
  background-color: #062212;
  animation-name: PageAnime;
  animation-delay: 0.2s;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  transform-origin: left;
}

@keyframes PageAnime {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.top__wrap {
  padding: 45vh 25px 6.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top__wrap {
    padding: 45vh 15px 12.5rem;
  }
}

.top__wrap::after {
  content: "";
  width: 100%;
  height: 80vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(at top center, #1F3D81 0%, #070B4B 30%, #040824 70%);
  z-index: -1;
}

.top-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-title {
    width: 20%;
    max-width: 17.5rem;
  }
}
.top-title img {
  object-fit: cover;
}

.top__text {
  color: #fff;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 3.5714285714;
  font-weight: 300;
  text-align: center;
  text-shadow: 0px 0px 0.625rem rgb(255, 255, 255);
  text-align: left;
}
@media screen and (min-width: 768px) {
  .top__text {
    line-height: 5.0625;
    font-size: 1rem;
    text-align: center;
    word-break: initial;
  }
}

.top__textArea {
  margin-top: 7.5rem;
}

.top__particles {
  position: absolute;
  width: 100%;
  height: 50vh;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .top__particles {
    padding: 0 9.375rem;
    height: 60vh;
  }
}

.top__particles .particles-js-canvas-el {
  border-radius: 0 0 50% 50%;
}

.top__inner {
  position: relative;
  z-index: 2;
}

.top__wrap::after {
  content: none;
}

/* 全体のラップ */
.company__wrap {
  padding: 9.375rem 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .company__wrap {
    padding: 16.25rem 0 6.25rem;
  }
}

.company__inner {
  max-width: 90rem;
  padding: 0 25px;
  margin: 0 auto;
}

/* テーブル全体のスタイル */
.company__table {
  width: 100%;
  border-collapse: collapse; /* 枠線を1本にまとめる */
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .company__table {
    margin-left: auto;
    width: 80%;
  }
}
@media screen and (min-width: 1040px) {
  .company__table {
    margin: 0 4.6875rem 0 auto;
    width: 50.625rem;
  }
}

/* 各行のスタイル */
.company__table--item {
  border-bottom: 0.0625rem solid rgb(69, 69, 69); /* 下部にわずかな境界線 */
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .company__table--item {
    flex-direction: row;
  }
}

/* ヘッダ部分(th)のスタイル */
.company__table--item th {
  text-align: left; /* 左寄せ */
  padding: 1rem 0 0.25rem 0;
  line-height: 1.4375; /* 行の高さを1.5倍に */
  text-wrap: nowrap;
  min-width: 10rem;
  display: flex;
  align-items: center;
  width: 22%;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .company__table--item th {
    padding: 2.1875rem 0;
  }
}

/* データ部分(td)のスタイル */
.company__table--item td {
  text-align: left; /* 左寄せ */
  line-height: 1.4375; /* 行の高さを1.5倍に */
  padding: 0.25rem 0 1rem 0.625rem;
  width: 100%;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .company__table--item td {
    padding: 2.1875rem 0;
    width: 78%;
    font-weight: 700;
    padding-left: 0.5rem;
  }
}

.company__table--item td a {
  text-decoration: underline;
}

.company__table--en {
  margin-top: 5rem;
}

.company__wrap::after {
  content: "";
  width: 70%;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: radial-gradient(at left center, #5989C8 0%, #1F3D81 30%, #040824 70%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .company__wrap::after {
    height: 100%;
    width: 50%;
  }
}

.company__particles {
  position: absolute;
  width: 60%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .company__particles {
    height: 50%;
    width: 40%;
  }
}

.company__particles .particles-js-canvas-el {
  border-radius: 0 50% 50% 0;
}

.service__wrap {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 5rem);
}

.service__bg {
  margin-top: 5.1875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .service__bg {
    margin-top: 6.625rem;
  }
}

.service__bg video {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .service__bg video {
    max-height: calc(100vh - 8.125rem);
  }
}

.service--text {
  font-family: "Sree Krushnadevaraya", "Noto Sans JP", serif;
  font-size: 0.875rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.375rem 1.25rem 3.4375rem 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .service--text {
    font-size: 1rem;
  }
}

.group__inner {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 8.5rem);
  margin-top: 6rem;
}

.group__screen {
  min-height: 18.75rem;
  flex: 1;
  position: relative;
}

.group__copy {
  position: absolute;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.45;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.8s;
  filter: blur(0.625rem);
  text-shadow: 0px 0px 1.5rem #03A144;
}
@media screen and (min-width: 768px) {
  .group__copy {
    font-size: 2.5rem;
  }
}
.group__copy--main {
  font-size: 1.375rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .group__copy--main {
    font-size: 2rem;
  }
}
.group__copy--main img {
  width: 30%;
  max-width: 12.5rem;
  margin-inline: auto;
}
.group__copy.show {
  animation-name: fadeInZoom;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  filter: blur(0);
}

.group__logos__wrap {
  background: #fff;
  height: auto;
  padding: 0.75rem;
}

.group__logos__wrap p {
  color: #111;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .group__logos__wrap p {
    font-size: 1.25rem;
  }
}

.group__logos {
  margin: 0 auto;
  max-width: 21.875rem;
  height: auto;
  display: flex;
  gap: 1.5rem 3.125rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .group__logos {
    gap: 0;
    height: 12.5rem;
    flex-wrap: nowrap;
    justify-content: space-around;
    max-width: unset;
  }
}

.group__logo {
  cursor: pointer;
  height: auto;
  transition: transform 0.5s ease;
}
.group__logo--sis {
  width: 4.4375rem;
}
@media screen and (min-width: 768px) {
  .group__logo--sis {
    width: 11.25rem;
  }
}
.group__logo--sunzent {
  width: 3.5rem;
}
@media screen and (min-width: 768px) {
  .group__logo--sunzent {
    width: 8.75rem;
  }
}
.group__logo--preta {
  width: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .group__logo--preta {
    width: 8.75rem;
  }
}
.group__logo--gift {
  width: 3.125rem;
}
@media screen and (min-width: 768px) {
  .group__logo--gift {
    width: 5.625rem;
  }
}
.group__logo--stained {
  width: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .group__logo--stained {
    width: 12.5rem;
  }
}

.group__particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.group__btnWrap {
  margin-top: 2.5rem;
}

.recruit__wrap {
  padding: 8.75rem 0 3.75rem;
}
@media screen and (min-width: 768px) {
  .recruit__wrap {
    padding: 15rem 0 7.5rem;
  }
}

.recruit__inner {
  max-width: 90rem;
  padding: 0 25px;
  margin: 0 auto;
}

.recruit__btnWrap {
  text-align: center;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .recruit__btnWrap {
    margin-top: 5.625rem;
  }
}

.recruit__table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .recruit__table {
    margin: 0 auto;
    width: 46rem;
  }
}

.recruit__table--item {
  display: contents;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6428571429;
  display: grid;
  grid-template-rows: 2.5rem auto;
  padding: 2.1875rem 0.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recruit__table--item {
    grid-template-columns: 9.125rem auto;
    grid-template-rows: unset;
    padding: 3.375rem 0;
  }
}

.recruit__table--item h2 {
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
}

.recruit__table--item ul {
  padding-left: 0.875rem;
}
@media screen and (min-width: 768px) {
  .recruit__table--item ul {
    padding-left: 1rem;
  }
}
.recruit__table--item ul li {
  list-style: disc;
}

.recruit__table--item::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.09375rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1.5s ease;
  transform: scale(0, 1);
  transform-origin: left top;
}

.recruit__table--item.show::after {
  transform: scale(1, 1);
}

.privacy__wrap {
  padding: 8.75rem 0 3.75rem;
}
@media screen and (min-width: 768px) {
  .privacy__wrap {
    padding: 15rem 0 12.5rem;
  }
}

.privacy__inner {
  max-width: 90rem;
  padding: 0 25px;
  margin: 0 auto;
}

.privacy__contents {
  max-width: 20rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .privacy__contents {
    max-width: 46.25rem;
  }
}

.privacy__contents li h2 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .privacy__contents li h2 {
    font-size: 1.5rem;
  }
}
.privacy__contents li p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .privacy__contents li p {
    font-size: 1rem;
  }
}

.privacy__contents li:nth-of-type(n+2) {
  margin-top: 1.875rem;
}

.contact__wrap {
  padding: 12.5rem 0 5rem;
  position: relative;
  z-index: 10;
}

.contact__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    width: 41.875rem;
  }
}

.form__item:nth-of-type(n+2) {
  margin-top: 2.625rem;
}

.form__item--label {
  font-size: 1rem;
  line-height: 1.4375;
}

.form__item--input {
  display: block;
  width: 100%;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.7);
  margin-top: 0.4375rem;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}

.form__item--input--check {
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media screen and (min-width: 768px) {
  .form__item--input--check {
    flex-direction: row;
    gap: 3.4375rem;
  }
}

.form__item--text .form__item--input {
  height: 12.9375rem;
}

.form__btnWrap {
  text-align: center;
  margin-top: 4.6875rem;
}

.form__item--input--check .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-list-item {
  margin: 0;
  font-size: 0.875rem;
}

.wpcf7-response-output {
  border: none !important;
  text-shadow: 0px 0px 0.625rem rgb(255, 255, 255);
}

.sisway__title {
  margin: 0 auto;
  width: 60%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .sisway__title {
    width: 33.5625rem;
  }
}

.sisway__wrap {
  padding: 8.75rem 0 3.75rem;
}
@media screen and (min-width: 768px) {
  .sisway__wrap {
    padding: 12.5rem 0 3.75rem;
  }
}

.sisway__inner {
  max-width: 90rem;
  padding: 0 25px;
  margin: 0 auto;
}

.sisway__btnWrap {
  text-align: center;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .sisway__btnWrap {
    margin-top: 5.625rem;
  }
}

.sisway__table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sisway__table {
    margin: 7.5rem auto 0 auto;
    width: 50.625rem;
  }
}

.sisway__table--item {
  display: contents;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6428571429;
  display: grid;
  grid-template-rows: 2.5rem auto;
  padding: 2.1875rem 0.625rem;
  position: relative;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .sisway__table--item {
    font-size: 1rem;
    line-height: 1.4375;
    grid-template-columns: 11.25rem auto;
    grid-template-rows: unset;
    padding: 2.5rem 0;
  }
}

.sisway__table--item.director {
  align-items: center;
}

.sisway__table--item .abhaya {
  font-family: "Abhaya Libre", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.sisway__table--item h2 {
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
}

.sisway__table--item::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.09375rem;
  background: rgb(69, 69, 69);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1.5s ease;
  transform: scale(0, 1);
  transform-origin: left top;
}

.sisway__table--item.show::after {
  transform: scale(1, 1);
}

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

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

.font-regular {
  font-weight: 400;
}

.color-green {
  color: #03A144;
}

.color-lightGreen {
  color: #76BD42;
}

.color-red {
  color: #E6365F;
}/*# sourceMappingURL=style.css.map */