/* worry
======================================= */
.worry__upper {
  background-color: #FFDC72;
  padding-top: 4em;
  position: relative;
}
@media (max-width: 768px) {
  .worry__upper {
    padding-top: 2em;
  }
}
.worry__upper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  mix-blend-mode: soft-light;
  background: url(../img/menus/repair/worry_upper_bg.jpg) repeat center center/contain;
}
.worry__upper-container {
  background-color: #fff;
  border-radius: 24px 24px 0 0;
  padding: 3em 1.25em 3.5em;
}
@media (max-width: 768px) {
  .worry__upper-container {
    padding: 2em 1.25em;
  }
}
.worry__catch {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .worry__catch {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.worry__catch span {
  display: inline-block;
  color: #fff;
  background-color: #FA6806;
}
.worry__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 848px;
  margin: auto;
}
@media (max-width: 768px) {
  .worry__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.worry__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background-color: #FCF4C6;
  border-radius: 16px;
  padding: 0 1em;
  height: 120px;
}
@media (max-width: 768px) {
  .worry__item {
    height: auto;
    padding: 1.25em 0.75rem 1.25em 1.25em;
    gap: 0.5rem;
  }
}
@media (max-width: 768px) {
  .worry__item-image {
    width: 56px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.worry__item-text {
  font-size: 1.625em;
  font-weight: 900;
  line-height: 1.83;
}
@media (max-width: 1024px) {
  .worry__item-text {
    font-size: 1.125rem;
    line-height: 1.35;
  }
}
.worry__item-text span {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.487;
  color: #FA6806;
}
@media (max-width: 1024px) {
  .worry__item-text span {
    font-size: 1.5rem;
  }
}
.worry__lower {
  background: url(../img/menus/worry_bg-orange.png) no-repeat center center/cover;
  text-align: center;
}
@media (max-width: 768px) {
  .worry__lower {
    background: url(../img/menus/worry_bg-orange-sp.png) no-repeat center center/cover;
  }
}
.worry__lower-container {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1222px;
  width: calc(90% + 18px);
}
@media (max-width: 768px) {
  .worry__lower-container {
    margin-top: -0.3px;
    padding-bottom: 0;
    width: calc(90% + 4px);
  }
}
@media (max-width: 768px) {
  .worry__triangle {
    margin-bottom: 1rem;
  }
}
.worry__text {
  display: inline-block;
  font-size: 3em;
  color: #fff;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .worry__text {
    display: block;
    font-size: 2.1344em;
  }
}
.worry__text-upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .worry__text-upper {
    padding-bottom: 0;
    gap: 0;
  }
}
.worry__text-upper .large {
  font-size: 4rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .worry__text-upper .large {
    font-size: 2.3125rem;
    line-height: 1.4;
  }
}
.worry__text-upper .small {
  line-height: 2;
}
@media (max-width: 768px) {
  .worry__text-upper .small {
    font-size: 1.75rem;
    line-height: 1.7;
  }
}
.worry__text .fifty_years {
  display: inline-block;
  width: auto;
}
@media (max-width: 768px) {
  .worry__text .fifty_years {
    width: 117px;
  }
}
.worry__text-lower {
  display: inline-block;
  border-top: 1px dashed #fff;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .worry__text-lower {
    padding: 0 1.5rem;
    margin-bottom: 1.125rem;
  }
}
.worry__text-lower .middle {
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  .worry__text-lower .middle {
    display: block;
    font-size: 2rem;
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .worry__text-lower .middle:nth-child(2) {
    border-top: 1px dashed #fff;
  }
}
.worry__text .human {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(2rem);
          transform: translateX(2rem);
}
@media (max-width: 768px) {
  .worry__text .human {
    display: block;
    margin: auto;
    width: 80px;
    position: static;
    -webkit-transform: inherit;
            transform: inherit;
    left: inherit;
  }
}

/* reform
======================================= */
.reform__upper {
  background-color: #F68956;
}
.reform__upper-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.reform__title {
  font-size: 2rem;
  background-color: #F68956;
  color: #fff;
  font-weight: 800;
  line-height: 1.3;
  margin: -1px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .reform__title {
    font-size: 1.25em;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 1rem 0;
  }
}
.reform__title span {
  max-width: 1200px;
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0 1.5rem;
}
.reform__title::before, .reform__title::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .reform__title::before, .reform__title::after {
    display: none;
  }
}
.reform__links {
  max-width: 1080px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 2.5rem;
  padding: 2.5rem 0;
}
@media (max-width: 1024px) {
  .reform__links {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .reform__links {
    padding: 2rem 0;
    max-width: 295px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.reform__link a {
  color: #fff;
  font-weight: 700;
  padding: 0.875rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #fff;
}
.reform__link a:hover {
  opacity: 0.7;
}
.reform__link a::after {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background: url(../img/common/icons/icon_bottom-white.svg) no-repeat center center/contain;
}
.reform__lower {
  background-color: #FEFCF1;
}
@media (max-width: 768px) {
  .reform__lower-inner {
    padding-top: 2em;
  }
}
.reform__list {
  max-width: 800px;
  margin: auto;
}
.reform__item:nth-child(n+2) {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .reform__item:nth-child(n+2) {
    margin-top: 2.5em;
  }
}
.reform__item-title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  background-color: #FFD1BB;
  padding: 1rem 1.5rem;
  border-left: 8px solid #F68956;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .reform__item-title {
    font-size: 1.125em;
    margin-bottom: 1.5rem;
  }
}
.reform__item-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  background-color: #fff;
  position: relative;
  max-width: 576px;
  margin: 0 auto 1.5rem;
}
.reform__item-image::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  background: url(../img/menus/repair/icon_case_image.svg) no-repeat center center/contain;
}
.reform__item-image-before, .reform__item-image-after {
  width: 50%;
  position: relative;
  position: relative;
}
.reform__item-image-before::before, .reform__item-image-after::before {
  content: "";
  display: block;
  padding-top: 112.5%;
}
.reform__item-image-before img, .reform__item-image-before video, .reform__item-image-before iframe, .reform__item-image-before svg, .reform__item-image-after img, .reform__item-image-after video, .reform__item-image-after iframe, .reform__item-image-after svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reform__item-image-before::after {
  content: "BEFORE";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375em;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 0.5rem 0.75rem;
  background-color: #3E3F41;
}
.reform__item-image-after::after {
  content: "AFTER";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375em;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 0.5rem 0.75rem;
  background-color: #FA6806;
}
.reform__item-text {
  margin-bottom: 1.5rem;
}
.reform__item-recommend-title {
  background-color: #FA6806;
  color: #fff;
  font-weight: 700;
  line-height: 2;
  padding: 0.25rem 1rem;
}
.reform__item-recommend-list {
  background-color: #fff;
  border: 3px solid #FA6806;
  padding: 1.25rem 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 3.5rem;
}
@media (max-width: 768px) {
  .reform__item-recommend-list {
    grid-template-columns: repeat(1, 1fr);
    padding: 1.125em 2rem;
  }
}
.reform__item-recommend-item {
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.reform__item-recommend-item::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/common/icons/icon_house-orange-l.svg) no-repeat center center/contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 768px) {
  .reform__item-recommend-item::before {
    width: 0.75rem;
  }
}

