@charset "UTF-8";
/* topに戻る
--------------------------------------*/
.btn-return {
  background: #ffffff;
  padding: 80px 0 20px;
}
@media screen and (max-width: 743px) {
  .btn-return {
    padding: 60px 0 30px;
  }
}

/* case top
--------------------------------------*/
.case-casetop-list {
  background: #fffde3;
  padding: 80px 0;
}
.case-casetop-list .btn {
  position: relative;
  display: block;
  width: 909px;
  height: 120px;
  border: 1px solid #1A1A1A;
  margin: 0 auto;
  padding: 0 30px 4px;
  background: #ffffff;
  border-radius: 9px;
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
  cursor: pointer;
}
.case-casetop-list .btn::before {
  position: absolute;
  content: "";
  background: url("../img/common/icn_arrow19.svg") no-repeat center center/contain;
  width: 19px;
  height: 19px;
  top: 52%;
  transform: translateY(-50%);
  right: 32px;
}
.case-casetop-list .btn .icn-num {
  background: #FFFAAC;
  width: 41px;
  height: 41px;
  padding: 11px 0 0;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.case-casetop-list .btn .icn-num span {
  display: inline-block;
  text-align: center;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  width: 100%;
  line-height: 0;
}
.case-casetop-list .btn .icn-num .case {
  font-size: 0.9rem;
}
.case-casetop-list .btn .icn-num .num {
  font-size: 2rem;
  margin-top: -.05em;
}
.case-casetop-list .btn .text {
  flex: 1;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: .02em;
  padding-left: 40px;
  padding-right: 40px;
}
.case-casetop-list .btn:hover {
  opacity: 0.7;
}
.case-casetop-list .btn + .btn {
  margin-top: 30px;
}
@media screen and (max-width: 743px) {
  .case-casetop-list {
    padding: 60px 0;
  }
  .case-casetop-list .btn {
    width: 100%;
    height: auto;
    padding: 30px 10px;
  }
  .case-casetop-list .btn::before {
    right: 7px;
  }
  .case-casetop-list .btn .text {
    padding-left: 10px;
    padding-right: 20px;
  }
  .case-casetop-list .btn .icn-num {
    padding: 9px 0 0;
  }
}

/* case detail
--------------------------------------*/
.case-detail-headline {
  background: #ffffff;
  padding: 70px 0 60px;
  /* min-height: 240px; */
}
.case-detail-headline-wrap {
  position: relative;
  padding-left: 20px;
}
.case-detail-headline-wrap::before {
  position: absolute;
  content: "";
  background: #1A1A1A;
  width: 8px;
  height: calc(100% - 0.5rem);
  /* min-height: 96px; */
  left: 0;
  top: 5px;
}
.case-detail-headline .case {
  font-family: "TsukuGoPr5-H", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 900;
  color: #1A1A1A;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  padding-left: 8px;
}
.case-detail-headline .headline {
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.1428571429;
}
@media screen and (max-width: 743px) {
  .case-detail-headline {
    /* padding: 60px 0 34px; */
    padding: 47px 0;
    min-height: inherit;
  }
  .case-detail-headline-wrap::before {
    min-height: inherit;
  }
  .case-detail-headline .headline {
    font-size: 2.6rem;
    line-height: 1.3846153846;
  }
}

.case-detail-cont {
  background: #fffde3;
  padding: 60px 0 74px;
}
.case-detail-cont-ttl {
  position: relative;
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 35px;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}
.case-detail-cont-ttl::before {
  position: absolute;
  content: "";
  background: #1A1A1A;
  width: 352px;
  height: 2px;
  bottom: -3px;
  left: 0;
}
.case-detail-cont .trouble {
  position: relative;
  margin-bottom: 93px;
}
.case-detail-cont .trouble::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 43px 0 43px;
  border-color: #1A1A1A transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}
.case-detail-cont .result-ttl {
  text-align: center;
  margin-bottom: 24px;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}
.case-detail-cont .trouble .c-txt,
.case-detail-cont .result .c-txt {
  line-height: 1.3888888889;
  font-family: "TsukuGoPr5-M", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.case-detail-cont .trouble .c-txt + .c-txt,
.case-detail-cont .result .c-txt + .c-txt {
  margin-top: 55px;
}
@media screen and (max-width: 743px) {
  .case-detail-cont {
    padding: 38px 0 47px;
  }
  .case-detail-cont-ttl::before {
    width: 100%;
  }
  .case-detail-cont .trouble {
    margin-bottom: 120px;
  }
  .case-detail-cont .trouble::before {
    bottom: -70px;
  }
  .case-detail-cont .result-ttl {
    text-align: left;
  }
}

.case-detail-point {
  background: #ffffff;
  padding: 60px 0 15px;
}
.case-detail-point-ttl {
  background: #FFFAAC;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 100%;
  margin: 0 auto 38px;
}
.case-detail-point-ttl span {
  display: block;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  text-align: center;
  padding-bottom: .1em;
}
.case-detail-point .c-txt {
  line-height: 1.3888888889;
  font-family: "TsukuGoPr5-M", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.case-detail-point .c-txt + .c-txt {
  margin-top: 55px;
}
.case-detail-point .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.case-detail-point .btn-wrap .c-button-primary:last-child {
  margin-left: 43px;
}
@media screen and (max-width: 743px) {
  .case-detail-point {
    padding: 70px 0 30px;
  }
  .case-detail-point-ttl {
    height: 48px;
    margin-bottom: 30px;
  }
  .case-detail-point .btn-wrap {
    display: block;
  }
  .case-detail-point .btn-wrap .c-button-primary:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
}

/*# sourceMappingURL=pages.css.map */
