@charset "UTF-8";
/* ------------------------------------

colors setting

------------------------------------ */
/* ------------------------------------

colors setting の変数ではなく
下記の左側の変数をcssで指定する

×：$black
◯：$dark-text

------------------------------------ */
/*  text-color
*----------------------------------- */
/*  background-color
*----------------------------------- */
/*  border-color
*----------------------------------- */
/*  system-color
*----------------------------------- */
/*  cv
*----------------------------------- */
/*  footer
*----------------------------------- */
/*  menu
*----------------------------------- */
/*  new icon
*----------------------------------- */
/*  horizontal
*----------------------------------- */
/*  slick-color
*----------------------------------- */
.en {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", source-han-sans-japanese, sans-serif;
}

/* ------------------------------------

中面 common (TOP以外)

------------------------------------ */
/*  anchor_link
*----------------------------------- */
.p-anchor_link {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 760px) {
  .p-anchor_link {
    padding-top: 20%;
    margin-top: -20%;
  }
}

/*  pan
*----------------------------------- */
.pan {
  padding: 20px 40px;
}
@media print, screen and (max-width: 760px) {
  .pan {
    display: none;
  }
}
.pan li {
  display: inline;
  font-size: 12px;
  list-style: none;
}
.pan li:after {
  content: "|";
  margin: 0 5px;
}
.pan li:last-child:after {
  content: none;
}

/*  list-page__main
*----------------------------------- */
.list-page__main {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 761px) {
  .list-page__main {
    width: 1200px;
  }
}
@media print, screen and (max-width: 760px) {
  .list-page__main {
    width: 90%;
  }
}

@media print, screen and (max-width: 760px) {
  .page-form .list-page__main .brick-form__row {
    padding-left: 0;
    padding-right: 0;
  }
}

@media print, screen and (max-width: 760px) {
  .page-form .list-page__main .l-form-container__flow {
    margin-left: 0;
    margin-right: 0;
  }
}

@media print, screen and (max-width: 760px) {
  .page-number .list-page__main {
    width: auto;
    margin-bottom: 18%;
  }
}

