#interview {
  padding-bottom: 0px;
  margin-bottom: -80px;
}
#interview .mv {
  position: relative;
  transform: translateY(-95px);
  margin-bottom: -33px;
  z-index: 1;
}
@media only screen and (max-width: 850px) {
  #interview .mv {
    transform: translateY(-33px);
    margin-bottom: -33px;
  }
}
#interview .mv__box {
  position: absolute;
  left: 40px;
}
@media only screen and (min-width: 851px) {
  #interview .mv__box {
    top: 140px;
  }
}
@media only screen and (max-width: 1050px) and (min-width: 851px) {
  #interview .mv__box {
    top: 120px;
  }
}
@media only screen and (max-width: 850px) {
  #interview .mv__box {
    bottom: 20px;
    left: 16px;
  }
}
#interview .mv__head {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 44px;
  color: #fff;
  letter-spacing: 0;
}
@media only screen and (max-width: 1050px) and (min-width: 851px) {
  #interview .mv__head {
    font-size: 26px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 850px) {
  #interview .mv__head {
    font-size: 16px;
    line-height: 28px;
  }
}
#interview .mv__head-number {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 82px;
  color: #fff;
}
@media only screen and (max-width: 1050px) and (min-width: 851px) {
  #interview .mv__head-number {
    font-size: 78px;
  }
}
@media only screen and (max-width: 850px) {
  #interview .mv__head-number {
    font-size: 49px;
  }
}
#interview .mv__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 63px;
  color: #006031;
  letter-spacing: 0;
  margin-top: 5px;
}
@media only screen and (max-width: 1050px) and (min-width: 851px) {
  #interview .mv__title {
    font-size: 30px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 850px) {
  #interview .mv__title {
    font-size: 20px;
    line-height: 2;
    margin-top: 3px;
  }
}
#interview .mv__title-row {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0px 19px 3px 15px;
}
#interview .mv__img {
  overflow: hidden;
  border-radius: 40px;
}
@media only screen and (max-width: 850px) {
  #interview .mv__img {
    border-radius: 20px;
  }
}
#interview .info {
  margin-bottom: 51px;
  z-index: 5;
  position: relative;
}
@media only screen and (min-width: 851px) {
  #interview .info {
    margin-top: -95px;
  }
}
@media only screen and (min-width: 1051px) {
  #interview .info {
    margin-top: -226px;
    margin-bottom: 54px;
  }
}
#interview .info__box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 340px;
  height: 202px;
  background-color: #006031;
  border-radius: 20px;
  color: #fff;
  padding: 39px 40px 44px 40px;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 3px;
}
@media only screen and (max-width: 850px) {
  #interview .info__box {
    max-width: 340px;
    width: 100%;
    padding: 48px 37px 57px 37px;
  }
}
#interview .info__box07 {
  padding-left: 36px;
  padding-right: 34px;
}
#interview .info__box07 .info__category {
  padding: 1px 14px;
}
#interview .info__head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#interview .info__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  margin-right: 7px;
}
#interview .info__name span {
  font-size: 36px;
}
#interview .info__category {
  font-weight: normal;
  font-size: 14px;
  color: #1a1311;
  border-radius: 50px;
  background-color: #b2d86e;
  padding: 1px 21px;
  margin-top: 2px;
}
#interview .info__department {
  font-weight: 500;
  font-size: 14px;
  line-height: 22.4px;
  color: #fff;
  letter-spacing: 0;
}
#interview .info__warning {
  font-weight: normal;
  font-size: 12px;
  text-align: right;
  color: #818177;
}
#interview .lead__container {
  max-width: 1080px;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 850px) {
  #interview .lead__container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
#interview .lead__text {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 68px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 28.8px;
  text-align: left;
  color: #006031;
}
@media only screen and (max-width: 850px) {
  #interview .lead__text {
    padding-bottom: 55px;
  }
}
#interview .career {
  margin-bottom: 140px;
}
@media only screen and (max-width: 850px) {
  #interview .career {
    margin-bottom: 88px;
  }
}
#interview .career__container {
  max-width: 1080px;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 850px) {
  #interview .career__container {
    padding-right: 0px;
    padding-left: 0px;
  }
}
#interview .career__box {
  background-color: #fff;
  border-radius: 20px;
  padding: 54px 60px 74px;
}
@media only screen and (max-width: 850px) {
  #interview .career__box {
    padding: 48px 20px 44px;
  }
}
#interview .career__title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #20992a;
  margin-bottom: 18px;
  letter-spacing: 0;
}
@media only screen and (max-width: 850px) {
  #interview .career__title {
    margin-bottom: 21px;
  }
}
@media only screen and (min-width: 851px) {
  #interview .career__item {
    display: flex;
  }
}
#interview .career__item:last-child .career__item-from::after {
  border-right: 1px dotted #20992a;
}
#interview .career__item-from {
  position: relative;
  padding-bottom: 11px;
}
@media only screen and (min-width: 851px) {
  #interview .career__item-from {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 850px) {
  #interview .career__item-from {
    padding-bottom: 1px;
  }
}
@media only screen and (min-width: 851px) {
  #interview .career__item-from::before {
    position: absolute;
    top: 5px;
    right: 0;
    content: "";
    width: 21px;
    height: 21px;
    border: 8px solid #b8daa8;
    background: #20992a;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 851px) {
  #interview .career__item-from::after {
    position: absolute;
    top: 15px;
    right: 10px;
    content: "";
    width: 1px;
    height: calc(100% - 4px);
    border-right: 1px solid #20992a;
    z-index: 1;
  }
}
#interview .career__item-time {
  width: 80px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 28.8px;
  color: #20992a;
}
@media only screen and (min-width: 851px) {
  #interview .career__item-time {
    text-align: right;
  }
}
#interview .career__item-description {
  padding-top: 2px;
  padding-bottom: 10px;
}
#interview .career__item-text {
  font-size: 14px;
}
@media only screen and (min-width: 851px) {
  #interview .career__item-text {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 850px) {
  #interview .career__item-text {
    font-size: 14px;
    line-height: 22.4px;
  }
}
#interview .photo {
  margin-bottom: 140px;
}
@media only screen and (max-width: 850px) {
  #interview .photo {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 88px;
  }
}
#interview .photo--split {
  display: flex;
}
@media only screen and (max-width: 850px) {
  #interview .photo--split {
    flex-direction: column;
  }
}
#interview .photo__img {
  border-radius: 40px;
  overflow: hidden;
  flex: 1;
}
@media only screen and (max-width: 850px) {
  #interview .photo_single {
    margin-bottom: 88px;
    width: calc(100% + 44px);
    margin-left: -27px;
    margin-right: -27px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 850px) {
  #interview .photo_single .photo__img {
    border-radius: initial;
  }
}
#interview .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 140px;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 851px) {
  #interview .content {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 850px) {
  #interview .content {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 3px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 851px) {
  #interview .content--even {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 851px) {
  #interview .content__heading {
    display: flex;
    justify-content: center;
    width: 254px;
  }
}
@media only screen and (max-width: 850px) {
  #interview .content__heading {
    margin-bottom: 46px;
  }
}
#interview .content__catch {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.7;
  text-align: left;
  color: #006031;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 851px) {
  #interview .content__catch {
    padding-top: 13px;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media only screen and (max-width: 850px) {
  #interview .content__catch {
    font-size: 28px;
    line-height: 44.8px;
    letter-spacing: 0.05em;
  }
}
#interview .content__body {
  max-width: 720px;
  flex: 1;
}
#interview .content__text {
  margin-bottom: 24px;
}
#interview .content__text:last-child {
  margin-bottom: 0px;
}
#interview .others {
  position: relative;
  background-color: #ffffff;
  border-radius: 220px 0 0 0;
}
@media only screen and (max-width: 850px) {
  #interview .others {
    border-radius: 80px 0 0 0;
  }
}
#interview .others::before {
  content: "";
  position: absolute;
  top: -220px;
  right: 0;
  width: 220px;
  height: 220px;
  background-color: #ffffff;
  -webkit-clip-path: path("M220,220H0a220,220,0,0,0,220-220v220Z");
          clip-path: path("M220,220H0a220,220,0,0,0,220-220v220Z");
}
@media only screen and (max-width: 850px) {
  #interview .others::before {
    top: -80px;
    width: 80px;
    height: 80px;
    -webkit-clip-path: path("M80,80H0a80,80,0,0,0,80-80v80Z");
            clip-path: path("M80,80H0a80,80,0,0,0,80-80v80Z");
  }
}
#interview .others__container {
  display: flex;
  align-items: flex-start;
  max-width: 1160px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 140px;
  padding-bottom: 138px;
}
@media only screen and (max-width: 850px) {
  #interview .others__container {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
  }
}
@media only screen and (min-width: 851px) {
  #interview .others__container {
    gap: 58px;
  }
}
@media only screen and (max-width: 850px) {
  #interview .others__container {
    flex-direction: column;
    align-items: center;
    padding-top: 84px;
    padding-bottom: 88px;
    padding-right: 0px;
    padding-left: 28px;
  }
}
@media only screen and (max-width: 850px) {
  #interview .schedule {
    margin-bottom: 80px;
  }
}
#interview .schedule__title {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #006031;
  margin-bottom: 44px;
}
@media only screen and (max-width: 850px) {
  #interview .schedule__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    margin-bottom: 31px;
  }
}
#interview .schedule__title-ja {
  font-weight: bold;
  font-size: 24px;
  line-height: 38.4px;
  position: relative;
}
@media only screen and (max-width: 850px) {
  #interview .schedule__title-ja {
    font-size: 18px;
  }
}
#interview .schedule__title-ja::before {
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../img/interview/schedule__title-ja_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 7px;
}
#interview .schedule__title-en {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
}
#interview .schedule-item {
  display: flex;
  gap: 16px;
}
#interview .schedule-item:not(:last-child) .schedule-item__description {
  border-bottom: 1px solid #c6c6c6;
}
#interview .schedule-item:not(:first-child) .schedule-item__description {
  padding-top: 19px;
}
#interview .schedule-item:not(:first-child) .schedule-item__from {
  padding-top: 18px;
}
#interview .schedule-item__from {
  position: relative;
}
#interview .schedule-item__from::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #20992a;
}
#interview .schedule-item__time {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 20px;
  width: 64px;
  height: 20px;
  border-radius: 10px;
  background: #20992a;
  z-index: 1;
}
#interview .schedule-item__description {
  border-bottom: #c6c6c6;
  flex: 1;
  padding-bottom: 19px;
}
#interview .schedule-item__title_fast {
  margin-top: -3px;
}
#interview .schedule-item__text {
  font-size: 14px;
  line-height: 21px;
  margin-top: 8px;
}
@media only screen and (max-width: 850px) {
  #interview .schedule-item__text {
    padding-right: 10px;
  }
}
#interview .message {
  background-color: #f5f5dc;
  border-radius: 20px;
  max-width: 400px;
  padding: 40px 40px 30px;
  min-height: 600px;
}
@media only screen and (max-width: 850px) {
  #interview .message {
    margin-left: -28px;
    padding-left: 28px;
    padding-right: 27px;
  }
}
#interview .message__title {
  font-weight: bold;
  text-align: center;
  color: #2e6b38;
  margin-bottom: 10px;
  letter-spacing: 0;
}
#interview .message__title-en {
  font-family: "Rubik", sans-serif;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 5px;
}
#interview .message__title-ja {
  font-size: 12px;
  line-height: 1;
  color: #2e6b38;
  margin-bottom: 23px;
}
#interview .message__img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
#interview .message__text {
  font-weight: 500;
  color: #2e6b38;
}
#interview .related {
  background-color: #f7f7f7;
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 185px;
}
#interview .related__container {
  max-width: 1240px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 850px) {
  #interview .related__container {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
  }
}
#interview .related__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  color: #2e6b38;
  margin-bottom: 28px;
  letter-spacing: 1;
}
@media only screen and (max-width: 850px) {
  #interview .related__title {
    font-size: 28px;
  }
}
#interview .related .swiper {
  width: 528px;
  overflow: visible;
  margin-left: 0;
}
@media only screen and (max-width: 850px) {
  #interview .related .swiper {
    width: 280px;
  }
}
#interview .related-item {
  display: flex;
  width: 528px;
}
#interview .related-item:hover .related-item__thumbnail img {
  transform: scale(1.1);
}
#interview .related-item__thumbnail {
  border-radius: 20px;
  overflow: hidden;
  flex: 320;
}
@media only screen and (max-width: 850px) {
  #interview .related-item__thumbnail {
    flex: 134;
  }
}
#interview .related-item__thumbnail img {
  transition: all 350ms;
}
#interview .related-item__body {
  background-color: #20992a;
  color: #fff;
  letter-spacing: 0em;
  border-radius: 20px;
  overflow: hidden;
  flex: 208;
  background-image: url("../img/interview/related-more.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 65px 10px 10px 21px;
}
@media only screen and (max-width: 850px) {
  #interview .related-item__body {
    flex: 146;
    padding: 25px 10px 8px 11px;
  }
}
#interview .related-item__category {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #1a1311;
  background-color: #b2d86e;
  border-radius: 50px;
  padding: 4px 18px;
}
@media only screen and (max-width: 850px) {
  #interview .related-item__category {
    padding: 3px 14px;
    font-size: 10px;
  }
}
#interview .related-item__name {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  margin-top: 11px;
  margin-bottom: 9px;
  padding-left: 2px;
}
@media only screen and (max-width: 850px) {
  #interview .related-item__name {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
#interview .related-item__text {
  font-size: 13px;
  line-height: 1;
}
@media only screen and (max-width: 850px) {
  #interview .related-item__text {
    font-size: 10px;
  }
}/*# sourceMappingURL=interview-single.css.map */