/* 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 {
  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 .blue {
  display: inline-block;
  color: #fff;
  background-color: #008DE0;
}
.worry__image {
  max-width: 703px;
  margin: auto;
}
.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-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;
}
@media (max-width: 768px) {
  .worry__item {
    gap: 0.5em;
    padding: 1rem;
  }
}
@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.125em;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}
@media (max-width: 1024px) {
  .worry__item-text {
    font-size: 1.125rem;
    line-height: 1.35;
    text-align: left;
  }
}
.worry__item-text span {
  display: inline-block;
  font-size: 1.5rem;
  color: #008DE0;
}
@media (max-width: 1024px) {
  .worry__item-text span {
    font-size: 1.5rem;
  }
}
.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;
  }
}

/* points
======================================= */
.points {
  background-color: #F7FCFF;
}
@media (max-width: 768px) {
  .points {
    background-color: #008DE0;
  }
}
@media (max-width: 768px) {
  .points__container {
    padding-top: 0;
  }
}
.points__title {
  font-size: 2rem;
  background-color: #008DE0;
  color: #fff;
  font-weight: 800;
  line-height: 1.3;
  margin: -1px auto 2.5rem;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .points__title {
    width: 89.333%;
    padding: 1rem 0;
    font-size: 1.25rem;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}
.points__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;
}
.points__title-inner span {
  max-width: 1200px;
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0 1.5rem;
}
.points__title-inner::before, .points__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) {
  .points__title-inner::before, .points__title-inner::after {
    display: none;
  }
}
.points__item-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 4%;
}
@media (max-width: 1024px) {
  .points__item-points {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
  }
}
@media (max-width: 768px) {
  .points__item-points {
    grid-template-columns: repeat(1, 1fr);
  }
}
.points__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);
}
.points__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;
}
.points__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;
}
.points__item-point-title .number .point, .points__item-point-title .number .num {
  display: block;
  background: -webkit-linear-gradient(top, #C18922, #F3C15B, #C18922);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.points__item-point-title .number .point {
  font-size: 0.625rem;
  letter-spacing: 0.1em;
}
.points__item-point-title .number .num {
  font-size: 2.375rem;
  letter-spacing: -0.05em;
}
.points__item-point-title .text {
  font-size: 1.375rem;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .points__item-point-title .text {
    font-size: 1.125rem;
    padding: 0.5625rem 1rem;
  }
}
.points__item-point-text {
  padding: 2em;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 768px) {
  .points__item-point-text {
    font-size: 0.9375em;
    padding: 1.25rem;
  }
}

/* cases
======================================= */
.cases {
  background-color: #F3EFE4;
}
.cases-inner {
  padding-top: 3em;
  padding-bottom: 4em;
}
@media (max-width: 768px) {
  .cases-inner {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.cases-title {
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .cases-title {
    margin-bottom: 2em;
  }
}
.cases-title img {
  max-width: 637px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cases-title img {
    max-width: 179px;
  }
}
.cases-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em 4%;
}
@media (max-width: 768px) {
  .cases-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cases-item-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  background-color: #fff;
  position: relative;
}
.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;
}
.cases-item-image-before, .cases-item-image-after {
  width: 50%;
  position: relative;
  position: relative;
}
.cases-item-image-before::before, .cases-item-image-after::before {
  content: "";
  display: block;
  padding-top: 112.5%;
}
.cases-item-image-before img, .cases-item-image-before video, .cases-item-image-before iframe, .cases-item-image-before svg, .cases-item-image-after img, .cases-item-image-after video, .cases-item-image-after iframe, .cases-item-image-after svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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;
}
.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;
}
.cases-item-year {
  background-color: #3E3F41;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.25rem 1.5rem;
}
.cases-item-text {
  font-size: 0.9375em;
  line-height: 2.1333;
  font-weight: 500;
  background-color: #fff;
  padding: 1rem 1.5rem 1.5rem;
}