@charset "utf-8";

/*----------------------------------------------------
  監督者紹介
----------------------------------------------------*/
.supervisor-area {
  margin-bottom: 10rem;
}
.supervisor-area .image {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.supervisor-area .image::before,
.supervisor-area .image::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
.supervisor-area .image::before {
  width: 132px;
  height: 100px;
  background-image: url(../images/voice/fig_supervisor_r.png);
  top: -15px;
  left: -20px;
}
.supervisor-area .image::after {
  width: 168px;
  height: 82px;
  background-image: url(../images/voice/fig_supervisor_r.png);
  bottom: -15px;
  right: -10px;
}
/* .supervisor-area p.catch-copy {
  color: #00479c;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 0.4em;
  margin-bottom: 2rem;
}
.supervisor-area p.catch-copy + p {
  line-height: 1.8;
} */
.supervisor-area p {
  line-height: 1.8;
  padding-left: 2rem;
  padding-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .supervisor-area .image {
    max-width: 640px;
    margin: 0 auto 2rem;
    padding: 0 3rem;
  }
  .supervisor-area .image::before {
    width: 132px;
    height: 100px;
    top: -15px;
    left: 0;
  }
  .supervisor-area .image::after {
    width: 168px;
    height: 82px;
    bottom: -15px;
    right: 0;
  }
  .supervisor-area p {
    padding-left: 0;
    padding-top: 1rem;
  }
}
/*----------------------------------------------------
  先輩社員の声 一覧
----------------------------------------------------*/
.voice-list-area {
  padding-bottom: 15rem;
  margin-bottom: 5rem;
  padding-top: 3rem;
  background: url(../images/voice/fig_voice_list.png) no-repeat bottom right;
}
ul.voice-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
}
.voice-list li {
  padding: 0 1.5rem 3rem;
  width: 33.3333%;
}
.voice-list a {
  display: flex;
  flex-direction: column;
  color: #222;
  text-decoration: none;
  background-color: #fff;
  border-radius: 1em;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.voice-list a .thumbnail {
  width: 100%;
  height: 0;
  padding-bottom: 66.6%;
  overflow: hidden;
}
.voice-list a .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.voice-list a .contents {
  padding: 2rem 3rem 6rem;
  position: relative;
  height: 100%;
}
.voice-list .contents .catch {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.voice-list .contents .more {
  display: inline-block;
  position: absolute;
  font-size: 1.5rem;
  right: 2.5rem;
  bottom: 1rem;
  line-height: 1.2;
}
.voice-list .contents .more::after {
  content: "\f0da";
  font-family: FontAwesome;
  color: #00479c;
  font-size: 1.4em;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.voice-list a:hover {
  color: #00479c;
}
@media screen and (max-width: 767.98px) {
  .voice-list-area {
    padding-bottom: 10rem;
    margin-bottom: 3rem;
    background-size: 180px;
  }
  .voice-list li {
    width: 50%;
  }
  .voice-list a .contents {
    padding: 2rem 2rem 4.5rem;
  }
  .voice-list .contents .catch {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .voice-list .contents .more {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 575.98px) {
  .voice-list li {
    width: 100%;
  }
  .voice-list li a {
    margin: 0 auto;
    max-width: 320px;
  }
}
/*----------------------------------------------------
  先輩社員の声 詳細
----------------------------------------------------*/
@media (min-width: 1200px) {
  .container.voice-single {
      max-width: 934px;
  }
}
@media (min-width: 992px) {
  .container.voice-single {
    max-width: 934px;
  }
}
.page-title.voice-single {
  margin-bottom: 0;
}
.voice-title-wrap {
  padding: 5rem 0;
  background-color: #fffeee;
  overflow: hidden;
}
.voice-title-area {
  display: flex;
}
.voice-title-area .title {
  width: 60%;
  padding-right: 2rem;
}
.voice-title-area .title .balloon {
  border: 3px solid #ffe300;
  background-color: #fff;
  border-radius: 1em;
  padding: 3rem 6rem;
  position: relative;
}
.voice-title-area .balloon::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 27px;
  background: #ffe300;
  clip-path: polygon(0 0, 0 100%, 100% 70%);
  position: absolute;
  left: 100%;
  bottom: 5rem;
  z-index: 2;
}
.voice-title-area .balloon h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.voice-title-area .image {
  flex: 1;
  padding-top: 5rem;
  position: relative;
}
.voice-title-area .image img {
  position: relative;
  z-index: 1;
}
.voice-title-area .image::before {
  content: "";
  width: 230px;
  height: 127px;
  display: inline-block;
  background: url(../images/voice/fig_voice_dotts.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -35px;
  right: -40px;
  z-index: 0;
}
/*質問 回答*/
.voice-single .voice-block {
  display: flex;
  margin: 8rem 0;
}
.voice-block .contents {
  flex: 1;
}
.voice-block .contents h3 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #00479c;
  padding-bottom: 0.2em;
  border-bottom: 2px dashed #00479c;
  margin-bottom: 0.8em;
  padding-left: 3.4rem;
  background: url(../images/voice/fig_voice_question.svg) no-repeat left top 0.3rem;
}
.voice-block .contents p {
  line-height: 1.8;
}
.voice-block .image {
  width: 35%;
}
.voice-block .image.left {
  padding-left: 3rem;
}
.voice-block .image.right {
  padding-right: 3rem;
}
.voice-single .btn-area {
  margin: 8rem 0;
}
@media (min-width: 768px) {
  .voice-block .contents.left {
    order: 2;
  }
}
@media screen and (max-width: 991.98px) {
  .voice-title-area .title .balloon {
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .voice-title-wrap {
    padding: 3rem 0;
  }
  .voice-title-area {
    flex-direction: column;
  }
  .voice-title-area .image {
    padding-top: 0;
  }
  .voice-title-area .image img {
    display: block;
    margin: 0 auto;
    width: 400px;
  }
  .voice-title-area .image::before {
    width: 185px;
    height: 102px;
    bottom: -26px;
    left: 59%;
  }
  .voice-title-area .title .balloon {
    padding: 2rem 3rem;
  }
  .voice-title-area .title {
    width: 100%;
    max-width: 600px;
    padding-right: 0;
    padding-bottom: 2rem;
  }
  .voice-title-area .balloon h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .voice-title-area .balloon::after {
    width: 27px;
    height: 32px;
    clip-path: polygon(0 0, 100% 0%, 70% 100%);
    top: 100%;
    left: 40%;
  }
  .voice-single .voice-block {
    margin: 5rem 0;
  }
  .voice-single .voice-block {
    display: block;
  }
  .voice-block .contents h3 {
    font-size: 1.8rem;
    background-size: 20px;
    padding-left: 2.8rem;
  }
  .voice-block .image {
    width: 100%;
    padding: 2rem 0 0 !important;
  }
  .voice-block .image img {
    width: 400px;
  }
  .voice-single .btn-area {
    margin: 5rem 0;
  }
}