@charset "UTF-8";
.is-sp {
  display: none;
}
@media (max-width: 896px) {
  .is-sp {
    display: block;
  }
}

@media (max-width: 896px) {
  .is-pc {
    display: none;
  }
}

.c-ttl {
  margin-bottom: 48px;
}
@media (max-width: 896px) {
  .c-ttl {
    margin-bottom: 40px;
  }
}

.p-mvInterview img {
  width: 100%;
  height: auto;
}

.p-introInterview {
  padding: 56px 0;
  background-color: #fef5f5;
  background-image: url(../img/senior_intro_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 896px) {
  .p-introInterview {
    padding: 40px 20px;
    background-image: url(../img/sp/senior_intro_bg.png);
  }
}
.p-introInterview__content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 70px;
}
@media (max-width: 896px) {
  .p-introInterview__content {
    display: block;
  }
}
.p-introInterview__content:before {
  content: "";
  position: absolute;
  bottom: -83px;
  right: 0;
  width: 150px;
  height: 115px;
  background: url(../img/img_book.png) center center no-repeat;
}
@media (max-width: 896px) {
  .p-introInterview__content:before {
    display: none;
  }
}
.p-introInterview__img {
  width: 420px;
}
@media (max-width: 896px) {
  .p-introInterview__img {
    display: none;
  }
}
.p-introInterview__main {
  flex: 1;
}
@media (max-width: 896px) {
  .p-introInterview__main {
    flex: unset;
  }
}
.p-introInterview__main__ttl {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-bottom: 10px;
}
@media (max-width: 896px) {
  .p-introInterview__main__ttl--pc {
    display: none;
  }
}
.p-introInterview__main__ttl--sp {
  display: none;
}
@media (max-width: 896px) {
  .p-introInterview__main__ttl--sp {
    display: flex;
  }
}
.p-introInterview__main__ttl .marker {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  background-color: #ff9cab;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media (max-width: 896px) {
  .p-introInterview__main__ttl .marker {
    padding: 10px 5px;
    font-size: 16px;
    white-space: nowrap;
  }
}
.p-introInterview__main__txt {
  font-weight: 500;
  line-height: 2.2;
}
@media (max-width: 896px) {
  .p-introInterview__main__txt {
    font-size: 14px;
  }
}

