@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   l-lower-interview
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   l-lower-interview-intro
   -------------------------------------------------------------------------- */
.l-lower-interview-intro {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-intro {
    padding-top: 70px;
  }
}
.l-lower-interview-intro-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-lower-interview-intro-txt {
  text-align: left;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-intro-txt {
    text-align: center;
  }
}
.l-lower-interview-intro-anc-items {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-intro-anc-items {
    flex-direction: row;
    align-items: flex-start;
  }
}
.l-lower-interview-intro-anc-items li {
  position: relative;
  transition: all 0.3s ease;
}

.l-lower-interview-intro-anc-items li:nth-of-type(1) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-intro-anc-items li:nth-of-type(1) {
    width: 35%;
  }
}
.l-lower-interview-intro-anc-items li:nth-of-type(2) {
  width: 77%;
  padding-top: 3%;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-intro-anc-items li:nth-of-type(2) {
    width: 28%;
  }
}
.l-lower-interview-intro-anc-items li:nth-of-type(2) span {
  bottom: 9%;
  right: 2%;
}

.l-lower-interview-intro-anc-items li:nth-of-type(2) .l-lower-interview-intro-anc-item-info-wrap {
  bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .l-lower-interview-intro-anc-items li:nth-of-type(2) .l-lower-interview-intro-anc-item-info-wrap {
    bottom: 25px;
  }
}

.l-lower-interview-intro-anc-items li:nth-of-type(3) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-intro-anc-items li:nth-of-type(3) {
    width: 35%;
  }
}
.l-lower-interview-intro-anc-items li:nth-of-type(3) span {
  bottom: 15.5%;
}

.l-lower-interview-intro-anc-items li:nth-of-type(3) .l-lower-interview-intro-anc-item-info-wrap {
  bottom: 14%;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-intro-anc-items li:nth-of-type(3) .l-lower-interview-intro-anc-item-info-wrap {
    bottom: 60px;
  }
}
.l-lower-interview-intro-anc-items li span {
  position: absolute;
  right: 12%;
  bottom: 12%;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #000;
  border: 1px solid #000;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .l-lower-interview-intro-anc-items li span {
    width: 50px;
    height: 50px;
  }
}
.l-lower-interview-intro-anc-items li:hover span {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-intro-anc-items li:hover span {
    background-color: #fff;
  }
}
.l-lower-interview-intro-anc-items li span::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(135deg) translate(-50%, -50%);
  position: absolute;
  top: 34%;
  left: 24%;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .l-lower-interview-intro-anc-items li span::after {
    top: 38%;
    left: 33%;
  }
}
.l-lower-interview-intro-anc-items li:hover span::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-intro-anc-items li:hover span::after {
    border-top: solid 1px #000;
    border-right: solid 1px #000;
  }
}
.l-lower-interview-intro-anc-item-info-wrap {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-lower-interview-intro-anc-item-info-wrap {
    left: 55%;
    bottom: 40px;
  }
}
.l-lower-interview-intro-anc-item-desc {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .l-lower-interview-intro-anc-item-desc {
    font-size: 1.4rem;
  }
}
.l-lower-interview-intro-anc-item-name {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .l-lower-interview-intro-anc-item-name {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-interview-intro-anc-item-name {
    font-size: 2.6rem;
  }
}

#interview01 {
  background-color: #f3efe6;
}

#interview03 {
  background-color: #f3efe6;
}

