@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  職員インタビュー

---------------------------------*/
.interviewBlock .wrap {
  display: flex;
  flex-wrap: wrap;
}
.interviewBlock .wrap .box a {
  color: var(--main-co);
  display: block;
}
.interviewBlock .wrap .box a figure {
  overflow: hidden;
}
.interviewBlock .wrap .box a figure img {
  transition: all .3s;
}
.interviewBlock .wrap .box a .txt {
  line-height: 1.6;
  padding: 1rem;
}
.interviewBlock .wrap .box a .txt p._name {
  font-size: 1.2em;
  font-weight: 600;
}
.interviewBlock .wrap .box a .txt p + p {
  margin-top: 0;
}
.interviewBlock .wrap .box a:hover figure img {
  transform: scale(1.1);
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (min-width: 897px) {
  .interviewBlock .wrap .box {
    flex-basis: calc(100%/4 - 3rem);
    margin-bottom: 4rem;
  }
  .interviewBlock .wrap .box:not(:nth-child(4n)) {
    margin-right: 4rem;
  }
}
@media screen and (max-width: 896px) {
  .interviewBlock .wrap .box {
    flex-basis: calc(100%/3 - 1.4rem);
    margin-bottom: 4rem;
  }
  .interviewBlock .wrap .box:not(:nth-child(3n)) {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 480px) {
  section:last-child {
    padding-bottom: 0rem;
  }
  .interviewBlock .wrap {
    display: block;
  }
  .interviewBlock .wrap .box {
    margin-bottom: 1rem;
    margin: 0 0 1rem;
  }
  .interviewBlock .wrap .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .interviewBlock .wrap .box a {
    border: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .interviewBlock .wrap .box a figure {
    flex: 0 0 35%;
  }
  .interviewBlock .wrap .box a .txt {
    flex-basis: 60%;
    padding: 0;
  }
}
/*---------------------------------

  声　詳細

---------------------------------*/
.voice-detailBlock {}
.voice-detailBlock .wrap {
  max-width: 100rem;
}
.voice-detailBlock .wrap figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.voice-detailBlock .wrap .plf_head_wrap {
  background: #FaFaFc url("../images/bg.png") repeat center/30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  position: relative;
  padding-left: 5%;
}
.voice-detailBlock .wrap .plf_head_wrap::before {
  content: '';
  background: url("../images/interview_deco02.png") no-repeat center/contain;
  position: absolute;
  top: -10rem;
  right: -10rem;
  width: 33rem;
  height: 23rem;
  z-index: 3;
}
.voice-detailBlock .wrap .plf_head_wrap::after {
  background: url("../images/interview_deco01.png") no-repeat bottom left/contain;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
}
.voice-detailBlock .wrap .plf_head_wrap .plf_ttl {
  flex-basis: 50%;
  position: relative;
  z-index: 2;
}
.voice-detailBlock .wrap .plf_head_wrap .plf_ttl h2 {
  font-weight: 900;
  font-size: 2.4em;
  letter-spacing: .1em;
}
.voice-detailBlock .wrap .plf_head_wrap .plf_ttl p._year {
  background: var(--main-c);
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  margin: 2rem 0;
  padding: .5rem 2rem;
}
.voice-detailBlock .wrap .plf_head_wrap .plf_ttl p._job {
  font-weight: 600;
  font-size: 1.2em;
}
.voice-detailBlock .wrap .plf_head_wrap .plf_ttl p._name {
  font-weight: 800;
  font-size: 1.5em;
  margin-top: 1.5rem;
}
.voice-detailBlock .wrap .plf_head_wrap figure {
  flex-basis: 40%;
  position: relative;
  z-index: 2;
}
.voice-detailBlock .wrap .plf_head_wrap figure img {}
.voice-detailBlock .wrap.block-1 .txtBox {
  margin: 5rem auto;
  max-width: 100rem;
}
.voice-detailBlock .wrap.block-1 .txtBox .txt {
  border-bottom: 1px dotted #ccc;
  padding: 3rem 0;
}
.voice-detailBlock .wrap.block-1 .txtBox .txt h3 {
  color: #707070;
  font-weight: 800;
  font-size: 1.2em;
  margin-bottom: 1.5rem;
  padding-left: 1.8em;
}
.voice-detailBlock .wrap.block-1 .txtBox .txt h3::before {
  background: none;
  content: 'Q.';
  font-family: "Comic Sans MS", "cursive";
  position: absolute;
  top: .0rem;
  left: 0;
  width: 1.5em;
  height: auto;
}
.voice-detailBlock .wrap.block-1 .txtBox .txt p {
  line-height: 1.8;
  text-align: justify;
}
.voice-detailBlock .wrap.block-1 .txtBox .txt p + p {
  margin-top: .5em;
}
.voice-detailBlock .wrap.block-2 {
  display: flex;
  justify-content: space-between;
}
.voice-detailBlock .wrap.block-2 .timeSchedule {
  background: #eee;
  flex-basis: 55%;
  padding: 3rem;
}
.voice-detailBlock .wrap.block-2 .timeSchedule h2 {
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 2rem;
}
.voice-detailBlock .wrap.block-2 .timeSchedule dl {}
.voice-detailBlock .wrap.block-2 .timeSchedule dl div {
  display: flex;
  margin: 0;
}
.voice-detailBlock .wrap.block-2 .timeSchedule dl div dt {
  border-right: 1px solid;
  font-weight: 900;
  flex: 0 0 8rem;
  letter-spacing: 2px;
  padding: 1rem 0;
}
.voice-detailBlock .wrap.block-2 .timeSchedule dl div dd::before {
  border: 1px solid;
  border-radius: 50%;
  background: #fff;
  content: '';
  position: absolute;
  top: 1.7rem;
  left: -.5rem;
  width: 1rem;
  height: 1rem;
}
.voice-detailBlock .wrap.block-2 .timeSchedule dl div dd {
  font-weight: 500;
  padding: 1rem 0;
  padding-left: 2rem;
  position: relative;
}
.voice-detailBlock .wrap.block-2 figure {
  flex-basis: 40%;
  order: -1;
}
.voice-detailBlock .wrap.block-2 figure img + img {
  margin-top: .5rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .voice-detailBlock .wrap .plf_head_wrap .plf_ttl h2 {
    font-size: 1.5em;
  }
  .voice-detailBlock .wrap.block-2 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .voice-detailBlock .wrap .plf_head_wrap {
    display: block;
  }
  .voice-detailBlock .wrap .plf_head_wrap .plf_ttl h2 {
    font-size: 1.8em;
  }
  .voice-detailBlock .wrap .plf_head_wrap figure {
    margin-top: 2rem;
  }
  .voice-detailBlock .wrap.block-1 .txtBox {
    display: block;
  }
}