@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}
.copy-box {
  display: flex;
  margin: 5% 0;
  align-items: center;
}
.copy-box .copy-left {
  width: 45%;
  padding: 3% 10%;
}
.copy-box .copy-left h3 {
  font-family: "ta-koigokoro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  font-size: max(2.3vw, 22px);
  background-color: white;
}
.copy-box .copy-left h4 {
  margin-top: 15%;
  font-size: max(1.4vw, 14px);
  background-color: white;
}
.copy-box .copy-left h4 img {
  width: 40%;
  display: inline !important;
  margin-bottom: -5%;
  margin-left: 5%;
}
.copy-box .copy-right {
  width: 55%;
}

/******************************
top
********************************/
section.top {
  margin-top: calc(50px + 5%);
}
section.top .top-box {
  display: flex;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
section.top .top-box .top-left {
  width: 50%;
  font-size: max(1.3vw, 13px);
  line-height: 160%;
  padding-left: 5%;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
section.top .top-box .top-right {
  width: 50%;
  text-align: center;
  padding-left: 7%;
}
section.top .top-box .top-right .top-title {
  font-family: "Hiragino Sans";
  font-size: 20pt;
  line-height: 1.5em;
  font-weight: 900;
  font-size: max(5vw, 40px);
}
section.top .top-box .top-right .top-title span {
  border-bottom: solid 1.5px #03318f;
  padding: 0 7% 3% 7%;
}
section.top .top-box .top-right h1 {
  font-size: max(2.2vw, 22px);
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 800;
  padding-top: 1%;
}

/******************************
Interviews
********************************/
.interviews {
  padding: 0% 0;
}

.interviews-box {
  width: 78%;
  margin: 6% auto;
}
.interviews-box h4 {
  font-size: 1.35vw;
  padding-left: 2%;
  padding-bottom: 3%;
  font-weight: 800;
  color: #0071bb;
}

.interviews-flex {
  display: flex;
  width: 100%;
}

.interviews-image {
  width: 20%;
}
.interviews-image img {
  width: 70%;
}

.interviews-text {
  width: 100%;
}
.interviews-text .text-box {
  width: 100%;
  border: solid 0.15em #ffbc0b;
  padding: 3% 5%;
  border-radius: 2em;
}
.interviews-text .text-box p {
  font-size: 1.3vw;
}

/******************************
other
********************************/
.other {
  position: absolute;
  top: 27%;
  left: 5%;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 800;
  font-size: max(2vw, 20px);
}

@media (max-width: 700px) {
  .copy-box .copy-left h4 {
    font-size: 4vw;
  }
  .interviews {
    width: 95%;
    margin: 0 auto;
  }
  .other {
    position: absolute;
    top: 10%;
    left: 5%;
  }
  .copy-box {
    display: flex;
    flex-direction: column-reverse;
    margin: 5% 0 20% 0;
  }
  .copy-box .copy-left {
    width: 100%;
  }
  .copy-box .copy-left h4 {
    margin-top: 5%;
  }
  .copy-box .copy-right {
    width: 100%;
    margin: 5% 0 10% 0;
  }
  .copy-box .copy-right img {
    width: 100%;
    margin-left: auto;
  }
  section.staff {
    padding: 10% 0 0 0;
  }
  /******************************
  top
  ********************************/
  section.top {
    margin-top: calc(50px + 5%);
  }
  section.top .top-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 90%;
    margin: 0 auto;
  }
  section.top .top-box .top-left {
    width: 100%;
    line-height: 180%;
    padding-left: 0%;
    padding-top: 5%;
  }
  section.top .top-box .top-right {
    width: 100%;
    padding-left: 0%;
  }
  section.top .top-box .top-right .top-title {
    font-family: "Hiragino Sans";
    font-size: 20pt;
    line-height: 1.5em;
    font-weight: 900;
    font-size: max(5vw, 40px);
  }
  section.top .top-box .top-right .top-title span {
    border-bottom: solid 1.5px #03318f;
    padding: 0 7% 3% 7%;
  }
  section.top .top-box .top-right h1 {
    font-size: max(2.2vw, 22px);
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 800;
    padding-top: 1%;
  }
  /******************************
  Interviews
  ********************************/
  .interviews {
    padding: 0% 0;
  }
  .text-box img {
    width: 90%;
    margin: 0% auto;
  }
  .interviews-box {
    width: 96%;
    margin: 8% auto;
  }
  .interviews-box h4 {
    font-size: 3.3vw;
    padding-left: 0%;
    padding-bottom: 3%;
    font-weight: 800;
    color: #0071bb;
  }
  .interviews-flex {
    display: flex;
    width: 100%;
  }
  .interviews-image {
    width: 33%;
  }
  .interviews-image img {
    width: 75%;
  }
  .interviews-text {
    width: 100%;
  }
  .interviews-text .text-box {
    width: 100%;
    border: solid 0.1em #ffbc0b;
    padding: 6% 5%;
    border-radius: 2em;
  }
  .interviews-text .text-box p {
    font-size: 3.3vw;
  }
}/*# sourceMappingURL=interview.css.map */