@charset "UTF-8";
/* ──────────────────────────────
# subpage
────────────────────────────── */
.subpage-head {
  background: #4baa6d;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1079.98px) {
  .subpage-head {
    height: 18.5185185185vw;
  }
}
@media screen and (max-width: 767.98px) {
  .subpage-head {
    height: 20.8333333333vw;
  }
}
.subpage-head--form {
  background: url("../images/form/head_form-lg.jpg") no-repeat center/cover, #4baa6d;
}
@media screen and (max-width: 767.98px) {
  .subpage-head--form {
    background: url("../images/form/head_form-sm.jpg") no-repeat center/cover, #4baa6d;
  }
}
.subpage-head--case {
  background: url("../images/case/head_case-lg.jpg") no-repeat center/cover, #4baa6d;
}
@media screen and (max-width: 767.98px) {
  .subpage-head--case {
    background: url("../images/case/head_case-sm.jpg") no-repeat center/cover, #4baa6d;
  }
}
.subpage-head--area {
  background: url("../images/area/head_area-lg.jpg") no-repeat center/cover, #4baa6d;
}
@media screen and (max-width: 767.98px) {
  .subpage-head--area {
    background: url("../images/area/head_area-sm.jpg") no-repeat center/cover, #4baa6d;
  }
}
.subpage-head--line {
  background: url("../images/line/head_line-lg.jpg") no-repeat center/cover, #4baa6d;
}
@media screen and (max-width: 767.98px) {
  .subpage-head--line {
    background: url("../images/line/head_line-sm.jpg") no-repeat center/cover, #4baa6d;
  }
}
.subpage-head--yamanote {
  background: url("../images/line/jreast/yamanote/head_yamanote-lg.jpg") no-repeat center/cover, #4baa6d;
}
@media screen and (max-width: 767.98px) {
  .subpage-head--yamanote {
    background: url("../images/line/jreast/yamanote/head_yamanote-sm.jpg") no-repeat center/cover, #4baa6d;
  }
}
.subpage-head__ttl {
  font-size: 2.625rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1.2;
}
@media screen and (max-width: 1079.98px) {
  .subpage-head__ttl {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 767.98px) {
  .subpage-head__ttl {
    font-size: 5.46875vw;
  }
}

.case {
  margin: 0 auto 94px;
}
@media screen and (max-width: 1079.98px) {
  .case {
    margin: 0 auto;
  }
}

/* ──────────────────────────────
# case-block
────────────────────────────── */
.case-block {
  margin: 0 auto 74px;
}
@media screen and (max-width: 767.98px) {
  .case-block {
    width: 92.1875vw;
    margin: 0 auto 11.71875vw;
  }
}
.case-block-last {
  margin: 0 auto;
}

/* ──────────────────────────────
# case-slide
────────────────────────────── */
@media screen and (min-width: 768px) {
  .case-slide__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 33px 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .case-slide__block {
    width: 92%;
  }
}

/* ──────────────────────────────
# case-anchor
────────────────────────────── */
.case-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 22px 20px;
}
@media screen and (max-width: 767.98px) {
  .case-anchor {
    gap: 3.6458333333vw 3.2552083333vw;
  }
}
.case-anchor__item {
  font-size: clamp(18px, 1.6666666667vw, 20px);
  font-weight: bold;
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767.98px) {
  .case-anchor__item {
    font-size: 3.3854166667vw;
    width: calc((100% - 3.2552083333vw) / 2);
  }
}
.case-anchor__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  padding: 22px 28px 22px 24px;
  border: 2px solid #4baa6d;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767.98px) {
  .case-anchor__item a {
    border: 0.2604166667vw solid #4baa6d;
    border-radius: 1.953125vw;
    padding: 2.8645833333vw 3.6458333333vw 2.8645833333vw 3.125vw;
    -webkit-box-shadow: 0px 0.6510416667vw 0px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0.6510416667vw 0px 0px rgba(0, 0, 0, 0.15);
  }
}
.case-anchor__item a:hover {
  background: #dbeee2;
}
.case-anchor__txtarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.case-anchor__txtarea::after {
  content: "\e900";
  font-family: "common-icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.9em;
  color: #4baa6d;
}
.case-anchor__icon {
  font-size: 1.6em;
  color: #4baa6d;
}

.is-station a {
  border-color: #93c24f;
}
.is-station a:hover {
  background: #e9f3dc;
}
.is-station .case-anchor__txtarea::after {
  color: #93c24f;
}
.is-station .case-anchor__icon {
  color: #93c24f;
}

