@charset "UTF-8";
.instrument {
  font-family: "Instrument Serif", serif !important;
  font-weight: 400;
  font-style: normal;
}

/* ======================================================
	▼▼▼ 人と仕事を知る interview
====================================================== */
.mv_wrap {
  padding-top: 130px;
}
.mv_wrap .catch {
  letter-spacing: 0.2em;
  line-height: 1.5;
  -webkit-text-stroke: 0.4px currentColor;
  position: absolute;
  top: 60px;
  left: 30px;
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  .mv_wrap .catch {
    font-size: calc(25px * 1.17);
  }
}
@media screen and (min-width: 768px) {
  .mv_wrap .catch {
    left: 60px;
  }
}
.mv_wrap .catch span {
  display: inline-block;
  letter-spacing: 0.2em;
  line-height: 1.5;
  vertical-align: baseline;
}
.mv_wrap .catch .brackets {
  letter-spacing: -0.6em;
  position: relative;
  right: -0.3em;
}
.mv_wrap .catch .brackets.sub {
  left: -0.3em;
  right: auto;
}
.mv_wrap .img {
  width: 72%;
  margin-left: auto;
}

.profile {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-columns: 22px 1fr;
  gap: 0 32px;
  padding: 0 10px 0 45px;
  margin: 30px 0 35px;
}
@media screen and (min-width: 768px) {
  .profile {
    padding-left: 97px;
  }
}
.profile .num {
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  padding: 15px 0;
  text-align: center;
  line-height: 1;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .profile .num {
    font-size: calc(18px * 1.17);
  }
}
.profile p {
  line-height: 1.53;
}
.profile .name {
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 600;
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  .profile .name {
    font-size: calc(25px * 1.17);
  }
}
.profile .name span {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .profile .name span {
    font-size: calc(13px * 1.17);
  }
}

section {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  section {
    padding-bottom: calc(60px * 1.4);
  }
}
section .sub_ttl {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  section .sub_ttl {
    margin-bottom: calc(50px * 1.4);
  }
}
section .lower_ttl {
  color: #B9AC8C;
  font-weight: 600;
  line-height: 1.79;
  -webkit-text-stroke: 0.5px currentColor;
  position: relative;
  font-size: 19px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  section .lower_ttl {
    font-size: calc(19px * 1.17);
  }
}
@media screen and (min-width: 768px) {
  section .lower_ttl {
    margin-bottom: calc(24px * 1.4);
  }
}
section .lower_ttl::before {
  content: "";
  border-left: 2px solid currentColor;
  height: 90%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: -20px;
}
section .article p, section .article .img {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  section .article p, section .article .img {
    margin-bottom: calc(30px * 1.4);
  }
}

/* ---------------------------------------
 ▼ #area01
--------------------------------------- */
#area01 {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  #area01 {
    padding: calc(30px * 1.4) 0;
  }
}

/* ---------------------------------------
 ▼ #area02
--------------------------------------- */
.schedule {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .schedule {
    margin-bottom: calc(50px * 1.4);
  }
}
.schedule_item {
  padding-left: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .schedule_item {
    padding-left: calc(30px * 1.17);
  }
}
.schedule_item::before, .schedule_item::after {
  content: "";
  position: absolute;
}
.schedule_item::after {
  background: #A82538;
  border-radius: 50%;
  left: 0;
  top: 7px;
  width: 9px;
  height: 9px;
}
@media screen and (min-width: 768px) {
  .schedule_item::after {
    top: calc(7px * 1.17);
  }
}
@media screen and (min-width: 768px) {
  .schedule_item::after {
    width: calc(9px * 1.17);
  }
}
@media screen and (min-width: 768px) {
  .schedule_item::after {
    height: calc(9px * 1.17);
  }
}
.schedule_item:not(:last-of-type) {
  padding-bottom: 30px;
}
.schedule_item:not(:last-of-type)::before {
  border-left: 1px solid #A82538;
  height: 100%;
  top: 9px;
  left: 4px;
}
@media screen and (min-width: 768px) {
  .schedule_item:not(:last-of-type)::before {
    top: calc(9px * 1.17);
  }
}
@media screen and (min-width: 768px) {
  .schedule_item:not(:last-of-type)::before {
    left: calc(4px * 1.17);
  }
}
.schedule_item em {
  display: block;
  margin-bottom: 18px;
  line-height: 1.2;
  -webkit-text-stroke: 0.4px currentColor;
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .schedule_item em {
    font-size: calc(19px * 1.17);
  }
}

.holiday {
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 26px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .holiday {
    padding: calc(26px * 1.4);
  }
}
@media screen and (min-width: 768px) {
  .holiday {
    margin-bottom: calc(60px * 1.4);
  }
}
.holiday h3 {
  margin-bottom: 17px;
  font-weight: 600;
  -webkit-text-stroke: 0.4px currentColor;
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .holiday h3 {
    font-size: calc(19px * 1.17);
  }
}
.holiday img {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .holiday img {
    margin-bottom: calc(20px * 1.4);
  }
}
.holiday p {
  line-height: 1.65;
}

.message {
  background: #F3F1EC;
  padding: 33px;
}
@media screen and (min-width: 768px) {
  .message {
    padding: calc(33px * 1.4);
  }
}
.message .sub_ttl {
  padding: 0 0 28px;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .message .sub_ttl {
    padding: 0 0 calc(28px * 1.4);
  }
}
@media screen and (min-width: 768px) {
  .message .sub_ttl {
    margin-bottom: calc(28px * 1.4);
  }
}
.message .slideLine {
  overflow: hidden;
  position: relative;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .message .slideLine {
    padding-bottom: calc(15px * 1.17);
  }
}
.message .slideLine > span {
  line-height: 1;
  display: block;
}
.message .slideLine > span::before, .message .slideLine > span::after {
  content: "";
  border-top: 1px solid #C1C1C1;
  position: absolute;
  bottom: 0;
}
.message .slideLine > span::before {
  width: 100%;
  right: 0;
}
.message .slideLine > span::after {
  width: 24px;
  border-color: #A82538;
  left: 0;
}
.message p {
  line-height: 1.88;
}

/* ---------------------------------------
 ▼ interview_link
--------------------------------------- */
.interview_link {
  background: url(../img/top/interview_bg.jpg) no-repeat center/cover;
  padding: 60px 35px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .interview_link {
    padding: 60px 52px;
  }
}
.interview_link .area_ttl {
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .interview_link .area_ttl {
    margin-bottom: calc(36px * 1.4);
  }
}
.interview_link a {
  padding-left: 39px;
}
@media screen and (min-width: 768px) {
  .interview_link a {
    padding-left: calc(39px * 1.4);
  }
}
.interview_link a .txt_vertical {
  left: 0;
}
.interview_link a .img {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .interview_link a .img {
    margin-bottom: calc(16px * 1.4);
  }
}
.interview_link a .txt em {
  display: block;
  margin-right: -0.5em;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.26;
  margin-bottom: 8px;
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .interview_link a .txt em {
    font-size: calc(19px * 1.17);
  }
}
.interview_link a .txt span {
  width: calc(100% - 1em);
}