@charset "UTF-8";

:root {
  --main-color: #c8161d;
  --black: #000;
  --white: #fff;
  --blue: #0089b3;
  --light-gray: #d1d1d1;
  --beige: #fbf9f6;
  --slide-bg: #e4e4e4;
  --gray: #c2c2c2;
  --textarea: #fafafa;
  --js-opacity: 0;
  --slide-mr: 2.545%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
a,
a:link,
a:visited,
a:active {
  text-decoration: none;
}
a:link,
a:visited,
a:active {
  color: inherit;
}
a {
  transition: 0.3s;
}
ul,
li {
  list-style: none;
}
button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  appearance: none;
}
select,
textarea,
input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  resize: none;
}
main {
  display: block;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
.u-sp {
  display: none !important;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
}
.splide__track .splide__list {
  padding-bottom: 20px !important;
}
/* Utility
----------------------------------------------------------------- */
.u-flex {
  display: flex;
}
.u-grid {
  display: grid;
}
.u-block {
  display: block;
}
.u-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.u-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.u-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.u-center {
  text-align: center;
}
.u-right {
  text-align: right;
}
.u-medium {
  font-weight: 500;
}
.u-bold {
  font-weight: 700;
}
.u-white {
  color: var(--white);
}
.u-red {
  color: var(--main-color);
}
a.u-red {
  color: var(--main-color);
}
.u-blue {
  color: var(--blue);
}
.u-bg-black {
  background-color: var(--black);
}
.u-bg-beige {
  background-color: var(--beige);
}
.u-br16 {
  border-radius: 16px;
}
.u-br50 {
  border-radius: 50%;
}
.u-mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023.8px) {
  .u-mt70 {
    margin-top: 70px;
  }
}
.u-inter {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.u-row-reverse {
  flex-direction: row-reverse;
}
.u-md-flex {
  display: flex;
}
.u-flex-col {
  flex-direction: column;
}
.u-list li {
  list-style: disc;
  margin-left: 30px;
}
/* ==========================================================================
   Object
========================================================================== */
/* Component
----------------------------------------------------------------- */
.c-btn,
.c-btn a {
  margin: 0 auto;
  display: block;
}
.c-second__btn .c-link {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: 0.3s;
  display: inline-block;
}
.c-second__btn .c-link:hover {
  opacity: 0.7;
}
.c-second__btn .c-link::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 8px;
  margin-left: 16px;
  vertical-align: middle;
}
.c-second__btn .u-black::after {
  background: url(/recruit/assets/img/icon/arrow.svg) no-repeat center / contain;
}
.c-second__btn .u-white::after {
  background: url(/recruit/assets/img/icon/arrow_w.svg) no-repeat center / contain;
}
.c-second__btn .u-red::after {
  background: url(/recruit/assets/img/icon/arrow_r.svg) no-repeat center / contain;
}
.c-entry {
  position: fixed;
  z-index: 1;
  right: 7.5%;
}
.c-entry.u-front {
  top: 120px;
}
.c-entry.u-under {
  top: 120px;
}
.c-entry__btn {
  border-radius: 50%;
  max-width: 176px;
  max-height: 176px;
  width: 12vw;
  height: 12vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  border: 1px solid var(--white);
  color: var(--white);
  font-weight: 700;
  font-size: min(2.4vw, 32px);
  line-height: 1.5;
  transition: 0.3s;
}
.c-entry__btn:hover {
  opacity: 0.7;
}
a.c-entry__btn {
  color: var(--white);
}
.c-second__btn.u-entry .c-link {
  border: 2px solid var(--black);
  padding: 15px 0;
  display: block;
  width: 248px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}