.is-ooh a {
  border-color: #7db9f6;
}
.is-ooh a:hover {
  background: #e5f1fd;
}
.is-ooh .case-anchor__txtarea::after {
  color: #7db9f6;
}
.is-ooh .case-anchor__icon {
  color: #7db9f6;
}

.is-bus a {
  border-color: #496bbf;
}
.is-bus a:hover {
  background: #dbe1f2;
}
.is-bus .case-anchor__txtarea::after {
  color: #496bbf;
}
.is-bus .case-anchor__icon {
  color: #496bbf;
}

.is-taxi a {
  border-color: #e3c758;
}
.is-taxi a:hover {
  background: #f9f4de;
}
.is-taxi .case-anchor__txtarea::after {
  color: #e3c758;
}
.is-taxi .case-anchor__icon {
  color: #e3c758;
}

/* ──────────────────────────────
# detail-main
────────────────────────────── */
.detail-main {
  margin: 0 auto 80px;
}
@media screen and (max-width: 767.98px) {
  .detail-main {
    margin: 0 auto 9.1145833333vw;
    width: 92.1875vw;
  }
}
.detail-main__img {
  display: block;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767.98px) {
  .detail-main__img {
    width: 92.1875vw;
    margin: 0 auto 3.6458333333vw;
  }
}
.detail-main__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767.98px) {
  .detail-main__detail {
    width: 92.1875vw;
    margin: 0 auto 3.90625vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.detail-main__gray {
  font-size: clamp(16px, 1.4814814815vw, 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eee;
  border-radius: 10px;
}
@media screen and (max-width: 1079.98px) {
  .detail-main__gray {
    font-size: clamp(16px, 2.0833333333vw, 18px);
  }
}
@media screen and (max-width: 767.98px) {
  .detail-main__gray {
    font-size: 2.8645833333vw;
    border-radius: 1.3020833333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.detail-main__gray-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dadada;
  padding: 0.45em 0;
}
@media screen and (max-width: 767.98px) {
  .detail-main__gray-item {
    border-right: none;
    border-bottom: 0.2604166667vw solid #dadada;
    padding: 1.3020833333vw 0;
    width: 100%;
    text-align: center;
  }
}
.detail-main__gray-item:last-of-type {
  border: none;
}
.detail-main__gray-dt {
  padding-left: 2.1em;
}
@media screen and (max-width: 767.98px) {
  .detail-main__gray-dt {
    position: relative;
    width: 17.578125vw;
    padding: 0 1em 0 0;
  }
}
.detail-main__gray-dt::after {
  content: "：";
  display: inline-block;
  padding: 0 1.3em;
}
@media screen and (max-width: 767.98px) {
  .detail-main__gray-dt::after {
    position: absolute;
    right: 0;
    padding: 0;
  }
}
.detail-main__gray-dd {
  padding-right: 2.1em;
}
@media screen and (max-width: 767.98px) {
  .detail-main__gray-dd {
    width: 25.2604166667vw;
    padding: 0;
  }
}
.detail-main__budget {
  font-size: clamp(18px, 1.6666666667vw, 20px);
  letter-spacing: 0.05em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1079.98px) {
  .detail-main__budget {
    font-size: clamp(18px, 2.34375vw, 20px);
  }
}
@media screen and (max-width: 767.98px) {
  .detail-main__budget {
    font-size: 3.90625vw;
  }
}
.detail-main__budget-dt {
  padding-right: 0.75em;
  line-height: 1;
}
.detail-main__budget-dd--large {
  font-size: 1.4em;
  padding-right: 5px;
  line-height: 1;
}

/* ──────────────────────────────
# detail-issue
────────────────────────────── */
.detail-issue {
  position: relative;
  background: #fff7d5;
  margin-bottom: 70px;
  border-radius: 0 0 15px 15px;
}
@media screen and (max-width: 767.98px) {
  .detail-issue {
    border-radius: 0 0 1.953125vw 1.953125vw;
    margin: 0 auto 10.6770833333vw;
  }
}
.detail-issue::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  margin: auto;
  background: #fea13b;
  display: inline-block;
  width: 97px;
  height: 34px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767.98px) {
  .detail-issue::after {
    width: 19.7916666667vw;
    height: 6.7708333333vw;
  }
}
.detail-issue__ttl {
  font-size: clamp(22px, 2.037037037vw, 26px);
  background: #fea13b;
  border-radius: 15px 15px 0 0;
  color: #fff;
  letter-spacing: 0.12em;
  font-weight: bold;
  text-align: center;
  padding: 0.65em 0;
}
@media screen and (max-width: 1079.98px) {
  .detail-issue__ttl {
    font-size: clamp(22px, 2.8645833333vw, 26px);
  }
}
@media screen and (max-width: 767.98px) {
  .detail-issue__ttl {
    font-size: 4.4270833333vw;
    border-radius: 1.953125vw 1.953125vw 0 0;
  }
}
.detail-issue__list {
  font-size: clamp(18px, 1.6666666667vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8em 0;
  padding: 30px 32px;
}
@media screen and (max-width: 1079.98px) {
  .detail-issue__list {
    font-size: clamp(18px, 2.34375vw, 20px);
  }
}
@media screen and (max-width: 767.98px) {
  .detail-issue__list {
    font-size: 3.3854166667vw;
    padding: 3.90625vw 4.1666666667vw;
  }
}
.detail-issue__item {
  position: relative;
  padding-left: 2em;
  font-weight: bold;
}
.detail-issue__num {
  position: absolute;
  left: 0;
  font-size: 1.3em;
  line-height: 1.3;
  padding-right: 0.5em;
  color: #fea13b;
}

/* ──────────────────────────────
# detail-response
────────────────────────────── */
.detail-response {
  position: relative;
  background: #eef9df;
  margin-bottom: 64px;
  border-radius: 0 0 15px 15px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .detail-response {
    border-radius: 0 0 1.953125vw 1.953125vw;
    margin: 0 auto 16.9270833333vw;
    padding-bottom: 4.4270833333vw;
  }
}
.detail-response::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  margin: auto;
  background: #4baa6d;
  display: inline-block;
  width: 97px;
  height: 34px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767.98px) {
  .detail-response::after {
    width: 19.7916666667vw;
    height: 6.7708333333vw;
  }
}
.detail-response__ttl {
  font-size: clamp(22px, 2.037037037vw, 26px);
  background: #4baa6d;
  border-radius: 15px 15px 0 0;
  color: #fff;
  letter-spacing: 0.12em;
  font-weight: bold;
  text-align: center;
  padding: 0.65em 0;
}
@media screen and (max-width: 1079.98px) {
  .detail-response__ttl {
    font-size: clamp(22px, 2.8645833333vw, 26px);
  }
}
@media screen and (max-width: 767.98px) {
  .detail-response__ttl {
    font-size: 4.4270833333vw;
    border-radius: 1.953125vw 1.953125vw 0 0;
  }
}
.detail-response__sttl {
  font-size: clamp(20px, 1.8518518519vw, 22px);
  color: #4baa6d;
  font-weight: bold;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 1079.98px) {
  .detail-response__sttl {
    font-size: clamp(20px, 2.6041666667vw, 22px);
  }
}
@media screen and (max-width: 767.98px) {
  .detail-response__sttl {
    text-align: center;
    font-size: 3.3854166667vw;
  }
}
.detail-response__list {
  font-size: clamp(18px, 1.6666666667vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8em 0;
  padding: 30px 32px;
}
@media screen and (max-width: 1079.98px) {
  .detail-response__list {
    font-size: clamp(18px, 2.34375vw, 20px);
  }
}
@media screen and (max-width: 767.98px) {
  .detail-response__list {
    font-size: 3.3854166667vw;
    padding: 4.6875vw 4.1666666667vw;
  }
}
.detail-response__item {
  position: relative;
  padding-left: 2em;
  font-weight: bold;
}
.detail-response__num {
  position: absolute;
  left: 0;
  font-size: 1.3em;
  line-height: 1.3;
  padding-right: 0.5em;
  color: #4baa6d;
}
.detail-response__suggest {
  position: relative;
  background: #fff;
  letter-spacing: 0.05em;
  border-radius: 15px;
  padding: 30px 32px 30px 220px;
  margin: 0 32px;
}
@media screen and (max-width: 767.98px) {
  .detail-response__suggest {
    border-radius: 1.953125vw;
    padding: 4.5572916667vw 2.6041666667vw 4.5572916667vw 4.1666666667vw;
    margin: 0 4.1666666667vw;
  }
}
.detail-response__suggest::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 27px;
  display: inline-block;
  width: 158px;
  height: 234px;
  background: url("../images/case/detail/person_img01.png") no-repeat center bottom/contain;
}
@media screen and (max-width: 767.98px) {
  .detail-response__suggest::after {
    display: none;
  }
}
.detail-response__suggest-list {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
.detail-response__suggest-item {
  font-size: clamp(18px, 1.6666666667vw, 20px);
  padding-left: 2em;
  position: relative;
}
@media screen and (max-width: 1079.98px) {
  .detail-response__suggest-item {
    font-size: clamp(18px, 2.34375vw, 20px);
  }
}
@media screen and (max-width: 767.98px) {
  .detail-response__suggest-item {
    font-size: 3.125vw;
  }
}
.detail-response__suggest-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  display: inline-block;
  width: 25px;
  height: 23px;
  background: url("../images/case/detail/icon_check.png") no-repeat center/contain;
}
@media screen and (max-width: 767.98px) {
  .detail-response__suggest-item::before {
    width: 4.1666666667vw;
    height: 3.7760416667vw;
  }
}

/* ──────────────────────────────
# detail-voice
────────────────────────────── */
.detail-voice {
  border: 3px solid #4baa6d;
  border-radius: 15px;
  padding: 0 32px 32px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .detail-voice {
    border: 3px solid #4baa6d;
    border-radius: 1.953125vw;
    padding: 0 0 30.7291666667vw;
    margin: 0 auto;
  }
}
.detail-voice::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 213px;
  height: 224px;
  background: url("../images/case/detail/person_img02.png") no-repeat right bottom/contain;
}
@media screen and (max-width: 767.98px) {
  .detail-voice::after {
    width: 27.8645833333vw;
    height: 29.4270833333vw;
  }
}
.detail-voice__ttl {
  font-size: clamp(22px, 2.037037037vw, 26px);
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  background: url("../images/case/detail/voice_ttl.png") no-repeat center top/contain;
}
@media screen and (max-width: 1079.98px) {
  .detail-voice__ttl {
    font-size: clamp(22px, 2.8645833333vw, 26px);
  }
}
@media screen and (max-width: 767.98px) {
  .detail-voice__ttl {
    font-size: 4.5572916667vw;
    background: #eef9df;
    height: 13.671875vw;
    border-radius: 1.953125vw 1.953125vw 0 0;
    margin-bottom: 4.6875vw;
  }
}
.detail-voice__ttl::before, .detail-voice__ttl::after {
  content: "";
  display: inline-block;
  width: 158px;
  height: 32px;
  margin: 0 0.5em 0 0;
  background: url("../images/case/detail/ttldeco-l.png") no-repeat center top/contain;
}
@media screen and (max-width: 767.98px) {
  .detail-voice__ttl::before, .detail-voice__ttl::after {
    width: 27.4739583333vw;
    height: 5.3385416667vw;
  }
}
.detail-voice__ttl::after {
  margin: 0 0 0 0.5em;
  background: url("../images/case/detail/ttldeco-r.png") no-repeat center top/contain;
}
.detail-voice__txt {
  font-size: clamp(18px, 1.6666666667vw, 20px);
  background-color: #fff;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(0deg, #dadada 1px, transparent 1px);
  background-size: 8px 100%, 100% 2em;
  line-height: 2em;
  padding: 0 180px 0 0;
}
@media screen and (max-width: 1079.98px) {
  .detail-voice__txt {
    font-size: clamp(18px, 2.34375vw, 20px);
  }
}
@media screen and (max-width: 767.98px) {
  .detail-voice__txt {
    font-size: clamp(14px, 3.3854166667vw, 26px);
    padding: 0;
    margin: 0 3.90625vw;
  }
}
.detail-voice__txt--marker {
  background: #ffeea9;
  padding: 0.15em 0;
  font-weight: bold;
}

/* ──────────────────────────────
# detail-relation
────────────────────────────── */
.detail-relation {
  margin: 0 auto 68px;
}
@media screen and (max-width: 767.98px) {
  .detail-relation {
    width: 92.1875vw;
    margin: 0 auto 9.8958333333vw;
  }
}
.detail-relation__btn {
  font-size: 1.125rem;
  width: 390px;
  height: 55px;
  margin: 48px auto 0;
}
@media screen and (max-width: 767.98px) {
  .detail-relation__btn {
    font-size: 3.90625vw;
    width: 83.3333333333vw;
    height: clamp(50px, 9.1145833333vw, 70px);
    margin: 6.5104166667vw auto 0;
  }
}

/* ──────────────────────────────
# detail-flow
────────────────────────────── */
.detail-flow {
  margin: 0 auto 56px;
}
@media screen and (max-width: 767.98px) {
  .detail-flow {
    margin: 0 auto 6.5104166667vw;
  }
}