/* .p-recruit-heading
----------------------------------------------------------------- */
.p-recruit-heading {
  text-align: center;
}

.p-recruit-heading__main {
  display: block;
  font-size: 6rem;
  font-weight: 700;
  color: #ff9000;
  line-height: 1;
  margin-bottom: 25px;
}

.p-recruit-heading__sub {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background-color: #ff9000;
  padding: 5px 10px;
  width: 200px;
}

.p-recruit-heading__inner {
  margin-bottom: 20px;
}

.p-recruit-heading__description {
  font-size: 1.6rem;
  line-height: 2;
}

.p-recruit-heading__description-inner {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-recruit-heading__main {
    font-size: 3rem;
    margin-bottom: 10px;
    line-height: 1.16;
  }

  .p-recruit-heading__sub {
    font-size: 1rem;
    width: 120px;
    padding: 2px 5px 4px;
  }

  .p-recruit-heading__inner {
    margin-bottom: 12px;
  }

  .p-recruit-heading__description {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}


/* ==========================================================================
WE ARE（ホーム）
========================================================================== */

/* .p-we-are
----------------------------------------------------------------- */
.p-we-are {
  background-image: url(../../images/recruit/bg_we-are_pc.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 96px 20px 83px;
}

.p-we-are__heading {
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.p-we-are__heading img {
  filter: drop-shadow(0px 0px 5px #fff);
}

.p-we-are__copy {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.p-we-are__text {
  font-size: 1.6rem;
  line-height: 2.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-we-are {
    background-image: url(../../images/recruit/bg_we-are_sp.jpg);
    padding: 40px 8vw 35px;
  }

  .p-we-are__heading {
    margin-bottom: 20px;
  }

  .p-we-are__copy {
    margin-bottom: 20px;
  }

  .p-we-are__text {
    font-size: 1.1rem;
    line-height: 2.5;
    text-align: left;
  }
}


/* ==========================================================================
先輩社員インタビュー（ホーム）
========================================================================== */

/* .p-home-interview
----------------------------------------------------------------- */
.p-home-interview {
  padding: 38px 20px 60px;
  background-image: url(../../images/recruit/bg_section_pc.png);
  background-position: top -50px center;
  background-repeat: no-repeat;
  background-size: 1920px;
}

.p-home-interview__heading {
  margin-bottom: 40px;
}

.p-home-interview__inner {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-home-interview {
    padding: 25px 8vw 30px;
    background-image: url(../../images/recruit/bg_section_sp.png);
    background-position: top;
    background-size: 100vw;
  }

  .p-home-interview__heading {
    margin-bottom: 25px;
  }
}


/* .p-home-interview-list
----------------------------------------------------------------- */
.p-home-interview-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-home-interview-list__item {
  width: 48.27586%;
}

.p-home-interview-list__item:not(:last-child, :nth-last-child(2)) {
  margin-bottom: 3.44827%;
}

@media screen and (max-width: 768px) {
  .p-home-interview-list {
    display: block;
    padding: 0 4.66666vw;
  }

  .p-home-interview-list__item {
    width: 100%;
  }

  .p-home-interview-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* .p-home-interview-item
----------------------------------------------------------------- */
.p-home-interview-item {
  cursor: pointer;
}

.p-home-interview-item:hover .p-home-interview-item__button {
  color: #fff;
}

.p-home-interview-item:hover .p-home-interview-item__button::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.p-home-interview-item:hover .p-home-interview-item__image {
  opacity: 0;
}

.p-home-interview-item__image-wrapper {
  margin-bottom: 20px;
  position: relative;
  background-size: cover;
}

.p-home-interview-item__image-wrapper.-kato {
  background-image: url(../../images/recruit/image_interview_kato_01_on.jpg);
}

.p-home-interview-item__image-wrapper.-horii {
  background-image: url(../../images/recruit/image_interview_horii_01_on.jpg);
}

.p-home-interview-item__image-wrapper.-yamaguchi {
  background-image: url(../../images/recruit/image_interview_yamaguchi_01_on.jpg);
}

.p-home-interview-item__image-wrapper.-nishimoto {
  background-image: url(../../images/recruit/image_interview_nishimoto_01_on.jpg);
}

.p-home-interview-item__image {
  transition: opacity .35s;
}

.p-home-interview-item__button {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ff9000;
  width: 265px;
  padding: 8px 10px;
}

.p-home-interview-item__button::before {
  transition: transform ease .4s;
}

@media screen and (max-width: 768px) {
  .p-home-interview-item__button {
    font-size: 1rem;
    width: 140px;
    padding: 5px;
  }

  .p-home-interview-item__image-wrapper {
    margin-bottom: 10px;
  }
}


/* ==========================================================================
フォトギャラリー（ホーム）
========================================================================== */

/* .p-home-gallery
----------------------------------------------------------------- */
.p-home-gallery {
  padding: 38px 20px 60px;
  background-image: url(../../images/recruit/bg_section_pc.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 1920px;
}

.p-home-gallery__inner {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.p-home-gallery__heading {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-home-gallery {
    padding: 25px 8vw;
    background-image: url(../../images/recruit/bg_section_sp.png);
    background-size: 100vw;
  }

  .p-home-gallery__heading {
    margin-bottom: 20px;
  }
}

/* .p-home-gallery
----------------------------------------------------------------- */
.p-home-gallery-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-home-gallery-list__item {
  width: 23.27586%;
  overflow: hidden;
  cursor: pointer;
}

.p-home-gallery-list__item:not(:last-child, :nth-last-child(2), :nth-last-child(3), :nth-last-child(4)) {
  margin-bottom: 2.24137%;
}

.p-home-gallery-list__image {
  width: 100%;
  height: 270px;
  object-fit: cover;
  transform: scale(1.001);
}

.p-home-gallery-list__image:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 1024px) {
  .p-home-gallery-list__item {
    width: 31.5%;
  }

  .p-home-gallery-list__item:not(:last-child, :nth-last-child(2), :nth-last-child(3)) {
    margin-bottom: 2.75%;
  }

  .p-home-gallery-list__image {
    height: 230px;
  }
}

@media screen and (max-width: 768px) {
  .p-home-gallery-list__item {
    width: 32.38095%;
  }

  .p-home-gallery-list__item:not(:last-child, :nth-last-child(2), :nth-last-child(3)) {
    margin-bottom: 1.06666vw;
  }

  .p-home-gallery-list__image {
    height: 103px;
  }
}


/* ==========================================================================
募集要項（ホーム）
========================================================================== */

/* .p-home-requirement
----------------------------------------------------------------- */
.p-home-requirement {
  padding: 38px 20px 50px;
  background-image: url(../../images/recruit/bg_section_pc.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 1920px;
}

.p-home-requirement__inner {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.p-home-requirement__heading {
  margin-bottom: 50px;
}


@media screen and (max-width: 768px) {
  .p-home-requirement {
    padding: 18px 8vw 30px;
    background-image: url(../../images/recruit/bg_section_sp.png);
    background-size: 100vw;
  }

  .p-home-requirement__heading {
    margin-bottom: 25px;
  }
}


/* .p-home-requirement-button
----------------------------------------------------------------- */
.p-home-requirement-button {
  display: flex;
  justify-content: space-between;
}

.p-home-requirement-button__item {
  width: 48.93617%;
}

.p-home-requirement-button__link {
  font-size: 2rem;
  font-weight: 500;
  padding: 32px 10px;
  border: 3px solid #ff9000;
}

@media screen and (max-width: 768px) {
  .p-home-requirement-button {
    display: block;
    padding: 0 11.33333vw;
  }

  .p-home-requirement-button__item {
    width: 100%;
  }

  .p-home-requirement-button__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .p-home-requirement-button__link {
    font-size: 1rem;
    padding: 18px 10px;
    border: 2px solid #ff9000;
  }
}


/* ==========================================================================
新卒採用・キャリア採用
========================================================================== */
/* .p-requirement
----------------------------------------------------------------- */
.p-requirement__table {
  margin-bottom: 60px;
}

.p-requirement__heading {
  margin-bottom: 50px;
}

.p-requirement__table-heading {
  margin-bottom: 40px;
}

.p-requirement__text-link {
  color: #2e68d0;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-color: #2e68d0;
}

.p-requirement-table__text-link:hover {
  text-decoration-color: transparent;
  color: #333;
}

@media screen and (max-width: 768px) {
  .p-requirement__table {
    margin-bottom: 30px;
  }

  .p-requirement__heading {
    margin-bottom: 40px;
  }

  .p-requirement__table-heading {
    margin-bottom: 25px;
  }
}

/* .p-requirement-table
----------------------------------------------------------------- */
.p-requirement-table__text {
  margin-bottom: 8px;
}

.p-requirement-table__item {
  position: relative;
  padding-left: 23px;
}

.p-requirement-table__item:not(:last-child) {
  margin-bottom: 6px;
}

.p-requirement-table__item::after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #333;
  position: absolute;
  left: 3px;
  top: 11px;
}

@media screen and (max-width: 768px) {
  .p-requirement-table__text {
    margin-bottom: 10px;
  }

  .p-requirement-table__item {
    padding-left: 16px;
  }

  .p-requirement-table__item::after {
    width: 5px;
    height: 5px;
    top: 8px;
  }

  .p-requirement-table__item:not(:last-child) {
    margin-bottom: 8px;
  }
}

/* .p-requirement-contact
----------------------------------------------------------------- */
.p-requirement-contact {
  border: 3px solid #eeeeee;
  border-radius: 20px;
  padding: 35px 40px;
}

.p-requirement-contact__heading {
  font-size: 2rem;
  font-weight: 700;
  color: #ff9000;
  margin-bottom: 20px;
  position: relative;
  padding-left: 45px;
}

.p-requirement-contact__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-image: url(../../images/recruit/icon_phone.png);
  width: 33px;
  height: 33px;
  background-size: 32px auto;
}

.p-requirement-contact__text {
  font-size: 1.7rem;
  line-height: 1.7;
}

.p-requirement-contact__text:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .p-requirement-contact {
    padding: 20px 25px;
    border-radius: 16px;
  }

  .p-requirement-contact__heading {
    font-size: 1.6rem;
    padding-left: 27px;
    margin-bottom: 10px;
  }

  .p-requirement-contact__text {
    font-size: 1.2rem;
  }

  .p-requirement-contact__text:not(:last-child) {
    margin-bottom: 8px;
  }

  .p-requirement-contact__heading::after {
    width: 22px;
    height: 22px;
    background-size: 21px auto;
  }
}


/* ==========================================================================
先輩社員インタビュー
========================================================================== */

/* .p-interview
----------------------------------------------------------------- */
.p-interview__content {
  padding: 8.18181%;
  box-shadow: 0 0 30px #e5e5e5;
  border-radius: 30px;
  margin-bottom: 70px;
}

.p-interview__senior {
  margin-bottom: 80px;
}

.p-interview__item {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .p-interview__content {
    padding: 9.33333vw 8vw;
    margin-bottom: 30px;
  }

  .p-interview__senior {
    margin-bottom: 30px;
  }

  .p-interview__item {
    margin-bottom: 25px;
  }
}

/* .p-senior
----------------------------------------------------------------- */
.p-senior {
  display: flex;
  align-items: center;
}

.p-senior__image-wrapper {
  flex: 0 1 50%;
  margin-right: 3.26086%;
}

.p-senior__body {
  flex: 1;
}

.p-senior__name {
  font-weight: 500;
  margin-bottom: 20px;
}

.p-senior__name-sub {
  display: block;
  font-size: 1.7rem;
  color: #ff9000;
  line-height: 1.3;
}

.p-senior__name-main {
  display: block;
  font-size: 2.5rem;
}

.p-senior__voice {
  font-size: 2.2rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

.p-senior__profile-item {
  font-size: 1.5rem;
  position: relative;
  padding-left: 18px;
}

.p-senior__profile-item:not(:last-child) {
  margin-bottom: 17px;
}

.p-senior__profile-item::after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 10px;
  background-color: #ff9000;
  position: absolute;
  left: 0;
  top: 7px;
}

@media screen and (max-width: 768px) {
  .p-senior {
    display: block;
  }

  .p-senior__image-wrapper {
    width: 100%;
    margin: 0 0 17px 0;
  }

  .p-senior__name {
    margin-bottom: 15px;
  }

  .p-senior__name-sub {
    font-size: 1rem;
  }

  .p-senior__name-main {
    font-size: 1.5rem;
  }

  .p-senior__voice {
    font-size: 1.25rem;
    line-height: 1.7;
    margin-bottom: 18px;
  }

  .p-senior__profile-item {
    font-size: 1.1rem;
    padding-left: 12px;
  }

  .p-senior__profile-item:not(:last-child) {
    margin-bottom: 7px;
  }

  .p-senior__profile-item::after {
    width: 5.5px;
    height: 5.5px;
    top: 6px;
  }
}

/* .p-interview-item
----------------------------------------------------------------- */
.p-interview-item__number {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ff9000;
}

.p-interview-item__heading {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 17px;
}

@media screen and (max-width: 768px) {
  .p-interview-item__number {
    font-size: 1.1rem;
    margin-bottom: 3px;
  }

  .p-interview-item__heading {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 6px;
  }

  .p-interview-item__answer {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}

/* .p-interview-box
----------------------------------------------------------------- */
.p-interview-box {
  display: flex;
}

.p-interview-box__body {
  flex: 1;
  margin-right: 4.34782%;
}

.p-interview-box__image-wrapper {
  flex: 0 1 40.21739%;
}

.p-interview-box__item:not(:last-child) {
  margin-bottom: 40px;
}

/* .-reverse */
.p-interview-box.-reverse {
  flex-direction: row-reverse;
}

.p-interview-box.-reverse .p-interview-box__body {
  margin-right: 0;
}

.p-interview-box.-reverse .p-interview-box__image-wrapper {
  margin-right: 4.34782%;
}

@media screen and (max-width: 768px) {
  .p-interview-box {
    flex-flow: column;
  }

  .p-interview-box__body {
    margin: 0;
  }

  .p-interview-box__image-wrapper {
    padding: 0 9.33333vw;
  }

  .p-interview-box__item:not(:last-child),
  .p-interview-box__item {
    margin-bottom: 20px;
  }

  /* .-reverse */
  .p-interview-box.-reverse {
    flex-flow: column-reverse;
  }

  .p-interview-box.-reverse .p-interview-box__image-wrapper {
    margin-bottom: 25px;
  }

  .p-interview-box.-reverse .p-interview-box__item:last-child {
    margin-bottom: 0;
  }
}


/* .p-others-interview
----------------------------------------------------------------- */
.p-others-interview__heading {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}

.p-others-interview__list {
  display: flex;
  justify-content: space-between;
}

.p-others-interview__item {
  width: 24%;
}

@media screen and (max-width: 768px) {
  .p-others-interview__heading {
    font-size: 1.5rem;
    margin-bottom: 17px;
  }

  .p-others-interview__list {
    flex-wrap: wrap;
  }

  .p-others-interview__item {
    width: 47.619047%;
  }

  .p-others-interview__item:not(:last-child, :nth-last-child(2)) {
    margin-bottom: 13px;
  }
}

/* .p-others-interview-item
----------------------------------------------------------------- */
.p-others-interview-item {
  cursor: pointer;
}

.p-others-interview-item__image-wrapper {
  margin-bottom: 10px;
  transition: 0.1s;
}

.p-others-interview-item.is-current .p-others-interview-item__image-wrapper,
.p-others-interview-item:hover .p-others-interview-item__image-wrapper {
  outline: 3px solid #ff9000;
  outline-offset: -3px;
}

.p-others-interview-item__caption {
  font-size: 1.5rem;
  line-height: 1.7;
  transition: .25s;
}

.p-others-interview-item.is-current .p-others-interview-item__caption,
.p-others-interview-item:hover .p-others-interview-item__caption {
  color: #ff9000;
}

@media screen and (max-width: 768px) {
  .p-others-interview-item__image-wrapper {
    margin-bottom: 6px;
  }

  .p-others-interview-item__caption {
    font-size: 1rem;
    line-height: 1.6;
  }
}