@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Set core root defaults */
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
fieldset {
  border: 0;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

figure {
  margin: 0;
}

a {
  color: inherit;
  display: block;
  text-decoration: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

pre {
  white-space: pre-wrap;
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 0.7764vw;
  }
}

@media (min-width: 1288px) {
  html {
    font-size: 10px;
  }
}

body {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  width: 100%;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10rem;
  overflow-x: hidden;
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 128.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  width: 100%;
}

.inner-small {
  margin-left: auto;
  margin-right: auto;
  max-width: 116.4rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  width: 100%;
}

.english {
  font-family: "Roboto", sans-serif;
}

a.disabled {
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

/* ==============================================================
*  セクション(common)
* ============================================================ */
.btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  /*ボタンの形状*/
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  padding-bottom: 1.4rem;
  padding-top: 1.4rem;
  /*線の基点とするためrelativeを指定*/
  position: relative;
  text-decoration: none;
  width: 21.3rem;
}

.btn::before, .btn::after {
  /*事前に出現させる線の形状*/
  border: solid #c4c4c4;
  content: "";
  height: 10px;
  /*絶対配置で線の位置を決める*/
  position: absolute;
  /*アニメーションの指定*/
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 10px;
}

.btn::before {
  /*事前に出現させる線の形状*/
  border-width: 1px 0 0 1px;
  left: 0;
  /*事前に出現させる線の位置*/
  top: 0;
}

.btn::after {
  /*事前に出現させる線の形状*/
  border-width: 0 1px 1px 0;
  /*事前に出現させる線の位置*/
  bottom: 0;
  right: 0;
}

.btn:hover::before, .btn:hover::after {
  border-color: #c4c4c4;
  height: calc(100% - 1px);
  width: calc(100% - 1px);
}

.page-top {
  position: absolute;
  right: 2.8rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  z-index: 19;
}

.page-top a {
  color: #216d36;
  font-size: 1.4rem;
  padding: 1.5rem;
  position: relative;
}

.page-top a::before {
  background-image: url(/recruit/img/common/page-top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 7.2rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -7.3rem;
  width: .8rem;
}

.page-top a img {
  height: auto;
  width: 100%;
}

.header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #216d36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 2.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.header__logo-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__logo {
  width: 15.7rem;
}

.header__title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 17.76px;
  margin-left: 2.4rem;
  margin-top: -.7rem;
}

.header__title .english {
  color: #c4c4c4;
  display: block;
  font-size: 1rem;
  line-height: 11.72px;
}

.header__link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__recruit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  height: 10rem;
  padding-left: 1.4rem;
  -webkit-transition: background-color .4s, color .4s;
  transition: background-color .4s, color .4s;
  width: 12rem;
}

.header__recruit.js-white {
  background-color: #fff;
  color: #222;
  -webkit-transition: background-color .4s, color .4s;
  transition: background-color .4s, color .4s;
}

.header__recruit:hover {
  color: #b7cabd;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.header__entry {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #194d2a;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  height: 10rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .1em;
  -webkit-transition: color .4s;
  transition: color .4s;
  width: 10rem;
  z-index: 40;
}

.header__entry:hover {
  color: #b7cabd;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.hamburgerArea {
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
  width: 22rem;
}

.hamburgerArea.js-white {
  background-color: #fff;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

.hamburger {
  border: none;
  cursor: pointer;
  height: 10rem;
  outline: none;
  padding: 0;
  position: fixed;
  position: absolute;
  right: 22rem;
  top: 0;
  -webkit-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;
  width: 8rem;
  z-index: 40;
}

.hamburger span {
  background-color: #fff;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  width: 3.6rem;
}

.hamburger__lineTop {
  top: 4rem;
}

.hamburger__lineCenter {
  top: 4.9rem;
}

.hamburger__lineBottom {
  top: 5.8rem;
}

.nav-drawer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #216d36;
  display: none;
  height: 59.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 9.2rem;
  padding-top: 5.4rem;
  position: fixed;
  right: 0;
  text-align: left;
  top: 10rem;
  width: 43.9rem;
  z-index: 35;
}

.nav-drawer__nav {
  padding-left: 0;
  padding-top: 0;
}

.nav-drawer__list {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.nav-drawer__item {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.664rem;
}

.nav-drawer__item:not(:first-of-type) {
  margin-top: 2.5rem;
}

.nav-drawer__link {
  font-size: 4.7vw;
  letter-spacing: .12em;
  text-align: center;
}

.nav-drawer__list-child {
  margin-left: 1.8rem;
  margin-top: .8rem;
}

.nav-drawer__item-child:not(:first-of-type) {
  margin-top: .7rem;
}

.nav-drawer__link-child {
  color: #e7ede9;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.072rem;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.nav-drawer__link-child:hover {
  color: #b7cabd;
  -webkit-transition: color .4s;
  transition: color .4s;
}

/* 表示された時用のCSS */
.open .hamburger {
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

.open .hamburger__lineTop {
  top: 4.8rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open .hamburger__lineCenter {
  display: none;
}

.open .hamburger__lineBottom {
  top: 4.8rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.open .hamburger span {
  background-color: #222;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 2.5rem;
}

.footer {
  background-color: #194d2a;
  color: #fff;
  padding-bottom: 3.4rem;
  padding-top: 9.9rem;
}

.footer__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100.4rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  width: 100%;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__logo {
  display: block;
  width: 24.7rem;
}

.footer__top-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.1rem;
}

.footer__privacy {
  color: #b7cabd;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.072rem;
}

.footer__site {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.072rem;
  margin-left: 1.9rem;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.5rem;
}

.footer__address {
  font-size: 1.2rem;
  font-style: normal;
  margin-right: 1.5rem;
}

.footer__address span {
  display: inline-block;
  line-height: 1.5;
}

.footer__address span:nth-of-type(2) {
  left: -.3rem;
  position: relative;
}

.footer__copyright {
  font-size: 1rem;
  font-weight: 300;
  left: -.3rem;
  line-height: 1.172rem;
  margin-top: .5rem;
  position: relative;
  white-space: nowrap;
}

.main.-sub {
  background-color: #e7ede9;
}

.sub-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.sub-mv__title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 3.8rem;
}

.sub-mv__title span {
  display: block;
  margin-top: 1.8rem;
}

.sub-mv__bg {
  display: block;
  position: relative;
  width: calc(100% - 10rem);
}

.sub-mv__bg::before {
  border-color: transparent transparent #216d36 transparent;
  border-style: solid;
  border-width: 0 0 23rem 36rem;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
}

.sub-mv__bg.-discussion::before {
  border-color: #216d36 transparent transparent transparent;
  bottom: auto;
  left: 0;
  right: auto;
  top: 0;
}

.sub-faq-title {
  width: 100.3rem;
}

.sub-requirements-title {
  width: 74rem;
}

.sub-work-title {
  width: 63.4rem;
}

.sub-interview-title {
  width: 84rem;
}

.sub-training-title {
  width: 105.2rem;
}

.sub-culture-title {
  width: 107.1rem;
}

.sub-discussion-title {
  width: 58.9rem;
}

.sub-section-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #216d36;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: 500;
  height: 5.9rem;
  padding-left: 2rem;
  position: relative;
  width: 100%;
}

.sub-section-title::before {
  border-color: transparent transparent #b7cabd transparent;
  border-style: solid;
  border-width: 0 0 5.9rem 9.2rem;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
}

.sub-container-title {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.48;
}

.sub-container-cards.-three {
  display: -ms-grid;
  display: grid;
  gap: 0rem 6.19rem;
  -ms-grid-columns: (minmax(33rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(33rem, 1fr));
}

.sub-container-cards.-two {
  display: -ms-grid;
  display: grid;
  gap: 0rem 6.19rem;
  -ms-grid-columns: (minmax(52.7rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(52.7rem, 1fr));
}

.sub-container-cards.-six {
  display: -ms-grid;
  display: grid;
  gap: 6rem 6.19rem;
  -ms-grid-columns: (minmax(33rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(33rem, 1fr));
}

.sub-container-cards.-middle {
  margin-top: 4.4rem;
}

.sub-container-cards.-low {
  margin-top: 2.3rem;
}

.sub-container-cards.-high {
  margin-top: 6rem;
}

.sub-container-card__title {
  background-color: #fff;
  color: #216d36;
  font-size: 1.8rem;
  line-height: 1.48;
  margin-bottom: 2.4rem;
  padding-bottom: 1.65rem;
  padding-top: 1.65rem;
  text-align: center;
}

.sub-container-card__sub-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.48;
  margin-bottom: 1.2rem;
}

.sub-container-card__desc {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 1.2rem;
}

.sub-container-card__number {
  color: #216d36;
  font-size: 3.2rem;
  text-align: center;
}

.sub-container-card__number span {
  color: #e7ede9;
  font-size: 9rem;
  font-weight: 700;
  margin-right: 1rem;
  text-shadow: 1px 1px 0 #216d36, -1px 1px 0 #216d36, 1px -1px 0 #216d36, -1px -1px 0 #216d36, 1px 0 0 #216d36, 0 1px 0 #216d36, -1px 0 0 #216d36, 0 -1px 0 #216d36;
}

.sub-container-card__number-note {
  font-size: 1.5rem;
  margin-top: 1rem;
  text-align: center;
}

.sub-btn {
  background-color: #194d2a;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.1rem;
  padding-top: 1.9rem;
  text-align: center;
  -webkit-transition: color .4s;
  transition: color .4s;
  width: 46.2rem;
}

.sub-btn span {
  display: block;
  font-size: 1.2rem;
  margin-top: .8rem;
}

.sub-btn:hover {
  color: #b7cabd;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.sub-staff {
  background-color: #b7cabd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.8rem;
  padding-left: 1.9rem;
  padding-right: 3.5rem;
  padding-top: 1.8rem;
}

.sub-staff:hover .sub-staff__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  /* 拡大 */
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.sub-staff:hover .sub-staff__more::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.sub-staff.-discussion .sub-staff__img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  /* 拡大 */
}

.sub-staff__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  width: 12rem;
}

.sub-staff__img img {
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.sub-staff__text {
  margin-left: 3rem;
}

.sub-staff__name {
  font-size: 1.5rem;
  font-weight: 500;
}

.sub-staff__name.-large {
  font-size: 1.6rem;
}

.sub-staff__name span {
  color: #216d36;
  font-size: 1.5rem;
  font-weight: 500;
  margin-left: 1.5rem;
}

.sub-staff__name span.-large {
  font-size: 1.6rem;
}

.sub-staff__dept {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-top: 2.3rem;
}

.sub-staff__dept.-discussion {
  margin-top: 1.2rem;
}

.sub-staff__desc {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-top: 2.3rem;
}

.sub-staff__desc.-discussion {
  margin-top: 1.2rem;
}

.sub-staff__year {
  font-size: 1.2rem;
  line-height: 1.7;
}

.sub-staff__more {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #216d36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2.7rem;
  position: relative;
  text-align: center;
  width: 32.1rem;
}

.sub-staff__more::before {
  background-color: #222;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 768px) {
  .sub-mv__bg::before {
    border-width: 0 0 15.6vw 24.5vw;
  }
  .sub-mv__bg.-discussion::before {
    border-width: 9.2vw 14.5vw 0 0;
  }
}

/* ==============================================================
*  セクション(home)
* ============================================================ */
.home-mv {
  background-color: #c4c4c4;
}

.home-mv__bg-wrapper {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 160rem;
  position: absolute;
  right: 0;
  top: 10rem;
  width: 100%;
}

.home-mv__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 10rem);
  overflow: hidden;
}

.home-mv__bg:nth-of-type(1) {
  background-image: url(/recruit/img/home/home-mv02-pc.jpg);
}

.home-mv__bg:nth-of-type(2) {
  background-image: url(/recruit/img/home/home-mv01-pc.jpg);
}

.home-mv__bg:nth-of-type(3) {
  background-image: url(/recruit/img/home/home-mv03-pc.jpg);
}

.home-mv__bg:nth-of-type(4) {
  background-image: url(/recruit/img/home/home-mv04-pc.jpg);
}

.home-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  height: calc(100vh - 10rem);
  margin: auto;
  max-width: 160rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.home-mv__title {
  color: #fff;
  font-size: 11.2rem;
  line-height: 1.02;
  margin-bottom: -1.8rem;
  margin-top: 2.08rem;
  text-align: right;
}

.home-mv__title span {
  display: block;
  font-weight: 700;
}

.home-mv__catch {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  line-height: 5.328rem;
  text-align: right;
}

