@charset "UTF-8";
/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
/* ===============================================
# remのclamp
=============================================== */
/* ===============================================
# 調整
=============================================== */
.l-voice {
  padding: 0 0 max(8.3333333333vw, 120px);
}
@media (max-width: 767px) {
  .l-voice {
    padding: 0 0 50px;
  }
}
.l-voice .c-sec-h2 {
  margin-bottom: 1.875em;
}
@media (max-width: 767px) {
  .l-voice .c-sec-h2 {
    font-size: 2.2rem;
  }
}
.l-voice .voice_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: max(3.125vw, 50px) 3.125vw;
}
.l-voice .voice_content {
  width: calc((100% - 3.125vw * 1) / 2 - 1px);
  position: relative;
  padding-top: 14px;
}
@media (max-width: 767px) {
  .l-voice .voice_content {
    width: 100%;
  }
}
.l-voice .voice_content::before {
  content: "";
  display: block;
  width: 50px;
  height: 43px;
  background: url(../img/voice_deco001.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 20px;
  right: auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .l-voice .voice_content::before {
    width: 33.3333333333px;
    height: 28.6666666667px;
  }
}
.l-voice .voice_content > a:hover img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.l-voice .voice_img {
  display: block;
  overflow: hidden;
}
.l-voice .voice_img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 530/330;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.l-voice .voice_box {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .l-voice .voice_box {
    margin-top: 24px;
  }
}
.l-voice .voice_h3 {
  text-align: left;
  color: #1A2942;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .l-voice .voice_h3 {
    font-size: 1.8rem;
  }
}
.l-voice .voice_info {
  margin-top: 16px;
}
.l-voice .voice_info span,
.l-voice .voice_info p {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.75;
  font-weight: normal;
  display: block;
  color: #1A2942;
}
.l-voice .voice_info .voice_name {
  margin-top: 4px;
}
.l-voice .voice_info .voice_type {
  color: rgba(26, 41, 66, 0.5);
}
.l-voice .lbl_list {
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}
.l-voice .lbl_list > li {
  display: table;
  font-size: 1.2rem;
  background: #178CD9;
  color: #fff;
  padding: 0.0833333333em 0.6666666667em;
}

/* interview detail
=========================================== */
#bg_pagetop.interview_pagetop {
  height: 510px;
}
@media (max-width: 1200px) {
  #bg_pagetop.interview_pagetop {
    height: 450px;
  }
}
@media (max-width: 768px) {
  #bg_pagetop.interview_pagetop {
    height: 300px;
  }
}

.interview.pageTTL {
  padding-top: 110px;
}
@media (max-width: 1200px) {
  .interview.pageTTL {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .interview.pageTTL {
    padding-top: 0;
  }
}

.interview_mv {
  position: relative;
  margin-top: 32px;
  margin-right: auto;
  margin-left: 0;
  max-width: calc(100% + (1200px - 100%) / 2);
  width: 100%;
  height: auto;
  padding-bottom: 12px;
  padding-right: 11%;
}
@media screen and (max-width: 1200px) {
  .interview_mv {
    max-width: 100%;
    width: 100%;
    padding-right: 5%;
    padding-left: 0;
  }
}
.interview_mv > figure {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .interview_mv > figure {
    height: 250px;
  }
  .interview_mv > figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 30% 0;
       object-position: 30% 0;
  }
}
.interview_mv .interview_copy {
  position: absolute;
  right: 0;
  bottom: 30px;
}
@media (max-width: 1200px) {
  .interview_mv .interview_copy {
    margin-right: 2%;
  }
}
@media (max-width: 560px) {
  .interview_mv .interview_copy {
    bottom: -10px;
  }
}
.interview_mv .interview_copy p {
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.6rem, 3.5vw, 4rem);
  margin-bottom: 20px;
  line-height: normal;
}
@media (max-width: 768px) {
  .interview_mv .interview_copy p {
    text-align: right;
    margin-bottom: 14px;
  }
}
.interview_mv .interview_copy p > span {
  background: #178CD9;
  padding: 5px 16px;
  line-height: normal;
}
@media (max-width: 560px) {
  .interview_mv .interview_copy p > span {
    padding: 4px;
  }
}
.interview_mv .interview_copy p:nth-last-child(2) {
  margin-bottom: 0;
}
.interview_mv .interview_copy p.black {
  margin-top: 20px;
  font-size: clamp(1.4rem, 2vw, 2.2rem);
}
@media (max-width: 768px) {
  .interview_mv .interview_copy p.black {
    margin-top: 14px;
  }
}
.interview_mv .interview_copy p.black > span {
  background: #333333;
}
.interview_mv.interview004 > figure img {
  -o-object-position: 70% 0;
     object-position: 70% 0;
}

