/* 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;
}
.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: 832px;
  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: 1rem;
  background-color: #FCF4C6;
  border-radius: 16px;
  padding: 0 1.25em;
  height: 120px;
}
@media (max-width: 768px) {
  .worry__item {
    height: auto;
    padding: 1.25em;
  }
}
@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 {
    line-height: 1.4;
    font-size: 2.3125rem;
  }
}
.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;
  }
}

/* repairs
======================================= */
.repairs__title {
  font-size: 2rem;
  background-color: #F68956;
  color: #fff;
  font-weight: 800;
  line-height: 1.3;
  margin: -1px auto 0;
}
@media (max-width: 768px) {
  .repairs__title {
    font-size: 1.25rem;
    padding-bottom: 2rem;
  }
}
.repairs__title-inner {
  padding: 2rem 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;
}
@media (max-width: 768px) {
  .repairs__title-inner {
    padding: 1rem 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}
.repairs__title-inner span {
  max-width: 1200px;
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0 1.5rem;
}
@media (max-width: 768px) {
  .repairs__title-inner span {
    text-align: center;
  }
}
.repairs__title-inner::before, .repairs__title-inner::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) {
  .repairs__title-inner::before, .repairs__title-inner::after {
    display: none;
  }
}
.repairs__item-work {
  background-color: #FFFCF4;
}
.repairs__item-work-inner {
  padding-top: 3em;
}
@media (max-width: 768px) {
  .repairs__item-work-inner {
    padding-top: 2rem;
  }
}
.repairs__item-work-title {
  margin-bottom: 0;
}
.repairs__item-work-title img {
  margin: 0 auto;
}
.repairs__item-work-title.--01 img {
  max-width: 400px;
}
@media (max-width: 768px) {
  .repairs__item-work-title.--01 img {
    max-width: 291px;
  }
}
.repairs__item-work-title.--02 img {
  max-width: 250px;
}
@media (max-width: 768px) {
  .repairs__item-work-title.--02 img {
    max-width: 179px;
  }
}
.repairs__item-work-title.--03 img {
  max-width: 364px;
}
@media (max-width: 768px) {
  .repairs__item-work-title.--03 img {
    max-width: 250px;
  }
}
.repairs__item-work-title::after {
  left: 0;
  width: 100%;
}
.repairs__item-work-text {
  background-color: #fff;
  padding: 2.5em 0;
  -webkit-box-shadow: 3px 3px 8px 0px rgba(66, 66, 66, 0.1);
          box-shadow: 3px 3px 8px 0px rgba(66, 66, 66, 0.1);
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  .repairs__item-work-text {
    font-size: 0.9375em;
    padding: 1.25em;
    margin-bottom: 2rem;
  }
}
.repairs__item-work-text span {
  line-height: 2;
  font-weight: 700;
  display: block;
  max-width: 960px;
  margin: auto;
}
.repairs__item-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 4%;
}
@media (max-width: 1024px) {
  .repairs__item-points {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
  }
}
@media (max-width: 768px) {
  .repairs__item-points {
    grid-template-columns: repeat(1, 1fr);
  }
}
.repairs__item-point {
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 8px 0px rgba(66, 66, 66, 0.1);
          box-shadow: 3px 3px 8px 0px rgba(66, 66, 66, 0.1);
}
.repairs__item-point-title {
  font-size: 1.875em;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  background-color: #FA6806;
  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;
}
.repairs__item-point-title .number {
  background-color: #1D2637;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  padding: 0.625rem 0 0.375rem;
  width: 4rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.repairs__item-point-title .number .point, .repairs__item-point-title .number .num {
  display: block;
  background: -webkit-linear-gradient(top, #C18922, #F3C15B, #C18922);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.repairs__item-point-title .number .point {
  font-size: 0.625rem;
  letter-spacing: 0.1em;
}
.repairs__item-point-title .number .num {
  font-size: 2.375rem;
  letter-spacing: -0.05em;
}
.repairs__item-point-title .text {
  font-size: 1.375rem;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .repairs__item-point-title .text {
    font-size: 1.125rem;
    padding: 0.5625rem 1rem;
  }
}
.repairs__item-point-text {
  padding: 2em;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 768px) {
  .repairs__item-point-text {
    font-size: 0.9375em;
    padding: 1.25rem;
  }
}
.repairs__item-cases {
  background-color: #F3EFE4;
}
.repairs__item-cases-inner {
  padding-top: 3em;
  padding-bottom: 4em;
}
@media (max-width: 768px) {
  .repairs__item-cases-inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.repairs__item-cases-title {
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .repairs__item-cases-title {
    margin-bottom: 2rem;
  }
}
.repairs__item-cases-title::after {
  width: 100%;
  left: 0;
}
.repairs__item-cases-title img {
  max-width: 637px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .repairs__item-cases-title img {
    max-width: 179px;
  }
}
.repairs__item-cases-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4%;
}
@media (max-width: 768px) {
  .repairs__item-cases-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.repairs__item-cases-item-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  background-color: #fff;
  position: relative;
}
.repairs__item-cases-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;
}
.repairs__item-cases-item-image-before, .repairs__item-cases-item-image-after {
  width: 50%;
  position: relative;
  position: relative;
}
.repairs__item-cases-item-image-before::before, .repairs__item-cases-item-image-after::before {
  content: "";
  display: block;
  padding-top: 112.5%;
}
.repairs__item-cases-item-image-before img, .repairs__item-cases-item-image-before video, .repairs__item-cases-item-image-before iframe, .repairs__item-cases-item-image-before svg, .repairs__item-cases-item-image-after img, .repairs__item-cases-item-image-after video, .repairs__item-cases-item-image-after iframe, .repairs__item-cases-item-image-after svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.repairs__item-cases-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;
}
.repairs__item-cases-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;
}
.repairs__item-cases-item-year {
  background-color: #3E3F41;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.25rem 1.5rem;
}
.repairs__item-cases-item-text {
  font-size: 0.9375em;
  line-height: 2.1333;
  font-weight: 500;
  background-color: #fff;
  padding: 1rem 1.5rem 1.5rem;
}