.slide-animation {
  -webkit-animation: fadeZoom 6s 0s forwards;
          animation: fadeZoom 6s 0s forwards;
}

@-webkit-keyframes fadeZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes fadeZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.home-btns {
  margin-top: 12.3rem;
  padding-bottom: 8.3rem;
}

.home-btns.-sub {
  margin-top: 0;
  padding-bottom: 12rem;
}

.home-btns__inner {
  background-color: #e7ede9;
  margin-left: auto;
  margin-right: auto;
  max-width: 124rem;
  padding-bottom: 8.4rem;
  padding-top: 8.4rem;
  position: relative;
  width: 100%;
}

.home-btns__inner::after {
  background: #e7ede9;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 9999px;
}

.home-btns__inner::after {
  right: 100%;
}

.home-btns__inner.-sub {
  background-color: transparent;
  padding-bottom: 0;
  padding-top: 0;
}

.home-btns__inner.-sub::after {
  background: transparent;
}

.home-btns__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16.7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100.4rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  width: 100%;
}

.home-btns__recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
}

.home-btns__recruit-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #216d36;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.552rem;
  padding-top: 5.5rem;
  -webkit-transition: color .4s;
  transition: color .4s;
  width: 50%;
}

.home-btns__recruit-link span {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.406rem;
  margin-top: .3rem;
}

.home-btns__recruit-link:hover {
  color: #b7cabd;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.home-btns__img {
  background-image: url(/recruit/img/home/home-btns-pc.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16.7rem;
  width: 50%;
}

.home-btns__dark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
}

.home-btns__dark-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #194d2a;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.4rem;
  font-weight: 500;
  height: 50%;
  padding-top: 1.9rem;
  line-height: 2.813rem;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.home-btns__dark-link:first-of-type {
  border-bottom: 1px solid #e5e5e5;
}

.home-btns__dark-link span {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.406rem;
  margin-top: .2rem;
}

.home-btns__dark-link:hover {
  color: #b7cabd;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.home-about {
  margin-top: 12rem;
}

.home-about__container {
  background-color: #e7ede9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 13.7rem;
  padding-left: 15.1rem;
  padding-top: 6.2rem;
  position: relative;
}

.home-about__container::after {
  background: #e7ede9;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 9999px;
}

.home-about__container::after {
  left: 100%;
}

.home-about__title {
  bottom: 2.7rem;
  color: #e7ede9;
  position: absolute;
  right: 13rem;
  width: 71.8rem;
}

.home-about__text {
  margin-left: 7.2rem;
  margin-top: -.6rem;
  max-width: 38.9rem;
  width: 100%;
}

.home-about__sub-title {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 5.328rem;
}

.home-about__sub-title span {
  color: #216d36;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.072rem;
  margin-bottom: .4rem;
}

.home-about__desc {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1.1rem;
}

.home-about__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 49.5rem;
}

.home-about__img img {
  position: relative;
}

.home-about__img::before {
  background-image: url(/recruit/img/home/gear.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  bottom: -18.5rem;
  content: "";
  height: 25rem;
  left: -14.4rem;
  margin: auto;
  position: absolute;
  width: 25rem;
}

.home-about__btn {
  margin-top: 3.6rem;
}

.home-about__btn a {
  margin-left: auto;
}

.home-interview {
  margin-top: 22.7rem;
}

.home-interview__title {
  position: relative;
  width: 96.9rem;
  z-index: 1;
}

.home-interview__sub-title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
  top: 13.9rem;
  z-index: 1;
}

.home-interview__sub-title span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 2.1rem;
}

.home-interview__triangle {
  position: relative;
}

.home-interview__triangle::before {
  border-color: transparent transparent transparent #216d36;
  border-style: solid;
  border-width: 0 0 108.3rem 156.4rem;
  content: "";
  height: 0;
  position: absolute;
  right: 3.3rem;
  top: 0;
}

.home-interview__bg {
  background-color: #e7ede9;
  height: 108.3rem;
  margin-top: -32rem;
  position: relative;
  right: 46.6rem;
  width: 128.8%;
}

.home-interview__bg::before {
  background-color: #216d36;
  content: "";
  height: 108.3rem;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  will-change: auto;
  z-index: 2;
}

.home-interview__bg::after {
  background-color: #fff;
  content: "";
  height: 108.3rem;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  will-change: auto;
  z-index: 3;
}

.home-interview__bg.is-inview::before, .home-interview__bg.is-inview::after {
  right: -100% !important;
}

.home-interview__slides-wrapper {
  padding-right: 3.6rem;
  position: absolute;
  top: 19.7rem;
  width: 113.2rem;
  z-index: 1;
}

.home-interview__slide {
  width: 24.7rem;
}

.home-interview__slide:hover .home-interview__slide-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  /* 拡大 */
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.home-interview__slide:hover .home-interview__slide-more::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.home-interview__slide-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: auto;
  width: 81.5rem;
}

.home-interview__slide-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 14.2rem;
  margin-top: 6rem;
}

.home-interview__slide {
  position: relative;
}

.home-interview__slide:not(:first-of-type) {
  margin-left: 3.6rem;
}

.home-interview__slide-img {
  overflow: hidden;
}