.l-lower-interview-contents-wrap {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-wrap {
    padding-bottom: 120px;
  }
}
.l-lower-interview-contents-inner {
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-lower-interview-contents-mv-box {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-mv-box {
    margin-bottom: 100px;
  }
}
#interview01 .l-lower-interview-contents-inner::after {
  content: "";
  display: inline-block;
  width: 25%;
  height: 4%;
  background-image: url(../img/interview_num01.png);
  background-size: contain;
  position: absolute;
  top: -10px;
  right: 20px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #interview01 .l-lower-interview-contents-inner::after {
    width: 15%;
    top: -20px;
  }
}
#interview02 .l-lower-interview-contents-inner::after {
  display: inline-block;
  width: 25%;
  height: 4%;
  background-image: url(../img/interview_num02.png);
  background-size: contain;
  position: absolute;
  top: -10px;
  right: 20px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #interview02 .l-lower-interview-contents-inner::after {
    width: 15%;
    top: -20px;
  }
}
#interview03 .l-lower-interview-contents-inner::after {
  content: "";
  display: inline-block;
  width: 25%;
  height: 4%;
  background-image: url(../img/interview_num03.png);
  background-size: contain;
  position: absolute;
  top: -10px;
  right: 20px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #interview03 .l-lower-interview-contents-inner::after {
    width: 15%;
    top: -20px;
  }
}
.l-lower-interview-contents-mv-box img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-mv-box img {
    padding-left: 7.7%;
    padding-right: 0;
  }
}
.l-lower-interview-contents-mv-txt-box {
  position: relative;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: -110px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-mv-txt-box {
    position: absolute;
    bottom: 8%;
    left: 0;
    gap: 15px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-interview-contents-mv-txt-box {
    bottom: 14%;
  }
}
.l-lower-interview-contents-mv-catch {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-feature-settings: "palt";
  background: linear-gradient(340deg, rgb(164, 255, 179) 0%, rgb(63, 183, 238) 100%);
  padding: 5px 20px;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-mv-catch {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-interview-contents-mv-catch {
    font-size: 3rem;
    padding: 10px 30px;
  }
}
.l-lower-interview-contents-mv-info {
  background-color: #000;
  border-radius: 50px;
  font-size: 1rem;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 5px 15px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-mv-info {
    font-size: 1.4rem;
    padding: 10px 35px;
  }
}
.l-lower-interview-contents-mv-info span {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-mv-info span {
    font-size: 1.6rem;
  }
}
.l-lower-interview-contents-detail-box {
  max-width: 1200px;
  margin: 0 auto;
}

.l-lower-interview-contents-detail-item-1st {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-detail-item-1st {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-interview-contents-detail-item-1st {
    flex-direction: row;
  }
}
.l-lower-interview-contents-detail-item-1st::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 16px;
  background-image: url(../img/interview_ico_q1.png);
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-detail-item-1st::before {
    width: 38px;
    height: 20px;
  }
}
.l-lower-interview-contents-detail-item-que {
  width: 100%;
  padding-left: 40px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-detail-item-que {
    font-size: 1.8rem;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-interview-contents-detail-item-que {
    width: 400px;
    margin-bottom: 0;
  }
}
.l-lower-interview-contents-detail-item-ans {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-detail-item-ans {
    font-size: 1.6rem;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-interview-contents-detail-item-ans {
    width: calc(100% - 400px);
    padding-left: 0;
  }
}
.l-lower-interview-contents-detail-item-wrapper {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-detail-item-wrapper {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-interview-contents-detail-item-wrapper {
    flex-direction: row;
  }
}
.l-lower-interview-contents-detail-item-wrapper-txt-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-interview-contents-detail-item-wrapper-txt-box {
    width: 50%;
  }
}
.l-lower-interview-contents-detail-item-wrapper-txt-box .l-lower-interview-contents-detail-item-que {
  width: 100%;
  margin-bottom: 20px;
}

.l-lower-interview-contents-detail-item-que.que-2nd {
  position: relative;
}

.l-lower-interview-contents-detail-item-que.que-2nd::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 16px;
  background-image: url(../img/interview_ico_q2.png);
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-detail-item-que.que-2nd::before {
    width: 38px;
    height: 20px;
  }
}
.l-lower-interview-contents-detail-item-que.que-3rd {
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-detail-item-que.que-3rd {
    margin-top: 90px;
  }
}
.l-lower-interview-contents-detail-item-que.que-3rd::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 16px;
  background-image: url(../img/interview_ico_q3.png);
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-detail-item-que.que-3rd::before {
    width: 38px;
    height: 20px;
  }
}
.l-lower-interview-contents-detail-item-wrapper-txt-box .l-lower-interview-contents-detail-item-ans {
  width: 100%;
  padding-left: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-detail-item-wrapper-txt-box .l-lower-interview-contents-detail-item-ans {
    padding-left: 50px;
  }
}
.l-lower-interview-contents-detail-item-wrapper-txt-box .l-lower-interview-contents-detail-item-ans:nth-last-of-type(n + 2) {
  margin-bottom: 25px;
}
.l-lower-interview-contents-detail-item-wrapper-img-box {
  width: 80%;
  padding-left: 0;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-detail-item-wrapper-img-box {
    width: 70%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-interview-contents-detail-item-wrapper-img-box {
    max-width: 580px;
    width: 50%;
    padding-left: 10px;
    margin: 0 0 0 auto;
  }
}
.l-lower-interview-contents-detail-item-4th {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
@media screen and (min-width: 1000px) {
  .l-lower-interview-contents-detail-item-4th {
    flex-direction: row;
  }
}
.l-lower-interview-contents-detail-item-4th::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 16px;
  background-image: url(../img/interview_ico_q4.png);
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-detail-item-4th::before {
    width: 38px;
    height: 20px;
  }
}
.l-lower-interview-contents-schedule-wrap {
  position: relative;
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 35px 20px 50px;
  margin: 80px auto 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-schedule-wrap {
    padding: 50px 40px;
    margin: 100px auto 80px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-interview-contents-schedule-wrap {
    margin: 140px auto 120px;
    padding: 100px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-interview-contents-schedule-wrap {
    padding: 80px 40px 100px;
  }
}

.l-lower-interview-contents-schedule-wrap::after {
  content: "Schedule";
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #e4dfd4;
  padding: 0 30px;
  background-color: #f3efe6;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-schedule-wrap::after {
    font-size: 9rem;
    top: -55px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-interview-contents-schedule-wrap::after {
    font-size: 11rem;
  }
}
#interview02 .l-lower-interview-contents-schedule-wrap::after {
  background-color: #fefbf4;
}

.l-lower-interview-contents-schedule-inner {
  max-width: 1060px;
  margin: 0 auto;
}

.l-lower-interview-contents-schedule-ttl {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-schedule-ttl {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-interview-contents-schedule-ttl {
    margin-bottom: 80px;
  }
}
.l-lower-interview-contents-schedule-ttl span {
  font-size: 18px;
  display: block;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .l-lower-interview-contents-schedule-ttl span {
    font-size: 16px;
  }
}

.l-lower-interview-contents-schedule-detail-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-schedule-detail-wrap {
    gap: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-interview-contents-schedule-detail-wrap {
    flex-direction: row;
  }
}
.l-lower-interview-contents-schedule-detail-wrap img {
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
}
@media screen and (min-width: 480px) {
  .l-lower-interview-contents-schedule-detail-wrap img {
    width: 360px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-schedule-detail-wrap img {
    border-radius: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-interview-contents-schedule-detail-wrap img {
    margin: 0;
  }
}
.l-lower-interview-contents-schedule-detail-lists {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-size: 8px 2px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-schedule-detail-lists {
    gap: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-interview-contents-schedule-detail-lists {
    width: auto;
  }
}
.l-lower-interview-contents-schedule-detail-lists::before {
  content: "";
  background-image: linear-gradient(to bottom, #000 0px, #000 2px, transparent 2px, transparent 8px);
  background-size: 2px 8px;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 46px;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-schedule-detail-lists::before {
    left: 90px;
  }
}
.l-lower-interview-contents-schedule-detail-lists div:last-of-type::after {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #f3efe6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 45px;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-schedule-detail-lists div:last-of-type::after {
    left: 89px;
  }
}
#interview02 .l-lower-interview-contents-schedule-detail-lists div:last-of-type::after {
  background-color: #fefbf4;
}

.l-lower-interview-contents-schedule-detail-lists div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding-left: 25px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-schedule-detail-lists div {
    flex-direction: row;
    padding-left: 40px;
    gap: 30px;
  }
}
.l-lower-interview-contents-schedule-detail-lists dt {
  width: 80px;
  background-color: #fff;
  border-radius: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-schedule-detail-lists dt {
    width: 100px;
    font-size: 1.8rem;
  }
}
.l-lower-interview-contents-schedule-detail-lists div::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-schedule-detail-lists div::before {
    width: 30px;
    height: 30px;
  }
}
#interview01 .l-lower-interview-contents-schedule-detail-lists div:first-of-type::before {
  background-image: url(../img/interview_ico_time_img01.svg);
}

#interview01 .l-lower-interview-contents-schedule-detail-lists div:nth-of-type(2)::before {
  background-image: url(../img/interview_ico_time_img02.svg);
}

#interview01 .l-lower-interview-contents-schedule-detail-lists div:nth-of-type(3)::before {
  background-image: url(../img/interview_ico_time_img03.svg);
}

#interview01 .l-lower-interview-contents-schedule-detail-lists div:nth-of-type(4)::before {
  background-image: url(../img/interview_ico_time_img04.svg);
}

#interview01 .l-lower-interview-contents-schedule-detail-lists div:nth-of-type(5)::before {
  background-image: url(../img/interview_ico_time_img05.svg);
}