.deco {
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #178CD9;
  background: #fff;
  padding: 0 8px;
  position: relative;
  padding-left: 28px;
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .deco {
    margin-bottom: 14px;
    padding-left: 24px;
  }
}
.deco:before {
  content: "";
  position: absolute;
  background: #178CD9;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.interview_title {
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: bold;
  border-bottom: 2px solid #178CD9;
  padding-bottom: 16px;
  margin-bottom: 24px;
  position: relative;
}
.interview_title:after {
  content: "";
  position: absolute;
  width: 80%;
  border-bottom: 2px solid #DDD;
  bottom: -2px;
  right: 0;
}
@media (max-width: 768px) {
  .interview_title:after {
    width: 70%;
  }
}

.interview_content p {
  line-height: 2;
  font-weight: normal;
}
.interview_content span {
  font-weight: bold;
}
.interview_content.flex {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  row-gap: 27px;
}
@media (max-width: 993px) {
  .interview_content.flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.interview_content.flex .interview_text,
.interview_content.flex figure {
  width: calc((100% - 27px) / 2);
}
@media (max-width: 993px) {
  .interview_content.flex .interview_text,
  .interview_content.flex figure {
    width: 100%;
  }
}
.interview_content.flex figure {
  text-align: center;
}
.interview_content.flex figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.interview_content:last-child {
  margin-bottom: 0;
}

.other_page {
  display: inline;
  color: #178CD9;
  padding-right: 22px;
  background: url(/base/img/out_link_main.svg) no-repeat;
  background-size: 15px 15px;
  background-position: right 6px;
}
.other_page:hover {
  opacity: 0.7;
}

.big_bold {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem) !important;
  font-weight: bold;
  margin-bottom: 6px;
}

