/* 共通 */

.ly-prj {
  position: relative;
  width: 950px !important;
  margin: auto auto 50px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .ly-prj {
    width: 100% !important;
    padding: 0 20px;
  }
}
.bg-gray {
  background: #f0f0f0;
  padding: 40px 0;
  padding-bottom: 0;
}

.bg-white {
  /* padding: 40px 0; */
  padding-bottom: 0;
}

.timeline {
  /* padding-bottom: 60px; */
  /* border-left: 1px dashed #00ad5d; */
  /* margin-top: -20px; */
  /* margin-left: 30px; */
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  top: -47px;
  left: 14.8%;
  width: 1px;
  height: 105%;
  z-index: 2;
  border-left: 1px dashed #00ad5d;
}
/* @media screen and (min-width: 1025px) {
  .timeline::before {
    content: "";
    position: absolute;
    top: -47px;
    left: 26.67%;
    width: 1px;
    height: 103%;
    z-index: 0;
    border-left: 1px dashed #00ad5d;
  }
} */

@media screen and (max-width: 1024px) {
  .timeline::before {
    content: "";
    position: absolute;
    top: -47px;
    left: 26.67%;
    width: 1px;
    height: 103%;
    z-index: 0;
    border-left: 1px dashed #00ad5d;
  }
}

@media screen and (max-width: 767px) {
  .pc-only::before {
    border-left: 0 !important;
  }
}

@media screen and (min-width: 1440px) {
  .timeline::before {
    content: "";
    position: absolute;
    top: -47px;
    left: 26.67%;
    width: 1px;
    height: 105%;
    z-index: 0;
    border-left: 1px dashed #00ad5d;
  }
}

/* ロゴエリア */

#detail > #client_logo {
  padding: 0;
}

#detail > #client_logo > article {
  position: relative;
}

#client_logo > article figure.logo {
  position: absolute;
  top: -40px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 244px;
  height: 80px;
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  z-index: 999;
}

#client_logo > article figure.logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding: 15px;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 812px) {
  /* iphone 横向きまで対応させる */
  #client_logo > article figure.logo {
    width: 320px;
    left: 0;
    margin: auto;
  }
}

/* イントロエリア */

#interview-intro {
  padding: 80px 0 40px;
}

.interview-nav-list {
  display: flex;
  justify-content: space-around;
}
/* プロジェクト概要 */
#project-nav-wrapper {
  /* margin: 40px 0; */
}

.project-nav-header {
  text-align: center;
  margin: 60px 0 40px;
}

.project-nav-title-header {
  font-size: 1.8rem;
}

.project-nav-title-sub {
  color: #00ad5d;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.project-nav-list {
  display: flex;
  justify-content: space-between;
}

.project-nav-box {
  position: relative;
  width: 14%;
  text-align: center;
}

.project-nav-box::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 2px solid #00ad5d;
  border-right: 2px solid #00ad5d;
  top: 36%;
  right: -13%;
  transform: rotate(45deg);
}
.psedo-last::after {
  content: none;
}

.project-nav-title {
  color: #00ad5d;
  font-weight: bold;
  font-size: 16px;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  #project-nav-wrapper {
    padding-top: 0;
  }
  .project-nav-list {
    flex-wrap: wrap;
  }
  .project-nav-header {
    margin-top: 0;
  }

  .interview-nav-box {
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  .project-nav-box {
    width: 30%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .project-nav-box img {
    display: block;
    transform: scale(0.7);
  }

  .project-nav-box::after {
    right: -10%;
  }
}

/* タイトル */

.prj-step-num {
  color: #fff;
  font-weight: bold;
  background-image: url(/images/client/project/number.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 28px;
  text-align: center;
  padding-top: 3px;
}

.prj-name {
  padding-left: 80px;
  position: relative;
  display: inline-block;
}

.prj-name::before {
  position: absolute;
  content: "";
  background-image: url(/images/client/project/icon_1.svg);
  left: 4%;
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  top: -20%;
}

#cont2 .prj-name::before {
  background-image: url(/images/client/project/icon_2.svg);
}

#cont3 .prj-name::before {
  background-image: url(/images/client/project/icon_3.svg);
}

#cont4 .prj-name::before {
  background-image: url(/images/client/project/icon_4.svg);
}

#cont5 .prj-name::before {
  background-image: url(/images/client/project/icon_5.svg);
}

#cont6 .prj-name::before {
  background-image: url(/images/client/project/icon_6.svg);
}
.prj-step-ttl {
  margin-bottom: 40px;
}

.bg-content-box {
  font-size: 16px;
  position: relative;
  background: #fff;
  margin: 20px 0;
  padding: 20px 40px;
}

.bg-content-box::before {
  position: absolute;
  content: "";
  background-image: url(/images/client/project/arrow_pc.png);
  left: 44%;
  width: 90px;
  height: 32px;
  background-repeat: no-repeat;
  bottom: -28%;
  z-index: 10;
}

.psedo-last::after,
.psedo-last::before {
  content: none;
}

.bg-client-box {
  border: 1px solid rgba(0, 0, 0, 18%);
  display: flex;
  justify-content: space-evenly;
}

.bg-client-info {
  width: 20%;
  margin: auto;
  text-align: center;
}

.client-info-text {
  font-size: 18px;
}

.bg-client-name {
  padding: 30px 0;
  margin-top: 10px;
  /* border-left: 1px solid; */
}

.client-name-text {
  border-left: 1px solid rgba(0, 0, 0, 18%);
  display: block;
  padding-left: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.client-detail-text {
  margin: 0 !important;
  border-left: 1px solid rgba(0, 0, 0, 18%);
  display: block;
  padding: 20px;
}

.bg-text {
  font-size: 16px;
  margin-top: 30px;
}

#cont1 .content-inner {
  padding-left: 60px;
  padding-bottom: 60px;
  border-left: 1px dashed #00ad5d;
  margin-top: -40px;
  margin-left: 30px;
}

