#lead {
  padding: 0vw 0 0;
}
#lead .set1 {
  padding-bottom: 10vw;
}
#lead .set1 .content .gr-txt h2 {
  font-size: 6vw;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 5vw;
}
#lead .set1 .content .gr-txt h2 .color {
  font-size: 8vw;
  color: #0053b9;
  letter-spacing: 0.1em;
}
#lead .set1 .content .photo {
  margin: 10vw 0 5vw;
}
#lead .set1 .x {
  width: 20%;
  margin: 4vw auto;
}
#lead .set1 .catch1 {
  text-align: center;
}
#lead .set1 .catch1 img {
  width: 90%;
}
#lead .set1 .catch2 {
  text-align: center;
}
#lead .set1 .catch2 img {
  width: 85%;
}
#lead .set2 {
  background: #003270;
  color: #fff;
  padding: 15vw 5% 13vw;
}
#lead .set2 .gr-txt {
  margin-bottom: 10vw;
}
#lead .set2 .gr-txt .tit {
  display: flex;
  align-items: center;
  margin-bottom: 6vw;
}
#lead .set2 .gr-txt .tit dt {
  width: 31%;
}
#lead .set2 .gr-txt .tit dd {
  flex: 1;
  margin-left: 5%;
  font-size: 6.3vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