#interview02 .l-lower-interview-contents-schedule-detail-lists div:first-of-type::before {
  background-image: url(../img/interview_ico_time_img1-1.svg);
}

#interview02 .l-lower-interview-contents-schedule-detail-lists div:nth-of-type(2)::before {
  background-image: url(../img/interview_ico_time_img1-2.svg);
}

#interview02 .l-lower-interview-contents-schedule-detail-lists div:nth-of-type(3)::before {
  background-image: url(../img/interview_ico_time_img1-3.svg);
}

#interview02 .l-lower-interview-contents-schedule-detail-lists div:nth-of-type(4)::before {
  background-image: url(../img/interview_ico_time_img1-4.svg);
}

#interview02 .l-lower-interview-contents-schedule-detail-lists div:nth-of-type(5)::before {
  background-image: url(../img/interview_ico_time_img1-5.svg);
}

#interview03 .l-lower-interview-contents-schedule-detail-lists div:first-of-type::before {
  background-image: url(../img/interview_ico_time_img01.png);
}

#interview03 .l-lower-interview-contents-schedule-detail-lists div:nth-of-type(2)::before {
  background-image: url(../img/interview_ico_time_img01.png);
}

#interview03 .l-lower-interview-contents-schedule-detail-lists div:nth-of-type(3)::before {
  background-image: url(../img/interview_ico_time_img01.png);
}

#interview03 .l-lower-interview-contents-schedule-detail-lists div:nth-of-type(4)::before {
  background-image: url(../img/interview_ico_time_img01.png);
}

#interview03 .l-lower-interview-contents-schedule-detail-lists div:nth-of-type(5)::before {
  background-image: url(../img/interview_ico_time_img01.png);
}

#interview03 .l-lower-interview-contents-schedule-detail-lists div:nth-of-type(6)::before {
  background-image: url(../img/interview_ico_time_img01.png);
}

.l-lower-interview-contents-schedule-detail-lists div:first-of-type dt {
  background-color: #fff159;
}

.l-lower-interview-contents-schedule-detail-lists div:last-of-type dt {
  background-color: #fff159;
}

.l-lower-interview-contents-schedule-detail-lists dd {
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  padding-left: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-schedule-detail-lists dd {
    width: calc(100% - 130px);
    font-size: 1.4rem;
    padding-left: 0;
  }
}
.l-lower-interview-contents-schedule-detail-lists dd span {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-contents-schedule-detail-lists dd span {
    font-size: 1.8rem;
  }
}