@charset "UTF-8";
/*
example
@include taJ
*/
/*************************
共通class
************************ */
.fontbold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.frd {
  color: #d8261c;
  font-weight: bold;
}

.fbl {
  color: #00aadb;
  font-weight: bold;
}

.fgn {
  color: #adff65;
  font-weight: bold;
}

.f24 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .f24 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.f30 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .f30 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.f36 {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .f36 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2;
  }
}

.bgy {
  background-color: #feeb35;
  display: inline-block;
  padding: 0.6rem;
  font-weight: 700;
  line-height: 1;
}

.ubg {
  display: inline-block;
  position: relative;
}
.ubg:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #38cc74;
  position: absolute;
  bottom: -0.4rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .ubg:after {
    content: none;
  }
}

.moviebox .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.moviebox .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .container {
    max-width: 728px;
  }
}
@media screen and (max-width: 480px) {
  .container {
    max-width: none;
  }
}
/*************************
lightbox
************************ */
.voices_d .lightbox .lb-outerContainer {
  width: 70% !important;
}
@media screen and (max-width: 768px) {
  .voices_d .lightbox .lb-outerContainer {
    width: 80% !important;
  }
}
.voices_d .lightbox .lb-outerContainer .lb-container .lb-image {
  width: 100% !important;
  height: auto !important;
}

/*************************
main
************************ */
.sctbox {
  position: relative;
  margin-top: 40px;
}
.sctbox .title {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 14px;
  display: flex;
  width: 40px;
  height: 100%;
  margin-right: 40px;
  flex-direction: column;
  justify-content: center;
  border-right: 2px solid #d8261c;
}
@media screen and (max-width: 768px) {
  .sctbox .title {
    margin-right: 0;
  }
}
.sctbox .title span {
  transform: rotate(-180deg);
  font-family: Exo, sans-serif;
  color: #d8261c;
  font-weight: 800;
  text-align: center;
  letter-spacing: 2px;
  width: 100%;
  line-height: 40px;
  writing-mode: vertical-rl;
}
.sctbox .title2 {
  text-align: center;
  color: #525252;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
  letter-spacing: 2px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 480px) {
  .sctbox .title2 {
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}
.sctbox .title2:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center bottom;
  background-size: contain;
  margin: 0 auto 8px;
}
.sctbox .title3 {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #525252;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 4px;
  border: 1px solid #e87d78;
  border-radius: 8px;
  background-color: #fff5f5;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .sctbox .title3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sctbox .title3 {
    height: 60px;
    line-height: 58px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 480px) {
  .sctbox .title3 {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.sctbox .title3:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: transparent url(../common/img/icon_info_circle.png) no-repeat scroll center center;
  background-size: contain;
  position: absolute;
  left: 1.6rem;
  top: calc(50% - 9px);
}
.sctbox .title4 {
  font-size: 28px;
  text-align: center;
  color: #d8261c;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 40px;
}
@media screen and (max-width: 480px) {
  .sctbox .title4 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
  }
}
.sctbox:nth-of-type(odd) .title {
  left: 0;
  right: auto;
  margin-right: 0;
  margin-left: 40px;
  border-right: none;
  border-left: 2px solid #d8261c;
}
@media screen and (max-width: 768px) {
  .sctbox:nth-of-type(odd) .title {
    margin-left: 0;
  }
}

