/*************************************************

lowerbtns & com

*************************************************/
.lowerbtns {
  margin-top: 0;
}

.parts-bigtitle02::after {
  background-color: #036036;
}

.parts-sec01 {
  padding: 5.5rem 0 7rem;
}

/* repair-com-list
----------------------------------------*/
.repair-com-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.repair-com-list__item {
  position: relative;
  padding: 0 0 1.8rem 1.8em;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: #BEBEBE solid 1px;
}
@media screen and (max-width: 767px) {
  .repair-com-list__item {
    font-size: 1.6rem;
  }
}
.repair-com-list__item + .repair-com-list__item {
  margin-top: 1.8rem;
}
.repair-com-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 1.33em;
  height: 1.75em;
  background: url(../images/solution/exilacel/icon_check.svg) no-repeat center center/100% auto;
}

/* repair-com-arw
----------------------------------------*/
.repair-com-arw {
  margin: 2.5rem auto 3.5rem;
  text-align: center;
  line-height: 0;
}
.repair-com-arw img {
  width: 8rem;
}
@media screen and (max-width: 767px) {
  .repair-com-arw img {
    width: 6rem;
  }
}

/* repair-com-title01
----------------------------------------*/
.repair-com-title01 {
  color: #036036;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .repair-com-title01 {
    font-size: 1.8rem;
  }
}

/* repair-com-title02
----------------------------------------*/
.repair-com-title02 {
  padding: 1.7rem;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  background: -webkit-gradient(linear, left top, right top, from(rgb(3, 96, 54)), to(rgb(21, 147, 88)));
  background: linear-gradient(90deg, rgb(3, 96, 54) 0%, rgb(21, 147, 88) 100%);
}
@media screen and (max-width: 767px) {
  .repair-com-title02 {
    padding: 1.5rem;
    font-size: 1.8rem;
  }
}

/* repair-com-list02
----------------------------------------*/
.repair-com-list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.4rem;
}

.repair-com-list02__item {
  position: relative;
  width: calc(50% - 1.7rem);
  -webkit-box-shadow: 0.4rem 0.4rem 0 0 rgba(1, 33, 56, 0.2);
          box-shadow: 0.4rem 0.4rem 0 0 rgba(1, 33, 56, 0.2);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .repair-com-list02__item {
    width: 100%;
  }
}
.repair-com-list02__item .in-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 16rem;
  padding: 0.3rem 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  background-color: #036036;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .repair-com-list02__item .in-label {
    width: 13rem;
    font-size: 1.4rem;
  }
}
.repair-com-list02__item .in-photo {
  position: relative;
  line-height: 0;
  z-index: 1;
}
.repair-com-list02__item .in-photo img {
  width: 100%;
}
.repair-com-list02__item .in-texts {
  padding: 1.5rem 1.5rem 3rem;
}

/*************************************************

repair-area03

*************************************************/
.repair-area03 {
  overflow: hidden;
}
.repair-area03 .repair-com-title02 {
  position: relative;
  z-index: 1;
}

.repair-area03-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5rem;
  z-index: 2;
}
.repair-area03-title .in-lael {
  position: absolute;
  top: -13rem;
  right: -7rem;
  width: 17.7rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .repair-area03-title .in-lael {
    top: -9.5rem;
    right: -6rem;
    width: 11rem;
  }
}
.repair-area03-title .in-text {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .repair-area03-title .in-text {
    font-size: 1.9rem;
  }
}

.repair-area03-title__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.repair-area03-title__inner::before, .repair-area03-title__inner::after {
  position: absolute;
  bottom: 0;
  display: block;
  height: 120%;
  width: 2px;
  display: block;
  content: "";
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  background-color: #272727;
}
@media screen and (max-width: 767px) {
  .repair-area03-title__inner::before, .repair-area03-title__inner::after {
    height: 110%;
  }
}
.repair-area03-title__inner::before {
  right: calc(100% + 2.3rem);
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .repair-area03-title__inner::before {
    right: calc(100% + 1rem);
  }
}
.repair-area03-title__inner::after {
  left: calc(100% + 1.8rem);
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .repair-area03-title__inner::after {
    left: calc(100% + 0.6rem);
  }
}

/*************************************************

repair-area05

*************************************************/
.repair-area05-movie {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.repair-area05-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/*************************************************

repair-area07

*************************************************/
.repair-area07-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.4rem;
}

.repair-area07-list__item {
  position: relative;
  width: calc(50% - 1.7rem);
  -webkit-box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .repair-area07-list__item {
    width: 100%;
  }
}
.repair-area07-list__item .in-photo {
  position: relative;
  line-height: 0;
  z-index: 1;
}
.repair-area07-list__item .in-photo img {
  width: 100%;
}
.repair-area07-list__item .in-title {
  color: #036036;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0.6rem 1.7rem;
}
@media screen and (max-width: 767px) {
  .repair-area07-list__item .in-title {
    font-size: 1.8rem;
  }
}
.repair-area07-list__item .in-texts {
  border-top: #CCC solid 1px;
  padding: 0.6rem 1.7rem 3rem;
}