.c-heading {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.c-heading__l {
  font-size: 32px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.15em;
}
.c-heading__s {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.c-heading__en {
  color: var(--main-color);
  font-weight: 700;
  font-size: 96px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.c-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.15em;
}
.c-title__r {
  position: relative;
  margin-bottom: 56px;
  padding: 1px 0 1px 1.5rem;
}
.c-title__r::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: var(--main-color);
}
.c-lead__inner {
  justify-content: space-between;
  align-items: flex-end;
}
.c-lead {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.15em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.c-lead__m {
  line-height: 2;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.15em;
}
.c-sub__head {
  display: inline-block;
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: 0.15em;
  padding-bottom: 4px;
  font-weight: 700;
  border-bottom: 2px solid var(--black);
  margin-bottom: 24px;
}
.c-sub__head.u-white {
  border: 2px solid var(--white);
}
.c-sub__num {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  line-height: 1.6;
  border-bottom: 3px solid var(--black);
}
.c-heading__col {
  display: flex;
  column-gap: 56px;
  align-items: baseline;
  font-weight: 700;
}
.c-en {
  font-size: 64px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.c-ja {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.c-externalList {
  column-gap: 24px;
}
.c-externalListItem a {
  position: relative;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) and (max-width: 1354px) {
  .c-externalList {
    column-gap: 1.773vw;
  }
}
.c-mark__inner {
  margin-bottom: 1rem;
}
.c-mark {
  background-color: var(--black);
  color: var(--white);
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.15em;
  display: inline-block;
  padding: 0 9px;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.c-mark.u-last {
  margin-bottom: 0;
}
.u-bgred .c-mark {
  background-color: var(--main-color);
}

.c-marker .c-mark__inner {
  display: inline-flex;
  flex-direction: column;
}
.c-marker .c-mark {
  width: max-content;
  font-size: 32px;
}

.c-hero__head {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-hero__head .c-en {
  font-size: 56px;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
}
.c-hero .c-ja {
  letter-spacing: 0.15em;
}
.c-info__dl {
  background-color: var(--white);
  display: flex;
  flex-wrap: wrap;
  line-height: 2.2;
  letter-spacing: 0.15em;
  font-size: 16px;
}
.c-info__dt {
  padding: 32px 0 32px 30px;
  width: 138px;
  font-weight: 700;
  border-bottom: 1px solid var(--light-gray);
}
.c-info__dd {
  width: calc(100% - 138px);
  padding: 32px 38px 32px 38px;
  font-weight: 400;
  border-bottom: 1px solid var(--light-gray);
}
.c-info__dt:last-of-type {
  border: none;
}
.c-info__dd:last-of-type {
  border: none;
}
.c-info__dd .c-list li {
  padding-left: 1em;
  position: relative;
}
.c-info__dd .c-list li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
}
.c-voice {
  display: flex;
  margin-top: 100px;
}
@media screen and (min-width: 1024px) {
  .c-voice {
    justify-content: space-between;
  }
  .c-voice.u-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1023.8px) {
  .u-lg {
    display: none !important;
  }
}
.c-voise__ttlArea {
  max-width: 62px;
  writing-mode: vertical-lr;
  margin-left: 2.923%;
}
@media screen and (min-width: 1024px) {
  .c-voice.u-reverse .c-voise__ttlArea {
    margin-right: 2.923%;
  }
}
.c-voise__ttl {
  position: relative;
  background-color: var(--white);
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.15em;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.c-voise__ttl .text {
  flex-shrink: 0;
  display: flex;
  margin-bottom: 1rem;
}
.c-voise__ttl .border {
  position: relative;
}
.c-voise__ttl .border {
  display: inline-block;
  width: 1px;
  height: 100%;
  background: var(--black);
}
.c-voice__List {
  max-width: 1160px;
  width: 89.2%;
}
@media screen and (min-width: 768px) and (max-width: 1023.8px) {
  .c-voice__List {
    width: 100%;
  }
}

.c-voice__ListItem {
  justify-content: space-between;
  align-items: center;
}

.c-voice__ListItem:not(:last-child) {
  margin-bottom: 56px;
}
.c-voice__image {
  max-width: 200px;
  width: 17.24%;
  text-align: center;
}
.c-voice__image img {
  width: 100%;
  height: 100%;
}
.c-voice__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin-top: 0.5rem;
}
.c-voice__textbox {
  background-color: var(--beige);
  position: relative;
  border-radius: 16px;
  padding: 32px 4.49%;
  max-width: 890px;
  width: 76.7%;
}
.c-voice__textbox::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 43%;
  left: -30px;
  width: 40px;
  height: 32px;
  background: url(/recruit/assets/img/icon/tri.svg) no-repeat center / contain;
}
.c-voice__textbox .c-head {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.c-num__box {
  margin: 0 auto 24px;
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  padding: 7px 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  color: var(--white);
  background-color: var(--main-color);
}
.c-head__q {
  color: var(--blue);
  margin-bottom: 24px;
  position: relative;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.15em;
  font-size: 20px;
  padding-left: 2rem;
}
.c-head__q::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1.25rem;
  width: 24px;
  height: 2px;
  background: var(--blue);
}
.c-num__List {
  max-width: 512px;
  margin: 80px auto 0;
  position: relative;
  justify-content: space-between;
}
.c-num__List::after {
  content: "";
  display: block;
  position: absolute;
  top: 31px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--gray);
  z-index: -1;
}
.c-num__ListItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 64px;
}
.c-num__ListItem .c-num {
  background-color: var(--white);
  color: var(--gray);
  font-size: 24px;
  line-height: 1.6;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  position: relative;
  border: 3px solid var(--gray);
}
.c-num__ListItem.is-current .c-num {
  background-color: var(--main-color);
  color: var(--white);
  border: 3px solid var(--main-color);
}
.c-num__ListItem .p-head {
  margin: 8px auto 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.15em;
}

/* Layout
----------------------------------------------------------------- */
.l-inner {
  max-width: 1300px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .u-md {
    display: none !important;
  }
}
@media screen and (max-width: 1023.8px) {
  .u-md {
    display: block;
  }
}
.l-bread .breadcrumb {
  width: calc(100% - 80px);
  margin: 8px auto;
  overflow: hidden;
}
.l-bread .breadcrumb .breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.l-bread .breadcrumb .breadcrumb__list li:not(:last-of-type)::after {
  content: "ー";
  margin: 0 16px 0 12px;
}
.l-bread .breadcrumb .breadcrumb__list li:last-of-type {
  color: #c2c2c2;
}
.l-bread .breadcrumb .breadcrumb__list li a {
  transition: 0.3s;
}
.l-bread .breadcrumb .breadcrumb__list li a:hover {
  opacity: 0.7;
}
/* Header
----------------------------------------------------------------- */
@media screen and (min-width: 1024px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 24px 40px;
    background-color: var(--white);
  }
  .l-header__menu,
  .l-header__gnavList {
    display: flex;
  }
  .l-header__gnavListItem a {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.08em;
    display: inline-block;
  }
  .l-header__menu {
    align-items: center;
    column-gap: 100px;
  }
  .l-header__gnavList {
    column-gap: 40px;
  }
  .l-header__hamburgerBtn {
    width: 0;
  }
  .l-header.p-scroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .p-scroll {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    color: var(--white);
    background-color: rgb(255 255 255 / 0);
  }
  .p-scroll.scroll-nav {
    position: fixed;
    color: var(--black);
    background-color: rgb(255 255 255 / 1);
  }
  .l-header__gnavListItem a {
    transition: 0.3s;
  }
  .l-header__logo a:hover,
  .l-header__gnavListItem a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .l-header {
    padding: 24px 3.077vw;
  }
  .l-header__menu {
    column-gap: 7.692vw;
  }
  .l-header__gnavList {
    column-gap: 3.077vw;
  }
}
@media screen and (max-width: 1023.8px) {
  .l-header {
    padding: 19px 20px;
    background-color: var(--white);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 70px;
  }
  .l-header__logo {
    position: relative;
  }
  .l-header__gnav {
    visibility: hidden;
    z-index: 1;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100dvh - 70px);
    overflow-y: auto;
    opacity: 0;
    transition: 0.3s;
    background-color: var(--main-color);
    color: var(--white);
    display: flex;
    flex-direction: column;
  }
  .l-header.is-open .l-header__gnav {
    visibility: visible;
    opacity: 1;
  }
  .l-header__gnavList {
    margin: 24px auto;
    color: var(--white);
    width: 84%;
  }
  .l-header__gnavListItem {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
  .l-header__gnavListItem:not(:last-child) {
    margin-bottom: 18px;
  }
  .l-header__gnavListItem .u-border {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    font-weight: 500;
    margin-left: 8px;
  }
  .l-header__entryBnr {
    width: 100%;
    padding: 27px 0 28px;
    background: url(/recruit/assets/img/header/entry.jpg) no-repeat center / cover;
  }
  .l-header__entryBnr img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .l-header__entryBnr .u-flex {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 130px;
    margin: 0 auto;
  }
  .l-header__entryBnr .c-heading__l {
    display: block;
    font-size: 32px;
  }
  .l-header__entryBnr .c-second__btn .c-link {
    font-size: 14px;
  }
  .l-header__entryBnr .c-second__btn .c-link::after {
    margin-left: 8px;
    width: 16px;
    height: 6px;
  }
  .l-header__gnav .c-externalList {
    margin: 18px auto 8px;
  }
  .l-header__gnav .p-copy {
    padding-bottom: 15px;
  }
  .l-header__cta {
    flex: 1 0 auto;
  }
  .l-header .p-return__btn {
    width: 100%;
    margin-top: auto;
  }
  /* hamburger */
  .l-header__hamburger {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    z-index: 2;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 26px;
    height: 22px;
  }
  .l-header__hamburgerLine {
    position: absolute;
    left: 0;
    height: 2px;
    background-color: var(--black);
    transition: all 0.3s;
    width: 26px;
  }
  .l-header .hamburger__line--1 {
    top: 6px;
  }
  .l-header .hamburger__line--2 {
    top: 14px;
  }
  .l-header.is-open .l-header__nav {
    visibility: visible;
    opacity: 1;
  }
  .l-header.scroll-nav .l-header__logo {
    position: fixed;
  }
  .l-header__hamburger.is-open .hamburger__line--1 {
    transform: rotate(30deg);
    top: 10px;
  }
  .l-header__hamburger.is-open .hamburger__line--2 {
    transform: rotate(-30deg);
    top: 10px;
  }
}

/* Swiper
----------------------------------------------------------------- */
.container {
  position: relative;
}
.swiper-container {
  margin-inline: auto;
  max-width: 100%;
  position: relative;
}
.swiper {
  height: auto;
  position: relative;
}
.swiper-slide img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

/* Project
----------------------------------------------------------------- */
.p-copy {
  font-size: 14px;
  color: var(--white);
  text-align: center;
  display: block;
  font-weight: 300;
}
.p-return__btn {
  color: var(--black);
}
.p-return {
  background-color: var(--white);
  display: block;
  font-weight: 700;
  color: var(--black);
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-align: right;
  padding: 10px 20px 10px 0;
}
.p-pagetop a {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--white);
  transition: 0.3s;
}
.p-pagetop a:hover {
  opacity: 0.7;
}
.p-pagetop img {
  width: 30px;
  height: 16px;
  display: block;
}
.p-hero {
  margin: 80px 0 0;
  padding: 108px 0 128px;
  color: var(--white);
}
.p-hero.u-environment {
  background: url(/recruit/assets/img/environment/mv_pc.webp) no-repeat center / cover;
}
.p-hero.u-entry {
  background: url(/recruit/assets/img/entry/mv_pc.webp) no-repeat center / cover;
}
.p-hero.u-infomation {
  background: url(/recruit/assets/img/infomation/mv_pc.webp) no-repeat center / cover;
}
.p-hero.u-cloud {
  background: url(/recruit/assets/img/cloud/mv_pc.webp) no-repeat center / cover;
}
.p-hero.u-weather {
  background: url(/recruit/assets/img/weather/mv_pc.webp) no-repeat center / cover;
}
.p-hero.u-interview {
  background: url(/recruit/assets/img/interview/mv_pc.webp) no-repeat center / cover;
}
@media screen and (max-width: 1023.8px) {
  .p-hero {
    margin-top: 70px;
  }
}
.p-bnr__area {
  display: flex;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.p-development .p-bnr__area {
  display: block;
  width: 1000px;
  margin: 120px auto 0;
}
.p-development .p-bnr__area .p-bnr.u-weather {
  width: 100%;
  background: url(/recruit/assets/img/culture/weather.jpg) no-repeat top center / cover;
  padding: 110px 0;
}
.p-development .p-bnr__area .p-bnr.u-cloud {
  width: 100%;
  background: url(/recruit/assets/img/culture/cloud.jpg) no-repeat top center / cover;
  padding: 110px 0;
}
.p-bnr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--white);
  padding: 94.5px 0;
  width: 50%;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-bnr:hover {
  opacity: 0.7;
}
.p-bnr .p-head {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 2;
}
.p-bnr.u-weather {
  background: url(/recruit/assets/img/culture/weather.jpg) no-repeat center / cover;
}
.p-bnr.u-cloud {
  background: url(/recruit/assets/img/culture/cloud.jpg) no-repeat center / cover;
}

