@charset "UTF-8";
/* 色 */
/* 余白、フォントサイズ用 */
/* 横幅1920~769px用 */
/* 最小値は最大値の80% */
/* 最小値は最大値の70% */
/* 最小値は最大値の60% */
/* 横幅768px以下用 */
/* 変数ファイル */
/* -----------------------------------------------------------
    ページ固有パーツ
----------------------------------------------------------- */
.case-contents {
  background: url(../image/case/bg_main_case.svg) no-repeat;
  background-size: cover;
  height: auto;
  padding: 23px 0 0;
  letter-spacing: 0;
}

.case-title-wrap {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 209px;
}

.case-title-img {
  position: absolute;
  left: 0;
  width: 174px;
  height: 209px;
}

.case-title-text {
  width: 100%;
  text-align: center;
}

.case-title {
  color: #FFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 13px;
  width: 100%;
}

.case-title-sub {
  width: 100%;
  font-size: 2.2rem;
  color: #FFF;
}

.case-box {
  background: #FFF;
  width: 100%;
  padding: 7.89% 7.89% 9.47%;
  margin-bottom: 70px;
}

.case-box__inner {
  max-width: 800px;
  margin: 0 auto;
}

.case-box__head {
  margin-bottom: 55px;
}

.case-box__company-name {
  color: #1D110B;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}

.case-box__interview-catch {
  color: #ea5504;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
}

.case-box__staff {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.case-box__staff-img {
  width: 48.75%;
}

.case-box__staff-text {
  width: 46.88%;
  font-size: 1.9rem;
  line-height: 1.6;
}

.case-box__staff-name {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  color: #5C5856;
  margin-top: 20px;
}

.case-box__interview01,
.case-box__interview02,
.case-box__interview03,
.case-box__interview04,
.case-box__interview05,
.case-box__interview06,
.case-box__interview07 {
  margin-bottom: 45px;
}

.case-box__interview-title {
  width: 100%;
  color: #17499D;
  font-size: 1.9rem;
  line-height: 1.2;
  margin-bottom: 25px;
  position: relative;
  font-weight: bold;
}
.case-box__interview-title::before {
  background-color: #1D110B;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.case-box__interview-title span {
  background-color: #fff;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}

.case-box__interview-text {
  font-size: 1.9rem;
  line-height: 1.6;
  margin-bottom: 45px;
}
.case-box__interview-text > strong {
  color: #ea5504;
  font-weight: bold;
}

.case-box__interview-caption {
  font-size: 15px;
  text-align: center;
  color: #5C5856;
  line-height: 1.2;
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  /* ===========================================================
      タブレット横
  =========================================================== */
  .case-contents {
    padding: 2.25% 0 0;
  }
  .case-title-wrap {
    justify-content: space-between;
  }
  .case-title-img {
    position: static;
  }
  .case-title-text {
    width: calc(100% - 174px - 6.4%);
    text-align: left;
    padding-left: 3.4%;
  }
  .case-title {
    font-size: 3.7rem;
    margin-bottom: 1.14%;
  }
  .case-box__company-name {
    font-size: 2.5rem;
  }
  .case-box__interview-catch {
    font-size: 20px;
  }
  .case-box__staff-text {
    font-size: 1.7rem;
  }
  .case-box__interview-title {
    font-size: 1.7rem;
  }
  .case-box__interview-title span {
    padding-right: 1.76%;
  }
  .case-box__interview-text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  /* ===========================================================
      タブレット縦
  =========================================================== */
  .case-contents {
    padding-top: 7.33vw;
  }
  .case-title-wrap {
    height: auto;
  }
  .case-title-img {
    width: 32.09vw;
    height: 39.2vw;
    margin-left: 1.5vw;
  }
  .case-title {
    font-size: 6.67vw;
    margin-bottom: 4vw;
  }
  .case-title-text {
    width: calc(100% - 1.5vw - 32.09vw - 5vw);
    padding: 2vw 0 5.73vw 0px;
  }
  .case-title-sub {
    font-size: 4.27vw;
  }
  .case-box {
    margin: -0.73vw auto 10vw;
    padding: 0 0 8.67vw;
    z-index: 2;
  }
  .case-box__head {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7.33vw;
  }
  .case-box__company-name {
    width: 100%;
    order: 2;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 5.73vw;
    font-weight: 900;
    margin-bottom: 2.67vw;
  }
  .case-box__interview-catch {
    width: 100%;
    font-size: 4.8vw;
    margin-bottom: 0;
    order: 3;
  }
  .case-box__company-img {
    width: 100%;
    order: 1;
    margin-bottom: 10vw;
  }
  .case-box__staff {
    width: 90.77%;
    margin: 0 auto 11.33vw;
  }
  .case-box__staff-text {
    width: 100%;
    font-size: 4.27vw;
    order: 2;
  }
  .case-box__staff-img {
    order: 1;
    width: 100%;
    text-align: center;
    font-size: 1.7rem;
  }
  .case-box__staff-name {
    color: #231815;
    font-size: 3.2vw;
    margin: 1.33vw 0 8vw;
  }
  .case-box__interview01,
  .case-box__interview02,
  .case-box__interview03,
  .case-box__interview04,
  .case-box__interview05,
  .case-box__interview06,
  .case-box__interview07 {
    width: 90.77%;
    margin: 0 auto 12vw;
  }
  .case-box__interview08 {
    width: 90.77%;
    margin: 0 auto;
  }
  .case-box__interview-title {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 5.5vw;
    font-weight: 900;
    text-align: left;
    margin-bottom: 4vw;
  }
  .case-box__interview-title:before {
    display: none;
  }
  .case-box__interview-title span {
    padding-right: 0;
  }
  .case-box__interview-text {
    width: 100%;
    font-size: 4.27vw;
    margin-bottom: 12vw;
  }
  .case-box__interview-img {
    width: 100%;
  }
  .case-box__interview-caption {
    font-size: 3.2vw;
    color: #231815;
    margin-top: 1.33vw;
  }
}