/* worry
======================================= */
.worry__upper {
  background-color: #ABCFE5;
  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 2.5em;
  }
}
.worry__catch {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .worry__catch {
    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;
    gap: 0.25rem;
    margin-bottom: 1.5rem;
  }
}
.worry__catch-text {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 768px) {
  .worry__catch-text {
    font-size: 1.5rem;
  }
}
.worry__catch-text .blue {
  display: inline-block;
  color: #fff;
  background-color: #008DE0;
}
.worry__image {
  max-width: 703px;
  margin: auto;
}
.worry__list {
  display: none;
}
@media (max-width: 768px) {
  .worry__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
.worry__item {
  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;
  gap: 1rem;
  background-color: #DFEFF7;
  border-radius: 16px;
  padding: 1.25em;
}
.worry__item-text {
  font-size: 1.125em;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}
.worry__item-text span {
  display: inline-block;
  font-size: 1.5rem;
  color: #008DE0;
}
.worry__lower {
  background: url(../img/menus/worry_bg-blue.png) no-repeat center center/cover;
  text-align: center;
}
@media (max-width: 768px) {
  .worry__lower {
    background: url(../img/menus/worry_bg-blue-sp.png) no-repeat center center/cover;
  }
}
.worry__lower-container {
  margin-top: -1px;
  padding-top: 0;
  padding-bottom: 10px;
  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);
  }
}
.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: 1024px) {
  .worry__text {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .worry__text {
    font-size: 1.75rem;
  }
}
.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;
}
.worry__text-upper .large {
  font-size: 4rem;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .worry__text-upper .large {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .worry__text-upper .large {
    line-height: 1.4;
    font-size: 2.3125rem;
    white-space: nowrap;
  }
}
.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: 1024px) {
  .worry__text .fifty_years {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .worry__text .fifty_years {
    width: 123px;
  }
}
.worry__text-lower {
  display: inline-block;
  border-top: 1px dashed #fff;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .worry__text-lower {
    padding: 0 1.45rem;
    margin-bottom: 1.125em;
  }
}
.worry__text-lower .middle {
  font-size: 3.5rem;
}
@media (max-width: 1024px) {
  .worry__text-lower .middle {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .worry__text-lower .middle {
    font-size: 2rem;
    white-space: nowrap;
  }
}
.worry__text .human {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(2rem);
          transform: translateX(2rem);
}
@media (max-width: 1024px) {
  .worry__text .human {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .worry__text .human {
    display: block;
    margin: auto;
    width: 80px;
    position: static;
    left: inherit;
    -webkit-transform: none;
            transform: none;
  }
}

/* repairs
======================================= */
.repairs {
  background-color: #008DE0;
}
.repairs__inner {
  margin-top: -1px;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .repairs__inner {
    padding-top: 0;
    padding-bottom: 2em;
  }
}
.repairs__title {
  font-size: 2rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 auto 2.5rem;
}
@media (max-width: 768px) {
  .repairs__title {
    font-size: 1.25rem;
    padding: 1rem 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}
.repairs__title-inner {
  padding: 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;
}
.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;
}
.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-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: #0B41A0;
  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;
  }
}

/* cases
======================================= */
.cases {
  position: relative;
  z-index: 0;
}
.cases::before, .cases::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.cases::before {
  background-color: #F3EFE4;
}
.cases__inner {
  padding-bottom: 4em;
}
.cases__title {
  padding-top: 9.375rem;
  background: url(../img/menus/sheet/case_title-bg.jpg) no-repeat center center/cover;
  margin-bottom: 2.625rem;
}
@media (max-width: 768px) {
  .cases__title {
    padding-top: 6.4375rem;
  }
}
@media (max-width: 768px) {
  .cases__title.--blue::after {
    height: 4.5rem;
  }
}
.cases__title img {
  max-width: 468px;
}
@media (max-width: 768px) {
  .cases__title img {
    max-width: 300px;
    padding-bottom: 0.4375em;
  }
}
.cases__container {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 2.5em;
}
.cases__btn {
  max-width: 262px;
}
@media (max-width: 768px) {
  .cases__btn {
    max-width: 295px;
  }
}