@charset "UTF-8";
/* =========================================================
main
=========================================================*/
/* セクション
=========================================================*/
.slick-dots li {
  border: none !important;
  background: #ccc !important;
}

.slick-dots li.slick-active {
  background: #18aa59 !important;
  border: none;
}

#interview .interview {
  border-top: 3px solid #000;
  overflow: hidden;
}

#interview .post_interview_title {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #interview .post_interview_title {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

#interview .post_interview_title-image {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #interview .post_interview_title-image {
    height: 200px;
    width: 100%;
    position: relative;
  }
  #interview .post_interview_title-image img {
    height: 200px;
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-width: none;
  }
}

#interview .post_interview_title-profile {
  position: absolute;
  left: 0;
  top: 40px;
}

@media only screen and (max-width: 767px) {
  #interview .post_interview_title-profile {
    position: relative;
    top: 0;
  }
}

#interview .post_interview_title-profile dl {
  display: flex;
  justify-content: left;
  align-items: stretch;
}

#interview .post_interview_title-profile dl dt {
  height: auto;
  background: #0B863D;
  display: flex;
  align-items: center;
  padding: 0px 25px;
}

@media only screen and (max-width: 767px) {
  #interview .post_interview_title-profile dl dt {
    padding: 0 10px;
    flex: 1;
    justify-content: center;
  }
}

#interview .post_interview_title-profile dl dt h2 {
  font-size: 6rem;
  line-height: 1;
  margin: 0;
  display: inline-block;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #interview .post_interview_title-profile dl dt h2 {
    font-size: 3rem;
    text-align: center;
  }
}

#interview .post_interview_title-profile dl dd p {
  font-size: 2.2rem;
  line-height: 1.6;
  background: #fff;
  display: block;
  padding: 5px 10px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #interview .post_interview_title-profile dl dd p {
    font-size: 1.4rem;
  }
}

#interview .post_interview_title-profile dl dd span {
  font-size: 2.2rem;
  line-height: 1.6;
  background: #333;
  display: block;
  color: #fff;
  padding: 5px 10px;
}

@media only screen and (max-width: 767px) {
  #interview .post_interview_title-profile dl dd span {
    font-size: 1.4rem;
  }
}

#interview .post_interview_title-profile ul {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  #interview .post_interview_title-profile ul {
    margin-top: 0px;
    padding: 15px 10px;
  }
}

#interview .post_interview_title-profile ul li {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
}

#interview .post_interview_title-profile ul li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #interview .post_interview_title-profile ul li {
    font-size: 1.4rem;
  }
}

#interview .post_interview_title-profile ul li::before {
  content: "●";
  font-size: 1rem;
  display: inline-block;
  padding-right: 10px;
  vertical-align: 17%;
}

#interview .post_interview_title-message {
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: linear-gradient(to right, #00aa59, #93bf00);
  padding: 30px 0;
  /* margin: 0 0 40px 0; */
  display: block;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#interview .post_interview_title-message br {
  display: none;
}

@media only screen and (max-width: 767px) {
  #interview .post_interview_title-message br {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #interview .post_interview_title-message {
    font-size: 2rem;
    line-height: 1.4;
    padding: 15px 0;
  }
}

#interview .profile {
  display: block;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #interview .profile {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: -1;
    margin-bottom: 20px;
  }
}

#interview .profile .inner {
  text-align: left;
  padding: 20px;
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  #interview .profile .inner {
    border: 1px solid #333;
    padding: 30px;
    border-radius: 3px;
    background: #fff;
  }
}

#interview .profile .inner h2 {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  #interview .profile .inner h2 {
    font-size: 2rem;
  }
}

#interview .profile .layer.gray {
  width: calc(640 / 1440* 1.414* 100vw);
  height: calc(640 / 1440* 1.414* 100vw);
  top: calc(-640 / 1440* 1.414* 100vw / 2);
  left: calc(-640 / 1440* 1.414* 100vw / 2);
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  #interview .profile .layer.gray {
    top: calc(-640 / 1440* 1.414* 100vw / 2.5);
    left: calc(-640 / 1440* 1.414* 100vw / 1.5);
  }
}

#interview .post_body {
  border-top: none;
  padding-bottom: 0;
}

#interview .post_body .layer.gray {
  width: calc(640 / 1440 * 1.414 * 100vw);
  height: calc(640 / 1440 * 1.414 * 100vw);
  top: calc(-640 / 1440 * 1.414 * 100vw / 2);
  left: calc(-640 / 1440 * 1.414 * 100vw / 2);
}

#interview .post_body h2 {
  text-align: left;
  font-size: 3rem;
  line-height: 1.6;
  margin-bottom: 30px;
  position: relative;
  letter-spacing: -0.1rem;
  padding-left: 48px;
}

#interview .post_body h2:before {
  content: "Q.";
  display: inline-block;
  font-size: 4rem;
  margin-right: 10px;
  position: absolute;
  top: -10px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  #interview .post_body h2:before {
    font-size: 2.6rem;
    position: absolute;
    left: 0;
    top: -7px;
  }
}

@media only screen and (max-width: 767px) {
  #interview .post_body h2 {
    font-size: 2rem;
    text-align: left;
    padding-left: 34px;
  }
  #interview .post_body h2 br {
    display: none;
  }
}

#interview .post_body-item {
  margin-bottom: 100px;
  font-size: 1.8rem;
  line-height: 2.2;
}

#interview .post_body-item:last-child {
  margin-bottom: 0;
}

#interview .post_body-item::after {
  display: block;
  clear: both;
  content: "";
}

@media only screen and (max-width: 767px) {
  #interview .post_body-item {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 60px;
  }
}

#interview .post_body-item p {
  width: 450px;
}

@media only screen and (max-width: 767px) {
  #interview .post_body-item p {
    width: 100%;
  }
}

#interview .post_body-item p img {
  width: 100%;
}

#interview .post_body .image_left {
  float: left;
  margin: 0 40px 40px 0;
}

@media only screen and (max-width: 767px) {
  #interview .post_body .image_left {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}

#interview .post_body .image_right {
  float: right;
  margin: 0 0 40px 40px;
}

@media only screen and (max-width: 767px) {
  #interview .post_body .image_right {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}

#interview .post_body .image_center {
  display: block;
  text-align: center;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 767px) {
  #interview .post_body .image_center {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}