/* Front
----------------------------------------------------------------- */
.l-front {
  position: relative;
  margin-bottom: 80px;
}
.l-front__scroll {
  display: flex;
  position: absolute;
  top: calc(100dvh - 240px);
  left: 40px;
  width: 36px;
  height: 200px;
  column-gap: 8px;
}
.p-scroll__lineInner {
  display: flex;
  justify-content: center;
  width: 8px;
  height: 100%;
  position: relative;
}
.l-front__scroll .p-scroll__line {
  width: 2px;
  height: 100%;
  background-color: var(--white);
  display: block;
}
@keyframes scroll-circle {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: 0;
  }
}
.l-front__scroll .p-scroll__lineInner::before {
  content: "";
  display: flex;
  position: absolute;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--white);
  animation: scroll-circle 1.8s linear infinite normal;
}
.l-front__scroll .p-label {
  color: var(--white);
  writing-mode: vertical-rl;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-size: 14px;
}
.l-fixed .p-return__btn {
  position: absolute;
  right: 9.375%;
  bottom: 22px;
  text-align: center;
}
.l-fixed .p-return {
  padding: 10px;
}

/* anime
----------------------------------------------------------------- */
.js-scroll__text {
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: auto;
}

/* #kv
----------------------------------------------------------------- */
#kv {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#kv img {
  width: 100%;
  height: 100dvh;
}
#kv .inner {
  position: relative;
  margin-inline: auto;
}

/* l-kv
----------------------------------------------------------------- */
#kv .l-kv {
  position: relative;
  overflow: hidden;
}
#kv #slide-01,
#kv .js-slidebg {
  height: 100dvh;
}
#kv .l-kv__slide #js-slidebg__01 {
  min-height: 100%;
}
#kv .l-kv__slide #js-slidebg__02 {
  min-height: 100%;
}
#kv .js-slidebg {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}
#kv #js-slidebg__01 {
  z-index: -1;
  opacity: 1;
}
#kv .js-slidebg .swiper-slide img {
  width: 100%;
  height: 100dvh;
  min-height: 100%;
  object-fit: cover;
}
#kv .swiper-slide {
  position: relative;
}
.l-kv__illust {
  display: none;
  position: absolute;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  bottom: 0;
  height: 100dvh;
  width: 100%;
  /* transform: translateX(-50%); */
}
.l-kv__illust.illust01 {
  /* left: 49.7%;
  width: 31vw; */
}
.l-kv__illust.illust02 {
  /* left: 52.35%;
  width: 34.2vw; */
}
.l-kv__illust.illust03 {
  /* left: 55.2%;
  width: 55.5vw; */
}
.swiper-slide-active .l-kv__illust {
  display: block;
}

.img_slider {
  display: none !important;
}
.img_slider.active {
  display: block !important;
}

#kv .js-slidebg .l-kv__illust picture,
#kv .js-slidebg .l-kv__illust img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  min-height: 100%;
}

#kv .l-kv__illust.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0s 320ms ease, visibility 0s 320ms;
}
#kv .js-slidebg .swiper-slide .l-kv__image {
  width: 100%;
  height: 100dvh;
  object-fit: cover;
}
#kv .swiper-slide {
  position: relative;
}

#kv .js-slidebg .l-kv__illust picture,
#kv .js-slidebg .l-kv__illust source,
#kv .js-slidebg .l-kv__illust img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
}
#kv .swiper-slide-active .l-kv__illust.is-active,
#kv .l-kv__illust.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0s 320ms ease, visibility 0s 320ms;
}
#kv .js-slidebg .swiper-slide .l-kv__image {
  width: 100%;
  height: 100dvh;
  object-fit: cover;
  display: block;
}

/* #js-slidebg__01、#js-slidebg__02
----------------------------------------------------------------- */
#kv #js-slidebg__01 {
  opacity: 1;
  overflow: hidden;
}
#kv #js-slidebg__01 img {
  opacity: 0;
  object-fit: cover;
}
/* #kv #js-slidebg__01 .l-kv__illust img {
  object-fit: contain;
} */
#kv #js-slidebg__02 img {
  width: 100%;
  height: 100dvh;
  transition: filter 2s ease;
  object-fit: cover;
}
#kv #js-slidebg__02.is-dark img {
  filter: brightness(50%);
}

/* #js-about
  ----------------------------------------------------------------- */
#kv #js-about {
  position: relative;
}
#kv .l-about__inner {
  width: 50%;
  max-width: 800px;
  min-height: 100dvh;
  display: flex;
  margin-right: 0;
  justify-content: flex-start;
  align-items: center;
}
#kv .l-about__text {
  width: fit-content;
  margin-inline: auto;
  color: var(--white);
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  font-size: 16px;
}
#kv .l-about__text .js-scroll__text {
  opacity: 0;
}
#kv .c-lead {
  margin-top: 40px;
}
#kv .c-second__btn {
  margin-top: 80px;
}
#kv .c-sub__head {
  border-color: var(--white);
}

.js-txt {
  position: absolute;
  left: 3.75vw;
  bottom: 0;
  width: 500px;
  height: 220px;
}
#kv .js-txt img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* TopBusiness
----------------------------------------------------------------- */
.l-topBusiness {
  padding-top: 100px;
}
.l-topBusiness__image {
  margin: 64px auto;
  display: flex;
}
.l-topBusiness__block {
  width: 50%;
}
.l-topBusiness__inner {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 48px 0 120px;
  width: 100%;
  height: 816px;
  position: relative;
  color: var(--main-color);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
  background: var(--beige);
}
.l-topBusiness__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  opacity: 0;
  z-index: 1;
}
.l-topBusiness__inner:hover,
.l-topBusiness__inner.is-show {
  color: var(--white);
}
.l-topBusiness__inner.is-show::before {
  opacity: 0.5;
}
.l-topBusiness__inner .u-image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  flex: none;
  z-index: 0;
}
.l-topBusiness__inner .u-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-topBusiness__inner:hover .u-image img,
.l-topBusiness__inner.is-show .u-image img {
  transform: scale(1.25);
}
.l-topBusiness__textArea {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  z-index: 1;
}
.l-topBusiness__head {
  display: flex;
  flex-direction: column;
}
.l-topBusiness__inner .u-inter {
  font-weight: 700;
  font-size: 96px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.l-topBusiness__inner .c-title {
  margin-bottom: 32px;
}
.l-topBusiness__text {
  position: relative;
  display: none;
}
.l-topBusiness__inner .c-second__btn {
  display: inline-block;
}
.l-topBusiness__inner.is-show .c-second__btn {
  margin-top: auto;
}
.l-topBusiness__inner .c-lead {
  margin-top: 118px;
  text-align: center;
}
.l-topBusiness__inner .c-link {
  color: var(--main-color);
}
.l-topBusiness__inner .c-link::after {
  background: url(/recruit/assets/img/icon/arrow_r.svg) no-repeat center / contain;
}
.l-topBusiness__inner.is-show .c-link {
  color: var(--white);
}
.l-topBusiness__inner.is-show .c-link::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7459%) hue-rotate(298deg) brightness(123%) contrast(93%);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-topBusiness__inner .u-inter {
    font-size: 8vw;
  }
  .l-topBusiness__inner {
    padding: 3vw 0 10vw;
    height: 68vw;
  }
  .l-topBusiness__inner .c-title {
    margin-bottom: 0.5rem;
    font-size: clamp(18px, 2vw, 24px);
  }
}