/* diagnosis
======================================= */
.diagnosis {
  background-color: #FBFBFB;
}
.diagnosis__inner {
  padding-bottom: 5em;
}
.diagnosis__title {
  padding-top: 3.75rem;
}
.diagnosis__title img {
  max-width: 801px;
}
.diagnosis__container {
  padding: 0;
}
.diagnosis__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 4em;
  position: relative;
  z-index: 0;
}
.diagnosis__list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 20px;
  background-color: #F68956;
}
.diagnosis__item {
  text-align: center;
  -webkit-box-shadow: 3px 3px 8px 0px rgba(66, 66, 66, 0.15);
          box-shadow: 3px 3px 8px 0px rgba(66, 66, 66, 0.15);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  padding: 1.5em 0 2em;
}
.diagnosis__item-step {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375em;
  color: #FA6806;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1.22;
  margin-bottom: 1rem;
}
.diagnosis__item-step span {
  font-size: 1.1481rem;
  display: inline-block;
  width: 30px;
  height: 32px;
  color: #fff;
  line-height: 2.1;
  margin-left: 0.25rem;
  position: relative;
  z-index: 0;
}
.diagnosis__item-step span::before {
  content: "";
  position: absolute;
  bottom: calc(70% - 0.1px);
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 10px solid #FA6806;
  border-top: 0;
}
.diagnosis__item-step span::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 70%;
  background-color: #FA6806;
}
.diagnosis__item-text {
  font-size: 1.125em;
  line-height: 1.6;
  font-weight: 700;
}
.diagnosis__item-image img {
  width: auto;
  height: auto;
}
.diagnosis__line {
  max-width: 800px;
  margin: auto;
}
.diagnosis__line a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.diagnosis__line a:hover {
  opacity: 0.7;
}