@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: 6.4vw;
}

*,
*::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;
}
.u-pc,
.u-lg {
  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;
}

/* 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-mt70 {
  margin-top: 70px;
}
.u-mb30 {
  margin-bottom: 30px;
}
.u-inter {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.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: 14px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.c-second__btn .c-link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 6px;
  margin-left: 8px;
  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;
  bottom: 5%;
  right: 5.333vw;
  z-index: 1;
}
.c-entry__btn {
  width: 172px;
  padding: 8px 0;
  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: 24px;
  line-height: 1.5;
  transition: 0.3s;
  position: relative;
  border-radius: 27px;
}
.c-entry__btn::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 8px;
  margin-left: 10px;
  background: url(/recruit/assets/img/icon/arrow_w.svg) no-repeat center / contain;
}
a.c-entry__btn {
  color: var(--white);
}
.c-second__btn.u-entry .c-link {
  border: 2px solid var(--black);
  padding: 16px 0;
  display: block;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.c-heading {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.c-heading__l {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.c-heading__s {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.c-heading__en {
  color: var(--main-color);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.c-title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
.c-title__r {
  position: relative;
  margin-bottom: 30px;
  padding-left: 1.5rem;
  line-height: 1;
}
.c-title__r img {
  width: 98px;
  height: 1rem;
}
.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: 14px;
  line-height: 2;
  letter-spacing: 0.15em;
}
.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: 12px;
  letter-spacing: 0.15em;
  padding-bottom: 4px;
  font-weight: 700;
  border-bottom: 2px solid var(--black);
  margin-bottom: 16px;
}
.c-sub__head.u-white {
  border: 2px solid var(--white);
}
.c-sub__num {
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  letter-spacing: 0.15em;
  line-height: 1.6;
  border-bottom: 2px solid var(--black);
}
.c-heading__col {
  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-heading__col .c-en {
  display: block;
  font-size: min(40px, 10.667vw);
  font-weight: 700;
}
.c-heading__col .c-ja {
  font-size: 14px;
  display: block;
}
.c-externalList {
  column-gap: 24px;
}
.c-externalListItem a {
  position: relative;
  text-decoration: underline;
  font-size: 12px;
  line-height: 1.5;
}
.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: 18px;
}
.c-hero__head {
  font-size: 14px;
  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: 20px;
  margin-bottom: 8px;
  letter-spacing: 0.15em;
}
.c-hero .c-ja {
  letter-spacing: 0.15em;
}
.c-info__dl {
  background-color: var(--white);
  display: block;
  line-height: 2.2;
  letter-spacing: 0.15em;
  font-size: 16px;
  border-bottom: 1px solid var(--light-gray);
}
.c-info__dt {
  padding: 16px 16px 10px;
  font-weight: 700;
  border-top: 1px solid var(--light-gray);
}
.p-tab__content-inner .c-info__dt:first-of-type {
  border: none;
}
.c-info__dd {
  padding: 0 16px 16px;
  font-weight: 400;
  line-height: 1.8em;
}
.c-info__dt: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__List {
  margin: 40px auto 0;
}
.c-voice__ListItem {
  justify-content: space-between;
  align-items: flex-start;
}
.c-voice__ListItem:not(:last-child) {
  margin-bottom: 40px;
}
.c-voice__image {
  width: 21.333vw;
  text-align: center;
}
.c-voice__image img {
  width: 100%;
  height: 100%;
}
.c-voice__name {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.15em;
  margin-top: 0.5rem;
}
.c-voice__textbox {
  background-color: var(--beige);
  position: relative;
  border-radius: 16px;
  padding: 24px 3.733vw;
  width: 61.216vw;
}
.c-voice__textbox::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 27px;
  left: -18px;
  width: 28px;
  height: 23px;
  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: 14px;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.c-num__box {
  font-size: 20px;
  line-height: 1.6;
  padding: 3px 0;
  width: 40px;
  height: 40px;
  display: flex;
  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: 16px;
  position: relative;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
  font-size: 16px;
  padding-left: 2rem;
}
.c-head__q::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: calc(0.5rem * 1.6);
  width: 24px;
  height: 2px;
  background: var(--blue);
}
.c-num__List {
  max-width: 240px;
  margin: 40px auto 0;
  position: relative;
  justify-content: space-between;
}
.c-num__List::after {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  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: 48px;
}
.c-num__ListItem .c-num {
  background-color: var(--white);
  color: var(--gray);
  font-size: 16px;
  line-height: 1.6;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  position: relative;
  border: 2px solid var(--gray);
}
.c-num__ListItem.is-current .c-num {
  background-color: var(--main-color);
  color: var(--white);
  border: 2px solid var(--main-color);
}
.c-num__ListItem .p-head {
  margin: 12px auto 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.15em;
}

/* Layout
----------------------------------------------------------------- */
.l-inner {
  width: 84%;
  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% - 32px);
  margin: 5px auto;
  overflow: hidden;
}
.l-bread .breadcrumb .breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 13px;
}
.l-bread .breadcrumb .breadcrumb__list li:not(:last-of-type)::after {
  content: "ー";
  margin: 0 8px 0 6px;
}
.l-bread .breadcrumb .breadcrumb__list li:last-of-type {
  color: #c2c2c2;
}
/* Header
----------------------------------------------------------------- */
.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 30px;
  color: var(--white);
  width: 84%;
}
.l-header__gnavListItem {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.l-header__gnavListItem .u-flex {
  flex-wrap: wrap;
}
.l-header__gnavListItem:not(:last-child) {
  margin-bottom: 24px;
}
.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;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}
.swiper-button-prev,
.swiper-button-next {
  display: none;
}
.swiper-pagination-bullet-active {
  background: var(--main-color);
}