.home-interview__slide-img img {
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.home-interview__slide-department {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  display: inline-block;
  font-size: 1.2rem;
  left: 0;
  line-height: 1.48;
  margin: auto;
  padding-bottom: .9rem;
  padding-left: 2.1rem;
  padding-right: 2.1rem;
  padding-top: .9rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 22.9rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.home-interview__slide-name {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 3.6rem;
  text-align: center;
}

.home-interview__slide-more {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #216d36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2.7rem;
  position: relative;
  text-align: center;
  width: 24.7rem;
}

.home-interview__slide-more::before {
  background-color: #222;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  margin-right: 1.2rem;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 17.3rem;
}

.home-interview__btn {
  left: 82.6rem;
  position: relative;
  top: 69.6rem;
  z-index: 1;
}

.home-interview .slick-slide {
  height: auto;
}

.home-interview .slide-arrow {
  background-color: #194d2a;
  border: none;
  cursor: pointer;
  height: 5.5rem;
  margin: auto;
  position: absolute;
  top: 59.7rem;
  width: 5.4rem;
  z-index: 1;
}

.home-interview .slide-arrow::before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  left: -.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.home-interview .prev-arrow {
  right: 15.1rem;
}

.home-interview .prev-arrow::before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  left: .5rem;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.home-interview .next-arrow {
  right: 9.6rem;
}

.home-interview .prev-arrow,
.home-interview .next-arrow {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  position: absolute;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

.home-interview .prev-arrow::before,
.home-interview .next-arrow::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 1.1rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.1rem;
}

.home-interview .prev-arrow:hover,
.home-interview .next-arrow:hover {
  background-color: #216d36;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

.home-interview .slide-dots {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 23.2rem;
  text-align: center;
  top: 62rem;
}

.home-interview .slide-dots li {
  display: inline-block;
  margin: 0;
}

.home-interview .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.home-interview .slide-dots li button::before {
  background-image: url(/recruit/img/common/dot.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: .9rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: .9rem;
}

.home-interview .slide-dots li.slick-active button::before {
  background-image: url(/recruit/img/common/dot-active.svg);
}

.home-interview button {
  background: none;
  border: none;
  outline: none;
  padding: 0 .9rem;
}

.home-info {
  margin-top: 7.8rem;
}

.home-info__title {
  left: -2.6rem;
  position: relative;
  top: .3rem;
  width: 103.3rem;
}

.home-info__container {
  padding-top: 8.1rem;
  position: relative;
}

.home-info__container::before {
  border-color: #216d36 transparent transparent transparent;
  border-style: solid;
  border-width: 79.4rem 0 0 124rem;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.home-info__bg {
  position: relative;
}

.home-info__bg::before {
  background-color: #216d36;
  content: "";
  height: 46.4rem;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  will-change: auto;
  z-index: 2;
}

.home-info__bg::after {
  background-color: #fff;
  content: "";
  height: 46.4rem;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  will-change: auto;
  z-index: 3;
}

.home-info__bg.is-inview::before, .home-info__bg.is-inview::after {
  right: -100%;
}

.home-info__cards {
  display: -ms-grid;
  display: grid;
  gap: 7.2rem 3.6rem;
  -ms-grid-columns: (minmax(46rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(46rem, 1fr));
  margin-left: auto;
  margin-right: auto;
  max-width: 100.4rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
}

.home-info__link {
  position: relative;
}

.home-info__card {
  cursor: pointer;
  width: 100%;
}

.home-info__card:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  /* 拡大 */
}

.home-info__card:hover .home-info__menu {
  color: #c4c4c4;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.home-info__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  bottom: -2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  letter-spacing: .2em;
  line-height: 2.664rem;
  margin: auto;
  padding-bottom: 1.57rem;
  padding-top: 1.57rem;
  position: absolute;
  right: 0;
  -webkit-transition: color .4s;
  transition: color .4s;
  width: 41.3rem;
  z-index: 1;
}

.home-info__img {
  display: block;
  overflow: hidden;
}

.home-info__img img {
  height: auto;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  /* ゆっくり変化させる */
}

.home-know {
  padding-top: 6.2rem;
}

.home-know__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-know__item {
  overflow: hidden;
  position: relative;
  width: calc(100% / 3);
}

.home-know__item:nth-of-type(1) .home-know__bg {
  background-image: url(/recruit/img/home/home-btns01.jpg);
}

.home-know__item:nth-of-type(2) .home-know__bg {
  background-image: url(/recruit/img/home/home-btns02.jpg);
}

.home-know__item:nth-of-type(3) .home-know__bg {
  background-image: url(/recruit/img/home/home-btns03.jpg);
}

.home-know__item:hover .home-know__bg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.home-know__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20.8rem;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  width: 100%;
}

.home-know__link {
  bottom: 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  left: 0;
  line-height: 3.552rem;
  margin: auto;
  padding-top: 7.8rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1;
}

.home-know__link span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin-top: .3rem;
}

/* ==============================================================
*  セクション(sub-interview)
* ============================================================ */
.sub-interview {
  margin-top: 12.5rem;
  padding-bottom: 13rem;
}

.sub-interview__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 121.2rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  width: 100%;
}

.sub-interview__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sub-interview__card {
  margin-left: 2.3rem;
  margin-right: 2.3rem;
  position: relative;
  width: 34rem;
}

.sub-interview__card:nth-of-type(5) {
  margin-right: 2.7rem;
}

.sub-interview__card:nth-of-type(9) {
  margin-left: 2.7rem;
}

.sub-interview__card:nth-of-type(10) {
  margin-right: 2.7rem;
}

.sub-interview__card:nth-of-type(14) {
  margin-left: 2.7rem;
}

.sub-interview__card:nth-of-type(15) {
  margin-right: 2.7rem;
}

.sub-interview__card:nth-child(n + 4) {
  margin-top: 6rem;
}

.sub-interview__card:hover .sub-interview__card-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  /* 拡大 */
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.sub-interview__card:hover .sub-interview__card-more::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.sub-interview__card-img {
  overflow: hidden;
}

.sub-interview__card-img img {
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.sub-interview__card-department {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  display: inline-block;
  font-size: 1.2rem;
  left: 0;
  line-height: 1.48;
  margin: auto;
  padding-bottom: .9rem;
  padding-left: 2.1rem;
  padding-right: 2.1rem;
  padding-top: .9rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 31.7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sub-interview__card-name {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 3.6rem;
  text-align: center;
}

.sub-interview__card-more {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #216d36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2.7rem;
  position: relative;
  text-align: center;
  width: 34.1rem;
}

.sub-interview__card-more::before {
  background-color: #222;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  margin-right: 1.2rem;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.sub-single {
  position: relative;
}

.sub-single::before {
  border-color: #216d36 transparent transparent transparent;
  border-style: solid;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.sub-single__mv-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 128.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  width: 100%;
}

.sub-single__mv-text {
  padding-top: 9rem;
  position: relative;
  z-index: 1;
}

.sub-single__mv-title {
  color: #216d36;
  font-size: 4.5rem;
  line-height: 1.5;
}

.sub-single__mv-title span {
  display: block;
  font-weight: 500;
}

.sub-single__mv-name {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 2.9rem;
}

.sub-single__mv-english {
  margin-top: 1.8rem;
}

.sub-single__mv-english.-one {
  width: 37.2rem;
}

.sub-single__mv-english.-two {
  width: 56.1rem;
}

.sub-single__mv-english.-three {
  width: 53.4rem;
}

.sub-single__mv-english.-four {
  width: 49.6rem;
}

.sub-single__mv-english.-five {
  width: 48rem;
}

.sub-single__mv-english.-six {
  width: 34.25rem;
}

.sub-single__mv-english.-seven {
  width: 56.5rem;
}

.sub-single__mv-english.-eight {
  width: 40.9rem;
}

.sub-single__mv-english.-nine {
  width: 37.7rem;
}

.sub-single__mv-english.-ten {
  width: 53.4rem;
}

.sub-single__mv-english.-eleven {
  width: 52.9rem;
}

.sub-single__mv-dept {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 1.4rem;
}

.sub-single__mv-dept span {
  display: block;
}

.sub-single__mv-year {
  font-size: 1.2rem;
  margin-top: 1.5rem;
}

.sub-single__mv-img {
  position: absolute;
  right: 2.4rem;
  top: 0;
  width: 67.3rem;
}

.sub-single__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub-single__list.-top {
  margin-top: 16.5rem;
}

.sub-single__list.-bottom {
  margin-top: 15.3rem;
}

.sub-single__item {
  width: 44%;
}

.sub-single__item.-img {
  margin-top: -4rem;
}

.sub-single__item:nth-child(n + 3) {
  margin-top: 5rem;
}

.sub-single__item-title {
  color: #216d36;
  font-size: 1.8rem;
  line-height: calc(30 / 18);
  position: relative;
}

.sub-single__item-title span {
  font-weight: 500;
}

.sub-single__item-title::before {
  bottom: 0;
  color: #e7ede9;
  content: "Q";
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  left: -5.6rem;
  margin: auto;
  position: absolute;
  text-shadow: 1px 1px 0 #216d36, -1px 1px 0 #216d36, 1px -1px 0 #216d36, -1px -1px 0 #216d36, 1px 0 0 #216d36, 0 1px 0 #216d36, -1px 0 0 #216d36, 0 -1px 0 #216d36;
  top: -3.4rem;
}

.sub-single__item-desc {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 2.3rem;
}

.sub-single__inner-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 144rem;
  position: relative;
  width: 100%;
}

.sub-single__inner-wide::before {
  border-color: transparent transparent #b7cabd transparent;
  border-style: solid;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
}

.sub-single__inner-wide.-discussion {
  margin-bottom: 23.9rem;
}

.sub-single__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 116.4rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  width: 100%;
}

.sub-single__main-img {
  margin-top: 11.7rem;
  width: 100%;
}

.sub-single__main-img.-discussion {
  margin-top: 15.9rem;
}

.sub-single__btn {
  margin-top: 15.2rem;
  text-align: center;
}

.sub-single__btn .btn {
  margin-left: auto;
  margin-right: auto;
}

.sub-single-interview {
  margin-top: 7.3rem;
  padding-bottom: 13rem;
}

.sub-single-interview__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 104.6rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  width: 100%;
}

.sub-single-interview__title {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

.sub-single-interview__cards {
  margin-top: 5rem;
}

.sub-single-interview__card {
  margin-left: 2.15rem;
  margin-right: 2.15rem;
  position: relative;
}

.sub-single-interview__card:hover .sub-single-interview__card-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  /* 拡大 */
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.sub-single-interview__card:hover .sub-single-interview__card-more::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.sub-single-interview__card-img {
  overflow: hidden;
}

.sub-single-interview__card-img img {
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.sub-single-interview__card-department {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  display: inline-block;
  font-size: 1.2rem;
  left: 0;
  line-height: 1.48;
  margin: auto;
  padding-bottom: .9rem;
  padding-left: 2.1rem;
  padding-right: 2.1rem;
  padding-top: .9rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 26.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sub-single-interview__card-name {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 3.6rem;
  text-align: center;
}

.sub-single-interview__card-more {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #216d36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2.7rem;
  position: relative;
  text-align: center;
  width: 29.2rem;
}

.sub-single-interview__card-more::before {
  background-color: #222;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  margin-right: 1.2rem;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 17.3rem;
}

.sub-single-interview .slick-slide {
  height: auto;
}

.sub-single-interview .slide-arrow {
  background-color: #194d2a;
  border: none;
  cursor: pointer;
  height: 5.5rem;
  margin: auto;
  position: absolute;
  top: -8.7rem;
  width: 5.4rem;
  z-index: 1;
}

.sub-single-interview .slide-arrow::before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  left: -.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sub-single-interview .prev-arrow {
  right: 7.5rem;
}

.sub-single-interview .prev-arrow::before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  left: .5rem;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.sub-single-interview .next-arrow {
  right: 2rem;
}

.sub-single-interview .prev-arrow,
.sub-single-interview .next-arrow {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  position: absolute;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

.sub-single-interview .prev-arrow::before,
.sub-single-interview .next-arrow::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 1.1rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.1rem;
}

.sub-single-interview .prev-arrow:hover,
.sub-single-interview .next-arrow:hover {
  background-color: #216d36;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

.sub-single-interview .slide-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 15.8rem;
  text-align: center;
  top: -6.4rem;
}

.sub-single-interview .slide-dots li {
  display: inline-block;
  margin: 0;
}

.sub-single-interview .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.sub-single-interview .slide-dots li button::before {
  background-image: url(/recruit/img/common/dot.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: .9rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: .9rem;
}

.sub-single-interview .slide-dots li.slick-active button::before {
  background-image: url(/recruit/img/common/dot-active.svg);
}

.sub-single-interview button {
  background: none;
  border: none;
  outline: none;
  padding: 0 .9rem;
}

/* ==============================================================
*  セクション(sub-requirements)
* ============================================================ */
.sub-requirements {
  margin-top: 11rem;
  padding-bottom: 13rem;
}

.sub-requirements__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}

.sub-requirements__table {
  border-collapse: collapse;
  margin-top: 2.8rem;
  width: 100%;
}

.sub-requirements__table tr {
  display: block;
  padding-bottom: 1.3rem;
  padding-top: 1.6rem;
}

.sub-requirements__table tr:nth-of-type(odd) {
  background-color: #b7cabd;
  border-bottom: 1px solid #216d36;
  border-top: 1px solid #216d36;
}

.sub-requirements__table th {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  padding-left: 3.6rem;
  text-align: left;
  width: 19.7rem;
}

.sub-requirements__table td {
  font-size: 1.5rem;
  line-height: 2;
}

.sub-requirements__table td span {
  display: block;
  font-weight: 500;
}

.sub-requirements__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10rem;
}

.sub-requirements__link {
  min-width: 175px;
  text-align: center;
  width: 23.5rem;
}

.sub-requirements__link-title {
  font-size: 1.2rem;
  margin-top: 2.3rem;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.sub-requirements__link-title span {
  font-weight: 500;
}

.sub-requirements__link-icon {
  margin-left: auto;
  margin-right: auto;
  width: 10.6rem;
}

.sub-requirements__link-icon:hover + div {
  color: #c4c4c4;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.sub-requirements__contact {
  margin-top: 6.1rem;
  text-align: center;
}

.sub-requirements__contact span {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.sub-requirements__contact > span {
  margin-right: 1em;
}

.sub-requirements__contact span:nth-of-type(3) {
  display: block;
}

.sub-requirements__btn {
  margin-top: 11.5rem;
}

/* ==============================================================
*  セクション(sub-faq)
* ============================================================ */
.sub-faq {
  margin-top: 10.9rem;
  padding-bottom: 13rem;
}

.sub-faq__item-title-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #b7cabd;
  border-bottom: 1px solid #216d36;
  border-top: 1px solid #216d36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 3.6rem;
  padding-right: 9.8rem;
}

.sub-faq__item-title-area .english {
  color: #b7cabd;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 3rem;
  padding-bottom: 0;
  padding-top: 0;
  text-shadow: 1px 1px 0 #216d36, -1px 1px 0 #216d36, 1px -1px 0 #216d36, -1px -1px 0 #216d36, 1px 0 0 #216d36, 0 1px 0 #216d36, -1px 0 0 #216d36, 0 -1px 0 #216d36;
}

.sub-faq__item-title {
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
}

.sub-faq__text {
  padding-bottom: 5.8rem;
  padding-left: 9.8rem;
  padding-right: 10.2rem;
  padding-top: 3rem;
}

.sub-faq__desc {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.sub-faq__desc:not(:first-of-type) {
  margin-top: 3.2rem;
}

.sub-faq__btn {
  margin-top: 8.6rem;
}

/* ==============================================================
*  セクション(sub-culture)
* ============================================================ */
.sub-culture {
  margin-top: 11.3rem;
  padding-bottom: 13rem;
}

.sub-culture__container:not(:first-of-type) {
  margin-top: 11.3rem;
}

.sub-culture__img-group {
  display: -ms-grid;
  display: grid;
  margin-top: 7.2rem;
  gap: 0rem 6.19rem;
  margin-bottom: 6rem;
  -ms-grid-columns: (minmax(52.7rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(52.7rem, 1fr));
}

.sub-culture__caption {
  line-height: 2;
  font-size: 1.2rem;
  margin-top: 1.2rem;
}

.sub-culture__wrapper {
  margin-top: 11.4rem;
}

/* ==============================================================
*  セクション(sub-training)
* ============================================================ */
.sub-training {
  margin-top: 11.3rem;
  padding-bottom: 13rem;
}

.sub-training__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 0rem 6.19rem;
  -ms-grid-columns: (minmax(52.7rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(52.7rem, 1fr));
  margin-top: 9.9rem;
}

/* ==============================================================
*  セクション(sub-work)
* ============================================================ */
.sub-about-flow {
  margin-top: 9.4rem;
}

.sub-about-flow__bg {
  background-color: #b7cabd;
  padding: 6.2rem 19.6rem;
  position: relative;
}

.sub-about-flow__bg::after {
  background: #b7cabd;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 9999px;
}

.sub-about-flow__bg::after {
  right: 100%;
}

.sub-about-flow__link {
  height: 4.9rem;
  position: absolute;
}

.sub-about-flow__link:nth-of-type(1) {
  left: 19.6rem;
  top: 29.9rem;
  width: 35.7rem;
}

.sub-about-flow__link:nth-of-type(2) {
  right: 19.6rem;
  top: 29.9rem;
  width: 35.7rem;
}

.sub-about-flow__link:nth-of-type(3) {
  left: 19.6rem;
  top: 40.2rem;
  width: 65.1rem;
}

.sub-about-flow__link:nth-of-type(4) {
  left: 19.6rem;
  top: 55.5rem;
  width: 84.8rem;
}

.sub-work-department {
  margin-top: 11.9rem;
  padding-bottom: 13rem;
}

.sub-work-department__container:not(:first-of-type) {
  margin-top: 11.1rem;
}

.sub-work-department__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6rem;
  margin-top: 4.8rem;
}

.sub-work-department__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 52.7rem;
}

.sub-work-department__main-text {
  margin-left: 6.2rem;
  margin-top: 8.4rem;
}

.sub-work-department__main-text .sub-staff {
  margin-top: 2.4rem;
}

.sub-work-department__main-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}

.sub-work-department__main-title span {
  display: block;
  font-weight: 500;
}

.sub-work-department__main-desc {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 2.4rem;
}

.sub-work-department__list {
  display: -ms-grid;
  display: grid;
  gap: 6rem 6.2rem;
  -ms-grid-columns: (minmax(47%, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
}

.sub-work-department__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub-work-department__item-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  height: 6rem;
  padding-left: 3.6rem;
}

.sub-work-department__item-title .-main {
  color: #216d36;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-right: 2.2rem;
}

.sub-work-department__item-desc {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 2.4rem;
  margin-top: 2.1rem;
}

/* ==============================================================
*  セクション(sub-3min)
* ============================================================ */
.sub-3min-mv {
  background-image: url(/recruit/img/sub/3min/sub-3min-mv-pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 534px;
  padding-top: 6.6rem;
  text-align: center;
}

.sub-3min-mv__title {
  color: #fff;
  font-size: 10rem;
  line-height: 1.4;
}

.sub-3min-mv__title span {
  display: block;
  font-weight: 500;
}

.sub-3min-mv__english {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  width: 55.8rem;
}

.sub-3min-about {
  padding-top: 19.4rem;
}

.sub-3min-about__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 144rem;
  position: relative;
  width: 100%;
}

.sub-3min-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub-3min-about__item {
  position: relative;
}

.sub-3min-about__item::before {
  border-style: solid;
  content: "";
  height: 0;
  position: absolute;
}

.sub-3min-about__item:nth-of-type(odd)::before {
  border-color: transparent transparent #b7cabd transparent;
  border-width: 0 45.4rem 29rem 0;
  left: 0;
}

.sub-3min-about__item:nth-of-type(even) .sub-3min-about__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sub-3min-about__item:nth-of-type(even)::before {
  border-color: transparent transparent #b7cabd transparent;
  border-width: 0 0 29rem 45.4rem;
  right: 0;
}

.sub-3min-about__item:nth-of-type(1) .sub-3min-about__title {
  margin-left: -.6rem;
}

.sub-3min-about__item:nth-of-type(1) .sub-3min-about__title .title {
  margin-left: 8.6rem;
}

.sub-3min-about__item:nth-of-type(1) .sub-3min-about__img-area {
  margin-left: 3.5rem;
}

.sub-3min-about__item:nth-of-type(1)::before {
  bottom: -3.4rem;
}

.sub-3min-about__item:nth-of-type(2) {
  margin-top: 16.8rem;
}

.sub-3min-about__item:nth-of-type(2) .sub-3min-about__title {
  margin-left: .4rem;
}

.sub-3min-about__item:nth-of-type(2) .sub-3min-about__title .title {
  margin-left: 8.6rem;
}

.sub-3min-about__item:nth-of-type(2) .sub-3min-about__img-area {
  margin-top: -4.2rem;
}

.sub-3min-about__item:nth-of-type(2) .sub-3min-about__text {
  margin-left: 9.7rem;
}

.sub-3min-about__item:nth-of-type(2)::before {
  bottom: -8.7rem;
}

.sub-3min-about__item:nth-of-type(3) {
  margin-top: 20.1rem;
}

.sub-3min-about__item:nth-of-type(3) .sub-3min-about__title .title {
  margin-left: 9.2rem;
}

.sub-3min-about__item:nth-of-type(3) .sub-3min-about__img-area {
  margin-left: 3.6rem;
  margin-top: 4.5rem;
}

.sub-3min-about__item:nth-of-type(3)::before {
  bottom: -5.1rem;
}

.sub-3min-about__item:nth-of-type(4) {
  margin-top: 21.5rem;
}

.sub-3min-about__item:nth-of-type(4) .inner-small {
  max-width: 123.7rem;
  padding-left: 0;
  padding-right: 5.7rem;
}

.sub-3min-about__item:nth-of-type(4) .sub-3min-about__title {
  margin-left: .2rem;
}

.sub-3min-about__item:nth-of-type(4) .sub-3min-about__title .title {
  margin-left: 9rem;
}

.sub-3min-about__item:nth-of-type(4) .sub-3min-about__text {
  margin-left: 3.5rem;
}

.sub-3min-about__item:nth-of-type(4) .sub-3min-about__img-area {
  margin-top: -.9rem;
}

.sub-3min-about__item:nth-of-type(4)::before {
  bottom: -10.2rem;
}

.sub-3min-about__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -.3rem;
}

.sub-3min-about__title .number {
  color: #e7ede9;
  font-size: 9.5rem;
  font-weight: 700;
  text-shadow: .1rem .1rem 0 #216d36, -.1rem .1rem 0 #216d36, .1rem -.1rem 0 #216d36, -.1rem -.1rem 0 #216d36, .1rem 0 0 #216d36, 0 .1rem 0 #216d36, -.1rem 0 0 #216d36, 0 -.1rem 0 #216d36;
}

.sub-3min-about__title .title {
  color: #e7ede9;
  font-size: 4.5rem;
  font-weight: 700;
  position: relative;
  text-shadow: .1rem .1rem 0 #216d36, -.1rem .1rem 0 #216d36, .1rem -.1rem 0 #216d36, -.1rem -.1rem 0 #216d36, .1rem 0 0 #216d36, 0 .1rem 0 #216d36, -.1rem 0 0 #216d36, 0 -.1rem 0 #216d36;
}

.sub-3min-about__title .title::before {
  background-image: url(/recruit/img/sub/3min/gear.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 5.7rem;
  left: -7.2rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 5.7rem;
}

.sub-3min-about__lead {
  color: #216d36;
  font-size: 3.6rem;
  font-weight: 500;
  margin-top: 1.6rem;
  white-space: nowrap;
}

.sub-3min-about__lead.-first {
  margin-left: -2.4rem;
}

.sub-3min-about__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 49.1rem;
}

.sub-3min-about__desc {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 3.8rem;
}

.sub-3min-about__desc span {
  display: block;
}

.sub-3min-about__img.-first {
  width: 59.1rem;
}

.sub-3min-about__img.-second {
  margin-top: 1.8rem;
  width: 52.7rem;
}

.sub-3min-about__img figcaption {
  font-size: 1.4rem;
  margin-top: 2.3rem;
  text-align: center;
}

.sub-3min-about__img-text {
  color: #216d36;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.48;
}

.sub-3min-about__img-text span {
  color: #216d36;
  font-size: 9.5rem;
  font-weight: 700;
  left: -1.1rem;
  letter-spacing: .04em;
  margin-left: 3rem;
  position: relative;
  text-shadow: 0.1rem 0.1rem 0 #000, -0.1rem 0.1rem 0 #000, 0.1rem -0.1rem 0 #000, -0.1rem -0.1rem 0 #000, 0.1rem 0 0 #000, 0 0.1rem 0 #000, -0.1rem 0 0 #000, 0 -0.1rem 0 #000;
  top: 1.7rem;
}

.sub-3min-sales {
  margin-top: 25.5rem;
}

.sub-3min-sales__title {
  color: #216d36;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.48;
  text-align: center;
}

.sub-3min-sales__number-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 7.2rem;
  padding-left: .4rem;
}

.sub-3min-sales__number-title {
  color: #216d36;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.48;
  text-align: center;
}

.sub-3min-sales__number {
  color: #216d36;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.48;
}

.sub-3min-sales__number span {
  font-size: 10rem;
  font-weight: 700;
  margin-right: 1.5rem;
  text-shadow: 0.1rem 0.1rem 0 #000, -0.1rem 0.1rem 0 #000, 0.1rem -0.1rem 0 #000, -0.1rem -0.1rem 0 #000, 0.1rem 0 0 #000, 0 0.1rem 0 #000, -0.1rem 0 0 #000, 0 -0.1rem 0 #000;
}

.sub-3min-sales__number span:nth-of-type(2) {
  margin-left: 1.7rem;
}

.sub-3min-sales__note {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.48;
  text-align: right;
}

.sub-3min-sales__welfare {
  margin-left: auto;
  margin-right: auto;
  margin-top: 9.1rem;
  width: 91.3%;
}

.sub-3min-sales__welfare-title {
  color: #216d36;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.48;
  margin-bottom: 3.6rem;
  text-align: center;
}

.sub-3min-sales__list {
  display: -ms-grid;
  display: grid;
  gap: 0 3rem;
  -ms-grid-columns: (minmax(23.2rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(23.2rem, 1fr));
}

.sub-3min-sales__item-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #216d36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.8rem;
  height: 10.7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .1em;
  line-height: 1.48;
}

.sub-3min-sales__item-box span {
  font-weight: 500;
}

.sub-3min-sales__item-desc {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 1.2rem;
}

.sub-3min-sales__training {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  width: 91.3%;
}

.sub-3min-sales__training-title {
  color: #216d36;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.48;
  margin-bottom: 2.7rem;
  text-align: center;
}

.sub-3min-obsession {
  margin-top: 19.7rem;
}

.sub-3min-obsession__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 102.3rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  width: 100%;
}

.sub-3min-obsession__title {
  color: #216d36;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.48;
  text-align: center;
}

.sub-3min-obsession__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.1rem;
}

