main {
  margin-top: 80px;
}
.p-head {
  height: 696px;
  background: no-repeat center url(../img/voice/main-bg@2x.jpg);
  background-size: cover;
}
.top-wrap {
  position: relative;
  padding-top: 48px;
}
.top-wrap .tt {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 2;
  padding-left: 30px;
  color:#AF8E6E;
}
.top-wrap .tt h1 {
  border-radius: 50%;
  border:2px solid #AF8E6E;
  width: 206px;
  height: 206px;
  display: flex;
  justify-content: center;
  align-items: center;

  text-align: center;
  font-size: 35px;
  line-height: 40px;
}
.top-wrap .tt h1 span {
  position: relative;
  display: inline-block;
  padding-top: 34px;
}
.top-wrap .tt h1 span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin:auto;
  top:0;
  background: no-repeat center url(../img/common/ic-cow-brown.svg);
  background-size: 100%;
  width: 46px;
  height: 31px;
}
.top-wrap .tt .desc {
  max-width: 260px;
  font-size: 15px;
  line-height: 22px;
  margin-top: -50px;
  margin-left: 20px;
}
.top-wrap .top-photo {
  position: absolute;
  top:170px;
  text-align: center;
}
.top-wrap .top-photo img {
  border-radius: 36px;
}
.top-wrap .copy {
  position: absolute;
  z-index: 3;
  top: 100px;
  right: 90px;
  text-align: right;
}
.top-wrap .copy .ct {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  padding:10px 10px 16px;
  margin-left: 6px;
  box-shadow: 0px 3px 6px #00000029;
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 2px;
}