/* 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: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--white);
}
@media screen and (max-width: 374px) {
  .p-pagetop a {
    width: 40px;
    height: 40px;
  }
}
.p-pagetop img {
  width: 22px;
  height: 11px;
  display: block;
}
.p-hero {
  margin-top: 70px;
  padding: 58px 0 68px;
  color: var(--white);
}
.p-hero.u-environment {
  background: url(/recruit/assets/img/environment/mv_sp.webp) no-repeat center / cover;
}
.p-hero.u-entry {
  background: url(/recruit/assets/img/entry/mv_sp.webp) no-repeat center / cover;
}
.p-hero.u-infomation {
  background: url(/recruit/assets/img/infomation/mv_sp.webp) no-repeat center / cover;
}
.p-hero.u-cloud {
  background: url(/recruit/assets/img/cloud/mv_sp.webp) no-repeat center / cover;
}
.p-hero.u-weather {
  background: url(/recruit/assets/img/weather/mv_sp.webp) no-repeat center / cover;
}
.p-hero.u-interview {
  background: url(/recruit/assets/img/interview/mv_sp.webp) no-repeat center / cover;
}
.p-bnr__area {
  width: 84%;
  margin: 0 auto;
}
.p-development .p-bnr__area {
  margin-top: 56px;
}
.p-bnr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--white);
  padding: 33px 0;
  width: 100%;
}
.p-bnr .p-head {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.p-bnr.u-weather {
  background: url(/recruit/assets/img/culture/weather.jpg) no-repeat center / cover;
  margin-bottom: 8px;
}
.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 - 100px); */
  bottom: -80px;
  left: 16px;
  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: 10px;
  bottom: -42px;
  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 {
  position: relative;
}
#kv .swiper-container {
  z-index: 1;
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
}

/* l-kv
----------------------------------------------------------------- */
#kv .l-kv {
  position: relative;
  overflow: hidden;
  height: calc(100vh);
}
#kv #slide-01,
#kv .js-slidebg {
  margin: 60px 0 0;
  height: calc(100vh - 70px);
}
#kv .l-kv__slide #js-slidebg__01 {
  min-height: 600px;
}
#kv .l-kv__slide #js-slidebg__02 {
  min-height: 667px;
}
#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: calc(100vh - 70px);
  min-height: 600px;
  object-fit: cover;
}
#kv .swiper-slide {
  position: relative;
}
.img_slider_sp {
  display: none !important;
}
.u-pc.img_slider {
  display: none !important;
}
.u-pc.img_slider.active {
  display: none !important;
}
.img_slider_sp.active {
  display: block !important;
}
.l-kv__illust {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
}
.l-kv__illust.illust02 {
  bottom: -1vw;
}
.l-kv__illust.illust03 {
  left: 0;
}
#kv .js-slidebg .l-kv__illust picture,
#kv .js-slidebg .l-kv__illust img {
  width: 100%;
  object-fit: contain;
  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: 100vh;
  object-fit: cover;
}