.p-mainInterview {
  padding: 80px 0 60px;
}
@media (max-width: 896px) {
  .p-mainInterview {
    padding: 50px 20px;
  }
}
.p-mainInterview__tab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
  margin-bottom: 50px;
  border-bottom: 2px solid black;
}
@media (max-width: 896px) {
  .p-mainInterview__tab {
    gap: 0 11px;
    margin-bottom: 27px;
  }
}
.p-mainInterview__tab__item {
  position: relative;
  top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 0 25px;
  background-color: #ff9cab;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 896px) {
  .p-mainInterview__tab__item {
    flex-direction: column;
    gap: 2px 0;
    padding: 0 4px;
    font-size: 16px;
    line-height: 1.1;
  }
}
.p-mainInterview__tab__item a {
  display: block;
  text-decoration: none;
}
.p-mainInterview__tab__item.is-active {
  background-color: #fff;
  border: 2px solid #333;
  border-bottom: none;
  color: #333;
}
.p-mainInterview__tab__item.is-active .p-mainInterview__tab__itemArrow {
  display: none;
}
.p-mainInterview__tab__itemArrow {
  position: absolute;
  top: 26px;
  right: 24px;
  width: 24px;
  height: 24px;
}
@media (max-width: 896px) {
  .p-mainInterview__tab__itemArrow {
    position: relative;
    top: auto;
    right: auto;
    width: 18px;
    height: 18px;
  }
}
.p-mainInterview__sec {
  display: none;
}
.p-mainInterview__sec.is-active {
  display: block;
}
.p-mainInterview__card {
  display: flex;
}
@media (max-width: 896px) {
  .p-mainInterview__card {
    flex-direction: column;
    flex-direction: column-reverse;
  }
}
.p-mainInterview__card__head {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 40px 0 40px 50px;
  background-color: #fef5f5;
  border-radius: 32px 0 0 32px;
  white-space: nowrap;
}
@media (max-width: 896px) {
  .p-mainInterview__card__head {
    padding: 20px 20px 24px;
    border-radius: 0 0 32px 32px;
    white-space: unset;
  }
}
.p-mainInterview__card__ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 896px) {
  .p-mainInterview__card__ttl {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.4;
  }
}
.p-mainInterview__card__txt {
  margin-top: auto;
}
.p-mainInterview__card__occupation {
  display: flex;
  align-items: baseline;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 896px) {
  .p-mainInterview__card__occupation {
    font-size: 16px;
  }
}
.p-mainInterview__card__occupation span {
  margin: 0 10px 10px 0;
  padding: 5px 10px 7px;
  border-radius: 4px;
  background-color: #ff9cab;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 896px) {
  .p-mainInterview__card__occupation span {
    font-size: 16px;
  }
}
.p-mainInterview__card__years {
  font-size: 18px;
  font-weight: 700;
  color: #0747ad;
  line-height: 1;
}
@media (max-width: 896px) {
  .p-mainInterview__card__years {
    font-size: 16px;
  }
}
.p-mainInterview__card__img {
  background-color: #fef5f5;
  border-radius: 0 32px 32px 0;
}
@media (max-width: 896px) {
  .p-mainInterview__card__img {
    border-radius: 32px 32px 0 0;
  }
}
.p-mainInterview__card__img img {
  border-radius: 0 32px 32px 0;
}
@media (max-width: 896px) {
  .p-mainInterview__card__img img {
    width: 100%;
    height: auto;
    border-radius: 32px 32px 0 0;
  }
}
.p-mainInterview__content {
  display: none;
}
.p-mainInterview .c-btnCommon {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #0747ad !important;
  background-color: #fff;
  border: 2px solid #0747ad;
  padding: 18px;
  border-radius: 100px;
  position: relative;
  max-width: 300px;
  width: 100%;
  box-sizing: border-box;
  margin: 40px auto 0;
}
@media (max-width: 896px) {
  .p-mainInterview .c-btnCommon {
    margin-top: 30px;
  }
}
.p-mainInterview .c-btnCommon.is-active {
  margin-top: 68px;
}
@media (max-width: 896px) {
  .p-mainInterview .c-btnCommon.is-active {
    margin-top: 50px;
  }
}
.p-mainInterview .c-btnCommon.is-active .c-btnCommon__arrow {
  transform: translateY(-50%) rotate(180deg);
}
.p-mainInterview .c-btnCommon__arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.p-mainInterview .c-btnCommon__arrow svg {
  width: 100%;
  height: 100%;
}
.p-mainInterview .c-btnCommon:hover {
  text-decoration: none;
  background-color: #0747ad;
  color: #fff !important;
}
.p-mainInterview .c-btnCommon:hover .c-btnCommon__arrow svg path {
  fill: #fff;
}
.p-mainInterview__best {
  margin: 40px 0 56px;
}
@media (max-width: 896px) {
  .p-mainInterview__best {
    margin: 30px 0 40px;
  }
}
.p-mainInterview__best__label {
  margin-bottom: 10px;
}
.p-mainInterview__best__box {
  padding: 24px 40px;
  background-color: #fef5f5;
}
@media (max-width: 896px) {
  .p-mainInterview__best__box {
    padding: 24px 20px;
  }
}
.p-mainInterview__best__box ul {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
@media (max-width: 896px) {
  .p-mainInterview__best__box ul {
    gap: 12px 0;
  }
}
.p-mainInterview__best__box ul li {
  font-weight: 500;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
@media (max-width: 896px) {
  .p-mainInterview__best__box ul li {
    font-size: 14px;
    line-height: 1.4;
  }
}
.p-mainInterview__best__box ul li:before {
  content: "●";
  margin-right: 10px;
  font-size: 10px;
  font-weight: 500;
  color: #0747ad;
  line-height: 1;
}
.p-mainInterview__article__ttl {
  margin-bottom: 72px;
  padding-left: 13px;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  border-left: 7px solid #0747ad;
  border-bottom: 1px solid #0747ad;
}
@media (max-width: 896px) {
  .p-mainInterview__article__ttl {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.4;
  }
}
.p-mainInterview__article__box {
  display: flex;
  justify-content: space-between;
  gap: 0 70px;
  margin-bottom: 72px;
}
@media (max-width: 896px) {
  .p-mainInterview__article__box {
    flex-direction: column;
    gap: 30px 0;
    margin-bottom: 30px;
  }
}
.p-mainInterview__article__box--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 896px) {
  .p-mainInterview__article__box--reverse {
    flex-direction: column;
  }
}
.p-mainInterview__article__head {
  width: 510px;
}
@media (max-width: 896px) {
  .p-mainInterview__article__head {
    width: auto;
  }
}
.p-mainInterview__article__headTtl {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  color: #0747ad;
  line-height: 1.7;
}
@media (max-width: 896px) {
  .p-mainInterview__article__headTtl {
    font-size: 18px;
  }
}
.p-mainInterview__article__headTxt {
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 896px) {
  .p-mainInterview__article__headTxt {
    font-size: 14px;
  }
}
.p-mainInterview__article__img {
  flex: 1;
}
.p-mainInterview__article__img img {
  width: 100%;
  height: auto;
}

.p-workInterview {
  padding: 80px 0;
  background-color: #fef5f5;
}
@media (max-width: 896px) {
  .p-workInterview {
    padding: 40px 20px;
  }
}
.p-workInterview__box {
  margin-top: 40px;
  padding: 40px 60px;
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 896px) {
  .p-workInterview__box {
    margin-top: 30px;
    padding: 30px 20px;
  }
}
.p-workInterview__box__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px 0;
  margin-bottom: 48px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 896px) {
  .p-workInterview__box__head {
    margin-bottom: 24px;
  }
}
.p-workInterview__box__headLabel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 123px;
  height: 39px;
  background-color: #0747ad;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
}
.p-workInterview__box__headLabel:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #0747ad transparent transparent transparent;
}
.p-workInterview__box__headTtl {
  font-size: 26px;
}
@media (max-width: 896px) {
  .p-workInterview__box__headTtl {
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
  }
}
.p-workInterview__box__content {
  display: flex;
  align-items: flex-start;
  gap: 0 50px;
  margin-bottom: 56px;
}
@media (max-width: 896px) {
  .p-workInterview__box__content {
    flex-direction: column;
    gap: 16px 0;
    margin-bottom: 32px;
  }
}
.p-workInterview__box__contentImg {
  width: 334px;
}
@media (max-width: 896px) {
  .p-workInterview__box__contentImg {
    width: 100%;
  }
}
.p-workInterview__box__contentImg img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.p-workInterview__box__contentHead {
  flex: 1;
}
.p-workInterview__box__contentHead__ttl {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  color: #0747ad;
}
@media (max-width: 896px) {
  .p-workInterview__box__contentHead__ttl {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.p-workInterview__box__contentHead__txt {
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 896px) {
  .p-workInterview__box__contentHead__txt {
    font-size: 14px;
  }
}
.p-workInterview__schedule {
  overflow-x: auto;
}
.p-workInterview__schedule img {
  width: 100%;
  height: auto;
}
@media (max-width: 896px) {
  .p-workInterview__schedule img {
    width: 512px;
  }
}/*# sourceMappingURL=senior.css.map */