/*  index
*----------------------------------- */
.page-index .list-page .list-page__main .l-page-index {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index {
    width: 100%;
  }
}
.page-index .list-page .list-page__main .l-page-index__container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index__container {
    gap: 4vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item {
  width: 48.6%;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item {
    width: 100%;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item a {
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding: 50px;
  outline: solid 2px #1E1E1E;
  outline-offset: -7px;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item a {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 8vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item a:hover {
  opacity: 0.8;
  outline: solid 2px #0B4BAE;
}
.page-index .list-page .list-page__main .l-page-index .p-item__catch {
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 8px;
  color: #bababa;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item__catch {
    font-size: 10vw;
    margin-bottom: 2vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item__title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item__title {
    font-size: 4.2vw;
    margin-bottom: 5vw;
    line-height: 1;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item:nth-child(2n) {
  margin-right: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item:last-child {
  margin-right: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item .c-button {
  margin-left: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item .c-button span {
  padding-left: 0;
}

/*  l-cmn-member
*----------------------------------- */
.l-cmn-member {
  background: #ebf3fa;
  padding: 75px 0 80px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member {
    padding: 13% 5%;
  }
}

.l-cmn-member .l-member__header {
  text-align: center;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header {
    margin-bottom: 3%;
  }
}
.l-cmn-member .l-member__header__title {
  font-family: futura-pt, sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 1;
  color: #0B4BAE;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header__title {
    font-size: 16vw;
  }
}
.l-cmn-member .l-member__header__subtitle {
  font-size: 17px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header__subtitle {
    font-size: 4vw;
    margin-top: -2%;
  }
}
.l-cmn-member .l-member__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  margin: 0 auto 50px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list {
    width: 100%;
    margin: 0 auto 10%;
    padding-bottom: 12%;
  }
}
.l-cmn-member .l-member__list .p-item {
  width: 380px;
  margin-right: 30px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item {
    width: 100%;
    margin-right: 0;
  }
}
.l-cmn-member .l-member__list .p-item:nth-child(3n) {
  margin-right: 0;
}
.l-cmn-member .l-member__list .p-item__photo {
  width: 100%;
  height: 0;
  padding-bottom: 56.2%;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.l-cmn-member .l-member__list .p-item__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-cmn-member .l-member__list .p-item__inner {
  margin-top: 15px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__inner {
    margin-top: 3%;
  }
}
.l-cmn-member .l-member__list .p-item__post-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  max-height: 60px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-title {
    font-size: 4.2vw;
    margin-bottom: 4%;
    max-height: 13vw;
  }
}
.l-cmn-member .l-member__list .p-item__post-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
  max-height: 40px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-name {
    font-size: 3.8vw;
    margin-bottom: 2%;
    max-height: 8vw;
  }
}
.l-cmn-member .l-member__list .p-item__post-company {
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
  max-height: 50px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-company {
    font-size: 3vw;
    line-height: 1.4;
    max-height: 9vw;
  }
}

/* mobile */
/* 共通 */
.l-inner {
  max-width: 1200px;
  padding: 0 20px;
  box-sizing: content-box;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-inner {
    padding: 0 5.1282051282vw;
  }
}

@media print, screen and (max-width: 760px) {
  .is-hidden-sp {
    display: none;
  }
}

.is-visible-sp {
  display: none;
}
@media print, screen and (max-width: 760px) {
  .is-visible-sp {
    display: block;
  }
}

.l-cmn-certified {
  position: relative;
  padding-top: 62px;
  padding-bottom: 28px;
  background-color: #BF8F02;
}
@media (max-width: 767px) {
  .l-cmn-certified {
    padding-top: 10.5128205128vw;
    padding-bottom: 13.0769230769vw;
  }
}
.l-cmn-certified::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 1200px;
  content: "";
  background: url(../images/cmn/bnr_img_certified_pc.png) no-repeat right bottom/contain;
}
@media (max-width: 767px) {
  .l-cmn-certified::after {
    background: url(../images/cmn/bnr_img_certified_sp.png) no-repeat right bottom/contain;
    bottom: 31.0256410256vw;
  }
}
.l-cmn-certified__txt {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.42;
  color: #fff;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .l-cmn-certified__txt {
    font-size: 22px;
    font-size: 5.641025641vw;
    line-height: 1.5;
    margin-bottom: 7.1794871795vw;
  }
}
.l-cmn-certified__img {
  background-color: #fff;
  border-radius: 15px;
  max-width: 982px;
  margin: 0 auto;
  padding: 34px 0 33px;
}
@media (max-width: 767px) {
  .l-cmn-certified__img {
    padding: 8.7179487179vw 0 20.2564102564vw;
  }
}
.l-cmn-certified__img img {
  display: block;
  max-width: 618px;
  margin: 0 auto;
  position: relative;
  left: -10px;
}
@media (max-width: 767px) {
  .l-cmn-certified__img img {
    max-width: 82.8205128205vw;
    left: 0;
  }
}
.l-cmn-certified__note {
  text-align: center;
  font-size: 12px;
  line-height: 1.58;
  color: #fff;
  margin-top: 13px;
}
@media (max-width: 767px) {
  .l-cmn-certified__note {
    margin-top: 18.7179487179vw;
    font-size: 12px;
    font-size: 3.0769230769vw;
  }
}

/*  中途採用 career
*----------------------------------- */
.l-career-mv {
  position: relative;
  margin-top: -56px;
}
@media (max-width: 767px) {
  .l-career-mv {
    margin-top: 0;
  }
}
.l-career-mv__body {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 27px;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .l-career-mv__body {
    bottom: 5.8974358974vw;
  }
}
.l-career-mv__en {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 181px;
  color: #fff;
  line-height: 0.85;
}
@media (max-width: 767px) {
  .l-career-mv__en {
    font-size: 77px;
    font-size: 19.7435897436vw;
    margin-bottom: 1.2820512821vw;
  }
}
.l-career-mv__ttl {
  margin-top: 10px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .l-career-mv__ttl {
    margin-top: 2.0512820513vw;
  }
}
.l-career-mv__ttl span {
  font-size: 90px;
  line-height: 0.85;
  font-weight: 700;
  background: linear-gradient(to right, #1fdba1, #2ecbff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding: 3px 20px 16px 16px;
  position: relative;
}
@media (max-width: 767px) {
  .l-career-mv__ttl span {
    font-size: 36px;
    font-size: 9.2307692308vw;
    padding: 0.2564102564vw 1.0256410256vw 1.0256410256vw 1.2820512821vw;
  }
}
.l-career-mv__txt {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1.59;
  text-align: center;
}
@media (max-width: 767px) {
  .l-career-mv__txt {
    margin-top: 3.0769230769vw;
    font-size: 19px;
    font-size: 4.8717948718vw;
    line-height: 1.368;
  }
}

.l-career-message {
  padding-top: 123px;
  padding-bottom: 101px;
}
@media (max-width: 767px) {
  .l-career-message {
    padding-top: 13.5897435897vw;
    padding-bottom: 15.8974358974vw;
  }
}
.l-career-message__ttl {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 104px;
  line-height: 1;
  text-align: center;
  color: rgba(47, 188, 241, 0.24);
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .l-career-message__ttl {
    font-size: 71px;
    font-size: 18.2051282051vw;
    margin-bottom: 4.358974359vw;
  }
}
.l-career-message__inner {
  display: flex;
}
@media (max-width: 767px) {
  .l-career-message__inner {
    flex-direction: column;
    gap: 6.9230769231vw;
  }
}
.l-career-message__img {
  width: 567px;
}
@media (max-width: 767px) {
  .l-career-message__img {
    width: 100%;
  }
}
.l-career-message__body {
  width: calc(100% - 567px);
  padding-left: 33px;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .l-career-message__body {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
  }
}
.l-career-message__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.125;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .l-career-message__txt {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 2.06;
  }
}

.l-career-recommend {
  color: #fff;
  padding-top: 63px;
  padding-bottom: 87px;
  background: linear-gradient(to right, #1AC3A6, #2FBCF1);
}
@media (max-width: 767px) {
  .l-career-recommend {
    padding-top: 15.641025641vw;
    padding-bottom: 19.7435897436vw;
  }
}
.l-career-recommend > .l-inner {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .l-career-recommend > .l-inner {
    padding-bottom: 0;
  }
}
.l-career-recommend__ttl {
  padding-bottom: 19px;
  border-bottom: 6px solid #fff;
  font-size: 37px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .l-career-recommend__ttl {
    font-size: 33px;
    font-size: 8.4615384615vw;
    line-height: 1.39;
    padding-bottom: 7.6923076923vw;
    margin-bottom: 7.1794871795vw;
  }
}
.l-career-recommend__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 61px;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .l-career-recommend__col {
    flex-direction: column;
    margin-bottom: 8.2051282051vw;
  }
}
.l-career-recommend__list:nth-child(2) {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .l-career-recommend__list:nth-child(2) {
    padding-left: 0;
  }
}
.l-career-recommend__list li {
  position: relative;
  padding-left: 39px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.45;
  text-align: left;
}
@media (max-width: 767px) {
  .l-career-recommend__list li {
    font-size: 20px;
    font-size: 5.1282051282vw;
    line-height: 1.45;
    padding-left: 9.7435897436vw;
    margin-bottom: 3.8461538462vw;
  }
}
.l-career-recommend__list li::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 27.72px;
  height: 26.77px;
  background: url(../career/images/icon_check.svg) no-repeat center/cover;
  content: "";
}
@media (max-width: 767px) {
  .l-career-recommend__list li::before {
    top: 1.2820512821vw;
    flex-direction: column;
    width: 7.1076923077vw;
    height: 6.8641025641vw;
  }
}
.l-career-recommend__list li.is-lines {
  margin-top: 9px;
  line-height: 1.45;
}
.l-career-recommend__list li.is-lines::before {
  top: 5px;
}
@media (max-width: 767px) {
  .l-career-recommend__list li.is-lines {
    line-height: 1.5;
  }
}
.l-career-recommend__txt {
  text-align: center;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .l-career-recommend__txt {
    font-size: 22px;
    font-size: 5.641025641vw;
    line-height: 1.59;
    margin-bottom: 5.641025641vw;
  }
}
.l-career-recommend__btn {
  position: relative;
  width: 384px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #F8621E;
  background-color: #fff;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .l-career-recommend__btn {
    width: 85.8974358974vw;
    height: 17.4358974359vw;
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}
.l-career-recommend__btn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10.7px;
  width: 7px;
  height: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #F8621E;
  content: "";
}
@media (max-width: 767px) {
  .l-career-recommend__btn::after {
    width: 1.7948717949vw;
    height: 2.0512820513vw;
    right: 2.7435897436vw;
  }
}

.l-career-reason {
  padding-top: 98px;
  padding-bottom: 148px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .l-career-reason {
    padding-top: 20vw;
    padding-bottom: 24.6153846154vw;
  }
}
.l-career-reason__en {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 104px;
  line-height: 1;
  text-align: center;
  color: rgba(26, 195, 166, 0.24);
  text-align: center;
}
@media (max-width: 767px) {
  .l-career-reason__en {
    font-size: 73px;
    font-size: 18.7179487179vw;
    margin-bottom: 2.5641025641vw;
  }
}
.l-career-reason__ttl {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #1AC3A6;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .l-career-reason__ttl {
    font-size: 25px;
    font-size: 6.4102564103vw;
    line-height: 1.56;
    margin-bottom: 9.4871794872vw;
  }
}
.l-career-reason__item {
  margin-bottom: 95px;
}
@media (max-width: 767px) {
  .l-career-reason__item {
    margin-bottom: 16.6666666667vw;
  }
}
.l-career-reason__item:last-child {
  margin-bottom: 0;
}
.l-career-reason__item-img {
  max-width: 1000px;
  margin: 0 auto 16px;
}
@media (max-width: 767px) {
  .l-career-reason__item-img {
    margin: 0 auto 2.8205128205vw;
  }
}
.l-career-reason__item-number {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 104px;
  text-align: center;
  background: linear-gradient(to right, #1CD5B0, #34C4FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .l-career-reason__item-number {
    font-size: 74px;
    font-size: 18.9743589744vw;
    margin-bottom: 0;
  }
}
.l-career-reason__item-ttl {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(to right, #1CD5B0, #34C4FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .l-career-reason__item-ttl {
    font-size: 25px;
    font-size: 6.4102564103vw;
    margin-bottom: 2.8205128205vw;
    line-height: 1.5;
  }
}
.l-career-reason__item-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.125;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-career-reason__item-txt {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 2.06;
  }
}

.l-career-pickup {
  padding-top: 120px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .l-career-pickup {
    padding-top: 21.7948717949vw;
    padding-bottom: 1.7948717949vw;
  }
}
.l-career-pickup__ttl-en {
  font-size: 47px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  font-family: futura-pt, sans-serif;
  text-align: center;
  color: #1AC3A6;
}
@media (max-width: 767px) {
  .l-career-pickup__ttl-en {
    font-size: 46px;
    font-size: 11.7948717949vw;
  }
}
.l-career-pickup__ttl {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .l-career-pickup__ttl {
    font-size: 16px;
    font-size: 4.1025641026vw;
    margin-bottom: 8.4615384615vw;
  }
}
.l-career-pickup__btm-txt {
  margin-top: 55px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #F8621E;
  text-align: center;
}
@media (max-width: 767px) {
  .l-career-pickup__btm-txt {
    font-size: 24px;
    font-size: 6.1538461538vw;
    margin-top: 10.5128205128vw;
  }
}

.l-career-pickup-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .l-career-pickup-list {
    gap: 10.7692307692vw;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .l-career-pickup-list li {
    padding-bottom: 10.5128205128vw;
    border-bottom: 1px solid #101010;
  }
  .l-career-pickup-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.l-career-pickup-list__img {
  margin-bottom: 14px;
}
.l-career-pickup-list__img img {
  height: auto;
}
.l-career-pickup-list__name {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .l-career-pickup-list__name {
    font-size: 24px;
    font-size: 6.1538461538vw;
    margin-bottom: 1.2820512821vw;
  }
}
.l-career-pickup-list__txt {
  position: relative;
}
@media (max-width: 767px) {
  .l-career-pickup-list__txt {
    padding-bottom: 8.4615384615vw;
  }
  .l-career-pickup-list__txt::before, .l-career-pickup-list__txt::after {
    position: absolute;
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 3.5897435897vw;
    font-weight: bold;
  }
  .l-career-pickup-list__txt::before {
    content: "";
    bottom: 0;
    left: calc(50% - 10.7692307692vw);
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    border-top: 0.5128205128vw solid;
    border-right: 0.5128205128vw solid;
    border-color: #101010;
    transform-origin: top;
    transform: rotate(135deg);
    border-radius: 0.2564102564vw;
  }
  .l-career-pickup-list__txt::after {
    content: "続きを読む";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 5.1282051282vw;
  }
  .l-career-pickup-list__txt.active::before {
    transform: rotate(-45deg);
  }
  .l-career-pickup-list__txt.active::after {
    content: "閉じる";
  }
}
.l-career-pickup-list__txt p {
  font-size: 14px;
  line-height: 1.85;
  font-weight: 400;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .l-career-pickup-list__txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-align: left;
    max-height: 10em;
    overflow: hidden;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.l-career-pickup-list__txt.active p {
  -webkit-line-clamp: inherit;
  overflow: visible;
  max-height: fit-content;
}

/*  女性採用 women
*----------------------------------- */
.page-women .l-main::before {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100svh;
  background-image: url(../women/images/bg_pc.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: "";
  z-index: -1;
}
@media (max-width: 767px) {
  .page-women .l-main::before {
    background-image: url(../women/images/bg_sp.png);
  }
}

.l-women-mv {
  position: relative;
  margin-top: -56px;
}
@media (max-width: 767px) {
  .l-women-mv {
    margin-top: 0;
  }
}
.l-women-mv__body {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 3.472vw;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .l-women-mv__body {
    bottom: 7.6923076923vw;
  }
}
.l-women-mv__ttl {
  background-color: #fff;
}
.l-women-mv__ttl span {
  display: inline-block;
  font-size: 43px;
  line-height: 1;
  font-weight: 700;
  color: #F8621E;
  padding: 5px 34px 11px 35px;
  position: relative;
}
@media (max-width: 767px) {
  .l-women-mv__ttl span {
    font-size: 23px;
    font-size: 5.8974358974vw;
    padding: 0.7692307692vw 2.5641025641vw 1.2820512821vw 2.8205128205vw;
  }
}

.l-women-lead {
  text-align: center;
  padding-top: 64px;
  padding-bottom: 89px;
}
@media (max-width: 767px) {
  .l-women-lead {
    padding-top: 10.2564102564vw;
    padding-bottom: 14.6153846154vw;
    position: relative;
    z-index: 5;
  }
}
.l-women-lead__txt {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.95;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .l-women-lead__txt {
    font-size: 17px;
    font-size: 4.358974359vw;
    line-height: 1.94;
    margin-bottom: 5.3846153846vw;
  }
}
.l-women-lead__txt span {
  position: relative;
  white-space: nowrap;
}
.l-women-lead__txt span::after {
  position: absolute;
  bottom: -8px;
  width: 100%;
  left: 0;
  height: 3px;
  background-color: rgba(248, 98, 30, 0.32);
  content: "";
}
@media (max-width: 767px) {
  .l-women-lead__txt span::after {
    bottom: -0.7692307692vw;
  }
}
.l-women-lead__txt-circle {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #F8621E;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
@media (max-width: 767px) {
  .l-women-lead__txt-circle {
    width: 20vw;
    height: 20vw;
    font-size: 18px;
    font-size: 4.6153846154vw;
    margin: 0 auto 3.0769230769vw;
  }
}
.l-women-lead__txt-btm-1 {
  font-size: 40px;
  font-weight: 700;
  color: #F8621E;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .l-women-lead__txt-btm-1 {
    font-size: 28px;
    font-size: 7.1794871795vw;
  }
}
.l-women-lead__txt-btm-2 {
  font-size: 28px;
  line-height: 1.53;
  font-weight: 700;
  color: #F8621E;
}
@media (max-width: 767px) {
  .l-women-lead__txt-btm-2 {
    font-size: 20px;
    font-size: 5.1282051282vw;
    line-height: 1.55;
  }
}

.l-women-recommend {
  color: #fff;
  padding-top: 78px;
  padding-bottom: 77px;
  background: url(../women/images/bg_recommend_pc.png) no-repeat center/cover;
}
@media (max-width: 767px) {
  .l-women-recommend {
    padding-top: 12.8205128205vw;
    padding-bottom: 10.7692307692vw;
    background: url(../women/images/bg_recommend_sp.png) no-repeat center/cover;
  }
}
.l-women-recommend > .l-inner {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .l-women-recommend > .l-inner {
    padding-bottom: 0;
  }
}
.l-women-recommend__ttl {
  padding-bottom: 19px;
  border-bottom: 6px solid #fff;
  font-size: 37px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .l-women-recommend__ttl {
    font-size: 33px;
    font-size: 8.4615384615vw;
    line-height: 1.39;
    padding-bottom: 7.6923076923vw;
    margin-bottom: 7.1794871795vw;
  }
}
.l-women-recommend__col {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 51px;
  position: relative;
  justify-content: center;
  z-index: 10;
}
@media (max-width: 767px) {
  .l-women-recommend__col {
    flex-direction: column;
    margin-bottom: 7.4358974359vw;
  }
}
@media (max-width: 767px) {
  .l-women-recommend__list {
    width: 100%;
  }
}
.l-women-recommend__list:nth-child(2) {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .l-women-recommend__list:nth-child(2) {
    padding-left: 0;
  }
}
.l-women-recommend__list li {
  position: relative;
  padding-left: 39px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.45;
  text-align: left;
}
@media (max-width: 767px) {
  .l-women-recommend__list li {
    font-size: 20px;
    font-size: 5.1282051282vw;
    line-height: 1.45;
    padding-left: 9.7435897436vw;
    margin-bottom: 3.8461538462vw;
  }
}
.l-women-recommend__list li::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 27.72px;
  height: 26.77px;
  background: url(../career/images/icon_check.svg) no-repeat center/cover;
  content: "";
}
@media (max-width: 767px) {
  .l-women-recommend__list li::before {
    top: 0.7692307692vw;
    flex-direction: column;
    width: 7.1076923077vw;
    height: 6.8641025641vw;
  }
}
.l-women-recommend__list li.is-lines {
  margin-top: 9px;
  line-height: 1.45;
}
.l-women-recommend__list li.is-lines::before {
  top: 5px;
}
@media (max-width: 767px) {
  .l-women-recommend__list li.is-lines {
    line-height: 1.5;
  }
}
.l-women-recommend__txt {
  text-align: center;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .l-women-recommend__txt {
    font-size: 22px;
    font-size: 5.641025641vw;
    line-height: 1.59;
  }
}

.l-women-reason {
  padding-top: 108px;
  padding-bottom: 148px;
}
@media (max-width: 767px) {
  .l-women-reason {
    padding-top: 23.0769230769vw;
    padding-bottom: 21.7948717949vw;
  }
}
.l-women-reason__en {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 104px;
  line-height: 1;
  text-align: center;
  color: rgba(248, 98, 30, 0.24);
}
@media (max-width: 767px) {
  .l-women-reason__en {
    font-size: 73px;
    font-size: 18.7179487179vw;
    margin-bottom: 2.5641025641vw;
  }
}
.l-women-reason__ttl {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #F8621E;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .l-women-reason__ttl {
    font-size: 25px;
    font-size: 6.4102564103vw;
    line-height: 1.56;
    margin-bottom: 9.4871794872vw;
  }
}
.l-women-reason__item {
  margin-bottom: 82px;
  display: flex;
}
@media (max-width: 767px) {
  .l-women-reason__item {
    flex-direction: column !important;
    margin-bottom: 15.1282051282vw;
  }
}
.l-women-reason__item:nth-child(odd) {
  flex-direction: row-reverse;
}
.l-women-reason__item:nth-child(odd) .l-women-reason__item-img {
  padding-left: 35px;
}
.l-women-reason__item:nth-child(even) .l-women-reason__item-img {
  padding-right: 35px;
}
.l-women-reason__item:last-child {
  margin-bottom: 0;
}
.l-women-reason__item-img {
  padding-top: 10px;
  width: 50%;
}
@media (max-width: 767px) {
  .l-women-reason__item-img {
    width: 100%;
    padding: 0 !important;
  }
}
.l-women-reason__item-body {
  width: 50%;
}
@media (max-width: 767px) {
  .l-women-reason__item-body {
    width: 100%;
    padding-top: 2.5641025641vw;
  }
}
.l-women-reason__item-number {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 104px;
  color: #F8621E;
  line-height: 1;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .l-women-reason__item-number {
    font-size: 74px;
    font-size: 18.9743589744vw;
    margin-bottom: 0;
    text-align: center;
  }
}
.l-women-reason__item-ttl {
  font-size: 36px;
  font-weight: 700;
  color: #F8621E;
  line-height: 1.55;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .l-women-reason__item-ttl {
    font-size: 25px;
    font-size: 6.4102564103vw;
    margin-bottom: 2.8205128205vw;
    line-height: 1.5;
    text-align: center;
  }
}
.l-women-reason__item-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.125;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-women-reason__item-txt {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 2.06;
  }
}

.l-women-pickup {
  padding-top: 102px;
}
@media (max-width: 767px) {
  .l-women-pickup {
    padding-top: 20vw;
    padding-bottom: 1.7948717949vw;
  }
}
.l-women-pickup__ttl {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: #F8621E;
}
@media (max-width: 767px) {
  .l-women-pickup__ttl {
    font-size: 30px;
    font-size: 7.6923076923vw;
    margin-bottom: 8.4615384615vw;
  }
}
.l-women-pickup__btm-txt {
  margin-top: 85px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #F8621E;
  text-align: center;
}
@media (max-width: 767px) {
  .l-women-pickup__btm-txt {
    font-size: 24px;
    font-size: 6.1538461538vw;
    margin-top: 10.5128205128vw;
  }
}

.l-women-pickup-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .l-women-pickup-list {
    gap: 10.7692307692vw;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .l-women-pickup-list li {
    padding-bottom: 10.5128205128vw;
    border-bottom: 1px solid #101010;
  }
  .l-women-pickup-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.l-women-pickup-list__img {
  margin-bottom: 14px;
}
.l-women-pickup-list__img img {
  height: auto;
}
.l-women-pickup-list__name {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .l-women-pickup-list__name {
    font-size: 24px;
    font-size: 6.1538461538vw;
    margin-bottom: 1.2820512821vw;
  }
}
.l-women-pickup-list__txt {
  position: relative;
}
@media (max-width: 767px) {
  .l-women-pickup-list__txt {
    padding-bottom: 8.4615384615vw;
  }
  .l-women-pickup-list__txt::before, .l-women-pickup-list__txt::after {
    position: absolute;
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 3.5897435897vw;
    font-weight: bold;
  }
  .l-women-pickup-list__txt::before {
    content: "";
    bottom: 0;
    left: calc(50% - 10.7692307692vw);
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    border-top: 0.5128205128vw solid;
    border-right: 0.5128205128vw solid;
    border-color: #101010;
    transform-origin: top;
    transform: rotate(135deg);
    border-radius: 0.2564102564vw;
  }
  .l-women-pickup-list__txt::after {
    content: "続きを読む";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 5.1282051282vw;
  }
  .l-women-pickup-list__txt.active::before {
    transform: rotate(-45deg);
  }
  .l-women-pickup-list__txt.active::after {
    content: "閉じる";
  }
}
.l-women-pickup-list__txt p {
  font-size: 14px;
  line-height: 1.85;
  font-weight: 400;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .l-women-pickup-list__txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-align: left;
    max-height: 10em;
    overflow: hidden;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.l-women-pickup-list__txt.active p {
  -webkit-line-clamp: inherit;
  overflow: visible;
  max-height: fit-content;
}

/*  働きがいの秘訣 job-satisfaction
*----------------------------------- */
.page-job-satisfaction .l-main {
  padding-bottom: 0;
}

.l-job-satisfaction-mv {
  position: relative;
  margin-top: -56px;
}
@media (max-width: 767px) {
  .l-job-satisfaction-mv {
    margin-top: 0;
  }
}
.l-job-satisfaction-mv__en {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 127px;
  color: #fff;
  line-height: 1;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .l-job-satisfaction-mv__en {
    font-size: 54px;
    font-size: 13.8461538462vw;
    line-height: 0.88;
    margin-bottom: 5.1282051282vw;
    text-align: center;
  }
}
.l-job-satisfaction-mv__body {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 61px;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .l-job-satisfaction-mv__body {
    bottom: 20vw;
  }
}
.l-job-satisfaction-mv__ttl {
  position: relative;
  left: 18px;
  background-color: #BF8F02;
  display: inline-block;
  padding: 0px 32px 6px 33px;
}
@media (max-width: 767px) {
  .l-job-satisfaction-mv__ttl {
    background-color: transparent;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2.3076923077vw;
    padding: 0;
    left: 0;
  }
}
.l-job-satisfaction-mv__ttl span {
  font-size: 68px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .l-job-satisfaction-mv__ttl span {
    background-color: #BF8F02;
    display: inline-block;
    font-size: 36px;
    font-size: 9.2307692308vw;
    padding: 0vw 1.0256410256vw 1.0256410256vw 1.5384615385vw;
  }
}

.l-job-satisfaction-lead {
  padding-top: 70px;
  padding-bottom: 76px;
  text-align: center;
}
@media (max-width: 767px) {
  .l-job-satisfaction-lead {
    padding-top: 2.5641025641vw;
    padding-bottom: 16.9230769231vw;
  }
}
.l-job-satisfaction-lead__ttl {
  font-size: 40px;
  font-weight: 700;
  color: #BF8F02;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .l-job-satisfaction-lead__ttl {
    font-size: 30px;
    font-size: 7.6923076923vw;
    line-height: 1.4;
  }
}
.l-job-satisfaction-lead__txt {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.95;
}
@media (max-width: 767px) {
  .l-job-satisfaction-lead__txt {
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}

.l-job-satisfaction-about {
  padding-top: 82px;
  padding-bottom: 70px;
  background-color: #D71A18;
}
@media (max-width: 767px) {
  .l-job-satisfaction-about {
    padding-top: 15.3846153846vw;
    padding-bottom: 7.6923076923vw;
  }
}
.l-job-satisfaction-about__inner {
  padding-top: 53px;
  padding-bottom: 56px;
  background-color: #fff;
  border-radius: 23px;
}
@media (max-width: 767px) {
  .l-job-satisfaction-about__inner {
    border-radius: 3.8461538462vw;
    padding-top: 10.2564102564vw;
    padding-bottom: 9.2307692308vw;
  }
}
.l-job-satisfaction-about__ttl {
  text-align: center;
  font-size: 36px;
  color: #D71A18;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .l-job-satisfaction-about__ttl {
    font-size: 26px;
    font-size: 6.6666666667vw;
  }
}
.l-job-satisfaction-about__col {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0 112px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .l-job-satisfaction-about__col {
    flex-direction: column;
    gap: 11.2820512821vw;
    align-items: flex-start;
    padding-left: 30px;
  }
}
.l-job-satisfaction-about__item {
  position: relative;
}
.l-job-satisfaction-about__item:first-child::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -75px;
  width: 50px;
  height: 50px;
  background: url(../job-satisfaction/images/icon_plus.svg) no-repeat center/cover;
  content: "";
}
@media (max-width: 767px) {
  .l-job-satisfaction-about__item:first-child::after {
    width: 9.2307692308vw;
    height: 9.2307692308vw;
    right: inherit;
    left: calc(50% - 5.1282051282vw);
    top: inherit;
    bottom: -15.3846153846vw;
    transform: translate(0, -50%);
  }
}
.l-job-satisfaction-about__item dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
@media (max-width: 767px) {
  .l-job-satisfaction-about__item dl {
    gap: 0;
  }
}
.l-job-satisfaction-about__item dt {
  font-size: 26px;
  color: #D71A18;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid #D71A18;
}
@media (max-width: 767px) {
  .l-job-satisfaction-about__item dt {
    width: 34.1025641026vw;
    height: 34.1025641026vw;
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
.l-job-satisfaction-about__item dd {
  position: relative;
  top: 7px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media (max-width: 767px) {
  .l-job-satisfaction-about__item dd {
    padding-left: 4.358974359vw;
    gap: 2.3076923077vw;
  }
}
.l-job-satisfaction-about__item-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: #fff;
  background-color: #D71A18;
  width: 188.36px;
  text-align: center;
  padding: 8px 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-job-satisfaction-about__item-ttl {
    font-size: 17px;
    font-size: 4.358974359vw;
    width: 35.5948717949vw;
    padding: 1.0256410256vw 0 1.5384615385vw;
  }
}
.l-job-satisfaction-about__item-txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .l-job-satisfaction-about__item-txt {
    font-size: 13px;
    font-size: 3.3333333333vw;
    line-height: 1.53;
  }
}
.l-job-satisfaction-about__txt {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.65;
}
@media (max-width: 767px) {
  .l-job-satisfaction-about__txt {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 1.73;
  }
}
.l-job-satisfaction-about__note {
  margin-top: 7px;
  text-align: right;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-job-satisfaction-about__note {
    font-size: 12px;
    font-size: 3.0769230769vw;
    margin-top: 1.7948717949vw;
  }
}

.l-job-satisfaction-vision {
  padding-top: 81px;
  padding-bottom: 124px;
}
@media (max-width: 767px) {
  .l-job-satisfaction-vision {
    padding-top: 18.7179487179vw;
    padding-bottom: 23.3333333333vw;
  }
}
.l-job-satisfaction-vision .l-inner {
  position: relative;
}
.l-job-satisfaction-vision__en {
  position: absolute;
  z-index: -1;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 323px;
  color: rgba(215, 26, 24, 0.08);
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  top: 7px;
}
@media (max-width: 767px) {
  .l-job-satisfaction-vision__en {
    display: none;
  }
}
.l-job-satisfaction-vision__ttl {
  color: #D71A18;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .l-job-satisfaction-vision__ttl {
    font-size: 30px;
    font-size: 7.6923076923vw;
    line-height: 1.4;
    margin-bottom: 5.3846153846vw;
  }
}
.l-job-satisfaction-vision__ttl-sub {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.125;
  text-align: center;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .l-job-satisfaction-vision__ttl-sub {
    font-size: 23px;
    font-size: 5.8974358974vw;
    line-height: 1.78;
    margin-bottom: 4.358974359vw;
  }
}
.l-job-satisfaction-vision__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.125;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .l-job-satisfaction-vision__txt {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 2.06;
    margin-top: 5.3846153846vw;
    margin-bottom: 16.9230769231vw;
  }
}
.l-job-satisfaction-vision__img {
  display: flex;
  justify-content: center;
  gap: 0 32px;
}
@media (max-width: 767px) {
  .l-job-satisfaction-vision__img {
    flex-direction: column;
    gap: 5.1282051282vw;
    align-items: center;
  }
}
.l-job-satisfaction-vision__img img {
  max-width: 482px;
}
@media (max-width: 767px) {
  .l-job-satisfaction-vision__img img {
    font-size: 26px;
    font-size: 6.6666666667vw;
  }
}

