@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  scroll-behavior: smooth;
  scroll-padding: 70px;
}

#Interview {
  background-color: #fdfaee;
}
#Interview img {
  display: block;
  max-width: 100%;
}
#Interview * {
  box-sizing: border-box;
}
#Interview .u-t-right {
  text-align: right;
}
#Interview .u-t-center {
  text-align: center;
}
#Interview .u-bold {
  font-weight: 700 !important;
}
#Interview .pc-none {
  display: none;
}
#Interview .sp-none {
  display: block;
}
#Interview .is-hide {
  display: none !important;
}
@media screen and (min-width: 768px) {
  #Interview .u-pt-100-pc {
    padding-top: 100px !important;
  }
  #Interview .u-mt-100-pc {
    margin-top: 100px !important;
  }
  #Interview .u-pb-100-pc {
    padding-bottom: 100px !important;
  }
  #Interview .u-row-reverse-pc {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  #Interview .pc-none {
    display: block;
  }
  #Interview .sp-none {
    display: none;
  }
  #Interview .u-pt-80-sp {
    padding-top: 80px !important;
  }
  #Interview .u-mt-80-sp {
    margin-top: 80px !important;
  }
  #Interview .u-mt-20-sp {
    margin-top: 20px !important;
  }
  #Interview .u-pb-80-sp {
    padding-bottom: 80px !important;
  }
}
#Interview .interview-inner-large {
  position: relative;
  width: 1244px;
  margin-inline: auto;
  max-width: 100%;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  #Interview .interview-inner-large {
    padding: 0 20px;
  }
}
#Interview .interview-heading {
  background: url("../images/bg_title.png") no-repeat center center #B81B03;
  background-size: contain;
  padding: 19px 0 7px;
}
@media screen and (max-width: 767px) {
  #Interview .interview-heading {
    padding: 28px 0;
    background-image: url("../images/bg_title_sp.png");
  }
}
#Interview .interview-heading .interview-inner-large {
  display: flex;
  gap: 80px;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #Interview .interview-heading .interview-inner-large {
    display: block;
  }
}
#Interview .interview-heading-text {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #Interview .interview-heading-text {
    font-size: 14px;
  }
}
#Interview .interview-h1 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #Interview .interview-h1 {
    font-size: 26px;
  }
}
#Interview .interview-inner {
  position: relative;
  width: 1160px;
  margin-inline: auto;
  padding: 0 30px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #Interview .interview-inner {
    padding: 0 20px;
  }
}
#Interview .btn-top {
  text-align: center;
  margin: 20px 0;
  padding: 10px;
  display: inline-block;
  border: 1px solid #333;
  border-radius: 5px;
  font-size: 13px;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1.8;
  margin-right: 2px;
}
#Interview .interview-article-tag {
  display: inline-flex;
  justify-content: center;
  padding: 6px 12px 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  background-color: #8D4F40;
  border-radius: 20px;
  margin-bottom: 17px;
  color: #fff;
  min-width: 149px;
}
@media screen and (max-width: 767px) {
  #Interview .interview-article-tag {
    margin-bottom: 15px;
  }
}
#Interview .interview-article-title {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  color: #505050;
  padding-left: 14px;
  border-left: 6px solid #8D4F40;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #Interview .interview-article-title {
    margin-bottom: 10px;
    padding-right: 30px;
  }
}
#Interview .interview-article-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  text-align: right;
  color: #505050;
}
#Interview .interview-article figure {
  margin: 30px 0 0;
}
#Interview .index-anchor {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #Interview .index-anchor {
    margin-top: 53px;
  }
}
#Interview .index-anchor .ttl-anchor {
  display: flex;
  align-items: center;
  font-size: 32px;
  line-height: 1.3125;
  font-weight: 700;
  color: #8D4F40;
  gap: 10px;
  margin-bottom: 20px;
}
#Interview .index-anchor .ttl-anchor span {
  font-size: 18px;
  font-weight: 700;
  color: #505050;
}
#Interview .list-anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 19px 20px;
}
@media screen and (max-width: 767px) {
  #Interview .list-anchor {
    gap: 10px 20px;
  }
}
#Interview .list-anchor li {
  width: 260px;
}
@media screen and (max-width: 767px) {
  #Interview .list-anchor li {
    width: 100%;
  }
}
#Interview .list-anchor li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  line-height: 2;
  padding: 9px 20px 9px 0;
  position: relative;
  border-bottom: 1px solid #B1B1B1;
  text-decoration: none;
  padding-left: 10px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #Interview .list-anchor li a {
    padding-left: 0;
    font-size: 14px;
    line-height: 1.642857;
  }
}
#Interview .list-anchor li a .tag {
  min-width: 60px;
  display: block;
  background: rgba(141, 79, 64, 0.16);
  text-align: center;
  border-radius: 4px;
  color: #8D4F40;
  font-weight: 700;
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  #Interview .list-anchor li a .tag {
    margin-left: 0;
    min-width: 80px;
  }
}
#Interview .list-anchor li a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url("../images/icon_arr_down.png") no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
}
#Interview .interview-section-index-item {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  #Interview .interview-section-index-item {
    display: block;
  }
}
#Interview .interview-section-index-item .info {
  flex: 1 1 auto;
}
#Interview .interview-section-index-item .img {
  flex: 0 0 auto;
  width: 540px;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  #Interview .interview-section-index-item .img {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
