.interviewSectionLead {
  background: url(/recruit/img/interview01/bg_1.png);
  padding: 75px 0 60px;
}
.interviewSectionLead__inner {
  max-width: 990px;
  margin: 0 auto;
}
.interviewSectionLead h2 {
  font-weight: bold;
  color: #69BE28;
  font-size: 6rem;
  line-height: 1;
}
.interviewSectionLead p {
  font-size: 1.8rem;
  color: #000;
}

.interviewSectionProfile__headContent {
  max-width: 990px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 77px 0;
}
.interviewSectionProfile__headContent .sub {
  width: 50%;
}
.interviewSectionProfile__headContent .sub img {
  max-width: 100%;
  height: auto;
}
.interviewSectionProfile__headContent .main {
  width: 42%;
  margin: 0 auto;
}
.interviewSectionProfile__headContent .main h2 {
  color: #69BE28;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
}
.interviewSectionProfile__headContent .main p {
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  margin: 0 0 22px;
}
.interviewSectionProfile__headContent .main table th {
  width: 100px;
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
  padding: 15px 16px 10px 0;
  border-top: 1px solid #69BE28;
}
.interviewSectionProfile__headContent .main table td {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.5;
  padding: 15px 0 10px;
  border-top: 1px solid #EEE;
  letter-spacing: -0.05em;
}
.interviewSectionProfile__bodyContent {
  background: url(/recruit/img/interview01/bg_1.png);
  padding: 104px 0 102px;
}
.interviewSectionProfile__bodyContent .columnDouble {
  max-width: 990px;
  margin: 0 auto 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.interviewSectionProfile__bodyContent .columnDouble.reverse {
  flex-direction: row-reverse;
}
.interviewSectionProfile__bodyContent .columnDouble:last-child {
  margin-bottom: 0;
}
.interviewSectionProfile__bodyContent .columnDouble .sub {
  width: 50%;
}
.interviewSectionProfile__bodyContent .columnDouble .sub img {
  max-width: 100%;
  height: auto;
}
.interviewSectionProfile__bodyContent .columnDouble .main {
  width: 46.9%;
}
.interviewSectionProfile__bodyContent .columnDouble .main h3 {
  font-size: 2.9rem;
  color: #000;
  line-height: 1.3;
  font-weight: bold;
  padding-bottom: 34px;
  margin-bottom: 30px;
  position: relative;
  font-feature-settings: "palt";
}
.interviewSectionProfile__bodyContent .columnDouble .main h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 155px;
  height: 5px;
  background: #69BE28;
}
.interviewSectionProfile__bodyContent .columnDouble .main p {
  font-size: 1.6rem;
  color: #000;
  /* line-height: 2.25; */
  line-height: 1.75;
  font-feature-settings: "palt";
}

.interviewSectionSchedule {
  padding: 90px 0 55px;
}
.interviewSectionSchedule__head {
  max-width: 990px;
  margin: 0 auto 50px;
}
.interviewSectionSchedule__head h2 {
  font-size: 6rem;
  color: #69BE28;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 25px;
}
.interviewSectionSchedule__head p {
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
}
.interviewSectionSchedule__body {
  max-width: 990px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.interviewSectionSchedule__body .main {
  width: 50%;
}
.interviewSectionSchedule__body .main ol {
  list-style: none;
}
.interviewSectionSchedule__body .main li {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 38px;
}
.interviewSectionSchedule__body .main li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #000;
  left: 29px;
  bottom: -29px;
}
.interviewSectionSchedule__body .main li:last-child:after {
  content: none;
}
.interviewSectionSchedule__body .main li figure {
  width: 57px;
  margin-right: 15px;
}
.interviewSectionSchedule__body .main li figure img {
  max-width: 100%;
  height: auto;
}
.interviewSectionSchedule__body .main li .wrap {
  flex: 1;
}
.interviewSectionSchedule__body .main li .wrap time {
  font-size: 1.8rem;
  color: #69BE28;
  font-weight: bold;
  line-height: 1;
}
.interviewSectionSchedule__body .main li .wrap p {
  font-size: 1.8rem;
  color: #000;
}
.interviewSectionSchedule__body .sub {
  width: 50%;
}
.interviewSectionSchedule__body .sub figure {
  margin-bottom: 20px;
}
.interviewSectionSchedule__body .sub img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.interviewSectionSchedule__body .sub figcaption {
  text-align: center;
  color: #000;
  font-size: 1.4rem;
}

.interviewSectionQa {
  background: url(/recruit/img/interview01/bg_1.png);
  padding: 90px 0 60px;
}
.interviewSectionQa__inner {
  max-width: 990px;
  margin: 0 auto;
}
.interviewSectionQa header h2 {
  font-size: 6rem;
  color: #69BE28;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 50px;
}
.interviewSectionQa .question {
  display: flex;
  align-items: center;
  margin: 0 0 50px;
}
.interviewSectionQa .question span {
  display: inline-block;
  font-size: 3rem;
  color: #FFF;
  font-weight: bold;
  background: #69BE28;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.interviewSectionQa .question p {
  width: 93.9%;
  background: #fff;
  color: #000;
  font-size: 2rem;
  line-height: 1.2;
  padding: 18px 20px;
}
.interviewSectionQa .columnDouble {
  margin: 0 auto 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.interviewSectionQa .columnDouble.reverse {
  flex-direction: row-reverse;
}
.interviewSectionQa .columnDouble .sub {
  width: 65.6%;
}
.interviewSectionQa .columnDouble .sub img {
  max-width: 100%;
  height: auto;
}
.interviewSectionQa .columnDouble .main {
  width: 32.2%;
}
.interviewSectionQa .columnDouble .main h3 {
  font-size: 3rem;
  color: #000;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 34px;
  margin-bottom: 30px;
  position: relative;
}
.interviewSectionQa .columnDouble .main h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 155px;
  height: 5px;
  background: #69BE28;
}
.interviewSectionQa .columnDouble .main p {
  font-size: 1.6rem;
  color: #000;
  /* line-height: 2.25; */
  line-height: 1.75;
  font-feature-settings: "palt";
}

.interviewSectionMessage {
  max-width: 990px;
  margin: 0 auto;
  padding: 100px 0 115px;
}
.interviewSectionMessage header {
  margin: 0 0 55px;
}
.interviewSectionMessage header h2 {
  color: #69BE28;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}
.interviewSectionMessage header p {
  font-size: 1.8rem;
  color: #000;
}
.interviewSectionMessage .columnDouble {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.interviewSectionMessage .columnDouble .sub {
  width: 50%;
}
.interviewSectionMessage .columnDouble .sub img {
  max-width: 100%;
  height: auto;
}
.interviewSectionMessage .columnDouble .main {
  width: 45%;
}
.interviewSectionMessage .columnDouble .main h3 {
  font-size: 2.4rem;
  color: #000;
  line-height: 1.5;
  margin: 0 0 20px;
  font-feature-settings: "palt";
}
.interviewSectionMessage .columnDouble .main p {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000;
  margin: 0 0 15px;
}
.interviewSectionMessage .columnDouble .main p.annotation {
  text-align: right;
}
.interviewSectionMessage .columnDouble .main p.annotation span {
  font-weight: bold;
  color: #000;
}