.l-job-satisfaction-initiative {
  padding: 120px 0 121px;
  background-color: #D71A18;
}
@media (max-width: 767px) {
  .l-job-satisfaction-initiative {
    padding: 0 0 22.0512820513vw;
    background-color: transparent;
  }
}
.l-job-satisfaction-initiative__inner {
  padding: 70px 60px 100px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .l-job-satisfaction-initiative__inner {
    padding: 0;
  }
}
.l-job-satisfaction-initiative__en {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 104px;
  color: rgba(191, 143, 2, 0.24);
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .l-job-satisfaction-initiative__en {
    font-size: 73px;
    font-size: 18.7179487179vw;
    margin-bottom: 2.5641025641vw;
  }
}
.l-job-satisfaction-initiative__ttl {
  color: #BF8F02;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .l-job-satisfaction-initiative__ttl {
    font-size: 25px;
    font-size: 6.4102564103vw;
    line-height: 1.56;
    margin-bottom: 9.7435897436vw;
  }
}
.l-job-satisfaction-initiative__item {
  margin-bottom: 67px;
  display: flex;
}
@media (max-width: 767px) {
  .l-job-satisfaction-initiative__item {
    flex-direction: column !important;
    margin-bottom: 23.3333333333vw;
  }
}
.l-job-satisfaction-initiative__item:nth-child(odd) {
  flex-direction: row-reverse;
}
.l-job-satisfaction-initiative__item:nth-child(odd) .l-job-satisfaction-initiative__item-img {
  padding-left: 5px;
}
.l-job-satisfaction-initiative__item:nth-child(odd) .l-job-satisfaction-initiative__item-body {
  padding-right: 28px;
}
.l-job-satisfaction-initiative__item:nth-child(even) .l-job-satisfaction-initiative__item-img {
  padding-right: 15px;
}
.l-job-satisfaction-initiative__item:nth-child(even) .l-job-satisfaction-initiative__item-body {
  padding-left: 17px;
}
.l-job-satisfaction-initiative__item:last-child {
  margin-bottom: 0;
}
.l-job-satisfaction-initiative__item-img {
  width: 50%;
}
@media (max-width: 767px) {
  .l-job-satisfaction-initiative__item-img {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 5.1282051282vw;
  }
}
.l-job-satisfaction-initiative__item-body {
  padding-top: 17px;
  width: 50%;
}
@media (max-width: 767px) {
  .l-job-satisfaction-initiative__item-body {
    width: 100%;
    padding: 0 !important;
  }
}
.l-job-satisfaction-initiative__item-en {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 44px;
  color: rgba(191, 143, 2, 0.24);
  line-height: 1;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .l-job-satisfaction-initiative__item-en {
    font-size: 40px;
    font-size: 10.2564102564vw;
    margin-bottom: 0;
    text-align: center;
  }
}
.l-job-satisfaction-initiative__item-ttl {
  font-size: 36px;
  font-weight: 700;
  color: #BF8F02;
  line-height: 1.55;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .l-job-satisfaction-initiative__item-ttl {
    font-size: 25px;
    font-size: 6.4102564103vw;
    margin-bottom: 3.5897435897vw;
    line-height: 1.5;
    text-align: center;
  }
}
.l-job-satisfaction-initiative__item-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.125;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-job-satisfaction-initiative__item-txt {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 2.06;
  }
}

