@charset "UTF-8";
/* user
   ========================================================================== */
.container .content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px !important;
}
@media (max-width: 480px) {
  .container .content {
    font-size: 14px !important;
  }
}

.c-header-company {
  font-size: 12px;
}

.content__lede {
  height: 400px;
  line-height: 1;
  background: url(../images/voice_mv.png) center bottom no-repeat;
  background-size: cover;
}
@media (max-width: 480px) {
  .content__lede {
    height: 220px;
  }
}

.inner {
  width: 1020px;
}
@media (max-width: 480px) {
  .inner {
    width: 100%;
  }
}

.content__lede-inner {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  padding-top: 150px;
  width: 100%;
}
@media (max-width: 480px) {
  .content__lede-inner {
    padding: 50px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.content__lede-title {
  font-weight: bold;
  color: #d00;
  font-size: 64px;
  text-align: center;
  font-style: italic;
}
@media (max-width: 480px) {
  .content__lede-title {
    font-size: 36px;
  }
}

.content__lede-catch {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-top: 0.5em;
}
@media (max-width: 480px) {
  .content__lede-catch {
    font-size: 13px;
  }
}

.lede {
  padding: 80px 0 65px;
  background-size: cover;
  line-height: 1.8;
}
@media (max-width: 480px) {
  .lede {
    padding: 40px 20px 0px;
  }
}

.lede__block .images {
  width: 400px;
  margin: 60px auto;
}
@media (max-width: 480px) {
  .lede__block .images {
    margin: 0 auto 20px;
    width: 80%;
  }
}
.lede__block .images img {
  width: 100%;
}
.lede__block .images.small {
  width: 280px;
}
@media (max-width: 480px) {
  .lede__block .images.small {
    margin: 0 auto 30px;
    width: 50%;
  }
}

.lede__block-caption {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 60px;
  line-height: 1.9;
}
@media (max-width: 480px) {
  .lede__block-caption {
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}

.survey {
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 50px;
}
.survey .survey_ex ul {
  display: flex;
  flex-wrap: wrap;
}
.survey .survey_ex ul li {
  background-color: #f2f2f2;
  margin-bottom: 20px;
  height: 380px;
  padding: 10px;
}
@media (max-width: 480px) {
  .survey .survey_ex ul li {
    margin-bottom: 5px;
    padding: 0;
  }
}
.survey .survey_ex ul li:last-child {
  margin-bottom: 0;
}
.survey .survey_ex ul li.small {
  width: calc(40% - 20px);
  margin-right: 20px;
}
@media (max-width: 480px) {
  .survey .survey_ex ul li.small {
    width: calc(40% - 5px);
    margin-right: 5px;
  }
}
.survey .survey_ex ul li.big {
  width: 60%;
}
.survey .survey_ex ul li.full {
  width: 100%;
}
@media (max-width: 480px) {
  .survey .survey_ex ul li {
    height: 145px;
  }
}
.survey .survey_ex ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .survey .survey_ex ul li img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.interview {
  background-color: #FFEBEB;
  padding: 150px 0 50px;
}
@media (max-width: 480px) {
  .interview {
    padding: 100px 0 50px;
  }
}
.interview .interview_ex {
  margin: 50px auto 0;
}
@media (max-width: 480px) {
  .interview .interview_ex {
    margin: 0 auto;
  }
}
.interview .interview_ex ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .interview .interview_ex ul {
    display: block;
  }
}
.interview .interview_ex ul li {
  width: calc(50% - 40px);
  background-color: #fff;
  padding: 8px 8px 20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  position: relative;
}
@media (max-width: 480px) {
  .interview .interview_ex ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.interview .interview_ex ul li:nth-child(odd) {
  margin-right: 40px;
}
@media (max-width: 480px) {
  .interview .interview_ex ul li:nth-child(odd) {
    margin-right: 0;
  }
}
.interview .interview_ex ul li .interview-link {
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: border-box;
  font-size: 14px;
  display: block;
  background-color: #d00;
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 100px;
  line-height: 1;
  text-align: center;
  padding: 5px 10px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
  border: 3px solid #d00;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .interview .interview_ex ul li .interview-link {
    font-size: 14px;
  }
}
.interview .interview_ex ul li .interview-link:hover {
  background: white;
  color: #d00 !important;
}
.interview .interview_ex ul li img {
  width: 100%;
  max-height: 305px;
  transition: 0.3s ease;
}
.interview .interview_ex ul li img:hover {
  opacity: 0.6;
}
.interview .interview_ex ul li p {
  margin: 20px 0 0;
  font-size: 16px;
}
@media (max-width: 480px) {
  .interview .interview_ex ul li p {
    font-size: 14px;
  }
}
.interview .interview_ex ul li p .red {
  font-size: 20px;
  color: #DD1C1C;
  font-weight: bold;
}
@media (max-width: 480px) {
  .interview .interview_ex ul li p .red {
    font-size: 14px;
  }
}

.voice {
  padding: 150px 0 100px;
  background-color: #f2f2f2;
}
@media (max-width: 480px) {
  .voice {
    padding: 100px 0 50px;
  }
}
.voice ul.each_voices {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 480px) {
  .voice ul.each_voices {
    display: block;
  }
}
@media (max-width: 480px) {
  .voice ul.each_voices li {
    margin-bottom: 20px;
  }
  .voice ul.each_voices li:last-child {
    margin-bottom: 0;
  }
}
.voice ul.each_voices li img {
  width: 100%;
}

.survey_inner,
.interview_inner,
.voice_inner {
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .survey_inner,
  .interview_inner,
  .voice_inner {
    padding: 0 20px;
  }
}
.survey_inner h3,
.interview_inner h3,
.voice_inner h3 {
  color: #DD1C1C;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  line-height: 0.8;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .survey_inner h3,
  .interview_inner h3,
  .voice_inner h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.survey_inner h3 span,
.interview_inner h3 span,
.voice_inner h3 span {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media (max-width: 480px) {
  .survey_inner h3 span,
  .interview_inner h3 span,
  .voice_inner h3 span {
    font-size: 14px;
  }
}

.triangle {
  position: relative;
}

.triangle:after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  z-index: 1;
}

.survey.triangle:after {
  border-top: 150px solid #fff;
}
@media (max-width: 480px) {
  .survey.triangle:after {
    border-top: 50px solid #fff;
  }
}

.interview.triangle:after {
  border-top: 150px solid #FFEBEB;
}
@media (max-width: 480px) {
  .interview.triangle:after {
    border-top: 50px solid #FFEBEB;
  }
}

.page-bottom {
  background-image: url(../images/voice_mv.png);
  background-size: cover;
}
@media (max-width: 480px) {
  .page-bottom {
    height: auto;
  }
}
.page-bottom .inner {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: static;
}
.page-bottom .menu {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 125px 0;
}
@media (max-width: 480px) {
  .page-bottom .menu {
    padding: 50px 0;
    display: block;
  }
}
.page-bottom .menu a {
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  display: block;
  background-image: linear-gradient(54deg, #e60000 0%, #e73535 0%, #da1515 100%);
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 4px;
  line-height: 1;
  text-align: center;
  padding: 14px 0;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
  border: 3px solid #d00;
  transition: none;
}
@media (max-width: 480px) {
  .page-bottom .menu a {
    width: 300px;
    margin: 10px auto;
  }
}
.page-bottom .menu a:hover {
  background: white;
  color: #d00 !important;
}
.page-bottom .menu a::after {
  content: "→";
  margin-left: 10px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .c-footer {
    min-width: 0;
  }
  .c-footer .c-footer-pagetop {
    display: none;
  }
  .c-footer .c-footer-linksBox {
    display: none;
  }
  .c-footer .c-footer-btmBox .c-footer-btmCnts {
    width: 100%;
  }
}/*# sourceMappingURL=user2.css.map */