@charset "UTF-8";
.mv-wrap {
  position: relative;
  display: grid;
  align-items: center;
  padding-bottom: 80px;
}
.mv-textBlock {
  grid-column: 1;
  grid-row: 1;
  z-index: 3;
  width: 574px;
  min-height: 509px;
  padding: 64px;
  background-color: rgba(255, 255, 255, 0.94);
  color: #1E296E;
}
.mv-textBlock .mv-textAnime {
  overflow: hidden;
  opacity: 0;
}
.mv-textBlock .mv-textAnime span {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.13, 0.03, 0.23, 0.98) 1s;
  transition: -webkit-transform 0.5s cubic-bezier(0.13, 0.03, 0.23, 0.98) 1s;
  transition: transform 0.5s cubic-bezier(0.13, 0.03, 0.23, 0.98) 1s;
  transition: transform 0.5s cubic-bezier(0.13, 0.03, 0.23, 0.98) 1s, -webkit-transform 0.5s cubic-bezier(0.13, 0.03, 0.23, 0.98) 1s;
}
.mv-textBlock .mv-textAnime.is-active {
  opacity: 1;
}
.mv-textBlock .mv-textAnime.is-active span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mv-textBlock .c-btn {
  display: grid;
  min-height: 64px;
  margin-top: 40px;
}
.mv-textBlock__btn {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out 1.8s;
  transition: opacity 0.6s ease-in-out 1.8s;
}
.is-active .mv-textBlock__btn {
  opacity: 1;
}
.mv-text01 {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 6px;
}
.mv-text02 {
  margin-right: -24px;
  margin-bottom: 32px;
  font-size: 6rem;
  line-height: 1.26;
  letter-spacing: 7px;
}
.mv-text03 {
  margin-bottom: 8px;
  font-family: "Ysabeau Infant";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 1px;
}
.mv-text04 {
  font-family: "Ysabeau Infant";
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 1px;
}
.mv-text04 .mv-textAnime {
  padding-bottom: 1px;
}
.mv-slider {
  grid-column: 1;
  grid-row: 1;
  z-index: 2;
  margin-left: 288px;
  margin-right: 0;
}
.mv-slider img {
  width: 100%;
}
.mv-slider .swiper-controller {
  position: absolute;
  right: 0%;
  bottom: 0%;
  z-index: 3;
}
.mv-slider.is-active::after {
  z-index: 2;
}

.news-wrap {
  padding: 44px 0 24px;
  background-color: #fff;
}
.news-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 32px 80px;
  align-items: start;
  width: min(1312px, 96%);
  margin-left: auto;
  margin-right: auto;
}
.news-title {
  padding-right: 18px;
  color: #0C0051;
  border-right: 1px solid #0C0051;
}
.news-title .en {
  display: block;
  font-family: "Ysabeau Infant", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 4px;
}
.news-title .jp {
  font-size: 1.4rem;
  font-weight: 400;
}
.news-filter {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 12px;
  border-bottom: 1px solid #BFBFBF;
}
.news-filterBtn {
  padding: 0 40px;
  background-color: transparent;
  border: 0;
  font-weight: 400;
}
.news-filterBtn:not(.is-current) {
  color: #BFBFBF;
}
.news-filter > li:first-child .news-filterBtn {
  font-weight: 700;
}
.news-filter > li:not(:first-child) {
  border-left: 1px solid #E3E3E3;
}
.news-list {
  padding: 0 40px;
  position: relative;
}
.news-list:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #fff;
}
.news-list > li {
  border-bottom: 1px solid #E3E3E3;
}
.news-list__date {
  align-self: center;
  margin-left: 16px;
  margin-right: 40px;
  font-size: 1.4rem;
  font-weight: 400;
}
.news-list__tag {
  align-self: center;
  display: inline-grid;
  place-content: center;
  min-width: 64px;
  padding: 4px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
}
.news-list__tag.--new-graduate {
  background-color: #AE1717;
}
.news-list__tag.--carrer {
  background-color: #2156BF;
}
.news-list__tag.--new {
  min-width: 0;
  margin-left: 16px;
  color: #DE0000;
  font-size: 1.2rem;
  font-weight: 700;
}
.news-list__title {
  letter-spacing: 1px;
}
.news-link {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  padding: 24px 0;
  color: #000;
  text-decoration: none;
}

.vision-wrap {
  padding-top: 100px;
}
.vision-wrap .top-column01__textBlock .c-btnWrap {
  padding-top: 46px;
}
.vision-message {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 2px;
}

.business-wrap {
  padding-top: 100px;
}