.sec.s1 {
  padding: 130px 0 60px;
}
.prof {
  max-width: 900px;
  margin:auto;
  margin-bottom: 60px;
}
.prof .p-info {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.prof .p-info:after {
  content:"";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: 5px;
  height: 100%;
  width: 1px;
  background: #000;
}
.p-info .pos {
  margin-right: 30px;
  font-size: 20px;
  line-height: 30px;
}
.p-info .n {
  font-size: 42px;
  line-height: 58px;
}
.p-info .en {
  font-size: 13px;
  letter-spacing: 4px;
}
.prof-txt {
  padding-left: 20px;
}
.sec.s2 {
  padding:60px 0 100px;
}
.voice-wrap {
  position: relative;
}
.voice-wrap h3,
.voice-wrap h4 {
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 20px;
}
.voice-wrap h3 {
  font-size: 34px;
}
.voice-wrap h4 {
  font-size: 25px;
}
.voice-wrap .txt {
  font-size: 15px;
}
.voice-wrap.v1 {
  margin-bottom: 70px;
}
.v1 .v-cont .txt {
  max-width: 680px;
}
.v1 .photo {
  position: absolute;
  right: 0;
  bottom: -100px;
}

.v2 .col-photo img {
  max-width: unset;
  float: right;
}
.v2 .txt-wrap {
  height: 100%;
  display: flex;
  align-items: end;
  padding-left: 40px;
}

.s2 figcaption {
  margin-top: 16px;
  font-size: 14px;
  text-align: center;
}


@media (max-width: 1199px) {
  .top-wrap .copy {
    right: 10px;
  }
  .v1 .photo {
    bottom: -50px;
  }
  .v1 .v-cont .txt {
    max-width: 60%;
  }

  .v2 .col-photo img {
    max-width: 550px;
  }
}
@media (max-width: 992px) {
  .p-head {
    height: 490px;
  }
  .top-wrap {
    padding-top: 20px;
  }
  .top-wrap .tt h1 {
    font-size: 25px;
    line-height: 30px;
    width: 160px;
    height: 160px;
  }
  .top-wrap .tt h1 span {
    padding-top:26px;
  }
  .top-wrap .tt h1 span:before {
    width: 38px;
    height: 28px;
  }
  .top-wrap .top-photo {
    top:116px;
  }
  .top-wrap .top-photo img {
    border-radius: 26px;
    max-width: 600px;
  }
  .top-wrap .copy {
    top:40px;
  }
  .top-wrap .copy .ct {
    padding:8px 8px 14px;
  }

  .sec.s1 {
    padding:100px 0 40px;
  }
  .p-info .pos {
    margin-right: 20px;
    font-size: 18px;
    line-height: 28px;
  }
  .p-info .n {
    font-size: 36px;
    line-height: 46px;
  }
  .p-info .en {
    font-size: 12px;
    letter-spacing: 3px;
  }
  .prof-txt {
    padding-left: 10px;
  }
  .v1 .v-cont .txt {
    max-width: 55%;
  }
  .v1 .photo {
    bottom: 0px;
  }
  .v1 .photo img {
    max-width: 260px;
  }
  .v2 .txt-wrap {
    padding-left: 0px;
  }

  .voice-wrap h3 {
    font-size: 28px;
  }
  .voice-wrap h4 {
    font-size: 22px;
  }
  .voice-wrap h3, .voice-wrap h4 {
    margin-bottom: 12px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .p-head {
    min-height: 420px;
    height: 50vh;
    background: no-repeat center bottom url(../img/voice/sp/main-bg@2x.jpg);
    background-size: cover;
  }
  .top-wrap {
    padding-top: 8px;
  }
  .top-wrap .tt {
    padding-left: 15px;
  }
  .top-wrap .tt h1 {
    font-size: 16px;
    line-height: 20px;
    width: 100px;
    height: 100px;
  }
  .top-wrap .tt h1 span {
    padding-top: 18px;
  }
  .top-wrap .tt h1 span:before {
    width: 22px;
    height: 15px;
  }
  .top-wrap .tt .desc {
    width: 60%;
    margin-top: -6px;
    margin-left: 15px;
    font-size: 14px;
    line-height: 18px;
  }
  .top-wrap .top-photo {
    position: relative;
    top:auto;
    padding:0 15px;
    margin-top: -12px;
  }
  .top-wrap .top-photo img {
    max-width: 100%;
    border-radius: 15px;
  }
  .top-wrap .copy {
    position: relative;
    text-align: left;
    top:0;
    right: auto;
    margin-top:-50px;
  }
  .top-wrap .copy .ct {
    writing-mode: unset;
    font-size: 14px;
    line-height: 25px;
    margin-left: 0;
    padding:0 8px;
    margin-bottom: 3px;
    letter-spacing: 1px;
  }
  .sec.s1 {
    padding:20px 0;
  }
  .prof .p-info {
    display: block;
    text-align: center;
    padding-bottom: 13px;
    margin-bottom: 12px;
  }
  .p-info .pos {
    margin-left: 0;
    font-size: 15px;
    line-height: 18px;
  }
  .p-info .n {
    font-size: 30px;
    line-height: 40px;
  }
  .p-info .en {
    letter-spacing: 2px;
    line-height: 16px;
  }
  .prof .p-info:after {
    width: 124px;
    height: 1px;
    background: #707070;
    top:auto;
    transform: unset;
    left: 0;
    right: 0;
    margin:auto;
    bottom: 0;
  }
  .prof-txt {
    padding:0 30px;
  }

  .voice-wrap h3,.voice-wrap h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 1px;
  }
  .v1 .v-cont .txt,
  .voice-wrap .txt {
    max-width: unset;
    padding:0 30px;
  }
  .v1 .photo {
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    margin:auto;
    margin-top: 20px;
  }
  .v2 .col-photo figure {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .v2 .col-photo img {
    max-width: 100%;
    float: unset;
  }
  .voice-wrap h4 {
    padding:0 30px;
    text-align: left;
    line-height: 28px;
  }
  .sec.s2 {
    padding:20px 0 50px;
  }
  .photo-wrap figure {
    margin: 0 -12px;
  }
  .s2 figcaption {
    margin-top: 10px;
  }
}