#Interview .interview-section-index-item .title {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 24px;
  line-height: 1.75;
  position: relative;
  color: #505050;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #B1B1B1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #Interview .interview-section-index-item .title {
    font-size: 18px;
    gap: 10px;
    padding-bottom: 7px;
  }
}
#Interview .interview-section-index-item .title span {
  min-width: 130px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #8D4F40;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #Interview .interview-section-index-item .title span {
    min-width: 90px;
    height: 30px;
  }
}
#Interview .interview-section-index-item .text {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #Interview .interview-section-index-item .text {
    font-size: 14px;
    line-height: 1.78571;
  }
}
#Interview .work-schedule {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
#Interview .work-schedule-info {
  background-color: #fff;
  overflow: hidden;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  #Interview .work-schedule-info {
    border-radius: 8px;
  }
}
#Interview .work-schedule-info .note {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  background-color: #8D4F40;
}
@media screen and (max-width: 767px) {
  #Interview .work-schedule-info .note {
    padding: 10px 12px 12px 10px;
    font-size: 16px;
    line-height: 1.5;
    align-items: flex-start;
  }
}
#Interview .work-schedule-info .note figure {
  margin: 0;
  flex: 0 0 auto;
  width: 50px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #Interview .work-schedule-info .note figure {
    width: 35px;
  }
}
#Interview .work-schedule-note {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  background-color: #8D4F40;
  border-radius: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #Interview .work-schedule-note {
    padding: 10px 12px 12px 10px;
    font-size: 16px;
    line-height: 1.5;
    align-items: flex-start;
    margin-top: 20px;
  }
}
#Interview .work-schedule-note figure {
  margin: 0;
  flex: 0 0 auto;
  width: 50px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #Interview .work-schedule-note figure {
    width: 35px;
  }
}
#Interview .work-schedule-title {
  position: relative;
  padding-left: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 10px;
  color: #505050;
}
@media screen and (max-width: 767px) {
  #Interview .work-schedule-title {
    font-size: 18px;
    padding-left: 32px;
  }
}
#Interview .work-schedule-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icon_work-schedule.png") no-repeat;
  background-size: cover;
  width: 30px;
  height: 33px;
}
@media screen and (max-width: 767px) {
  #Interview .work-schedule-title::before {
    width: 22px;
    height: 24px;
  }
}
#Interview .list-schedule {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px 35px 30px 35px;
  position: relative;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  #Interview .list-schedule {
    padding: 20px 20px 20px 20px;
    gap: 24px;
  }
}
#Interview .list-schedule-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #8D4F40;
  padding: 30px 35px 0;
}
@media screen and (max-width: 767px) {
  #Interview .list-schedule-title {
    font-size: 16px;
    padding: 20px 20px 0;
  }
}
#Interview .list-schedule li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 62px;
  position: relative;
}
#Interview .list-schedule li:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 153px;
  background: url("../images/icon_arr_circle.png") no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  #Interview .list-schedule li:after {
    width: 15px;
    height: 15px;
    left: 74px;
  }
}
#Interview .list-schedule li:before {
  content: "";
  position: absolute;
  left: 163px;
  background-color: #8D4F40;
  width: 1px;
  top: 15px;
  height: calc(100% + 40px);
}
@media screen and (max-width: 767px) {
  #Interview .list-schedule li:before {
    left: 81px;
    height: calc(100% + 25px);
  }
}
#Interview .list-schedule li:last-child:before {
  height: 0;
}
@media screen and (max-width: 767px) {
  #Interview .list-schedule li {
    gap: 30px;
  }
  #Interview .list-schedule li.mutil-line:after {
    top: 19px;
  }
  #Interview .list-schedule li.mutil-line:before {
    top: 25px;
  }
  #Interview .list-schedule li.mutil-line .text {
    margin-top: 16px;
  }
}
#Interview .list-schedule li.none {
  padding-bottom: 17px;
}
@media screen and (max-width: 767px) {
  #Interview .list-schedule li.none {
    padding-bottom: 15px;
  }
}
#Interview .list-schedule li .tag {
  width: 132px;
  background-color: #EEE5E3;
  border-radius: 4px;
  padding: 10px 5px;
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  position: relative;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  #Interview .list-schedule li .tag {
    width: 66px;
    font-size: 14px;
    line-height: 1.5;
    padding: 5px;
  }
}
#Interview .list-schedule li .text {
  font-size: 14px;
  line-height: 1.714285;
  font-weight: 400;
  margin-top: 8px;
}
#Interview .list-schedule li .text + * {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #Interview .list-schedule li .text {
    font-size: 12px;
    line-height: 1.5;
  }
}
#Interview .list-schedule li .text-lead {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #Interview .list-schedule li .text-lead {
    font-size: 12px;
    line-height: 1.5;
  }
}
#Interview .interview-row {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #Interview .interview-row {
    gap: 22px;
    flex-wrap: wrap;
  }
}
#Interview .interview-row .interview-col {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #Interview .interview-row .interview-col {
    width: 100%;
  }
}
#Interview .bl-interview {
  padding: 20px;
  background-color: #fff;
  border: 2px solid #8D4F40;
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: 228px;
}
@media screen and (max-width: 767px) {
  #Interview .bl-interview {
    padding: 20px;
    min-height: 200px;
  }
}
#Interview .bl-interview-title {
  font-size: 18px;
  line-height: 2.333;
  font-weight: 700;
  color: #8D4F40;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #Interview .bl-interview-title {
    line-height: 1.1111;
  }
}
#Interview .bl-interview-text {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, -2px 0px 0 #fff, 2px 0px 0 #fff, 0px -2px 0 #fff, 0px 2px 0 #fff;
}
@media screen and (max-width: 767px) {
  #Interview .bl-interview-text {
    font-size: 14px;
    line-height: 1.78571;
  }
}
#Interview .bl-interview img {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #Interview .bl-interview img {
    width: 145px;
  }
}
#Interview .bl-interview img.img_bl_02 {
  right: -20px;
  bottom: 12px;
}
@media screen and (max-width: 767px) {
  #Interview .bl-interview img.img_bl_02 {
    width: 155px;
    right: -18px;
    bottom: 14px;
  }
}
#Interview .interview-job-hunting img {
  width: 100%;
}
#Interview .interview-job-hunting .corp-list.s_note li {
  font-size: 16px;
}
#Interview .interview-job-hunting .info {
  background-color: #fff;
  border-radius: 24px;
  padding: 30px;
  width: 900px;
  margin: -80px auto 0;
  max-width: calc(100% - 100px);
  position: relative;
}
@media screen and (max-width: 767px) {
  #Interview .interview-job-hunting .info {
    width: calc(100% - 40px);
    max-width: none;
    margin-top: -60px;
    padding: 20px;
    border-radius: 16px;
  }
}
#Interview .interview-job-hunting-title {
  font-size: 24px;
  line-height: 1.75;
  font-weight: 700;
  color: #8D4F40;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #Interview .interview-job-hunting-title {
    font-size: 18px;
    line-height: 1.6667;
    margin-bottom: 10px;
  }
}
#Interview .interview-job-hunting-text {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #Interview .interview-job-hunting-text {
    font-size: 14px;
    line-height: 1.78571;
  }
}
#Interview .interview-other-employees {
  background-color: #FFF1C0;
}
#Interview .interview-other-employees-title {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  color: #505050;
  border-bottom: 4px solid #B81B03;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #Interview .interview-other-employees-title {
    padding-bottom: 1px;
  }
}
#Interview .list-other-employees {
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  #Interview .list-other-employees {
    gap: 21px;
    flex-wrap: wrap;
  }
}
#Interview .list-other-employees li {
  width: calc(33.3333333333% - 17px);
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
  padding: 24px 27px 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #Interview .list-other-employees li {
    width: 100%;
    padding: 10px;
    border-radius: 12px;
  }
}
#Interview .list-other-employees li a {
  text-decoration: none;
}
#Interview .list-other-employees li img {
  width: 100%;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  #Interview .list-other-employees li img {
    margin-bottom: 10px;
  }
}
#Interview .list-other-employees li .text {
  font-size: 16px;
  line-height: 1.75;
  color: #333333;
  font-weight: 400;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #Interview .list-other-employees li .text {
    font-size: 12px;
    line-height: 1.5;
  }
}
#Interview .list-other-employees li .tag {
  text-align: center;
  margin-bottom: 10px;
  display: inline-flex;
  justify-content: center;
  padding: 6px 12px 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  background-color: #8D4F40;
  border-radius: 20px;
  color: #fff;
  min-width: 149px;
}
@media screen and (max-width: 767px) {
  #Interview .list-other-employees li .tag {
    min-width: 116px;
    font-size: 10px;
    line-height: 1.8;
    padding: 4px 5px;
    margin-bottom: 0;
  }
}
#Interview .list-other-employees li .date {
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  color: #505050;
}
@media screen and (max-width: 767px) {
  #Interview .list-other-employees li .date {
    font-size: 10px;
    position: absolute;
    bottom: 7px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #Interview .list-other-employees-head {
    overflow: hidden;
  }
  #Interview .list-other-employees-head img {
    width: 49.5% !important;
    float: left;
  }
  #Interview .list-other-employees-head .text {
    width: 50.5%;
    padding-left: 10px;
    float: right;
  }
}
#Interview .story-cardList {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  #Interview .story-cardList {
    gap: 21px;
    flex-wrap: wrap;
    display: flex;
  }
}
#Interview .story-cardList .story-card {
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
  padding: 24px 27px 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #Interview .story-cardList .story-card {
    width: 100%;
    padding: 10px;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
  }
}
#Interview .story-cardList .story-card .story-card__thumb {
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  align-self: start;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  #Interview .story-cardList .story-card .story-card__thumb {
    width: 49.5% !important;
    float: left;
    margin-bottom: 10px;
    border-radius: 10px;
  }
}
#Interview .story-cardList .story-card .story-card__thumb img {
  aspect-ratio: 360/200;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