.job-wrap {
  padding-top: 100px;
}
.job-carousel .swiper-slide {
  height: auto;
}
.job-carousel__link {
  position: relative;
  display: grid;
  height: 100%;
  text-decoration: none;
}
.job-carousel__image {
  grid-column: 1;
  grid-row: 1;
}
.job-carousel__textBlock {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  padding: 20px 80px 22px 68px;
  background: rgba(255, 255, 255, 0.96);
}
.job-carousel__textBlock::after {
  position: absolute;
  right: 36px;
  bottom: 24px;
  display: block;
  content: "";
  width: 47px;
  height: 8px;
  background: url('data:image/svg+xml;utf8,<svg width="56" height="8" viewBox="0 0 56 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 7.5H54L47.5 1" stroke="%230C0051"/></svg>') no-repeat right top/56px auto;
}
.job-carousel__textBlock .name {
  display: block;
  margin-bottom: 12px;
  color: #0C0051;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
}
.job-carousel__textBlock .info {
  display: block;
  color: #000;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 1.4;
}
.job-staff .top-column01__image {
  width: calc(100% - min(48.85%, 704px) + 64px);
}
.job-staff .top-column01__textBlock {
  width: min(48.85%, 704px);
}

.culture-wrap {
  padding-top: 100px;
}
.culture-bnr {
  width: min(1152px, 96%);
  margin: 80px auto 0;
}

.environment-wrap {
  padding-top: 100px;
}

.top-column01 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
}
.top-column01__image {
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
  width: 72.22%;
  margin-right: auto;
}
.top-column01__image img {
  width: 100%;
}
.top-column01__textBlock {
  grid-column: 1;
  grid-row: 1;
  z-index: 2;
  width: 48.85%;
  margin-left: auto;
  padding: 46px 64px 46px;
  background: rgba(255, 255, 255, 0.96);
}
.top-column01.--reverse .top-column01__image {
  order: 2;
  margin-left: auto;
  margin-right: 0;
}
.top-column01.--reverse .top-column01__textBlock {
  order: 1;
  margin-left: 0;
  margin-right: auto;
}
.top-column01 .top-column__title {
  margin-bottom: 10px;
}
.top-column01 .c-btnWrap {
  padding-top: 60px;
}
.top-column02 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.top-column02__col {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}
.top-column02__textBlock {
  position: relative;
  width: min(624px, 90%);
  min-height: 348px;
  display: grid;
  padding: 46px 64px 40px;
  margin-top: -130px;
  background: rgba(255, 255, 255, 0.96);
}
.top-column02 .c-btnWrap {
  margin-top: auto;
  padding-top: 20px;
}
.top-column__title {
  color: #0C0051;
}
.top-column__title .en {
  display: block;
  font-family: "Ysabeau Infant", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
}
.top-column__title .en::after {
  display: inline-block;
  content: "";
  width: 50px;
  height: 1px;
  margin-left: 8px;
  margin-bottom: 1px;
  background: #BFBFBF;
  vertical-align: middle;
}
.top-column__title .jp {
  display: block;
  margin-bottom: 4px;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 2px;
}

