@charset "UTF-8";


/** 先輩社員
---------------------------------------------**/
.senior-employee .title-area {
  background-image: url(../images/recruit/senior_employee.jpg);
}

.senior-employee .container-inner {
  width: 150rem;
}

.senior-employee .post-container,
.post-container .container-inner {
  width: 100%;
}

.section-inner {
  margin: 0 0 0 38rem;
  padding: 13rem 0 10rem;
}

.section-inner .inner-wrap {
  width: 120rem;
  margin: 0 30rem 0 0;
}

.staff-list {
  display: flex;
  flex-wrap: wrap;
}

.staff-list li {
  width: 46%;
  margin: 0 8% 13rem 0;
  padding: 3rem 3.5rem 3.5rem;
  border: 0.1rem solid #00a99d;
  border-radius: 1rem;
  position: relative;
}

.staff-list li:nth-of-type(2n) {
  margin-right: 0;
}

.staff-list li::before {
  content: '';
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 4rem;
  background-color: #ecf4ff;
  border-radius: 0.5rem;
}

.staff-list .tag {
  width: 14rem;
  position: absolute;
  top: -5.5rem;
  left: calc(50% - 7rem);
  z-index: 1;
}

.staff-box {
  display: flex;
}

.staff-box .img-box {
  min-width: 23rem;
  width: 23rem;
  margin-right: 5rem;
}

.staff-box .img-box > img {
  width: 100%;
  height: auto;
}

.staff-box .text-box {
  width: 100%;
}

.staff-box .catchphrase {
  margin-bottom: 4rem;
  font-family: "Noto Sans JP", serif;
  font-size: 3rem;
  font-weight: 500;
}

.staff-box .staff-name {
  margin-bottom: 0.5rem;
  font-family: "Noto Sans", serif;
  font-size: 4.5rem;
  font-weight: 600;
  color: #00a99d;
  line-height: 1;
}

.staff-box .staff-info {
  font-size: 2rem;
}

.staff-info .slash {
  padding: 0 0.5rem;
}

.staff-info-area .tag {
  width: 14rem;
  margin-bottom: 6rem;
}

.staff-info-area .catchphrase {
  margin-bottom: 5rem;
  font-size: 4.5rem;
  line-height: 1.4;
}

.info-box {
  display: flex;
}

.info-box .text-box {
  width: 55rem;
  min-width: 55rem;
  margin: 4rem 10rem 0 0;
}

.info-box .staff-name {
  margin-bottom: 0.5rem;
  font-family: "Noto Sans", serif;
  font-size: 4.5rem;
  font-weight: 600;
  color: #00a99d;
  line-height: 1;
}

.info-box  .staff-info {
  margin-bottom: 6rem;
  font-size: 2rem;
}

.info-box .img-box {
  width: 98rem;
  padding: 0 10rem;
  position: relative;
}

.info-box .img-box::before {
  content: '';
  display: block;
  width: 89rem;
  height: calc(100% - 4rem);
  background-color: #ecf4ff;
  position: absolute;
  top: 4rem;
  left: 0;
  z-index: -1;
}

.info-box .img-wrap {
  width: 35rem;
  position: relative;
  z-index: 1;
}

.info-box .img-wrap::after {
  content: '';
  display: block;
  width: 25.5rem;
  height: 24rem;
  background: url(../images/recruit/lineblock.png) no-repeat;
  position: absolute;
  bottom: -13rem;
  right: -12.5rem;
  z-index: -1;
}

.info-box .img-wrap > img {
  width: 100%;
  height: auto;
}

.underline-title {
  display: flex;
  align-items: baseline;
  margin-bottom: 10rem;
  font-family: "Noto Sans", serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
}

.underline {
  width: 100%;
  margin-left: 4rem;
  padding: 1rem 0;
  border-bottom: 0.1rem solid #8e8e8e;
  font-family: "Noto Sans JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
}

.interview-box {
  display: flex;
  margin-bottom: 8rem;
}

.interview-box .left-box {
  margin-right: 9rem;
}

.interview-box:nth-of-type(2n) .left-box {
  margin-right: 6rem;
}

.interview-box .img-box{
  min-width: 53rem;
  width: 53rem;
}

.interview-box .img-box > img {
  width: 100%;
}

.interview-box .text-box{
  width: 100%;
}

.interview-title {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #8e8e8e;
  font-size: 3rem;
  color: #00a99d;
}

.question {
  margin-right: 2rem;
  font-size: 6rem;
  color: #00a99d;
}

.schedule-area {
  position: relative;
}

.schedule-area::before {
  content: '';
  display: block;
  width: calc(100% - 30rem);
  height: 100%;
  background-color: #fefb8a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.schedule-img {
  width: 95rem;
  margin: 0 auto;
  padding: 0 6rem;
}

.schedule-img > img{
  width: 100%;
  height: auto;
}