/*  研修教育制度 training
*----------------------------------- */
.l-training-mv {
  position: relative;
}
.l-training-mv__body {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 75px;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .l-training-mv__body {
    bottom: 5.1282051282vw;
  }
}
.l-training-mv__en {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 175px;
  color: #fff;
  line-height: 0.85;
  background: linear-gradient(to right, #6C9EFF, #34C4FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .l-training-mv__en {
    font-size: 77px;
    font-size: 19.7435897436vw;
  }
}
.l-training-mv__ttl {
  background-color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 0.85;
  padding: 10px 18px 12px;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .l-training-mv__ttl {
    font-size: 17px;
    font-size: 4.358974359vw;
    padding: 1.2820512821vw 2.5641025641vw 1.2820512821vw 2.8205128205vw;
    margin-top: 2.8205128205vw;
  }
}
.l-training-mv__txt {
  margin-top: 12px;
  font-size: 44px;
  font-weight: 700;
  background-color: #fff;
  line-height: 1.136;
  color: #2FBCF1;
  padding: 13px 13px 15px 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .l-training-mv__txt {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    font-size: 25px;
    font-size: 6.4102564103vw;
    line-height: 1.08;
    gap: 2.3076923077vw;
    padding: 0;
    align-items: center;
    margin-top: 2.8205128205vw;
  }
}
@media (max-width: 767px) {
  .l-training-mv__txt span {
    padding: 2.0512820513vw 3.8461538462vw 2.8205128205vw 3.0769230769vw;
    background-color: #fff;
  }
  .l-training-mv__txt span:first-child {
    padding: 1.7948717949vw 4.358974359vw 3.0769230769vw 2.5641025641vw;
  }
}

