/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
/* ================================
UTILITIES
================================ */
.p-paint .paint-btn, .p-paint .flow .c-flow-tag {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-paint .paint-btn, .p-paint .flow .c-flow-tag {
    font-size: clamp(0.875rem, 0.8475vw + 0.4682rem, 1.125rem);
  }
}

.p-paint .works-item__fig figcaption {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-paint .works-item__fig figcaption {
    font-size: clamp(1.125rem, 1.4831vw + 0.4131rem, 1.5625rem);
  }
}

.p-paint .contact-tel {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-paint .contact-tel {
    font-size: clamp(1.25rem, 2.1186vw + 0.2331rem, 1.875rem);
  }
}

.p-paint .contact-tel .numb {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-paint .contact-tel .numb {
    font-size: clamp(2rem, 2.7542vw + 0.678rem, 2.8125rem);
  }
}

.p-paint .paint-btns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  -moz-column-gap: 3.3333333333%;
  column-gap: 3.3333333333%;
  row-gap: 20px;
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .p-paint .paint-btns {
    display: flex;
    margin-top: 20px;
  }
}
.p-paint .paint-btn {
  width: 100%;
  height: 53px;
  border: 3px solid #49a75a;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  color: #49a75a;
}
@media screen and (min-width: 768px) {
  .p-paint .paint-btn {
    width: initial;
    flex: 1;
  }
}
.p-paint .paint-btn::after {
  content: "";
  width: 1.1666666667em;
  height: 1.1666666667em;
  background-image: url("../images/common/icon_arrow2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.p-paint .paint-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 30px;
  max-width: 870px;
}
@media screen and (min-width: 768px) {
  .p-paint .paint-wrap-content {
    width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .p-paint .paint-wrap-body {
    padding-top: 16px;
    padding-bottom: 20px;
  }
}
.p-paint .paint-wrap-list {
  max-width: 400px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-paint .paint-wrap-list {
    width: clamp(310px, (1024.98px - 100vw) * 1000, 500px);
    margin-inline: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-paint .paint-wrap-list .leaf-list {
    line-height: 1.375;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-paint .paint-wrap-list .leaf-list-group {
    --template-columns: 175px 1fr;
  }
}
@media screen and (min-width: 768px) {
  .p-paint .paint-wrap-list .leaf-list > li::before {
    top: -0.1em;
  }
}
.p-paint .concept {
  --photo-top: 0;
  --photo-right: 0;
  --photo-o-position: left;
}
@media screen and (min-width: 768px) {
  .p-paint .concept {
    --photo-width: 897px;
  }
}
.p-paint .concern {
  --photo-top: 0;
  --photo-right: 0;
  --photo-o-position: left;
}
@media screen and (min-width: 768px) {
  .p-paint .concern {
    --photo-width: 710px;
    margin-top: 77px;
  }
}
@media screen and (min-width: 768px) {
  .p-paint .concern-mainboard {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-paint .concern-body {
    max-width: 650px;
  }
}
.p-paint .concern-note {
  line-height: 1.6875;
}
@media screen and (min-width: 768px) {
  .p-paint .concern-note {
    max-width: 600px;
  }
}
.p-paint .reason {
  --photo-top: -77px;
  --photo-right: -3px;
  --photo-o-position: left;
  --photo-2-bottom: -112px;
  --photo-2-left: 1px;
  --photo-2-o-position: right;
}
@media screen and (min-width: 768px) {
  .p-paint .reason {
    --photo-width: 697.5px;
    --photo-height: auto;
    --photo-2-width: 940px;
    --photo-2-height: auto;
    margin-top: 66px;
  }
}
.p-paint .reason .c-cdbox-title::before {
  top: 0.0916666667em;
  left: -0.3916666667em;
}
@media screen and (min-width: 768px) {
  .p-paint .reason-mainboard {
    padding-right: 50px;
    padding-bottom: 93px;
  }
}
@media screen and (min-width: 768px) {
  .p-paint .reason-photo {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-paint .reason-txt {
    margin-top: 18px;
  }
}
.p-paint .reason-item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-paint .reason-item:not(:first-child) {
    margin-top: 80px;
  }
}
.p-paint .reason-ledbox {
  max-width: 402px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-paint .reason-ledbox {
    margin-top: 19px;
  }
}
@media screen and (min-width: 768px) {
  .p-paint .reason-ledbox__body {
    padding-bottom: 20px;
  }
}
.p-paint .wall {
  --photo-top: -1px;
  --photo-right: -15px;
  --photo-o-position: left;
}
@media screen and (min-width: 768px) {
  .p-paint .wall {
    --photo-width: 568.5px;
    --photo-height: auto;
    margin-top: 108px;
  }
}
@media screen and (min-width: 768px) {
  .p-paint .wall-mainboard {
    margin-top: 50px;
    padding-bottom: 82px;
  }
}
.p-paint .roof {
  --photo-top: 0;
  --photo-right: 0;
  --photo-o-position: left;
}
@media screen and (min-width: 768px) {
  .p-paint .roof {
    --photo-width: 530px;
    margin-top: 110px;
  }
}
@media screen and (min-width: 768px) {
  .p-paint .roof-mainboard {
    margin-top: 44px;
    padding-bottom: 92px;
  }
}
.p-paint .waterroof {
  --photo-top: 0;
  --photo-right: 0;
  --photo-o-position: left;
}
@media screen and (min-width: 768px) {
  .p-paint .waterroof {
    --photo-width: 500px;
    margin-top: 110px;
  }
}
@media screen and (min-width: 768px) {
  .p-paint .waterroof-mainboard {
    margin-top: 51px;
    padding-bottom: 96px;
  }
}
@media screen and (min-width: 768px) {
  .p-paint .waterroof .leaf-list-group {
    --template-columns: 135px 1fr;
    gap: 10px;
  }
}
.p-paint .flow {
  --photo-top: 0;
  --photo-right: 0;
  --photo-o-position: left;
  --photo-2-bottom: 3px;
  --photo-2-right: -3px;
  --photo-2-o-position: left;
}
@media screen and (min-width: 768px) {
  .p-paint .flow {
    --photo-width: 800px;
    --photo-height: auto;
    --photo-2-width: 800px;
    --photo-2-height: auto;
    margin-top: 110px;
  }
}
@media screen and (min-width: 768px) {
  .p-paint .flow-mainboard {
    margin-top: 51px;
    padding-bottom: 81px;
  }
}
@media screen and (min-width: 768px) {
  .p-paint .flow-body {
    max-width: 731px;
  }
}
.p-paint .flow-group {
  justify-content: space-between;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-paint .flow-group {
    display: flex;
  }
}
.p-paint .flow .c-flow-list > li {
  min-height: 59px;
}
@media screen and (min-width: 768px) {
  .p-paint .flow .c-flow-list > li {
    min-height: 39px;
  }
}
.p-paint .flow .c-flow-list > li::after {
  top: 38px;
}
.p-paint .flow .shape {
  position: absolute;
  bottom: -60px;
  left: -60px;
}
@media screen and (min-width: 768px) {
  .p-paint .flow .shape {
    --width: calc(1239.9867 / 1440 * 100vw);
    max-width: 1239.9867px;
    bottom: -85px;
    left: -260px;
    left: clamp(-260px, (1200px - 100vw) * 1000, -100px);
  }
}
.p-paint .works {
  --photo-top: 0;
  --photo-right: 0;
  --photo-o-position: left;
}
@media screen and (min-width: 768px) {
  .p-paint .works {
    --photo-width: 600px;
    --photo-height: auto;
    margin-top: 110px;
  }
}
@media screen and (min-width: 768px) {
  .p-paint .works-mainboard {
    margin-top: 56px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-paint .works-body {
    max-width: 970px;
  }
}
.p-paint .works-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-paint .works-item__fig {
    width: 46.3917525773%;
  }
}
.p-paint .works-item__fig figcaption {
  font-weight: 700;
  text-align: center;
  margin-top: 6px;
}
.p-paint .works-item__fig:nth-child(1) figcaption {
  color: #666666;
}
.p-paint .works-item__fig:nth-child(3) figcaption {
  color: #49a75a;
}
.p-paint .works-item .icon {
  width: 20px;
  height: 20px;
  background-image: url("./../images/paint/icon_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  rotate: 45deg;
  translate: -10% -21px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-paint .works-item .icon {
    width: 30px;
    height: 30px;
    translate: -10% -28px;
  }
}
.p-paint .faq {
  --photo-top: 0;
  --photo-right: 0;
  --photo-o-position: left;
  --photo-2-bottom: 0;
  --photo-2-right: 0;
  --photo-2-o-position: left;
}
@media screen and (min-width: 768px) {
  .p-paint .faq {
    --photo-width: 640px;
    --photo-height: auto;
    --photo-2-width: 640px;
    --photo-2-height: auto;
    margin-top: 110px;
  }
}
@media screen and (min-width: 768px) {
  .p-paint .faq-mainboard {
    padding-inline: clamp(60px, (100vw - 1200px) * 1000, 180px);
    padding-bottom: 91px;
  }
}
@media screen and (min-width: 768px) {
  .p-paint .faq-body {
    max-width: 700px;
  }
}
.p-paint .contact {
  --photo-top: 0;
  --photo-right: 0;
  --photo-o-position: left;
  --photo-opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-paint .contact {
    --photo-width: 800px;
    --photo-height: auto;
    margin-top: 110px;
  }
}
@media screen and (min-width: 768px) {
  .p-paint .contact-mainboard {
    padding-inline: clamp(60px, (100vw - 1200px) * 1000, 180px);
    padding-bottom: 113px;
  }
}
.p-paint .contact-wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-paint .contact-wrap {
    justify-content: space-between;
    flex-direction: row;
    align-items: end;
    padding-top: 15px;
  }
}
.p-paint .contact-col {
  width: clamp(50%, (530px - 100vw) * 1000, 335px);
}
@media screen and (min-width: 768px) {
  .p-paint .contact-col {
    width: 45.4545454545%;
  }
}
.p-paint .contact-col .note1 {
  color: #333;
}
.p-paint .contact-col .note2 {
  margin-top: 13px;
  color: #4d4d4d;
}
.p-paint .contact-col .note3 {
  margin-top: 7px;
  color: #4d4d4d;
}
.p-paint .contact-tel {
  display: flex;
  align-items: flex-end;
  gap: 0.5em;
  color: #4d4d4d;
  margin-top: 8px;
}
.p-paint .contact-tel .label {
  font-weight: 700;
  line-height: 1;
}
.p-paint .contact-tel .numb {
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-paint .contact-body {
    max-width: 770px;
  }
}
.p-paint .contact .shape {
  --scale: -1 1;
  position: absolute;
  z-index: 1;
  right: -60px;
  bottom: -60px;
}
@media screen and (min-width: 768px) {
  .p-paint .contact .shape {
    --width: calc(1239.9867 / 1440 * 100vw);
    max-width: 1239.9867px;
    bottom: 0;
    right: clamp(-261px, (1200px - 100vw) * 1000, -100px);
    right: -260px;
    bottom: -137px;
    bottom: clamp(-137px, (1200px - 100vw) * 1000, -100px);
  }
}
/*# sourceMappingURL=paint.css.map */