/* TopEnvironment
----------------------------------------------------------------- */
.l-topEnvironment {
  margin-top: 180px;
  padding-bottom: 246px;
  position: relative;
}
.l-topEnvironment__image {
  max-width: 1100px;
  width: 69.375vw;
  margin-right: 0;
  margin-left: auto;
}
.l-topEnvironment__image img {
  width: 100%;
  height: auto;
}
.l-topEnvironment__image video {
  width: 100%;
  height: 742px;
  object-fit: cover;
}
.l-topEnvironment__bnr {
  width: 100%;
  height: 570px;
  background: url(/recruit/assets/img/top/bnr_pc.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.l-topEnvironment .c-lead {
  margin: 40px auto;
}
.l-topEnvironment__textbox {
  max-width: 441px;
  margin-left: 9.375%;
  position: absolute;
  top: 344px;
}
@media screen and (min-width: 768px) and (max-width: 1599px) {
  .l-topEnvironment__image video {
    height: 46.375vw;
  }
  .l-topEnvironment .c-heading__l {
    font-size: clamp(24px, 2vw, 32px);
  }
  .l-topEnvironment .c-sub__head {
    margin-bottom: 1.5vw;
  }
  .l-topEnvironment .c-lead {
    margin: 2.5vw auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1599px) {
  .l-topEnvironment__textbox {
    top: min(35%, 21.5vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.8px) {
  .l-topEnvironment__textbox {
    top: min(26%, 21.5vw);
  }
  .l-topEnvironment .c-lead {
    font-size: 14px;
  }
}

/* splide */
.c-interview {
  margin: 124px auto;
}
.c-interview .l-headinner {
  justify-content: space-between;
  align-items: center;
}
.c-interview__slide {
  margin: 48px auto 0;
}
.c-interview__slide .splide__slide {
  border-radius: 16px;
  /* max-width: 320px; */
  width: 100%;
  aspect-ratio: 320 / 440;
  height: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%), var(--slide-bg);
  box-shadow: 4px 4px 10px rgb(0 0 0 / 0.25);
  color: var(--white);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 56px;
}
.js-environment .c-interview__slide .splide__slide {
  box-shadow: none;
}
.js-environment .splide .splide__pagination {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1599px) {
  .c-interview__slide .splide__slide {
    margin-right: 3.5vw;
  }
}

.c-interview__slide .splide__slide a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.3s;
}
.c-interview__slide .splide__slide a:hover {
  opacity: 0.75;
}
.c-interview__slide .splide__slide.is-active {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%), var(--main-color);
}
.c-splide__inner {
  /* max-width: 235px; */
  width: 73.4%;
  margin: 0 auto;
  padding: 0 0 64px;
  position: relative;
}
.c-splide__inner .u-en {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.c-splide__inner .c-name {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 1rem;
  position: relative;
}
.c-splide__inner .c-name::after {
  content: "";
  display: block;
  margin-top: 16px;
  width: 25px;
  height: 3px;
  background: var(--white);
}
.c-splide__inner .c-occupation {
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .c-splide__inner .c-name {
    font-size: 5.8vw;
  }
  .c-splide__inner .c-occupation {
    font-size: 1.6vw;
  }
}
.c-interview__arrowArea {
  position: relative;
  margin: 50px 12.5% 0 0;
  display: flex;
  justify-content: flex-end;
}
#c-interview .splide__arrows {
  position: relative;
  display: flex;
  width: 88px;
  justify-content: space-between;
}
#c-interview .splide__arrow {
  background: transparent;
  opacity: 1;
  position: relative;
  transition: 0.3s;
}
#c-interview .splide__arrow:hover {
  opacity: 0.7;
}
#c-interview .splide__arrow--prev {
  left: 0;
}
#c-interview .splide__arrow--next {
  right: 0;
}