#voices01 {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 20px;
}
#voices01 .title2 {
  color: #d8261c;
  letter-spacing: 0.8px;
}
#voices01 .title2:before {
  background-image: url(../common/img/icon_comment_red.png);
}
#voices01 .head {
  width: 100%;
  padding: 0 100px 40px;
}
@media screen and (max-width: 992px) {
  #voices01 .head {
    padding: 0 40px 40px;
  }
}
#voices01 .head h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #666;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #voices01 .head h2 {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 480px) {
  #voices01 .head h2 {
    font-size: 14px;
  }
}
#voices01 .head p {
  text-align: center;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #voices01 .head p {
    letter-spacing: 1px;
  }
}
.interview {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .interview {
    padding: 0 20px 20px;
  }
}
.interview .movielist {
  display: grid;
  justify-items: stretch;
  align-items: stretch;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .interview .movielist {
    grid-template-columns: 1fr;
  }
}
.interview .movielink a {
  display: block;
  position: relative;
}
.interview .movielink a figure {
  width: 100%;
  height: 126px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .interview .movielink a figure {
    height: 406.8235294118px;
  }
}
@media screen and (max-width: 768px) {
  .interview .movielink a figure {
    height: calc((100vw - 54px) / 680 * 380);
  }
}
.interview .movielink a figure:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: transparent url(../common/img/icon_play.png) no-repeat scroll center center;
  background-size: cover;
  position: absolute;
  top: 43px;
  left: calc(50% - 20px);
  z-index: 3;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 992px) {
  .interview .movielink a figure:after {
    top: 183.4117647059px;
  }
}
@media screen and (max-width: 768px) {
  .interview .movielink a figure:after {
    top: calc((100vw - 54px) / 680 * 380 / 2 - 20px);
  }
}
.interview .movielink a figure img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .interview .movielink a figure img {
    position: relative;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.interview .movielink a h2 {
  display: block;
  margin-top: 4px;
  padding: 4px 20px;
  border-radius: 4px;
  background-color: #d8261c;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}
.mouse .interview .movielink a:hover {
  opacity: 1;
  transform: translate3d(0px, -4px, 0px) scale3d(1.02, 1.02, 1);
  transform-style: preserve-3d;
}
.mouse .interview .movielink a:hover figure:after {
  transform: rotateZ(360deg);
}

.interview-ttl {
  text-align: center;
  color: #525252;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
  letter-spacing: 2px;
  position: relative;
  z-index: 3;
}
.interview-ttl:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center bottom;
  background-size: contain;
  margin: 0 auto 8px;
  background-image: url(../../common/img/icon_interview.png);
}

.voiceslist {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  padding: 0 20px 40px;
}
@media screen and (max-width: 992px) {
  .voiceslist {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .voiceslist {
    grid-template-columns: 1fr 1fr;
  }
}
.voiceslist .voicesinfo a {
  display: block;
}
.voiceslist .voicesinfo figure {
  width: 100%;
  height: 160px;
  border: 1px solid #d8261c;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 3px 3px 0 0 #d8261c;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .voiceslist .voicesinfo figure {
    height: 33vw;
  }
}
@media screen and (max-width: 480px) {
  .voiceslist .voicesinfo figure {
    height: calc((100vw - 40px - 16px) / 2 * 0.77);
  }
}
.voiceslist .voicesinfo figure img {
  width: 100%;
}
.voiceslist .voicesinfo dl {
  padding: 10px 20px 8px;
  border-radius: 4px;
  background-image: linear-gradient(135deg, #d8261c, #ff9e99);
  position: relative;
  z-index: 2;
  margin: -16px 14px 0;
}
@media screen and (max-width: 480px) {
  .voiceslist .voicesinfo dl {
    padding: 12px 8px;
  }
}
.voiceslist .voicesinfo dl dt {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.voiceslist .voicesinfo dl dd {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.weblesson {
  display: block;
  text-align: center;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  .weblesson {
    padding: 0 20px;
  }
}
.weblesson dt img {
  width: 150px;
  height: 16px;
}
.weblesson dd {
  text-align: center;
}
.weblesson dd a {
  line-height: 52px;
  height: 52px;
  font-size: 20px;
  display: inline-block;
  width: 280px;
  border-radius: 4px;
  background-image: linear-gradient(135deg, #d8261c, #ff9e99);
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 480px) {
  .weblesson dd a {
    width: 100%;
  }
}
.mouse .weblesson dd a:hover {
  transform: translate3d(0px, -4px, 0px) scale3d(1.02, 1.02, 1);
  transform-style: preserve-3d;
}

/*************************
voice_detail
************************ */
#voicedetail {
  margin-top: 0;
  padding-top: 60px;
}
.back {
  display: inline-block;
  padding: 9px 15px;
  margin-top: 20px;
  padding-top: 12px;
  background-color: #fff;
  color: #d8261b;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid #d8261c;
}

.vchead .back {
  margin-bottom: 20px;
}
.vchead h1 {
  color: #3d3d3d;
  font-weight: 400;
  font-size: 38px;
  line-height: 44px;
}
.vchead h1 span {
  margin-right: 12px;
  font-family: Montserrat, sans-serif;
  color: #d8261b;
  font-weight: 300;
}
.vchead .job {
  margin-top: -17px;
  text-align: right;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .vchead.line2 .job {
    margin-top: 4px;
  }
}

.mv {
  padding-top: 20px;
}
.mv img {
  width: 100%;
}

.questionnaire {
  padding-top: 20px;
}
.questionnaire .txt {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .questionnaire .txt {
    letter-spacing: 0;
    padding: 0 1rem;
  }
}
.questionnaire .txt span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: normal;
}
.questionnaire .faqbox {
  border: 1px solid #d8261c;
  padding-bottom: 40px;
  border-radius: 8px;
}
.questionnaire .faqbox h2 {
  font-size: 32px;
  line-height: 36px;
  color: #3d3d3d;
  font-weight: 800;
  margin-top: 28px;
  margin-bottom: 16px;
  padding-left: 36px;
  position: relative;
}
.questionnaire .faqbox h2:before {
  content: "";
  display: block;
  width: 12px;
  height: 40px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #d8261c;
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
}
.questionnaire .faqbox .w100p {
  padding: 0 0 10px;
  text-align: center;
}
.questionnaire .faqbox .w100p img {
  width: calc(60% - 60px);
}
@media screen and (max-width: 480px) {
  .questionnaire .faqbox .w100p img {
    width: calc((100% - 80px) * 0.6);
  }
}
.questionnaire .faqbox .dataimg {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  text-align: center;
  padding-bottom: 1rem;
}
.questionnaire .faqbox .dataimg a {
  font-size: 0;
  margin: 0 3rem 2rem;
}
.questionnaire .faqbox .dataimg.data29 figure {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .questionnaire .faqbox .dataimg.data29 figure img {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .questionnaire .faqbox .dataimg.data29 figure img:first-of-type {
    width: 100%;
  }
}
.questionnaire .faqbox .faqlist {
  padding: 0 40px 10px;
}
.questionnaire .faqbox .faqlist dl {
  letter-spacing: 1px;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .questionnaire .faqbox .faqlist dl {
    letter-spacing: 0;
  }
}
.questionnaire .faqbox .faqlist dl dt {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding-left: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.questionnaire .faqbox .faqlist dl dt:before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 20px;
  left: 0;
}
.questionnaire .faqbox .faqlist dl dd {
  line-height: 1.6;
}
.questionnaire .faqbox .faqlist dl dd strong {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .questionnaire .faqbox .faqlist dl dd strong {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 0.6rem;
  }
}
.questionnaire .faqbox .faqlist .ftitalic {
  font-weight: bold;
  font-style: italic;
  padding-top: 20px;
  margin-bottom: 20px;
}