@charset "UTF-8";
/*
Theme Name: mkclean
Theme URI: /wp-content/themes/mlclean/
Author URI:
Version: 1.0
*/

:root {
  --logo-color: #416784;
  --sub-color: #8cb3d1;
  --sub2-color: #dae5ee;
  --accent-color: #ce567b;
  --base-size: 1440;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #333333;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.detail {
  font-size: 1.5rem;
  line-height: 2.26;
  letter-spacing: 0.02em;
}

.small {
  font-size: 1.4rem;
  line-height: 1.85;
  letter-spacing: 0.02em;
}

img,
video {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

a {
  display: inline-block;
  text-decoration: none;
}

li {
  list-style: none;
}

* {
  font-feature-settings: "palt";
}
p + p {
  margin-top: 0.75em;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 0% 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px); /* Safari対応 */
}

.header__logo {
  height: min(52px, calc(52 / var(--base-size) * 100vw));
  width: auto;
}

.header__nav {
  display: flex;
  justify-content: flex-end;
}

.header__list {
  display: flex;
  align-items: center;
  gap: min(25px, calc(25 / var(--base-size) * 100vw));
  margin-right: min(40px, calc(40 / var(--base-size) * 100vw));
}

.header__item {
  text-align: center;
}

.header__bold {
  display: block;
  text-align: center;
  font-size: min(1.5rem, calc(15 / var(--base-size) * 100vw));
  margin-bottom: 5px;
  color: #363636;
}

.header__sub {
  font-size: 1.2rem;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  color: #afafaf;
}

.fv {
  position: relative;
}
.fv__content {
  padding: 0 15px;
}

.fv__img {
  height: 100svh;
  max-height: 900px;
  width: 100%;
  object-fit: cover;
}

.fv__ttl {
  position: absolute;
  top: 23%;
  left: 25%;
  transform: translateX(calc(37.5px - 100%));
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 9px;
}

.fv__label {
  padding: 16px 8.5px 10px;
  background-color: #fff;
  color: #000;
  font-size: 4rem;
  /* 縦書き */
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.38em;
  font-weight: bold;
}

.fv__label--first {
  order: 2;
}

.fv__label--second {
  order: 1;
}

.fv__deco {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28%;
}

.concept {
  padding: 150px 0 0;
}

.concept__wrap {
  max-width: 800px;
  width: 90%;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
  padding-bottom: 90px;
  position: relative;
}

.concept__ttl {
  font-size: 3rem;
  letter-spacing: 0.15em;
  line-height: 2;
  color: var(--logo-color);
}

.concept__detail {
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #555555;
  margin-bottom: 40px;
}

.concept__bold {
  font-weight: bold;
  color: var(--logo-color);
}
.concept__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 87px;
  padding: 15px 20px;
  background-color: var(--logo-color);
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 3px;
  transition: 0.3s;
  border: 1px solid transparent;
}

.concept__link:hover {
  background-color: #fff;
  color: var(--logo-color);
  border: 1px solid var(--logo-color);
}

.concept__link:hover path,
.concept__link:hover clipPath {
  stroke: var(--logo-color);
}

.concept__arrow {
  width: 20px;
}

.concept__deco1 {
  width: 371px;
  position: absolute;
  left: -57px;
  bottom: 0;
}

.concept__deco2 {
  width: 118px;
  position: absolute;
  left: calc(100% + 39px);
  top: -60px;
}

.conecpt__img {
  width: 96%;
  max-width: 1380px;
  display: block;
  margin: 173px auto 0;
}

.service {
  margin-top: 150px;
}

.service--page {
  margin-bottom: 50px;
}

.service__ttl {
  position: relative;
  color: var(--logo-color);
}

.service__deco {
  position: absolute;
  left: -40px;
  bottom: 14px;
  width: 71px;
}

.service__ttl__inner {
  font-size: 5.6rem;
  line-height: 1.1;
  margin-bottom: 2px;
  position: relative;
  z-index: 1;
  color: var(--logo-color);
}

.service__label {
  font-size: 2.4rem;
  letter-spacing: 0.17em;
  color: var(--logo-color);
}

.service__wrap {
  max-width: 1000px;
  width: 90%;
  margin: auto;
}

.service__nav {
  margin-top: 51px;
  padding: 40px 20px 0;
  border-top: 1px solid #e6e6e6;
}

.service__nav--last {
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}

.service__nav__wrap {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 40px;
}

.service__nav__num {
  font-size: 2.5rem;
  line-height: 1;
}

.service__nav__ttl {
  display: flex;
  align-items: center;
  justify-items: flex-start;
  color: var(--logo-color);
  gap: 12px;

  font-weight: bold;
}

.service__nav__label {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.17em;
}

.service__nav__link {
  width: 50%;
  padding: 30px 0 0;
}

.service__nav__link:hover {
  opacity: 0.7;
}

.service__nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.service__nav__inner {
  font-size: 1.6rem;
  color: #333333;
}

.service__nav__arrow {
  width: 16px;
  transition: 0.3s;
}

.service__nav__link:hover .service__nav__arrow {
  transform: translateX(3px);
}

.service__bottom {
  text-align: center;
  margin-top: 40px;
}

.service__link {
  color: #fff;
  background-color: var(--logo-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 72px;
  padding: 15px 20px;
  font-size: 1.4rem;
}

.partner {
  margin-top: 110px;
}

.partner__slider {
  width: 100%; /* スライダー全体の幅 */
  overflow: hidden;
  padding: 64px 0;
  background-image: url(./assets/img/partner-slider.png);
  background-size: 100%;
}
.partner__content img {
  height: 41px; /* 画像の高さを固定 */
  width: auto; /* 幅を自動調整 */
}

.partner__content {
  margin: 0 35px; /* コンテンツ間のスペース */
}

.introduction {
  padding-bottom: 150px;
}

.introduction__wrap {
  width: 95%;
  max-width: calc(50% + 500px);
  margin: 155px 0 0px auto;
}

.introduction__link {
  display: block;
}

.introduction__slider {
  margin-top: 40px;
}

.introduction__item {
  margin-right: 50px;
  transform: translateX(calc(-40% - 20px));
}

.introduction__img {
  margin-bottom: 20px;
}

.introduction__tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.introduction__tag {
  padding: 6px 16px;
  background-color: #f5f5f5;
  color: var(--logo-color);
  border: 1px solid var(--logo-color);
  font-size: 1.4rem;
  margin-bottom: 8px;
  border-radius: 16px;
}

.introduction__detail {
  font-size: 1.6rem;
  color: #333333;
  font-weight: bold;
}

.introduction__company {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 8px;
  gap: 0.25em;
  color: var(--logo-color);
  font-size: 1.6rem;
}

.introduction__arrow {
  width: 20px;
}

.introduction__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  margin: auto;
  margin-top: 40px;
}

.introduction__btn__arrow {
  display: flex;
  align-items: center;
  gap: 8px;
}

.introduction__left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}

.introduction__prev {
  width: 20px;
  cursor: pointer;
}
.introduction__next {
  width: 20px;
  cursor: pointer;
}

.introduction__line {
  width: 180px;
}

.introduction__dots {
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.introduction__dot {
  background-color: #e5e5e5;
  height: 2px;
  transition: 0.3s;
}

.introduction__dot.active {
  background-color: var(--logo-color);
}

.service__ttl {
  position: relative;
  color: var(--logo-color);
}

.service__deco {
  position: absolute;
  left: -40px;
  bottom: 14px;
  width: 71px;
}

.service__ttl__inner {
  font-size: 5.6rem;
  line-height: 1.1;
  margin-bottom: 2px;
  position: relative;
  z-index: 1;
  color: var(--logo-color);
}

.service__label {
  font-size: 2.4rem;
  letter-spacing: 0.17em;
  color: var(--logo-color);
}

.news {
  background-color: var(--logo-color);
  padding: 85px 0;
  margin-bottom: 160px;
}

.news__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1000px;
  margin: auto;
  position: relative;
}

.news__left {
  width: 33%;
  min-height: 220px;
}

.news__ttl {
  position: relative;
  color: #fff;
}

.news__label {
  font-size: 2.4rem;
  letter-spacing: 0.17em;
  color: #fff;
}

.news__btn {
  position: absolute;
  left: 0;
  bottom: 0;
}

.news__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  color: #fff;
  font-size: 1.4rem;
  width: 220px;
  border: 1px solid #fff;
}

.news__arrow {
  width: 20px;
  cursor: pointer;
}

.news__deco {
  position: absolute;
  left: -40px;
  bottom: 14px;
  width: 71px;
}

.news__ttl__inner {
  font-size: 5.6rem;
  line-height: 1.1;
  margin-bottom: 2px;
  position: relative;
  z-index: 1;
  color: #fff;
}

.news__right {
  width: 67%;
}

.news__item {
  border-bottom: 1px solid #fff;
}

.news__item:first-child {
  border-top: 1px solid #fff;
}

.news__item__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}

.news__item__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 20px);
}

.news__item__date {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #fff;
}

.human__img {
  margin-top: 30px;
}

.news__item__category {
  margin-left: 10px;
  color: var(--logo-color);
  background-color: #fff;
  border-radius: 30px;
  padding: 5px 10px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  font-weight: bold;
  white-space: nowrap;
}

.news__item__detail {
  font-size: 1.6rem;
  color: #fff;
  margin-left: 30px;
}

.banar__wrap {
  text-align: center;
}

.banar__link {
  display: block;
  width: 880px;
  max-width: 90%;
  margin: auto;
  margin-bottom: 70px;
}

.footer {
  position: relative;
  padding-bottom: 45px;
}

.footer__back {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #dae5ee;
}

.footer__top__link {
  position: relative;
  display: inline-block;
  color: #fff;
}

.footer__top {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

.footer__logo {
  width: 302px;
}

.footer__top__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.footer__top__link {
  width: calc(50% - 20px);
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
}

.footer__top__label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap;
  display: inline-block;
}

.footer__top__label::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(./assets/img/section-deco.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -17px;
  top: -4px;
}

.footer__tel__top {
  text-align: center;
  display: block;
  font-size: 1.5rem;
}

.footer__top__label__inner {
  position: relative;
  z-index: 1;
}

.footer__main {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 1;
  padding-top: 60px;
}