#cont6 .content-inner {
  padding-left: 60px;
  padding-bottom: 60px;
  border-left: 1px dashed #fff;
  margin-top: -20px;
  margin-left: 30px;
}

.content-inner {
  padding-left: 60px;
  padding-bottom: 60px;
  margin-top: -20px;
  margin-left: 30px;
}

.content-wrapper-background {
  padding: 40px 0;
}

.project-figure {
  text-align: center;
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .client-info-text {
    margin-bottom: 0;
  }
  .bg-content-box p {
    margin: 0;
  }
  .prj-step-ttl {
    position: relative;
    margin-bottom: 0px;
  }

  .prj-step-num {
    position: absolute;
    top: 0%;
    left: 41%;
  }

  .prj-name {
    font-size: 24px;
    padding-top: 86px;
    padding-left: 80px;
  }

  .prj-name::before {
    position: absolute;
    content: "";
    background-image: url(/images/client/project/icon_1.svg);
    left: 4%;
    width: 62px;
    height: 62px;
    background-repeat: no-repeat;
    top: 70px;
    left: 0%;
  }

  #cont1 .content-inner {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    padding-top: 0px;
  }

  #cont6 .content-inner {
    padding: 0;
    margin: 40px 00;
  }
  .content-inner {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }

  #cont2 .content-inner {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    padding-top: 60px;
  }
  .bg-content-box::before {
    left: 35%;
    z-index: 10;
  }

  .bg-client-info {
    width: 80%;
    margin: auto;
    text-align: center;
    padding: 20px 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 18%);
  }
  .bg-client-name {
    padding: 10px 20px;
    border: none;
  }

  .client-name-text {
    border: none;
  }

  .client-detail-text {
    border: none;
  }
  .bg-client-box {
    flex-wrap: wrap;
  }
}

/* 課題エリア */

.problem-intro-wrapper {
  display: flex;
  justify-content: space-around;
  margin: 40px 0;
}

.problem-box {
  width: 46%;
  background: #f8f8f8;
}

.problem-ttl {
  color: #00ad5d;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  border-bottom: 1px solid;
}

.problem-text {
  padding: 20px;
}

.ex-box {
  background: #f8f8f8;
  padding: 20px;
  margin: 20px 0;
  padding-left: 70px;
  position: relative;
}

.ex-box::before {
  position: absolute;
  content: "1";
  background-image: url(/images/client/project/icon_bg.png);
  left: 0;
  width: 38px;
  height: 52px;
  background-repeat: no-repeat;
  top: 30%;
  color: #fff;
  padding-left: 11px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 20px;
}

.ex-box2::before {
  content: "2";
}

.ex-box3::before {
  content: "3";
}

.ex-box4::before {
  content: "4";
}

.ex-box5::before {
  content: "5";
}

.explanation-list {
  padding-top: 20px;
}

.ex-ttl {
  font-size: 20px;
  color: #00ad5d;
  margin-bottom: 20px;
}

.inner-link {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .problem-intro-wrapper {
    flex-wrap: wrap;
  }

  .problem-box {
    width: 100%;
    background: #f8f8f8;
    margin-bottom: 20px;
  }

  .project-figure img {
    width: 100%;
    height: auto;
  }
  .inner-link img {
    width: 100%;
    height: auto;
  }
  .ex-text {
    margin-bottom: 0;
  }
}

body:not(.btob) section:nth-of-type(2n-1) {
  background-color: #fff;
}
section h3::before {
  background-color: unset;
}
@media screen and (max-width: 812px) {
  .page-title .inner h1 {
    font-size: 25px;
  }
}

.interviewer-name {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100px;
  margin-right: 20px;
  text-align: right;
  font-weight: bold;
}
.interviewee-name {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100px;
  margin-right: 20px;
  text-align: right;
  font-weight: bold;
}

.interview-text-wrapper p {
  position: relative;
  padding-left: 120px;
}

#interview-intro {
  padding: 80px 0;
}
.interview-nav-list {
  display: flex;
  justify-content: space-around;
}
.galleryrare {
  .interviewer-name {
    color: #00ad5d;
  }
  .interviewee-name {
    color: #880031;
  }
}
@media screen and (max-width: 768px) {
  .interviewer-name {
    position: relative;
    display: inline;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4vw;
    left: unset;
    margin-right: unset;
    text-align: unset;
  }
  .interviewer-name::after {
    content: "";
    display: block;
  }
  .interviewee-name {
    position: relative;
    display: inline;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4vw;
    left: unset;
    margin-right: unset;
    text-align: unset;
  }
  .interviewee-name::after {
    content: "";
    display: block;
  }

  .interview-text-wrapper p {
    padding-left: unset;
  }

  #interview-intro {
    padding: 0px 20px 20px;
  }
}

.case-ttl {
  display: flex;
  align-items: center;
  height: 56px;
  margin: 0 auto 40px;
  background: #000;
  transform: skew(-30deg);
  font-size: 22px;
}

.case-ttl span {
  padding-left: 34px;
  color: #fff;
  transform: skew(30deg);
  margin-top: 0;
}

@media screen and (max-width: 812px) {
  .case-ttl {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    margin: 0 auto 20px;
    font-size: 21px;
    transform: unset;
  }

  .case-ttl span {
    padding-left: 18px;
    color: #fff;
    transform: unset;
  }
  #interview-nav-wrapper {
    padding: 0;
  }
  .project-nav-box a {
    text-decoration: none;
  }
}