/* #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__02 img {
  width: 100%;
  height: 100vh;
  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: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 40px 0;
  min-height: 100vh;
  justify-content: flex-start;
}
#kv .l-about__text {
  width: 84%;
  margin-inline: auto;
  color: var(--white);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
#kv .l-about__text .js-scroll__text {
  opacity: 0;
}
#kv .c-lead {
  margin: 32px auto 0;
}
#kv .c-second__btn {
  margin-top: 80px;
}
#kv .c-sub__head {
  border-color: var(--white);
}

/* TopBusiness
----------------------------------------------------------------- */
.l-topBusiness {
  margin-top: 80px;
}
.l-topBusiness__image {
  margin: 32px auto 80px;
}
.l-topBusiness__block a {
  width: 100%;
  height: 102.4vw;
  color: var(--main-color);
  display: flex;
  flex-direction: column;
  background: var(--beige);
}
.l-topBusiness__inner {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.l-topBusiness__textArea {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  flex: 1;
}
.l-topBusiness__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.l-topBusiness__inner .u-inter {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin-bottom: 4px;
}
@media screen and (max-width: 374px) {
  .l-topBusiness__inner .u-inter .u-inter {
    font-size: 10.667vw;
  }
}
.l-topBusiness__head .c-title {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
.l-topBusiness__inner .u-image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  flex: none;
}
.l-topBusiness__inner .u-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-topBusiness .c-second__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.l-topBusiness .c-second__btn .c-link {
  background-color: var(--main-color);
  color: var(--white);
  padding: 4px 8px;
}
.l-topBusiness .c-second__btn .c-link::after {
  background: url(/recruit/assets/img/icon/arrow_w.svg) no-repeat center / contain;
}

/* TopEnvironment
----------------------------------------------------------------- */
.l-topEnvironment {
  position: relative;
}
.l-topEnvironment__image {
  width: 100%;
}
.l-topEnvironment__image video {
  width: 100%;
}
.l-topEnvironment__image img {
  width: 100%;
  height: 106.667vw;
  object-fit: cover;
}
.l-topEnvironment .c-lead {
  margin: 24px auto;
}
.l-topEnvironment__textbox {
  margin: 40px auto 80px;
  width: 84%;
}
.l-topEnvironment .c-second__btn {
  text-align: right;
}
.l-topEnvironment__bnr {
  width: 100%;
}
.l-topEnvironment__bnr img {
  width: 100%;
  height: 48vw;
  object-fit: cover;
}

/* splide */
.splide__pagination {
  position: relative;
  padding: 0;
  margin-top: 30px;
  bottom: 0;
  gap: 0 12px;
}
.splide__pagination__page.is-active {
  transform: scale(1);
  opacity: 1;
  background: var(--main-color);
}
.c-interview {
  margin: 64px auto 80px;
}
.c-interview__slide {
  margin: 40px auto 30px;
}
.c-interview__slide .splide__slide {
  border-radius: 16px;
  width: 100%;
  height: 88vw;
  color: var(--white);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
}
.js-environment .c-interview__slide .splide__slide {
  box-shadow: none;
}
.js-environment .splide .splide__pagination {
  display: none;
  margin: 0 auto;
}
.c-interview__slide,
.splide__track {
  height: 91vw;
}
.c-interview__slide {
}
.c-interview__slide .splide__slide a {
  border-radius: 16px;
  box-shadow: 4px 4px 10px rgb(0 0 0 / 0.25);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: scale(0.81512, 0.81818);
  transform-origin: top;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%), var(--slide-bg);
}
.c-interview__slide .splide__slide.is-active {
}
.c-interview__slide .splide__slide.is-active a {
  transform: scale(1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%), var(--main-color);
}
.c-splide__inner {
  width: 83.1%;
  margin: 0 auto;
  padding: 0 0 8.533vw;
  position: relative;
}
.c-interview__slide .c-mark {
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: auto;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  font-size: 3.2vw;
}
.c-interview__slide .splide__slide.is-active .c-mark {
  opacity: 1;
  visibility: visible;
}
.c-splide__inner .u-en {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.c-splide__inner .c-name {
  font-size: 8.533vw;
  line-height: 1;
  margin-bottom: 3.2vw;
  position: relative;
}
.c-splide__inner .c-name::after {
  content: "";
  display: block;
  margin-top: 4.267vw;
  width: 6.667vw;
  height: 0.8vw;
  background: var(--white);
}
.c-splide__inner .c-occupation {
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: 3.733vw;
  font-weight: 700;
}

/* TopInterview
----------------------------------------------------------------- */
.l-topInterview {
  margin: 80px auto;
}
.l-topInterview__slideArea {
  margin: 32px auto 24px;
}
.js-front .c-interview__slide {
  margin: 32px auto 24px;
}
.js-front .splide__slide {
  background: inherit;
  box-shadow: none;
}
.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-active .c-mark {
  opacity: 1;
  visibility: visible;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.js-front .c-interview__arrowArea {
  margin: 24px auto 0;
}
.js-front .splide__pagination {
  position: relative;
  padding: 0;
  margin: 0 auto;
  gap: 0 12px;
  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;
}
.l-topInterview .c-second__btn {
  margin-top: 56px;
}
/* l-mv
----------------------------------------------------------------- */
.l-mv {
  background: url(/recruit/assets/img/culture/mv.webp) no-repeat center / cover;
  color: var(--white);
  padding-top: 16.8vw;
  width: 100%;
  height: 82.667vw;
  margin-top: 70px;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
#mv_text {
  display: none;
}
.l-mv__head {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.l-mv__head .c-ja {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15em;
  flex: 1 1 auto;
}
.l-mv__head .c-en {
  line-height: 1.6;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
}

/* l-into
----------------------------------------------------------------- */
.l-intro {
  margin: 56px auto 0;
}
.l-intro__textbox {
  background-color: var(--main-color);
  color: var(--white);
  padding: 49px 0;
  width: 85.333vw;
  position: relative;
  z-index: 1;
}
.l-intro__textbox .inner {
  margin: 0 auto;
  width: 81.25%;
}
.l-intro__textbox .c-lead {
  margin-top: 32px;
}
.l-culture__bnr {
  margin-top: -54.133%;
  width: 100%;
  position: relative;
}
.l-culture__bnr img {
  width: 100%;
  height: 141.333vw;
  object-fit: cover;
}

/* l-culture
----------------------------------------------------------------- */
.l-culture {
  padding: 80px 0;
}
.l-culture .l-inner {
  margin: 0 auto;
}
.l-culture__image {
  margin: 40px auto 0;
}
.l-culture__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.l-culture__block {
  margin: 0 auto;
  width: 84%;
  padding-bottom: 80px;
}
.l-culture__bg {
  padding-top: 40px;
  position: relative;
}
.l-culture__bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 112vw;
  background: var(--beige);
  z-index: -1;
}
.l-culture__textbox .c-title {
  margin-bottom: 16px;
  font-size: 20px;
}
.l-culture__imgbox {
  width: 66.667vw;
  margin: 8.533vw 0 0 auto;
}
.l-culture__img {
  position: relative;
}
.l-culture__img img {
  width: 100%;
  height: 53.333vw;
  object-fit: cover;
}
.l-culture__member .inner {
  position: relative;
  margin-bottom: 90px;
}
.l-culture__member-image {
  width: 100%;
}
.l-culture__member-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.l-culture__member .c-marker {
  position: absolute;
  top: 54.667vw;
  left: 10px;
}
.l-culture__member .c-mark {
  line-height: 1;
  padding: 4px 7px;
  letter-spacing: 0.16em;
}
.l-culture__memberDetail {
  width: 84%;
  margin: 0 auto 104px;
}
.l-culture__memberDetail-imgbox {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 8px;
}
.l-culture__memberDetail-imgbox img {
  width: 41.6vw;
  height: 60.267vw;
  object-fit: cover;
}
.l-culture__memberDetail-name {
  margin-left: 8px;
  padding-bottom: 7.47%;
}
.l-culture__memberDetail-name .p-department {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
}
.l-culture__memberDetail-name .p-name {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.l-culture__memberDetail-textbox {
  margin: 0 auto;
  width: 77.333vw;
}
.l-culture__interviewListItem:not(:last-child) {
  margin-bottom: 40px;
}
.l-culture__interviewListItem .c-title {
  margin-bottom: 1rem;
  color: #c8161d;
}
.l-culture__slide {
  margin: 48px auto 0;
}

/* l-company
----------------------------------------------------------------- */
.l-company {
  padding: 40px 0 80px;
  background-color: var(--beige);
}
.l-company .c-info__dl {
  margin: 40px auto 0;
}

/* l-environment
----------------------------------------------------------------- */
.l-environment {
  padding: 56px 0 105px;
}
.l-environment .l-inner {
  width: 89.333vw;
}
.c-slide__area.u-reverse {
  margin-top: 64px;
}
.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;
  margin-top: 1rem;
}
.c-slide__textbox {
  margin-top: 32px;
}
.c-slide__head {
  align-items: flex-start;
  margin-bottom: 1rem;
  column-gap: 1rem;
}
.c-slide__head .c-sub__num {
  width: 27px;
}
.c-slide__textbox .c-heading__l {
  width: calc(100% - 27px);
}
.l-environment__bnr {
  margin-top: 64px;
}
.l-environment__bnr img {
  width: 100%;
  height: 48vw;
  object-fit: cover;
}
.js-accordion-area {
  display: none;
}
/* l-timeSchedule
----------------------------------------------------------------- */
.l-timeSchedule {
  padding: 32px 0 64px;
  background-color: var(--beige);
}
.l-timeSchedule .l-inner {
  width: 88.8vw;
}
.l-timeSchedule .inner {
  width: 100%;
}
.c-scroll__box {
  margin: 56px auto 0;
}
.c-scroll__box.u-reverse {
  margin: 48px auto 0;
}
.c-scroll__imgbox {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.c-scroll__imgbox img {
  width: 84.267vw;
  height: 48.533vw;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.c-scroll__member {
  color: var(--white);
  background-color: var(--main-color);
  margin: -50px auto 0;
  padding: 66px 8vw 24px;
}
.c-scroll__department,
.c-scroll__name {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.c-scroll__department {
  font-size: 14px;
  display: inline-block;
  margin-right: 8px;
}
.c-scroll__name {
  font-size: 20px;
  margin-bottom: 8px;
}
.c-scroll__detail {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-top: 8px;
}
.c-scroll__head {
  color: var(--white);
  background-color: var(--black);
  font-weight: 700;
  padding: 11px 0;
  line-height: 1.6;
  letter-spacing: 0.15em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-scroll__head::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  background: url(/recruit/assets/img/icon/toggle.svg) no-repeat center / contain;
  margin-left: 10px;
  transform: rotate(180deg);
  transition: 0.3s;
}
.c-scroll__head.active::after {
  transform: rotate(0);
}
.c-scroll__area {
  background-color: var(--beige);
}
.c-scroll__List {
  width: 89.333vw;
  margin: 0 auto;
  background-color: var(--white);
  padding: 32px 0;
}
.c-scroll__ListItem {
  display: flex;
  justify-content: space-between;
  width: 78.933vw;
  margin-inline: auto;
}
.c-scroll__ListItem:not(:last-child) {
  margin-bottom: 1rem;
}
.c-scroll__ttl {
  text-align: right;
  max-width: 64px;
  width: 17.067vw;
}
.c-scroll__about {
  width: 53.333vw;
}
.c-scroll__about .inner {
  margin-top: 1rem;
}
.c-scroll__desc {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.c-scroll__subimage {
  width: 100%;
  margin-bottom: 8px;
}
.c-schedule__time,
.c-scroll__text {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

/* l-garally
----------------------------------------------------------------- */
.l-garally {
  margin: 80px auto 56px;
}
.l-garally__slideArea {
  margin: 40px auto 30px;
}
.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: 51.733vw;
  width: 51.733vw;
  height: 72vw;
  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);
  max-width: 63.467vw;
  width: 63.467vw;
  height: 88vw;
  border-radius: 16px;
}
.l-garally__slideArea .swiper-slide .c-mark {
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: auto;
  opacity: 0;
  font-size: 3.2vw;
}
.l-garally__slideArea .swiper-slide.swiper-slide-active .c-mark {
  opacity: 1;
}
.l-garally__slideArea .swiper-slide {
  margin-right: 6.4vw;
}

/* l-flow
----------------------------------------------------------------- */
.l-flow {
  margin: 56px auto 0;
}
.l-flow .inner {
  width: 89.333vw;
  margin: 0 auto;
}
.l-flow__List {
  margin: 40px auto 0;
}
.l-flow__ListItem {
  display: flex;
  justify-content: space-between;
}
.l-flow__ListItem:not(:last-child) {
  margin-bottom: 32px;
  position: relative;
}
.l-flow__ListItem:not(:last-child)::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 36px;
  left: 19px;
  width: 2px;
  height: 100%;
  /* border: 2px solid var(--main-color); */
  background: var(--main-color);
}
.l-flow__textbox {
  width: calc(100% - 52px);
  padding-right: 12px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.l-flow__textbox .c-lead__m {
  font-size: 16px;
  line-height: 1.6;
  padding: 7px 0;
}

/* l-infomation
----------------------------------------------------------------- */
.l-infomation {
  padding: 80px 0 80px;
}
.p-tab__content {
  margin-bottom: 24px;
}
.p-tab__content.u-last {
  margin-bottom: 0;
}
.p-tab__content .l-inner {
  background-color: var(--white);
  width: calc(100% - 40px);
  margin-bottom: 40px;
}
.p-tab__content .c-scroll__head {
  background-color: var(--main-color);
}
.p-tab__content .c-info__dl {
  margin: 0 auto;
  border: none;
}
.p-tab__content .c-info__dt:last-of-type {
  border-top: 1px solid var(--light-gray);
}
.p-tab {
  margin: 40px auto 0;
}
.p-tab__catList {
  margin: 0 auto;
  display: grid;
  justify-content: center;
  grid-auto-flow: column;
  gap: 0;
  border-bottom: 1px solid var(--main-color);
}
.p-tab__catList .p-tab__catListItem {
  width: 45vw;
  text-align: center;
}
.p-tab__catBtn {
  font-size: 12px;
  color: var(--main-color);
  background-color: var(--white);
  line-height: 1.4;
  border-radius: 16px 16px 0 0;
  padding: 10px 0;
  width: 100%;
  display: block;
  text-align: center;
  border: 1px solid var(--main-color);
  border-bottom: none;
  font-weight: 700;
}
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 {
  padding: 32px 0 0;
  background-color: var(--beige);
}
/* 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: 100vh;
}
#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: 40%;
  width: 100%;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: filter 1.8s linear, opacity 0.1s linear;
}
#kind .js-kvTitle.is-active {
  opacity: 1;
}
#kind .js-kvTitle .c-en {
  font-size: 36px;
}
#kind .js-kvTitle .c-ja {
  font-size: 12px;
}

/* 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;
}
#kind .l-kind-main {
  padding-block: 27.0588235294118%;
  position: relative;
  width: 100%;
  padding-block: 0;
}
#kind .l-kind__textbox {
  width: 84vw;
  margin-inline: auto;
  color: var(--white);
  line-height: 1.6;
  overflow-wrap: break-word;
  /* min-height: 100dvh; */
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 0 73px;
}
#kind .l-kind__textbox .js-scroll__text {
  opacity: 0;
}
#kind .l-kind__head {
  font-size: clamp(20px, 6.4vw, 24px);
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}
#kind .l-kind__head .u-en {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
#kind .c-lead__m {
  font-size: clamp(14px, 4.267vw, 16px);
  margin-bottom: 32px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 374px) {
  #kind .l-kind__textbox {
    padding: 17.067vw 0 19.467vw;
  }
  #kind .l-kind__head {
    margin-bottom: 10.667vw;
  }
  #kind .c-lead__m {
    margin-bottom: 8.533vw;
  }
}