.footer__contact {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer__tel__top {
  font-size: min(1.5rem, calc(15 / var(--base-size) * 100vw));
  line-height: 1;
  color: #8c8c8c;
}

.footer__tel__bottom {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-size: min(2.1rem, calc(21 / var(--base-size) * 100vw));
  font-weight: bold;
  line-height: 1;
  color: var(--logo-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5px;
  margin-top: 3px;
}

.footer__tel__icon {
  width: 28px;
}

.footer__tel {
  height: 80px;
  width: min(250px, calc(250 / var(--base-size) * 100vw));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #fff;
}

.footer__mail {
  height: 80px;
  width: min(250px, calc(250 / var(--base-size) * 100vw));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: var(--logo-color);
  color: #fff;
}

.footer__mail__bottom {
  font-size: min(1.5rem, calc(15 / var(--base-size) * 100vw));
  font-weight: bold;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5px;
  margin-top: 3px;
}

.footer__mail__bottom--entry {
  font-size: min(1.8rem, calc(18 / var(--base-size) * 100vw));
}

.jbq {
  margin-top: 40px;
}

.jbq__link {
  display: inline-block;
}

.footer__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  margin-bottom: 40px;
}

.footer__large {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333333;
}

.footer__small {
  display: block;
  font-size: 1.2rem;
  color: #989898;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
}

.footer__bottom {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1000px;
  margin: 30px auto 0;
}

.footer__link {
  color: #999;
  font-size: 1.3rem;
}

.footer__line {
  height: 1px;
  width: 100%;
  margin: 15px 0;
  background-color: #999;
}

.footer__pri {
  font-size: 1.3rem;
  color: #999;
}

.pageFv__wrap {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageFv__left {
  box-sizing: border-box;
  width: 42%;
  padding: 0 0px 0 15.2vw;
}

.pageFv__right {
  width: 58%;
}

.pageFv__title__inner {
  color: var(--logo-color);
  font-size: 6rem;
  font-weight: bold;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.pageFv__title {
  position: relative;
  z-index: 1;
}

.pageFv__title::before {
  content: "";
  display: inline-block;
  width: 91px;
  height: 91px;
  background: url(./assets/img/section-deco.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -60px;
  top: -50px;
}

.pageFv__sub {
  font-size: 2.4rem;
  color: var(--logo-color);
}

.company {
  background-image: url(./assets/img/company-back.png);
  background-size: cover;
  background-position: top center;
}

.company__wrap {
  padding: 30px 0 150px;
}

.company__content {
  text-align: center;
  margin-top: 100px;
}

.company__ttl {
  font-size: 4rem;
  letter-spacing: 0.02em;
  color: var(--logo-color);
}

.company__sub {
  font-size: 1.4rem;
  display: inline-block;
  color: var(--logo-color);
  position: relative;
}

.company__sub::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--accent-color);
}

.company__sub::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--accent-color);
}

.company__label {
  margin-top: 35px;
  font-size: 2.4rem;
  color: var(--sub-color);
  margin-bottom: 8px;
  font-weight: bold;
}

.company__detail {
  margin-top: 1em;
}

.company__img {
  width: 265px;
  max-width: 90%;
  margin: 30px 0 20px;
}

.company__img2 {
  width: 548px;
  max-width: 90%;
  margin: 30px auto 20px;
  margin-bottom: 15px;
}

.company__label {
  font-size: 2.4rem;
  color: var(--logo-color);
  letter-spacing: 0.02em;
}

.company__bottom {
  color: var(--logo-color);
}

.message__wrap {
  width: 90%;
  max-width: 1000px;
  padding: 98px 0 120px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.message__left {
  position: relative;
  width: 70%;
}

.message__ttl {
  font-size: 3.2rem;
  color: var(--logo-color);
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  width: 100%;
}

.message__deco {
  position: absolute;
  left: -42px;
  top: -25px;
  width: 71px;
  z-index: -1;
}

.message__detail {
  text-align: justify;
  font-size: 1.5rem;
  line-height: 2;
}
.message__right {
  width: 28%;
}

.message__wrap--gold {
  align-items: flex-end;
  padding: 153px 0 80px;
}

.message__left--gold {
  padding-bottom: 34px;
}

.message__right--gold {
  width: 29%;
}

.message__right--goldInfo {
  width: 20%;
}

.system__wrap {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.system__left {
  position: sticky;
  width: 38%;
  top: 80px;
  margin-top: 50px;
}

.system__left svg {
  position: relative;
}

.system__right {
  width: 59%;
}

.system__list {
  padding: 20px;
  background: #edf2f6;
  margin-top: 4em;
}

.system__item {
  color: #416784;
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 16px;
  line-height: 2;
  position: relative;
}
.system__item + .system__item {
  margin-top: 0.5em;
}

.system__item::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #8cb3d1;
  position: absolute;
  left: 0;
  top: 16px;
  transform: translateY(-50%);
}

.system__item__inner {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #416784;
  font-weight: 400;
}
.system__item__inner li {
  position: relative;
  line-height: 1.5;
  margin: 0.5em 0;
  padding-left: 1em;
}
.system__item__inner li::before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-radius: 1em;
  background-color: #8cb3d1;
  transform: translateY(-50%);
  position: absolute;
  top: 0.8em;
  left: 0.2em;
}

.system__img {
  margin-top: 15px;
}

.system__content1 {
  margin-bottom: 50px;
}

.system__list__label {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--logo-color);
  line-height: 1.6;
}

.strengths__wrap {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

.strengths__list {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.strengths__item {
  height: 147px;
  width: calc(25% - 10px);
  border: 3px solid #dae5ee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.strengths__top {
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
  font-size: 1.6rem;
  color: #416784;
}

.strengths__num {
  font-size: 5rem;
  color: #8cb3d1;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  line-height: 5rem;
}

.strengths__num span {
  font-family: "Noto Sans JP", sans-serif;
}

.strengths__middle {
  text-align: center;
  display: flex;
  align-items: flex-end;
  gap: 5px;
  justify-content: center;
}

.strengths__small {
  font-size: 1.6rem;
  color: #416784;
  font-weight: bold;
  line-height: 1.5em;
  font-weight: 500;
}

.strengths__img {
  margin-top: 40px;
}

.strengths__detail {
  font-size: 1.3rem;
  margin-top: 10px;
  line-height: 1.6;
  text-align: justify;
}

.strengths__color {
  color: var(--accent-color);
}

.strengths {
  padding-bottom: 200px;
}

.business {
  background-color: var(--logo-color);
  background-image: url(./assets/img/business-back.png);
  background-size: auto 100vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--logo-color);
}

.business__wrap {
  padding: 100px 0;
  color: #fff;
  max-width: 1000px;
  width: 90%;
  margin: auto;
}

.business__ttl {
  font-size: 4rem;
  letter-spacing: 0.02em;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: bold;
}

.business__sub {
  font-size: 1.4rem;
  padding-left: 18px;
  position: relative;
}

.business__sub::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}

.business__content {
  margin-top: 67px;
}

.business__item {
  border-top: 1px solid #fff;
  padding: 10px 0 56px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.business__item:last-child {
  border-bottom: 1px solid #fff;
}

.business__left {
  width: 35%;
}

.business__num {
  font-size: 4.8rem;
  /*margin-bottom: 10px;*/
}

.business__label {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.2em;
  margin-top: 0;
}

.business__right {
  padding-top: 34px;
  width: 65%;
}

.business__bold {
  font-size: 1.8rem;
  margin-bottom: 2px;
  line-height: 1.5em;
  font-weight: bold;
  color: var(--sub-color);
  padding-left: 20px;
  position: relative;
}

.business__bold::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: var(--sub-color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.business__detail {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
  text-align: justify;
}

.business__detail:last-child {
  margin-bottom: 0;
}

.profile {
  padding: 120px 0;
  overflow-x: hidden;
}

.profile__right {
  width: 29%;
}
.profile__wrap {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

.profile__ttl {
  font-size: 4rem;
  margin-bottom: 1px;
  color: var(--logo-color);
  font-weight: bold;
}

.profile__sub {
  font-size: 1.4rem;
  padding-left: 18px;
  position: relative;
}

.profile__sub::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--accent-color);
}

.profile__left {
  width: 50%;
}

.profile__right {
  width: 39%;
}

.profile__right__img {
  transform: translate(50px, -120px);
}

.profile__right__img2 {
  transform: translate(-50px, -120px);
}

.profile__right__first {
  margin-bottom: 55px;
  background-color: #edf2f6;
}

.profile__right__second {
  background-color: #edf2f6;
}

.profile__box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 45px;
}

.profile__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}

.profile__item:first-child {
  border-top: 1px solid #e6e6e6;
}

.profile__label {
  width: 170px;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--sub-color);
}

.profile__detail {
  width: calc(100% - 170px);
  font-size: 1.6rem;
  margin-top: 0;
}

.quality {
  padding-bottom: 200px;
}