.l-training-message {
  padding-top: 50px;
  padding-bottom: 118px;
  background: linear-gradient(to right, #34C4FF, #6C9EFF);
  color: #fff;
}
@media (max-width: 767px) {
  .l-training-message {
    padding-top: 10vw;
    padding-bottom: 22.3076923077vw;
  }
}
.l-training-message__ttl {
  text-align: center;
  font-size: 36px;
  line-height: 1.66;
  font-weight: 700;
}
@media (max-width: 767px) {
  .l-training-message__ttl {
    font-size: 30px;
    font-size: 7.6923076923vw;
    line-height: 1.4;
  }
}
.l-training-message__ttl.ttl-1 {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .l-training-message__ttl.ttl-1 {
    margin-bottom: 5.3846153846vw;
  }
}
.l-training-message__ttl.ttl-2 {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .l-training-message__ttl.ttl-2 {
    margin-bottom: 5.8974358974vw;
  }
}
.l-training-message__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.125;
}
@media (max-width: 767px) {
  .l-training-message__txt {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 2.06;
  }
}
.l-training-message__txt.txt-1 {
  text-align: center;
  margin-bottom: 95px;
}
@media (max-width: 767px) {
  .l-training-message__txt.txt-1 {
    text-align: left;
    margin-bottom: 15.1282051282vw;
  }
}
.l-training-message__img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .l-training-message__img {
    margin-bottom: 9.7435897436vw;
    display: flex;
    flex-direction: column;
    gap: 4.6153846154vw;
  }
}