.client_intro {
  background: #F2F4F8;
}
.client_intro .client_site {
  padding: 42px 48px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 80%;
  margin: 10px auto 100px;
}
@media (max-width: 993px) {
  .client_intro .client_site {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .client_intro .client_site {
    width: 100%;
    padding: 40px 28px;
    margin-bottom: 60px;
  }
}
.client_intro .client_site:before {
  position: absolute;
  font-size: 2.3rem;
  font-weight: bold;
  font-family: "Heebo", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  display: inline-block;
  background: #178CD9;
  padding: 0 8px;
  left: -30px;
  top: -10px;
}
@media (max-width: 768px) {
  .client_intro .client_site:before {
    font-size: 1.8rem;
    left: -20px;
  }
}
@media (max-width: 560px) {
  .client_intro .client_site:before {
    left: -15px;
  }
}
.client_intro .client_site.interview001:before {
  content: "interview 01";
}
.client_intro .client_site.interview002:before {
  content: "interview 02";
}
.client_intro .client_site.interview003:before {
  content: "interview 03";
}
.client_intro .client_site.interview004:before {
  content: "interview 04";
}
.client_intro .client_site .site_info,
.client_intro .client_site > img {
  width: calc((100% - 45px) / 2);
}
@media (max-width: 993px) {
  .client_intro .client_site .site_info,
  .client_intro .client_site > img {
    width: 100%;
  }
}
.client_intro .client_site picture {
  max-width: 50%;
}
@media (max-width: 993px) {
  .client_intro .client_site picture {
    max-width: 80%;
  }
}
@media (max-width: 993px) {
  .client_intro .client_site > img {
    max-width: 362px;
  }
}
.client_intro .site_info h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #178CD9;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .client_intro .site_info h3 {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}
.client_intro .site_info p {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .client_intro .site_info p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.client_intro .site_info dt,
.client_intro .site_info dd {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .client_intro .site_info dt,
  .client_intro .site_info dd {
    font-size: 1.4rem;
    margin-bottom: 2px;
  }
}
.client_intro .site_info dt {
  margin-bottom: 6px;
  color: #178CD9;
}
.client_intro .site_info a {
  color: #1A2942;
  position: relative;
  padding-right: 24px;
}
.client_intro .site_info a:after {
  content: "";
  position: absolute;
  background: url(/base/img/out_link.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  right: 0;
  top: 4px;
}
.client_intro .site_info a:hover {
  color: #178CD9;
}
.client_intro .site_info a:hover:before {
  border-color: #178CD9;
}
.client_intro .client_job .client_job_text p {
  font-size: 1.6rem;
  line-height: 2.2;
}
@media (max-width: 560px) {
  .client_intro .client_job .client_job_text p {
    font-size: 1.4rem;
  }
}

.interview_top .interview_content {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .interview_top .interview_content {
    margin-bottom: 40px;
  }
}
.interview_top .interview_content:last-child {
  margin-bottom: 0;
}

.interview_middle {
  background: #F2F4F8;
}
.interview_middle .interview_content.flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  row-gap: 40px;
}
@media (max-width: 993px) {
  .interview_middle .interview_content.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.interview_middle .interview_content.flex .interview_text,
.interview_middle .interview_content.flex figure {
  width: calc((100% - 100px) / 2);
  text-align: left;
}
@media (max-width: 993px) {
  .interview_middle .interview_content.flex .interview_text,
  .interview_middle .interview_content.flex figure {
    width: 100%;
  }
}
.interview_middle .interview_content.flex p:nth-child(2) {
  margin-bottom: 40px;
}

.interview_final .deco {
  color: #fff;
  background: #178CD9;
}
.interview_final .deco:before {
  background: #fff;
}

.other_interview {
  background: #F2F4F8;
  padding: 48px 0;
}
@media (max-width: 768px) {
  .other_interview {
    padding: 24px 0;
  }
}
.other_interview .interview_list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.other_interview a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333333;
}
@media (max-width: 768px) {
  .other_interview a {
    font-size: 1.4rem;
  }
}
.other_interview a span {
  position: relative;
}
@media (hover: hover) {
  .other_interview a:hover {
    color: #178CD9;
  }
}
@media (max-width: 560px) {
  .other_interview .prev,
  .other_interview .next {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 560px) {
  .other_interview .prev a,
  .other_interview .next a {
    font-size: 0;
    display: block;
  }
}
.other_interview .prev span:before, .other_interview .prev span:after,
.other_interview .next span:before,
.other_interview .next span:after {
  content: "";
  position: absolute;
  background: #178CD9;
  border-radius: 8px;
  height: 2px;
  width: 8px;
}
.other_interview .prev span:before,
.other_interview .next span:before {
  top: 10px;
}
@media (max-width: 768px) {
  .other_interview .prev span:before,
  .other_interview .next span:before {
    top: 8px;
  }
}
.other_interview .prev span:after,
.other_interview .next span:after {
  top: 15px;
}
@media (max-width: 768px) {
  .other_interview .prev span:after,
  .other_interview .next span:after {
    top: 13px;
  }
}
.other_interview .prev span {
  padding-left: 22px;
}
.other_interview .prev span:before, .other_interview .prev span:after {
  left: 0;
}
.other_interview .prev span:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.other_interview .prev span:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.other_interview .next span {
  padding-right: 22px;
}
.other_interview .next span:before, .other_interview .next span:after {
  right: 0;
}
@media (max-width: 560px) {
  .other_interview .next span:before, .other_interview .next span:after {
    right: 1px;
  }
}
.other_interview .next span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.other_interview .next span:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.other_interview .voice_top span {
  padding-left: 26px;
}
@media (max-width: 768px) {
  .other_interview .voice_top span {
    padding-left: 20px;
  }
}
.other_interview .voice_top span:before {
  content: "";
  position: absolute;
  background: url(../img/icon_dots.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  left: 0;
  top: 4px;
}
@media (max-width: 768px) {
  .other_interview .voice_top span:before {
    width: 14px;
    height: 14px;
  }
}

/* ===============================================
# 詳細
=============================================== */
.c-voice-single section {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .c-voice-single section {
    padding: 50px 0;
  }
}

.c-client-head {
  margin-top: 2.6041666667vw;
  position: relative;
  z-index: 0;
}
.c-client-head::before {
  content: "";
  display: block;
  width: 100%;
  height: 26.0416666667vw;
  background: #F2F4F8;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .c-client-head {
    margin-top: 0;
  }
}
.c-client-head__ttl {
  margin-bottom: 0.625em;
}
.c-client-head__list {
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}
.c-client-head__list > li {
  display: table;
  font-size: 1.2rem;
  background: #178CD9;
  color: #fff;
  padding: 0.0833333333em 0.6666666667em;
}
.c-client-head__img {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .c-client-head__img {
    margin-top: 40px;
  }
}
.c-client-head__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1120/600;
}/*# sourceMappingURL=page.css.map */