#lineup {
  padding: 20vw 0;
}
#lineup h2 {
  text-align: center;
  width: auto;
  margin: 0 0 15vw;
  padding-bottom: 10vw;
  position: relative;
}
#lineup h2::before {
  content: "";
  background: #e9f2fe;
  position: absolute;
  top: 13vw;
  right: -5vw;
  bottom: 0;
  left: -5vw;
  z-index: -1;
}
#lineup .content .item:not(:last-child) {
  margin-bottom: 15vw;
}
#lineup .content .item .gr-txt {
  margin-top: 10vw;
}
#lineup .content .item .gr-txt h3 {
  font-size: 5.5vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0053b9;
  line-height: 1.6;
  margin-bottom: 3vw;
}
#lineup .content .item .gr-txt h3 span {
  font-size: 8vw;
  letter-spacing: 0.1em;
}
#lineup .content .item .gr-txt .ext {
  letter-spacing: 0;
  font-size: 5vw;
}
#shinsui {
  background: url(../img/coating/shinsui_bg_sp.jpg) no-repeat center bottom/100%
      auto,
    linear-gradient(
      to bottom,
      #dbe5ee 0%,
      rgba(223, 239, 251, 0.6392156863) 40%,
      #dbe4ee 100%
    );
  padding: 17vw 0 30vw;
  color: #003270;
}
#shinsui .txt {
  margin: 7vw 0 10vw;
}
#shinsui .content .col:not(:last-child) {
  margin-bottom: 12vw;
}
#shinsui .content .col h3 {
  font-size: 5vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 5vw;
}
#flow {
  padding-bottom: 20vw;
}
#flow .group {
  padding-bottom: 20vw;
}
#flow .group .inner .step3 .box {
  background: #e9f2fe;
  padding: 10vw 5% 10vw;
}
#flow .group .inner .step3 .box .photo {
  width: 70%;
  margin: 0 auto 10vw;
}
#flow .group .inner .step3 .box .gr-txt h3 {
  font-size: 5vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 2vw;
}
#flow .bnr {
  margin: 0 5%;
}
@media screen and (min-width: 768px) {
  #lead {
    padding: 199px 0 0;
  }
  #lead .set1 {
    padding-bottom: 56px;
  }
  #lead .set1 .content {
    display: flex;
    align-items: flex-start;
    flex-direction: inherit;
  }
  #lead .set1 .content .gr-txt {
    width: 500px;
    margin: 64px 0 0;
    position: relative;
    z-index: 2;
  }
  #lead .set1 .content .gr-txt h2 {
    font-size: 48px;
    line-height: 78px;
    margin: 0 -100px 34px 0;
    letter-spacing: 0;
    white-space: nowrap;
  }
  #lead .set1 .content .gr-txt h2 .color {
    font-size: 62px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  #lead .set1 .content .gr-txt h2 {
    font-size: 45px;
  }
  #lead .set1 .content .gr-txt h2 .color {
    font-size: 54px;
  }
}
@media screen and (min-width: 768px) {
  #lead .set1 .content .photo {
    margin: 0 -90px 0 -250px;
    height: 660px;
    flex: 1;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1499px) {
  #lead .set1 .content .photo {
    margin-left: calc(-50vw + 50%);
  }
}
@media screen and (min-width: 768px) {
  #lead .set1 .x {
    width: auto;
    margin: 0;
    position: absolute;
    top: 190px;
    right: 72px;
  }
}
@media screen and (min-width: 768px) {
  #lead .set1 .catch1 {
    text-align: left;
    margin: 0;
    position: absolute;
    top: -137px;
    right: -203px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1430px) {
  #lead .set1 .catch1 {
    right: calc(-50vw + 50% + 20px);
  }
}
@media screen and (min-width: 768px) {
  #lead .set1 .catch1 img {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  #lead .set1 .catch2 {
    text-align: right;
    margin: -130px -203px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1430px) {
  #lead .set1 .catch2 {
    margin-right: calc(-50vw + 50% + 20px);
  }
}
@media screen and (min-width: 768px) {
  #lead .set1 .catch2 img {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  #lead .set2 {
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 70px;
    display: flex;
    justify-content: space-between;
  }
  #lead .set2 .gr-txt {
    margin: 36px 0 0;
    width: 530px;
  }
  #lead .set2 .gr-txt .tit {
    margin-bottom: 48px;
  }
  #lead .set2 .gr-txt .tit dt {
    width: 156px;
  }
  #lead .set2 .gr-txt .tit dd {
    margin-left: 29px;
    font-size: 43px;
    line-height: 70px;
    letter-spacing: 0;
  }
  #lead .set2 .gr-txt .txt {
    margin: 0 17px 0 32px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  #lineup {
    padding: 141px 0;
  }
  #lineup .wrap {
    max-width: 1240px;
    padding: 0 20px;
  }
  #lineup h2 {
    max-width: 728px;
    margin: 0 auto 86px;
    padding-bottom: 36px;
  }
  #lineup h2::before {
    top: 34px;
    right: 0;
    left: 0;
  }
  #lineup .content .item {
    display: flex;
    align-items: flex-start;
  }
  #lineup .content .item:not(:last-child) {
    margin-bottom: 50px;
  }
  #lineup .content .item .photo {
    height: 390px;
    flex: 1;
    margin-left: 55px;
  }
  #lineup .content .item .gr-txt {
    margin: 20px 0 0 74px;
    width: 512px;
  }
  #lineup .content .item .gr-txt h3 {
    font-size: 30px;
    line-height: 56px;
    margin-bottom: 22px;
    letter-spacing: 0;
  }
  #lineup .content .item .gr-txt h3 span {
    font-size: 48px;
    letter-spacing: 0;
  }
  #lineup .content .item .gr-txt .ext {
    letter-spacing: 0;
    font-size: 30px;
  }
  #lineup .content .item .gr-txt .txt {
    letter-spacing: 0;
    margin-right: 15px;
  }
  #lineup .content .item .gr-txt .btn-link {
    margin: 45px 0 0 auto;
  }
  #lineup .content .item .gr-txt .btn-link a::before {
    background: #003270;
  }
  #lineup .content .item .gr-txt .btn-link a::after {
    right: 31px;
  }
  #lineup .content .item2 .gr-txt .btn-link {
    margin-top: 10px;
  }
  #lineup .content .item3 .gr-txt {
    margin-top: 59px;
  }
}
@media screen and (min-width: 768px) {
  #shinsui {
    background: url(../img/coating/shinsui_bg.jpg) no-repeat center bottom/cover;
    padding: 72px 0 134px;
  }
  #shinsui h2 {
    text-align: center;
  }
  #shinsui .txt {
    margin: 37px 0 67px;
    text-align: center;
  }
  #shinsui .content {
    display: flex;
    justify-content: space-between;
    margin: 0 38px;
  }
  #shinsui .content .col {
    width: 422px;
  }
  #shinsui .content .col:not(:last-child) {
    margin-bottom: 0;
  }
  #shinsui .content .col h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 768px) {
  #flow {
    padding-bottom: 130px;
    background: none;
  }
  #flow .set1 {
    background: #e9f2fe;
  }
  #flow .group {
    padding: 239px 0 130px;
  }
  #flow .group .inner .step3 .title {
    margin-bottom: 53px;
  }
  #flow .group .inner .step3 .box {
    padding: 40px 40px 66px 72px;
    display: flex;
    align-items: center;
  }
  #flow .group .inner .step3 .box .photo {
    width: auto;
    margin: 0;
  }
  #flow .group .inner .step3 .box .gr-txt {
    flex: 1;
    margin-left: 54px;
  }
  #flow .group .inner .step3 .box .gr-txt h3 {
    font-size: 25px;
    line-height: 50px;
    margin-bottom: 8px;
  }
  #flow .group .inner .step3 .box .gr-txt .txt {
    font-size: 20px;
  }
  #flow .bnr {
    margin: 100px auto 0;
    width: 909px;
  }
}
@media screen and (min-width: 768px) {
  .faq {
    padding-bottom: 113px;
  }
}
#lead .set2 .ltr:before {
  background: #003270;
}
#flow .group .inner .step3 .box .ltr:before {
  background: #e9f2fe;
}
@media screen and (max-width: 1170px) and (min-width: 768px) {
  #lead .set2 {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  #lineup .content .item .photo {
    margin-left: 0;
  }
}
