.l-repairproject {
  padding-top: 89px;
  padding-bottom: 0px;
}
@media screen and (max-width:992px) {
  .l-repairproject {
    padding-top: 79px;
  }
}
@media screen and (max-width:767px) {
  .l-repairproject {
    padding-top: 66px;
  }
}
.l-repairproject * {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.l-repairproject .container {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width:767px) {
  .l-repairproject .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-repairproject .contents-width {
  max-width: 1364px;
  margin-left: auto;
  margin-right: auto;
}
.l-repairproject .bg-red {
  background-color: #A42F2F;
}
.l-repairproject .bg-beige {
  background-color: #EEEAE2;
}
.l-repairproject .bg-wall {
  background: url("../images/repairproject/bg_wall.jpg") repeat-y center top/100% auto;
}
.l-repairproject .fc-red {
  color: #A42F2F;
}
.l-repairproject .fc-wht {
  color: #fff;
}
.l-repairproject .cmn-sec-ttl {
  font-size: 4.2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width:767px) {
  .l-repairproject .cmn-sec-ttl {
    font-size: 2.4rem;
    font-size: min(6vw, 2.4rem);
  }
}
.l-repairproject .cmn-btn {
  width: 384px;
  height: 78px;
  position: relative;
  margin: auto;
}
@media screen and (max-width:767px) {
  .l-repairproject .cmn-btn {
    width: calc(100% - 40px);
    max-width: 384px;
    height: 66px;
  }
}
.l-repairproject .cmn-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #B22029;
}
@media print, screen and (min-width:768px) {
  .l-repairproject .cmn-btn a:hover .arw {
    right: 20px;
    width: 50px;
  }
}
.l-repairproject .cmn-btn .text {
  color: #A42F2F;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding-right: 30px;
}
@media screen and (max-width:767px) {
  .l-repairproject .cmn-btn .text {
    font-size: 1.8rem;
    padding-right: 15px;
  }
}
.l-repairproject .cmn-btn .arw {
  display: inline-block;
  width: 40px;
  height: 12px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width 0.2s, right 0.2s;
  transition: width 0.2s, right 0.2s;
}
@media screen and (max-width:767px) {
  .l-repairproject .cmn-btn .arw {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.l-repairproject .cmn-btn .arw::before, .l-repairproject .cmn-btn .arw::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #A42F2F;
  border-radius: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width:767px) {
  .l-repairproject .cmn-btn .arw::before, .l-repairproject .cmn-btn .arw::after {
    height: 2px;
  }
}
.l-repairproject .cmn-btn .arw::after {
  width: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 4px;
  right: -2px;
}
.l-repairproject .about {
  padding: 240px 0;
  background: url("../images/repairproject/about_bg.jpg") no-repeat center center/cover;
}
@media screen and (max-width:767px) {
  .l-repairproject .about {
    background-image: url("../images/repairproject/about_bg_sp.jpg");
    padding: 64px 0;
  }
}
.l-repairproject .about__catch {
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.88;
  text-align: center;
  margin-top: 72px;
}
@media screen and (max-width:767px) {
  .l-repairproject .about__catch {
    font-size: 1.4rem;
    line-height: 1.86;
    margin-top: 30px;
  }
}
.l-repairproject .about__text {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.55;
  text-align: center;
  margin-top: 56px;
}
@media screen and (max-width:767px) {
  .l-repairproject .about__text {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 30px;
  }
}
.l-repairproject .feature {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .l-repairproject .feature {
    padding: 50px 0;
  }
}
.l-repairproject .feature::before {
  content: "";
  display: block;
  width: 102%;
  height: 100%;
  background: url("../images/repairproject/bg_pen.png") repeat-y center top/100% auto;
  position: absolute;
  left: -1%;
  top: 0;
  z-index: -1;
}
@media screen and (max-width:767px) {
  .l-repairproject .feature::before {
    width: 100%;
    left: 0%;
    background-image: url("../images/repairproject/bg_pen_sp.png");
  }
}
.l-repairproject .feature .p-breadcrumb {
  font-size: 1.4rem;
  position: absolute;
  left: 2%;
  top: 30px;
}
@media screen and (max-width:767px) {
  .l-repairproject .feature .p-breadcrumb {
    font-size: 1.2rem;
    left: 20px;
    top: 20px;
  }
}
.l-repairproject .feature .p-breadcrumb * {
  font: inherit;
}
.l-repairproject .feature__contents {
  max-width: 1404px;
  padding-left: 40px;
}
@media screen and (max-width:767px) {
  .l-repairproject .feature__contents {
    padding-left: 0;
  }
}
.l-repairproject .feature__contents .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0;
}
@media screen and (max-width:767px) {
  .l-repairproject .feature__contents .block {
    display: block;
    padding: 30px 0;
  }
}
.l-repairproject .feature__contents .block-info {
  max-width: 50%;
  width: 635px;
}
@media screen and (max-width:767px) {
  .l-repairproject .feature__contents .block-info {
    width: 100%;
    max-width: 100%;
  }
}
.l-repairproject .feature__contents .block-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width:767px) {
  .l-repairproject .feature__contents .block-img {
    margin: 50px auto 0;
  }
}
.l-repairproject .feature__contents .block-num {
  width: 180px;
  position: relative;
  left: -60px;
  margin-bottom: 10px;
}
@media screen and (max-width:767px) {
  .l-repairproject .feature__contents .block-num {
    width: 90px;
    position: static;
  }
}
.l-repairproject .feature__contents .block-ttl {
  color: #A42F2F;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .l-repairproject .feature__contents .block-ttl {
    font-size: 2.4rem;
    font-size: min(6vw, 2.4rem);
    letter-spacing: 0.07em;
    margin-bottom: 20px;
  }
}
.l-repairproject .feature__contents .block-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.625;
  letter-spacing: 0.1em;
}
@media screen and (max-width:767px) {
  .l-repairproject .feature__contents .block-text {
    font-size: 1.4rem;
    line-height: 2.14;
    letter-spacing: 0.03em;
  }
}
@media print, screen and (min-width:768px) {
  .l-repairproject .feature__contents .block:nth-of-type(2n + 1) .block-info {
    margin-right: 7%;
  }
}
@media print, screen and (min-width:768px) {
  .l-repairproject .feature__contents .block:nth-of-type(2n) .block-info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 7%;
  }
}
@media print, screen and (min-width:768px) {
  .l-repairproject .feature__contents .block:nth-of-type(2n) .block-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    left: -8%;
  }
}
.l-repairproject .feature__contents .block.block-01 .block-img {
  max-width: 666px;
}
.l-repairproject .feature__contents .block.block-02 .block-img {
  max-width: 664px;
}
.l-repairproject .feature__contents .block.block-03 .block-img {
  max-width: 630px;
}
.l-repairproject .episode {
  padding: 240px 0 160px;
}
@media screen and (max-width:767px) {
  .l-repairproject .episode {
    padding: 80px 0 80px;
  }
}
.l-repairproject .episode__contents {
  padding: 120px 0;
}
@media screen and (max-width:767px) {
  .l-repairproject .episode__contents {
    padding: 60px 0 30px;
  }
}
.l-repairproject .episode__contents-inner {
  padding: 0 40px;
}
@media screen and (max-width:767px) {
  .l-repairproject .episode__contents-inner {
    padding: 0 20px;
  }
}
.l-repairproject .episode__head {
  text-align: center;
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .l-repairproject .episode__head {
    padding-bottom: 35px;
    margin-bottom: 20px;
  }
}
.l-repairproject .episode__head::after {
  content: "";
  display: block;
  width: calc(100% + 80px);
  height: 3px;
  background-image: repeating-linear-gradient(270deg, #A42F2F, #A42F2F 10px, transparent 10px, transparent 20px);
  position: absolute;
  left: -40px;
  bottom: 0;
}
@media screen and (max-width:767px) {
  .l-repairproject .episode__head::after {
    width: 100%;
    height: 2px;
    left: 0;
    background-image: repeating-linear-gradient(270deg, #A42F2F, #A42F2F 8px, transparent 8px, transparent 16px);
  }
}
.l-repairproject .episode__head .ttl {
  font-size: 5.6rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width:767px) {
  .l-repairproject .episode__head .ttl {
    font-size: 2.4rem;
    font-size: min(6vw, 2.4rem);
  }
}
.l-repairproject .episode__head .desc {
  font-size: 2.2rem;
  line-height: 1.63;
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .l-repairproject .episode__head .desc {
    font-size: 1.4rem;
    margin-top: 24px;
    text-align: left;
  }
}
.l-repairproject .episode__list .block {
  position: relative;
  padding: 70px 0;
}
@media screen and (max-width:767px) {
  .l-repairproject .episode__list .block {
    padding: 25px 0;
  }
}
.l-repairproject .episode__list .block-info {
  width: 662px;
  background: #fff;
  padding: 64px 50px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 50%;
}
@media screen and (max-width:992px) {
  .l-repairproject .episode__list .block-info {
    width: 100%;
    position: relative;
    top: auto;
    padding: 40px 20px;
    margin-top: 25px;
  }
}
.l-repairproject .episode__list .block-img {
  max-width: 764px;
  width: 60%;
}
@media screen and (max-width:992px) {
  .l-repairproject .episode__list .block-img {
    width: 100%;
    margin: auto;
  }
}
.l-repairproject .episode__list .block-img img {
  border: 20px solid #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width:767px) {
  .l-repairproject .episode__list .block-img img {
    border-width: 8px;
  }
}
.l-repairproject .episode__list .block .icon-pin {
  display: block;
  width: 20px;
  height: 19px;
  background: url("../images/repairproject/icon_pin.png") no-repeat center center/100% auto;
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -10px;
}
@media screen and (max-width:767px) {
  .l-repairproject .episode__list .block .icon-pin {
    width: 10px;
    height: 10px;
    margin-left: -5px;
    top: 10px;
  }
}
.l-repairproject .episode__list .block-ttl {
  color: #A42F2F;
  font-size: 2.6rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width:767px) {
  .l-repairproject .episode__list .block-ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.l-repairproject .episode__list .block-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
}
@media screen and (max-width:767px) {
  .l-repairproject .episode__list .block-text {
    font-size: 1.4rem;
    line-height: 1.86;
  }
}
@media print, screen and (min-width:768px) {
  .l-repairproject .episode__list .block:nth-of-type(2n + 1) .block-info {
    left: 0;
    -webkit-transform: rotate(-5deg) translateY(-50%);
            transform: rotate(-5deg) translateY(-50%);
  }
}
@media screen and (max-width:992px) {
  .l-repairproject .episode__list .block:nth-of-type(2n + 1) .block-info {
    -webkit-transform: none;
            transform: none;
  }
}
@media print, screen and (min-width:768px) {
  .l-repairproject .episode__list .block:nth-of-type(2n + 1) .block-img {
    margin-left: auto;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@media screen and (max-width:992px) {
  .l-repairproject .episode__list .block:nth-of-type(2n + 1) .block-img {
    -webkit-transform: none;
            transform: none;
  }
}
@media print, screen and (min-width:768px) {
  .l-repairproject .episode__list .block:nth-of-type(2n) .block-info {
    right: 0;
    -webkit-transform: rotate(5deg) translateY(-50%);
            transform: rotate(5deg) translateY(-50%);
  }
}
@media screen and (max-width:992px) {
  .l-repairproject .episode__list .block:nth-of-type(2n) .block-info {
    -webkit-transform: none;
            transform: none;
  }
}
@media print, screen and (min-width:768px) {
  .l-repairproject .episode__list .block:nth-of-type(2n) .block-img {
    margin-right: auto;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@media screen and (max-width:992px) {
  .l-repairproject .episode__list .block:nth-of-type(2n) .block-img {
    -webkit-transform: none;
            transform: none;
  }
}
.l-repairproject .episode__btn {
  margin-top: 120px;
}
@media screen and (max-width:767px) {
  .l-repairproject .episode__btn {
    margin-top: 56px;
  }
}
.l-repairproject .blog {
  padding: 0 0 240px;
  margin-top: -1px;
}
@media screen and (max-width:767px) {
  .l-repairproject .blog {
    padding: 0 0 80px;
  }
}
.l-repairproject .blog__ttl {
  margin-bottom: 100px;
}
@media screen and (max-width:767px) {
  .l-repairproject .blog__ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:767px) {
  .l-repairproject .blog__list {
    padding: 0 20px;
  }
}
.l-repairproject .blog__list .row {
  border-bottom: 1px solid #fff;
}
.l-repairproject .blog__list .row:first-child {
  border-top: 1px solid #fff;
}
.l-repairproject .blog__list .row-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}
@media screen and (max-width:767px) {
  .l-repairproject .blog__list .row-in {
    display: block;
    padding: 25px 0;
  }
}
.l-repairproject .blog__list .row-date {
  width: 136px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  .l-repairproject .blog__list .row-date {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.l-repairproject .blog__list .row-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width:767px) {
  .l-repairproject .blog__list .row-text {
    font-size: 1.4rem;
    line-height: 1.86;
    -webkit-line-clamp: 2;
  }
}
.l-repairproject .blog__list .row-btn {
  width: 213px;
  height: 58px;
  position: relative;
  margin-left: 20px;
}
@media screen and (max-width:767px) {
  .l-repairproject .blog__list .row-btn {
    width: 166px;
    height: 44px;
    margin-left: 0;
    margin-top: 20px;
  }
}
.l-repairproject .blog__list .row-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #B22029;
}
@media screen and (max-width:767px) {
  .l-repairproject .blog__list .row-btn a {
    border-radius: 5px;
  }
}
@media print, screen and (min-width:768px) {
  .l-repairproject .blog__list .row-btn a:hover .arw {
    width: 30px;
    right: 14px;
  }
}
.l-repairproject .blog__list .row-btn .text {
  color: #A42F2F;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding-right: 20px;
}
@media screen and (max-width:767px) {
  .l-repairproject .blog__list .row-btn .text {
    font-size: 1.4rem;
    padding-right: 10px;
  }
}
.l-repairproject .blog__list .row-btn .arw {
  display: inline-block;
  width: 24px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width 0.14s, right 0.14s;
  transition: width 0.14s, right 0.14s;
}
@media screen and (max-width:767px) {
  .l-repairproject .blog__list .row-btn .arw {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    margin-top: -6px;
  }
}
.l-repairproject .blog__list .row-btn .arw::before, .l-repairproject .blog__list .row-btn .arw::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #A42F2F;
  border-radius: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width:767px) {
  .l-repairproject .blog__list .row-btn .arw::before, .l-repairproject .blog__list .row-btn .arw::after {
    height: 2px;
  }
}
.l-repairproject .blog__list .row-btn .arw::after {
  width: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 3px;
  right: -2px;
}
.l-repairproject .blog__more {
  margin-top: 120px;
}
@media screen and (max-width:767px) {
  .l-repairproject .blog__more {
    margin-top: 56px;
  }
}
.l-repairproject .brandaction {
  padding: 200px 0;
}
@media screen and (max-width:767px) {
  .l-repairproject .brandaction {
    padding: 80px 0;
  }
}
.l-repairproject .brandaction__bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: 75px;
}
@media screen and (max-width:767px) {
  .l-repairproject .brandaction__bnr-list {
    margin: 25px auto 0;
  }
}
.l-repairproject .brandaction__bnr-list .bnr {
  width: 25%;
  padding: 25px;
}
@media screen and (max-width:1199px) {
  .l-repairproject .brandaction__bnr-list .bnr {
    width: 33.33%;
  }
}
@media screen and (max-width:992px) {
  .l-repairproject .brandaction__bnr-list .bnr {
    width: 50%;
  }
}
@media screen and (max-width:767px) {
  .l-repairproject .brandaction__bnr-list .bnr {
    width: 100%;
    padding: 15px 20px;
  }
}
.l-repairproject .brandaction__bnr-list .bnr-text {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .l-repairproject .brandaction__bnr-list .bnr-text {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}