/* p-features */
.p-features {
  padding: 80px 0 76px;
  background-color: var(--beige);
  position: relative;
}
.p-features .l-inner {
  width: 89.333vw;
}
.p-features .c-heading__l {
  width: 84vw;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
.p-features__list {
  margin: 72px auto 0;
}
.p-features__icon {
  margin-bottom: 1.5rem;
}
.p-features__listItem:not(:last-child) {
  margin-bottom: 2rem;
}
.p-features .c-lead__m {
  font-size: 20px;
  text-align: center;
  margin-bottom: 1rem;
}
.p-features .c-lead {
  width: 84vw;
  margin: 0 auto;
}
.p-features__icon img {
  width: auto;
  height: 80px;
  object-fit: cover;
}
/* p-exam */
.p-exam {
  padding: 60px 0 80px;
  position: relative;
}
.p-exam .l-inner {
  width: 100%;
}
.p-exam .u-center {
  text-align: left;
  width: 84vw;
  margin: 0 auto;
}
.p-exam__image {
  margin: 40px auto;
  position: relative;
}
.p-exam__image img {
  width: 100%;
  height: 64vw;
  object-fit: cover;
}
.p-exam__headArea {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.p-exam__headArea .c-lead__m {
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.p-exam__head {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-exam__list {
  width: 83.2vw;
  margin: 0 auto;
}
.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: 24px 36px;
}
.p-exam__imagebox img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-exam__listItem:not(:last-child) {
  margin-bottom: 2.5rem;
}
.p-exam__listItem:first-child .p-exam__imagebox img {
  max-width: 216px;
}
.p-exam__listItem:nth-child(2) .p-exam__imagebox img,
.p-exam__listItem:last-child .p-exam__imagebox img {
  max-width: 240px;
}
.p-exam__listItem .c-lead__m {
  margin-bottom: 0.5rem;
  font-size: 16px;
  line-height: 1.6;
}
.p-exam__text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.15em;
}

/* p-development */
.p-development {
  padding: 0;
}
.p-development .p-development__l {
  margin-bottom: 50px;
}
.p-service__List {
  margin-top: 40px;
}
.p-service__ListItem:not(:last-child) {
  margin-bottom: 72px;
}
.p-service__List.u-col .p-service__ListItem:not(:last-child) {
  margin-bottom: 40px;
}
.p-service__image {
  width: 74.667vw;
  margin: 0 auto 24px;
}
.p-service__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-service__headArea {
  margin: 0 auto 16px;
}
.p-service__head {
  font-size: 16px;
  letter-spacing: 0.15em;
  font-weight: 700;
  line-height: 1.6;
  color: var(--main-color);
}

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

/* 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: 1.6;
  font-size: 16px;
  letter-spacing: 0.15em;
  padding: 0 1rem;
  width: 100%;
  text-align: center;
}
.p-contents__bnr-image {
  margin: 0 auto;
  width: 84vw;
}
.p-contents__bnr-image img {
  height: auto;
}
.p-contents__bnr-textbox {
  width: 84vw;
  margin: 0 auto;
  padding: 32px 0 40px;
}
.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.5rem;
}
.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: 0.5rem;
}
.p-contents__bnr .c-second__btn .c-link {
  margin: 0 auto;
  width: 78.933vw;
  max-width: 296px;
  font-size: 16px;
}
#under .c-interview__slide .splide__slide {
  margin-right: 4px;
  box-shadow: none;
}

.p-exam.p-weather {
  background-color: var(--beige);
  padding-bottom: 0;
}
.p-exam.p-weather .p-exam__image {
  margin-bottom: 0;
}
.p-contents__bnr.p-weather {
  padding-top: 0;
}
.l-cycle .l-inner {
  background-color: var(--white);
  padding: 32px 0 48px;
  position: relative;
}
.l-cycle__list {
  margin: 32px auto 0;
  width: 89.333vw;
}
.l-cycle__listitem {
  text-align: center;
}
.l-cycle__listitem:not(:last-child) {
  margin-bottom: 48px;
}
.l-cycle__listitem img {
  max-width: 100%;
  width: 22%;
  height: auto;
}
.p-weather__table {
  display: flex;
  flex-direction: column-reverse;
  background-color: var(--white);
  padding-top: 40px;
}
.p-weather .u-center {
  width: 73.333vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
}
.p-exam.p-weather .u-center {
  width: 84vw;
}
.l-cycle__head {
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 24px;
  text-align: center;
}
.p-weather__map {
  margin: 28px auto 80px;
  width: 84vw;
}
.p-weather__map figcaption {
  font-size: 14px;
  display: block;
  margin-top: 8px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.p-weather__map img {
  width: 100%;
  height: 45.067vw;
  object-fit: cover;
}
.p-weather__dl {
  width: 89.333vw;
  display: block;
  border-top: 1px solid var(--light-gray);
  margin: 0 auto;
}
.p-weather__dt {
  padding: 24px 16px 0;
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 1.6;
  margin-bottom: 8px;
}
.p-weather__dd {
  padding: 0 16px 24px;
  border-bottom: 1px solid var(--light-gray);
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

/* l-voice
----------------------------------------------------------------- */
.l-voice {
  margin-top: 70px;
}
.l-voice__inner {
  position: relative;
  background-color: var(--main-color);
}
.l-voice__mv {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 136vw;
}
.l-voice__members img {
  position: absolute;
  bottom: 0;
  right: 2.667vw;
  width: 75.733vw;
  height: 100.267vw;
  object-fit: cover;
  z-index: 1;
}
.l-voice__members.member04 img {
  right: 0;
  width: inherit;
  height: inherit;
}
.l-voice__members-about {
  position: relative;
  color: var(--white);
  padding: 10.667vw 0 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.l-voice__members-text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.l-voice__members-about .c-mark__inner {
  margin-bottom: 0;
  margin-left: 5.333vw;
}
.l-voice__members-about .c-mark__inner .c-mark {
  font-size: 16px;
  padding: 1px 9px;
}
@media screen and (max-width: 374px) {
  .l-voice__members-about .c-mark__inner .c-mark {
    font-size: 4.267vw;
  }
}
.l-voice__members-name {
  margin: auto auto 0 8vw;
  padding-bottom: 26.667vw;
  position: relative;
  z-index: 1;
}
.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;
}
.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;
}
.l-voice__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 94.4vw;
  z-index: 0;
  transform: translate(-50%, -50%);
}
.l-interview__head {
  position: absolute;
  left: 10px;
  bottom: 4.5%;
  z-index: 0;
}
/* l-voice__contents */
.l-voice__contents {
  margin: 0 auto;
  padding: 64px 0 108px;
  background-color: var(--beige);
}
.l-voice__interview-List {
  width: 84%;
  margin: 0 auto;
}
.l-voice__interview-ListItem:not(:last-child) {
  margin-bottom: 56px;
}
.l-voice__interview.js-voice_02 {
  margin-top: 56px;
}
.l-voice__figure {
  margin: 24px auto 0;
}
.l-voice__figure.u-col2 {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.l-voice__figure img {
  width: 100%;
  height: 56vw;
  object-fit: cover;
}

/* l-interview
----------------------------------------------------------------- */
.l-interview {
  padding: 56px 0 80px;
  background: #fbf9f6;
}
.l-interview .c-lead__m {
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.6;
}
.c-card__List {
  margin: 56px auto 0;
  width: 63.467vw;
}

.c-card__ListItem:not(:last-child) {
  margin-bottom: 40px;
}
.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: 88vw;
  position: relative;
}
@media screen and (max-width: 374px) {
  .c-card__List {
    max-width: 238px;
    width: 100%;
  }
  .l-interview .c-card__bg {
    height: 330px;
  }
}
.c-card__wrap {
  width: 83%;
  margin: 0 auto;
  padding-bottom: 8.533vw;
  position: relative;
}
.c-card__wrap .c-mark {
  font-size: 3.2vw;
}
.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: 16px;
  text-align: right;
}
.l-interview .c-name {
  font-size: min(32px, 8.533vw);
  line-height: 1;
  margin-bottom: 12px;
  position: relative;
}
.l-interview .c-name::after {
  content: "";
  display: block;
  margin-top: 12px;
  width: 25px;
  height: 3px;
  background: var(--white);
}
.l-interview .c-occupation {
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 14px;
}

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

