.interview {
  font-family: "源ノ角ゴシック JP", "NotoSansCJKJP", sans-serif;
  font-weight: 100;
  background-color: #EDEBEB;
}

.sponly {
  display: none;
}

.interview h1 {
  height: 560px;
  margin: 0;
  padding: 0;
  background: url(/img/usr/interview/img01_bg.png) center no-repeat;
  background-size: cover;
}

.interview h1 .pconly {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 0;
  height: 560px;
}

.interview h1 .pconly img {
  position: absolute;
  width: 530px;
}


.interview .wrapper {
  width: 1200px;
  padding: 80px 100px;
  margin: 0 auto;
  font-size: 16px;
  background-color: #fff;
}

.lead_text {
  margin: 40px 0;
}

.index {
  padding: 40px;
  background-color: #F6F6F6;
  margin: 40px 0;
}

.index_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.index li {
  margin-top: 10px;
}

.voice {
  border: solid 1px;
  padding: 30px;
  margin-bottom: 80px;
}

.voice .inner {
  display: flex;
  gap: 34px;
  margin-bottom: 30px;
}

.voice .inner>img {
  width: 508px;
  height: 100%;
}

.voice .inner .right img {
  width: 100px;
}

.right .txt01 {
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0 20px;
}

.right .txt02 {
  font-size: 16px;
}

.right .name {
  font-size: 22px;
  font-weight: bold;
  margin: 5px 0 20px;
}

.right .txt03 {
  font-size: 16px;
}

.contetnts h2 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: solid 1px #707070;
  padding-bottom: 5px;
  margin: 0 0 30px;
}

.contetnts h2 span {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  color: #C6C6C6;
  padding-right: 8px;
}

.contetnts .right h2 {
  text-align: right;
}


.contetnts .flex {
  display: flex;
  gap: 20px;
}

.contetnts .flex img {
  width: 300px;
  height: 230px;
}

.contetnts>div {
  margin: -60px 0 80px;
  padding-top: 60px;
}

.bottom_img {
  background-color: #D5DCE0;
}

.bottom_img div {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  display: block;
}

.contetnts span {
  font-weight: bold;
}

@media screen and (max-width:767px) {
  .pconly {
    display: none;
  }

  .interview h1 {
    height: auto;
    background: none;
  }

  .sponly {
    display: block;
  }

  .interview .wrapper {
    width: 100%;
    padding: 20px 4.5vw;
    font-size: 14px;
  }

  .lead_text {
    margin: 30px 0;
  }

  .index {
    padding: 3vw;
    margin: 30px 0;
  }

  p.index_ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .voice {
    padding: 3vw;
    margin: 0;
  }

  .voice .inner {
    flex-wrap: wrap;
    gap: 20px;
  }

  .voice .inner>img {
    width: 100%;
  }

  .voice .inner .right img {
    width: 80px;
  }

  .right .txt01 {
    font-size: 17px !important;
  }

  .right .txt01 {
    font-size: 17px !important;
    margin-bottom: 17px !important;
  }

  .right .txt02 {
    font-size: 14px !important;
  }

  .right .txt03 {
    font-size: 14px !important;
  }

  .right .txt04 {
    font-size: 15px !important;
  }

  .right .name {
    margin-bottom: 17px !important;
  }

  .voice .inner {
    margin-bottom: 25px;
  }

  .contetnts>div {
    margin: 40px 0;
    padding: 0;
  }

  .contetnts h2 {
    text-align: left !important;
    font-size: 20px;
    display: flex;
    align-items: center;
    padding: 0 0 5px;
    margin: 0 0 20px;
  }

  .contetnts h2 span {
    font-size: 40px;
  }

  .contetnts .flex {
    flex-wrap: wrap;
  }

  .contetnts .flex img {
    width: 100%;
    height: 100%;
  }

  .bottom_img div {
    width: 100%;
    margin-bottom: 20px;
  }
}