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

* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  background-color: #000;
  color: #fff;
  margin: 0;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

img {
  flex-shrink: 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.text::before,
.text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin: -0.5em auto;
}

section {
  position: relative;
  z-index: 500;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/***********************/
.inner {
  position: relative;
}
.inner .zodiac {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 513px;
}
@media screen and (max-width: 768px) {
  .inner .zodiac {
    width: 86%;
    max-width: 420px;
  }
}

.bg_movie {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000;
}
.bg_movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.company {
  text-align: center;
  padding: 400px 0 250px;
}
.company h1 {
  width: 500px;
  max-width: 500px;
  margin: 0 auto;
}
.company p {
  width: 100%;
  max-width: 650px;
  font-size: 14px;
  text-align: left;
  line-height: 2;
  font-weight: 600;
  margin: 160px auto 0;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 260px 0 80px;
  }
  .company h1 {
    width: 85%;
  }
  .company p {
    text-align: left;
    line-height: 1.75;
    padding: 0 7%;
    margin: 145px 0 80px;
  }
}

.function {
  padding-bottom: 280px;
}
.function h1 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}
.function h1 img {
  width: 60px;
  display: block;
  margin: 0 auto 3px;
}
.function h2 {
  width: 50px;
  margin: 0 auto;
}
.function h3 {
  font-size: 16px;
  text-align: center;
  margin: 0 10px;
}
.function_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.function_card {
  width: calc((100% - 60px) / 4);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 15px 0 20px;
}
.function_card h2, .function_card h3, .function_card ul li {
  color: #fff;
}
.function_card ul {
  padding: 10px 15px 0 30px;
}
.function_card ul li {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-indent: -1em;
}
.function_card ul li:before {
  content: "・";
}
.function_card a {
  color: #080059;
  text-decoration: none;
}
.function_card a ul {
  margin-top: 5px;
}
.function_card .ec-logo {
  width: 70%;
  margin-left: 32px;
  margin-top: 10px;
}
.function_card .new {
  position: absolute;
  top: 42px;
  left: 25px;
  width: 45px;
}
@media screen and (max-width: 768px) {
  .function {
    padding-bottom: 140px;
  }
  .function_flex {
    gap: 10px;
  }
  .function_card {
    width: calc((100% - 10px) / 2);
    padding: 10px 0 15px;
  }
  .function_card h3 {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
  .function_card ul {
    padding: 10px 10px 0 20px;
  }
}

.information {
  font-weight: 600;
  text-align: center;
  padding-bottom: 200px;
}
.information h3 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 3px;
  letter-spacing: 0.5em;
}
.information_flex {
  display: flex;
  gap: 50px 4%;
  width: 90%;
  max-width: 960px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 40px auto 60px;
}
.information_flex li {
  width: 48%;
  padding: 0;
  margin: 0 auto;
}
.information_flex li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.information_flex li a div img {
  width: 100%;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s;
  border-radius: 10px;
}
.information_flex li a p {
  font-size: 12px;
  margin: 10px 0 0;
}
.information_btn {
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
  letter-spacing: 0.5em;
}
.information .tsukihibnr {
  width: 785px;
  margin: 40px auto 0;
}
.information .tsukihibnr a {
  display: block;
}
.information .tsukihibnr a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .information {
    padding-bottom: 100px;
  }
  .information h3 {
    font-size: 16px;
  }
  .information_flex {
    gap: 30px 4%;
    margin: 30px auto 40px;
  }
  .information_flex li a div img {
    border-radius: 5px;
  }
}

.about {
  padding-bottom: 180px;
}
.about h3 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.5em;
}
.about table {
  width: 90%;
  max-width: 600px;
  margin: 40px auto 0;
}
.about table tbody tr th {
  width: 22%;
  text-align: left;
  padding-bottom: 1.5em;
}
.about table tbody tr td {
  width: 78%;
  text-align: left;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .about {
    padding-bottom: 140px;
  }
  .about h3 {
    font-size: 16px;
  }
  .about table {
    width: 85%;
    margin: 30px auto 0;
  }
  .about table tbody tr th {
    width: 27%;
    font-size: 13px;
  }
  .about table tbody tr td {
    width: 73%;
    font-size: 14px;
  }
}