/* TopInterview
----------------------------------------------------------------- */
.l-topInterview {
  margin: 180px auto;
}
.l-topInterview__slideArea {
  margin: 64px auto 0;
}
/* swiper */
.swiper-pagination-bullet {
  background-color: var(--light-gray);
  opacity: 1;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.swiper-pagination-bullet-active {
  background-color: var(--main-color);
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.75;
}
.swiper-button-prev,
.swiper-button-prev::after,
.swiper-button-next,
.swiper-button-next::after {
  width: 32px;
  height: 32px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: inline-block;
  transition: 0.3s;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  opacity: 0.7;
}
.swiper-button-prev::after {
  background: url(/recruit/assets/img/icon/prev.svg) no-repeat center / contain;
}
.swiper-button-next::after {
  background: url(/recruit/assets/img/icon/next.svg) no-repeat center / contain;
}
.js-front .c-interview__slide,
.js-front .splide__track {
  height: 584px;
}
.js-front .c-lead__m {
  margin-top: 40px;
}
.js-front .splide__slide a .c-card__bg {
  border-radius: 16px;
  transition: 0.3s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%), var(--main-color);
}
.js-front .splide__slide {
  width: 100%;
  height: 440px;
  box-shadow: none;
  background: inherit;
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: top;
}
.js-front .splide__slide.is-active {
  width: 424px !important;
  height: 584px;
  transform-origin: top;
}
.js-front .c-splide__inner {
  max-width: 344px;
  width: 78.77%;
}
/* .js-front .splide__slide .c-mark{
    transition: all .8s cubic-bezier(0.88, 0.35, 1, 1);
    will-change: auto;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
} */
.js-front .splide__slide .c-mark {
  transition: all 0.8s cubic-bezier(0.88, 0.35, 1, 1);
  will-change: auto;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
/* .js-front .splide__slide.is-prev .c-mark{
    transition: all .3s cubic-bezier(0.88, 0.35, 1, 1);
} */
.js-front .splide__slide.is-active .c-mark {
  opacity: 1;
  visibility: visible;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.js-front .c-interview__arrowArea {
  width: 196px;
  margin: -2rem 12.5% 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2em;
}
.js-front .splide__pagination {
  position: relative;
  padding: 0;
  margin: 0;
  gap: 0 12px;
  max-width: 108px;
  height: 8px;
  bottom: 0;
  flex-wrap: nowrap;
}
.js-front .splide__pagination li {
  display: inline-flex;
}
.js-front .splide__pagination__page {
  margin: 0;
  opacity: 1;
}
.js-front .splide__pagination__page.is-active {
  background: var(--main-color);
  transform: none;
}
.js-front #c-interview .splide__arrows {
  width: 100%;
  top: 0;
  display: flex;
  position: absolute;
  justify-content: space-between;
  align-items: center;
}
.js-front .splide__arrow {
  transform: none;
}

/* l-mv
----------------------------------------------------------------- */
.l-mv {
  background: url(/recruit/assets/img/culture/mv.webp) no-repeat center / cover;
  color: var(--white);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mv_text {
  display: none;
}
.l-mv__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.15em;
}
.l-mv__head .c-ja {
  font-size: 24px;
  line-height: 2.4;
  font-weight: 700;
}
.l-mv__head .c-en {
  line-height: 2.2;
  font-weight: 400;
  font-size: 16px;
}
/* l-into
----------------------------------------------------------------- */
.l-intro {
  margin: 100px auto 0;
}
.l-intro__textbox {
  background-color: var(--main-color);
  color: var(--white);
  padding: 103px 0;
  max-width: 936px;
  width: 58.5%;
  position: relative;
  z-index: 0;
}
.l-intro__textbox .inner {
  max-width: 636px;
  margin: 0 auto;
  width: 68%;
}
@media screen and (min-width: 768px) and (max-width: 1599px) {
  .l-intro__textbox {
    padding: 6.438vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1337px) {
  .l-intro__textbox .inner {
    width: 46.875vw;
  }
  .l-intro__textbox .c-heading__l {
    font-size: max(24px, 2.393vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .l-intro__textbox .c-lead {
    font-size: 14px;
  }
}
.l-intro__textbox .c-lead {
  margin-top: 40px;
}
.l-culture__bnr {
  margin-top: -400px;
  width: 100%;
  position: relative;
  z-index: -1;
}
.l-culture__bnr img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* l-culture
----------------------------------------------------------------- */
.l-culture {
  padding: 180px 0;
}
.l-culture .l-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.l-culture__image {
  margin: 80px auto 100px;
  max-width: 1200px;
  width: 96%;
}
.l-culture__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.l-culture__block {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 272px;
}
.l-culture__bg {
  position: relative;
}
.l-culture__bg::before {
  content: "";
  display: block;
  position: absolute;
  top: -458px;
  left: 0;
  width: 100%;
  height: calc(100% + 458px);
  background: var(--beige);
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .l-culture__bg::before {
    top: -28.625vw;
    height: calc(100% + 28.625vw);
  }
}

.l-culture__textbox {
  max-width: 440px;
  width: 44%;
  padding-top: 19px;
}
.l-culture__textbox .c-title {
  margin-bottom: 24px;
}
.l-culture__imgbox {
  max-width: 462px;
  width: 46.2%;
}
.l-culture__img {
  position: relative;
}
.l-culture__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.l-culture__img::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -41.6%;
  right: 10.17%;
  width: 146px;
  height: 194px;
  background: url(/recruit/assets/img/culture/mark.svg) no-repeat center / contain;
}
.l-culture__member {
  margin-top: -112px;
}
.l-culture__member .inner {
  position: relative;
  margin-bottom: 127px;
}
.l-culture__member-image {
  max-width: 790px;
  width: 100%;
}
.l-culture__member .c-marker {
  position: absolute;
  top: 63.49%;
  left: 40.625%;
}
.l-culture__member .c-mark {
  line-height: 1;
  padding: 8px 9px;
  letter-spacing: 0.16em;
  margin-bottom: 1.5rem;
}
.l-culture__member .c-marker .c-mark__inner,
.l-culture__member .c-mark.u-last {
  margin-bottom: 0;
}
.l-culture__memberDetail {
  display: flex;
  justify-content: space-between;
  max-width: 1230px;
  width: 96%;
  margin: 0 auto 160px;
}
.l-culture__memberDetail-imgbox {
  max-width: 380px;
  width: 30.9%;
  position: relative;
}
.l-culture__memberDetail-imgbox img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.l-culture__memberDetail-name {
  position: absolute;
  top: 501px;
  right: 5.52%;
}
@media screen and (min-width: 768px) and (max-width: 1281px) {
  .l-culture__memberDetail-name {
    top: calc(39.08vw * 1.05);
  }
  .l-voice__members-text .c-marker,
  .l-culture__member .c-mark {
    font-size: max(24px, 2.496vw);
  }
}

.l-culture__memberDetail-name .p-department {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.l-culture__memberDetail-name .p-name {
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin-bottom: 0;
}
.l-culture__memberDetail-textbox {
  padding-top: 105px;
  max-width: 750px;
  width: 61%;
}
.l-culture__interviewListItem:not(:last-child) {
  margin-bottom: 80px;
}
.l-culture__interviewListItem .c-title {
  margin-bottom: 1rem;
  color: #c8161d;
}
.l-culture__slide {
  margin: 180px auto 0;
}

/* l-company
----------------------------------------------------------------- */
.l-company {
  padding: 120px 0;
  background-color: var(--beige);
}
.l-company .l-inner,
.l-company .inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
}
.l-company .c-info__dl {
  margin: 40px auto 0;
}

/* l-environment
----------------------------------------------------------------- */
.l-environment {
  padding: 160px 0 0;
}
.c-slide__area {
  display: flex;
  justify-content: space-between;
}
.c-slide__area.u-reverse {
  flex-direction: row-reverse;
  margin-top: 120px;
}
.c-slide__area .slide-pagination__inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 136px;
  height: 32px;
  margin: 24px 0 0 auto;
}
.c-slide__area.u-reverse .slide-pagination__inner {
  margin: 24px auto 0 0;
}
.c-slide__area .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: relative;
  text-align: center;
  bottom: inherit;
  display: flex;
  justify-content: center;
}
.c-slide__area .swiper-button-prev {
  left: 0;
  top: inherit;
  bottom: 0;
}
.c-slide__area .swiper-button-next {
  right: 0;
  top: inherit;
  bottom: 0;
}
.c-slide__image {
  max-width: 640px;
  width: 49.2%;
}
.c-slide__textbox {
  max-width: 544px;
  width: 46%;
}
.c-slide__head {
  flex-direction: column;
}
.c-slide__head .c-sub__num {
  width: 38px;
}
.c-slide__textbox .c-heading__l {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) and (max-width: 1085px) {
  .c-slide__textbox .c-heading__l {
    font-size: max(21px, 2.949vw);
  }
}

.l-environment__bnr {
  margin-top: 180px;
  width: 100%;
  height: 570px;
  background: url(/recruit/assets/img/environment/bnr_pc.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

/* l-timeSchedule
----------------------------------------------------------------- */
.l-timeSchedule {
  padding: 160px 0 180px;
  background-color: var(--beige);
}
.l-timeSchedule .inner {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}
.c-scroll__box {
  display: flex;
  align-items: stretch;
  margin: 90px auto 0;
}
.c-scroll__box.u-reverse {
  flex-direction: row-reverse;
}
.c-scroll__imgbox {
  position: relative;
  max-width: 390px;
  width: 32.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-scroll__imgbox img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.c-scroll__member {
  position: absolute;
  color: var(--white);
  line-height: 1.6;
  max-width: 327px;
  width: 83.84%;
  margin: 0 auto;
  bottom: 12.3%;
  text-align: left;
}
.c-scroll__department,
.c-scroll__name {
  font-weight: 700;
}
.c-scroll__department {
  font-size: 14px;
}
.c-scroll__name {
  font-size: 24px;
  margin-bottom: 8px;
  display: block;
}
.c-scroll__detail {
  font-size: 14px;
  letter-spacing: 0.08em;
}
.c-scroll__textbox {
  max-width: 810px;
  width: 67.5%;
}
.c-scroll__head {
  color: var(--white);
  background-color: var(--main-color);
  font-weight: 700;
  padding: 11px 0;
  line-height: 1.6;
  letter-spacing: 0.15em;
  height: 48px;
}
.c-scroll__inner {
  padding: 12px 9px 12px 48px;
  background-color: var(--white);
}
.c-scroll__area {
  width: 100%;
  height: 448px;
  overflow-y: auto;
}
.c-scroll__List {
  padding: 20px 0 0;
}
.c-scroll__ListItem {
  display: flex;
  justify-content: space-between;
  max-width: 593px;
}
.c-scroll__ListItem:not(:last-child) {
  margin-bottom: 1rem;
}
.c-scroll__ttl {
  text-align: right;
  max-width: 64px;
  width: 10.9%;
}
.c-schedule__time {
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.c-scroll__about {
  max-width: 497px;
  width: 83.81%;
}
.c-scroll__about .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  max-width: 497px;
  margin-left: 0;
}
.c-scroll__subimage {
  max-width: 200px;
  width: 40.24%;
}
.c-scroll__subimage img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.c-scroll__text {
  max-width: 273px;
  width: 54.9%;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.c-scroll__text.u-rem {
  margin-top: 4px;
}
.c-scroll__text.u-long {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 768px) and (max-width: 1249px) {
  .c-scroll__imgbox img {
    height: calc(35.84vw + 72px);
  }
  .c-scroll__inner {
    padding: 12px 0.72vw 12px 3.84vw;
  }
  .c-scroll__area {
    height: 35.84vw;
  }
}

/* simplebar */
.simplebar-scrollbar::before {
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 9px;
  background-color: var(--main-color);
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.simplebar-track {
  background: var(--gray);
  width: 8px !important;
  border-radius: 16px;
}

/* l-garally
----------------------------------------------------------------- */
.l-garally {
  margin: 120px auto 160px;
}
.l-garally .l-inner {
  justify-content: space-between;
  align-items: baseline;
}
.l-garally__slideArea {
  margin: 48px auto 0;
}
.l-garally__slideArea .swiper-slide {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%), var(--slide-bg);
  box-shadow: 4px 4px 10px rgb(0 0 0 / 0.25);
  border-radius: 16px;
  max-width: 320px;
  width: 320px;
  height: 440px;
  color: var(--white);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.l-garally__slideArea .swiper-slide.swiper-slide-active {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%), var(--main-color);
}
.l-garally__slideArea .swiper-slide {
  margin-right: 2.5%;
}

/* l-flow
----------------------------------------------------------------- */
.l-flow {
  margin: 120px auto 80px;
}
.l-flow .l-inner {
  max-width: 1200px;
  text-align: center;
}
.l-flow .inner {
  max-width: 1344px;
  margin: 0 auto;
  width: 96%;
}
.l-flow__List {
  margin: 67px auto 0;
  display: flex;
  justify-content: space-between;
}
.l-flow__ListItem {
  width: 25%;
  box-sizing: border-box;
  padding: 24px 38px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.l-flow__ListItem::after {
  content: "";
  height: calc(100% - 64px);
  width: 1px;
  background-color: #d1d1d1;
  display: block;
  position: absolute;
  top: 24px;
  right: 0;
}
.l-flow__ListItem:last-of-type::after {
  display: none;
}
.l-flow__ListItem .c-lead__m {
  font-size: 20px;
  line-height: 1.6em;
  min-height: calc(2em * 2);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
}

/* l-infomation
----------------------------------------------------------------- */
.l-infomation {
  padding: 80px 0 0;
}
.l-infomation .l-inner {
  max-width: 1200px;
}
.l-infomation .pc-center {
  text-align: center;
}
.p-tab {
  margin: 80px auto 0;
}
.p-tab__catList {
  max-width: 1200px;
  width: 96.15%;
  margin: 0 auto;
  display: grid;
  justify-content: center;
  grid-auto-flow: column;
  gap: 0;
}
.p-tab__catList .p-tab__catListItem {
  width: 408px;
  text-align: center;
}
.p-tab__catBtn {
  color: var(--black);
  background-color: var(--white);
  line-height: 1.6;
  transition: 0.3s;
  border-radius: 16px 16px 0 0;
  padding: 27px 0;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 700;
  border: 1px solid var(--main-color);
  border-bottom: none;
  transition: 0.3s;
}
a.p-tab__catBtn {
  color: var(--main-color);
}
.js-btn.is-active .p-tab__catBtn,
.p-tab__catBtn:hover {
  color: var(--white);
  background-color: var(--main-color);
}
.p-tab__content-inner {
  border-top: 1px solid var(--main-color);
  background-color: var(--beige);
  padding: 120px 0 160px;
}
.p-tab__content .l-inner {
  padding: 100px 0 80px;
  margin-bottom: 80px;
  background-color: var(--white);
}
.p-tab__content .c-info__dl {
  max-width: 1000px;
  width: 96.15%;
  margin: 0 auto 80px;
}
.p-tab__content .c-info__dt:last-of-type,
.p-tab__content .c-info__dd:last-of-type {
  border-bottom: 1px solid var(--light-gray);
}

/* l-cloud、l-weather
----------------------------------------------------------------- */
/* #kind
----------------------------------------------------------------- */
#kind {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#kind .kv-section-inner,
#kind .slide,
#kind .slide-bg,
#kind .slide-content {
  height: 100dvh;
}
#kind .kv-section-inner {
  position: relative;
  height: 100%;
}
#kind .slide-bg {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}
#kind .slide-content {
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
}
#kind #slide-bg01 {
  z-index: -1;
  opacity: 1;
}
#kind .slide-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#kind .slide-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* kv */
#kind #slide-bg01 {
  opacity: 1;
  overflow: hidden;
}
#kind #slide-bg01 img {
  opacity: 0;
}
#kind .js-kvTitle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: filter 1.8s linear, opacity 0.1s linear;
}
#kind .js-kvTitle.is-active {
  opacity: 1;
}