#Interview .story-cardList .story-card .story-card__desc {
  font-size: 16px;
  line-height: 1.75;
  color: #333333;
  font-weight: 400;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #Interview .story-cardList .story-card .story-card__desc {
    width: 50.5%;
    padding-left: 10px;
    float: right;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
#Interview .story-cardList .story-card .story-card__tag {
  text-align: center;
  margin-bottom: 10px;
  display: inline-flex;
  justify-content: center;
  padding: 6px 12px 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  background-color: #8D4F40;
  border-radius: 20px;
  color: #fff;
  min-width: 149px;
}
@media screen and (max-width: 767px) {
  #Interview .story-cardList .story-card .story-card__tag {
    min-width: 116px;
    font-size: 10px;
    line-height: 1.8;
    padding: 4px 5px;
    margin-bottom: 0;
  }
}
#Interview .story-cardList .story-card .story-card__date {
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  color: #505050;
}
@media screen and (max-width: 767px) {
  #Interview .story-cardList .story-card .story-card__date {
    font-size: 10px;
    position: absolute;
    bottom: 7px;
    right: 10px;
  }
}
#Interview .story-cardList .story-card[data-group=groupB] .story-card__thumb {
  border: 3px solid #8D4F40;
}
@media screen and (max-width: 767px) {
  #Interview .story-cardList .story-card .story-card__thumb {
    border-width: 2px !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  #Interview .story-cardList .story-card:hover .story-card__thumb img {
    transform: scale(105%);
  }
}
#Interview .other-employees-more {
  margin-top: 35px;
  animation: opacity 0.5s ease forwards;
}
@media screen and (max-width: 767px) {
  #Interview .other-employees-more {
    margin-top: 21px;
  }
}
#Interview .btn-more {
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 13px 40px;
  background-color: #B81B03;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  margin: 50px auto 0;
  min-width: 322px;
}
@media screen and (max-width: 767px) {
  #Interview .btn-more {
    min-width: 268px;
  }
}
#Interview .btn-more:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 12px;
  height: 1px;
  background-color: #fff;
}
#Interview .btn-more:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  height: 12px;
  width: 1px;
  background-color: #fff;
}
#Interview .interview-group-btn {
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  #Interview .interview-group-btn {
    flex-direction: column;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 0;
    margin-top: 20px;
  }
}
#Interview .btn-link {
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  color: #333;
  margin: 40px 0;
  position: relative;
  padding-right: 45px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #Interview .btn-link {
    margin: 15px 0;
    padding-right: 40px;
  }
}
#Interview .btn-link:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  background: #8D4F40 url(../images/icon-chevron--right.svg) no-repeat 10px 9px;
  background-size: 6px auto;
}

/*# 260609_add */
@media screen and (min-width: 768px){
  #Interview .interview-section-index-item .work-schedule-info {
    width: 50%;
  }
}
#Interview .interview-indent{
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  padding-left: 0.5em;
}

#Interview .interview-indent li{
  list-style-type: disc !important;
  margin-left: 1em;
}

@media screen and (max-width: 767px){
  #Interview .interview-indent{
    font-size: 14px;
    line-height: 1.78571;
  }
}
@keyframes opacity{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=interview.css.map */