.sub-3min-obsession__item {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
  margin-top: 5rem;
  padding-top: 15rem;
  position: relative;
  width: 28rem;
}

.sub-3min-obsession__item::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: .7rem;
}

.sub-3min-obsession__item:nth-of-type(1)::before {
  background-image: url(/recruit/img/sub/3min/sub-3min-obsession01.svg);
  height: 12.3rem;
  width: 12.9rem;
}

.sub-3min-obsession__item:nth-of-type(2)::before {
  background-image: url(/recruit/img/sub/3min/sub-3min-obsession02.svg);
  height: 12.3rem;
  width: 12.3rem;
}

.sub-3min-obsession__item:nth-of-type(3)::before {
  background-image: url(/recruit/img/sub/3min/sub-3min-obsession03.svg);
  height: 12.3rem;
  width: 12.4rem;
}

.sub-3min-obsession__item:nth-of-type(4)::before {
  background-image: url(/recruit/img/sub/3min/sub-3min-obsession04.svg);
  height: 12.3rem;
  width: 12.8rem;
}

.sub-3min-obsession__item:nth-of-type(5)::before {
  background-image: url(/recruit/img/sub/3min/sub-3min-obsession05.svg);
  height: 12.3rem;
  width: 11.9rem;
}

.sub-3min-obsession__item-title {
  color: #216d36;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.48;
  text-align: center;
}

.sub-3min-obsession__item-desc {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 1.2rem;
}

/* ==============================================================
*  セクション(sub-discussion)
* ============================================================ */
.sub-discussion {
  margin-top: 12.1rem;
  padding-bottom: 28.2rem;
}

.sub-discussion__container {
  display: -ms-grid;
  display: grid;
  gap: 0 12.6rem;
  -ms-grid-columns: (minmax(49.1rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(49.1rem, 1fr));
}

.sub-discussion__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub-discussion__item:hover .sub-discussion__more::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.sub-discussion__item:hover .sub-discussion__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.sub-discussion .sub-section-title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.sub-discussion__text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-top: 3.6rem;
}

.sub-discussion__sub-title {
  color: #216d36;
  font-size: 2.4rem;
  font-weight: 500;
}

.sub-discussion__desc {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 2.7rem;
}

.sub-discussion__img {
  margin-top: 3rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  overflow: hidden;
}

.sub-discussion__img img {
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.sub-discussion__more {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #216d36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 3rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.sub-discussion__more::before {
  background-color: #222;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 417px;
}

.sub-discussion-intro {
  padding-bottom: .5rem;
}

.sub-discussion-intro__title {
  color: #216d36;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 7.2rem;
}

.sub-discussion-intro__sub-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.48;
  margin-top: 2.1rem;
}

.sub-discussion-intro__desc {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 6rem;
  width: 84.7rem;
}

.sub-discussion-intro__list {
  display: -ms-grid;
  display: grid;
  gap: 3rem 6.2rem;
  -ms-grid-columns: (minmax(52.7rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(52.7rem, 1fr));
  margin-top: 11.7rem;
}

.sub-discussion-intro__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12rem;
}

.sub-discussion-intro__text {
  margin-left: 3rem;
}

.sub-discussion-intro__name {
  font-size: 1.5rem;
  font-weight: 500;
}

.sub-discussion-intro__name span {
  color: #216d36;
  font-size: 1.5rem;
  font-weight: 500;
  margin-left: 1.5rem;
}

.sub-discussion-intro__dept {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-top: 2.3rem;
}

.sub-discussion-faq {
  margin-top: 11.4rem;
}

.sub-discussion-faq__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 128.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  width: 100%;
}

.sub-discussion-faq__title {
  color: #216d36;
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
}

.sub-discussion-faq__title span {
  font-weight: 500;
}

.sub-discussion-faq__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6.4rem;
}

.sub-discussion-faq__container.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sub-discussion-faq__container.-reverse .sub-discussion-faq__text-title-area {
  margin-left: -5.6rem;
  width: 64rem;
}

.sub-discussion-faq__img-group {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: .9rem;
  width: 49.1rem;
}

.sub-discussion-faq__img:not(:first-of-type) {
  margin-top: 4.6rem;
}

.sub-discussion-faq__text-title-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #216d36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  width: 54.8rem;
}

.sub-discussion-faq__text-title-area span {
  color: #e7ede9;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 1.5rem;
  text-shadow: 1px 1px 0 #216d36, -1px 1px 0 #216d36, 1px -1px 0 #216d36, -1px -1px 0 #216d36, 1px 0 0 #216d36, 0 1px 0 #216d36, -1px 0 0 #216d36, 0 -1px 0 #216d36;
}

.sub-discussion-faq__text-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}

.sub-discussion-faq__answer {
  margin-left: auto;
  margin-top: 3.2rem;
  width: 78.3%;
}

.sub-discussion-faq__answer.-small {
  margin-left: 0;
  width: 86.3%;
}

.sub-discussion-faq__answer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-discussion-faq__answer-item:not(:first-of-type) {
  margin-top: 3rem;
}

.sub-discussion-faq__answer-name {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: calc(30 / 18);
}

.sub-discussion-faq__answer-desc {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  margin-left: 2.6rem;
}

.sub-discussion-end {
  margin-top: 13.9rem;
}

