@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.js-fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  /* .fadeinが追加要素が隣接していると、遅れてフェードインする */
}
.js-fadein.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.7s cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.7s cubic-bezier(0, 0, 0.25, 1);
}

/*-------------
スマホ
-------------*/
/*英語フォント*/
.p-pickup-post-link__button a, .p-about-list__title, .p-about-list__text01-en, .p-infolink__button a .en, .p-infolink__news-title, .p-infolink__news-text time, .p-fv__title-en, .c-recruit2023-title__en {
  font-family: "Roboto", sans-serif;
  font-display: optional;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/*トップページ　最初の文字のアニメーション*/
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*トップページ トラックのアニメーション*/
.is-fadeInUp {
  opacity: 0;
}
.is-fadeInUp.js-loadanim {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.is-fadeInUp.js-loadanim.is-fadeInUp--01 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.is-fadeInUp.js-loadanim.is-fadeInUp--02 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.is-fadeInUp.js-loadanim.is-fadeInUp--03 {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}

/*トップページ　段ボールスライド*/
@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
/*下層ページ　アニメーション*/
@-webkit-keyframes pageAnim {
  0% {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes pageAnim {
  0% {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/* ------------------------------------------------- *
 *    container　採用情報2023
 * ------------------------------------------------- */
.l-container--recruit2023 {
  position: relative;
}
@media print, screen and (min-width:768px) {
  .l-container--recruit2023 {
    width: 1200px;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width:767px) {
  .l-container--recruit2023 {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}

/*
 * # 見出し
 */
.c-recruit2023-title {
  color: #00a73f;
}
.c-recruit2023-title__en {
  display: block;
  font-weight: bold;
  line-height: 1.31;
}
@media only screen and (max-width:767px) {
  .c-recruit2023-title__en {
    font-size: 4rem;
  }
}
@media print, screen and (min-width:768px) {
  .c-recruit2023-title__en {
    font-size: 7rem;
  }
}
.c-recruit2023-title__jp {
  display: block;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width:767px) {
  .c-recruit2023-title__jp {
    font-size: 1.3rem;
    margin-top: 0.2em;
  }
}
@media print, screen and (min-width:768px) {
  .c-recruit2023-title__jp {
    font-size: 1.7rem;
    margin-top: 0.6em;
  }
}

.p-fv {
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
  /*スライド*/
}
@media only screen and (max-width:767px) {
  .p-fv {
    height: 145.3846153846vw;
    border-bottom-left-radius: 17.9487179487vw;
    border-bottom-right-radius: 17.9487179487vw;
  }
}
@media print, screen and (min-width:768px) {
  .p-fv {
    height: 640px;
    border-bottom-left-radius: 65px;
    border-bottom-right-radius: 65px;
  }
}
.p-fv__title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 10;
  text-align: left;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-fv__title-jp {
  display: block;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width:767px) {
  .p-fv__title-jp {
    font-size: 6.6666666667vw;
    line-height: 1.69;
  }
}
@media print, screen and (min-width:768px) {
  .p-fv__title-jp {
    font-size: 5.6rem;
    line-height: 1.55;
  }
}
.p-fv__title-en {
  display: block;
  font-weight: bold;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width:767px) {
  .p-fv__title-en {
    font-size: 3.8461538462vw;
    line-height: 1.73;
    margin-top: 1.2em;
  }
}
@media print, screen and (min-width:768px) {
  .p-fv__title-en {
    font-size: 2.5rem;
    line-height: 1.52;
    margin-top: 1.2em;
  }
}
.p-fv-slide {
  width: 100%;
  z-index: 1;
  background-color: var(--color-main);
}
@media only screen and (max-width:767px) {
  .p-fv-slide {
    height: 145.3846153846vw;
  }
}
@media print, screen and (min-width:768px) {
  .p-fv-slide {
    height: 640px;
  }
}
.p-fv-slide__list {
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  min-width: 100%;
  min-width: 100vw;
  max-width: none;
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  .p-fv-slide__list {
    min-height: 145.3846153846vw;
    border-bottom-left-radius: 17.9487179487vw;
    border-bottom-right-radius: 17.9487179487vw;
  }
}
@media print, screen and (min-width:768px) {
  .p-fv-slide__list {
    min-height: 640px;
    border-bottom-left-radius: 65px;
    border-bottom-right-radius: 65px;
  }
}
@media only screen and (max-width:767px) {
  .p-fv-slide__list--01 {
    background-image: url("../../images/recruit2023/bg_fv_01_sp.jpg");
  }
}
@media print, screen and (min-width:768px) {
  .p-fv-slide__list--01 {
    background-image: url("../../images/recruit2023/bg_fv_01.jpg");
  }
}
@media only screen and (max-width:767px) {
  .p-fv-slide__list--02 {
    background-image: url("../../images/recruit2023/bg_fv_02_sp.jpg");
  }
}
@media print, screen and (min-width:768px) {
  .p-fv-slide__list--02 {
    background-image: url("../../images/recruit2023/bg_fv_02.jpg");
  }
}
@media only screen and (max-width:767px) {
  .p-fv-slide__list--03 {
    background-image: url("../../images/recruit2023/bg_fv_03_sp.jpg");
  }
}
@media print, screen and (min-width:768px) {
  .p-fv-slide__list--03 {
    background-image: url("../../images/recruit2023/bg_fv_03.jpg");
  }
}
.p-fv-slide__list::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #1c1616;
  mix-blend-mode: multiply;
}

@media only screen and (max-width:767px) {
  .p-infolink {
    margin: 4.5rem auto;
  }
}
@media print, screen and (min-width:768px) {
  .p-infolink {
    margin: 4.6rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.p-infolink__button {
  /*ボタンを追従させる*/
}
.p-infolink__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background: #fb8500;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 50%;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  .p-infolink__button a {
    width: 100%;
    padding: 2rem 3.5rem;
    border-radius: 35px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width:768px) {
  .p-infolink__button a {
    width: 28.3rem;
    padding: 1.4rem 3.8rem;
    border-radius: 35px;
    font-size: 2.2rem;
    line-height: 1.3;
  }
}
.p-infolink__button a .en {
  display: block;
}
@media only screen and (max-width:767px) {
  .p-infolink__button a .en {
    display: none;
  }
}
.p-infolink__button a .jp {
  display: block;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width:768px) {
  .p-infolink__button a .jp {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
@media print, screen and (min-width:768px) {
  .p-infolink__button a .jp {
    font-size: 1.2rem;
  }
}
.p-infolink__button a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3rem;
  margin: auto;
  content: "";
  display: block;
  width: 2.222rem;
  aspect-ratio: 1/1;
  background: url(../../images/recruit2023/icn_arrow_right_02.svg) no-repeat center center/contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media print, screen and (min-width:768px) {
  .p-infolink__button a::after {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
}
@media print, screen and (min-width:768px) {
  .p-infolink__button a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}
.p-infolink__button--fixed {
  /* 通常の状態 */
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  visibility: hidden;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  /* 非表示状態 */
  /* 表示状態のトランジション */
}
.p-infolink__button--fixed.is-hidden {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  pointer-events: none;
  visibility: hidden;
}
.p-infolink__button--fixed.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
}
@media only screen and (max-width:767px) {
  .p-infolink__button--fixed a {
    padding: 0.9rem 3.7rem 0.9rem 2.5rem;
  }
}
@media only screen and (max-width:767px) {
  .p-infolink__button--fixed a .jp {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width:767px) {
  .p-infolink__button--fixed a::after {
    right: 1.3rem;
    width: 1.822rem;
  }
}
.p-infolink__news {
  text-align: left;
}
@media print, screen and (min-width:768px) {
  .p-infolink__news {
    width: 938px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.p-infolink__news-title {
  font-weight: bold;
  color: #00ab25;
}
@media only screen and (max-width:767px) {
  .p-infolink__news-title {
    font-size: 2rem;
    margin: 2rem 0 0.6rem;
  }
}
@media print, screen and (min-width:768px) {
  .p-infolink__news-title {
    width: 6rem;
    font-size: 2.2rem;
    margin-right: 2em;
  }
}
.p-infolink__news-text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-infolink__news-text time {
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  .p-infolink__news-text time {
    font-size: 1.3rem;
    width: 7.8rem;
  }
}
@media print, screen and (min-width:768px) {
  .p-infolink__news-text time {
    width: 9.8rem;
    font-size: 1.7rem;
  }
}
.p-infolink__news-text p {
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  .p-infolink__news-text p {
    width: calc(100% - 7.8rem);
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width:768px) {
  .p-infolink__news-text p {
    width: calc(100% - 9.8rem);
    font-size: 1.5rem;
  }
}

.p-message {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width:767px) {
  .p-message {
    margin-top: 11rem;
    margin-bottom: -38vw;
  }
}
@media print, screen and (min-width:768px) {
  .p-message {
    margin-top: 17rem;
    padding-bottom: 500px;
    margin-bottom: -308px;
  }
}
@media only screen and (max-width:767px) {
  .p-message__contents {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width:768px) {
  .p-message__contents {
    overflow: hidden;
    margin-top: 8rem;
  }
}
.p-message__headline {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.07em;
  text-align: left;
  color: #2a2d3f;
}
@media only screen and (max-width:767px) {
  .p-message__headline {
    margin-bottom: 5rem;
    line-height: 1.79;
    font-size: 5.7vw;
  }
}
@media print, screen and (min-width:768px) {
  .p-message__headline {
    font-size: 3.2rem;
    line-height: 1.9;
    display: inline-block;
  }
}
.p-message__text {
  font-weight: bold;
  text-align: left;
  color: #2b2d3e;
}
@media only screen and (max-width:767px) {
  .p-message__text {
    margin-top: 5rem;
    margin-bottom: 5rem;
    font-size: 1.3rem;
    line-height: 2.86;
  }
}
@media print, screen and (min-width:768px) {
  .p-message__text {
    margin-top: 3rem;
    font-size: 1.7rem;
    line-height: 2.94;
  }
}
@media print, screen and (min-width:768px) {
  .p-message__image--01 {
    float: right;
    width: 43.90625%;
  }
}
@media only screen and (max-width:767px) {
  .p-message__image--02 {
    width: 45.3846153846vw;
    margin-bottom: 4.5rem;
  }
}
@media print, screen and (min-width:768px) {
  .p-message__image--02 {
    position: absolute;
    left: 0;
    bottom: 22.1rem;
    width: 25.7rem;
  }
}
@media only screen and (max-width:767px) {
  .p-message__image--03 {
    margin-left: 10vw;
  }
}
@media print, screen and (min-width:768px) {
  .p-message__image--03 {
    position: absolute;
    left: 42.8rem;
    bottom: 0;
    width: 43.3rem;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}
.p-message__image img {
  max-width: 100%;
  height: auto;
}

.p-about__wrap {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #00a73f;
}
@media only screen and (max-width:767px) {
  .p-about__wrap {
    padding-top: 65vw;
    padding-bottom: 12vw;
    background-image: url(../../images/recruit2023/bg_about_01_sp.png);
  }
}
@media print, screen and (min-width:768px) {
  .p-about__wrap {
    padding-top: 406px;
    padding-bottom: 66px;
    background-image: url("../../images/recruit2023/bg_about_01.png");
  }
}
.p-about__inner {
  max-width: 1097px;
  position: relative;
}
.p-about__title {
  color: #fff;
}
.p-about__title-en {
  line-height: 1.1;
}
.p-about__title-jp {
  margin-top: 0;
}
.p-about__headline {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.07em;
  text-align: left;
  color: #2a2d3f;
}
@media only screen and (max-width:767px) {
  .p-about__headline {
    margin-bottom: 5rem;
    font-size: 2.4rem;
    line-height: 1.79;
  }
}
@media print, screen and (min-width:768px) {
  .p-about__headline {
    font-size: 3.2rem;
    line-height: 1.9;
    display: inline-block;
  }
}
.p-about__text {
  font-weight: bold;
  text-align: left;
  color: #fff;
}
@media only screen and (max-width:767px) {
  .p-about__text {
    margin-top: 5rem;
    margin-bottom: 5rem;
    font-size: 1.3rem;
    line-height: 2.86;
  }
}
@media print, screen and (min-width:768px) {
  .p-about__text {
    margin-top: 7.5rem;
    font-size: 2rem;
    line-height: 3;
  }
}
.p-about__image {
  position: absolute;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width:767px) {
  .p-about__image {
    top: 7vw;
    right: 20px;
    width: 37%;
    background-image: url("../../images/recruit2023/images_about_01_sp.png");
    padding-top: 56.8662%;
  }
}
@media print, screen and (min-width:768px) {
  .p-about__image {
    top: 90px;
    right: 0;
    width: 37%;
    max-width: 361px;
    max-height: 319px;
    background-image: url("../../images/recruit2023/images_about_01.png");
    padding-top: 29.2656%;
  }
}
.p-about__image img {
  width: 100%;
  height: auto;
}
.p-about__image-width {
  margin-top: -2px;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width:767px) {
  .p-about__image-width {
    background-image: url("../../images/recruit2023/images_about_02_sp.jpg");
    padding-top: 58.9743%;
  }
}
@media print, screen and (min-width:768px) {
  .p-about__image-width {
    background-image: url("../../images/recruit2023/images_about_02.jpg");
    padding-top: 30.2083%;
  }
}

.p-about-list {
  text-align: center;
  margin-bottom: 3.5rem;
}
@media print, screen and (min-width:768px) {
  .p-about-list {
    margin-top: 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-about-list__item {
  position: relative;
  margin: 3rem auto;
  width: 258px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
}
@media print, screen and (min-width:768px) {
  .p-about-list__item {
    width: 31.6317228806%;
  }
}
.p-about-list__title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
  color: #fb8500;
}
@media only screen and (max-width:767px) {
  .p-about-list__title {
    top: 3.5rem;
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width:768px) {
  .p-about-list__title {
    top: 4rem;
    font-size: 3rem;
  }
}
.p-about-list__textbox {
  height: 100%;
  color: #2a2d3f;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:767px) {
  .p-about-list__textbox {
    padding-top: 2em;
  }
}
@media print, screen and (min-width:768px) {
  .p-about-list__textbox {
    padding-top: 3em;
  }
}
.p-about-list__text01-en {
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  .p-about-list__text01-en {
    font-size: 1.4rem;
    line-height: 1.43;
  }
}
@media print, screen and (min-width:768px) {
  .p-about-list__text01-en {
    font-size: 2rem;
  }
}
.p-about-list__text01-jp {
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  .p-about-list__text01-jp {
    font-size: 1.4rem;
    line-height: 1.66;
    margin-top: 0.9em;
  }
}
@media print, screen and (min-width:768px) {
  .p-about-list__text01-jp {
    font-size: 2rem;
    line-height: 1.65;
    margin-top: 0.9em;
  }
}
.p-about-list__text02 {
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  .p-about-list__text02 {
    font-size: 1.7rem;
    line-height: 1.94;
  }
}
@media print, screen and (min-width:768px) {
  .p-about-list__text02 {
    font-size: 2rem;
    line-height: 1.75;
  }
}
.p-about-list__text03 {
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  .p-about-list__text03 {
    font-size: 1.7rem;
    line-height: 2.35;
  }
}
@media print, screen and (min-width:768px) {
  .p-about-list__text03 {
    font-size: 2rem;
    line-height: 2.1;
  }
}

.p-gallery {
  background-color: #f5f5f5;
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  .p-gallery {
    padding: 7rem 0 0;
    border-bottom-left-radius: 17.9487179487vw;
    border-bottom-right-radius: 17.9487179487vw;
  }
}
@media print, screen and (min-width:768px) {
  .p-gallery {
    padding: 18rem 0;
    border-bottom-left-radius: 65px;
    border-bottom-right-radius: 65px;
  }
}
@media print, screen and (min-width:768px) {
  .p-gallery__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-gallery__text {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #2a2d3f;
  line-height: 1.85;
}
@media only screen and (max-width:767px) {
  .p-gallery__text {
    margin-top: 3rem;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width:768px) {
  .p-gallery__text {
    margin-top: 4.5rem;
    margin-left: 7rem;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}

@media only screen and (max-width:767px) {
  .p-gallery-slide-wrap {
    margin-bottom: 10rem;
  }
}

.p-gallery-slide {
  position: relative;
}
@media only screen and (max-width:767px) {
  .p-gallery-slide {
    margin-top: 4.5rem;
    padding-bottom: 6.2rem;
  }
}
@media print, screen and (min-width:768px) {
  .p-gallery-slide {
    width: 100%;
    margin-top: 10rem;
    padding-bottom: 6.2rem;
  }
}
@media only screen and (max-width:767px) {
  .p-gallery-slide__list {
    padding: 0 0.7rem;
  }
}
@media print, screen and (min-width:768px) {
  .p-gallery-slide__list {
    max-width: 762px;
    width: 100%;
    padding: 0 32px;
  }
}
.p-gallery-slide__list.slick-center .p-gallery-slide__image:after {
  opacity: 0;
}
.p-gallery-slide__image {
  position: relative;
}
.p-gallery-slide__image::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #000a0a;
  mix-blend-mode: multiply;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  will-change: opacity;
}
.p-gallery-slide__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.p-gallery {
  /*Swiperの要素========*/
  /*矢印*/
  /*ドット部分*/
}
.p-gallery .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  height: 4.4rem;
  aspect-ratio: 1/1;
  padding: 0;
  background: transparent;
  border: solid 1px #00a73f;
  border-radius: 50%;
  z-index: 5;
  background: url(../../images/recruit2023/icn_arrow_bottom_02.svg) no-repeat center center;
}
@media only screen and (max-width:767px) {
  .p-gallery .slick-arrow {
    background-size: auto 12px;
  }
}
@media print, screen and (min-width:768px) {
  .p-gallery .slick-arrow {
    background-size: auto 14px;
    -webkit-transition: background, border 0.2s;
    transition: background, border 0.2s;
  }
}
@media print, screen and (min-width:768px) {
  .p-gallery .slick-arrow:hover {
    background-image: url(../../images/recruit2023/icn_arrow_bottom_02_hover.svg);
    border-color: #fb8500;
  }
}
.p-gallery .slick-arrow--prev {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (max-width:767px) {
  .p-gallery .slick-arrow--prev {
    right: 122px;
  }
}
@media print, screen and (min-width:768px) {
  .p-gallery .slick-arrow--prev {
    left: 0;
    margin: auto;
    right: -492px;
  }
}
.p-gallery .slick-arrow--next {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media only screen and (max-width:767px) {
  .p-gallery .slick-arrow--next {
    right: 30px;
  }
}
@media print, screen and (min-width:768px) {
  .p-gallery .slick-arrow--next {
    left: 0;
    margin: auto;
    right: -655px;
  }
}
.p-gallery .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 26px;
  height: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4;
}
@media print, screen and (min-width:768px) {
  .p-gallery .slick-dots {
    max-width: 762px;
    width: 100%;
    right: 0;
    margin: auto;
    -webkit-transform: translateX(-26%);
            transform: translateX(-26%);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.p-gallery .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-gallery .slick-dots button {
  width: 0.7rem;
  height: 0.7rem;
  border: none;
  text-indent: -9999px;
  border-radius: 50%;
  padding: 0;
  margin: 0 0.7rem;
  background-color: #dbdbdb;
}
.p-gallery .slick-dots .slick-active button {
  background-color: #fb8500;
}

@media only screen and (max-width:767px) {
  .p-pickup {
    margin-top: 8.8rem;
    margin-bottom: 12.5rem;
  }
}
@media print, screen and (min-width:768px) {
  .p-pickup {
    margin-top: 16.5rem;
    margin-bottom: 15rem;
  }
}

/*Pick Up　トップページ記事表示部分*/
@media only screen and (max-width:767px) {
  .p-pickup-post-box {
    margin-top: 5rem;
    gap: 5.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width:768px) {
  .p-pickup-post-box {
    margin-top: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4.8979591837%;
  }
}
@media print, screen and (min-width:768px) {
  .p-pickup-post-box .p-main-post {
    width: 30.1020408163%;
  }
}
.p-pickup-post-box::after {
  display: none;
}

@media only screen and (max-width:767px) {
  .p-pickup-post-link {
    margin: 6rem auto 0;
  }
}
@media print, screen and (min-width:768px) {
  .p-pickup-post-link {
    margin: 4.5rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-pickup-post-link__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  background: #14a83b;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 50%;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  .p-pickup-post-link__button a {
    width: 100%;
    padding: 2rem 3.5rem;
    border-radius: 35px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width:768px) {
  .p-pickup-post-link__button a {
    width: min(361px, 36.1vw);
    padding: 1.8rem 3.8rem;
    border-radius: 35px;
    font-size: 2.2rem;
  }
}
.p-pickup-post-link__button a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3rem;
  margin: auto;
  content: "";
  display: block;
  width: 2.222rem;
  aspect-ratio: 1/1;
  background: url(../../images/recruit2023/icn_arrow_right_02.svg) no-repeat center center/contain;
}
@media print, screen and (min-width:768px) {
  .p-pickup-post-link__button a:after {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
}
@media print, screen and (min-width:768px) {
  .p-pickup-post-link__button a:hover {
    background: #fb8500;
    text-decoration: none;
  }
}

.p-main-post {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}
.p-main-post a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.p-main-post a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.p-main-post a:hover img {
  opacity: 1;
}
.p-main-post__img img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 522/337;
}
.p-main-post__textarea {
  padding-top: 1.8rem;
}
@media print, screen and (min-width:768px) {
  .p-main-post__textarea {
    padding-top: 2rem;
  }
}
.p-main-post__cats {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: normal;
  margin-right: 0.5rem;
  padding: 0.4em 1.25em;
  border-radius: 11.5rem;
  background: #fb8500;
  color: #fff;
  line-height: 1;
}
@media print, screen and (min-width:768px) {
  .p-main-post__cats {
    padding: 0.45em 1.15em;
    font-size: 1.4rem;
    border-radius: 1.4rem;
  }
}
.p-main-post__title {
  margin-top: 1.2rem;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-size: 1.5rem;
}
@media (min-width: 769px) {
  .p-main-post__title {
    margin-top: 1.8rem;
  }
}
.p-main-post__tags {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-main-post__tags li {
  display: inline-block;
  margin-right: 0.8em;
  font-weight: 500;
  color: #707070;
  position: relative;
}
.p-main-post__tags li::before {
  content: "#";
  color: #00aa3d;
}
.p-main-post time {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: #707070;
  display: inline-block;
}

.p-info {
  background-color: #f5f5f5;
}
.p-info__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .p-info__image--01 {
    background-image: url("../../images/recruit2023/images_info_01_sp.jpg");
    padding-top: 70.8974%;
  }
}
@media print, screen and (min-width:768px) {
  .p-info__image--01 {
    background-image: url("../../images/recruit2023/images_info_01.jpg");
    padding-top: 36.5104%;
  }
}
@media only screen and (max-width:767px) {
  .p-info__image--02 {
    background-image: url("../../images/recruit2023/images_info_02_sp.jpg");
    padding-top: 59.4871%;
  }
}
@media print, screen and (min-width:768px) {
  .p-info__image--02 {
    background-image: url("../../images/recruit2023/images_info_02.jpg");
    padding-top: 34.1488%;
  }
}
.p-info__wrap {
  position: relative;
  background-color: #f5f5f5;
}
@media only screen and (max-width:767px) {
  .p-info__wrap {
    margin-top: -17vw;
    padding: 11rem 0 9rem;
    border-top-left-radius: 17.9487179487vw;
    border-top-right-radius: 17.9487179487vw;
  }
}
@media print, screen and (min-width:768px) {
  .p-info__wrap {
    margin-top: -65px;
    padding: 18rem 0 9rem;
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
  }
}
.p-info__title-en {
  line-height: 1.1;
}
.p-info__title-jp {
  margin-top: 0;
}

/*
 * #  タブ部分
 * https://bagelee.com/design/css/create_tabs_using_only_css/
 */
.p-info-tabs {
  /*ラジオボタンを全て消す*/
  /*タブのスタイル*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのスタイルを変える*/
}
@media only screen and (max-width:767px) {
  .p-info-tabs {
    margin-top: 6rem;
  }
}
@media print, screen and (min-width:768px) {
  .p-info-tabs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
    -ms-grid-rows: 58px 58px 1fr;
    grid-template-rows: 58px 58px 1fr;
    overflow: hidden;
    margin-top: 12rem;
  }
  .p-info-tabs > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-info-tabs > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-info-tabs > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-info-tabs > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-info-tabs > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-info-tabs > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
.p-info-tabs input[name=tab-item] {
  display: none;
}
.p-info-tabs__item {
  display: block;
  font-weight: bold;
  color: #919191;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .p-info-tabs__item {
    line-height: 2.5;
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width:768px) {
  .p-info-tabs__item {
    width: 300px;
    font-size: 2rem;
    margin-bottom: 1em;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .p-info-tabs__item:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .p-info-tabs__item:nth-of-type(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.p-info-tabs__item:hover {
  color: #00a73f;
}
.p-info-tabs__contents {
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width:767px) {
  .p-info-tabs__contents {
    margin-top: 1rem;
  }
}
@media print, screen and (min-width:768px) {
  .p-info-tabs__contents {
    width: 100%;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
  }
}
input:checked + .p-info-tabs__item {
  color: #00a73f;
}

/*選択されているタブのコンテンツのみを表示
①HTMLのタブを増やしたら、ここも増やす
②inputとlabelとタブのコンテンツ部分のhtmlは同じ階層にする必要がある */
#business:checked ~ #business-contents,
#engineer:checked ~ #enjineaa-contents,
#newgraduate:checked ~ #newgraduate-contents {
  display: block;
}
@media print, screen and (min-width:768px) {
  #business:checked ~ #business-contents,
  #engineer:checked ~ #enjineaa-contents,
  #newgraduate:checked ~ #newgraduate-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-info-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .p-info-link-wrap + .p-info-link__title-orange {
    margin-top: 2.8em;
  }
}

.p-info-link {
  border-bottom: solid 1px #c1c1c1;
  text-align: left;
}
@media only screen and (max-width:767px) {
  .p-info-link {
    margin-top: 3rem;
    width: 100%;
  }
}
@media print, screen and (min-width:768px) {
  .p-info-link {
    width: 45.0056116723%;
    margin-right: 9.9887766554%;
    margin-bottom: 6rem;
  }
  .p-info-link:nth-of-type(2n) {
    margin-right: 0;
  }
}
.p-info-link.no-line {
  border: none;
}
.p-info-link.no-line > a {
  padding-bottom: 0;
  padding-right: 0;
}
.p-info-link > a {
  display: block;
  position: relative;
  padding: 0 5.5rem 3rem 0;
  cursor: pointer;
}
.p-info-link > a:hover {
  text-decoration: none;
}
@media print, screen and (min-width:768px) {
  .p-info-link > a:hover .p-info-link__button {
    background: #fb8500;
    text-decoration: none;
  }
  .p-info-link > a:hover .p-info-link__button:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.p-info-link > a:hover .p-info-link__link-text {
  text-decoration: underline;
}
.p-info-link img {
  max-width: 100%;
  height: auto;
}
.p-info-link img + .p-info-link__link-text {
  margin-top: 0.3em;
}
.p-info-link__title {
  font-weight: bold;
  color: #00a73f;
}
@media only screen and (max-width:767px) {
  .p-info-link__title {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width:768px) {
  .p-info-link__title {
    margin-bottom: 0.7em;
    font-size: 1.7rem;
  }
}
.p-info-link__title-orange {
  width: 100%;
  font-weight: bold;
  color: #f18d00;
}
@media only screen and (max-width:767px) {
  .p-info-link__title-orange {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width:768px) {
  .p-info-link__title-orange {
    margin-bottom: 1.2em;
    font-size: 1.7rem;
  }
}
.p-info-link__text {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #2a2d3f;
  line-height: 1.85;
}
@media only screen and (max-width:767px) {
  .p-info-link__text {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width:768px) {
  .p-info-link__text {
    font-size: 1.5rem;
  }
}
.p-info-link__link-text {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #939393;
  line-height: 1.85;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  .p-info-link__link-text {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width:768px) {
  .p-info-link__link-text {
    font-size: 1.5rem;
  }
}
.p-info-link__link-text a {
  color: inherit;
}
.p-info-link__button {
  position: absolute;
  right: 0;
  text-indent: -9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1/1;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width:767px) {
  .p-info-link__button {
    top: 3.3rem;
    width: 4.2rem;
    background-color: #fb8500;
  }
}
@media print, screen and (min-width:768px) {
  .p-info-link__button {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 3.6rem;
    width: 3.6rem;
    background: #14a83b;
  }
}
.p-info-link__button:after {
  right: 3rem;
  margin: auto;
  content: "";
  display: block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url(../../images/recruit2023/icn_arrow_bottom_01.svg) no-repeat center center/contain;
}
@media only screen and (max-width:767px) {
  .p-info-link__button:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media print, screen and (min-width:768px) {
  .p-info-link__button:after {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
}