@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "notoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "roboto500";
  src: url("../font/Roboto-Medium.woff");
}
@font-face {
  font-family: "roboto700";
  src: url("../font/Roboto-Bold.woff");
}
@media screen and (min-width: 769px) {
  .interview-profile {
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .interview-profile {
    padding: 50px 0;
  }
}

.interview-profile__inner {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.interview-profile__imageWrap {
  max-width: 260px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #0D82C7;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .interview-profile__imageWrap {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .interview-profile__imageWrap {
    max-width: 230px;
    width: 45%;
    position: absolute;
    top: 62%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.interview-profile__description {
  max-width: 600px;
}
@media screen and (min-width: 769px) {
  .interview-profile__description {
    width: 70%;
  }
}

.interview-profile__edit p {
  font-size: 18px;
  line-height: 1.94;
  font-family: notoSans700, sans-serif;
}

@media screen and (min-width: 769px) {
  .interview-profile__defineList {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .interview-profile__defineList {
    width: 52%;
    margin-top: 30px;
  }
}

.interview-profile__define {
  border-bottom: 1px solid #B5B5B5;
}
.interview-profile__define:first-child {
  border-top: 1px solid #B5B5B5;
}
@media screen and (min-width: 769px) {
  .interview-profile__define {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .interview-profile__define {
    padding: 20px 0;
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .interview-profile__defineTitle {
    width: 80px;
  }
}

@media screen and (min-width: 769px) {
  .interview-profile__defineData {
    width: calc(100% - 90px);
  }
}
@media screen and (max-width: 768px) {
  .interview-profile__defineData {
    margin-top: 10px;
  }
}
.interview-profile__defineData strong {
  font-size: 20px;
  font-family: notoSans700, sans-serif;
}

.interview-section {
  background-color: #F4F4F4;
}
@media screen and (min-width: 769px) {
  .interview-section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .interview-section {
    padding: 50px 0;
  }
}

.interview-section__inner {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.interview-section__define {
  border-radius: 8px;
  background-color: #fff;
}
.interview-section__define:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .interview-section__define {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .interview-section__define {
    padding: 30px 20px;
  }
}

.interview-section__defineTitle {
  font-family: notoSans700, sans-serif;
  color: #0D82C7;
}
@media screen and (min-width: 769px) {
  .interview-section__defineTitle {
    font-size: 20px;
  }
}

.interview-section__defineData {
  line-height: 1.86;
}
@media screen and (min-width: 769px) {
  .interview-section__defineData {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .interview-section__defineData {
    margin-top: 20px;
  }
}

.interview-other {
  padding: 80px 0 100px;
}

.interview-other__inner {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.interview-other__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.interview-other__item {
  width: 25%;
  text-align: center;
}
.interview-other__item:not(:nth-child(3n+1)) {
  margin-left: 12.5%;
}
.interview-other__item:nth-child(n+4) {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .interview-other__anchor:hover {
    opacity: 0.7;
  }
}

.interview-other__imageWrap {
  overflow: hidden;
  border: 1px solid #0D82C7;
  border-radius: 8px;
}

.interview-other__itemName {
  margin-top: 20px;
  font-size: 20px;
  font-family: notoSans700, sans-serif;
}

.interview-other__join {
  margin-top: 8px;
  font-size: 15px;
}