.sub-discussion-end__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sub-discussion-end__container:hover .sub-discussion-end__more::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.sub-discussion-end__img {
  width: 50.9rem;
}

.sub-discussion-end__text {
  margin-left: 3.6rem;
  width: 41.2rem;
}

.sub-discussion-end__sub-title {
  color: #216d36;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 2.7rem;
}

.sub-discussion-end__desc {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 2.7rem;
}

.sub-discussion-end__more {
  color: #216d36;
  font-size: 1.2rem;
  margin-top: 3.2rem;
  position: relative;
  text-align: right;
  width: 100%;
}

.sub-discussion-end__more::before {
  background-color: #222;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 338px;
}

.sub-discussion-end__btn {
  margin-top: 7.2rem;
}

.sub-discussion-end__btn a {
  margin-left: auto;
  margin-right: auto;
}

/* ==============================================================
*  レスポンシブPC(common)
* ============================================================ */
@media screen and (min-width: 768px) {
  .footer__list {
    margin-left: calc(0px + ((1vw - 7.68px) * (103 / 5.12)));
  }
  .footer__item:not(:first-of-type) {
    margin-left: calc(20px + ((1vw - 7.68px) * (10 / 5.12)));
  }
}

@media screen and (min-width: 1280px) {
  .footer__list {
    margin-left: 103px;
  }
  .footer__item:not(:first-of-type) {
    margin-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .sub-staff__more::before {
    width: calc(128px + ((1vw - 7.68px) * (120 / 5.12)));
  }
}

@media screen and (min-width: 1280px) {
  .sub-staff__more::before {
    width: 248px;
  }
}

/* ==============================================================
*  レスポンシブPC(home)
* ============================================================ */
@media screen and (max-width: 1600px) {
  .home-mv__title {
    font-size: 7vw;
    margin-top: 1.3vw;
    margin-bottom: -1.05vw;
  }
  .home-mv__catch {
    font-size: 2.5vw;
  }
}

/* ==============================================================
*  レスポンシブPC(sub-interview)
* ============================================================ */
@media screen and (min-width: 768px) {
  .sub-interview__card-more::before {
    width: calc(143px + ((1vw - 7.68px) * (123 / 5.12)));
  }
}

@media screen and (min-width: 1280px) {
  .sub-interview__card-more::before {
    width: 266px;
  }
}

@media screen and (min-width: 768px) {
  .sub-single::before {
    border-width: calc(52px + ((1vw - 7.68px) * (82 / 6.72))) calc(80px + ((1vw - 7.68px) * (130 / 6.72))) 0 0;
  }
  .sub-single__inner-wide::before {
    border-width: 0 0 83.8rem 129rem;
    top: -5.7rem;
  }
  .sub-single__inner-wide.-discussion::before {
    top: -22.2rem;
  }
  .sub-single-interview__card-more::before {
    width: calc(113px + ((1vw - 7.68px) * (103 / 5.12)));
  }
}

@media screen and (min-width: 1280px) {
  .sub-single__inner-wide::before {
    border-width: 0 0 calc(838px + ((1vw - 12.8px) * (80 / 1.6))) calc(1280px + ((1vw - 12.8px) * (160 / 1.6)));
    top: calc(-57px + ((1vw - 12.8px) * (-46 / 1.6)));
  }
  .sub-single__inner-wide.-discussion::before {
    top: calc(-222px + ((1vw - 12.8px) * (-35 / 1.6)));
  }
}

@media screen and (min-width: 1440px) {
  .sub-single::before {
    border-width: 134px 210px 0 0;
  }
  .sub-single__inner-wide::before {
    border-width: 0 0 918px 1440px;
    top: -103px;
  }
  .sub-single__inner-wide.-discussion::before {
    top: -257px;
  }
  .sub-single-interview__card-more::before {
    width: 216px;
  }
}

/* ==============================================================
*  レスポンシブPC(sub-requirements)
* ============================================================ */
/* ==============================================================
*  レスポンシブPC(sub-faq)
* ============================================================ */
/* ==============================================================
*  レスポンシブPC(sub-culture)
* ============================================================ */
/* ==============================================================
*  レスポンシブPC(sub-training)
* ============================================================ */
/* ==============================================================
*  レスポンシブPC(sub-work)
* ============================================================ */
/* ==============================================================
*  レスポンシブPC(sub-3min)
* ============================================================ */
@media screen and (min-width: 768px) {
  .sub-3min-mv {
    height: calc(285px + ((1vw - 7.68px) * (249 / 6.72)));
  }
}

@media screen and (min-width: 1440px) {
  .sub-3min-mv {
    height: 534px;
  }
}

/* ==============================================================
*  レスポンシブPC(sub-discussion)
* ============================================================ */
@media screen and (min-width: 768px) {
  .sub-discussion__more::before {
    width: calc(223px + ((1vw - 7.68px) * (194 / 5.12)));
  }
}

@media screen and (min-width: 1280px) {
  .sub-discussion__more::before {
    width: 417px;
  }
}

/* ==============================================================
*  レスポンシブPC(sub-discussion-end)
* ============================================================ */
@media screen and (min-width: 768px) {
  .sub-discussion-end__more::before {
    width: calc(180px + ((1vw - 7.68px) * (158 / 5.12)));
  }
}

@media screen and (min-width: 1280px) {
  .sub-discussion-end__more::before {
    width: 338px;
  }
}

/* ==============================================================
*  レスポンシブSP(common)
* ============================================================ */
@media screen and (max-width: 767px) {
  .main {
    margin-top: 15vw;
  }
  .inner,
  .inner-small {
    padding-left: 6.8vw;
    padding-right: 6.8vw;
  }
  .english-title {
    font-size: 12.1vw;
  }
  .btn {
    font-size: 4.2vw;
    margin-right: auto;
    padding-bottom: 3.65vw;
    padding-top: 3.65vw;
    width: 56vw;
  }
  .page-top {
    bottom: 39.5vw;
    position: fixed;
    right: 5.5vw;
  }
  .page-top a {
    font-size: 3.7vw;
    padding: 2vw;
  }
  .page-top a::before {
    height: 19.7vw;
    right: -1vw;
    top: -21.5vw;
    width: 2.15vw;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 15vw;
    padding-left: 6.5vw;
  }
  .header__logo {
    margin-top: 0.8rem;
    width: 30.8vw;
  }
  .header__title {
    font-size: 2.4vw;
    margin-left: 3.5vw;
    line-height: 1;
    margin-top: 0;
  }
  .header__title span {
    font-size: 2.4vw;
    margin-top: 1.1vw;
    display: inline-block;
  }
  .hamburgerArea {
    width: 22.5vw;
  }
  .hamburger {
    background-color: #194d2a;
    height: 100%;
    right: 0;
    width: 22.5vw;
  }
  .hamburger span {
    width: 9.5vw;
  }
  .hamburger__lineTop {
    top: 5.6vw;
  }
  .hamburger__lineCenter {
    top: 7.7vw;
  }
  .hamburger__lineBottom {
    top: 9.8vw;
  }
  .nav-drawer {
    height: calc(100vh - 15vw);
    padding-left: 6.9vw;
    padding-top: 21.4vw;
    top: 15vw;
    overflow-y: scroll;
    padding-bottom: 23vw;
    width: 100%;
  }
  .nav-drawer__nav {
    overflow-y: auto;
  }
  .nav-drawer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 4.7vw;
    line-height: 1;
  }
  .nav-drawer__item:not(:first-of-type) {
    margin-top: 11.1vw;
  }
  .nav-drawer__list-child {
    font-size: 3.76vw;
    margin-left: 10.3vw;
    margin-top: -1vw;
  }
  .nav-drawer__list-child.-recruit {
    margin-left: 15vw;
  }
  .nav-drawer__item-child:not(:first-of-type) {
    margin-top: 4.2vw;
  }
  .nav-drawer__item-child.-site {
    margin-top: 10.5vw;
  }
  .nav-drawer__link-child {
    font-size: 3.76vw;
    line-height: 1.5;
  }
  .nav-drawer__link-child.-site {
    font-size: 3.2vw;
  }
  .nav-drawer__link-child span {
    display: block;
  }
  .open .hamburger {
    background-color: #216d36;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .open .hamburger__lineTop {
    top: 8vw;
  }
  .open .hamburger__lineBottom {
    top: 8vw;
  }
  .open .hamburger span {
    background-color: #fff;
    width: 6.7vw;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    background-color: #fff;
    color: #222;
    padding-bottom: 25vw;
    padding-top: 24.3vw;
  }
  .footer__inner {
    padding-left: 6.5vw;
    padding-right: 25vw;
  }
  .footer__top {
    border-top: 1px solid #c4c4c4;
    display: block;
    padding-top: 7vw;
  }
  .footer__logo {
    width: 37vw;
  }
  .footer__top-text {
    display: block;
    margin-top: 8vw;
  }
  .footer__privacy {
    color: #222;
    font-size: 3.2vw;
    line-height: 1;
  }
  .footer__site {
    color: #216d36;
    font-size: 3.2vw;
    line-height: 1;
    margin-left: 0;
    margin-top: 5vw;
  }
  .footer__bottom {
    display: block;
    margin-top: 6.3vw;
  }
  .footer__address {
    font-size: 3.2vw;
    margin-right: 0;
  }
  .footer__address span {
    display: block;
  }
  .footer__address span:nth-of-type(2) {
    left: 0;
  }
  .footer__link-entry {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #194d2a;
    bottom: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.9vw;
    height: 17vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 20;
  }
}

@media screen and (max-width: 767px) {
  .sub-mv__title {
    font-size: 5.6vw;
    margin-top: 9.6vw;
  }
  .sub-mv__title span {
    margin-top: 3.4vw;
  }
  .sub-mv__bg {
    width: 100%;
  }
  .sub-mv__bg::before {
    border-width: 0 0 24vw 37.5vw;
  }
  .sub-faq-title {
    width: 86vw;
  }
  .sub-requirements-title {
    width: 86.4vw;
  }
  .sub-work-title {
    width: 66vw;
  }
  .sub-interview-title {
    width: 87.4vw;
  }
  .sub-section-title {
    font-size: 4.8vw;
    height: 12vw;
    padding-left: 5.2vw;
  }
  .sub-section-title::before {
    border-width: 0 0 12vw 18.3vw;
  }
  .sub-container-title {
    font-size: 6.4vw;
  }
  .sub-discussion-title {
    width: 61.3vw;
  }
  .sub-container-cards.-middle, .sub-container-cards.-low, .sub-container-cards.-high {
    margin-top: 9.5vw;
  }
  .sub-container-cards.-two, .sub-container-cards.-three, .sub-container-cards.-six {
    display: block;
  }
  .sub-container-card:not(:first-of-type) {
    margin-top: 10vw;
  }
  .sub-container-card__title {
    font-size: 5.2vw;
    margin-bottom: 6.5vw;
    padding-bottom: 4vw;
    padding-top: 4vw;
  }
  .sub-container-card__sub-title {
    font-size: 4.8vw;
    margin-bottom: 2.5vw;
  }
  .sub-container-card__desc {
    font-size: 4vw;
  }
  .sub-container-card__number {
    font-size: 7vw;
  }
  .sub-container-card__number span {
    font-size: 20vw;
    margin-right: 3vw;
  }
  .sub-container-card__number-note {
    font-size: 4vw;
    margin-top: 2vw;
  }
  .sub-btn {
    font-size: 6.4vw;
    height: 22vw;
    padding-top: 5.4vw;
    width: 100%;
  }
  .sub-btn span {
    font-size: 3.2vw;
    margin-top: 2vw;
  }
  .sub-staff {
    margin-top: 6.5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-top: 5vw;
  }
  .sub-staff.-discussion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 3.5vw;
    padding-right: 3.5vw;
  }
  .sub-staff.-discussion .sub-staff__img {
    width: 30.2vw;
  }
  .sub-staff.-discussion .sub-staff__text {
    margin-left: 6vw;
    width: 40vw;
  }
  .sub-staff__img {
    width: 30vw;
  }
  .sub-staff__text {
    margin-left: 6.2vw;
  }
  .sub-staff__name {
    font-size: 4vw;
  }
  .sub-staff__name span {
    display: block;
    font-size: 4vw;
    margin-left: 0;
    margin-top: 3vw;
  }
  .sub-staff__dept {
    font-size: 3.15vw;
    margin-top: 2.4vw;
  }
  .sub-staff__dept.-discussion {
    margin-top: 3vw;
  }
  .sub-staff__year {
    font-size: 3.15vw;
  }
  .sub-staff__desc.-discussion {
    font-size: 3.23vw;
    margin-top: 5vw;
  }
  .sub-staff__more {
    font-size: 3.2vw;
    margin-top: 4.2vw;
    width: 40.3vw;
  }
  .sub-staff__more::before {
    margin-right: 3.3vw;
    width: 21vw;
  }
}