.quality__wrap {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

.policy {
  padding: 130px 0 205px;
}

.policy__wrap {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.policy__left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23%;
  position: relative;
}

.policy__deco1 {
  width: 71px;
  position: absolute;
  left: 0;
  top: 0;
}

.policy__deco2 {
  width: 91px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.policy__txt {
  width: 119px;
}

.policy__right {
  width: 72%;
}

.policy__detail {
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.policy__detail:last-child {
  margin-bottom: 0;
}

.policy__sub {
  margin-bottom: 35px;
}

.background__sub {
  margin-bottom: 35px;
}

.background__detail {
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.02em;
  text-align: justify;
}

.background__back {
  margin: 20px 0;
  background-color: #fff;
  padding: 20px;
}

.background__label {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2em;
  letter-spacing: 0.03em;
  color: var(--sub-color);
  margin-bottom: 7px;
}

.background__item {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
  color: var(--logo-color);
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.02em;
  text-align: justify;
}

.background__item::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(./assets/img/check.svg);
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
  border-radius: 50%;
}

.service-page {
  margin-top: 0;
  padding: 120px 0 200px;
}
.progress {
  background: #fff;
  color: #000;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}

.progress__img {
  width: 15%;
  fill: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.business__ttl--jobinfo {
  font-family: "Noto Sans JP", sans-serif;
}

.jobInfoBackground__wrap {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

.jobInfoBackground {
  padding: 133px 0 0px;
}

.jobInfoBackground__box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.jobInfoBackground__left {
  width: 55.5%;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.02em;
  color: #333;
}

.jobInfoBackground__right {
  width: 42%;
}

.system__basis {
  position: sticky;
  top: 80px;
  right: 0;
  bottom: 0;
}

.system__basis__list {
  position: relative;
}

.system__content--job {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  max-height: 100svh;
  overflow-y: hidden;
  /* スクロールバー削除 */
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.system__content--job.system__content1 {
  z-index: 4;
}
.system__content--job.system__content2 {
  z-index: 3;
}
.system__content--job.system__content3 {
  z-index: 2;
}
.system__content--job.system__content4 {
  z-index: 1;
}

.environmentFv {
  background-image: url(./assets/img/environment-fv.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100svh;
  position: relative;
  text-align: center;
}

.environmentFv__ttl {
  font-size: 3.2rem;
  line-height: 1em;
  letter-spacing: 0.15em;
  margin-bottom: 28px;
  color: #fff;
  letter-spacing: 0.15em;
  position: relative;
  display: inline-block;
}

.environmentFv__ttl::before {
  content: "";
  display: inline-block;
  width: 58px;
  height: 58px;
  background: url(./assets/img/environmentFv-deco.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -46px;
  top: -25px;
  z-index: -1;
}

.environmentFv__en {
  font-size: 6.4rem;
  line-height: 1em;
  margin-top: 28px;
  color: #fff;
  font-family: "Roboto", serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.environmentFv__wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 424px;
  max-width: 50%;
  transform: translate(-50%, -50%);
  padding: 51px 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.environmentContent__row {
  text-align: center;
}

.environmentContent__ttl {
  font-size: 3.6rem;
  display: inline-block;
  margin-bottom: 48px;
  position: relative;
}

.environmentContent__deco {
  position: absolute;
  width: 150px;
  height: 103px;
  left: -53px;
  top: -53px;
  z-index: -1;
}

.environmentContent__wrap {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 112px;
}

.environmentContent__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 25px;
}

.environmentContent__item {
  width: calc(33.3% - 16.6px);
}

.environmentContent__item--half {
  width: calc(50% - 12.5px);
}

.environmentContent__item--all {
  width: 100%;
}

.environmentContent__box {
  text-align: center;
  padding: 8px;
  height: 100%;
  border: 3.3px solid #416784;

  padding-bottom: 20px;
}

.environmentContent__label {
  font-size: 2rem;
  font-weight: bold;
  background-color: #416784;
  color: #fff;
  margin-bottom: 27px;
  letter-spacing: 0.05em;
  padding: 9px 0;
  text-align: center;
}

.environmentContent__img {
  width: 114px;
  margin-bottom: 20px;
}

.environmentContent__img--half {
  width: 213.96px;
  margin-bottom: 10px;
}

.environmentContent__txt {
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
}

.environmentContent__num {
  font-size: 5.8rem;
  color: #416784;
  font-weight: 700;
  line-height: 1em;
  font-family: "Roboto", serif;
}

.environmentContent__unit {
  font-size: 2.5rem;
  color: #333333;
  font-weight: 700;
  line-height: 1em;
  padding-bottom: 5px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.environmentContent__memo {
  font-size: 1.2rem;
  margin-top: 12.5px;
  font-weight: 700;
}

.environmentContent__sex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 50px;
}

.environmentContent__sex__item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}

.environmentContent__sex__label {
  font-size: 1.6rem;
  color: #9e9e9e;
  width: 100%;
}

.environment__sex__num {
  font-size: 5.8rem;
  color: #8cb3d1;
  font-weight: 700;
  line-height: 1em;
}

.environment__sex__num--woman {
  color: #ce567b;
}

.environment__sex__unit {
  font-size: 2.5rem;
  color: #333333;
  font-weight: 700;
  line-height: 1em;
  padding-bottom: 5px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.environmentContent__under {
  text-align: justify;
  padding: 0 12px;
}

.sp-hum {
  display: none;
}

.sp-header-nav {
  display: none;
}

.environmentContent__icon {
  width: 122px;
}

.environmentContent__flow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.environmentContent__left {
  width: 50%;
}

.environmentContent__right {
  text-align: justify;
  width: 50%;
}

.environmentFv--home {
  background-image: url(./assets/img/home-fv.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100svh;
  position: relative;
  text-align: center;
}

.environmentContent {
  margin-top: 120px;
}

.recruit__list__btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}

.human {
  margin-top: 120px;
  padding-bottom: 120px;
}

.human__list {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 50px;
}

.human__item {
  width: calc(33% - 33.3px);
  margin-bottom: 40px;
}

.human__tags {
  display: block;
  margin-top: 21px;
  margin-bottom: 8px;
}

.human__tag {
  display: inline-block;
  padding: 6px 16px;
  color: #416784;
  border: 1px solid #416784;
  border-radius: 30px;
  font-size: 1rem;
  line-height: 1em;
  text-align: center;
}

.human__detail {
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  color: #333333;
  font-weight: 700;
}

.human__date {
  font-size: 1.2rem;
  color: var(--logo-color);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  margin-top: 10px;
}

.human__arrow {
  width: 15px;
}

.human__detail {
  width: 90%;
  max-width: 800px;
  margin: 120px auto 200px;
}

.human__detail__top {
  display: block;
  margin-bottom: 18px;
}

.human__detail__tag {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  padding: 6px 20px;
  line-height: 1em;
  background-color: #416784;
  border-radius: 3px;
}

.human__detail__date {
  color: #bcbcbc;
  font-size: 1.5rem;
  margin-left: 18px;
}

.human__detail__ttl {
  margin-bottom: 18px;
  font-size: 2.4rem;
  line-height: 1.5em;
}

.human__detail__line {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    #416784 0,
    #416784 180px,
    #bcbcbc 180px,
    #bcbcbc
  );
}

.news__content h2 {
  margin-top: 40px;
  line-height: 50px;
  color: #416784;
  background-color: #edf2f6;
  font-size: 2.2rem;
  font-weight: 600;
  padding-left: 20px;
  border-left: 3.24px solid #416784;
}

.news__content h3 {
  color: #416784;
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55;
  padding-bottom: 12px;
  border-bottom: 1px solid #dae5ee;
}

.news__content img {
  max-width: 445px;
  display: block;
  margin: auto;
}

.news__content p {
  margin-top: 1em;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.85;
  text-align: justify;
}

.newsPage__list {
  margin-bottom: 40px;
}

.human__content h3 {
  margin-top: 40px;
  line-height: 1.5em;
  color: #416784;
  background-color: #edf2f6;
  font-size: 2.2rem;
  font-weight: 600;
  border-left: 3.24px solid #416784;
  padding: 9px 0 9px 20px;
}

.human__content p {
  margin-top: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.85;
  text-align: justify;
}
.human__content p br,
.human__content .textWrap br {
  content: "";
  display: block;
  height: 1em;
}
.human__content div.textWrap {
  margin-top: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.85;
}

.human__content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.human__content tr:first-child {
  border-top: 1px solid #bcbcbc;
}

.human__content tr {
  height: auto !important;
}

.human__content td {
  font-size: 14px;
  padding: 23px 32px;
  width: calc(100% - 179px) !important;
  height: auto !important;
  border-bottom: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  font-weight: 400;
}

.human__content td:first-child {
  width: 179px !important;
  color: #fff;
  background-color: var(--logo-color);
  border-bottom: 1px solid #fff;
  vertical-align: top;
}

.human__detail__botton {
  margin-top: 120px;
}

.human__detail__btn {
  text-align: center;
  margin-top: 50px;
}

.human__detail__botton__ttl {
  text-align: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 25px;
}

.human__detail__botton__wrap .human__list {
  width: 100%;
}

.recruit__wrap {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

.recruit__wrap--thanks {
  margin-bottom: 275px;
}

.recruit_philosophy__sectiontitle--recruit {
  margin-top: 173px;
  margin-bottom: 30px;
}

.recruit__catch {
  margin-bottom: 40px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}

.recruit__btn {
  display: flex;
  gap: 24px;
  align-items: center;
}

.recruit__wrap--bottom {
  margin-bottom: 275px;
}

.thanks__catch {
  margin: 80px 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}

.thanks__btn {
  text-align: center;
}

.jobInfoSec {
  padding: 120px 0 80px;
}

.jobInfoSec__wrap {
  max-width: 1000px;
  width: 90%;
  margin: auto;
}

.innterview__other--top {
  margin-bottom: 140px !important;
}

.innterview__other__flex--top {
  margin: 0 auto !important;
}

.partner--recruit {
  margin: 0;
}

.environmentContent--top {
  margin: 150px 0;
}

.humanTop__wrap {
  width: calc(500px + 50vw);
  margin-left: auto;
}

.humanTop__wrap .human__item {
  margin-right: 50px;
  transform: translateX(-22%);
}

.humanTop__under {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.humanTop__under__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.humanTop__under__left__arrow1 {
  width: 20px;
}

.humanTop__under__left__arrow2 {
  width: 20px;
}

.humanTop__under__right .innterview__fv__box__button {
  margin: auto;
}

.humanTop__under__left__line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.humanTop__under__left__line__inner {
  height: 1px;
  width: 60px;
  max-width: 33.33%;
  background-color: #e5e5e5;
}

.humanTop__under__left__line__inner.active {
  background-color: #333333;
}

.humanTop {
  margin-bottom: 150px;
}

.recruitNav__wrap {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding-bottom: 200px;
  position: relative;
}

.recruitNav__ttl {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 4.3rem;
  color: #636363;
  letter-spacing: 0.1em;
  line-height: 1em;
}

.recruitNav__list {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.recruitNav__item {
  position: relative;
  width: 50%;
  transform: skewX(-10deg) translateX(-25px);
  position: relative;
  z-index: 0;
  max-width: 760px;
  width: 50%;
  height: auto;
  aspect-ratio: 618 / 512;
  overflow: hidden;
  margin-top: 141px;
  height: fit-content;
}

.recruitNav__item--right {
  margin-top: 0px;
  height: fit-content;
  transform: skewX(-10deg) translateX(25px);
}

.recruitNav__img {
  transform: skewX(10deg) scale(1.2);
  filter: brightness(0.65);
}

.recruit__btn {
  position: absolute;
  right: 7%;
  bottom: 7%;
  transform: skewX(10deg);
}

.innterview__other__box__txt__career {
  font-size: 1.6rem;
  margin-bottom: 14px;
  margin-top: 18px;
  line-height: 1em;
}

.innterview__other__box__txt__name {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1em;
}

.interview1__right {
  width: 58%;
}

.interview1__left {
  position: absolute;
  left: 14%;
  bottom: 14%;
}

.interview1__box {
  position: relative;
}

.interview1__deco {
  width: 442px;
  position: absolute;
  left: -152px;
  top: -198px;
  z-index: -1;
}

.interview1__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.interview1__under {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.interview1__sub {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1em;
}

.interview1__under {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.interview1__career {
  font-size: 2.4rem;
  font-weight: bold;
}

.interview1__name {
  font-size: 4rem;
  letter-spacing: 0.03em;
  font-weight: bold;
}

.interview1__ttl {
  font-size: 4rem;
  color: #363636;
  text-shadow: 1px 1px 0 #fff;
  text-align: justify;
  display: inline-block;
  margin-bottom: 60px;
}

.interview1__under {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.news__btn--sp {
  display: none;
}

.footer__right--sp {
  display: none;
}

.environmentContent__btn {
  margin-top: 40.5px;
  text-align: center;
}

.innterview__fv__box__button--environment {
  margin: auto;
}

.pagenation {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.page-numbers.prev,
.page-numbers.next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
}

.page-numbers:not(.prev):not(.next) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  text-align: center;
  height: 26px;
  font-size: 1.4rem;
  border-radius: 100%;
  font-weight: bold;
  background-color: #edf2f6;
  color: #416784;
}

.page-numbers.current:not(.prev):not(.next) {
  background-color: #416784;
  color: #fff;
}

.recruitNav__btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.recruitNav__btn .innterview__fv__box__button {
  padding-right: 0;
}

@media screen and (max-width: 1200px) {
  .concept__deco2 {
    right: 0;
    left: auto;
    z-index: -1;
  }
}

@media screen and (max-width: 1024px) {
  .footer__right {
    display: none;
  }
  .footer__right--sp {
    display: block;
  }
  .footer__right {
    width: 100%;
  }

  .footer__contact {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer__left {
    width: 100%;
  }
  .footer__logo {
    margin: auto;
    max-width: 100%;
  }

  .footer__right {
    margin: 40px auto;
  }

  .footer__list {
    flex-wrap: wrap;
    gap: 14px 0;
  }
  .footer__item {
    width: 50%;
  }
  .footer__bottom {
    width: 100%;
  }
  .footer__link {
    margin-left: 5vw;
  }
  .footer__pri {
    text-align: center;
    font-size: 1.1rem;
  }
  .footer {
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 769px) {
  .header__title {
    line-height: 1;
  }
  .header__button {
    padding: 10px 15px;
  }

  .sp-hum {
    display: block;
  }

  .header-hum {
    display: block;
    padding: 0 15px;
  }

  .header-hum__wrap {
    position: relative;
    display: block;
    width: 30px;
    height: 17px;
  }

  .header-hum__wrap {
    position: relative;
  }

  .header-hum__wrap.open {
    height: 23px;
  }

  .sp-header-nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0px 5%;
    background: #fff;
    height: 0vh;
    overflow: hidden;
    transition: 0.3s;
    transition-property: height, padding;
  }

  .sp-header-nav.open {
    height: 100vh;
    padding: 20px 5%;
    overflow: scroll;
  }

  .header-nav__link {
    padding: 17px 0;
    width: 100%;
  }

  .sp-header-nav__item {
    margin-bottom: 30px;
  }

  .header__iink {
    display: block;
    text-align: justify;
  }

  .header__bold {
    text-align: justify;
  }

  .header-hum__line {
    display: block;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #383838;
    transition: 0.3s;
    position: absolute;
  }

  .header-hum__line--top {
    top: 0;
    left: 0;
    transform: translateY(0%);
  }

  .header-hum__line--top.open {
    top: 0;
    left: 0;
    transform: translateY(0%) rotate(-45deg);
    transform-origin: right;
  }

  .header-hum__line--center {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .header-hum__line--under {
    bottom: 0;
    left: 0;
    transform: translateY(0%);
  }

  .header-hum__line--center.open {
    opacity: 0;
  }

  .header-hum__line--under.open {
    bottom: 0;
    left: 0;
    transform: translateY(0%) rotate(45deg);
    transform-origin: right;
  }

  .fv__img {
    height: calc(100svh - 60px);
    max-height: 900px;
  }
  .fv__ttl {
    left: auto;
    right: 5%;
    transform: none;
    top: 40px;
  }

  .fv__content {
    padding: 0;
  }

  .fv__deco {
    width: 86%;
  }
  .fv__label {
    padding: 16px 7px;
    font-size: 2.4rem;
    letter-spacing: 0.38em;
    font-weight: bold;
  }
  .concept {
    padding: 0;
  }

  .concept__wrap {
    flex-wrap: wrap;
    gap: 0;
    /*padding: 80px 0;*/
    padding: 80px 0 32px;
    justify-content: flex-start;
  }

  .concept__left {
    margin-bottom: 24px;
  }

  .concept__ttl {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .concept__detail {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 0px;
    text-align: justify;
  }
  .concept__deco1 {
    display: none;
  }
  .concept__deco2 {
    right: 0;
    left: auto;
    z-index: -1;
    width: 59px;
    top: 48px;
  }

  .concept__btn {
    text-align: center;
    margin-top: 32px;
  }
  .conecpt__img {
    margin-top: 80px;
    margin-top: 0;
    width: 100%;
  }
  .service {
    margin-top: 105px;
  }

  .service-page {
    margin-top: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .service__wrap {
    text-align: center;
  }
  .service__ttl {
    display: inline-block;
  }
  .service__ttl__inner {
    font-size: 3.2rem;
  }
  .service__label {
    font-size: 1.4rem;
  }
  .service__nav {
    margin-top: 40px;
    padding: 40px 0;
  }
  .service__nav__wrap {
    flex-wrap: wrap;
    gap: 0;
  }
  .service__nav__link {
    width: 100%;
  }
  .service__nav__link picture img {
    border: 1px var(--sub2-color) solid;
  }
  .service__nav__ttl {
    gap: 12px;
  }
  .service__nav__num {
    font-size: 4.8rem;
    font-weight: 400;
  }
  .service__nav__inner {
    font-weight: bold;
    gap: 4px;
    margin-top: 4px;
    justify-content: flex-end;
    letter-spacing: 0.17em;
  }
  .partner {
    margin-top: 80px;
  }
  .partner__slider {
    padding: 32px 0;
    background-size: auto 100%;
  }
  .partner__content {
    margin: 0 10px;
  }
  .partner__content img {
    height: 24px;
  }
  .introduction__wrap {
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 90px 0 80px;
  }
  .introduction__item {
    transform: none;
    margin: 0;
  }
  .service__deco {
    width: 30px;
    left: -25px;
  }
  .introduction__btn {
    display: none;
  }
  .introduction__link .human__tags {
    text-align: justify;
  }
  .introduction {
    padding-bottom: 0;
  }
  .introduction__detail {
    font-size: 1.4rem;
    text-align: justify;
  }
  .introduction__tag {
    padding: 6px 16px;
    font-size: 1.2rem;
  }
  .introduction__company {
    margin-top: 17px;
    font-size: 1.4rem;
  }
  .news {
    padding: 80px 0;
    margin-bottom: 80px;
  }
  .news__wrap {
    flex-wrap: wrap;
  }
  .news__left {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    min-height: auto;
  }
  .news__right {
    width: 100%;
  }
  .news__ttl {
    display: inline-block;
  }
  .news__ttl__inner {
    font-size: 3.2rem;
  }
  .news__deco {
    width: 30px;
    left: -25px;
  }
  .news__label {
    font-size: 1.4rem;
  }

  .news__item__link {
    position: relative;
  }

  .news__item__right {
    position: absolute;
    right: 0;
    top: 25px;
  }

  .news__item__left {
    flex-wrap: wrap;
    width: 100%;
  }

  .news__item__detail {
    display: block;
    margin: 0;
    width: 100%;
    margin-top: 15px;
    font-size: 1.4rem;
    text-align: justify;
  }
  .news__item__link {
    align-items: flex-start;
  }
  .news__item__category {
    font-size: 1.4rem;
    padding: 3px 10px;
    font-weight: 400;
  }
  .news__btn {
    position: static;
  }

  .news__btn {
    display: none;
    text-align: center;
    margin-top: 40px;
  }

  .news__btn--sp {
    display: block;
  }

  .news__link {
    margin: auto;
  }
  .banar__link {
    margin-bottom: 25px;
  }

  .footer {
    margin-top: 80px;
  }

  .footer__top__nav {
    flex-wrap: wrap;
  }

  .footer__top__link {
    width: 100%;
  }

  .footer__top__label {
    font-size: 2rem;
  }
  .footer__item {
    width: 33%;
  }
  .footer__list {
    justify-content: space-between;
    text-align: center;
  }
  .footer__link {
    margin-left: 0;
  }
  .footer__tel {
    max-width: 100%;
    width: 220px;
    height: 60px;
  }
  .footer__mail {
    max-width: 100%;
    width: 220px;
    height: 60px;
  }
  .jbq {
    text-align: center;
  }
  .footer__bottom {
    text-align: center;
  }

  .recruitNav__btn {
    position: static;
    width: 100%;
  }
}

@media screen and (max-width: 481px) {
  .faq {
    padding: 60px 0;
  }

  .faq__title {
    font-size: 2.4rem;
  }

  .faq__large {
    font-size: 1.4rem;
    padding-left: 42px;
  }

  .faq__detail {
    font-size: 1.4rem;
    position: relative;
    padding: 16px 30px;
    padding-left: 42px;
  }

  .faq__a {
    position: absolute;
    left: 13px;
    top: 13px;
    font-size: 2rem;
    margin: 0;
  }

  .faq__large::before {
    width: 15px;
    height: 2px;
    right: 15px;
  }

  .faq__large::after {
    width: 15px;
    height: 2px;
    right: 15px;
  }

  .faq__q {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    margin: 0;
  }
}

.main {
  letter-spacing: 0.02em;
}

.pageFv.pageFv--servicepage {
  border-bottom: 1px solid #dae5ee;
}

.pageFv__wrap:has(.pageFv--servicepage),
.pageFv__wrap:has(.pageFv--regularcleaning),
.pageFv__wrap:has(.pageFv--cleaningconsulting),
.pageFv__wrap:has(.pageFv--supplies),
.pageFv__wrap:has(.pageFv--trainingcenter),
.pageFv__wrap:has(.pageFv__left--company),
.pageFv__wrap:has(.pageFv__left--thoughts),
.pageFv__wrap:has(.pageFv__left--service),
.pageFv__wrap:has(.pageFv--check),
.pageFv__wrap:has(.pageFv--check),
.pageFv__wrap:has(.pageFv--example),
.pageFv__wrap:has(.pageFv--news),
.pageFv__wrap:has(.pageFv--recruit),
.pageFv__wrap:has(.pageFv--privacy) {
  border-bottom: 1px solid #dae5ee;
}

.pageFv__title__inner.pageFv__title__inner--servicepage {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 4.2rem;
  white-space: nowrap;
}

.pageFv__sub.pageFv__sub--servicepage {
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
}

.pageFv__title.pageFv__title--servicepage::before {
  top: -60px;
}

.service_page {
  max-width: 1000px;
  margin: 96px auto 200px auto;
  width: 90%;
  display: flex;
  gap: 80px;
}

.service_page__stickyarea {
  position: sticky;
  left: 0;
  top: 80px;
  width: 220px;
  height: fit-content;
}

.service_page__mainarea {
  width: calc(100% - 300px);
}

.service_page__stickyarea {
  padding: 20px 25px;
  border: 1px solid #dae5ee;
}

.service_page__stickyarea__list {
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.service_page__stickyarea__list a {
  color: inherit;
}

.service_page__stickyarea__list:last-child {
  margin-bottom: 0;
}

.service_page__stickyarea__list__title {
  font-weight: 600;
  color: #8cb3d1;
  line-height: 2.5;
}

.service_page__stickyarea__list__content {
  font-weight: 500;
  color: #416784;
  padding-left: 17px;
  line-height: 1.8;
  position: relative;
}

.service_page__stickyarea__list__content.active::before {
  content: "";
  position: absolute;
  left: 0px;
  top: calc(50% - 1px);
  height: 2px;
  width: 10px;
  background-color: #ce567b;
}

.service_page__mainarea__title {
  display: inline-block;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 4.8rem;
  position: relative;
  z-index: 0;
  margin-bottom: 25px;
  padding-left: 10px;
  color: #416784;
}

.service_page__mainarea__title::after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 0;
  background: url(assets/img/service_title_back.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 37px;
  height: 27px;
  z-index: -1;
}

.service_page__mainarea__title::before {
  content: "";
  position: absolute;
  background-color: rgba(218, 229, 238, 0.7);
  width: 26px;
  height: 26px;
  z-index: -1;
  left: 0;
  top: -8px;
}

.service_page__mainarea__txt {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.85;
  margin-bottom: 80px;
}

.service_page__mainarea__bandtitle {
  line-height: 1.6;
  color: #416784;
  background-color: #edf2f6;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 20px;
  border-left: 3.24px solid #416784;
  margin-top: 80px;
}

.service_page__mainarea__bbsubtitle {
  color: #416784;
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55;
  padding-bottom: 12px;
  border-bottom: 1px solid #dae5ee;
}

.service_page__mainarea__bbsublabel {
  color: #416784;
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
}

.service_page__mainarea__bbsubtxt {
  margin-top: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.85;
}

.service_page__mainarea__bandsubtitle {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.85;
}

.service_page__mainarea__borderarea {
  margin: 42px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 25px;
  border: 3px solid #edf2f6;
}

.service_page__mainarea__borderarea__item {
  width: calc(50% - 15px);
}

.service_page__mainarea__borderarea__item .service_page__mainarea__bbsubtitle {
  margin-top: 0;
  margin-bottom: 15px;
}

.service_page__mainarea__borderarea__item__txt {
  font-size: 1.3rem;
  margin-top: 15px;
  line-height: 1.7;
  font-weight: 400;
}

.service_page__mainarea__flexarea {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 15px;
  margin-bottom: 40px;
}

.service_page__mainarea__img {
  margin: 30px 0 0;
}

.service_page__mainarea__flexarea__memo {
  font-size: 1.2rem;
  line-height: 34px;
  width: 100%;
}

.service_page__mainarea__flexarea.service_page__mainarea__flexarea--revert {
  flex-direction: row-reverse;
}

.service_page__mainarea__flexarea__txtarea {
  width: calc(60% - 15px);
}

.service_page__mainarea__flexarea__imgarea {
  width: calc(40% - 15px);
}

.service_page__mainarea__flexarea__imgarea--small {
  width: calc(34% - 15px);
}

.service_page__mainarea__flexarea__txtarea__txt {
  font-size: 1.5rem;
  line-height: 1.85;
}

.service_page__mainarea__flexarea__txtarea__txt.service_page__mainarea__flexarea__txtarea__txt--mini {
  font-size: 1.3rem;
  line-height: 1.85;
  color: #666666;
}

.service_page__mainarea__rightborder {
  font-weight: 600;
  color: #8cb3d1;
  font-size: 1.8rem;
  line-height: 1.6;
  position: relative;
  margin-bottom: 20px;
}

.service_page__mainarea__rightborder::after {
  content: "";
  position: absolute;
  background-color: #dae5ee;
  height: 2px;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  z-index: -1;
}

.service_page__mainarea__rightborder span {
  display: inline-block;
  padding-right: 32px;
  background-color: #ffffff;
}

.service_page__mainarea__flexarea__imgarea__button {
  margin-top: 30px;
  text-align: center;
}

.service_page__mainarea__flexarea__txtarea__title {
  line-height: 2;
  color: #416784;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.service_page__mainarea__flexarea__imgarea__cap {
  margin-top: 10px;
  font-size: 1.3rem;
  color: #666666;
  line-height: 1.7;
}

.service_page__mainarea__answer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}

.service_page__mainarea__answer__txtarea {
  width: 53%;
}

.service_page__mainarea__answer__imagearea {
  width: 47%;
}

.service_page__mainarea__answer__txtarea__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55;
  color: #416784;
}

.service_page__mainarea__answer__txtarea__txt {
  margin-top: 20px;
  color: #666666;
  font-size: 1.3rem;
  line-height: 1.65;
}

.service_page__mainarea__answer__content {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.85;
  margin-top: 20px;
}

.service_page__mainarea__flexarea__list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.system__item--col {
  width: 33.3%;
}

/*recruit_philosophy*/

.recruit_philosophy__wrap {
  max-width: 1000px;
  width: 90%;
  margin: 120px auto;
  letter-spacing: 0.02em;
}

.recruit_philosophy__fv {
  width: 100vw;
  position: relative;
  background: url(./assets/img/recruit_philosophy_fv.png);
  background-position: center;
  background-size: cover;
  height: calc(100dvh - 80px);
}

.recruit_philosophy__fv--page {
  margin-top: 80px;
}

.recruit_philosophy__fv__contentarea {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.recruit_philosophy__fv__contentarea__title {
  font-size: 3.5rem;
  letter-spacing: 0.5em;
  line-height: 2.3;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #ffffff;
  font-weight: 400;
}

.recruit_philosophy__fv__contentarea__copy {
  width: fit-content;
  margin: 0 auto;
  margin-top: 38px;
  padding: 50px 40px;
  background-color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.2;
  font-weight: 600;
}

.recruit_philosophy__sv {
  display: flex;
  gap: 50px;
}

.recruit_philosophy__sv__left {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #416784;
  font-size: 2.8rem;
  line-height: 1;
  position: relative;
  font-weight: 600;
  padding: 42px 87px 0 115px;
  letter-spacing: 0.5em;
  height: fit-content;
}

.recruit_philosophy__sv__left::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  background-color: rgba(218, 229, 238, 0.7);
}

.recruit_philosophy__sv__left::before {
  content: "";
  position: absolute;
  right: 67px;
  bottom: -42px;
  width: 24px;
  height: 24px;
  background-color: rgba(218, 229, 238, 0.7);
}

.recruit_philosophy__sv__left__deco {
  position: absolute;
  width: 71px;
  height: 71px;
  left: 0;
  top: 0;
}

.recruit_philosophy__sv__title {
  position: relative;
}

.recruit_philosophy__sv__title__deco {
  position: absolute;
  width: 226px;
  height: 155px;
  left: -92px;
  top: -70px;
  z-index: -1;
}

.recruit_philosophy__sv__title__en {
  font-family: "Roboto", serif;
  font-weight: bold;
  color: #333333;
  font-size: 4rem;
  font-weight: 500;
}

.recruit_philosophy__sv__title__ja {
  font-size: 1.4rem;
  color: #636363;
  padding-left: 18px;
  position: relative;
}

.recruit_philosophy__sv__title__ja::before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #ce567b;
  top: calc(50% - 1px);
  left: 0;
}

.recruit_philosophy__sv__txt {
  margin-top: 30px;
  font-size: 1.5rem;
  color: #636363;
  line-height: 1.9;
}

.recruit_philosophy__sv__image {
  max-width: 373px;
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}

.recruit_philosophy__mission {
  margin-top: 133px;
}

.recruit_philosophy__sectiontitle {
  font-weight: 600;
  font-size: 3.2rem;
  color: #416784;
  letter-spacing: 0.03em;
  position: relative;
}

.recruit_philosophy__sectiontitle__deco {
  position: absolute;
  width: 150px;
  height: 103px;
  left: -53px;
  top: -53px;
  z-index: -1;
}

.service_page__mainarea__bandtitle.service_page__mainarea__bandtitle--recruit_philosophy {
  margin-top: 46px;
}

.recruit_philosophy__mission__txt {
  font-size: 1.5rem;
  margin-top: 30px;
  line-height: 1.9;
  font-weight: 400;
}

.recruit_philosophy__mission {
  margin: 133px 0;
}

.recruit_philosophy__guide__flex {
  display: flex;
  gap: 80px;
  margin-top: 20px;
  align-items: center;
}

.recruit_philosophy__guide__flex__content {
  padding: 20px;
  background-color: #edf2f6;
  height: fit-content;
  width: 53%;
}

.recruit_philosophy__guide__flex__image {
  width: 30%;
}

.recruit_philosophy__guide__flex__content__title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #416784;
  padding-left: 20px;
  line-height: 2.3;
  position: relative;
}

.recruit_philosophy__guide__flex__content__title::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 12px;
  background-color: #8cb3d1;
}

.recruit_philosophy__guide__flex__content__content {
  font-size: 1.6rem;
  color: #416784;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.8;
}

/*interview*/

.innterview__fv__people__name {
  position: absolute;
  font-family: Roboto;
  font-weight: 700;
  font-size: 100px;
  line-height: 129.2px;
  letter-spacing: 0.04;
  mix-blend-mode: Difference;
  z-index: 1;
  bottom: 52px;
  color: #d5d5d5;
  left: 2%;
}

.innterview__fv {
  background: url(./assets/img/interview_1_fv.png);
  background-position: center;
  background-size: cover;
  height: calc(100svh - 80px);
  width: 100%;
}

.innterview__fv__inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 40px;
  max-width: 1100px;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}

.innterview__fv--top {
  justify-content: center;
  max-height: 900px;
}

.innterview__fv__people {
  width: 40%;
  /* position: absolute;
  left: 70px;
  bottom: 0;
  max-width: 310px;
  width: 31%; */
}

.innterview__fv__people--top {
  width: 28%;
}

.innterview__other__box__txt__name small {
  font-size: 0.8em;
}

.innterview__fv__name {
  font-family: "Roboto", serif;
  font-size: 6.4rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.23);
}

.innterview__fv__box {
  width: 55%;
  padding-bottom: 29vh;
  /* position: absolute;
  top: 56%;
  left: 60%;
  transform: translateX(-50%) translateY(-50%); */
}

.innterview__fv__box__titile {
  font-weight: 600;
  font-size: 4rem;
  color: #ffffff;
  letter-spacing: 0.15em;
  line-height: 1.7;
  white-space: nowrap;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.23);
}

.innterview__fv__box__button {
  display: block;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  margin-top: 30px;
  border-radius: 73px;
  background: #ffffff;
  line-height: 50px;
  padding: 0 94px 0 30px;
  max-width: 100%;
  width: 300px;
}

.innterview__fv__box__button::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url(./assets/img/interview_button_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.innterview__fv__box__button:hover {
  background: #333333;
  color: #ffffff;
  transition: 0.3s;
}

.innterview__fv__box__button:hover::after {
  background-image: url(./assets/img/interview_button_arrow_white.svg);
}
.innterview__fv__box__button.comingsoon {
  text-align: center;
  padding: 0;
}
.innterview__fv__box__button.comingsoon:hover {
  color: #333333;
  background: #ffffff;
}
.innterview__fv__box__button.comingsoon::after {
  background: none;
}
.innterview__fv__box__button.comingsoon:hover::after {
  background: none;
}

.innterview__fv__box__button--small {
  width: 220px;
}

.innterview__fv__box__button--black {
  background-color: #333333;
  color: #fff;
  border: 1px solid #333333;
}

.innterview__fv__box__button--black::after {
  background-image: url(./assets/img/interview_button_arrow_white.svg);
}

.innterview__fv__box__button--black:hover {
  background: #ffffff;
  color: #333333;
  transition: 0.3s;
  border: 1px solid #333333;
}

.innterview__fv__box__button--black:hover::after {
  background-image: url(./assets/img/interview_button_arrow.svg);
}

.innterview__fv__box__button--transparent {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}

.innterview__fv__box__button--transparent::after {
  background-image: url(./assets/img/interview_button_arrow_white.svg);
}

.innterview__fv__box__button--transparent:hover {
  background: #ffffff;
  color: #333333;
  transition: 0.3s;
}

.innterview__fv__box__button--transparent:hover::after {
  background-image: url(./assets/img/interview_button_arrow.svg);
}

.innterview__greeting {
  background-color: #416784;
  overflow: hidden;
}

.innterview__greeting__back {
  position: absolute;
  height: 112%;
  width: auto;
  right: -25%;
  top: calc(50% - 61%);
  z-index: -1;
}

.innterview__greeting__back img {
  height: 100%;
  width: auto;
}

.innterview__greeting__inner {
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  padding: 80px 0;
  z-index: 0;
}

.innterview__greeting__img {
  width: 33%;
}

.innterview__greeting__inner__content {
  width: 67%;
}

.innterview__greeting__title {
  font-weight: 600;
  color: #ffffff;
  font-size: 4rem;
  letter-spacing: 0.02em;
}

.innterview__greeting__txt {
  font-size: 1.5rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.9;
  letter-spacing: 0.02em;
  margin-top: 25px;
}

.innterview__greeting__name {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 12px;
}

.innterview__main {
  max-width: 1000px;
  width: 90%;
  margin: 144px auto 200px auto;
}

.innterview__flex {
  display: flex;
  gap: 25px;
  margin-bottom: 30px;
  align-items: flex-start;
}

.innterview__flex__img {
  width: 42%;
}

.innterview__flex__content {
  width: 58%;
}

.innterview__flex__content p:nth-child(2n + 1) {
  margin-top: 50px;
}

.innterview__flex__content p:first-child {
  margin-top: 0;
}

.innterview__flex__content__q {
  font-weight: 600;
  color: #416784;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-size: 1.8rem;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 2px solid #dae5ee;
}

.innterview__flex__content__q span {
  font-family: "Roboto", serif;
  font-size: 2rem;
}

.innterview__flex__content__a {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #333333;
}

.innterview__block {
  margin: 40px 0 50px 0;
}

.recruit_philosophy__sectiontitle__wrap {
  text-align: center;
}

.recruit_philosophy__sectiontitle--innterview_other {
  display: inline-block;
  font-size: 3.6rem;
}

.recruit_philosophy__sectiontitle--innterview_other
  .recruit_philosophy__sectiontitle__deco {
  width: 226px;
  height: 155px;
  left: -94px;
  top: -77px;
}

.recruit_philosophy__sectiontitle--interviewpage {
  margin-bottom: 30px;
}

.innterview__other {
  margin-bottom: 200px;
  position: relative;
}

.innterview__other__txtliner {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@keyframes bg-slider {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -3770px 0;
  }
}

.innterview__other__txtliner__item {
  animation: bg-slider 60s linear infinite;
  background: url(./assets/img/interview_bgtxt.png) repeat-x 50%;
  background-size: auto 76px;
  height: 76px;
  width: 100%;
}

.innterview__other__flex {
  display: flex;
  width: 90%;
  max-width: 1360px;
  margin: 0 auto;
  margin-top: 90px;
}

.innterview__other__box {
  position: relative;
  z-index: 0;
  max-width: 760px;
  width: 50%;
  height: auto;
  aspect-ratio: 76 / 69;
  transform: skewX(-10deg);
  overflow: hidden;
}

.innterview__other__box--left {
  height: fit-content;
  transform: skewX(-10deg) translateX(10px);
}

.innterview__other__box__back {
  transform: skewX(10deg) scale(1.2);
  filter: brightness(0.65);
}

.innterview__other__box--right {
  margin-top: 230px;
  transform: skewX(-10deg) translateX(-10px);
}

.innterview__other__box__paint {
  position: absolute;
  width: 57%;
  z-index: 1;
  transform: skewX(10deg);
}

.innterview__other__box__paint--left {
  right: -7%;
  top: -4%;
}

.innterview__other__box__paint--right {
  bottom: 21%;
  left: -1%;
}

.innterview__other__box__txt {
  position: absolute;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  z-index: 2;
  transform: skewX(10deg);
  letter-spacing: 0.1em;
}

.innterview__other__box__txt--left {
  right: 10%;
  top: 15%;
  text-align: right;
}

.innterview__other__box__txt--right {
  left: 18%;
  bottom: 35%;
}

.innterview__other__box__button--left,
.innterview__other__box__button--right {
  position: absolute;
  transform: skewX(10deg);
}

.innterview__other__box__button--left,
.innterview__other__box__button--right {
  bottom: 7%;
  right: 7%;
}

.only_sp768 {
  display: none;
}

.company__img2--sp {
  display: none;
}

.policy__sp {
  display: none;
}

.strengths__img--sp {
  display: none;
}

.pageFv__title__inner.pageFv__title__inner--servicepage.pageFv__title__inner--small {
  font-size: 3.8rem;
  letter-spacing: -0.03em;
}

.service_page__mainarea__title--second {
  margin-top: 70px;
}

.service_page__mainarea__txt--second {
  margin-bottom: 40px;
}

.service_page__mainarea__bbsubtitle--third {
  margin-top: 5px;
}

.service_page__mainarea__list {
  margin-top: 25px;
}

.concept__link {
  gap: 15px;
}

.header__sp {
  display: none;
}

.newsPage__wrap {
  width: 90%;
  max-width: 800px;
  margin: auto;
  padding: 120px 0;
}

.newsPage__item {
  padding: 14px 0;
  border-bottom: 1px solid #bcbcbc;
}

.newsPage__item:first-of-type {
  border-top: 1px solid #bcbcbc;
}

.newsPage__link {
  display: flex;
  align-items: center;
  gap: 0 20px;
  justify-content: flex-start;
}

.newsPage__inner {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "roboto", sans-serif;
  color: #333333;
}

.newsPage__cate {
  padding: 6px 10px;
  background-color: #416784;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 3px;
}

.newsPage__ttl {
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #333333;
  font-weight: 500;
  width: calc(100% - 195px);
}

.application__wrap {
  width: 90%;
  max-width: 960px;
  margin: 80px auto 200px;
}

.application__row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.application__conf {
  font-size: 1.8rem;
}

.application__label {
  padding-left: 58px;
  height: 50px;
  width: 260px;
  position: relative;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}

.application__label--conf {
  height: auto;
  font-weight: bold;
}

.application__label::before {
  content: "任意";
  background-color: #afafaf;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  padding: 5px 0px;
}

.application__label.must::before {
  content: "必須";

  background-color: #416784;
  color: #fff;
}

.application__label--conf::before {
  display: none;
}

.birthday__flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 260px);
  position: relative;
}

.birthday__flex:has(.error) {
  margin-bottom: 10px;
}

.birthday__item {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-right: 18px;
  font-size: 1.4rem;
  max-width: calc(33% - (260px / 3) - 18px);
}
input::placeholder {
  opacity: 0.5;
}
.application__input {
  height: 50px;
  padding: 12px;
  font-size: 1.8rem;
  background-color: rgba(218, 229, 238, 0.5);
}

.application__textarea {
  width: 100%;
  height: 200px;
  padding: 12px;
  font-size: 1.8rem;
  background-color: rgba(218, 229, 238, 0.5);
}

.application__row--center {
  align-items: center;
}

.application__file {
  font-size: 1.8rem;
}

.application__input--half {
  width: 100%;
}

.application__input__wrap {
  width: calc(100% - 260px);
  position: relative;
}

.application__input__wrap:has(.error) {
  margin-bottom: 10px;
}

.application__input__wrap--hankaku {
  max-width: 400px;
}

.application__input__wrap--hankaku::before {
  content: "※半角入力";
  position: absolute;
  left: calc(100% + 10px);
  white-space: nowrap;
  top: 50px;
  font-size: 14px;
  transform: translateY(-100%);
}

label.error {
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  font-size: 14px;
  color: red;
}

.application__input {
  width: 100%;
}

.birth__select__wrap {
  position: relative;
  max-width: 90%;
}

.radio {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.application__radio__input {
  width: 17px;
}

.application__radio {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-right: 40px;
}

.application__radio__label {
  font-size: 1.8rem;
}

/* 擬似要素でカスタム矢印を追加 */
.birth__select__wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #000 transparent transparent transparent; /* 矢印の色は #000 を変更可能 */
}
.application__select {
  width: 180px;
  height: 50px;
  max-width: 100%;
  font-size: 1.8rem;
  padding: 12px;
  color: #333333;
  background-color: rgba(218, 229, 238, 0.5);
}

.application__center {
  font-size: 1.8rem;
  text-align: center;
}

.application__pri {
  color: #416784;
  text-decoration: underline;
}

.application__check__wrap {
  text-align: center;
}

.application__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  gap: 10px;
  font-size: 1.8rem;
  position: relative;
}

.application__check__wrap label.error {
  white-space: nowrap;
}

.application__checkbox {
  font-size: 14px;
}

.application__error {
  text-align: center;
  color: red;
  font-size: 1.5rem;
  margin: 30px 0 -30px;
}

.jobInfoSec__wrap {
  position: relative;
}

.jobInfoSec__inner {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}

.jobInfoSec__catch {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.human__center {
  text-align: center;
  font-size: 1.6rem;
}

.service__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}

.service__flex .system__img {
  width: calc(40% - 10px);
  order: 1;
}

.service__flex .service_page__mainarea__bbsubtxt {
  width: calc(60% - 10px);
  order: 2;
}

@media screen and (min-width: 1600px) {
  .innterview__fv__inner {
    max-width: 1500px;
  }
}

@media screen and (max-width: 1024px) {
  .innterview__fv__inner {
    justify-content: center;
  }

  .innterview__fv__people {
    width: 100%;
    max-width: 550px;
  }

  .innterview__fv__box__button {
    margin: 0 auto;
    margin-top: 30px;
    text-align: justify;
  }

  .innterview__fv__box {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
    bottom: 10%;
  }

  .system__left {
    display: none;
  }

  .system__right {
    width: 100%;
    margin-top: 0;
  }
}
.hide-pc {
  display: none;
}
.hide-sp {
  display: block;
}

@media screen and (max-width: 768px) {
  .hide-pc {
    display: block;
  }
  .hide-sp {
    display: none;
  }

  :root {
    --base-size: 375;
  }

  .system__content1 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .footer__logo {
    width: 250px;
  }
  .footer__logo img {
    height: 60px;
  }
  .only_sp768 {
    display: block;
  }

  .only_pc768 {
    display: none;
  }

  .innterview__fv__name {
    font-size: 4.1rem;
  }

  .innterview__fv__box__titile {
    font-size: 2.4rem;
  }

  .innterview__greeting__inner {
    flex-wrap: wrap;
    gap: 18px;
  }

  .innterview__greeting__img {
    width: 60%;
    max-width: 210px;
    margin: 0 auto;
    text-align: center;
  }

  .innterview__greeting__inner__content {
    width: 100%;
  }

  .innterview__greeting__title {
    margin-bottom: 24px;
    font-size: 3.2rem;
  }

  .innterview__greeting__back {
    top: auto;
    bottom: 5%;
    height: auto;
    width: 60vw;
    right: -20%;
  }

  .innterview__greeting__back img {
    width: 100%;
    height: auto;
  }

  .innterview__flex {
    flex-wrap: wrap;
  }

  .innterview__flex__img,
  .innterview__flex__content {
    width: 100%;
  }

  .innterview__flex.innterview__flex--reverse {
    flex-direction: column-reverse;
  }

  .innterview__flex__img--mini {
    width: 55%;
    max-width: 300px;
    margin: 0 auto;
  }

  .innterview__other__flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-top: 35px;
  }

  .innterview__other__box {
    max-width: 500px;
    width: 83%;
  }

  .innterview__other__box__paint--left {
    right: -9%;
    top: auto;
    bottom: 17%;
  }

  .innterview__other__box__txt--left {
    right: 9%;
    top: auto;
    bottom: 28%;
  }

  .innterview__other__box--right {
    margin-top: 0;
  }

  .innterview__other__box--right,
  .innterview__other__box--left {
    transform: skewX(-10deg) translateX(0);
  }

  .innterview__other {
    margin-bottom: 80px;
  }

  .recruit_philosophy__sectiontitle--innterview_other
    .recruit_philosophy__sectiontitle__deco {
    max-width: 100%;
    width: 150px;
    height: 103px;
    left: calc(50% - 75px);
    top: auto;
    bottom: -17px;
  }

  .recruit_philosophy__sectiontitle__deco {
    left: calc(50% - 113px);
    width: 226px;
    height: 155px;
    text-align: center;
    opacity: 0.7;
    top: -65px;
  }

  .recruit_philosophy__sectiontitle__deco.recruit_philosophy__sectiontitle__deco--left {
    text-align: justify;
    left: -20px;
    width: 150px;
    height: 103px;
    top: -53px;
  }

  .innterview__main {
    margin: 80px auto 130px auto;
  }

  .innterview__other__box__txt__career {
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-top: 15px;
  }

  .innterview__other__box__txt__name {
    font-size: 2rem;
  }

  .recruit_philosophy__fv {
    background: url(./assets/img/recruit_philosophy_fv_sp.png);
    background-position: center;
    background-size: cover;
    background-position: center;
    height: calc(716 / 375 * 100vw);
  }

  .innterview__fv {
    height: ;
  }

  .recruit_philosophy__fv__contentarea {
    top: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .recruit_philosophy__sv__title {
    text-align: center;
  }

  .recruit_philosophy__sv__title__deco {
    left: calc(50% - 113px);
    top: auto;
    bottom: -20px;
    opacity: 0.7;
  }

  .recruit_philosophy__fv__contentarea__copy {
    text-align: center;
  }

  .recruit_philosophy__sv__title__ja {
    padding: 0;
  }

  .recruit_philosophy__sv__title__ja::before {
    display: none;
  }

  .recruit_philosophy__sv__left__wrap .recruit_philosophy__sv__left {
    display: inline-block;
  }

  .recruit_philosophy__sv__left {
    text-align: center;
    writing-mode: unset;
    padding: 0;
    margin-top: 30px;
    letter-spacing: 0.02em;
  }

  .recruit_philosophy__sv__left__wrap {
    text-align: center;
  }

  .recruit_philosophy__sv__left::after {
    display: none;
  }

  .recruit_philosophy__sv__left__deco {
    left: auto;
    right: 10px;
    width: 37px;
    height: 26.44px;
    z-index: -1;
    top: -16px;
  }

  .recruit_philosophy__sv__left::before {
    z-index: -1;
    right: auto;
    left: 10px;
    bottom: auto;
    top: -30px;
    width: 26px;
    height: 26px;
  }

  .recruit_philosophy__sectiontitle {
    text-align: center;
  }

  .recruit_philosophy__sectiontitle--interviewpage {
    text-align: justify;
  }

  .recruit_philosophy__mission {
    margin: 130px 0 90px 0;
  }

  .recruit_philosophy__guide__flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 25px;
    margin-top: 20px;
  }

  .recruit_philosophy__guide__flex__content {
    width: 100%;
  }

  .recruit_philosophy__guide__flex__image {
    min-width: 220px;
  }

  .service_page__mainarea__borderarea {
    flex-wrap: wrap;
    gap: 4em;
  }

  .service_page__mainarea__borderarea__item {
    width: 100%;
  }

  .service_page__mainarea__flexarea {
    flex-wrap: wrap;
    gap: 24px;
  }

  .service_page__mainarea__flexarea.service_page__mainarea__flexarea--reverse {
    flex-direction: column-reverse;
  }

  .service_page__mainarea__flexarea__txtarea,
  .service_page__mainarea__flexarea__imgarea {
    width: 100%;
  }

  .service_page__mainarea__flexarea__imgarea__button {
    text-align: center;
  }

  .service_page__mainarea__answer {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 24px;
  }

  .service_page__mainarea__answer__txtarea,
  .service_page__mainarea__answer__imagearea {
    width: 100%;
  }

  .service_page__mainarea__answer__content {
    margin-top: 30px;
  }

  .service_page__stickyarea {
    display: none;
  }

  .service_page__mainarea {
    width: 100%;
  }

  .pageFv__right {
    display: none;
  }

  .pageFv__left {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 389/239;
    padding: 0;
  }

  .pageFv {
    background-position: center;
    background-size: cover;
  }

  .pageFv--servicepage {
    background-image: url(./assets/img/service_1_fv_sp.png);
  }

  .pageFv--regularcleaning {
    background-image: url(./assets/img/service_2_fv_sp.png);
  }

  .pageFv--cleaningconsulting {
    background-image: url(./assets/img/service_3_fv_sp.png);
  }

  .pageFv--cleaningtraining {
    background-image: url(./assets/img/service_6_fv_sp.png);
  }

  .pageFv--supplies {
    background-image: url(./assets/img/service_4_fv_sp.png);
  }

  .pageFv--trainingcenter {
    background-image: url(./assets/img/service_7_fv_sp.png);
  }

  .pageFv--human {
    background-image: url(./assets/img/service_11_fv_sp.png);
  }

  .pageFv__left--company {
    background-image: url(./assets/img/company_1_fv_sp.png);
  }

  .pageFv__left--thoughts {
    background-image: url(./assets/img/thoughts_1_fv_sp.png);
  }

  .pageFv__left--service {
    background-image: url(./assets/img/service_0_fv_sp.png);
  }

  .pageFv--check {
    background-image: url(./assets/img/service_8_fv_sp.png);
  }

  .pageFv--check {
    background-image: url(./assets/img/service_8_fv_sp.png);
  }

  .pageFv--example {
    background-image: url(./assets/img/service_9_fv_sp.png);
  }

  .pageFv--news {
    background-image: url(./assets/img/service_10_fv_sp.png);
  }

  .pageFv--recruit {
    background-image: url(./assets/img/service_12_fv_sp.png);
  }
  .pageFv--contact {
    background-image: url(./assets/img/service_13_fv_sp.png);
  }
  .pageFv--privacy {
    background-image: url(./assets/img/service_14_fv_sp.png);
  }

  .pageFv__left__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
  }

  .pageFv__title {
    font-size: 4rem;
    color: #fff;
    text-align: center;
    width: 100%;
  }

  .pageFv__left {
    gap: 0;
  }

  .pageFv__title__inner {
    font-size: 4rem;
    color: #ffffff;
  }

  .pageFv__sub {
    font-size: 1.5rem;
    color: #ffffff;
  }

  .pageFv__title::before {
    display: none;
  }

  .pageFv__sub--servicepage,
  .pageFv__title__inner--servicepage {
    color: #ffffff;
  }

  .pageFv__title.pageFv__title--servicepage::before {
    display: none;
  }

  .company__wrap {
    padding: 0;
  }

  .company__content {
    padding-top: 80px;
    width: 90%;
    margin: auto;
  }

  .company__ttl {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }

  .company__label {
    text-align: justify;
    color: #8cb3d1;
    font-size: 1.8rem;
  }

  .company {
    position: relative;
    background-image: none;
  }

  .company::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vw; /* 三角形の高さを調整 */
    background-color: #edf2f6;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: -1;
  }

  .company::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vw; /* 三角形の高さを調整 */
    background-color: #edf2f6;
    clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
    z-index: -1;
  }

  .company__detail {
    font-size: 1.4rem;
    text-align: justify;
    line-height: 2;
  }
  .small {
    font-size: 1.2rem;
  }

  .company__img2 {
    display: none;
  }

  .company__img2--sp {
    display: block;
  }

  .message__wrap {
    padding: 85px 0 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .message__left {
    width: 100%;
    margin-bottom: 40px;
  }

  .message__right {
    width: 100%;
  }

  .message__left {
    text-align: center;
  }

  .message__right {
    width: 80%;
  }
  .message__deco {
    left: -25px;
    top: -14px;
    width: 30px;
  }
  .message__ttl {
    display: inline-block;
  }
  .message__detail {
    font-size: 1.4rem;
  }
  .business__content {
    margin-top: 42px;
  }

  .business__item {
    flex-wrap: wrap;
    padding-bottom: 24px;
  }

  .business__left {
    width: 100%;
  }

  .business__right {
    width: 100%;
  }

  .business__right {
    padding-top: 14px;
  }

  .business__bold {
    font-size: min(1.8rem, calc(18 / 390 * 100vw));
  }
  .business {
    background-image: url(./assets/img/business-back-sp.png);
    background-size: cover;
    background-position: right bottom;
  }

  .main {
    margin-top: 60px;
  }

  .policy__right {
    text-align: center;
  }

  .profile__wrap {
    text-align: center;
  }
  .profile__ttl {
    font-size: 3.2rem;
    margin-bottom: 10px;
    text-align: center;
  }
  .profile__sub {
    font-size: 1.4rem;
    display: inline-block;
    color: var(--logo-color);
    position: relative;
    text-align: center;
  }

  .profile__sub::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--accent-color);
  }

  .profile__sub::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--accent-color);
  }

  .profile__box {
    flex-wrap: wrap;
  }
  .profile__left {
    width: 100%;
  }

  .profile__right {
    width: 100%;
    margin-top: 32px;
  }

  .profile__item {
    flex-wrap: wrap;
  }

  .profile__label {
    width: 100%;
    margin-bottom: 10px;
    color: #8cb3d1;
  }
  .profile__detail {
    width: 100%;
    margin-top: 0;
  }

  .quality {
    padding-bottom: 120px;
  }

  .profile {
    padding-bottom: 40px;
  }

  .policy__txt {
    display: none;
  }

  .policy__sp {
    display: block;
    text-align: center;
    margin-bottom: 32px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #416784;
    line-height: 1.6;
    letter-spacing: 0.1em;
    position: relative;
  }

  .policy__wrap {
    flex-wrap: wrap;
  }

  .policy__left {
    display: none;
  }

  .policy__right {
    width: 100%;
  }
  .policy__deco1 {
    width: 35px;
  }

  .policy__deco2 {
    width: 51px;
  }
  .policy__detail {
    font-size: 1.4rem;
    line-height: 2;
    text-align: justify;
  }
  .policy {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .policy::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vw; /* 三角形の高さを調整 */
    background-color: #edf2f6;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: -1;
  }

  .background__label {
    text-align: center;
    margin-bottom: 16px;
  }
  .background__back {
    margin: 32px 0;
  }
  .background__detail {
    font-size: 1.4rem;
  }
  .business__wrap {
    padding: 80px 0;
  }
  .message__right--gold {
    width: 83%;
  }

  .system__item {
    font-size: 1.4rem;
  }
  .strengths__list {
    flex-wrap: wrap;
  }
  .strengths__item {
    width: 100%;
  }

  .strengths__img {
    display: none;
  }

  .strengths__img__wrap {
    width: 100%;
    overflow-x: scroll;
  }

  .strengths__img--sp {
    display: block;
    width: 120%;
    max-width: auto;
  }
  .strengths {
    padding-bottom: 40px;
  }
  .innterview__other--top {
    margin-top: 40px;
    margin-bottom: 0 !important;
  }
  .partner--recruit {
    margin-top: 30px;
  }

  .environmentContent__ttl {
    font-size: 2.4rem;
  }
  .environmentContent__list {
    flex-wrap: wrap;
  }
  .environmentContent__item {
    width: 100%;
  }
  .humanTop__under {
    display: block;
    margin-top: 20px;
  }
  .humanTop__wrap {
    width: 100%;
  }
  .environmentContent__box {
    height: auto;
  }
  .humanTop__list {
    width: 90%;
    margin: auto;
  }
  .humanTop__wrap .human__item {
    width: 100%;
    margin: 0;
    transform: translateX(0%);
  }
  .recruitNav__ttl {
    position: relative;
  }
  .recruitNav__item {
    transform: skewX(-10deg);
    margin: 0;
  }
  .recruitNav__item--left {
    transform: skewX(10deg);
  }

  .recruitNav__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-top: 35px;
  }
  .recruitNav__item {
    max-width: 500px;
    width: 83%;
  }
  .recruitNav__ttl {
    font-size: 3.2rem;
  }
  .humanTop {
    margin-bottom: 70px;
  }
  .recruitNav__wrap {
    padding-bottom: 0;
  }

  .recruitNav {
    margin-bottom: 60px;
  }
  .environmentContent--top {
    margin-top: 75px;
  }
  .business__ttl--jobinfo {
    font-size: min(2.2rem, calc(22 / 390 * 100vw));
  }
  .background__sub {
    margin-bottom: 24px;
  }
  .jobInfoBackground__box {
    flex-wrap: wrap;
  }
  .jobInfoBackground__left {
    width: 100%;
  }
  .jobInfoBackground__right {
    width: 100%;
  }
  .jobInfoBackground__left {
    font-size: 1.4rem;
    margin-bottom: 18px;
  }
  .message__right {
    max-width: 200px;
  }
  .system__content--job {
    position: relative;
    max-height: none;
  }
  .environmentContent__flow {
    flex-wrap: wrap;
  }
  .environmentContent__left {
    margin-bottom: 20px;
  }
  .environmentContent__left .environmentContent__icon {
    width: 74px;
  }
  .environmentContent__right {
    width: 100%;
  }

  .company__wrap {
    padding-bottom: 120px;
  }

  .header {
    /*padding: 0 0 0 5%;*/
    padding: 0;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header__logo {
    height: 31px;
  }

  .header__nav {
    display: none;
  }

  .footer__main {
    padding-top: 40px;
  }
  .footer__mail--header {
    width: 120px;
    height: 60px;
  }
  .footer__mail__bottom {
    font-size: 1.2rem;
  }

  .header__sp {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
  }
  .sp-header-nav {
    display: block;
    z-index: 10;
  }

  .jobInfoSec {
    padding: 30px 0;
  }

  .recruit_philosophy__fv__contentarea {
    position: static;
    transform: translate(0);
  }

  .recruit_philosophy__fv {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .recruit_philosophy__fv__contentarea__copy {
    width: 85vw;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-top: 0;
    transform: translateX(-50%);
    padding: 32px 0;
    background: rgba(255, 255, 255, 0.7);
  }

  .interview1__right {
    width: 100%;
  }
  .interview1__ttl {
    font-size: 1.6rem;
    margin-bottom: 0;
    margin-bottom: 10px;
  }
  .interview1__under {
    gap: 5px;
  }
  .interview1__sub {
    font-size: 1.2rem;
    color: #363636;
    text-shadow: 1px 1px 0 #fff;
    margin-bottom: 0px;
  }
  .interview1__name {
    font-size: 1.8rem;
    color: #363636;
  }
  .interview1__career {
    font-size: 1.4rem;
    text-shadow: 1px 1px 0 #fff;
  }
  .interview1__deco {
    width: 200px;
    z-index: -1;
    left: -17vw;
    top: -18vw;
  }
  .interview1__deco {
    display: none;
  }
  .interview1__img {
    position: relative;
    z-index: 0;
  }
  .interview1__left {
    z-index: 1;
    position: absolute;
    left: auto;
    background-color: #fff;
    padding: 10px;
    right: 0;
    bottom: 0;
  }
  .environmentFv__en {
    font-size: 3.2rem;
  }
  .environmentFv__wrap {
    max-width: 72%;
    padding: 30px 0;
  }
  .environmentFv__ttl {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  .environmentFv__ttl::before {
    width: 30px;
    height: 30px;
    left: -18px;
    top: -13px;
  }
  .human__list {
    gap: 0;
  }
  .human__item {
    width: 100%;
  }
  .recruit__catch {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .recruit__list__btn {
    margin-top: 40px;
  }
  .newsPage__link {
    flex-wrap: wrap;
  }
  .newsPage__ttl {
    width: 100%;
    font-size: 1.4rem;
  }
  .recruit__wrap--bottom {
    margin-bottom: 120px;
  }

  .application__row {
    flex-wrap: wrap;
  }
  .application__label {
    width: 100%;
  }
  .application__input {
    width: 100%;
  }
  .application__input__wrap::before {
    left: 0;
    top: 100%;
    transform: translateY(0);
  }
  .application__input__wrap {
    max-width: 100%;
    width: 100%;
  }
  .birthday__item {
    max-width: 33%;
    margin-right: 9px;
    gap: 0;
    width: 33%;
  }
  .birth__select__wrap {
    width: 90%;
    gap: 5px;
  }
  .application__select {
    width: 90%;
    font-size: 1.4rem;
    padding: 0 9px;
  }
  .birthday__flex {
    width: 100%;
  }
  .application__file {
    width: 100%;
    font-size: 1.4rem;
  }
  .application__textarea {
    width: 100%;
  }
  .application__center {
    font-size: 1.4rem;
  }
  .application__check {
    font-size: 1.4rem;
  }
  .application__input {
    font-size: 1.4rem;
  }
  .application__label--conf {
    padding: 0;
    font-weight: bold;
  }
  .human__content tr {
    width: 100%;
    border: none;
  }
  .human__content td:first-child,
  .human__content td {
    display: block;
    width: 100% !important;
    font-size: 1.2rem;
    padding: 10px 16px;
    border: none;
  }

  .human__content td p {
    font-size: 1.2rem;
  }
  .jobInfoSec__inner {
    position: static;
    transform: translate(0);
    color: #333;
  }

  .jobInfoSec__catch {
    margin-top: 10px;
    font-size: 1.4rem;
    color: #333;
  }

  .jobInfoSec__inner .innterview__fv__box__button--transparent {
    color: #fff;
    background-color: #333333;
    margin-top: 10px;
  }

  .recruit_philosophy__fv__contentarea {
    flex-wrap: wrap;
  }

  .fv {
    position: relative;
  }

  .fv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    background-color: #416784;
    opacity: 0.8;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    width: calc(228 / 375 * 100vw);
    height: calc(399 / 375 * 100vw);
    opacity: 0.8;
    mix-blend-mode: Screen;

    z-index: 1;
  }

  .fv::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vw;
    background-color: #416784;
    opacity: 0.8;
    clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
    width: calc(228 / 375 * 100vw);
    height: calc(399 / 375 * 100vw);
    opacity: 0.8;
    mix-blend-mode: Screen;

    z-index: 1;
  }
  .fv__deco {
    z-index: 2;
  }
  .service__flex .system__img {
    width: 100%;
    order: 2;
  }
  .service_page__mainarea__flexarea + .service_page__mainarea__title {
    margin-top: 4em;
  }
  .service_page__mainarea__bbsublabel {
    line-height: 1.5;
    margin-top: 0.5em;
  }

  .service__flex .service_page__mainarea__bbsubtxt {
    width: 100%;
    order: 1;
    text-align: justify;
  }

  .service_page__mainarea__flexarea__list {
    display: flex;
    margin: auto;
    gap: 1em 0;
  }

  .service_page__mainarea__flexarea__list .system__item {
    width: 50%;
    text-align: justify;
    white-space: nowrap;
  }
  .service_page__mainarea__flexarea__list .system__item + .system__item {
    margin: 0;
  }
  .service_page__mainarea__flexarea__memo {
    line-height: 1.5;
  }
  .system__item {
    text-align: justify;
    line-height: 1.5;
  }
  .system__item + .system__item {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .system__item::before {
    top: 0.75em;
  }
  .system__item__inner {
    line-height: 1.6;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .service_page__mainarea__bbsubtitle {
    margin-top: 4em;
  }
  .service_page__mainarea__bbsubtitle + .system__list {
    margin-top: 2em;
  }
  .system__basis {
    position: static;
    margin-top: 40px;
  }

  .innterview__fv__people {
    max-width: unset;
    width: 67%;
  }
  .innterview__fv__people__name {
    font-size: 55px;
    top: 45%;
    color: #d5d5d5;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    bottom: auto;
  }
}

@media screen and (max-width: 481px) {
  .innterview__greeting__txt {
    font-size: 1.4rem;
    margin-top: 0;
  }

  .recruit_philosophy__sectiontitle {
    font-size: 3.2rem;
  }

  .recruit_philosophy__sectiontitle.recruit_philosophy__sectiontitle--interviewpage {
    font-size: 2.4rem;
  }

  .innterview__flex__content__a {
    font-size: 1.4rem;
  }

  .recruit_philosophy__sectiontitle--innterview_other {
    font-size: 2.4rem;
  }

  .innterview__other__box__txt {
    font-size: 1.4rem;
  }

  .innterview__other__box__paint {
    width: 65%;
  }

  .innterview__other__box__paint--left {
    right: -10%;
    top: auto;
    bottom: 25%;
  }

  .innterview__other__box__txt--left {
    right: 11%;
    top: auto;
    bottom: 39%;
  }

  .innterview__fv__box__button {
    font-size: 1.2rem;
    width: 90%;
    line-height: 40px;
    padding: 0 40px 0 25px;
  }

  .innterview__other__box__txt--right {
    left: 8%;
    bottom: 38%;
  }

  .innterview__fv__people {
    max-width: unset;
    width: 67%;
  }

  .innterview__fv__inner {
    width: 100%;
    overflow: hidden;
  }

  .innterview__fv__name {
    white-space: nowrap;
    margin-bottom: 27px;
  }

  .innterview__fv {
    max-height: 650px;
    background-position-x: 40%;
    background-position-y: 24vw;
    background-size: 320vw;
    background-repeat: no-repeat;
  }

  .innterview__greeting__back {
    top: auto;
    bottom: 3%;
    height: auto;
    width: 75vw;
    right: -20%;
  }

  .recruit_philosophy__sv__left {
    font-size: 2.4rem;
  }

  .recruit_philosophy__sv__txt {
    font-size: 1.4rem;
  }

  .service_page__mainarea__bandtitle {
    font-size: 1.8rem;
  }

  .human__content h3 {
    font-size: 1.8rem;
  }

  .recruit_philosophy__guide__flex__content__title {
    font-size: 1.4rem;
  }

  .recruit_philosophy__mission__txt {
    font-size: 1.4rem;
    line-height: 2;
  }

  .pageFv__title__inner.pageFv__title__inner--servicepage {
    font-size: 4rem;
  }

  .pageFv__title__inner.pageFv__title__inner--servicepage.pageFv__title__inner--small.pageFv__title__inner.pageFv__title__inner--servicepage.pageFv__title__inner--small {
    font-size: 3rem;
  }

  .service_page__mainarea {
    text-align: center;
  }

  .service_page__mainarea__title {
    font-size: 2.4rem;
    line-height: 1.5;
  }

  .service_page__mainarea__txt {
    text-align: justify;
    font-size: 1.4rem;
    margin-bottom: 40px;
  }

  .service_page__mainarea__borderarea {
    padding: 25px 20px;
  }

  .service_page__mainarea__bandtitle {
    text-align: justify;
    margin-top: 40px;
  }

  .service_page__mainarea__bbsubtitle,
  .service_page__mainarea__borderarea__item__txt,
  .service_page__mainarea__rightborder,
  .service_page__mainarea__flexarea__txtarea__title {
    text-align: justify;
  }

  .service_page__mainarea__bbsubtxt,
  .service_page__mainarea__bandsubtitle,
  .service_page__mainarea__flexarea__txtarea__txt,
  .service_page__mainarea__answer__content {
    text-align: justify;
    font-size: 1.4rem;
  }

  .service_page__mainarea__flexarea__imgarea__cap {
    text-align: justify;
    font-size: 1.2rem;
  }

  .service_page__mainarea__answer__txtarea__title {
    text-align: justify;
    font-size: 1.7rem;
  }

  .service_page__mainarea__answer__txtarea__txt {
    text-align: justify;
  }

  .recruit__btn {
    width: 90%;
  }
  .innterview__other__box__txt--left {
    bottom: 30%;
  }
  .innterview__fv__people__name {
    font-size: 34px;
    line-height: 34px;
    bottom: auto;
    top: 40%;
    color: #d5d5d5;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .innterview__fv {
    height: auto;
    background-position-y: -5vw;
  }

  .service_page__mainarea__list--mt {
    margin-top: 0;
  }
  .humanTop__under__right {
    margin-top: 10px;
  }
  .humanTop__under__right .innterview__fv__box__button {
    width: 90%;
    margin-top: 20px;
  }
}
