@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.Index .container {
  min-width: auto;
  background-color: #000;
}
.Index .container .fixed__bg {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Index .container .fixed__bg .mv__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Index .container .fixed__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Index .main {
  position: relative;
  z-index: 1;
  font-family: "M PLUS 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.Index .main * {
  box-sizing: border-box;
}
.Index .main .section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 140px;
}
.Index .main .section .section__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media all and (width <= 750px) {
  .Index .main .section {
    padding-bottom: 20vw;
  }
  .Index .main .section .section__box {
    display: grid;
    grid-template-columns: 1fr;
  }
  .Index .main .section .section__box .box__content {
    padding: 4vw 5vw 10vw !important;
  }
  .Index .main .section .section__box .box__content img {
    position: absolute;
    /* IOSでtransitionが効かないので */
    display: block;
    width: 100vw;
    margin-top: 3vw;
    margin-left: -5vw;
  }
  .Index .main .section .section__box .box__content .title {
    margin-top: 55vw;
    font-size: 8vw;
  }
  .Index .main .section .section__box .box__content .lead {
    margin-top: 3vw;
    font-size: 5vw;
  }
  .Index .main .section .section__box .box__content .text {
    max-width: none;
    font-size: min(18px, 4vw);
  }
  .Index .main .section .section__box .box__content .btn {
    margin: 0 auto;
  }
  .Index .main .section .section__box.section__box--02 .title {
    margin-top: 75vw;
  }
}
.Index .main .inner {
  max-width: 1366px;
}
.Index .main .btn {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 250px;
  padding: 10px 26px;
  font-size: 16px;
  color: #fff;
  background-color: #000;
  transition: all 0.3s linear;
}
.Index .main .btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("../../assets/img/top/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.Index .main .btn:hover {
  opacity: 0.6;
}
.Index .main .btn.arr::after {
  transform: rotate(-90deg);
}
.Index .main .mv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  min-height: 768px;
}
.Index .main .mv .mv__content {
  position: relative;
  z-index: 10;
  box-sizing: content-box;
  width: min(1366px, 100% - 180px);
  padding-left: 300px;
}
@media all and (width <= 750px) {
  .Index .main .mv .mv__content {
    width: 100%;
    padding: 0 9vw;
  }
}
.Index .main .mv .mv__copy {
  position: relative;
  width: 50%;
  font-weight: bold;
  color: #fff;
}
.Index .main .mv .mv__copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: max(-4vw, -20px);
  left: max(-4vw, -20px);
  display: block;
  width: min(22vw, 240px);
  height: min(22vw, 240px);
  background-color: #491c87;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.Index .main .mv .mv__copy .main__copy {
  display: block;
  font-size: clamp(80px, min(14vw, 14vh), 136px);
  line-height: 1;
  white-space: nowrap;
}
.Index .main .mv .mv__copy .sub__copy {
  display: block;
  margin-block: 1.4vw;
  font-size: clamp(18px, min(2vw, 2.4vh), 24px);
  line-height: 1.4;
  white-space: nowrap;
}
@media all and (width <= 750px) {
  .Index .main .mv .mv__copy .sub__copy {
    white-space: inherit;
  }
  .Index .main .mv .mv__copy .sub__copy br {
    display: none;
  }
}
@media all and (width <= 750px) {
  .Index .main .mv .mv__copy {
    width: 100%;
  }
  .Index .main .mv .mv__copy .main__copy {
    font-size: clamp(50px, min(12vw, 14vh), 136px);
  }
}
.Index .main .mv .mv__scroll {
  position: absolute;
  z-index: 3;
  bottom: 65px;
  left: 50%;
  transform: translate(-50%, 0);
}
.Index .main .mv .mv__scroll img {
  width: 44px;
  height: auto;
}
@media all and (width <= 750px) {
  .Index .main .mv {
    align-items: center;
    padding-top: 0;
  }
}
@media all and (width <= 750px) {
  .Index .main .mv {
    min-height: auto;
  }
}
.Index .main .section__box {
  display: flex;
  align-items: center;
}
.Index .main .section__box.section__box--02 .box__visual {
  left: calc(-1 * min(3.125vw, 60px));
  order: 2;
}
.Index .main .section__box.section__box--02 .box__content {
  order: 1;
  padding-bottom: 40px;
}
.Index .main .section__box .box__visual {
  position: relative;
  z-index: 1;
  max-width: 743px;
}
.Index .main .section__box .box__visual img {
  max-width: calc(100% + min(3.125vw, 60px));
}
.Index .main .section__box .box__content {
  position: relative;
  padding: 40px min(4.7vw, 90px) 200px min(6.25vw, 120px);
  background-color: #fff;
}
.Index .main .section__box .box__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: min(7vw, 100px);
  height: min(7vw, 100px);
  background-color: #491c87;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.Index .main .section__box .box__content .sub-title {
  font-size: 16px;
  font-weight: bold;
  color: #491c87;
}
.Index .main .section__box .box__content .title {
  margin-top: 20px;
  font-size: min(50px, 4.6vw);
  font-weight: bold;
  line-height: 1.2;
}
.Index .main .section__box .box__content .lead {
  margin-top: 36px;
  font-size: min(30px, 2.7vw);
  font-weight: bold;
  line-height: 1.3;
}
.Index .main .section__box .box__content .text {
  max-width: 450px;
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: min(18px, 2vw);
  line-height: 1.4;
}
.Index .main .slider {
  display: flex;
  width: max-content; /* コンテンツの幅に合わせる */
  padding-bottom: 140px;
  animation: scroll 30s linear infinite;
}
@media all and (width <= 750px) {
  .Index .main .slider {
    padding-bottom: 10vw;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* 画像を半分ずらすイメージ */
  }
}
@media all and (width <= 750px) {
  .Index .main .section#outline {
    padding-bottom: 0;
  }
}
.Index .main .outline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 80px;
  padding: 200px 0;
  text-align: center;
  background-image: url("../../assets/img/top/img04_bg.jpg");
  background-position: center;
  background-size: cover;
}
.Index .main .outline .outline__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.Index .main .outline .outline__title {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  text-shadow: 5px 2px 10px rgba(0, 0, 0, 0.7);
  letter-spacing: 2px;
}
.Index .main .outline .outline__sub {
  margin-top: 18px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.Index .main .outline .outline__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: stretch;
  justify-content: center;
  margin: 0 auto;
  margin-top: 60px;
  padding: 0 40px;
}
.Index .main .outline .outline__list li {
  width: 268px;
  color: #fff;
  background-color: #fff;
}
.Index .main .outline .outline__list li:nth-child(1) {
  background-color: #007e9d;
}
.Index .main .outline .outline__list li:nth-child(2) {
  background-color: #c0802f;
}
.Index .main .outline .outline__list li:nth-child(3) {
  background-color: #00804d;
}
.Index .main .outline .outline__list li:nth-child(4) {
  background-color: #a8197d;
}
.Index .main .outline .outline__list li h4 {
  padding: 24px 12px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: bold;
}
.Index .main .outline .outline__list li p {
  padding: 12px 12px 24px;
  font-size: 15px; /* DH変更 */
  line-height: 1.4;
}
.Index .main .outline .outline__list img {
  max-width: 100%;
}
@media all and (width <= 750px) {
  .Index .main .outline {
    padding: 14vw 5vw;
  }
  .Index .main .outline .outline__title {
    font-size: 6vw;
  }
  .Index .main .outline .outline__sub {
    margin-top: 2vw;
    font-size: 5vw;
  }
  .Index .main .outline .outline__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5vw;
    margin-top: 4vw;
    padding: 0;
  }
  .Index .main .outline .outline__list li {
    width: auto;
    max-width: 268px;
  }
  .Index .main .outline .outline__list li h4 {
    font-size: 3vw;
  }
  /* DH追加 */
  .Index .main .outline .outline__list li p {
    font-size: 14px;
  }
  /* DH追加 ここまで */
}
.Index .main .recruit {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  padding: 100px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  background-image: url("../../assets/img/top/img05_bg.jpg");
  background-position: center;
  background-size: cover;
}
.Index .main .recruit .recruit__title {
  font-size: min(5vw, 50px);
  font-weight: bold;
  line-height: 1.1;
}
.Index .main .recruit .recruit__lead {
  font-size: min(3vw, 30px);
  font-weight: bold;
  line-height: 1.2;
}
.Index .main .recruit .recruit__text {
  font-size: min(1.7vw, 18px);
  line-height: 1.4;
}
.Index .main .recruit .btn {
  margin: 0 auto;
}
@media all and (width <= 750px) {
  .Index .main .recruit {
    padding: 8vw;
    background-image: url("../../assets/img/top/img05_bg_sp.png");
  }
  .Index .main .recruit .recruit__title {
    font-size: 6vw;
  }
  .Index .main .recruit .recruit__lead {
    font-size: 5vw;
  }
  .Index .main .recruit .recruit__text {
    font-size: 4vw;
  }
  .Index .main .recruit .btn {
    margin-top: 3vw;
  }
}
.Index .main .voice {
  display: flex;
  justify-content: center;
  padding: min(2.6vw, 50px);
  color: #000;
  background-color: #fff;
}
.Index .main .voice .inner {
  display: flex;
  gap: min(4.06vw, 78px);
  align-items: center;
}
.Index .main .voice .inner > * {
  flex: 1;
  width: calc(50% - min(2.03vw, 39px));
}
.Index .main .voice .inner img {
  max-width: 100%;
}
.Index .main .voice .voice__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.Index .main .voice .voice__content h2 {
  display: flex;
  gap: 1vw;
  align-items: center;
  justify-content: center;
}
.Index .main .voice .voice__content h2 img {
  width: 28%;
  height: auto;
}
.Index .main .voice .voice__content h2 span {
  display: inline-block;
  font-size: min(3.8vw, 50px);
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
.Index .main .voice .voice__content p {
  font-size: min(1.7vw, 18px);
  line-height: 1.4;
}
.Index .main .voice .voice__content .btn {
  width: max-content;
}
@media all and (width <= 750px) {
  .Index .main .voice .inner {
    display: block;
    width: 100%;
    padding: 5vw;
  }
  .Index .main .voice .inner > * {
    width: auto;
  }
  .Index .main .voice .inner img {
    display: inline-block;
  }
  .Index .main .voice .voice__content {
    align-items: center;
    justify-content: center;
    margin-top: min(4.06vw, 78px);
  }
  .Index .main .voice .voice__content h2 img {
    width: 26%;
  }
  .Index .main .voice .voice__content h2 span {
    font-size: 6vw;
  }
  .Index .main .voice .voice__content p {
    font-size: 4vw;
  }
}
.Index .main .information {
  display: flex;
  justify-content: center;
  padding-top: 130px;
}
.Index .main .information .inner {
  position: relative;
  width: 100%;
  padding: 60px 100px;
  background-color: #fff;
}
.Index .main .information .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 100px;
  background-color: #491c87;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.Index .main .information .inner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100px;
  height: 100px;
  background-color: #491c87;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.Index .main .information h2 {
  padding-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #000;
}
.Index .main .information .information__list {
  padding: 40px 0 0;
}
.Index .main .information .information__list ul li {
  display: flex;
  font-size: 18px;
}
.Index .main .information .information__list ul li:not(:last-child) {
  margin-bottom: 1em;
}
.Index .main .information .information__list ul li span.title {
  padding-left: 2em;
}
.Index .main .information .information__list ul li a {
  padding-left: 20px;
  color: #0066cb;
  background: url("../img/common/icon__arr.png") no-repeat 0 0.45em;
  background-size: 15px;
  transition: all 0.2s linear;
}
.Index .main .information .information__list ul li a[target=_blank] {
  padding-left: 20px;
  background: url("../img/common/icon__blank.png") no-repeat 0 0.38em;
  background-size: 15px;
}
.Index .main .information .information .information__list ul li a:hover {
  opacity: 0.5;
}
.Index .main .information .btn {
  margin: 40px auto 0;
}
@media all and (width <= 750px) {
  .Index .main .information {
    margin-top: 5vw;
    padding: 5vw;
  }
  .Index .main .information h2 {
    padding-bottom: 4vw;
    font-size: 7vw;
  }
  .Index .main .information .inner {
    padding: 10vw 4vw;
  }
  .Index .main .information .information__list {
    padding: 10vw 0 0;
  }
  .Index .main .information .information__list ul li {
    display: block;
    font-size: 4vw;
    line-height: 1.6;
  }
  .Index .main .information .information__list ul li:not(:last-child) {
    margin-bottom: 4vw;
  }
  .Index .main .information .information__list ul li span {
    display: block;
  }
  .Index .main .information .information__list ul li span.title {
    padding-left: 0;
  }
  .Index .main .information .information__list ul li a {
    padding-left: 4vw;
    background-position: 0 2vw;
    background-size: 3vw auto;
  }
  .Index .main .information .btn {
    max-width: 180px;
  }
}
.Index .main .contact-us {
  margin-top: 140px;
  background-color: #000;
}
.Index .main .contact-us h2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background-color: #491c87;
}
.Index .main .contact-us h2::after {
  content: "";
  position: absolute;
  bottom: 1px; /* DH変更 */
  left: 50%;
  transform: translate(-50%, 30px);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 30px solid #491c87;
  border-right: 30px solid transparent;
  border-bottom: 0;
  border-left: 30px solid transparent;
}
.Index .main .contact-us h2 span {
  font-size: 16px;
}
.Index .main .contact-us .contact-us__lead {
  padding: 40px;
  font-size: clamp(16px, 2.4vw, 18px);
  text-align: center;
  background-color: #fff;
}
.Index .main .contact-us .inner {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto 1fr;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(73, 28, 135) 50%);
}
.Index .main .contact-us .contact-us__box {
  display: grid;
  grid-row: 1/-1;
  grid-template-rows: subgrid;
  gap: 12px;
  align-items: center;
  padding-block: 36px;
  color: #fff;
  text-align: center;
  background: #000;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(73, 28, 135) 100%);
}
.Index .main .contact-us .contact-us__box.contact-us__box--02 {
  background-image: url("../../assets/img/common/bnr_recruit.png");
  background-position: center;
  background-size: cover;
}
.Index .main .contact-us .contact-us__box.contact-us__box--02 h3 {
  font-size: clamp(20px, 2.4vw, 30px);
}
.Index .main .contact-us .contact-us__box.contact-us__box--02 .btn {
  background-color: #ff8000;
}
.Index .main .contact-us .contact-us__box h3 {
  font-size: clamp(20px, 2.6vw, 32px);
  font-weight: bold;
  line-height: 1.2;
}
.Index .main .contact-us .contact-us__box p {
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.4;
}
.Index .main .contact-us .contact-us__box .btn {
  align-content: start;
  width: max-content;
  min-width: 340px;
  margin: 0 auto;
  background-color: #66ba00;
}
@media all and (width <= 750px) {
  .Index .main .contact-us {
    margin-top: 20vw;
  }
  .Index .main .contact-us .contact-us__lead {
    padding: 7vw;
    line-height: 1.4;
  }
  .Index .main .contact-us h2 {
    padding: 4vw;
  }
  .Index .main .contact-us h2::after {
    transform: translate(-50%, 3.9vw);
    border-top: 4vw solid #491c87;
    border-right: 4vw solid transparent;
    border-bottom: 0;
    border-left: 4vw solid transparent;
  }
  .Index .main .contact-us p {
    font-size: clamp(12px, 1.8vw, 18px);
    line-height: 1.4;
  }
  .Index .main .contact-us .contact-us__box {
    padding: 5vw 3vw;
  }
  .Index .main .contact-us .contact-us__box.contact-us__box--02 {
    background-image: url("../../assets/img/common/bnr_recruit_sp.png");
  }
  .Index .main .contact-us .contact-us__box p {
    font-size: clamp(12px, 1.8vw, 18px);
  }
  .Index .main .contact-us .contact-us__box .btn {
    width: auto;
    min-width: auto;
    padding: 16px;
    font-size: clamp(14px, 1.8vw, 18px);
    line-height: 1.2;
  }
}
.Index .main .fade {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s ease-out;
}
.Index .main .fade.is-visible {
  transform: translateY(0);
  opacity: 1;
}
@media all and (width <= 750px) {
  .Index .main {
    padding-bottom: 18vw;
  }
}