/* ==========================================================================
intaerview page
========================================================================== */
/* --------------------------------------------
  case
-------------------------------------------- */
.case_mv {
  position: relative;
  overflow: hidden;
}
.case_mv_img {
  margin-right: -180px;
  margin-left: -180px;
  position: relative;
}
.case_mv_img p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 500px;
  width: 1365px;
}
.case_mv_img p img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .case_mv_img {
    margin-right: 0;
    margin-left: 0;
    position: relative;
  }
  .case_mv_img p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 270px;
    width: auto;
  }
}
.case_mv_inner,
.case_mv_inner_y {
  width: 100%;
  height: 560px;
  position: relative;
}
.case_mv_inner:before,
.case_mv_inner:after,
.case_mv_inner_y:before,
.case_mv_inner_y:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.case_mv_inner:before {
  left: 0;
  background-color: #e0f0f7;
}
.case_mv_inner:after {
  right: 0;
  background-color: #a7d2d9;
}
.case_mv_inner .section-inner,
.case_mv_inner_y .section-inner {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .case_mv_inner,
  .case_mv_inner_y {
    height: 270px;
  }
  .case_mv_inner:before {
    background: url(/2027/interview/img/case_bg01.png) left top;
    background-size: 20% 100%;
  }
  .case_mv_inner_y:before {
    background: url(/2027/interview/img/case_bg02.png) left top;
    background-size: 20% 100%;
  }
}
.case_mv_inner_y:before {
  left: 0;
  background-color: #fefcf3;
}
.case_mv_inner_y:after {
  right: 0;
  background-color: #fce122;
}
.case_word {
  height: auto;
  position: absolute;
  top: 161px;
}
.case_word img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .case_word {
    height: auto;
    max-width: 200px;
    top: 89px;
  }
}
.case_page_title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .case_page_title {
    position: relative;
    margin-top: -35px;
  }
}
.case_page_title_inner {
  background: #ff903e;
  width: 40%;
  height: 240px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 125px;
  padding: 58px 2% 10px 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 440px;
}
.case_page_title_inner h1 {
  color: #fff;
  font-size: 2.0rem;
  line-height: 1.375;
  font-weight: normal;
}
.case_page_title_inner h1 span {
  font-size: 3.6rem;
  line-height: 1.3;
  display: block;
  margin-bottom: 17.1px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .case_page_title_inner {
    width: 100%;
    height: auto;
    border-radius: 8px;
    position: relative;
    top: 0;
    padding: 21.5px 5px;
    min-width: 100%;
    text-align: center;
  }
  .case_page_title_inner h1 {
    font-size: 1.8rem;
    line-height: 1.6111;
  }
  .case_page_title_inner h1 span {
    font-size: 2.4rem;
    margin-bottom: 6.9px;
    font-weight: normal;
    line-height: 1.3;
  }
}
.case_read {
  background: #fff;
  margin-top: -60px;
  padding-top: 81.2px;
  padding-bottom: 99.2px;
  text-align: center;
}
.case_read .case_read_inner {
  position: relative;
  display: inline-block;
}
.case_read .case_read_inner p {
  font-size: 3.2rem;
  color: #222;
  line-height: 1.3;
}
.case_read .case_read_inner p:first-child {
  position: absolute;
  width: 102px;
  height: 41px;
  top: -48.2px;
  left: -69px;
}
.case_read .case_read_inner p:first-child img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .case_read {
    margin-top: 0;
    padding-top: 82.7px;
    padding-bottom: 57.7px;
    text-align: left;
  }
  .case_read .case_read_inner p {
    font-size: 2.2rem;
  }
  .case_read .case_read_inner p:first-child {
    top: -53.7px;
    left: 0;
  }
}
.case_qa01,
.case_qa02 {
  position: relative;
  padding-top: 40px;
}
.case_qa01:before,
.case_qa02:before {
  content: '';
  position: absolute;
  top: 0;
  left: -83px;
  width: 870px;
  height: 450px;
  background: url(/2027/interview/img/case_bg02_pc.png);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .case_qa01,
  .case_qa02 {
    padding-top: 38px;
  }
  .case_qa01:before,
  .case_qa02:before {
    background: url(/2027/interview/img/case_bg02_sp.png);
    height: 250px;
    width: 86.486486%;
    left: 0;
  }
}
.case_qa02 {
  margin-top: 130px;
  margin-bottom: 140px;
}
.case_qa02:before {
  height: 365px;
}
@media screen and (max-width: 767px) {
  .case_qa02 {
    margin-top: 70px;
    margin-bottom: 50px;
  }
}
.case_question {
  position: absolute;
  top: -14.5px;
}
.case_question p {
  color: #fd6f31;
  font-size: 3.0rem;
  line-height: 1.3;
  padding-left: 93px;
}
.case_question:before {
  content: '';
  position: absolute;
  background: url(/2027/interview/img/case_img02.png) no-repeat;
  width: 61px;
  height: 84px;
  background-size: 61px auto;
  top: -25.5px;
}
@media screen and (max-width: 767px) {
  .case_question {
    position: absolute;
    top: -16.3px;
  }
  .case_question p {
    font-size: 2.2rem;
    padding-left: 44px;
  }
  .case_question:before {
    width: 31px;
    height: 43px;
    background-size: 31px auto;
    top: -12.7px;
  }
}
.case_anser p {
  font-size: 1.8rem;
  line-height: 2.0;
  color: #444;
  padding-left: 149px;
  position: relative;
  margin-top: 45px;
}
.case_anser p:before {
  content: '';
  position: absolute;
  background: url(/2027/interview/img/case_img03.png) no-repeat;
  width: 43px;
  height: 51px;
  background-size: 43px auto;
  top: 9px;
  left: 90px;
}
@media screen and (max-width: 767px) {
  .case_anser p {
    font-size: 1.6rem;
    padding-left: 69px;
    position: relative;
    margin-top: 0;
  }
  .case_anser p:before {
    width: 24px;
    height: 28px;
    background-size: 24px auto;
    left: 40px;
  }
}
.case_movie {
  width: 800px;
  height: 450px;
  margin: 60px auto 0;
  position: relative;
}
.case_movie .case_movie_inner,
.case_movie iframe {
  width: 100%;
  height: 100%;
}
.case_movie:before {
  position: absolute;
  content: '';
  background: #ff903e;
  opacity: 0.2;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .case_movie {
    width: 100%;
    padding: 54.782609% 35px 0 15px;
    height: auto;
    margin: 22px auto 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .case_movie .case_movie_inner {
    position: absolute;
    top: 0;
    left: 0;
  }
  .case_movie:before {
    z-index: -1;
    bottom: -10px;
    right: -10px;
  }
}
.case_media {
  overflow: hidden;
}
.case_media .case_anser {
  float: left;
  width: 540px;
}
.case_media .case_object {
  overflow: hidden;
  position: relative;
  padding-right: 20px;
  padding-bottom: 20px;
}
.case_media .case_object figure {
  display: inline-block;
  position: relative;
}
.case_media .case_object figure:before {
  position: absolute;
  content: '';
  background: #ff903e;
  opacity: 0.2;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.case_media .case_object img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .case_media .case_anser {
    float: none;
    width: 100%;
  }
  .case_media .case_object {
    padding: 0 10px 10px 0;
    margin-top: 22px;
  }
  .case_media .case_object figure:before {
    bottom: -10px;
    right: -10px;
  }
}
.case_section_bg {
  position: relative;
  background: url(/2027/interview/img/case_bg03.jpg) no-repeat;
  background-size: cover;
  padding-top: 29.282577%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .case_section_bg {
    overflow: hidden;
    padding-top: 53.333333%;
    margin-left: -48.533333%;
    margin-right: -48.533333%;
  }
}
.case_section_bg_inner {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.case_section_title {
  display: table;
  width: 100%;
  height: 100%;
}
.case_section_title_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.case_section_title_inner h2 img {
  width: 404px;
  height: auto;
}
.opt-work .case_section_title_inner h2 img {
  width: 361px;
  height: auto;
}
.case_section_title_inner p {
  font-size: 1.6rem;
  color: #fff;
  margin-top: 7.4px;
}
.opt-work .case_section_title_inner p {
  margin-top: 17.8px;
}
@media screen and (max-width: 767px) {
  .case_section_title_inner h2 img {
    width: 226px;
  }
  .opt-work .case_section_title_inner h2 img {
    width: 217px;
  }
  .case_section_title_inner p {
    margin-top: 4.6px;
    font-size: 1.4rem;
  }
  .opt-work .case_section_title_inner p {
    margin-top: 8.6px;
  }
}
.case_pj_read {
  background: #fff;
  margin-top: -60px;
  padding-top: 73.4px;
  text-align: center;
}
.case_pj_read > p {
  font-size: 3.2rem;
  line-height: 1.6;
  color: #222;
}
.case_pj_read .period {
  width: 90px;
  height: 90px;
  border-radius: 45px;
  border: 1px solid #444;
  display: table;
  text-align: center;
  margin: 10.4px auto 0;
}
.case_pj_read .period p {
  display: table-cell;
  vertical-align: middle;
  color: #444;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .case_pj_read {
    margin-top: -40px;
    padding-top: 24px;
  }
  .case_pj_read > p {
    font-size: 2.0rem;
    line-height: 1.3;
  }
  .case_pj_read .period {
    width: 75px;
    height: 75px;
    border-radius: 37.5px;
    margin: 16px auto 11px;
  }
  .case_pj_read .period p {
    font-size: 1.6rem;
  }
}
.case_pj {
  background: url(/2027/common/img/parts/common_bg01_pc.png);
  padding: 70px 0 135px;
  position: relative;
  z-index: 0;
}
.case_pj:before,
.case_pj:after {
  content: '';
  position: absolute;
  width: 100%;
  height: auto;
  padding-top: 2.196193%;
  z-index: 100;
}
.case_pj:before {
  top: 0;
  background: url(/2027/common/img/parts/wave_img01.png) no-repeat;
  background-size: 100% auto;
}
.case_pj:after {
  bottom: 0;
  background: url(/2027/common/img/parts/wave_img02.png) no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .case_pj {
    background: url(/2027/common/img/parts/common_bg01_sp.png);
    padding: 28px 0 30px;
  }
}
.case_pj_media_object {
  width: 58%;
  height: auto;
  position: relative;
}
.case_pj_media_object img {
  width: 100%;
  height: auto;
}
.case_pj_media_object:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fd6f31;
  opacity: 0.2;
  bottom: -20px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .case_pj_media_object {
    width: 94.202899%;
    margin: 0 auto;
  }
  .case_pj_media_object:before {
    bottom: -10px;
  }
}
.case_pj_media_body {
  position: absolute;
  top: 39.534884%;
  width: 586px;
  padding: 56.8px 62px 61px 61px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.case_pj_media_body dt {
  font-size: 3.2rem;
  color: #fd6f31;
}
.case_pj_media_body dd {
  margin-top: 28.8px;
  font-size: 1.6rem;
  color: #444;
  line-height: 2.0;
}
@media screen and (max-width: 767px) {
  .case_pj_media_body {
    position: relative;
    top: auto;
    width: 94.202899%;
    margin-top: -20px;
    margin-right: 0;
    margin-left: auto;
    padding: 25.8px 30px 31px 30px;
  }
  .case_pj_media_body dt {
    font-size: 2.2rem;
    color: #fd6f31;
  }
  .case_pj_media_body dd {
    margin-top: 16px;
    font-size: 1.5rem;
  }
}
.case_pj_media {
  position: relative;
}
.case_pj_media.opt-left {
  padding: 20px 10px 0 20px;
}
.case_pj_media.opt-left .case_pj_media_object:before {
  left: -20px;
}
.case_pj_media.opt-left .case_pj_media_body {
  right: 11px;
}
.case_pj_media.opt-right {
  padding: 0 20px 0 10px;
}
.case_pj_media.opt-right .case_pj_media_object {
  margin-right: 0;
  margin-left: auto;
}
.case_pj_media.opt-right .case_pj_media_object:before {
  right: -20px;
}
.case_pj_media.opt-right .case_pj_media_body {
  left: 11px;
}
@media screen and (max-width: 767px) {
  .case_pj_media.opt-left {
    padding: 0;
  }
  .case_pj_media.opt-left .case_pj_media_object:before {
    left: -10px;
  }
  .case_pj_media.opt-left .case_pj_media_body {
    right: auto;
  }
  .case_pj_media.opt-right {
    padding: 0;
  }
  .case_pj_media.opt-right .case_pj_media_object {
    margin-right: auto;
  }
  .case_pj_media.opt-right .case_pj_media_object:before {
    right: -10px;
  }
  .case_pj_media.opt-right .case_pj_media_body {
    left: auto;
    margin-left: 0;
    margin-right: auto;
  }
}
.case_pj_img {
  width: 100%;
  max-width: 1000px;
  margin: 118px auto 70px;
}
.case_pj_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .case_pj_img {
    margin: 30px auto;
  }
}
.case_card_wrap {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .case_card_wrap {
    padding-top: 30px;
  }
}
.case_card {
  float: left;
  width: 47.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 100px;
}
.case_card:first-child {
  margin-right: 5%;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .case_card {
    float: none;
    width: 100%;
    padding-top: 0;
    margin-top: 20px;
  }
  .case_card:first-child {
    margin-right: 0;
    margin-top: 0;
  }
}
.case_card_inner {
  border: 2px solid #e9e9e9;
  color: #444;
  padding: 0 40px;
}
.case_card_inner dt {
  text-align: center;
  font-size: 2.4rem;
  padding: 37.6px 0 26.6px;
  border-bottom: 2px solid #fd6f31;
  font-weight: bold;
  position: relative;
}
.case_card_inner dt:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -12px;
  width: 20px;
  height: 12px;
  background: url(/2027/interview/img/case_bg04_pc.png) no-repeat;
  background-size: 20px auto;
}
.case_card_inner dd {
  font-size: 1.6rem;
  line-height: 2.0;
  padding: 38px 45px 47px 40px;
  position: relative;
}
.case_card_inner dd:before {
  background: url(/2027/interview/img/case_bg05.png) no-repeat;
  top: 30px;
  left: 3px;
}
.case_card_inner dd:after {
  background: url(/2027/interview/img/case_bg06.png) no-repeat;
  bottom: 42px;
  right: 4px;
}
.case_card_inner dd:before,
.case_card_inner dd:after {
  content: '';
  position: absolute;
  width: 23px;
  height: 22px;
  background-size: 23px auto;
}
@media screen and (max-width: 767px) {
  .case_card_inner {
    padding: 0 24px;
  }
  .case_card_inner dt {
    font-size: 2.0rem;
    padding: 28.2px 0 22.2px;
  }
  .case_card_inner dt:before {
    bottom: -9px;
    width: 12px;
    height: 9px;
    background: url(/2027/interview/img/case_bg04_sp.png) no-repeat;
    background-size: 12px auto;
  }
  .case_card_inner dd {
    font-size: 1.5rem;
    line-height: 2.0;
    padding: 25.5px 27px 36.5px 26px;
    position: relative;
  }
  .case_card_inner dd:before {
    background: url(/2027/interview/img/case_bg05.png) no-repeat;
    top: 23px;
    left: 0;
  }
  .case_card_inner dd:after {
    background: url(/2027/interview/img/case_bg06.png) no-repeat;
    bottom: 30px;
    right: 0;
  }
  .case_card_inner dd:before,
  .case_card_inner dd:after {
    width: 17px;
    height: 16px;
    background-size: 17px auto;
  }
}
.case_message {
  background-color: #ff903e;
  position: relative;
  margin-top: 190px;
}
.case_message_y {
  background-color: #ff903e;
  position: relative;
  margin-top: 360px;
}
.case_message:before,
.case_message_y:before {
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  padding-top: 2.2694%;
  width: 200%;
  bottom: 99%;
  height: auto;
  background: url(/2027/interview/img/case_bg07.png) no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .case_message,
  .case_message_y {
    margin-top: 133px;
  }
  .case_message:before,
  .case_message_y:before {
    padding-top: 2%;
    bottom: 100%;
  }
}
.case_btn {
  max-width: 340px;
  width: 100%;
}
.case_btn a {
  display: block;
  position: relative;
  text-align: center;
  border: 2px #fff solid;
  border-radius: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 32px auto;
  background-position: center right 18px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 17.6px 0 16.6px;
}
.case_btn a:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 27px;
  text-decoration: none;
}
.case_btn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 18px;
  width: 32px;
  height: 8px;
  background: url(/2027/interview/img/case_bg08.png) no-repeat;
  background-size: 32px auto;
}
.case_btn.opt-center {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .case_btn a {
    font-size: 1.5rem;
    padding: 18px 0;
  }
}
.case_message_inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-top: 340px;
  padding-bottom: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .case_message_inner {
    width: 100%;
    padding: 193px 15px 50px;
  }
}
.case_message_img {
  width: 420px;
  height: auto;
  left: 40px;
  position: absolute;
  top: -190px;
}
.case_message_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .case_message_img {
    width: 220px;
    top: -83px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.case_message_txt {
  right: 40px;
  width: 435px;
  top: -49px;
  position: absolute;
}
.case_message_txt h2 {
  width: 306px;
  height: auto;
}
.case_message_txt h2 img {
  width: 100%;
  height: auto;
}
.case_message_txt p {
  margin-top: 18px;
  font-size: 1.8rem;
  line-height: 2.0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .case_message_txt {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 38.5px;
  }
  .case_message_txt h2 {
    width: 231px;
    height: auto;
    margin: 0 auto;
  }
  .case_message_txt h2 img {
    width: 100%;
    height: auto;
  }
  .case_message_txt p {
    margin-top: 8.5px;
    font-size: 1.5rem;
  }
}
.case_word.case01 {
  width: 22.833333%;
  right: 3.666667%;
}
@media screen and (max-width: 767px) {
  .case_word.case01 {
    width: 39.710145%;
    right: 3.188406%;
  }
}
.case_word.case02 {
  width: 27%;
  right: 1.666667%;
}
@media screen and (max-width: 767px) {
  .case_word.case02 {
    width: 47.246377%;
    right: 0;
  }
}
