@charset "UTF-8";
/* ===================================================================
CSS information

file name  : homepage.css
author     : Abilive
style info : トップページ
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@property --1vw {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px;
}
:root {
  --1vw: 1vw;
  --vw-to-px: calc(tan(atan2(var(--1vw), 1px)));
}

[data-text-animation] [data-line] {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(0%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 0%);
  background-clip: text;
  -webkit-background-clip: text;
  will-change: background-image;
}

[data-heading-animation] {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
[data-heading-animation] > span {
  display: inline-block;
}

@media (prefers-reduced-motion: reduce) {
  [data-heading-animation] > span {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
  [data-deco-title-animation] {
    opacity: 0.3 !important;
  }
  [data-text-scrub] {
    opacity: 1 !important;
  }
}
@-webkit-keyframes fvFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fvFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-contents {
  padding-bottom: 13.3rem;
}
@media only screen and (max-width: 767px) {
  .l-contents {
    padding-bottom: 8rem;
  }
}

.p-mv {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/880;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-mv {
    aspect-ratio: 1440/1080;
  }
}
@media only screen and (max-width: 767px) {
  .p-mv {
    aspect-ratio: 375/700;
  }
}
.p-mv__hero {
  width: 100%;
  height: 100%;
}
.p-mv__hero video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-mv__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2.4rem;
  position: absolute;
  left: 2.6rem;
  top: 22.7rem;
  z-index: 2;
  max-width: 56.6rem;
  color: var(--color-white);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-mv__text {
    top: 15.6rem;
    max-width: 39.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-mv__text {
    left: 0.7rem;
    top: 17.3rem;
    max-width: 26rem;
    row-gap: 1.1rem;
  }
}
.p-mv__text-main {
  word-break: keep-all;
  overflow-wrap: break-word;
  letter-spacing: 0em;
  line-height: 1.17;
}
@media only screen and (min-width: 1200px) {
  .p-mv__text-main {
    font-size: 8rem;
  }
}
@media print {
  .p-mv__text-main {
    font-size: 8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-mv__text-main {
    font-size: 5.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-mv__text-main {
    font-size: 5.2rem;
  }
}
.p-mv__text-sub {
  font-family: var(--font-family-en);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media only screen and (min-width: 1200px) {
  .p-mv__text-sub {
    font-size: 2.4rem;
  }
}
@media print {
  .p-mv__text-sub {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-mv__text-sub {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-mv__text-sub {
    font-size: 1.2rem;
  }
}
.p-mv__text.u-fade .p-mv__text-main,
.p-mv__text.u-fade .p-mv__text-sub {
  opacity: 0;
  -webkit-animation: fvFadeIn 1.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s forwards;
  animation: fvFadeIn 1.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s forwards;
}
.p-mv__text.u-fade .p-mv__text-sub {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.p-mv__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 0.6rem;
  position: absolute;
  right: 3rem;
  bottom: 12.7rem;
  color: var(--color-white);
  text-decoration: none;
  font-family: var(--font-family-en);
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-mv__scroll {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-mv__scroll {
    font-size: 1.1rem;
  }
}
.p-mv__scroll:after {
  content: "";
  display: block;
  width: 0.5rem;
  aspect-ratio: 1;
  background-color: currentColor;
  -webkit-mask: var(--icon-scroll-down) no-repeat center/contain;
  mask: var(--icon-scroll-down) no-repeat center/contain;
  pointer-events: none;
  aspect-ratio: 8/35;
}
@media only screen and (max-width: 767px) {
  .p-mv__scroll {
    right: 1.3rem;
    bottom: 6.1rem;
  }
}
.p-mv__scroll span {
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  text-orientation: mixed;
}

.p-intro {
  position: relative;
  z-index: 0;
  padding-top: 10.6rem;
  background: var(--color-bg4);
}
@media only screen and (max-width: 767px) {
  .p-intro {
    padding-top: 5.3rem;
  }
}
.p-intro__inner {
  position: relative;
}
.p-intro__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.3;
  height: 100svh;
  margin-top: 1.6rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-intro__bg {
    height: 97vh;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__bg {
    margin-top: 3rem;
    height: 93vh;
  }
}
.p-intro__bg-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 1440/863;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-intro__bg-inner {
    aspect-ratio: 375/328;
  }
}
.p-intro__bg-inner video {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 133%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .p-intro__bg-inner video {
    margin-top: -7%;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__bg-inner video {
    width: 171%;
    margin-top: -7%;
  }
}
.p-intro__content {
  width: var(--content-width);
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-intro__content {
    max-width: 1200px;
  }
}
.p-intro__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .p-intro__catch {
    max-width: 50.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__catch {
    row-gap: 0.4rem;
  }
}
.p-intro__catch-main {
  word-break: keep-all;
  overflow-wrap: break-word;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.7;
}
@media only screen and (min-width: 1200px) {
  .p-intro__catch-main {
    font-size: 4.3rem;
  }
}
@media print {
  .p-intro__catch-main {
    font-size: 4.3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-intro__catch-main {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__catch-main {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-intro__catch-main .c-ruby rt {
    font-size: 1.3rem;
  }
}
@media print {
  .p-intro__catch-main .c-ruby rt {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-intro__catch-main .c-ruby rt {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__catch-main .c-ruby rt {
    font-size: 0.6rem;
  }
}
.p-intro__catch-main span {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .p-intro__catch-main span:first-of-type {
    margin-left: -1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__catch-main span:first-of-type {
    margin-left: -1.1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-intro__catch-main span:nth-of-type(2), .p-intro__catch-main span:nth-of-type(3) {
    margin-left: -4.3rem;
  }
}
@media print {
  .p-intro__catch-main span:nth-of-type(2), .p-intro__catch-main span:nth-of-type(3) {
    margin-left: -4.3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-intro__catch-main span:nth-of-type(2), .p-intro__catch-main span:nth-of-type(3) {
    margin-left: -3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__catch-main span:nth-of-type(2), .p-intro__catch-main span:nth-of-type(3) {
    margin-left: -1.9rem;
  }
}
.p-intro__catch-sub {
  font-family: var(--font-family-en);
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.36;
}
@media only screen and (min-width: 1200px) {
  .p-intro__catch-sub {
    font-size: 3.9rem;
  }
}
@media print {
  .p-intro__catch-sub {
    font-size: 3.9rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-intro__catch-sub {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__catch-sub {
    font-size: 1.9rem;
  }
}
.p-intro__text {
  margin-top: 9.3rem;
  padding-bottom: 14.3rem;
}
@media only screen and (min-width: 768px) {
  .p-intro__text {
    max-width: 615px;
    margin-inline: auto;
    padding-left: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__text {
    margin-top: 4.2rem;
    padding-bottom: 6.4rem;
  }
}
.p-intro__text-paragraph {
  letter-spacing: 0.05em;
  line-height: 2.8;
}
@media only screen and (min-width: 768px) {
  .p-intro__text-paragraph {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__text-paragraph {
    font-size: 1.1rem;
  }
}
.p-intro__text-paragraph + .p-intro__text-paragraph {
  margin-top: 2em;
}

.p-company {
  overflow: hidden;
  background: var(--color-base-bg);
}
.p-company__bg {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/892;
  background: url(../images/home/bg_company.webp) no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .p-company__bg {
    aspect-ratio: 375/291;
  }
}
.p-company__bg .c-deco-text {
  position: absolute;
  right: -1.8rem;
  bottom: -7.8rem;
}
@media only screen and (max-width: 767px) {
  .p-company__bg .c-deco-text {
    right: -0.3rem;
    bottom: -2.6rem;
  }
}
.p-company .c-container {
  padding-block: 13.8rem 4.2rem;
}
@media only screen and (max-width: 767px) {
  .p-company .c-container {
    width: 100%;
    padding-block: 6.6rem 5.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .c-heading {
    width: var(--content-width);
    margin-inline: auto;
  }
}
.p-company__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6.2rem;
}
@media only screen and (min-width: 768px) {
  .p-company__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 8%;
    -moz-column-gap: 8%;
    column-gap: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .p-company__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3.3rem;
    padding-top: 3.8rem;
  }
}
.p-company__content-text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 3.2rem;
}
@media only screen and (min-width: 768px) {
  .p-company__content-text {
    width: 45%;
    margin-top: 2.5rem;
    padding-right: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company__content-text {
    row-gap: 2.6rem;
    width: var(--content-width);
    margin-inline: auto;
  }
}
.p-company__content-text .lead {
  letter-spacing: 0.05em;
  line-height: 2.4;
}
@media only screen and (min-width: 768px) {
  .p-company__content-text .lead {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company__content-text .lead {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company__content-text .lead {
    line-height: 2;
  }
}
.p-company__content-image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 768px) {
  .p-company__content-image {
    width: 43%;
  }
}
@media only screen and (max-width: 767px) {
  .p-company__content-image {
    width: 94%;
    aspect-ratio: 355/325;
  }
  .p-company__content-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.p-company .c-link-list {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .p-company .c-link-list {
    gap: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .c-link-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-company .c-link-list .c-link-list__item {
    aspect-ratio: 267/119;
  }
}
@media print {
  .p-company .c-link-list .c-link-list__item {
    aspect-ratio: 267/119;
  }
}
.p-company .c-card-link {
  height: 100%;
  padding: 1.2rem 1.6rem 3.5rem;
}
@media only screen and (max-width: 767px) {
  .p-company .c-card-link {
    padding-inline: 1rem;
  }
}

.p-business {
  padding-bottom: 2.6rem;
  background: var(--color-base-bg);
}
@media only screen and (max-width: 767px) {
  .p-business {
    padding-bottom: 5rem;
  }
}
.p-business .c-deco-text {
  -webkit-transform: translateX(-1rem);
  transform: translateX(-1rem);
}
@media only screen and (max-width: 767px) {
  .p-business .c-deco-text {
    -webkit-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
  }
}
.p-business__head {
  width: var(--content-width);
  margin-inline: auto;
  margin-top: 4.8rem;
}
@media only screen and (min-width: 768px) {
  .p-business__head {
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15%;
    -moz-column-gap: 15%;
    column-gap: 15%;
    max-width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .p-business__head {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-business__head-sentence {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-business__head-sentence {
    margin-top: 3.6rem;
  }
}
.p-business__content {
  margin-top: 7.6rem;
}
@media only screen and (max-width: 767px) {
  .p-business__content {
    margin-top: 3.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-business__content .c-swiper .swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6rem;
    width: var(--content-width);
    max-width: 1360px;
    margin-inline: auto;
  }
}
.p-business__content .c-swiper .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.p-business__content .c-swiper .swiper .swiper-wrapper .slide {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-business__content .c-swiper .swiper .swiper-wrapper .slide {
    aspect-ratio: 660/352;
  }
}
@media only screen and (max-width: 767px) {
  .p-business__content .c-swiper .swiper .swiper-wrapper .slide {
    aspect-ratio: 286/240;
  }
}
.p-business__content .c-swiper .swiper .swiper-wrapper .slide-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 2rem;
  color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .p-business__content .c-swiper .swiper .swiper-wrapper .slide-text {
    padding: 1rem 1rem 2.6rem 1rem;
  }
}
.p-business__content .c-swiper .swiper .swiper-wrapper .slide-text-en {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 0.6rem;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
  font-family: var(--font-family-en);
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-business__content .c-swiper .swiper .swiper-wrapper .slide-text-en {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-business__content .c-swiper .swiper .swiper-wrapper .slide-text-en {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-business__content .c-swiper .swiper .swiper-wrapper .slide-text-en {
    -webkit-column-gap: 0.3rem;
    -moz-column-gap: 0.3rem;
    column-gap: 0.3rem;
  }
}
.p-business__content .c-swiper .swiper .swiper-wrapper .slide-text-en:before {
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 1;
  border-radius: 100%;
  background: var(--color-key1);
  margin-top: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .p-business__content .c-swiper .swiper .swiper-wrapper .slide-text-en:before {
    width: 4px;
  }
}
.p-business__content .c-swiper .swiper .swiper-wrapper .slide-text-main, .p-business__content .c-swiper .swiper .swiper-wrapper .slide-text-sub {
  padding-left: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .p-business__content .c-swiper .swiper .swiper-wrapper .slide-text-main, .p-business__content .c-swiper .swiper .swiper-wrapper .slide-text-sub {
    padding-left: 0.4rem;
  }
}
.p-business__content .c-swiper .swiper .swiper-wrapper .slide-text-main {
  letter-spacing: 0em;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .p-business__content .c-swiper .swiper .swiper-wrapper .slide-text-main {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-business__content .c-swiper .swiper .swiper-wrapper .slide-text-main {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-business__content .c-swiper .swiper .swiper-wrapper .slide-text-main {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-business__content .c-swiper .swiper .swiper-wrapper .slide-text-main {
    margin-top: auto;
  }
}
.p-business__content .c-swiper .swiper .swiper-wrapper .slide-text-sub {
  letter-spacing: 0em;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .p-business__content .c-swiper .swiper .swiper-wrapper .slide-text-sub {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-business__content .c-swiper .swiper .swiper-wrapper .slide-text-sub {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-business__content .c-swiper .swiper .swiper-wrapper .slide-text-sub {
    margin-top: 0.2rem;
  }
}
.p-business__content .c-swiper .swiper .swiper-wrapper .slide-image {
  position: absolute;
  inset: 0;
}
.p-business__content .c-swiper .swiper .swiper-wrapper .slide-image img {
  -webkit-transition: -webkit-filter var(--duration-normal) var(--ease);
  transition: -webkit-filter var(--duration-normal) var(--ease);
  transition: filter var(--duration-normal) var(--ease);
  transition: filter var(--duration-normal) var(--ease), -webkit-filter var(--duration-normal) var(--ease);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-business__content .c-swiper .swiper .swiper-wrapper .slide:hover .slide-image img, .p-business__content .c-swiper .swiper .swiper-wrapper .slide:focus .slide-image img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.p-jobs {
  overflow: hidden;
  position: relative;
}
.p-jobs:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  height: 7.3rem;
  background: var(--color-base-bg);
}
@media only screen and (max-width: 767px) {
  .p-jobs:before {
    height: 3.6rem;
  }
}
.p-jobs .c-deco-text {
  position: absolute;
  right: -0.9rem;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-jobs .c-deco-text {
    right: -0.4rem;
  }
}
.p-jobs__inner {
  position: relative;
}
.p-jobs__bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100svh;
  background-image: url(../images/home/bg_jobs-pc.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 1199px) {
  .p-jobs__bg {
    height: 100vh;
  }
  .ipad .p-jobs__bg, .iphone .p-jobs__bg {
    height: 100lvh;
  }
}
@media only screen and (max-width: 767px) {
  .p-jobs__bg {
    background-image: url(../images/home/bg_jobs-sp.webp);
  }
}
.p-jobs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 3.3rem;
  width: var(--content-width);
  margin-inline: auto;
  padding-block: 29.1rem 13.3rem;
}
@media only screen and (min-width: 768px) {
  .p-jobs__content {
    max-width: 1280px;
  }
}
@media only screen and (max-width: 767px) {
  .p-jobs__content {
    row-gap: 2.3rem;
    padding-block: 13.3rem 11.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-jobs__content-sentence {
    max-width: 25.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-jobs__content-sentence {
    max-width: 16rem;
  }
}
.p-jobs__content-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .p-jobs__content-links {
    max-width: 16rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-jobs__content-links {
    row-gap: 0.6rem;
    max-width: 14.6rem;
    margin-top: 0.3rem;
  }
}
.p-jobs__content-links > * {
  width: 100%;
}

.p-project {
  padding-top: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .p-project {
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-project__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%;
    width: var(--content-width);
    margin-inline: auto;
    max-width: 1360px;
  }
}
@media only screen and (max-width: 767px) {
  .p-project__inner {
    display: contents;
  }
}
.p-project-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2.6rem;
}
@media only screen and (min-width: 768px) {
  .p-project-head {
    position: sticky;
    top: 9.3rem;
    width: 28%;
    padding-bottom: 9.3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-project-head {
    padding-left: 2%;
  }
}
@media print {
  .p-project-head {
    padding-left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .p-project-head {
    row-gap: 3rem;
    width: var(--content-width);
    margin-inline: auto;
  }
}
.p-project-head .c-heading__main {
  word-break: keep-all;
  overflow-wrap: break-word;
  letter-spacing: -0.06em;
}
@media only screen and (min-width: 768px) {
  .p-project-content {
    width: 66%;
    margin-top: 11.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-project-content {
    margin-top: 3.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-project-content .c-swiper .swiper {
    overflow: visible;
  }
}
@media only screen and (min-width: 768px) {
  .p-project-content .c-swiper .swiper .swiper-wrapper {
    display: block;
  }
}
.p-project-content .c-swiper .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
@media only screen and (min-width: 768px) {
  .p-project-content .c-swiper .swiper .swiper-wrapper .swiper-slide + .swiper-slide {
    margin-top: 3.3rem;
  }
}
.p-project-content .c-swiper .swiper .swiper-wrapper .slide {
  position: relative;
  aspect-ratio: 900/600;
}
@media only screen and (max-width: 767px) {
  .p-project-content .c-swiper .swiper .swiper-wrapper .slide {
    aspect-ratio: 320/430;
  }
}
.p-project-content .c-swiper .swiper .swiper-wrapper .slide-num {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 11.9rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-project-content .c-swiper .swiper .swiper-wrapper .slide-num {
    width: 8.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-project-content .c-swiper .swiper .swiper-wrapper .slide-num {
    width: 7.3rem;
  }
}
.p-project-content .c-swiper .swiper .swiper-wrapper .slide-num > span {
  display: block;
  position: relative;
  z-index: 0;
  padding: 1.5rem 0.8rem 0.4rem 0.8rem;
  background: var(--color-bg5);
  color: var(--color-white);
  text-align: right;
  font-family: var(--font-family-en);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media only screen and (min-width: 1200px) {
  .p-project-content .c-swiper .swiper .swiper-wrapper .slide-num > span {
    font-size: 1.1rem;
  }
}
@media print {
  .p-project-content .c-swiper .swiper .swiper-wrapper .slide-num > span {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-project-content .c-swiper .swiper .swiper-wrapper .slide-num > span {
    font-size: 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-project-content .c-swiper .swiper .swiper-wrapper .slide-num > span {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-project-content .c-swiper .swiper .swiper-wrapper .slide-num > span {
    padding: 0.8rem 0.4rem 0.2rem 0.4rem;
  }
}
.p-project-content .c-swiper .swiper .swiper-wrapper .slide-num > span:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--color-gradient2);
}
.p-project-content .c-swiper .swiper .swiper-wrapper .slide-num > span span {
  padding-left: 0.6rem;
  letter-spacing: -0.08em;
}
@media only screen and (min-width: 1200px) {
  .p-project-content .c-swiper .swiper .swiper-wrapper .slide-num > span span {
    font-size: 3.3rem;
  }
}
@media print {
  .p-project-content .c-swiper .swiper .swiper-wrapper .slide-num > span span {
    font-size: 3.3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-project-content .c-swiper .swiper .swiper-wrapper .slide-num > span span {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-project-content .c-swiper .swiper .swiper-wrapper .slide-num > span span {
    font-size: 2.4rem;
  }
}
.p-project-content .c-swiper .swiper .swiper-wrapper .slide-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.7rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3rem;
  z-index: 1;
  padding-inline: 3.1rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-project-content .c-swiper .swiper .swiper-wrapper .slide-text {
    row-gap: 1.2rem;
    bottom: 2.1rem;
    padding-inline: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-project-content .c-swiper .swiper .swiper-wrapper .slide-text {
    row-gap: 0.9rem;
    bottom: 2.4rem;
    padding-inline: 1.1rem;
  }
}
.p-project-content .c-swiper .swiper .swiper-wrapper .slide-text-catch {
  margin-top: auto;
  color: var(--color-white);
  word-break: keep-all;
  overflow-wrap: break-word;
  letter-spacing: 0em;
  line-height: 1.6;
}
@media only screen and (min-width: 1200px) {
  .p-project-content .c-swiper .swiper .swiper-wrapper .slide-text-catch {
    font-size: 2.1rem;
  }
}
@media print {
  .p-project-content .c-swiper .swiper .swiper-wrapper .slide-text-catch {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-project-content .c-swiper .swiper .swiper-wrapper .slide-text-catch {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-project-content .c-swiper .swiper .swiper-wrapper .slide-text-catch {
    font-size: 1.8rem;
  }
}
.p-project-content .c-swiper .swiper .swiper-wrapper .slide-text-caption {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.7rem 1rem;
  background: var(--color-bg5);
  color: var(--color-white);
  letter-spacing: 0em;
  line-height: 1.4;
}
@media only screen and (min-width: 1200px) {
  .p-project-content .c-swiper .swiper .swiper-wrapper .slide-text-caption {
    font-size: 1.3rem;
  }
}
@media print {
  .p-project-content .c-swiper .swiper .swiper-wrapper .slide-text-caption {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-project-content .c-swiper .swiper .swiper-wrapper .slide-text-caption {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-project-content .c-swiper .swiper .swiper-wrapper .slide-text-caption {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-project-content .c-swiper .swiper .swiper-wrapper .slide-text-caption {
    padding: 0.4rem 0.5rem;
  }
}
.p-project-content .c-swiper .swiper .swiper-wrapper .slide-image {
  position: absolute;
  inset: 0;
}
.p-project-content .c-swiper .swiper .swiper-wrapper .slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-people {
  margin-top: -8.7rem;
  padding-bottom: 6.4rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-people {
    margin-top: -6.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-people {
    margin-top: -3.7rem;
    padding-bottom: 5.2rem;
  }
}
.p-people .c-deco-text {
  -webkit-transform: translateX(-1rem);
  transform: translateX(-1rem);
}
@media only screen and (max-width: 767px) {
  .p-people .c-deco-text {
    -webkit-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
  }
}
.p-people__head {
  width: var(--content-width);
  margin-inline: auto;
  margin-top: 6.2rem;
}
@media only screen and (min-width: 768px) {
  .p-people__head {
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8%;
    -moz-column-gap: 8%;
    column-gap: 8%;
    max-width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .p-people__head {
    margin-top: 2.7rem;
  }
}
.p-people__head .c-heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 768px) {
  .p-people__head-sentence {
    margin-top: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-people__head-sentence {
    margin-top: 3rem;
  }
}
.p-people__content {
  margin-top: 6.6rem;
}
@media only screen and (max-width: 767px) {
  .p-people__content {
    margin-top: 3.3rem;
  }
}
.p-people .c-swiper-prev,
.p-people .c-swiper-next {
  color: var(--color-white);
}
.p-people > .c-button {
  width: 16rem;
  margin-inline: auto;
  margin-top: 6.6rem;
}
@media only screen and (max-width: 767px) {
  .p-people > .c-button {
    width: 14.6rem;
    margin-top: 3.6rem;
  }
}

.p-sns {
  padding-block: 6.4rem 14.6rem;
}
@media only screen and (max-width: 767px) {
  .p-sns {
    padding-block: 5.2rem 6.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-sns__head {
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12%;
    -moz-column-gap: 12%;
    column-gap: 12%;
  }
}
.p-sns__head .c-heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 768px) {
  .p-sns__head-sentence {
    max-width: 25.4rem;
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-sns__head-sentence {
    margin-top: 3rem;
  }
}
.p-sns__content {
  margin-top: 5.3rem;
}
@media only screen and (min-width: 768px) {
  .p-sns__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-sns__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2.6rem;
    margin-top: 5.2rem;
  }
}
.p-sns__content-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.p-sns__content-thumb {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 580/326;
  border-radius: 0.6rem;
}
@media only screen and (max-width: 767px) {
  .p-sns__content-thumb {
    border-radius: 0.4rem;
  }
}
.p-sns__content-thumb img,
.p-sns__content-thumb video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-sns__content .c-button {
  position: relative;
  width: 16rem;
  margin-top: -1.6rem;
  background: var(--color-bg5);
}
@media only screen and (max-width: 767px) {
  .p-sns__content .c-button {
    width: 13rem;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.p-experience {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-experience {
    width: 94%;
    margin-inline: auto;
    aspect-ratio: 1360/766;
  }
}
@media only screen and (max-width: 767px) {
  .p-experience {
    aspect-ratio: 375/700;
  }
}
.p-experience:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--color-black-lighten);
}
.p-experience__bg {
  position: absolute;
  inset: 0;
}
.p-experience__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-experience__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2.6rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  width: var(--content-width);
  margin-inline: auto;
  margin-top: 6rem;
}
@media only screen and (min-width: 768px) {
  .p-experience__head {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-experience__head {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-experience__head {
    row-gap: 2rem;
    margin-top: 6.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-experience__head > * {
    max-width: 42rem;
  }
}
.p-experience__head .c-heading {
  padding-bottom: 0;
  border-bottom: none;
}
@media only screen and (min-width: 1200px) {
  .p-experience__head .c-heading {
    font-size: 3.3rem;
  }
}
@media print {
  .p-experience__head .c-heading {
    font-size: 3.3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-experience__head .c-heading {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-experience__head .c-heading {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-experience__head__sentence {
    word-break: keep-all;
    overflow-wrap: break-word;
  }
}
.p-experience__play {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.7rem;
  -moz-column-gap: 1.7rem;
  column-gap: 1.7rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: color var(--duration-normal) var(--ease);
  transition: color var(--duration-normal) var(--ease);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 4%;
  margin-bottom: 4%;
  color: var(--color-white);
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .p-experience__play {
    margin-right: 6%;
    margin-bottom: 14%;
  }
}
.p-experience__play:hover {
  color: var(--color-key1);
}
.p-experience__play-text {
  display: block;
  max-width: 14rem;
  text-align: right;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .p-experience__play-text {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-experience__play-text {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-experience__play-text {
    max-width: 11.3rem;
  }
}
.p-experience__play-icon {
  display: block;
  position: relative;
  width: 7.3rem;
  aspect-ratio: 1;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-experience__play-icon {
    width: 5.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-experience__play-icon {
    width: 4.4rem;
  }
}
.p-experience__play-icon:before {
  content: "";
  display: block;
  width: 6.5rem;
  aspect-ratio: 1;
  background-color: currentColor;
  -webkit-mask: var(--icon-play) no-repeat center/contain;
  mask: var(--icon-play) no-repeat center/contain;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-experience__play-icon:before {
    width: 4.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-experience__play-icon:before {
    width: 3.9rem;
  }
}
.p-experience__play-icon:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border: 1px dashed currentColor;
  border-radius: 100%;
  -webkit-animation: rotate 20s linear infinite;
  animation: rotate 20s linear infinite;
}

.p-video-modal {
  position: relative;
  width: 95%;
  aspect-ratio: 16/9;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-video-modal {
    max-width: 1280px;
  }
}
.p-video-modal__player {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-video-modal__player iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-video-modal video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-college {
  padding-top: 12rem;
}
@media only screen and (max-width: 767px) {
  .p-college {
    padding-top: 6.6rem;
  }
}
.p-college__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-college__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 6%;
    -moz-column-gap: 6%;
    column-gap: 6%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    column-gap: 6%;
    margin-top: 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-college__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2.6rem;
    margin-top: 2.6rem;
  }
}
.p-college__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 3.3rem;
}
@media only screen and (min-width: 768px) {
  .p-college__text {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .p-college__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    row-gap: 2.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-college__text-sentence {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-college__text-sentence {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-college__text-sentence {
    word-break: keep-all;
    overflow-wrap: break-word;
    max-width: 32.6rem;
  }
}
.p-college__text .c-button {
  width: 16rem;
}
@media only screen and (max-width: 767px) {
  .p-college__text .c-button {
    width: 14.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-college__image {
    width: 36%;
  }
}
@media only screen and (max-width: 767px) {
  .p-college__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 66%;
    margin-inline: auto;
  }
}

.p-entry {
  padding-top: 5.3rem;
}
@media only screen and (max-width: 767px) {
  .p-entry {
    padding-top: 6.6rem;
  }
}