@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&family=Poppins:wght@400;700&display=swap");
.font-pop {
  font-family: 'Poppins','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contents-area {
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media print, screen and (min-width: 741px) {
  .contents-area .wrapper {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
.contents-area img {
  vertical-align: middle;
}

.cloud-bg {
  background: url("../voice/img/hero-bg.png") no-repeat center 100px;
}
@media only screen and (max-width: 740px) {
  .cloud-bg {
    background: url("../voice/img/hero-bg_sp.png") no-repeat center top/contain;
  }
}

/*トップページ*/
.voice_top .area-hero {
  padding: 70px 0 40px;
}
@media only screen and (max-width: 740px) {
  .voice_top .area-hero {
    padding: 30px 0;
  }
}
.voice_top .area-hero .inner {
  background: url("../voice/img/hero-photo.jpg") no-repeat center/contain;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .voice_top .area-hero .inner {
    width: 934px;
    height: 568px;
    margin: auto;
  }
}
@media only screen and (max-width: 740px) {
  .voice_top .area-hero .inner {
    background: url("../voice/img/hero-photo_sp.jpg") no-repeat center/contain;
    padding: 30% 0;
    margin: 0 10px;
  }
}
.voice_top .area-hero .inner .text-wrap {
  margin-top: -29px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: #A68D6D;
  border-radius: 20px;
  width: 403px;
  height: 249px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 24px 0 50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 740px) {
  .voice_top .area-hero .inner .text-wrap {
    width: 230px;
    height: auto;
    padding: 15px 0 20px;
  }
}
.voice_top .area-hero .inner .img-wrap {
  position: absolute;
  left: 48.8%;
  transform: translateX(-50%);
  bottom: 64px;
  width: 374px;
}
@media only screen and (max-width: 740px) {
  .voice_top .area-hero .inner .img-wrap {
    bottom: 10%;
    width: 210px;
  }
}
.voice_top .area-intro {
  margin-bottom: 90px;
}
.voice_top .area-intro .title-intro {
  font-size: 27px;
  line-height: 2.2;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .voice_top .area-intro .title-intro {
    font-size: 18px;
    line-height: 1.8;
  }
}
.voice_top .area-intro .text-1 {
  line-height: 2.2;
}
@media print, screen and (min-width: 741px) {
  .voice_top .area-intro .text-1 {
    text-align: center;
  }
}
@media only screen and (max-width: 740px) {
  .voice_top .area-intro .text-1 {
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.voice_top .area-intro .img-wrap {
  display: flex;
}
@media print, screen and (min-width: 741px) {
  .voice_top .area-intro .img-wrap {
    justify-content: space-between;
    margin-top: -180px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 740px) {
  .voice_top .area-intro .img-wrap {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 740px) {
  .voice_top .area-intro .img-wrap img {
    width: 35%;
  }
}
.voice_top .area-interview {
  margin-bottom: 100px;
}
.voice_top .area-interview .inner {
  background-color: #F2F2F2;
  border-radius: 20px;
  padding: 80px 70px 60px;
}
@media only screen and (max-width: 740px) {
  .voice_top .area-interview .inner {
    padding: 40px 25px 10px;
    margin: 0 10px;
  }
}
.voice_top .area-interview .heading-wrap {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 740px) {
  .voice_top .area-interview .heading-wrap {
    margin-bottom: 30px;
  }
}
.voice_top .area-interview .heading-wrap .title-interview {
  color: #A68D6D;
  font-size: 70px;
}
@media only screen and (max-width: 740px) {
  .voice_top .area-interview .heading-wrap .title-interview {
    font-size: 40px;
  }
}
.voice_top .area-interview .heading-wrap .title-ja {
  color: #7D7D7D;
  font-size: 20px;
}
@media only screen and (max-width: 740px) {
  .voice_top .area-interview .heading-wrap .title-ja {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 741px) {
  .voice_top .area-interview .article-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.voice_top .area-interview .article-wrap .article-item {
  width: 410px;
  text-decoration: none;
  margin-bottom: 50px;
}
@media only screen and (max-width: 740px) {
  .voice_top .area-interview .article-wrap .article-item {
    display: block;
    width: 100%;
  }
}
.voice_top .area-interview .article-wrap .article-item .photo-wrap {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.voice_top .area-interview .article-wrap .article-item .text-wrap .date {
  color: #A45854;
  margin-right: 20px;
}
.voice_top .area-interview .article-wrap .article-item .text-wrap .name {
  color: #52727A;
}
.voice_top .area-interview .article-wrap .article-item .text-wrap .title-single {
  color: #111111;
  font-size: 20px;
  border-bottom: none;
  margin: 10px 0 25px;
}
@media only screen and (max-width: 740px) {
  .voice_top .area-interview .article-wrap .article-item .text-wrap .title-single {
    font-size: 16px;
  }
}
.voice_top .area-interview .article-wrap .article-item .btn-wrap {
  text-align: center;
}
.voice_top .area-interview .article-wrap .article-item .btn-wrap .btn {
  border: 3px solid #111;
  border-radius: 10px;
  background-color: #fff;
  color: #111;
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .voice_top .area-interview .article-wrap .article-item .btn-wrap .btn {
    width: 280px;
  }
}
@media only screen and (max-width: 740px) {
  .voice_top .area-interview .article-wrap .article-item .btn-wrap .btn {
    width: 90%;
  }
}
.voice_top .area-interview .article-wrap .article-item .btn-wrap .btn img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

/*トップページ*/
/*詳細ページ*/
.voice_single .intro-area {
  margin: 30px 0 30px;
  min-height: 400px;
}
.voice_single .intro-area .wrapper {
  position: relative;
}
.voice_single .intro-area .label {
  background-color: #A68D6D;
  display: inline-block;
  color: #F2F2F2;
  padding: 5px 20px;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 60px;
  text-decoration: none;
}
@media only screen and (max-width: 740px) {
  .voice_single .intro-area .label {
    font-size: 10px;
    border-radius: 5px;
    padding: 3px 10px;
    margin: 0 20px 20px;
  }
}
.voice_single .intro-area .title-main {
  font-size: 30px;
  width: 16em;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media only screen and (max-width: 740px) {
  .voice_single .intro-area .title-main {
    font-size: 20px;
    margin: 0 20px 20px;
  }
}
.voice_single .intro-area .intro-photo {
  z-index: -1;
}
@media print, screen and (min-width: 741px) {
  .voice_single .intro-area .intro-photo {
    position: absolute;
    right: 20px;
    top: 0;
    width: 660px;
    height: 400px;
  }
}
@media only screen and (max-width: 740px) {
  .voice_single .intro-area .intro-photo {
    position: relative;
    margin-bottom: 50px;
  }
}
.voice_single .intro-area .intro-photo .photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 741px) {
  .voice_single .intro-area .intro-photo .photo {
    border-radius: 20px;
  }
}
.voice_single .intro-area .intro-photo .intro-img {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  bottom: -30px;
}
@media only screen and (max-width: 740px) {
  .voice_single .intro-area .intro-photo .intro-img {
    width: 100%;
    bottom: -40px;
    height: 90px;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 740px) {
  .voice_single .intro-area .info-wrap {
    margin: 0 25px 30px;
    display: flex;
    align-items: start;
    gap: 20px;
  }
}
.voice_single .intro-area .info-wrap .date {
  background-color: #A45854;
  color: #fff;
  padding: 6px 30px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 740px) {
  .voice_single .intro-area .info-wrap .date {
    padding: 5px 20px;
  }
}
.voice_single .intro-area .info-wrap .name {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.voice_single .intro-area .info-wrap .name dt {
  color: #7D7D7D;
}
@media only screen and (max-width: 740px) {
  .voice_single .intro-area .info-wrap .name dt {
    font-size: 12px;
  }
}
.voice_single .intro-area .info-wrap .name dd {
  font-size: 24px;
}
@media only screen and (max-width: 740px) {
  .voice_single .intro-area .info-wrap .name dd {
    font-size: 16px;
  }
}
.voice_single .interviewer {
  margin-bottom: 110px;
}
@media only screen and (max-width: 740px) {
  .voice_single .interviewer {
    margin-bottom: 50px;
  }
}
.voice_single .interviewer .inner {
  background-color: #EAF3F9;
  border-radius: 20px;
  padding: 20px 50px;
}
@media print, screen and (min-width: 741px) {
  .voice_single .interviewer .inner {
    display: flex;
  }
}
@media only screen and (max-width: 740px) {
  .voice_single .interviewer .inner {
    margin: 0 10px 80px;
    padding: 25px;
  }
}
.voice_single .interviewer .heading-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media print, screen and (min-width: 741px) {
  .voice_single .interviewer .heading-wrap {
    padding-right: 30px;
    border-right: 1px dotted #111;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 740px) {
  .voice_single .interviewer .heading-wrap {
    padding-bottom: 20px;
    border-bottom: 1px dotted #111;
    margin-bottom: 20px;
  }
}
.voice_single .interviewer .heading-wrap .photo-wrap {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}
.voice_single .interviewer .heading-wrap .photo-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.voice_single .interviewer .heading-wrap .text-1 {
  color: #7D7D7D;
}
.voice_single .interviewer .text-wrap {
  flex: 1;
  line-height: 1.8;
  font-size: 18px;
}
@media only screen and (max-width: 740px) {
  .voice_single .interviewer .text-wrap {
    font-size: 14px;
  }
}
.voice_single .loop-block .heading-wrap {
  margin: auto;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .voice_single .loop-block .heading-wrap {
    margin: 0 10px;
  }
}
.voice_single .loop-block .heading-wrap .num {
  font-size: 72px;
  font-weight: bold;
  margin-bottom: -2px;
  line-height: 0.7;
}
@media print, screen and (min-width: 741px) {
  .voice_single .loop-block .heading-wrap .num {
    text-align: left;
  }
}
.voice_single .loop-block .heading-wrap .title-loop {
  border: 3px solid #111;
  text-align: center;
  font-size: 26px;
  padding: 24px 100px;
  background-color: #fff;
  position: relative;
  z-index: 10;
  width: 300px;
}
@media only screen and (max-width: 740px) {
  .voice_single .loop-block .heading-wrap .title-loop {
    font-size: 20px;
    padding: 10px 20px;
    width: 190px;
    display: inline-block;
    box-sizing: border-box;
  }
}
.voice_single .loop-block .heading-wrap img {
  position: absolute;
}
@media print, screen and (min-width: 741px) {
  .voice_single .loop-block .heading-wrap img {
    right: 70px;
    bottom: 30px;
    width: 100px;
  }
}
@media only screen and (max-width: 740px) {
  .voice_single .loop-block .heading-wrap img {
    width: 60px;
    right: 10px;
    bottom: 20px;
  }
}
.voice_single .loop-block .heading-wrap .heading-inner {
  display: inline-block;
}
.voice_single .loop-block .inner {
  background-color: #F2F2F2;
  border-radius: 20px;
  padding: 80px 50px;
  margin-top: -40px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 740px) {
  .voice_single .loop-block .inner {
    margin: -27px 10px 70px;
    padding: 50px 10px;
  }
}
.voice_single .loop-block .inner .chat-wrap {
  display: flex;
  gap: 0 40px;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 741px) {
  .voice_single .loop-block .inner .chat-wrap {
    margin-bottom: -20px;
  }
}
@media only screen and (max-width: 740px) {
  .voice_single .loop-block .inner .chat-wrap {
    gap: 0 15px;
  }
}
.voice_single .loop-block .inner .chat-wrap .menber {
  text-align: center;
  width: 80px;
}
@media print, screen and (min-width: 741px) {
  .voice_single .loop-block .inner .chat-wrap .menber {
    margin-bottom: -30px;
  }
}
@media only screen and (max-width: 740px) {
  .voice_single .loop-block .inner .chat-wrap .menber {
    width: 40px;
  }
}
.voice_single .loop-block .inner .chat-wrap .menber .photo-wrap {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}
@media only screen and (max-width: 740px) {
  .voice_single .loop-block .inner .chat-wrap .menber .photo-wrap {
    width: 40px;
    height: 40px;
  }
}
.voice_single .loop-block .inner .chat-wrap .menber .photo-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 740px) {
  .voice_single .loop-block .inner .chat-wrap .menber .name {
    margin: 0 -15px;
  }
}
.voice_single .loop-block .inner .chat-wrap .balloon-wrap {
  margin-top: 30px;
}
@media only screen and (max-width: 740px) {
  .voice_single .loop-block .inner .chat-wrap .balloon-wrap {
    margin-top: 0px;
    max-width: calc(100% - 55px);
  }
}
.voice_single .loop-block .inner .chat-wrap .balloon-wrap .text-1 {
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  padding: 15px 25px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 741px) {
  .voice_single .loop-block .inner .chat-wrap .balloon-wrap .text-1 {
    max-width: 660px;
    line-height: 29px;
  }
}
@media only screen and (max-width: 740px) {
  .voice_single .loop-block .inner .chat-wrap .balloon-wrap .text-1 {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.voice_single .loop-block .inner .chat-wrap .balloon-wrap .text-1::after {
  position: absolute;
  /*親要素に対して絶定配置*/
  content: "";
  /*追加する中身はなし*/
  display: block;
  /*ブロックレベル要素に*/
  left: -15px;
  /*左端からの距離*/
  top: -19px;
  /*上端からの距離*/
  width: 28px;
  /*横幅*/
  height: 49px;
  /*高さ*/
  background: transparent;
  /*背景色*/
  border-radius: 23px 0 0 23px;
  /*角丸*/
  box-shadow: 0 -15px 0 -6px #52727A inset;
  /*影*/
}
@media only screen and (max-width: 740px) {
  .voice_single .loop-block .inner .chat-wrap .balloon-wrap .text-1::after {
    transform: scale(0.7);
    top: -10px;
  }
}
.voice_single .loop-block .inner .chat-wrap .balloon-wrap .text-1 p:last-of-type {
  margin-bottom: 0;
}
.voice_single .loop-block .inner .chat-wrap .balloon-wrap .text-1 a {
  color: #fff;
}
.voice_single .loop-block .inner .chat-wrap .balloon-wrap .photo-wrap {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.voice_single .loop-block .inner .chat-wrap.block-left .balloon-wrap .text-1 {
  background-color: #52727A;
}
.voice_single .loop-block .inner .chat-wrap.block-right {
  flex-direction: row-reverse;
}
.voice_single .loop-block .inner .chat-wrap.block-right .balloon-wrap .text-1 {
  background-color: #A45854;
}
.voice_single .loop-block .inner .chat-wrap.block-right .balloon-wrap .text-1::after {
  left: auto;
  right: -15px;
  width: 28px;
  /*横幅*/
  height: 49px;
  /*高さ*/
  background: transparent;
  /*背景色*/
  border-radius: 0 23px 23px 0;
  box-shadow: 0 -15px 0 -6px #A45854 inset;
  /*影*/
}
.voice_single .loop-block .inner .chat-wrap .talk_photo {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 741px) {
  .voice_single .loop-block .inner .chat-wrap .talk_photo {
    margin: 20px auto 50px auto;
  }
}
.voice_single .loop-block .inner .chat-wrap .talk_photo img {
  border-radius: 20px;
}
@media only screen and (max-width: 740px) {
  .voice_single .loop-block .inner .chat-wrap .talk_photo img {
    border-radius: 10px;
  }
}

/*# sourceMappingURL=page_voice.css.map */