/* ==============================================================
*  レスポンシブSP(home)
* ============================================================ */
@media screen and (max-width: 767px) {
  .home-mv__bg-wrapper {
    max-height: none;
    top: 15vw;
  }
  .home-mv__bg {
    height: calc( var(--vh) * 100 - 32vw);
    max-height: none;
  }
  .home-mv__bg:nth-of-type(1) {
    background-image: url(/recruit/img/home/home-mv02-sp.jpg);
  }
  .home-mv__bg:nth-of-type(2) {
    background-image: url(/recruit/img/home/home-mv01-sp.jpg);
  }
  .home-mv__bg:nth-of-type(3) {
    background-image: url(/recruit/img/home/home-mv03-sp.jpg);
  }
  .home-mv__bg:nth-of-type(4) {
    background-image: url(/recruit/img/home/home-mv04-sp.jpg);
  }
  .home-mv__inner {
    height: calc( var(--vh) * 100 - 32vw);
    max-height: none;
    padding-bottom: 9.5vw;
  }
  .home-mv__title {
    font-size: 9.6vw;
    line-height: 1.08;
    margin-top: 3.8vw;
  }
  .home-mv__catch {
    font-size: 4.8vw;
  }
}

@media screen and (max-width: 767px) {
  .home-btns {
    margin-top: 20.6vw;
  }
  .home-btns.-sub {
    padding-bottom: 13.5vw;
  }
  .home-btns__inner {
    padding-bottom: 13.3vw;
    padding-left: 6.8vw;
    padding-right: 6.8vw;
    padding-top: 12vw;
  }
  .home-btns__container {
    display: block;
    height: auto;
    padding: 0;
  }
  .home-btns__recruit {
    display: block;
    width: 100%;
  }
  .home-btns__recruit-link {
    font-size: 4.8vw;
    line-height: 1;
    padding-bottom: 8.6vw;
    padding-top: 9.6vw;
    width: 100%;
  }
  .home-btns__recruit-link span {
    font-size: 3.2vw;
    line-height: 1;
    margin-top: 2vw;
  }
  .home-btns__img {
    background-image: url(/recruit/img/home/home-btns-sp.jpg);
    height: 48.8vw;
    width: 100%;
  }
  .home-btns__dark {
    margin-top: 3.5vw;
    width: 100%;
  }
  .home-btns__dark-link {
    font-size: 4.8vw;
    line-height: 1;
    padding-bottom: 6.5vw;
    padding-top: 6vw;
  }
  .home-btns__dark-link span {
    font-size: 3.2vw;
    line-height: 1;
    margin-top: 1.5vw;
  }
}

@media screen and (max-width: 767px) {
  .home-about {
    background-color: #e7ede9;
    margin-top: 9.5vw;
  }
  .home-about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 10.6vw;
    padding-left: 0;
    padding-top: 9.8vw;
  }
  .home-about__text {
    margin-left: 0;
    margin-top: 10vw;
    max-width: none;
    z-index: 1;
  }
  .home-about__title {
    bottom: auto;
    right: 0;
    top: 63vw;
    z-index: 1;
    width: 58.5vw;
  }
  .home-about__sub-title {
    font-size: 8vw;
    line-height: 1;
  }
  .home-about__sub-title span {
    font-size: 3.7vw;
    margin-bottom: 5.3vw;
    line-height: 1;
  }
  .home-about__img {
    width: 100%;
  }
  .home-about__img::before {
    bottom: -41vw;
    height: 32vw;
    left: auto;
    right: -.3vw;
    width: 32vw;
  }
  .home-about__desc {
    font-size: 4vw;
    line-height: 2;
    margin-top: 4vw;
  }
  .home-about__btn {
    margin-top: 6.5vw;
  }
}

@media screen and (max-width: 767px) {
  .home-interview {
    margin-top: 19.8vw;
  }
  .home-interview .inner {
    padding-left: 6.8vw;
    padding-right: 6.8vw;
  }
  .home-interview__title {
    left: -1vw;
    top: -2vw;
    width: 41vw;
  }
  .home-interview__sub-title {
    color: #222;
    font-size: 6.35vw;
    text-align: right;
    top: -1vw;
  }
  .home-interview__sub-title span {
    color: #216d36;
    font-size: 3.7vw;
    margin-bottom: 5vw;
  }
  .home-interview__bg {
    height: 251vw;
    margin-top: -65.5vw;
    right: 8vw;
    width: 139%;
  }
  .home-interview__bg::before, .home-interview__bg::after {
    height: 251vw;
  }
  .home-interview__triangle::before {
    right: 25vw;
  }
  .home-interview__slides-wrapper {
    padding-right: 0;
    top: 68.2vw;
    width: 86.5%;
  }
  .home-interview__slide {
    width: 46%;
  }
  .home-interview__slide:not(:first-of-type) {
    margin-left: 0;
  }
  .home-interview__slide-top, .home-interview__slide-bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: auto;
  }
  .home-interview__slide-bottom {
    margin-left: 0;
    margin-top: 9vw;
  }
  .home-interview__slide-department {
    display: flex;
    font-size: 3.2vw;
    padding-bottom: 2.2vw;
    padding-left: 5.3vw;
    padding-right: 5.3vw;
    padding-top: 2.2vw;
    position: relative;
    top: -5vw;
  }
  .home-interview__slide-name {
    font-size: 4.7vw;
    margin-top: -1vw;
  }
  .home-interview__slide-more {
    font-size: 3.1vw;
    margin-top: 5.4vw;
    width: 100%;
  }
  .home-interview__slide-more::before {
    top: 1vw;
    width: 20.5vw;
  }
  .home-interview__btn {
    left: 0;
    margin-top: 7vw;
    top: 0;
  }
  .home-interview__btn .btn {
    margin-left: auto;
    margin-right: 0;
  }
  .home-interview .slide-arrow {
    height: 14.6vw;
    top: 148vw;
    width: 13.8vw;
  }
  .home-interview .prev-arrow {
    right: 14.1vw;
  }
  .home-interview .prev-arrow::before {
    left: 2vw;
  }
  .home-interview .next-arrow {
    right: 0;
  }
  .home-interview .next-arrow::before {
    left: -2vw;
  }
  .home-interview .prev-arrow::before,
  .home-interview .next-arrow::before {
    height: 3vw;
    width: 3vw;
  }
  .home-interview .slide-dots {
    left: 0;
    right: 0;
    top: 153.8vw;
  }
  .home-interview .slide-dots li {
    margin: 0 1.5vw 0;
  }
  .home-interview .slide-dots li button::before {
    height: 2.5vw;
    width: 2.5vw;
  }
  .home-interview button {
    padding: 0 .9vw;
  }
}

@media screen and (max-width: 767px) {
  .home-info {
    margin-top: 8.5vw;
    position: relative;
  }
  .home-info::after {
    background-color: #fff;
    content: none;
    height: 179vw;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 6.8vw;
    z-index: 3;
  }
  .home-info__title {
    left: -1.3vw;
    top: .6vw;
    width: 82.3vw;
  }
  .home-info__container {
    padding-top: 9vw;
  }
  .home-info__container::before {
    left: 0;
    right: -6.8vw;
    z-index: 4;
  }
  .home-info__bg:after, .home-info__bg::before {
    height: 90vw;
    right: -6.8vw;
    width: calc(100% + 6.8vw);
    z-index: 6;
  }
  .home-info__bg.is-inview::before, .home-info__bg.is-inview::after {
    right: -116%;
  }
  .home-info__cards {
    gap: 14.4vw 0;
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    padding: 0;
    z-index: 5;
  }
  .home-info__menu {
    bottom: -6.5vw;
    font-size: 4vw;
    padding-bottom: 4.485vw;
    padding-top: 4.485vw;
    width: 60.3vw;
  }
}