.partner {
  padding-bottom: 200px;
}
.partner h3 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.5em;
}
.partner ul {
  width: 90%;
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em 0;
  margin: 40px auto 0;
}
.partner ul li {
  width: 50%;
}
.partner ul li:last-child {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .partner {
    padding-bottom: 160px;
  }
  .partner h3 {
    font-size: 16px;
  }
  .partner ul {
    width: 85%;
    margin: 30px auto 0;
    gap: 1.2em 0;
  }
  .partner ul li {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .partner ul li:last-child {
    font-size: 12px;
  }
}

.recruit {
  padding-bottom: 20px;
}
.recruit h3 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.5em;
  margin-bottom: 40px;
}
.recruit p {
  font-size: 15px;
  line-height: 1.75;
  width: 100%;
  max-width: 650px;
  margin: 0 auto 1em;
}
.recruit .p_02 {
  margin: 1em auto;
}
.recruit .text_box {
  max-width: 650px;
  margin: 40px auto 0;
}
.recruit .text_box h5 {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 0.8em;
}
.recruit .text_box h5:before {
  content: "●";
  padding-right: 5px;
  font-size: 14px;
}
.recruit .text_box p {
  max-width: 100%;
  margin: 0;
}
.recruit .voice {
  max-width: 650px;
  margin: 40px auto 0;
}
.recruit .voice h5 {
  font-size: 16px;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.4em 10px 0.3em;
}
.recruit .voice ul li {
  border-bottom: 1px solid #fff;
  padding: 25px 0;
}
.recruit .voice ul li p {
  width: 100%;
}
.recruit .voice ul li p:last-of-type {
  margin: 0;
}
.recruit .conditions {
  width: 100%;
  max-width: 650px;
  margin: 50px auto 0;
}
.recruit .conditions h5 {
  font-size: 16px;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.4em 10px 0.3em;
  margin-bottom: 25px;
}
.recruit .conditions table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.recruit .conditions table tr th {
  font-size: 14px;
  font-weight: 600;
  width: 7em;
  padding: 15px;
  border: 0.8px solid #fff;
  background: rgba(255, 255, 255, 0.2);
}
.recruit .conditions table tr td {
  font-size: 16px;
  width: calc(100% - 6em);
  text-align: left;
  padding: 15px;
  border: 0.8px solid #fff;
}
@media screen and (max-width: 768px) {
  .recruit {
    padding-bottom: 20px;
  }
  .recruit p {
    font-size: 14px;
    width: 90%;
  }
  .recruit .text_box {
    width: 90%;
    margin: 30px auto 0;
  }
  .recruit .voice {
    width: 90%;
    margin: 30px auto 0;
  }
  .recruit .conditions {
    width: 90%;
    margin: 40px auto 0;
  }
  .recruit .conditions table {
    border-collapse: collapse;
  }
  .recruit .conditions table tr th {
    font-size: 13px;
    width: 5em;
    padding: 10px 0;
  }
  .recruit .conditions table tr td {
    font-size: 14px;
    width: calc(100% - 5em);
    padding: 10px;
  }
}

small {
  font-size: 10px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.recruit_button {
  position: relative;
  margin-bottom: 200px;
  z-index: 500;
}
.recruit_button a {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  width: 400px;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.6;
  font-weight: 600;
  padding: 15px 0;
  border-radius: 5px;
}
.recruit_button a small {
  display: block;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.2em;
}
.recruit_button a:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .recruit_button {
    margin: 0 0 140px;
  }
  .recruit_button a {
    width: 90%;
    max-width: 400px;
    padding: 10px 0;
  }
}/*# sourceMappingURL=top.css.map */