/* Entry
----------------------------------------------------------------- */
.l-entry {
  color: var(--white);
  padding: 32px 0 38px;
  background-color: var(--main-color);
  text-align: center;
}
.l-entry .c-heading {
  font-size: 32px;
  display: block;
  line-height: 2;
}

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

/* Contact
----------------------------------------------------------------- */
.l-contact {
  margin: 56px auto 80px;
}
.c-contactForm {
  margin: 56px auto 0;
}
.c-contactForm-table {
  margin: 0 auto 40px;
}
.c-contactForm__dl {
  padding: 32px 0;
  border-bottom: 1px solid var(--light-gray);
}
.c-contactForm__dt {
  margin-bottom: 16px;
}
.c-contactForm__dt .label {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.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.5;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 16.5px 16px;
}
.p-checkbox__label {
  display: flex;
  justify-content: center;
}
.c-radioItem {
  display: block;
  margin-bottom: 16px;
}
.c-radioItem.u-last {
  margin-bottom: 0;
}
.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;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.c-radioItem-label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid var(--black);
  border-radius: 50%;
  background: #fff;
}
.c-radioItem-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  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-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.p-file::file-selector-button {
  padding: 7px 10px;
  margin-right: 16px;
  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;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.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;
}
.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: 40px auto 0;
}
.c-contactForm__btn .c-link {
  display: block;
  width: 216px;
  margin: 0 auto;
  background-color: var(--white);
  padding: 16px 30px;
  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 {
  padding: 22px 30px 24px;
  color: var(--white);
  background-color: var(--main-color);
}
.l-footer .l-inner {
  margin: 0 auto;
  width: 100%;
}
.l-footer__top {
  margin-bottom: 24px;
}
.l-footer__top,
.l-footer__bottom {
  display: flex;
  flex-direction: column-reverse;
}
.l-footer__right {
  display: grid;
  grid-template-columns: 126px 1fr;
  column-gap: 24px;
  font-size: 14px;
}
.l-footer__head {
  margin-bottom: 8px;
}
.l-footer__navLink .l-footer__linkItem,
.l-footer__navGroup .l-footer__linkItem {
  font-size: 14px;
  line-height: 1.5;
}
.l-footer__navGroup .l-footer__linkItem:last-of-type {
  margin-top: 20px;
}
.l-footer__navGroup {
  row-gap: 0.25rem;
}
.u-fourth .l-footer__navGroup {
  max-width: 90px;
  column-gap: 1rem;
}
.l-footer__navLink .l-footer__linkItem a {
  font-weight: 700;
}
.l-footer__navGroup .l-footer__linkItem a {
  font-weight: 500;
}
.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__navLink.u-first,
.l-footer__navLink.u-second {
  max-width: 126px;
}
.l-footer__left {
  margin-top: 56px;
}
.l-footer__contact {
  font-size: 14px;
  line-height: 1.5;
  margin: 24px auto 0;
  letter-spacing: 0.15em;
  font-weight: 400;
}
.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;
}
.l-footer__figure img {
  width: auto;
  height: 40px;
}
.l-footer .c-externalList {
  margin-bottom: 32px;
}
@media screen and (max-width: 374px) {
  .l-footer {
    padding: 22px 8vw 24px;
  }
  .l-footer__right {
    grid-template-columns: 33.6vw 1fr;
    column-gap: 6.4vw;
  }
  .l-footer__person {
    column-gap: 10.133vw;
  }
}
.c-externalList {
  justify-content: center;
}
a.u-underline {
  text-decoration: underline;
}
.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;
}
.l-404 h1 {
  text-align: center;
  padding: 75px 0 40px;
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
.l-404 h1 span {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  margin: 8px 0 0;
}
.l-404 p {
  font-size: 14px;
  line-height: 2;
}
/* #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: 500ms;
  transition-property: opacity, transform;
  transform: translate(0, 50px);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