/* l-kind-bg */
#kind #slide-bg02 img {
  width: 100%;
  transition: filter 2s ease;
  object-fit: cover;
}
#kind #slide-bg02.is-dark img {
  filter: brightness(0.3);
}

/* l-kind */
#kind #l-kind {
  position: relative;
  pointer-events: none;
}
#kind .l-kind-inner {
  width: 100%;
  /* min-height: 100dvh; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 144px;
}
#kind .l-kind-main {
  padding-block: 27.0588235294118%;
  position: relative;
  width: 100%;
  padding-block: 0;
}
#kind .l-kind__textbox {
  max-width: 863px;
  width: 100%;
  margin-inline: auto;
  color: var(--white);
  line-height: 1.6;
  word-break: keep-all;
  overflow-wrap: break-word;
  /* min-height: 100dvh; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: min(151px, 9.4375%);
  flex: 1;
}
#kind .l-kind__textbox .js-scroll__text {
  opacity: 0;
}
#kind .l-kind__head {
  font-size: clamp(32px, 3.333vw, 48px);
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 64px;
}
#kind .l-kind__head .u-en {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#kind .c-lead__m {
  font-size: clamp(18px, 1.667vw, 24px);
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #kind .l-kind__head {
    margin-bottom: 5.333vw;
  }
  #kind .c-lead__m {
    margin-bottom: 2.667vw;
  }
  #kind .l-kind__textbox {
    width: 90.5625%;
  }
}

/* p-features */
.p-features {
  padding: 160px 0 76px;
  background-color: var(--beige);
  position: relative;
}
.p-features::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 936px;
  height: 182px;
  z-index: 0;
  background: url(/recruit/assets/img/cloud/logo.svg) no-repeat center / contain;
}
.p-features.p-weather::after {
  content: none;
}
.p-features__head {
  justify-content: space-between;
  align-items: center;
}
.p-features__list {
  margin: 112px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: min(116px, 8.923vw);
  position: relative;
  z-index: 1;
}
.p-features__listItem {
  display: flex;
  flex-direction: column;
}
.p-features__listItem:not(:last-child) {
  position: relative;
}
.p-features__listItem:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: min(-58px, -4.462%);
  width: 1px;
  height: min(400px, 86.2%);
  background: var(--light-gray);
  transform: translate(0, -50%);
}
.p-features__icon {
  margin: 0 auto 40px;
}
.p-features .c-lead__m {
  margin-bottom: 24px;
  min-height: calc(2em * 2);
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
}
.p-features .c-lead__m h4 {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1354px) {
  .p-features__list {
    column-gap: 5vw;
  }
  .p-features .c-lead__m {
    font-size: clamp(18px, 2.344vw, 21px);
  }
  .p-features__listItem:not(:last-child)::after {
    right: -2.5vw;
    height: 86.2%;
  }
}

/* p-exam */
.p-exam {
  padding: 80px 0 160px;
  position: relative;
}
.p-exam::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 622px;
  background: var(--beige);
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1249px) {
  .p-exam::after {
    height: 39.5%;
  }
}
.p-exam .l-inner {
  max-width: 1200px;
  position: relative;
}
.p-exam__image {
  margin: 80px auto;
  position: relative;
}
.p-exam__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-exam__headArea {
  position: absolute;
  top: 16.25%;
  left: min(64px, 5.33vw);
}
.p-exam__image .c-second__btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-exam__image .c-second__btn .c-link {
  width: 264px;
  background-color: var(--white);
  font-size: 16px;
  padding: 16px 0;
  border: none;
  letter-spacing: 0.08em;
}
.p-exam__head {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-exam__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 5%;
}
.p-exam__imagebox {
  margin: 0 auto 16px;
  border: 1px solid var(--light-gray);
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 39px;
}
.p-exam__imagebox img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-exam__listItem .p-exam__imagebox img {
  max-width: 264px;
}
.p-exam__listItem .c-lead__m {
  margin-bottom: 0.5rem;
}
.p-exam__text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.15em;
}

/* p-development */
.p-development {
  padding: 120px 0 0;
}
.p-development .l-inner {
  max-width: 1300px;
}
.p-development .p-development__l {
  margin-bottom: 50px;
}
.p-service__List {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: min(72px, 5.538vw);
  margin: 80px auto 0;
}
.p-service__List.u-col {
  display: block;
}
.p-service__List.u-col .p-service__ListItem:not(:last-child) {
  margin-bottom: 52px;
}
.p-service__ListItem .p-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-service__image {
  margin: 0 auto 24px;
}
.p-service__List.u-col .p-service__image {
  margin: 0;
  flex-shrink: 0;
  max-width: 520px;
  width: 43.3%;
}
.p-service__List.u-col .p-textbox {
  max-width: 608px;
  width: 50.6%;
}
.p-service__List.u-col .p-textbox .c-heading__l {
  margin-bottom: 10px;
}

.p-service__image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}
.p-service__headArea {
  margin: 0 auto 24px;
}
.p-service__head {
  font-size: 20px;
  letter-spacing: 0.15em;
  font-weight: 700;
  line-height: 2;
  color: var(--main-color);
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-service__headArea .c-lead {
    font-size: 14px;
  }
}

/* l-mori */
.l-mori {
  margin: 32px auto 0;
  row-gap: 40px;
  position: relative;
  justify-content: center;
  align-items: center;
}
.l-mori::before {
  content: "";
  display: block;
  width: 2px;
  height: 60px;
  background: var(--light-gray);
}