:is(.top-column01, .top-column02) .c-btn {
  min-width: 160px;
  min-height: 44px;
  font-family: "Ysabeau Infant", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
:is(.top-column01, .top-column02) + :is(.top-column01, .top-column02) {
  margin-top: 56px;
}

@media screen and (max-width: 1439.98px) {
  .job-staff .top-column01__image {
    width: 55.55%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1365.98px) {
  .mv-textBlock {
    width: 42.0204978038vw;
    min-height: 37.262079063vw;
    padding: 4.6852122987vw;
  }
  .mv-textBlock .c-btn {
    min-height: 4.6852122987vw;
    margin-top: 2.9282576867vw;
  }
  .mv-text01 {
    margin-bottom: 1.1713030747vw;
    font-size: 1.4641288433vw;
    letter-spacing: 0.439238653vw;
  }
  .mv-text02 {
    margin-right: -1.756954612vw;
    margin-bottom: 2.3426061493vw;
    font-size: 4.39238653vw;
    letter-spacing: 0.5124450952vw;
  }
  .mv-text03 {
    margin-bottom: 0.5856515373vw;
    font-size: 1.0248901903vw;
    letter-spacing: 0.0732064422vw;
  }
  .mv-text04 {
    font-size: 1.4641288433vw;
    letter-spacing: 0.0732064422vw;
  }
  .mv-slider {
    margin-left: 21.0834553441vw;
  }
}
/* ▼hover挙動 */
@media (hover: hover) {
  .news-link:hover {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .job-carousel__textBlock {
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .job-carousel__textBlock::after {
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .job-carousel__link .job-carousel__image {
    position: relative;
  }
  .job-carousel__link .job-carousel__image:before {
    position: absolute;
    display: block;
    content: "";
    inset: 0;
    opacity: 0;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(122, 195, 234, 0.7) 40%, rgba(239, 96, 96, 0.7) 80%, rgba(239, 96, 96, 0.4) 100%);
    mix-blend-mode: screen;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .job-carousel__link:hover .job-carousel__image::before {
    opacity: 1;
  }
  .job-carousel__link:hover .job-carousel__textBlock {
    background-color: #fff;
  }
  .job-carousel__link:hover .job-carousel__textBlock::after {
    right: 27px;
    width: 56px;
    background-image: url('data:image/svg+xml;utf8,<svg width="56" height="8" viewBox="0 0 56 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 7.5H54L47.5 1" stroke="%23008CD6"/></svg>');
  }
  :is(.top-column01__textBlock, .top-column02__textBlock):has(.c-btn:hover) {
    background-color: #fff;
  }
}
/* ▼タブレット用デザインとして付け足すデザイン */
/* ▼モバイルのみ付け足すデザイン */
@media screen and (max-width: 767.98px) {
  .mv-wrap {
    align-items: end;
  }
  .mv-textBlock {
    width: 264px;
    padding: 32px 24px 46px;
    min-height: 293px;
  }
  .mv-textBlock .c-btn {
    min-height: 44px;
    margin-top: 24px;
    font-size: 1.2rem;
  }
  .mv-text01 {
    margin: 0 -20px 24px -4px;
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  .mv-text02 {
    margin-bottom: 24px;
    font-size: 2.8rem;
    letter-spacing: 6px;
  }
  .mv-text03 {
    margin-bottom: 4px;
    font-size: 1rem;
  }
  .mv-text04 {
    margin-right: -20px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .mv-slider {
    width: 84.4444444444vw;
    margin-left: auto;
    margin-bottom: 90px;
    padding-bottom: 44px;
  }
  .mv-slider .swiper-controller {
    width: calc(100vw - 264px);
    height: 44px;
    padding: 8px;
    gap: 18px;
  }
  .mv-slider .swiper-pagination {
    display: none;
  }
  :is(.mv-slider .swiper-button-prev, .mv-slider .swiper-button-next) {
    width: 16px;
    height: 16px;
  }
  :is(.mv-slider .swiper-button-prev, .mv-slider .swiper-button-next)::after {
    width: 16px;
    height: 16px;
  }
  .mv-background::before {
    background-size: 576px 576px;
  }
  .news-wrap {
    padding-bottom: 16px;
  }
  .news-inner {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .news-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 12px;
    border-right: 0;
    border-bottom: 1px solid #0C0051;
  }
  .news-title .en {
    line-height: 1.2;
  }
  .news-title .jp {
    font-size: 1.2rem;
  }
  .news-filterBtn {
    padding: 0 20px;
  }
  .news-list {
    padding: 0;
  }
  .news-list__tag {
    grid-column: 1/2;
    grid-row: 1;
  }
  .news-list__tag.--new {
    grid-column: 3/4;
    grid-row: 1;
    margin-left: 0;
    padding: 0;
    justify-content: start;
  }
  .news-list__date {
    grid-column: 2/3;
    grid-row: 1;
    margin-right: 16px;
  }
  .news-list__title {
    grid-column: 1/4;
    grid-row: 2;
    margin-top: 16px;
  }
  .news-link {
    grid-template-columns: auto auto 1fr;
  }
  .vision-message {
    font-size: 2.2rem;
  }
  .job-staff .top-column01__image {
    grid-row: 2/3;
    width: 100%;
  }
  .job-staff .top-column01__textBlock {
    grid-row: 1/2;
    width: calc(100% - 24px);
    margin-top: 0;
  }
  .job-staff .swiper-slide {
    width: 86.6666666667vw;
  }
  .job-staff .swiper-controller {
    width: 93.3333333333vw;
    margin-left: auto;
  }
  .job-carousel .swiper-controller {
    gap: 28px;
    padding: 8px 20px 8px 8px;
  }
  .job-carousel .swiper-button-prev {
    margin-right: 34px;
  }
  .job-carousel__textBlock {
    padding-left: 8.8888888889vw;
  }
  .culture-bnr {
    width: 100%;
  }
  .environment-wrap .c-title {
    margin-left: -20px;
    margin-right: -20px;
  }
  .top-column01 {
    align-items: start;
  }
  .top-column01__image {
    width: calc(100% - 24px);
  }
  .top-column01__textBlock {
    width: calc(100% - 24px);
    margin-top: 63.8888888889vw;
    padding: 40px 24px 52px;
  }
  .top-column01 .top-column__title {
    margin-bottom: 24px;
  }
  .top-column01 .c-btnWrap {
    padding-top: 48px;
  }
  .top-column02 {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 46px;
  }
  .top-column02__textBlock {
    width: calc(100% - 48px);
    min-height: 307px;
    margin: -12.5vw auto 0;
    padding: 40px 24px 52px;
  }
  .top-column__title {
    margin-bottom: 24px;
  }
  .top-column__title .jp {
    font-size: 3rem;
    letter-spacing: 0;
  }
  .top-column__title .en::after {
    width: 40px;
  }
  :is(.top-column01, .top-column02) + :is(.top-column01, .top-column02) {
    margin-top: 52px;
  }
}