@charset "utf-8";
/* ==================================================== */
/*  staff-voices
/* ==================================================== */
.staff-voices .contents-tlt .tlt-en {
  max-width: 115.46px;
}
@media (max-width: 767px) {
  .staff-voices .contents-head .full-img figure img {
    object-position: left;
  }
}

.contents-area .read-txt {
  padding: 30px 0 80px;
  font-size: var(--fs18);
  text-align: center;
}

@media (max-width: 767px) {
  .contents-area .read-txt {
    padding: 44px 0;
    font-size: var(--fs14);
    text-align: center;
  }
}
/*voice-area*/

.voice-area {
  margin-bottom: 100px;
}
.voice-area article:not(:last-of-type) {
  margin-bottom: 55px;
}
.voice-area article .flex {
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  gap: 5.48%;
}
.voice-area article:nth-of-type(even) .flex {
  flex-direction: row-reverse;
}

.voice-area article .profile_box {
  position: relative;
  width: 23%;
  min-width: 230px;
}
.voice-area article .profile_box .thumbnail {
  width: 100%;
  max-width: 265px;
  height: 334px;
  margin-left: 13px;
  border: 11px solid #efc925;
  border-radius: 170px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
}
.voice-area article .profile_box .profile_text-box {
  position: absolute;
  bottom: -35px;
  left: 0;
  display: inline-block;
  padding: 20px 38px;
  border-radius: 63px;
  background-color: #efc925;
  font-weight: bold;
}
.voice-area article .profile_box .profile_text-box .name {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 8px;
  background-image: url(../img/staff-voices/repeat_border.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: var(--fs13);
}
.voice-area article .profile_box .profile_text-box .kinds {
  font-size: var(--fs15);
}
.voice-area article .profile_box .profile_text-box .date {
  font-size: var(--fs15);
}
.voice-area article .profile_box .profile_text-box .date span {
  font-size: var(--fs12);
}

@media (max-width: 767px) {
  .voice-area article:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .voice-area article .flex,
  .voice-area article:nth-of-type(even) .flex {
    flex-direction: column;
  }
  .voice-area article .profile_box {
    width: 100%;
  }
  .voice-area article .profile_box .thumbnail {
    width: 55%;
    min-width: 184px;
    height: 232px;
    margin-left: auto;
    border: 9px solid #efc925;
  }
  .voice-area article .profile_box .mark {
    position: absolute;
    top: 9px;
    right: 44%;
    width: 28%;
  }
  .voice-area article .profile_box .profile_text-box {
    bottom: 25px;
    min-width: 180px;
    padding: 20px 25px;
    text-align: center;
  }
  .voice-area article .profile_box .profile_text-box .name {
    display: inline-block;
  }
}

/*===== read-more_box =====*/
/*アコーディオン*/
.voice-area article .read-more_box {
  width: 70.5%;
  margin-top: 20px;
}
.voice-area article .read-more_inner {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 45px 9.6%;
  border-radius: 46px;
  background: #fff;
}
.voice-area article .read-more_container {
  position: relative;
  overflow: hidden;
  height: auto;
  max-height: 206px;
  transition: max-height 0.6s;
}
.voice-area article .read-more_container::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 77%, rgba(255, 255, 255, 0.8) 94.67%, rgba(255, 255, 255, 0.8) 100%);
  pointer-events: none;
  content: "";
  transition: 1s;
}
.voice-area article .read-more_container.show:after {
  z-index: -1;
  opacity: 0;
}
.voice-area article .read-more_btn {
  display: block;
  width: 205px;
  height: 49px;
  margin: 0 auto;
  padding: 8px 20px;
  border: 0;
  background-color: transparent;
  background-image: url(../img/common/common-btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: var(--fs15);
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

/*
.voice-area article .read-more_container p:last-child {
    margin-bottom: 40px;
}*/
/*　/アコーディオン*/

.voice-area article .read-more_box h1 {
  margin-bottom: 30px;
  font-size: var(--fs20);
  font-weight: bold;
  color: #ed7a42;
}
/* .voice-area article .read-more_box .qa_box {
  margin-bottom: 45px;
}
.voice-area article .read-more_box .qa_box:last-child {
  margin-bottom: 25px;
} */
.voice-area article .read-more_box .qa_box h2.qestion_text {
  margin-bottom: 15px;
  margin-left: 22.41px;
  font-size: var(--fs16);
  font-weight: bold;
  text-indent: -22.41px;
}
.voice-area article .read-more_box .qa_box h2.qestion_text::before {
  display: inline-block;
  width: 7.41px;
  height: 7.15px;
  margin: 0 15px 2px 0;
  background-image: url(../img/staff-voices/mark_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.voice-area article .read-more_box .img_box {
  margin-bottom: 37px;
}
.voice-area article .read-more_box .qa_box .answer_text {
  margin: 20px 10px 30px;
  line-height: 1.7;
}

.voice-area article .read-more_box .qa_box .answer_text p {
  font-size: var(--fs16);
}
.voice-area article .read-more_box .qa_box .answer_text img {
  margin: 1.5em auto auto;
}

@media (max-width: 767px) {
  .voice-area article .read-more_btn {
    width: 170px;
    height: 40px;
    padding: 8px 20px 10px;
    font-size: var(--fs14);
  }
  .voice-area article .read-more_box {
    width: 100%;
  }
  .voice-area article .read-more_inner {
    padding: 40px 6%;
  }
  .voice-area article .read-more_box h1 {
    margin-bottom: 1em;
    font-size: var(--fs16);
  }
  .voice-area article .read-more_box .qa_box h2.qestion_text {
    font-size: var(--fs15);
  }
  .voice-area article .read-more_box .qa_box .answer_text p {
    font-size: var(--fs14);
  }
  .voice-area article .read-more_container {
    max-height: 220px;
  }
  .voice-area article .read-more_container::after {
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70.21%, rgba(255, 255, 255, 0.8) 85.3%, rgba(255, 255, 255, 0.8) 100%);
  }
}

/*===== other_staff_area =====*/
.other_staff_area {
  margin-bottom: 85px;
  padding: 72px 6.7%;
  border-radius: 72px;
  background-color: #fff;
}
.other_staff_area .tlt .tlt-en {
  max-width: 287.16px;
  margin: 0 auto 17px;
}
.other_staff_area .tlt h2 {
  margin-bottom: 60px;
  font-size: var(--fs18);
  font-weight: bold;
  text-align: center;
}
.other_staff_area .other_box:not(:last-child) {
  margin-bottom: 70px;
}
.other_staff_area .other_box h3 {
  min-height: 50px;
  margin-bottom: 45px;
  padding: 12px 23px 12px;
  border-radius: 31px;
  background-color: #75c2bd;
  font-size: var(--fs18);
  font-weight: bold;
  color: #fff;
}
.other_staff_area .other_box h3::before {
  display: inline-block;
  width: 19.62px;
  height: 18.93px;
  margin: 0 22px 2px 0;
  background-image: url(../img/staff-voices/mark_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

.other_staff_area .other_box .flex.list-flex {
  justify-content: space-between;

  gap: 5.3%;
}
.other_staff_area .other_box .list-flex {
  padding: 0 2%;
}
.other_staff_area .other_box .list-flex .left_box,
.other_staff_area .other_box .list-flex .right_box {
  width: 47.3%;
}
.other_staff_area .other_box .list-flex .list {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  padding-bottom: 11px;
  background-image: url(../img/staff-voices/repeat_border_dashed.svg);
  background-repeat: repeat-x;
  background-position: left bottom;

  gap: 11px;
}
.other_staff_area .other_box .list-flex .list:last-child {
  margin-bottom: 0;
}
.other_staff_area .other_box .list-flex .list span {
  margin-left: auto;
  padding: 5px 15px;
  border-radius: 18px;
  background-color: #f0806d;
  font-size: var(--fs13);
  font-weight: bold;
  color: #fff;
}

@media (max-width: 767px) {
  .other_staff_area {
    margin-bottom: 50px;
    padding: 45px 6%;
    border-radius: 46px;
  }
  .other_staff_area .tlt .tlt-en {
    max-width: 188px;
    margin: 0 auto 10px;
  }
  .other_staff_area .tlt h2 {
    margin-bottom: 40px;
    font-size: var(--fs16);
  }
  .other_staff_area .other_box h3 {
    min-height: auto;
    margin-bottom: 1em;
    padding: 8px 5px 8px 32px;
    border-radius: 25px;
    font-size: var(--fs14);
    text-indent: -20px;
  }
  .other_staff_area .other_box h3::before {
    width: 14.6px;
    height: 14.09px;
    margin: 0 7px 4px 0;
  }
  .other_staff_area .other_box .flex.list-flex {
    flex-direction: column;

    gap: 25px;
  }
  .other_staff_area .other_box .list-flex .left_box,
  .other_staff_area .other_box .list-flex .right_box {
    width: 100%;
  }
  .other_staff_area .other_box .list-flex .list {
    font-size: var(--fs14);

    gap: 5px;
  }
  .other_staff_area .other_box .list-flex .list span {
    font-size: var(--fs12);
  }
}
