/* index.html
---------------------------------------------------- */
#main-visual {
  position: relative;
  z-index: 4;
  overflow-x: clip;
}
#main-visual .mv-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 1.875rem;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner {
    display: block;
    padding-left: 0;
  }
}
#main-visual .mv-inner .mv-content {
  padding-top: 11.25rem;
  margin-left: min(6.25vw, 120px);
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-content {
    padding-top: 60px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-content {
    padding-top: 90px;
  }
}
#main-visual .mv-inner .mv-content .mv-catch h2 span.__en {
  display: block;
  color: #ebeef2;
  font-size: min(7.2916666667vw, 140px);
  font-weight: 400;
  line-height: 0.9em;
  letter-spacing: 0;
  white-space: nowrap;
  margin-bottom: -0.48em;
  margin-left: -10rem;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-content .mv-catch h2 span.__en {
    font-size: min(13vw, 6em);
  }
}
#main-visual .mv-inner .mv-content .mv-catch h2 span.__jp {
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.4em;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-content .mv-catch h2 span.__jp {
    font-size: 3.125em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-content .mv-catch h2 span.__jp {
    font-size: min(7.25vw, 2.25em);
  }
}
#main-visual .mv-inner .mv-content .mv-catch h2 span.__jp .__char em {
  font-size: 1.375em;
}
#main-visual .mv-inner .mv-content .mv-txt {
  margin-top: 2em;
}
#main-visual .mv-inner .mv-content .mv-txt p {
  font-size: 1.125em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-content .mv-txt p {
    font-size: 1em;
  }
}
#main-visual .mv-inner .mv-slider {
  position: relative;
  width: min(41.6666666667vw, 800px);
  height: 56.25rem;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-slider {
    width: 100%;
    height: 60lvh;
    margin-top: 3em;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .mv-inner .mv-slider {
    height: auto;
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-slider {
    margin-top: 4em;
  }
}
#main-visual .mv-inner .mv-slider .slider-mv {
  width: 100%;
  height: 100%;
}
#main-visual .mv-inner .mv-slider .slider-mv .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
#main-visual .mv-inner .mv-slider .slider-mv .swiper-img {
  width: 100%;
  height: 100%;
}
#main-visual .mv-inner .mv-slider .slider-mv .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes zoomPan {
  0% {
    transform: scale(1.2) translateX(5%);
  }
  100% {
    transform: scale(1.2) translateX(-5%);
  }
}
#main-visual .mv-inner .mv-slider .swiper-slide-active .swiper-img img,
#main-visual .mv-inner .mv-slider .swiper-slide-duplicate-active .swiper-img img,
#main-visual .mv-inner .mv-slider .swiper-slide-prev .swiper-img img {
  animation: zoomPan 8s linear 0s normal both;
}
#main-visual .mv-inner .mv-slider .mv-scroll {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -30px;
}
#main-visual .mv-inner .mv-slider .mv-scroll p {
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-slider .mv-scroll p {
    font-size: 0.85em;
  }
}
@keyframes lineAnime {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#main-visual .mv-inner .mv-slider .mv-scroll::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 22.5rem;
  background: #fff;
  animation: lineAnime 3s cubic-bezier(0.8, 0, 0, 0.8) infinite;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-slider .mv-scroll::after {
    height: 40lvh;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .mv-inner .mv-slider .mv-scroll::after {
    height: 33.125rem;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-slider .mv-scroll::after {
    height: calc((100vw - 40px) / 3 * 2 / 3 * 2);
  }
}

.sec-aboutus::before {
  top: 0;
  left: 0;
  margin-top: -5rem;
  height: calc(100% + 5rem);
  background-image: url(../images/bg-gradation_blue.png);
  background-position: 50% 50%;
}
@media screen and (max-width: 1199px) {
  .sec-aboutus::before {
    margin-top: -40px;
    height: calc(100% - 40px);
  }
}
.sec-aboutus .sec-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  .sec-aboutus .sec-inner {
    text-align: center;
    display: block;
  }
}
.sec-aboutus .sec-inner .txt-wrap {
  width: calc(100% - 48.75rem);
}
@media screen and (max-width: 1199px) {
  .sec-aboutus .sec-inner .txt-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
.sec-aboutus .sec-inner .txt-wrap .sec-ttl {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  margin-top: -7.5rem;
  width: 5.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-aboutus .sec-inner .txt-wrap .sec-ttl {
    position: relative;
    margin-top: 0;
    width: auto;
  }
}
.sec-aboutus .sec-inner .txt-wrap .sec-ttl h2 {
  color: #fff;
  font-weight: 400;
  font-size: 7.5rem;
  letter-spacing: 0;
  line-height: 0.7em;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .sec-aboutus .sec-inner .txt-wrap .sec-ttl h2 {
    font-size: 4.25em;
    line-height: 1em;
    writing-mode: unset;
  }
}
@media screen and (max-width: 767px) {
  .sec-aboutus .sec-inner .txt-wrap .sec-ttl h2 {
    font-size: min(10vw, 3em);
  }
}
@media screen and (max-width: 1199px) {
  .sec-aboutus .sec-inner .txt-wrap .sec-catch {
    margin-top: 2em;
  }
}
.sec-aboutus .sec-inner .txt-wrap .sec-catch h3 span.__jp {
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .sec-aboutus .sec-inner .txt-wrap .sec-catch h3 span.__jp {
    font-size: min(6vw, 1.645em);
  }
}
.sec-aboutus .sec-inner .txt-wrap .sec-catch h3 span.__jp .__char.__gray {
  font-weight: 900;
  font-size: 1.125em;
  color: #aab2b5;
}
.sec-aboutus .sec-inner .txt-wrap .sec-txt {
  position: relative;
  z-index: 2;
  background-color: #fff;
  width: calc(40em + 6.25rem);
  margin-top: 2em;
  margin-left: 6.25rem;
  padding: 3rem 3.75rem calc(3rem + 8px);
}
@media screen and (max-width: 1199px) {
  .sec-aboutus .sec-inner .txt-wrap .sec-txt {
    text-align: start;
    width: 100%;
    margin-left: 0;
    padding: 3em 3.2em calc(3em + 8px);
  }
}
@media screen and (max-width: 767px) {
  .sec-aboutus .sec-inner .txt-wrap .sec-txt {
    padding: 1.6em 1.8em;
  }
}
.sec-aboutus .sec-inner .txt-wrap .sec-txt p {
  font-size: 1.125em;
  line-height: 2em;
  margin-top: 2em;
}
.sec-aboutus .sec-inner .txt-wrap .sec-txt p:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .sec-aboutus .sec-inner .txt-wrap .sec-txt p {
    font-size: 1em;
  }
}
.sec-aboutus .sec-inner .img-wrap {
  width: 48.75rem;
  height: max(35rem, 440px);
  margin-top: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-aboutus .sec-inner .img-wrap {
    width: calc(100% - 340px);
    height: auto;
    aspect-ratio: 5/3;
    margin-top: 3em;
  }
}
@media screen and (max-width: 991px) {
  .sec-aboutus .sec-inner .img-wrap {
    width: 100%;
    margin-top: 2em;
  }
}
.sec-aboutus .sec-inner .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-feature .sec-ttl-content {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1199px) {
  .sec-feature .sec-ttl-content {
    justify-content: space-between;
  }
}
.sec-feature .sec-ttl-content .sec-ttl {
  margin-bottom: 0.8em;
}
@media screen and (max-width: 1199px) {
  .sec-feature .sec-ttl-content .sec-ttl {
    margin-bottom: 2em;
  }
}
.sec-feature .sec-ttl-content .sec-ttl span.__en {
  line-height: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-feature .sec-ttl-content .sec-ttl span.__jp {
    display: block;
    margin-left: 0;
    margin-top: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature .sec-ttl-content .sec-ttl span.__jp {
    margin-top: 0.6em;
  }
}
.sec-feature .sec-ttl-content .sec-illust {
  width: 15rem;
  margin-left: 5rem;
}
@media screen and (max-width: 1199px) {
  .sec-feature .sec-ttl-content .sec-illust {
    width: 24rem;
    margin-left: 0;
    margin-right: -2%;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature .sec-ttl-content .sec-illust {
    width: min(39rem, 180px);
    margin-right: 0;
  }
}
.sec-feature .sec-content {
  position: relative;
  z-index: 2;
}
.sec-feature .sec-content::before {
  inset: 0;
  height: 100%;
  background-image: url(../images/bg-gradation_gray.png);
  background-position: 50% 50%;
}
.sec-feature .sec-content .sec-inner {
  position: relative;
}
.sec-feature .sec-content .sec-inner .sec-catch {
  margin-top: -1em;
}
@media screen and (max-width: 1199px) {
  .sec-feature .sec-content .sec-inner .sec-catch {
    margin-top: -3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature .sec-content .sec-inner .sec-catch {
    margin-top: -2em;
  }
}
.sec-feature .sec-content .sec-inner .sec-catch h3 {
  text-align: center;
  font-weight: 900;
  font-size: 2.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-feature .sec-content .sec-inner .sec-catch h3 {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature .sec-content .sec-inner .sec-catch h3 {
    font-size: 1.5em;
    line-height: 2.2em;
  }
}
.sec-feature .sec-content .sec-inner .sec-catch h3 .__char.__blue {
  font-size: 1.125em;
  color: #18397a;
}
.sec-feature .sec-content .sec-inner .sec-link {
  margin-top: 3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-feature .sec-content .sec-inner .sec-link {
    margin-bottom: 3em;
  }
}
.sec-feature .sec-content .sec-inner .sec-link .__linkbtn {
  margin: 0 auto;
}
.sec-feature .sec-content .sec-inner .sec-illust {
  position: absolute;
  z-index: 4;
}
.sec-feature .sec-content .sec-inner .sec-illust.__left {
  bottom: 0;
  left: 0;
  margin-left: 5rem;
  margin-bottom: 7.5rem;
  width: 12.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-feature .sec-content .sec-inner .sec-illust.__left {
    width: 18.75rem;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature .sec-content .sec-inner .sec-illust.__left {
    width: min(25rem, 120px);
    margin-left: 0;
  }
}
.sec-feature .sec-content .sec-inner .sec-illust.__right {
  bottom: 0;
  right: 0;
  margin-right: 7.5rem;
  width: 16.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-feature .sec-content .sec-inner .sec-illust.__right {
    width: 24.375rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature .sec-content .sec-inner .sec-illust.__right {
    width: min(28.4375rem, 160px);
    margin-right: 0;
  }
}

.sec-business .sec-inner {
  position: relative;
}
.sec-business .sec-inner .txt-wrap {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: calc(40em + 10rem);
  padding-top: 5rem;
  padding-left: 5rem;
  margin-right: min(12.5vw, 240px);
}
@media screen and (max-width: 1199px) {
  .sec-business .sec-inner .txt-wrap {
    position: relative;
    background-color: transparent;
    width: 100%;
    padding: 0;
  }
}
.sec-business .sec-inner .txt-wrap .sec-txt {
  margin-top: 2em;
}
.sec-business .sec-inner .txt-wrap .sec-txt p {
  font-size: 1.125em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .sec-business .sec-inner .txt-wrap .sec-txt p {
    font-size: 1em;
  }
}
.sec-business .sec-inner .txt-wrap .sec-link {
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-business .sec-inner .txt-wrap .sec-link {
    margin-top: 3em;
  }
}
.sec-business .sec-inner .txt-wrap .sec-link .__linkbtn {
  margin-left: auto;
}
.sec-business .sec-inner .img-wrap {
  width: min(49.21875vw, 945px);
  height: max(33.75rem, 440px);
}
@media screen and (max-width: 1199px) {
  .sec-business .sec-inner .img-wrap {
    width: calc(100% - 340px);
    height: auto;
    aspect-ratio: 5/3;
    margin-top: -4em;
  }
}
@media screen and (max-width: 991px) {
  .sec-business .sec-inner .img-wrap {
    width: 100%;
    margin-top: 3em;
  }
}
.sec-business .sec-inner .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-recruit {
  color: #fff;
}
.sec-recruit::before {
  inset: 0;
  height: 100%;
  background-image: url(../images/bg-gradation_blue.png);
  background-position: 50% 70%;
}
.sec-recruit .sec-ttl h2 span.__en {
  font-size: 5.625rem;
}
@media screen and (max-width: 1199px) {
  .sec-recruit .sec-ttl h2 span.__en {
    font-size: 4.25em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit .sec-ttl h2 span.__en {
    font-size: min(10vw, 3em);
  }
}
.sec-recruit .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-recruit .flex-wrap {
    display: block;
  }
}
.sec-recruit .flex-wrap .txt-wrap {
  width: 100%;
}
.sec-recruit .flex-wrap .txt-wrap .sec-txt p {
  font-size: 1.125em;
  line-height: 2em;
  margin-top: 2em;
}
.sec-recruit .flex-wrap .txt-wrap .sec-txt p:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .sec-recruit .flex-wrap .txt-wrap .sec-txt p {
    font-size: 1em;
  }
}
.sec-recruit .flex-wrap .txt-wrap .sec-link {
  display: flex;
  margin-top: 4em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit .flex-wrap .txt-wrap .sec-link {
    display: block;
    margin-top: 3em;
  }
}
.sec-recruit .flex-wrap .txt-wrap .sec-link .__linkbtn:nth-of-type(2) {
  margin-left: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit .flex-wrap .txt-wrap .sec-link .__linkbtn:nth-of-type(2) {
    margin-left: 0;
    margin-top: 1.4em;
  }
}
.sec-recruit .flex-wrap .sec-illust {
  width: max(16.875rem, 14em);
  margin-left: -100%;
  margin-right: -1%;
  margin-bottom: -1%;
}
@media screen and (max-width: 1199px) {
  .sec-recruit .flex-wrap .sec-illust {
    width: 30rem;
    margin-right: 1%;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit .flex-wrap .sec-illust {
    width: 120px;
    margin-left: auto;
    margin-top: 3em;
    margin-bottom: -4%;
  }
}
.sec-recruit .flex-wrap .sec-illust img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=index.css.map */