.student-days-box {
  min-width: 68rem;
  width: 68rem;
}

.message-area {
  position: relative;
}

.message-area::before {
  content: '';
  display: block;
  width: 125rem;
  height: 57rem;
  background-color: #ecf4ff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.message-area .section-inner {
  padding: 10rem 0;
}

.message-box {
  display: flex;
}

.message-box .text-box {
  min-width: 53rem;
  width: 53rem;
  margin-right: 10rem;
}

.message-box .img-box {
  min-width: 52rem;
  width: 52rem;
  position: relative;
}

.message-box .img-box::after {
  content: '';
  display: block;
  width: 26rem;
  height: 25rem;
  background: url(../images/recruit/lineblock.png) no-repeat;
  position: absolute;
  top: -7rem;
  right: -6rem;
  z-index: -1;
}

.message-box .img-box > img {
  width: 100%;
}


@media screen and (max-device-width: 768px) {
  .senior-employee .title-area {
    background-image: url(../images/sp/recruit/senior_employee_sp.jpg);
  }

  .section-inner {
    max-width: 480px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
  }

  .staff-info-area .section-inner {
    max-width: inherit;
    padding: 3rem 0;
  }

  .section-inner .inner-wrap {
    width: 100%;
    margin: 0;
  }

  .staff-list li {
    max-width: 480px;
    width: 100%;
    margin: 0 auto 6rem;
    padding: 1rem 1.5rem 1.5rem;
  }

  .staff-list li::before {
    height: 0.5rem;
  }

  .staff-list li:nth-of-type(2n) {
    margin-right: auto;
  }

  .staff-list .tag {
    width: 7rem;
    top: -2.5rem;
    left: calc(50% - 3.5rem);
  }

  .staff-box .img-box {
    min-width: inherit;
    width: 33%;
    margin-right: 5%;
  }

  .staff-box .text-box {
    width: 62%;
  }

  .staff-box .catchphrase {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }

  .staff-box .staff-name {
    font-size: 2.5rem;
  }

  .staff-box .staff-info {
    font-size: 1.1rem;
  }


  /* 詳細ページ */
  .info-box {
    flex-direction: column;
  }

  .info-box .text-box {
    min-width: inherit;
    max-width: 480px;
    width: 100%;
    margin: 2rem auto;
    padding: 0 1.5rem;
  }

  .info-box .img-box {
    min-width: inherit;
    max-width: 480px;
    width: 80%;
    margin-left: auto;
    padding: 5%;
  }

  .info-box .img-box::before {
    width: 100%;
    height: calc(100% - 10%);
    left: inherit;
    right: 0;
    top: 15%;
  }

  .info-box .img-wrap {
    width: 65%;
    padding: 0 5%;
  }

  .info-box .img-wrap::after {
    width: 13rem;
    height: 12.5rem;
    bottom: -6rem;
    right: -5rem;
  }

  .staff-info-area .tag {
    width: 7rem;
    margin-bottom: 3rem;
  }

  .staff-info-area .catchphrase {
    margin-bottom: 2.5rem;
    font-size: 2.3rem;
  }

  .info-box .staff-name {
    margin-bottom: 0.25rem;
    font-size: 2.3rem;
  }

  .info-box .staff-info {
    margin-bottom: 3rem;
    font-size: 1.1rem;
  }

  .underline-title {
    margin-bottom: 4rem;
    font-size: 3rem;
  }

  .underline {
    margin-left: 1rem;
    padding: 0.5rem 0;
    font-size: 1.6rem;
  }

  .interview-box {
    flex-direction: column;
    margin-bottom: 4rem;
  }

  .interview-box:nth-of-type(2n) {
    flex-direction: column-reverse;
  }

  .interview-box .img-box {
    min-width: inherit;
    width: 100%;
  }

  .interview-box .left-box,
  .interview-box:nth-of-type(2n) .left-box {
    margin: 0 0 1rem;
  }

  .interview-title {
    margin-bottom: 2rem;
    padding: 1rem 0;
    font-size: 1.8rem;
  }

  .question {
    margin-right: 1rem;
    font-size: 3rem;
  }

  .interview-title br{
    display: none;
  }

  .schedule-area::before {
    width: 100%;
  }

  .schedule-img {
    width: 100%;
    padding: 0;
  }

  .student-days-box {
    min-width: inherit;
    width: 100%;
  }

  .message-area::before {
    width: 100%;
    height: 100%;
  }

  .message-area .section-inner {
    padding: 5rem 1.5rem;
  }

  .message-box {
    flex-direction: column;
  }

  .message-box .text-box {
    min-width: inherit;
    width: 100%;
    margin: 0 0 6rem;
  }

  .message-box .img-box {
    min-width: inherit;
    width: 85%;
  }

  .message-box .img-box::after {
    width: 13rem;
    height: 12.5rem;
    top: -2.5em;
    right: -3rem;
  }
}