@media screen and (max-width: 767px) {
  .home-know {
    padding-top: 15.6vw;
  }
  .home-know__list {
    display: block;
  }
  .home-know__item {
    width: 100%;
  }
  .home-know__link {
    font-size: 6.4vw;
    line-height: 1;
    padding-bottom: 9.7vw;
    padding-top: 8.7vw;
  }
  .home-know__link span {
    font-size: 3.15vw;
    line-height: 1;
    margin-top: 2.7vw;
  }
  .home-know__bg {
    height: 28.8vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-interview)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-interview {
    margin-top: 16.7vw;
    padding-bottom: 30vw;
  }
  .sub-interview__inner {
    padding-left: 6.8vw;
    padding-right: 6.8vw;
  }
  .sub-interview__cards {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sub-interview__card {
    margin-left: 0;
    margin-right: 0;
    width: 46%;
  }
  .sub-interview__card:nth-of-type(5) {
    margin-right: 0;
  }
  .sub-interview__card:nth-of-type(9) {
    margin-left: 0;
  }
  .sub-interview__card:nth-of-type(10) {
    margin-right: 0;
  }
  .sub-interview__card:nth-of-type(14) {
    margin-left: 0;
  }
  .sub-interview__card:nth-of-type(15) {
    margin-right: 0;
  }
  .sub-interview__card:nth-child(n + 4) {
    margin-top: 0;
  }
  .sub-interview__card:nth-child(n + 3) {
    margin-top: 9vw;
  }
  .sub-interview__card:nth-of-type(even) {
    margin-left: 8%;
  }
  .sub-interview__card-department {
    display: flex;
    font-size: 3.2vw;
    padding-bottom: 2.2vw;
    padding-left: 5.5vw;
    padding-right: 5.5vw;
    padding-top: 2.2vw;
    position: relative;
    top: -4.5vw;
  }
  .sub-interview__card-name {
    font-size: 4.8vw;
    margin-top: -1vw;
  }
  .sub-interview__card-more {
    font-size: 3.1vw;
    margin-top: 3.5vw;
    width: 40vw;
  }
  .sub-interview__card-more::before {
    width: 20vw;
  }
}

@media screen and (max-width: 767px) {
  .sub-single::before {
    content: none;
  }
  .sub-single__mv-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }
  .sub-single__mv-text {
    margin-top: 8.1vw;
    padding-left: 6.8vw;
    padding-right: 6.8vw;
    padding-top: 0;
  }
  .sub-single__mv-title {
    font-size: 6.4vw;
  }
  .sub-single__mv-name {
    font-size: 4.8vw;
    margin-top: 6.6vw;
  }
  .sub-single__mv-english {
    margin-top: 2.5vw;
  }
  .sub-single__mv-english.-one {
    width: 64vw;
  }
  .sub-single__mv-english.-two {
    width: 87vw;
  }
  .sub-single__mv-english.-three {
    width: 87vw;
  }
  .sub-single__mv-english.-four {
    width: 82vw;
  }
  .sub-single__mv-english.-five {
    width: 85vw;
  }
  .sub-single__mv-english.-six {
    width: 58.93vw;
  }
  .sub-single__mv-english.-seven {
    width: 82vw;
  }
  .sub-single__mv-english.-eight {
    width: 70.37vw;
  }
  .sub-single__mv-english.-nine {
    width: 64vw;
  }
  .sub-single__mv-english.-ten {
    width: 87vw;
  }
  .sub-single__mv-english.-eleven {
    width: 86vw;
  }

  .sub-single__mv-dept {
    font-size: 4vw;
    margin-top: 6vw;
  }
  .sub-single__mv-year {
    font-size: 3.2vw;
    margin-top: 5.3vw;
  }
  .sub-single__mv-img {
    position: relative;
    right: 0;
    width: 100%;
  }
  .sub-single__mv-img::before {
    border-color: transparent transparent #216d36 transparent;
    border-style: solid;
    border-width: 0 0 24vw 37.5vw;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
  }
  .sub-single__inner {
    padding-left: 6.8vw;
    padding-right: 6.8vw;
  }
  .sub-single__list {
    display: block;
  }
  .sub-single__list.-top {
    margin-top: 22vw;
  }
  .sub-single__list.-bottom {
    margin-top: 29vw;
  }
  .sub-single__item {
    margin-top: 8vw;
    padding-bottom: 1vw;
    width: 100%;
  }
  .sub-single__item.-img {
    padding-bottom: 0;
  }
  .sub-single__item-title {
    font-size: 4.8vw;
    line-height: 1.5;
    padding-left: 13vw;
  }
  .sub-single__item-title span {
    display: block;
  }
  .sub-single__item-title::before {
    font-size: 12vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    top: 0;
  }
  .sub-single__item-desc {
    font-size: 4vw;
    margin-top: 2.3vw;
    padding-left: 13vw;
  }
  .sub-single__inner-wide::before {
    border-width: 0 0 92.6vw 145vw;
    left: -43vw;
    top: -16vw;
  }
  .sub-single__inner-wide.-discussion {
    margin-bottom: 22vw;
  }
  .sub-single__inner-wide.-discussion::before {
    top: -18vw;
  }
  .sub-single__main-img {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 16.5vw;
    width: 100vw;
  }
  .sub-single__main-img.-discussion {
    margin-top: 12vw;
  }
  .sub-single__btn {
    margin-top: 19vw;
  }
  .sub-single-interview {
    margin-top: 9vw;
    padding-bottom: 49.5vw;
  }
  .sub-single-interview__inner {
    padding-left: 3.8vw;
    padding-right: 3.8vw;
  }
  .sub-single-interview__title {
    font-size: 4.8vw;
  }
  .sub-single-interview__cards {
    margin-top: 8vw;
  }
  .sub-single-interview__card {
    margin-left: 3vw;
    margin-right: 3vw;
  }
  .sub-single-interview__card-department {
    font-size: 3.3vw;
    padding-bottom: 2.3vw;
    padding-left: 5.5vw;
    padding-right: 5.5vw;
    padding-top: 2.3vw;
    top: 35.6vw;
  }
  .sub-single-interview__card-name {
    font-size: 4.8vw;
    margin-top: 10vw;
  }
  .sub-single-interview__card-more {
    font-size: 3.1vw;
    margin-top: 5.3vw;
    width: 40vw;
  }
  .sub-single-interview__card-more::before {
    width: 21vw;
  }
  .sub-single-interview .slide-arrow {
    background-color: #194d2a;
    border: none;
    bottom: -25vw;
    cursor: pointer;
    height: 8.4vw;
    margin: auto;
    position: absolute;
    top: auto;
    width: 8.4vw;
    z-index: 1;
  }
  .sub-single-interview .slide-arrow::before {
    left: -2vw;
  }
  .sub-single-interview .prev-arrow {
    left: 35vw;
    right: auto;
  }
  .sub-single-interview .prev-arrow::before {
    left: 2vw;
  }
  .sub-single-interview .next-arrow {
    right: 35vw;
  }
  .sub-single-interview .prev-arrow::before,
  .sub-single-interview .next-arrow::before {
    height: 3vw;
    width: 3vw;
  }
  .sub-single-interview .slide-dots {
    bottom: -8vw;
    left: 0;
    right: auto;
    right: 0;
    top: auto;
  }
  .sub-single-interview .slide-dots li {
    margin: 11vw 1.5vw 0;
  }
  .sub-single-interview .slide-dots li button::before {
    height: 2.5vw;
    top: 3vw;
    width: 2.5vw;
  }
  .sub-single-interview button {
    padding: 0 .9vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-requirements)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-requirements {
    margin-top: 16vw;
    padding-bottom: 30vw;
  }
  .sub-requirements__title {
    font-size: 4.8vw;
  }
  .sub-requirements__table {
    margin-top: 7.7vw;
  }
  .sub-requirements__table th {
    font-size: 3.7vw;
    padding-left: 6vw;
    width: 31.5vw;
  }
  .sub-requirements__table tr:nth-of-type(odd) {
    padding-bottom: 4.6vw;
    padding-top: 4.2vw;
  }
  .sub-requirements__table tr:nth-of-type(even) {
    padding-bottom: 3.1vw;
    padding-top: 3.1vw;
  }
  .sub-requirements__table td {
    font-size: 3.7vw;
    padding-right: 4.8vw;
  }
  .sub-requirements__links {
    margin-top: 13vw;
  }
  .sub-requirements__link {
    min-width: auto;
    width: 40vw;
  }
  .sub-requirements__link-title {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .sub-requirements__link-title span {
    display: block;
  }
  .sub-requirements__link-icon {
    width: 24vw;
  }
  .sub-requirements__contact {
    margin-top: 8.8vw;
  }
  .sub-requirements__contact span {
    display: block;
    font-size: 3.7vw;
  }
  .sub-requirements__btn {
    margin-top: 19.5vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-faq)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-faq {
    margin-top: 15.8vw;
    padding-bottom: 30vw;
  }
  .sub-faq__item-title {
    padding-bottom: 5.8vw;
    padding-top: 5.8vw;
  }
  .sub-faq__item-title-area {
    font-size: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .sub-faq__item-title-area .english {
    font-size: 12vw;
    margin-right: 4.5vw;
  }
  .sub-faq__text {
    padding-bottom: 11.6vw;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6.5vw;
  }
  .sub-faq__desc {
    font-size: 4vw;
  }
  .sub-faq__desc:not(:first-of-type) {
    margin-top: 8vw;
  }
  .sub-faq__btn {
    margin-top: 7.2vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-culture)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-culture {
    margin-top: 16vw;
    padding-bottom: 30vw;
  }
  .sub-culture__wrapper {
    margin-top: 16.5vw;
  }
  .sub-culture__container:not(:first-of-type) {
    margin-top: 16.5vw;
  }
  .sub-culture__img-group {
    display: block;
    margin-bottom: 0;
    margin-top: 8.2vw;
  }
  .sub-culture__caption {
    font-size: 3.2vw;
    margin-top: 3vw;
  }
  .sub-culture__img:not(:first-of-type) {
    margin-top: 8vw;
  }
  .sub-culture-title {
    width: 87vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-training)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-training {
    margin-top: 16vw;
    padding-bottom: 30vw;
  }
  .sub-training__wrapper {
    display: block;
    margin-top: 19vw;
  }
  .sub-training__container:not(:first-of-type) {
    margin-top: 19.2vw;
  }
  .sub-training-title {
    width: 86.2vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-work)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-about-flow {
    background-color: #b7cabd;
    margin-top: 16.8vw;
  }
  .sub-about-flow__bg {
    padding: 10.5vw 0;
  }
  .sub-about-flow__link:nth-of-type(1) {
    height: 13.5vw;
    left: 0vw;
    top: 47vw;
    width: 37.5vw;
  }
  .sub-about-flow__link:nth-of-type(2) {
    height: 13.5vw;
    right: 0vw;
    top: 47vw;
    width: 37.5vw;
  }
  .sub-about-flow__link:nth-of-type(3) {
    height: 12vw;
    left: 0;
    top: 72vw;
    width: 50.5vw;
  }
  .sub-about-flow__link:nth-of-type(4) {
    height: 13vw;
    left: 0;
    top: 102.5vw;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sub-work-department {
    margin-top: 16.1vw;
    padding-bottom: 30vw;
  }
  .sub-work-department__container {
    padding-left: 0;
    padding-right: 0;
  }
  .sub-work-department__container:not(:first-of-type) {
    margin-top: 35vw;
  }
  .sub-work-department__main {
    display: block;
    margin-bottom: 8.2vw;
    margin-top: 6.6vw;
  }
  .sub-work-department__img {
    width: 100%;
  }
  .sub-work-department__main-text {
    margin-left: 0;
    margin-top: 8vw;
  }
  .sub-work-department__main-title {
    font-size: 4.79vw;
  }
  .sub-work-department__main-title span {
    display: inline;
  }
  .sub-work-department__main-desc {
    font-size: 4vw;
    margin-top: 4vw;
  }
  .sub-work-department__list {
    gap: unset;
    -ms-grid-columns: none;
        grid-template-columns: none;
  }
  .sub-work-department__item-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 15.4vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
  .sub-work-department__item-title .-main {
    font-size: 4.8vw;
    margin-right: 0;
  }
  .sub-work-department__item-sub-title {
    font-size: 4.78vw;
    font-weight: 500;
    margin-top: 6.2vw;
  }
  .sub-work-department__item-desc {
    font-size: 4.1vw;
    line-height: 1.94;
    margin-top: 3.7vw;
  }
  .sub-work-department .slick-slide {
    height: auto;
  }
  .sub-work-department .slide-arrow {
    background-color: #194d2a;
    border: none;
    bottom: -17vw;
    cursor: pointer;
    height: 8.4vw;
    margin: auto;
    position: absolute;
    top: auto;
    width: 8.4vw;
    z-index: 1;
  }
  .sub-work-department .slide-arrow::before {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    left: 1vw;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sub-work-department .prev-arrow {
    left: 32vw;
  }
  .sub-work-department .prev-arrow::before {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    left: 2vw;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .sub-work-department .next-arrow {
    right: 32vw;
  }
  .sub-work-department .next-arrow::before {
    left: -2vw;
  }
  .sub-work-department .prev-arrow,
  .sub-work-department .next-arrow {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    margin: auto;
    position: absolute;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
  }
  .sub-work-department .prev-arrow::before,
  .sub-work-department .next-arrow::before {
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 3vw;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 3vw;
  }
  .sub-work-department .prev-arrow:hover,
  .sub-work-department .next-arrow:hover {
    background-color: #216d36;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
  }
  .sub-work-department .slide-dots {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .sub-work-department .slide-dots li {
    display: inline-block;
    margin: 3vw 1.5vw 0;
  }
  .sub-work-department .slide-dots li button {
    position: relative;
    text-indent: -9999px;
  }
  .sub-work-department .slide-dots li button::before {
    background-image: url(/recruit/img/common/dot.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    cursor: pointer;
    height: 2.5vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 3vw;
    width: 2.5vw;
  }
  .sub-work-department .slide-dots li.slick-active button::before {
    background-image: url(/recruit/img/common/dot-active.svg);
  }
  .sub-work-department button {
    background: none;
    border: none;
    outline: none;
    padding: 0 .9vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-3min)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-3min-mv {
    background-image: url(/recruit/img/sub/3min/sub-3min-mv-sp.jpg);
    height: 67vw;
    padding-top: 12.3vw;
  }
  .sub-3min-mv__title {
    font-size: 10.7vw;
  }
  .sub-3min-mv__english {
    margin-top: 4vw;
    width: 86vw;
  }
}

@media screen and (max-width: 767px) {
  .sub-3min-about {
    padding-top: 14vw;
  }
  .sub-3min-about__title {
    margin-top: 0;
  }
  .sub-3min-about__title .number {
    font-size: 12vw;
  }
  .sub-3min-about__title .title {
    font-size: 6.5vw;
  }
  .sub-3min-about__title .title::before {
    height: 10vw;
    left: -12.5vw;
    width: 10vw;
  }
  .sub-3min-about__item:nth-of-type(odd)::before {
    border-width: 0 93vw 60vw 0;
  }
  .sub-3min-about__item:nth-of-type(even)::before {
    border-width: 0 0 60vw 93vw;
  }
  .sub-3min-about__item:nth-of-type(1) .sub-3min-about__title {
    margin-left: -.7vw;
  }
  .sub-3min-about__item:nth-of-type(1) .sub-3min-about__title .title {
    margin-left: 16.5vw;
  }
  .sub-3min-about__item:nth-of-type(1) .sub-3min-about__img-area {
    margin-left: 0;
    margin-top: 8.7vw;
  }
  .sub-3min-about__item:nth-of-type(1)::before {
    bottom: -8vw;
  }
  .sub-3min-about__item:nth-of-type(2) {
    margin-top: 24vw;
  }
  .sub-3min-about__item:nth-of-type(2) .sub-3min-about__title {
    margin-left: 0;
  }
  .sub-3min-about__item:nth-of-type(2) .sub-3min-about__title .title {
    margin-left: 16.5vw;
  }
  .sub-3min-about__item:nth-of-type(2) .sub-3min-about__img-area {
    margin-top: -5.5vw;
  }
  .sub-3min-about__item:nth-of-type(2) .sub-3min-about__text {
    margin-left: 0;
  }
  .sub-3min-about__item:nth-of-type(2)::before {
    bottom: -7.4vw;
  }
  .sub-3min-about__item:nth-of-type(3) {
    margin-top: 23.6vw;
  }
  .sub-3min-about__item:nth-of-type(3) .sub-3min-about__title .title {
    margin-left: 16.5vw;
  }
  .sub-3min-about__item:nth-of-type(3) .sub-3min-about__img-area {
    margin-left: 0;
    margin-top: 8vw;
    width: 97.5%;
  }
  .sub-3min-about__item:nth-of-type(3)::before {
    bottom: -6.5vw;
  }
  .sub-3min-about__item:nth-of-type(4) {
    margin-top: 22.5vw;
  }
  .sub-3min-about__item:nth-of-type(4) .inner-small {
    padding-left: 6.8vw;
    padding-right: 6.8vw;
  }
  .sub-3min-about__item:nth-of-type(4) .sub-3min-about__title {
    margin-left: 0;
  }
  .sub-3min-about__item:nth-of-type(4) .sub-3min-about__title .title {
    margin-left: 16.4vw;
  }
  .sub-3min-about__item:nth-of-type(4) .sub-3min-about__text {
    margin-left: 0;
  }
  .sub-3min-about__item:nth-of-type(4) .sub-3min-about__img-area {
    margin-top: 4.3vw;
  }
  .sub-3min-about__item:nth-of-type(4)::before {
    bottom: -8vw;
  }
  .sub-3min-about__text {
    width: 100%;
  }
  .sub-3min-about__lead {
    font-size: 6.4vw;
    margin-top: 9.6vw;
  }
  .sub-3min-about__lead.-first {
    margin-left: -4vw;
  }
  .sub-3min-about__desc {
    font-size: 4.08vw;
    line-height: 1.96;
    margin-top: 5.6vw;
  }
  .sub-3min-about__img-text {
    font-size: 6.3vw;
    margin-top: 4.6vw;
  }
  .sub-3min-about__img-text span {
    font-size: 15.2vw;
    left: -1.5vw;
    margin-left: 5vw;
    margin-right: 1.3vw;
    text-shadow: 0.2vw 0.2vw 0 #000, -0.2vw 0.2vw 0 #000, 0.2vw -0.2vw 0 #000, -0.2vw -0.2vw 0 #000, 0.2vw 0 0 #000, 0 0.2vw 0 #000, -0.2vw 0 0 #000, 0 -0.2vw 0 #000;
    top: 2.6vw;
  }
  .sub-3min-about__img.-first {
    width: 100%;
  }
  .sub-3min-about__img.-second {
    margin-top: 4vw;
    width: 100%;
  }
  .sub-3min-about__img figcaption {
    font-size: 3.2vw;
    margin-bottom: 11.1vw;
    margin-top: 4vw;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .sub-3min-sales {
    margin-top: 27vw;
  }
  .sub-3min-sales__title {
    font-size: 9.6vw;
  }
  .sub-3min-sales__number-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 8vw;
    padding-left: 0;
  }
  .sub-3min-sales__number-item:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }
  .sub-3min-sales__number-item:nth-of-type(1) .sub-3min-sales__number-title {
    margin-left: -7vw;
  }
  .sub-3min-sales__number-item:nth-of-type(1) .sub-3min-sales__note {
    margin-right: 5.5vw;
  }
  .sub-3min-sales__number-item:nth-of-type(2) {
    margin-top: 8.7vw;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .sub-3min-sales__number-item:nth-of-type(2) .sub-3min-sales__note {
    margin-right: -1vw;
  }
  .sub-3min-sales__number-item:nth-of-type(3) {
    left: 7vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    width: 50%;
  }
  .sub-3min-sales__number-item:nth-of-type(3) .sub-3min-sales__number-title {
    font-size: 4.8vw;
    margin-left: -6.4vw;
  }
  .sub-3min-sales__number {
    font-size: 6.3vw;
    line-height: 1.35;
    white-space: nowrap;
  }
  .sub-3min-sales__number span {
    font-size: 15.6vw;
    margin-right: 2.5vw;
    text-shadow: 0.2vw 0.2vw 0 #000, -0.2vw 0.2vw 0 #000, 0.2vw -0.2vw 0 #000, -0.2vw -0.2vw 0 #000, 0.2vw 0 0 #000, 0 0.2vw 0 #000, -0.2vw 0 0 #000, 0 -0.2vw 0 #000;
  }
  .sub-3min-sales__number span:nth-of-type(2) {
    margin-left: 2.5vw;
    margin-right: 2.5vw;
  }
  .sub-3min-sales__number-title {
    font-size: 5vw;
  }
  .sub-3min-sales__note {
    font-size: 3.2vw;
    line-height: 1;
    margin-top: -1vw;
  }
  .sub-3min-sales__welfare {
    margin-top: 10vw;
    width: 100%;
  }
  .sub-3min-sales__welfare-title {
    font-size: 6.4vw;
    margin-bottom: 8.2vw;
  }
  .sub-3min-sales__list {
    display: -ms-grid;
    display: grid;
    gap: 6.5vw 8.3vw;
    -ms-grid-columns: (minmax(38vw, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(38vw, 1fr));
  }
  .sub-3min-sales__item-box {
    font-size: 4.8vw;
    height: 16.5vw;
    text-align: center;
  }
  .sub-3min-sales__item-box .small {
    font-size: 3vw;
  }
  .sub-3min-sales__item-desc {
    font-size: 4.33vw;
    line-height: 1.4;
    margin-top: 2.6vw;
  }
  .sub-3min-sales__training {
    margin-top: 9vw;
    width: 100%;
  }
  .sub-3min-sales__training-title {
    font-size: 5.6vw;
    margin-bottom: 6.2vw;
  }
}

@media screen and (max-width: 767px) {
  .sub-3min-obsession {
    margin-top: 19vw;
  }
  .sub-3min-obsession__inner {
    padding-left: 6.8vw;
    padding-right: 6.8vw;
  }
  .sub-3min-obsession__title {
    font-size: 9.6vw;
  }
  .sub-3min-obsession__list {
    display: block;
    margin-top: 6.5vw;
  }
  .sub-3min-obsession__item {
    margin-left: auto;
    margin-right: auto;
    padding-top: 35.3vw;
    width: 72.6%;
  }
  .sub-3min-obsession__item::before {
    top: 4vw;
  }
  .sub-3min-obsession__item:nth-of-type(1) {
    margin-top: 0;
  }
  .sub-3min-obsession__item:nth-of-type(1)::before {
    height: 26.3vw;
    width: 27.5vw;
  }
  .sub-3min-obsession__item:nth-of-type(2) {
    margin-top: 8.5vw;
  }
  .sub-3min-obsession__item:nth-of-type(2)::before {
    height: 26vw;
    width: 26vw;
  }
  .sub-3min-obsession__item:nth-of-type(3) {
    margin-top: 5.5vw;
  }
  .sub-3min-obsession__item:nth-of-type(3)::before {
    height: 27vw;
    width: 27vw;
  }
  .sub-3min-obsession__item:nth-of-type(4) {
    margin-top: 6vw;
  }
  .sub-3min-obsession__item:nth-of-type(4)::before {
    height: 27vw;
    width: 28vw;
  }
  .sub-3min-obsession__item:nth-of-type(5) {
    margin-top: 6vw;
  }
  .sub-3min-obsession__item:nth-of-type(5)::before {
    height: 27vw;
    width: 26vw;
  }
  .sub-3min-obsession__item-title {
    font-size: 4.8vw;
  }
  .sub-3min-obsession__item-desc {
    font-size: 4vw;
    line-height: 1.7;
    margin-top: 1.5vw;
  }
}

/* ==============================================================
*  レスポンシブSP(sub-discussion)
* ============================================================ */
@media screen and (max-width: 767px) {
  .sub-discussion {
    margin-top: 16vw;
    padding-bottom: 20vw;
  }
  .sub-discussion__container {
    display: block;
  }
  .sub-discussion__item:not(:first-of-type) {
    margin-top: 16.8vw;
  }
  .sub-discussion__text {
    padding-top: 7.2vw;
  }
  .sub-discussion__sub-title {
    font-size: 4.8vw;
  }
  .sub-discussion__desc {
    font-size: 3.99vw;
    margin-top: 5.2vw;
  }
  .sub-discussion__img {
    margin-top: 6.5vw;
  }
  .sub-discussion__more {
    font-size: 3.1vw;
    margin-top: 5.7vw;
  }
}

@media screen and (max-width: 767px) {
  .sub-discussion-intro__title {
    font-size: 6.4vw;
    margin-top: 8vw;
  }
  .sub-discussion-intro__list {
    display: block;
    margin-top: 12.2vw;
  }
  .sub-discussion-intro__sub-title {
    font-size: 5.6vw;
    margin-top: 4vw;
  }
  .sub-discussion-intro__desc {
    font-size: 4.8vw;
    margin-top: 7vw;
    width: 100%;
  }
  .sub-discussion-intro__img {
    width: 30vw;
  }
  .sub-discussion-intro__text {
    width: 60vw;
  }
  .sub-discussion-intro__item-desc {
    font-size: 4.1vw;
    line-height: 1.94;
    margin-top: 3.7vw;
  }
  .sub-discussion-intro__lead {
    color: #216d36;
    font-size: 5.56vw;
    line-height: 2;
    margin-top: 32vw;
  }
  .sub-discussion-intro .slick-slide {
    height: auto;
  }
  .sub-discussion-intro .slide-arrow {
    background-color: #194d2a;
    border: none;
    bottom: -17vw;
    cursor: pointer;
    height: 8.4vw;
    margin: auto;
    position: absolute;
    top: auto;
    width: 8.4vw;
    z-index: 1;
  }
  .sub-discussion-intro .slide-arrow::before {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    left: 1vw;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sub-discussion-intro .prev-arrow {
    left: 32vw;
  }
  .sub-discussion-intro .prev-arrow::before {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    left: 2vw;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .sub-discussion-intro .next-arrow {
    right: 32vw;
  }
  .sub-discussion-intro .next-arrow::before {
    left: -2vw;
  }
  .sub-discussion-intro .prev-arrow,
  .sub-discussion-intro .next-arrow {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    margin: auto;
    position: absolute;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
  }
  .sub-discussion-intro .prev-arrow::before,
  .sub-discussion-intro .next-arrow::before {
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 3vw;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 3vw;
  }
  .sub-discussion-intro .prev-arrow:hover,
  .sub-discussion-intro .next-arrow:hover {
    background-color: #216d36;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
  }
  .sub-discussion-intro .slide-dots {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .sub-discussion-intro .slide-dots li {
    display: inline-block;
    margin: 3vw 1.5vw 0;
  }
  .sub-discussion-intro .slide-dots li button {
    position: relative;
    text-indent: -9999px;
  }
  .sub-discussion-intro .slide-dots li button::before {
    background-image: url(../img/common/dot.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    cursor: pointer;
    height: 2.5vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 3vw;
    width: 2.5vw;
  }
  .sub-discussion-intro .slide-dots li.slick-active button::before {
    background-image: url(../img/common/dot-active.svg);
  }
  .sub-discussion-intro button {
    background: none;
    border: none;
    outline: none;
    padding: 0 .9vw;
  }
}

@media screen and (max-width: 767px) {
  .sub-discussion-faq {
    margin-top: 15vw;
  }
  .sub-discussion-faq__title {
    font-size: 6.5vw;
  }
  .sub-discussion-faq__title span {
    display: block;
  }
  .sub-discussion-faq__container {
    display: block;
    margin-top: 8vw;
  }
  .sub-discussion-faq__container.-reverse .sub-discussion-faq__text-title-area {
    margin-left: auto;
    width: 100%;
  }
  .sub-discussion-faq__item {
    margin-top: 6.3vw;
  }
  .sub-discussion-faq__img-group {
    width: 100%;
  }
  .sub-discussion-faq__img:not(:first-of-type) {
    margin-top: 4.5vw;
  }
  .sub-discussion-faq__text-title-area {
    width: 100%;
  }
  .sub-discussion-faq__text-title-area span {
    font-size: 12vw;
    margin-right: 5vw;
  }
  .sub-discussion-faq__text {
    padding-top: 14vw;
  }
  .sub-discussion-faq__text-title {
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .sub-discussion-faq__answer {
    margin-top: 6vw;
    width: 100%;
  }
  .sub-discussion-faq__answer.-small {
    margin-left: 0;
    width: 100%;
  }
  .sub-discussion-faq__answer-name {
    font-size: 4vw;
    line-height: 2;
  }
  .sub-discussion-faq__answer-desc {
    font-size: 4vw;
    margin-left: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .sub-discussion-end {
    margin-top: 18.2vw;
  }
  .sub-discussion-end__text {
    margin-left: 0;
    width: 100%;
  }
  .sub-discussion-end__img {
    margin-top: 6.5vw;
    width: 100%;
  }
  .sub-discussion-end__sub-title {
    font-size: 4.75vw;
    margin-top: 7.5vw;
  }
  .sub-discussion-end__desc {
    font-size: 3.98vw;
    margin-top: 5vw;
  }
  .sub-discussion-end__more {
    font-size: 3.3vw;
    margin-top: 6vw;
  }
  .sub-discussion-end__btn {
    margin-top: 16.5vw;
  }
}
/*# sourceMappingURL=style.css.map */