/* diagnosis
======================================= */
.diagnosis {
  background-color: #FBFBFB;
}
.diagnosis__inner {
  padding-bottom: 5em;
}
@media (max-width: 768px) {
  .diagnosis__inner {
    padding-bottom: 2em;
  }
}
.diagnosis__title {
  padding-top: 3.75rem;
}
@media (max-width: 768px) {
  .diagnosis__title {
    padding-top: 2.5rem;
  }
}
.diagnosis__title img {
  max-width: 801px;
}
@media (max-width: 768px) {
  .diagnosis__title img {
    max-width: 246px;
  }
}
.diagnosis__container {
  padding: 0;
}
.diagnosis__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 4em;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .diagnosis__list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 295px;
    margin: 0 auto 2rem;
  }
}
.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;
}
@media (max-width: 768px) {
  .diagnosis__list::before {
    width: 20px;
    height: 100%;
  }
}
.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;
}
@media (max-width: 768px) {
  .diagnosis__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0.75rem;
    padding: 1em;
  }
}
.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;
}
@media (max-width: 768px) {
  .diagnosis__item-step {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.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;
}
@media (max-width: 768px) {
  .diagnosis__item-step span {
    font-size: 0.875rem;
    width: 22px;
    height: 24px;
  }
}
.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;
}
@media (max-width: 768px) {
  .diagnosis__item-step span::before {
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-bottom: 6px solid #FA6806;
  }
}
.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;
}
@media (max-width: 768px) {
  .diagnosis__item-text {
    font-size: 0.9375rem;
    text-align: left;
  }
}
.diagnosis__item-image img {
  width: auto;
  height: auto;
}
@media (max-width: 1024px) {
  .diagnosis__item-image img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .diagnosis__item-image img {
    width: 64px;
    height: 64px;
  }
}
.diagnosis__line {
  max-width: 800px;
  margin: auto;
}
.diagnosis__line a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.diagnosis__line a:hover {
  opacity: 0.7;
}