.wrapper {
  overflow: clip;
}

.subheading {
  position: relative;
}
.subheading--ja {
  position: relative;
  z-index: 5;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.subheading--en {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-10px, -50%);
  z-index: 0;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 250px;
}
.subheading__pattern {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 160px;
}
.subheading--left {
  padding-left: 100px;
}
.subheading--left .subheading__pattern {
  left: 0;
  transform: translate(-50%, -50%);
}
.subheading--right {
  padding-right: 100px;
}
.subheading--right .subheading__pattern {
  right: 0;
  transform: translate(50%, -50%);
}
.subheading--right .subheading--ja {
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .subheading--ja {
    font-size: 40px;
  }
  .subheading--en {
    font-size: 180px;
  }
  .subheading__pattern {
    width: 110px;
  }
  .subheading--left {
    padding-left: 70px;
  }
  .subheading--right {
    padding-right: 70px;
  }
}
@media screen and (max-width: 576px) {
  .subheading--ja {
    font-size: 24px;
  }
  .subheading--en {
    font-size: 90px;
  }
  .subheading__pattern {
    width: 80px;
  }
  .subheading--left {
    padding-left: 50px;
  }
  .subheading--right {
    padding-right: 50px;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.loading.revisit {
  display: none !important;
}
.loading__catch {
  position: absolute;
  top: 100px;
  left: 7%;
  z-index: 10;
}
.loading__catch span {
  display: inline-block;
  position: relative;
  padding: 6px 8px 11px 8px;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
  font-size: 47px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.loading__catch span:first-of-type {
  margin-bottom: -4px;
}
.loading__catch span::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #212121;
  content: "";
  transition: 0.5s;
  transition-delay: 0.8s;
}
.loading__catch.is-inview span::after {
  transform: none;
}
.loading__en {
  position: absolute;
  bottom: 80px;
  left: 7%;
  width: 315px;
  opacity: 0;
  transition: 0.5s;
}
.loading__en.is-inview {
  opacity: 1;
}
.loading__image {
  position: absolute;
  width: 108%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}
.loading__image.is-inview {
  opacity: 1;
}
@media screen and (min-width: 1600px) {
  .loading__catch {
    transform: scale(1.25);
    transform-origin: top left;
  }
  .loading__en {
    transform: scale(1.25);
    transform-origin: bottom left;
  }
}
@media screen and (max-width: 1200px) {
  .loading__image {
    top: 50%;
    transform: translate(-10%, -50%);
    width: 120%;
  }
}
@media screen and (max-width: 576px) {
  .loading__catch {
    left: 20px;
  }
  .loading__catch span {
    font-size: 23px;
  }
  .loading__image {
    top: 50%;
    transform: translate(-24%, -50%);
    width: 150%;
  }
  .loading__en {
    bottom: 60px;
    left: 20px;
    width: 240px;
  }
}

.hero {
  position: relative;
  z-index: 5;
}
.hero__image {
  width: 100%;
  background-image: url(../images/index_hero_background.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
}
.hero__image::after {
  display: block;
  padding-top: 45.83%;
  content: "";
}
.hero__catch {
  width: 97.8%;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 576px) {
  .hero__image {
    background-image: url(../images/index_hero_background_sp.jpg);
  }
  .hero__image::after {
    padding-top: 170.73%;
  }
  .hero__catch {
    width: calc(100% - 20px);
    padding-top: 10px;
    padding-bottom: 15px;
  }
}

.reason {
  padding-top: 280px;
}
.reason .subheading--en {
  color: #f5f5f5;
}
.reason__head {
  position: relative;
  margin-bottom: 200px;
}
.reason__heading {
  margin-bottom: 30px;
}
.reason__lead {
  position: relative;
  z-index: 5;
  padding-left: 100px;
  width: 510px;
}
.reason__main-image {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(12.7%, -50%);
  width: 1297.5px;
}
.reason__contents {
  position: relative;
  z-index: 5;
}
.reason__item {
  position: sticky;
  padding: 40px;
  border-radius: 10px;
}
.reason__item--01 {
  top: 0;
  background-color: #F56D26;
}
.reason__item--01 .link__arrow::before {
  background-color: #212121;
}
.reason__item--02 {
  top: 15px;
  background-color: #0A51A1;
}
.reason__item--03 {
  top: 30px;
  background-color: #212121;
}
.reason__container {
  display: flex;
}
.reason__outline {
  flex: 1;
  padding-top: 50px;
  padding-left: 60px;
  color: #fff;
}
.reason__order {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.reason__pattern {
  width: 33px;
}
.reason__number {
  margin-right: 12px;
  margin-left: 5px;
  font-size: 74px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.reason__reason {
  margin-top: 25px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.reason__title {
  margin-bottom: 100px;
  font-weight: bold;
  font-size: 42px;
  line-height: 1.54;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.reason__image {
  position: relative;
  width: 762px;
  border-radius: 10px;
  overflow: hidden;
}
.reason__image::after {
  display: block;
  padding-top: 81.36%;
  content: "";
}
.reason__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .reason {
    padding-top: 170px;
  }
  .reason__head {
    margin-bottom: -50px;
  }
  .reason__heading {
    margin-bottom: 20px;
  }
  .reason__main-image {
    position: relative;
    transform: translateX(20px);
    width: 850px;
  }
  .reason__lead {
    width: 480px;
    margin-bottom: -70px;
    padding-left: 70px;
  }
  .reason__outline {
    padding: 0;
  }
  .reason__order {
    margin-bottom: 25px;
  }
  .reason__pattern {
    width: 25px;
  }
  .reason__number {
    font-size: 55px;
  }
  .reason__reason {
    margin-top: 18px;
    font-size: 15px;
  }
  .reason__title {
    margin-bottom: 50px;
    font-size: 24px;
  }
  .reason__image {
    width: 55%;
  }
}
@media screen and (max-width: 576px) {
  .reason {
    padding-top: 100px;
  }
  .reason__head {
    margin-bottom: -30px;
  }
  .reason__heading {
    margin-bottom: 12px;
  }
  .reason__lead {
    width: 100%;
    margin-bottom: -50px;
    padding-right: 20px;
    padding-left: 50px;
  }
  .reason__main-image {
    width: 130%;
    transform: translateX(-40px);
  }
  .reason__item {
    padding: 30px 20px;
  }
  .reason__container {
    display: block;
  }
  .reason__outline {
    width: 100%;
    margin-bottom: 60px;
  }
  .reason__title {
    font-size: 22px;
  }
  .reason__image {
    width: 100%;
  }
  .reason__pattern {
    width: 20px;
  }
  .reason__number {
    font-size: 45px;
  }
  .reason__reason {
    margin-top: 12px;
    font-size: 14px;
  }
}

.business {
  padding-top: 300px;
  background-color: #eaeaea;
}
.business__heading {
  margin-bottom: 80px;
}
.business .subheading--en {
  color: #fff;
}
.business__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 5px 105px;
}
.business__item {
  width: 49.8%;
  width: calc(50% - 2.5px);
  margin-bottom: 5px;
  color: #fff;
}
.business__item a {
  display: block;
  position: relative;
}
.business__item a:hover .business__layer {
  opacity: 0;
}
.business__item a:hover .business__arrow {
  background-color: #F56D26;
}
.business__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: 0.4s;
}
.business__layer--01 {
  z-index: 1;
  background: transparent;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  --webkit-backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.15);
}
.business__layer--02 {
  z-index: 2;
  background: #212121;
  opacity: 0.5;
}
.business__outline {
  position: absolute;
  top: 20px;
  left: 5.3%;
  z-index: 10;
}
.business__number {
  margin-bottom: 30px;
}
.business__number span:first-of-type {
  margin-right: 10px;
  font-size: 74px;
  letter-spacing: 0.05em;
}
.business__number span:last-of-type {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.business__title {
  font-weight: bold;
  font-size: 42px;
  line-height: 1.38;
  letter-spacing: 0.08em;
}
.business__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 5.3%;
  bottom: 35px;
  z-index: 10;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: #212121;
  transition: 0.4s;
}
.business__arrow img {
  width: 8px;
}
@media screen and (max-width: 1200px) {
  .business {
    padding-top: 160px;
  }
  .business__number {
    margin-bottom: 25px;
  }
  .business__number span:first-of-type {
    font-size: 44px;
  }
  .business__number span:last-of-type {
    font-size: 15px;
  }
  .business__title {
    font-size: 24px;
  }
  .business__arrow {
    bottom: 25px;
    width: 75px;
    height: 75px;
  }
}
@media screen and (max-width: 576px) {
  .business {
    padding-top: 120px;
  }
  .business .subheading--ja br {
    display: none;
  }
  .business__layer {
    display: none;
  }
  .business__number {
    margin-bottom: 15px;
  }
  .business__number span:first-of-type {
    font-size: 40px;
  }
  .business__number span:last-of-type {
    font-size: 14px;
  }
  .business__list {
    display: block;
  }
  .business__item {
    width: 100%;
  }
  .business__arrow {
    width: 65px;
    height: 65px;
  }
}

.tobira {
  position: relative;
  padding-bottom: 100px;
}
.tobira__door {
  position: absolute;
  bottom: 0;
  z-index: 20;
  width: 500px;
  pointer-events: none;
  transition: 0.6s ease-out;
  transition-delay: 0.4s;
}
.tobira__door--left {
  left: 50%;
  transform: translateX(-100%);
}
.tobira__door--right {
  left: 50%;
}
.tobira.is-inview .tobira__door--right {
  transform: translateX(210px);
}
.tobira.is-inview .tobira__door--left {
  transform: translateX(calc(-100% - 210px));
}
.tobira__contents {
  position: relative;
  z-index: 5;
}
.tobira__background {
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 644px;
  height: auto;
}
.tobira__heading {
  margin-bottom: 58px;
}
.tobira__number {
  margin-bottom: 50px;
  text-align: center;
}
.tobira__number span {
  display: block;
}
.tobira__number span:first-of-type {
  font-size: 74px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.tobira__number span:last-of-type {
  font-size: 16px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.tobira__title {
  width: 274px;
  margin: auto;
}
.tobira__sentence {
  width: 203px;
  margin: 0 auto 80px;
}
.tobira__link a {
  margin: auto;
}
.tobira__link a::after {
  background-color: #212121;
}
@media screen and (max-width: 1200px) {
  .tobira__door {
    width: 430px;
  }
  .tobira__number {
    margin-bottom: 40px;
  }
  .tobira__number span:first-of-type {
    font-size: 50px;
  }
  .tobira__number span:last-of-type {
    font-size: 15px;
  }
  .tobira__title {
    width: 230px;
  }
  .tobira__sentence {
    width: 180px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .tobira {
    padding-bottom: 80px;
  }
  .tobira__door {
    width: 390px;
  }
  .tobira.is-inview .tobira__door--right {
    transform: translateX(130px);
  }
  .tobira.is-inview .tobira__door--left {
    transform: translateX(calc(-100% - 130px));
  }
  .tobira__background {
    width: 120%;
    max-width: none;
  }
  .tobira__heading {
    margin-bottom: 45px;
  }
  .tobira__number span:first-of-type {
    font-size: 44px;
  }
  .tobira__number span:last-of-type {
    font-size: 14px;
  }
  .tobira__title {
    width: 190px;
  }
  .tobira__sentence {
    width: 170px;
    margin-bottom: 50px;
  }
}

.recruit {
  position: relative;
  padding-top: 257px;
  padding-bottom: 226px;
  background: #212121;
  color: #fff;
  overflow: hidden;
}
.recruit__layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: linear-gradient(#212121 0%, #212121 2.46%, rgba(33, 33, 33, 0.13) 27.09%, rgba(33, 33, 33, 0) 45.32%, rgba(33, 33, 33, 0.2) 66.5%, #212121 96.06%, #212121 100%);
}
.recruit__contents {
  position: relative;
  z-index: 10;
}
.recruit__heading {
  margin-bottom: 50px;
}
.recruit .subheading--en {
  transform: translate(-10px, -58%);
  color: #2c2c2c;
}
.recruit__sentence {
  position: relative;
  z-index: 5;
  width: 520px;
  margin-bottom: 100px;
  padding-left: 100px;
  line-height: 2;
  letter-spacing: 0.025em;
}
.recruit__link {
  padding-left: 100px;
}
@media screen and (max-width: 1200px) {
  .recruit {
    padding-top: 210px;
    padding-bottom: 160px;
  }
  .recruit__sentence {
    width: 460px;
    margin-bottom: 80px;
    padding-left: 70px;
  }
  .recruit__link {
    padding-left: 70px;
  }
}
@media screen and (max-width: 576px) {
  .recruit {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .recruit__layer::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    content: "";
  }
  .recruit__sentence {
    width: 100%;
    margin-bottom: 70px;
    padding-right: 40px;
    padding-left: 50px;
  }
  .recruit__link {
    padding-left: 50px;
  }
}

.gallery {
  display: flex;
  position: absolute;
  right: -100px;
  top: 0;
  transform: rotate(-6deg);
  z-index: 0;
}
.gallery__list {
  display: flex;
  flex-direction: column;
  width: 327px;
  margin-right: 8px;
}
.gallery__list--01 .gallery__item {
  animation: galleryScroll01 30s infinite linear 0.5s both;
  animation-delay: -10s;
}
.gallery__list--02 .gallery__item {
  animation: galleryScroll02 30s infinite linear 0.5s both;
  animation-delay: -10s;
}
.gallery__item {
  margin-bottom: 8px;
}
@media screen and (max-width: 1200px) {
  .gallery__list {
    width: 170px;
    margin-right: 5px;
  }
  .gallery__item {
    margin-bottom: 5px;
  }
}

@keyframes galleryScroll01 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes galleryScroll02 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.company {
  position: relative;
  padding-top: 250px;
}
.company .subheading--en {
  top: 50px;
  transform: translate(-10px, 0);
  z-index: -1;
  color: #f5f5f5;
}
.company__head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.company__lead {
  width: 420px;
  margin-right: 80px;
  line-height: 2;
  letter-spacing: 0.025em;
}
.company__link {
  width: 100%;
  margin-top: 90px;
  padding-right: 100px;
}
.company__link a {
  margin-right: 0;
  margin-left: auto;
}
.company__link a::after {
  background-color: #212121;
}
.company__image {
  position: relative;
  margin-top: -200px;
  z-index: -2;
}
.company__image::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 22.36%;
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
}
@media screen and (max-width: 1200px) {
  .company {
    padding-top: 180px;
  }
  .company__link {
    padding-right: 90px;
  }
  .company__image {
    margin-top: -120px;
  }
}
@media screen and (max-width: 576px) {
  .company {
    padding-top: 110px;
  }
  .company__heading {
    order: 1;
    margin-bottom: 50px;
  }
  .company__head {
    flex-direction: column;
    align-items: flex-end;
  }
  .company__lead {
    order: 2;
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .company__link {
    order: 3;
    margin-top: 60px;
    padding-right: 50px;
  }
  .company__image {
    margin-top: 0;
  }
}

.question {
  padding-top: 200px;
  padding-bottom: 160px;
}
.question .subheading--en {
  color: #f5f5f5;
}
.question__heading {
  margin-bottom: 200px;
}
.question__list {
  width: 900px;
  margin: 0 auto 85px;
}
.question__item {
  position: relative;
  background-color: #f5f5f5;
  transition: 0.3s;
}
.question__item:not(:last-of-type) {
  margin-bottom: 35px;
}
.question__item:hover {
  background-color: #212121;
  color: #fff;
}
.question__item:hover .question__plus span {
  background-color: #fff;
}
.question__detail--q {
  padding-right: 35px;
  padding: 25px 45px 25px 25px;
  cursor: pointer;
}
.question__detail--a {
  display: none;
  padding: 0 25px 25px;
}
.question__content {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.question__symbol {
  margin-right: 20px;
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.question__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.94;
  letter-spacing: 0.025em;
}
.question__plus {
  position: absolute;
  top: 34px;
  right: 27px;
  width: 21px;
  height: 21px;
}
.question__plus span {
  display: block;
  position: absolute;
  background-color: #212121;
  transition: 0.3s;
}
.question__plus span:first-of-type {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
}
.question__plus span:last-of-type {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
}
.question__lead {
  margin-bottom: 75px;
  text-align: center;
}
.question__lead span {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}
.question__lead span br {
  display: none;
}
.question__lead span::before, .question__lead span::after {
  display: block;
  position: absolute;
  content: "";
}
.question__lead span::before {
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 3px;
  background-color: #212121;
}
.question__lead span::after {
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #212121 transparent transparent transparent;
  border-width: 21px 24px 0px 0px;
}
.question__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 289px;
  height: 75px;
  margin: auto;
  border-radius: 9px;
  background-color: #212121;
  transition: 0.3s;
}
.question__button a:hover {
  background-color: #F56D26;
}
.question__button a span {
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}
.question__button a img {
  position: absolute;
  top: 50%;
  right: 33px;
  transform: translateY(-50%);
  width: 11px;
}
@media screen and (max-width: 1200px) {
  .question {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .question__heading {
    margin-bottom: 160px;
  }
  .question__list {
    width: calc(100% - 140px);
  }
  .question__item:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .question__lead span br {
    display: inline-block;
  }
}
@media screen and (max-width: 576px) {
  .question {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .question__heading {
    margin-bottom: 80px;
  }
  .question__list {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .question__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .question__detail--q {
    padding: 20px 45px 20px 20px;
  }
  .question__detail--a {
    padding: 0 20px 20px;
  }
  .question__symbol {
    margin-right: 10px;
    font-size: 26px;
  }
  .question__text {
    font-size: 15px;
  }
  .question__plus {
    top: 27px;
    right: 20px;
    width: 18px;
    height: 18px;
  }
  .question__lead {
    margin-bottom: 55px;
  }
  .question__lead span {
    font-size: 20px;
  }
  .question__button a {
    width: 240px;
    height: 62px;
  }
  .question__button a span {
    font-size: 17px;
  }
  .question__button a img {
    right: 30px;
    width: 9px;
  }
}/*# sourceMappingURL=front-page.css.map */