@charset "UTF-8";
/* カラー */
:root {
  --color_main: #3cb035;
  --color_yellow: #f0ae2d;
  --color_blue: #2e9fd8;
  --color_black: #444;
  --color_DarkGreen: #006934;
  --color_text: #222;
  --color_link: #006934;
  --color_bg-gray: #f5f6f4;
  --color_bg-black: #3b4043;
  --color_gray: #c1c2c2;
  --color_white: #ffffff;
}

/* フォント */
.repair .heading-box {
  width: 100%;
  position: relative;
  padding: 50px 30px 100px;
}
.repair .heading-box .heading-box__inner {
  position: relative;
  z-index: 5;
}
.repair .heading-box .bg01 {
  position: absolute;
  left: -50px;
  top: -30px;
  z-index: 1;
  width: 223px;
  height: 399px;
  background-image: url(../img/service/bg_service01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (max-width: 785px) {
  .repair .heading-box .bg01 {
    display: none;
  }
}
.repair .heading-box .bg02 {
  position: absolute;
  right: -50px;
  top: -30px;
  z-index: 1;
  width: 204px;
  height: 915px;
  background-image: url(../img/service/bg_service02.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (max-width: 785px) {
  .repair .heading-box .bg02 {
    display: none;
  }
}
.repair .heading-conts {
  max-width: 1000px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 30px;
}
@media screen and (max-width: 785px) {
  .repair .heading-conts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.repair .heading-conts .text,
.repair .heading-conts .media {
  color: var(--color_DarkGreen);
  width: 50%;
}
@media screen and (max-width: 785px) {
  .repair .heading-conts .text,
  .repair .heading-conts .media {
    width: 100%;
  }
}
.repair .product-box {
  width: 100%;
  background-image: url(../img/service/bg_service03.jpg);
  background-repeat: repeat;
  background-position: left top;
  padding: 50px 30px 0;
  position: relative;
  z-index: 5;
}
.repair .product-box .bg01 {
  position: absolute;
  left: 20%;
  top: -30px;
  z-index: 1;
  width: 135px;
  height: 108px;
  background-image: url(../img/repair/bg_repair02.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (max-width: 785px) {
  .repair .product-box .bg01 {
    display: none;
  }
}
.repair .product__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background-color: var(--color_DarkGreen);
  color: var(--color_white);
  padding: 10px 30px;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.repair .product__conts {
  max-width: 1000px;
  margin-inline: auto;
  padding: 20px;
  background-color: var(--color_white);
}
.repair .product__conts .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .repair .product__conts .grid {
    grid-template-columns: 1fr;
  }
}
.repair .product__conts .grid-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 5px;
}
.repair .product__conts .grid-item .name {
  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;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 280px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: var(--color_white);
  background: var(--color_main);
  text-align: center;
}
.repair .product__conts .grid-item .name:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid var(--color_main);
}
.repair .product__conts .grid-item .name span {
  display: block;
}
.repair .product__conts .grid-item .media {
  width: 220px;
  margin-inline: auto;
}
.repair .column-box {
  width: 100%;
  height: 700px;
  background-image: url(../img/repair/bg_repair01.jpg);
  background-position: center;
  background-size: cover;
  padding: 50px 30px;
  margin-bottom: 100px;
  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;
}
.repair .column-box .column__inner {
  max-width: 1000px;
  margin-inline: auto;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px;
}
.repair .column-box .column__inner h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.repair .column-box .column__inner p {
  margin-bottom: 1em;
}
.repair .column-box .column__inner ul {
  margin-left: 2em;
  list-style-type: disc;
  list-style-position: outside;
}
.repair .column-box .column__inner ul li {
  margin-bottom: 1em;
}
.repair .flow-box .flow__heading {
  background-color: #e25514;
  color: var(--color_white);
  position: relative;
}
.repair .flow-box .flow__heading .bg01 {
  position: absolute;
  left: -50px;
  bottom: 0;
  z-index: 1;
  width: 429px;
  height: 286px;
  background-image: url(../img/repair/bg_repair03.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .repair .flow-box .flow__heading .bg01 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -120px;
  }
}
.repair .flow-box .flow__heading .flow__title {
  max-width: 800px;
  min-height: 250px;
  margin-inline: auto;
  padding: 50px;
  position: relative;
  z-index: 5;
  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;
}
@media screen and (max-width: 900px) {
  .repair .flow-box .flow__heading .flow__title {
    padding-top: 200px;
  }
}
.repair .flow-box .flow__heading .flow__title h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 2px;
}
.repair .flow-box .flow__conts {
  max-width: 1000px;
  margin-inline: auto;
  padding: 50px;
}
@media screen and (max-width: 785px) {
  .repair .flow-box .flow__conts {
    padding: 50px 20px;
  }
}
.repair .flow-box .flow__conts .flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/line_dot01.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 485px 3px;
  position: relative;
}
.repair .flow-box .flow__conts .flow-item:last-child::after {
  display: none;
}
.repair .flow-box .flow__conts .flow-item::after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 66px;
  height: 72px;
  background-color: var(--color_white);
  background-image: url(../img/icon_arrow01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px 42px;
}
.repair .flow-box .flow__conts .flow-item .step {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #e25514;
  color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.25;
}
.repair .flow-box .flow__conts .flow-item .step span {
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
}
.repair .flow-box .flow__conts .flow-item .conts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.repair .flow-box .flow__conts .flow-item .conts dt {
  color: #e25514;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}/*# sourceMappingURL=repair.css.map */