.l-training-contents {
  background-color: #fff;
  padding-top: 73px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .l-training-contents {
    padding-top: 19.4871794872vw;
  }
}
.l-training-contents__item {
  margin-bottom: 92px;
}
@media (max-width: 767px) {
  .l-training-contents__item {
    margin-bottom: 13.3333333333vw;
  }
}
.l-training-contents__item:last-child {
  margin-bottom: 0;
}
.l-training-contents__item.item-1 .l-training-contents__ttl {
  color: rgba(108, 158, 255, 0.24);
}
.l-training-contents__item.item-1 .l-training-contents__ttl-sub {
  color: #6C9EFF;
}
.l-training-contents__item.item-1 .l-training-contents__col {
  flex-direction: row-reverse;
}
.l-training-contents__item.item-1 .l-training-contents__img {
  padding-left: 33px;
}
.l-training-contents__item.item-2 .l-training-contents__ttl, .l-training-contents__item.item-4 .l-training-contents__ttl {
  color: rgba(47, 188, 241, 0.24);
}
.l-training-contents__item.item-2 .l-training-contents__ttl-sub, .l-training-contents__item.item-4 .l-training-contents__ttl-sub {
  color: #2FBCF1;
  text-align: center;
}
.l-training-contents__item.item-2 .l-training-contents__img, .l-training-contents__item.item-4 .l-training-contents__img {
  width: 764px;
  margin: 0 auto 30px;
}
.l-training-contents__item.item-2 .l-training-contents__txt, .l-training-contents__item.item-4 .l-training-contents__txt {
  max-width: 1100px;
  margin: 0 auto 30px;
}
.l-training-contents__item.item-3 .l-training-contents__ttl {
  color: rgba(108, 158, 255, 0.24);
}
.l-training-contents__item.item-3 .l-training-contents__ttl-sub {
  color: #6C9EFF;
}
.l-training-contents__item.item-3 .l-training-contents__img {
  padding-right: 33px;
}
.l-training-contents__ttl {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 104px;
  line-height: 1.259;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .l-training-contents__ttl {
    font-size: 51px;
    font-size: 13.0769230769vw;
    line-height: 1.07;
    margin-bottom: 5.641025641vw;
  }
}
.l-training-contents__ttl-sub {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .l-training-contents__ttl-sub {
    font-size: 30px;
    font-size: 7.6923076923vw;
    line-height: 1.4;
    margin-bottom: 3.0769230769vw;
    text-align: left !important;
  }
}
.l-training-contents__txt {
  font-size: 16px;
  line-height: 2.125;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-training-contents__txt {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 2.06;
  }
}
.l-training-contents__col {
  display: flex;
}
@media (max-width: 767px) {
  .l-training-contents__col {
    display: block;
  }
}
.l-training-contents__body {
  width: 50%;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .l-training-contents__body {
    width: 100%;
    padding-top: 0;
  }
}
.l-training-contents__img {
  width: 50%;
}
@media (max-width: 767px) {
  .l-training-contents__img {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 5.641025641vw !important;
  }
}

/*# sourceMappingURL=page03.css.map */