/* p-contents__bnr */
.p-contents__bnr {
  padding-top: 80px;
}
.p-contents__bnr-wrap {
  position: relative;
}
.p-contents__bnr-image img {
  width: 100%;
  object-fit: cover;
}
.p-contents__bnr-inner {
  position: relative;
  background-color: var(--beige);
}
.p-contents__bnr .p-head {
  color: var(--white);
  background-color: var(--main-color);
  font-weight: 700;
  line-height: 2;
  font-size: 24px;
  letter-spacing: 0.15em;
  padding: 0 1rem;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .p-contents__bnr-wrap {
    padding-top: 124px;
  }
  .p-contents__bnr-image {
    position: absolute;
    left: 94px;
    bottom: 0;
    width: 680px;
    height: 600px;
    z-index: 1;
  }
  .p-contents__bnr-image img {
    width: 100%;
    height: 100%;
  }
  .p-contents__bnr .c-second__btn .c-link {
    margin: 0 34px 0 auto;
  }
  .p-contents__bnr .p-head {
    max-width: 360px;
  }
}
@media screen and (min-width: 1280px) {
  .p-contents__bnr-image {
    left: calc(50vw - 710px);
  }
  .p-contents__bnr-inner {
    /* display: flex;
    justify-content: flex-end; */
  }
  .p-contents__bnr-textbox {
    max-width: 630px;
    width: 39.375%;
    margin-left: 50vw;
    padding: 66px 0 64px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .p-contents__bnr-image {
    width: 43.75vw;
    height: 41.667vw;
    left: 2vw;
  }
  .p-contents__bnr-textbox {
    margin-left: 50vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-contents__bnr-image {
    max-width: 680px;
    margin: 0 auto;
  }
  .p-contents__bnr-image img {
    height: auto;
  }
  .p-contents__bnr-textbox {
    max-width: 630px;
    width: 84vw;
    margin: 0 auto;
    padding: 32px 0 40px;
  }
  .p-contents__bnr .p-head {
    text-align: center;
  }
  .p-contents__bnr .c-second__btn .c-link {
    margin: 0 auto;
  }
}

.p-weather .p-contents__bnr-image {
  max-width: 744px;
  width: 96%;
  height: 600px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.p-weather .p-contents__bnr-image {
  width: 48.375vw;
  height: 37.5vw;
}
@media screen and (min-width: 1280px) {
  .p-weather .p-contents__bnr-image {
    left: calc(50vw - 794px);
    width: 774px;
    height: 600px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1559px) {
  .p-weather .p-contents__bnr-textbox {
    margin-right: 5vw;
  }
  .p-weather .p-contents__bnr-image {
    left: 0;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .p-weather .p-contents__bnr-image {
    width: 48.375vw;
    height: 37.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-weather .p-contents__bnr-textbox {
    max-width: 774px;
  }
}

.p-check__list {
  margin-top: 40px;
  margin-bottom: 48px;
}
.p-check__listItem {
  font-weight: 700;
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 1.75rem;
}
.p-check__listItem::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: url(/recruit/assets/img/icon/checkbox.svg) no-repeat center / contain;
}
.p-check__listItem:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-contents__bnr .c-second__btn .c-link {
  width: 300px;
  font-size: 16px;
}
.l-cycle .l-inner {
  max-width: 1200px;
  background-color: var(--white);
  padding: 120px 0;
  position: relative;
}
.l-cycle .u-center {
  position: relative;
  z-index: 1;
}
.l-cycle .l-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 726px;
  height: 740px;
  transform: translate(-50%, -50%);
  background: url(/recruit/assets/img/weather/logo.png) no-repeat center / cover;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1249px) {
  .l-cycle .l-inner::after {
    width: 60.5vw;
    height: 61.667vw;
  }
}
.l-cycle__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 848px;
  margin: 104px auto 0;
  row-gap: 80px;
  column-gap: 6.6%;
  position: relative;
  z-index: 1;
}
.l-cycle__listitem {
  text-align: center;
}
.l-cycle__head {
  font-size: 22px;
  letter-spacing: 0.15em;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 40px;
}
.p-exam.p-weather {
  padding-bottom: 106px;
}
.p-development.p-weather,
.p-contents__bnr.p-weather {
  padding-top: 0;
}
.p-weather__table {
  display: flex;
  justify-content: space-between;
}
.p-weather__map figcaption {
  font-size: 14px;
  display: block;
  margin-top: 18px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.p-weather__map {
  max-width: 500px;
  width: 38.5%;
}
.p-weather__dl {
  max-width: 744px;
  width: 57.2%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--light-gray);
}
.p-weather__dt {
  width: 176px;
  background-color: var(--beige);
  padding: 24px 0;
  text-align: center;
  border-bottom: 1px solid var(--light-gray);
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-weather__dd {
  padding: 24px 32px 24px 31px;
  width: calc(100% - 176px);
  border-bottom: 1px solid var(--light-gray);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

/* l-voice
----------------------------------------------------------------- */
@media screen and (max-width: 1023.8px) {
  .l-voice {
    margin-top: 70px;
  }
}
.l-voice__inner {
  margin: 80px 0 0;
  position: relative;
  background-color: var(--main-color);
}
.l-voice__mv {
  display: flex;
  position: relative;
}
.l-voice__members {
  max-width: 600px;
  width: 37.5%;
  display: flex;
  align-items: flex-end;
}
.l-voice__members img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.l-voice__members-about {
  position: relative;
  width: 62.5%;
  display: flex;
  flex-direction: column;
  color: var(--white);
  margin-top: 100px;
}
.l-voice__members-about .c-mark__inner {
  margin-bottom: 0;
}
.l-voice__members-about .c-mark__inner .c-mark {
  line-height: 1.6;
}
.l-voice__members-about .c-mark__inner .c-mark:not(:last-of-type) {
  margin-bottom: 1rem;
}
.l-voice__members-name {
  margin-top: 57px;
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
  .l-voice__members-about {
    margin-top: 6.25vw;
  }
  .l-voice__members-name {
    margin-top: 3.562vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .l-voice__members-about {
    margin-top: 5.208vw;
  }
  .l-voice__members-name {
    margin-top: 3.125vw;
  }
}

.l-voice__members-name .c-scroll__name {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  letter-spacing: 0.15em;
}
.l-voice__members-name .c-occupation {
  letter-spacing: 0;
}
.l-voice__members-name .c-occupation .u-en {
  font-size: 32px;
  line-height: 2;
  margin-bottom: 0;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .l-voice__members-about .c-mark__inner .c-mark,
  .l-voice__members-name .c-occupation .u-en {
    font-size: max(20px, 2.222vw);
  }
  .l-voice__members-about .c-mark__inner .c-mark:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.l-voice__members-name .p-join {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-left: 2px;
}
.l-voice__members-name .p-previous {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .l-voice__members-name .p-join {
    font-size: 12px;
  }
  .l-voice__members-name .p-previous {
    font-size: 14px;
  }
}
.l-voice__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 1200px;
  width: 96.77%;
  z-index: 0;
  transform: translate(-50%, -50%);
}
.l-interview__head {
  position: absolute;
  right: 2.5%;
  bottom: 17.2%;
}
.l-interview__head img {
  width: 630px;
  height: 72px;
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .l-interview__head img {
    width: 43.75vw;
    height: 5vw;
  }
}

/* l-voice__contents */
.l-voice__contents {
  margin: 0 auto;
  background-color: var(--beige);
  position: relative;
}
.l-voice__interview {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
.l-voice__interview-ListItem:not(:last-child) {
  margin-bottom: 80px;
}
.l-voice__figure {
  margin: 56px auto 0;
}
.l-voice__figure.u-col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}
.l-voice__figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.js-interview-wrap {
  padding: 0 0 120px;
}
@media screen and (min-width: 1024px) {
  .l-voice__contents {
    display: grid;
    grid-template-columns: calc(50% - 20rem) calc(50% + 20rem);
  }
  .js-interview-list {
    height: 100vh;
    position: sticky;
    top: 0;
  }
  .js-interview-image img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-voice__interview {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 1023.8px) {
  .l-voice__interview.js-voice_02 {
    margin: 80px auto 0;
  }
}

/* l-interview
----------------------------------------------------------------- */
.l-interview {
  padding: 120px 0 158px;
  background: #fbf9f6;
}
.l-interview .c-heading__col {
  margin-bottom: 48px;
}
.c-card__List {
  margin: 94px auto 0;
  max-width: 968px;
  width: 96.1%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 120px;
  row-gap: 80px;
}
.c-card__ListItem {
}
.c-card__ListItem a {
  transition: 0.3s;
}
.c-card__ListItem a:hover {
  opacity: 0.75;
}
.c-card__bg {
  border-radius: 16px;
  color: var(--white);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%), var(--main-color);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.c-card__ListItem .c-card__bg {
  height: 584px;
}
.c-card__wrap {
  max-width: 344px;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 64px;
  position: relative;
}
.c-member__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  flex: none;
  width: 100%;
  height: 100%;
}
.c-member__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card__ListItem .c-second__btn {
  margin-top: 24px;
  text-align: right;
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
  .c-card__List .c-mark {
    font-size: max(16px, 1.903vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .c-card__List {
    column-gap: 2.604vw;
  }
  .c-card__bg {
    height: 61.979vw;
  }
  .js-front .c-card__bg {
    height: 100%;
  }
}
.l-interview .c-name {
  font-size: 56px;
  line-height: 1;
  margin-bottom: 1rem;
  position: relative;
}
.l-interview .c-name::after {
  content: "";
  display: block;
  margin-top: 16px;
  width: 25px;
  height: 3px;
  background: var(--white);
}
.l-interview .c-occupation {
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
}

/* Cta
----------------------------------------------------------------- */
.l-cta {
  padding: 114px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--white);
  background: url(/recruit/assets/img/cta/cta_pc.jpg) no-repeat center / cover;
}
.l-cta .c-heading {
  font-size: 48px;
  margin-bottom: 19px;
}
.l-cta .c-lead {
  margin-bottom: 19px;
}

/* Entry
----------------------------------------------------------------- */
.l-entry {
  color: var(--white);
  padding: 0 0 120px;
  background-color: var(--main-color);
  text-align: center;
}
.l-entry .l-entry_link {
  display: block;
  padding: 72px 0 80px;
  transition: 0.3s;
}
.l-entry .l-entry_link:hover {
  opacity: 0.7;
}
.l-entry .c-heading {
  font-size: 64px;
  display: block;
  margin-bottom: 24px;
}

@keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.l-entry__slide {
  margin: 0 auto;
}
.c-loop {
  display: flex;
  overflow: hidden;
}
.c-loop__slideList {
  display: flex;
  animation: horizontal-animation 30s linear infinite;
  min-width: 100vw;
}
.c-loop__slideListItem {
  position: relative;
  width: 20vw;
}
.c-loop__slideListItem img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Contact
----------------------------------------------------------------- */
.l-contact {
  margin: 120px auto 180px;
}
.l-contact .l-inner {
  max-width: 1100px;
}
.c-contactForm {
  margin: 70px auto 0;
}
.c-contactForm-table {
  margin: 0 auto 160px;
}
.c-contactForm__dl {
  display: flex;
  justify-content: space-between;
  padding: 56px 0;
  border-bottom: 1px solid var(--light-gray);
}
.c-contactForm__dt .label {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1100px) {
  .c-contactForm__dd {
    max-width: 820px;
    width: 74.546%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .c-contactForm__dl {
    flex-direction: column;
  }
  .c-contactForm__dt {
    margin-bottom: 16px;
  }
  .c-contactForm__dd {
    width: 100%;
  }
}
.c-contactForm__ind,
.c-contactForm__any {
  color: var(--white);
  font-weight: 500;
  font-size: 12px;
  line-height: 2;
  padding: 4px 8px;
  margin-left: 16px;
}
.c-contactForm__ind {
  background-color: var(--main-color);
}
.c-contactForm__any {
  background-color: var(--gray);
}
.c-contactForm__dl input,
.c-contactForm__dl textarea {
  width: 100%;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  background: var(--textarea);
  border: 1px solid var(--light-gray);
  line-height: 1.6;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.c-contactForm__dl input {
  padding: 14.4px 25px;
}
.c-contactForm__dl textarea {
  padding: 18px 25px;
}
.p-checkbox__label {
  display: flex;
  justify-content: center;
}
.c-radio {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
.c-contactForm-radio input[type="radio"],
.p-checkbox input[type="checkbox"] {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.c-radioItem-label {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 8px;
  cursor: pointer;
}
.c-radioItem-label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid var(--black);
  border-radius: 50%;
  background: #fff;
}
.c-radioItem-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  transform: scale3d(0.3, 0.3, 1);
  border-radius: 50%;
  background: var(--black);
  opacity: 0;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.c-contactForm input[type="radio"]:checked + .c-radioItem-label::after {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.c-contactForm__file input {
  padding: 17px 16px;
  background: var(--white);
  border: 1px dashed var(--light-gray);
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.p-file::file-selector-button {
  padding: 7px 10px;
  margin-right: 24px;
  background: var(--light-gray);
  border: 1px solid var(--black);
}
.c-contactForm__att {
  margin-top: 16px;
  display: block;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.c-contactForm .p-checkbox__text {
  position: relative;
  display: flex;
}
.c-contactForm .p-checkbox__text::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: var(--white);
  border: 2px solid var(--main-color);
  margin-right: 24px;
  cursor: pointer;
}
.c-contactForm .p-checkbox__text::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  border: 1px solid #fff;
  border-width: 0 0 2px 2px;
  opacity: 0;
  position: absolute;
  top: 7px;
  left: 6px;
  transform: rotate(-45deg);
}
.c-contactForm input[type="checkbox"]:checked + .p-checkbox__text::before {
  background: var(--main-color);
}
.c-contactForm input[type="checkbox"]:checked + .p-checkbox__text::after {
  opacity: 1;
}
.c-contactForm__btn {
  margin: 80px auto 0;
}
.c-contactForm__btn .c-link {
  display: block;
  width: 216px;
  margin: 0 auto;
  background-color: var(--white);
  padding: 16px 22px;
  font-size: 16px;
  line-height: 1.5;
  border: 2px solid var(--black);
}
.c-contactForm__btn .c-link input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline: none;
  background: none;
  border: 2px solid var(--black);
  cursor: pointer;
}
.c-contactForm__btn .txt {
  font-size: 16px;
  line-height: 1.5;
}

/* Footer
----------------------------------------------------------------- */
.l-footer {
  background-color: var(--main-color);
  color: var(--white);
  padding: 48px 0 24px;
}
.l-footer .l-inner {
  margin: 0 auto;
  max-width: 1300px;
}
.l-footer__top,
.l-footer__bottom {
  display: flex;
}
.l-footer__top {
  margin-bottom: 69px;
}
.l-footer__bottom {
  margin-bottom: 35px;
}
.l-footer__contact {
  margin: 24px auto 0;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  font-weight: 400;
}
.l-footer__right {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.l-footer__right .nav01,
.l-footer__right .nav02 {
  display: flex;
}
.l-footer__head {
  margin-bottom: 8px;
}
.l-footer__navLink .l-footer__linkItem a {
  font-weight: 700;
}
.l-footer__navGroup .l-footer__linkItem a {
  font-weight: 500;
}
.c-externalListItem a:hover,
.l-footer__navLink .l-footer__linkItem a:hover,
.l-footer__navGroup .l-footer__linkItem a:hover {
  opacity: 0.8;
}

.l-footer__guideLink.u-fourth {
  max-width: 116px;
}
.l-footer__navGroup.u-grid {
  column-gap: 16px;
  row-gap: 4px;
}
.l-footer__navGroup.u-grid .l-footer__linkItem {
  margin-bottom: 0;
}
a.u-underline {
  text-decoration: underline;
}
.l-footer__tel:hover {
  opacity: 0.7;
}
.u-border {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.u-border::before {
  content: "";
  display: inline-block;
  width: 8px;
  border: 1px solid var(--white);
  margin-right: 4px;
}
.u-tab__w {
  position: relative;
}
.u-tab__w::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  background: url(/recruit/assets/img/icon/tab_w.svg) no-repeat center / contain;
}

@media screen and (min-width: 1024px) {
  .l-footer__top,
  .l-footer__bottom {
    justify-content: space-between;
  }
  .l-footer__bottom {
    align-items: flex-end;
  }
  .l-footer__navLink .l-footer__linkItem:not(:last-child) {
    margin-bottom: 16px;
  }
  .l-footer__navGroup .l-footer__linkItem:not(:last-child) {
    margin-bottom: 4px;
  }
  .l-footer__navGroup .l-footer__linkItem:last-child {
    margin-top: 16px;
  }
  .l-footer__right {
    column-gap: 48px;
    max-width: 816px;
    display: flex;
  }
  .l-footer__right .nav01,
  .l-footer__right .nav02 {
    column-gap: 48px;
  }
  .l-footer__navLink.u-first,
  .l-footer__navLink.u-second {
    padding-right: 47px;
    border-right: 1px solid var(--white);
  }
  .l-footer__person {
    column-gap: 64px;
  }
  .l-footer__figure {
    column-gap: 8px;
    max-width: 310px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1354px) {
  .l-footer__contact {
    font-size: 14px;
  }
  .l-footer__right {
    column-gap: 3.545vw;
  }
  .l-footer__right .nav01,
  .l-footer__right .nav02 {
    column-gap: 3.545vw;
  }
  .l-footer__navLink.u-first,
  .l-footer__navLink.u-second {
    padding-right: 3.471vw;
  }
  .l-footer__person {
    column-gap: 4.727vw;
  }
  .l-footer__navGroup.u-grid {
    column-gap: 0.8em;
  }
}

@media screen and (max-width: 1023.8px) {
  .l-footer {
    padding: 24px 30px;
  }
  .l-footer__top {
    margin-bottom: 24px;
  }
  .l-footer__top,
  .l-footer__bottom {
    flex-direction: column-reverse;
  }
  .l-footer__right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 32px;
  }
  .l-footer__right .nav01,
  .l-footer__right .nav02 {
    display: block;
  }
  .l-footer__navLink.u-first .l-footer__linkItem,
  .l-footer__navLink.u-second .l-footer__linkItem:not(:last-child) {
    margin-bottom: 24px;
  }
  .l-footer__guideLink.u-third {
    order: 2;
  }
  .l-footer__navLink.u-second {
    order: 3;
  }
  .l-footer__guideLink.u-fourth {
    order: 4;
    margin-top: 21px;
  }
  .l-footer__left {
    margin-top: 56px;
  }
  .l-footer__contact {
    font-size: 14px;
    line-height: 1.5;
  }
  .l-footer__navGroup.u-grid {
    column-gap: 0.8em;
  }
  .l-footer__person {
    margin-bottom: 24px;
    align-items: flex-end;
  }
  .l-footer__person {
    column-gap: 38px;
  }
  .l-footer__figure {
    column-gap: 8px;
  }
  .c-externalList {
    justify-content: center;
  }
}

.l-404 h1 {
  text-align: center;
  padding: 104px 0 52px;
  font-size: 128px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
.l-404 h1 span {
  display: block;
  font-size: 24px;
  letter-spacing: 0;
  margin: 24px 0 0;
}
/* #js-mask
----------------------------------------------------------------- */
.js-load__first {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  will-change: auto;
}

.js-load__first::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  transform: scale(1.1);
  background-color: var(--white);
  content: "";
}

.js-load__second {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  will-change: auto;
}

.js-load__second::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  transform: scale(1.1);
  background-color: var(--light-gray);
  content: "";
}
/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transform: translate(0, 50px);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
