@charset "UTF-8";

.sv__topmargin {
  padding-top: 227px;
}

.sv__ttl {
  display: flex;
  height: 395px;
  overflow: hidden;
}
.sv__ttl-text {
  width: 35%;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sv__ttl-bg {
  width: 65%;
  height: 395px;
}
.sv__ttl-bg-cm {
  background: url("../img/service/cm__main.webp") no-repeat center;
  background-size: cover;
}
.sv__ttl-bg-mainte {
  background: url("../img/service/mainte__main.webp") no-repeat center;
  background-size: cover;
}
.sv__ttl-bg-coating {
  background: url("../img/service/coating__main.webp") no-repeat center;
  background-size: cover;
}
.sv__ttl-bg-parts {
  background: url("../img/service/parts__main.webp") no-repeat center;
  background-size: cover;
}
.sv__ttl-title {
  font-size: 80px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 30px;
  white-space: nowrap;
  mix-blend-mode: difference;
}
.sv__ttl-sub {
  font-size: 20px;
  font-weight: bold;
  color: var(--ft-yellow);
}


@media (max-width: 768px) {

  .sv__topmargin {
    padding-top: 150px;
  }
  .sv__ttl{
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: visible;
  }
  .sv__ttl-bg{ order: 1; }
  .sv__ttl-text{ order: 2; }
  .sv__ttl-bg{
    margin-left: 40px;
    width: calc(100% - 40px);
    height: 150px;
  }
  .sv__ttl-text{
    width: 100%;
    padding: 12px 20px 0;
    display: block;
  }
  .sv__ttl-title{
    position: relative;
    left: auto;
    top: auto;
    z-index: 2;
    margin: -32px 0 10px;
    padding-left: 0px;
    font-size: clamp(34px, 9.5vw, 52px);
    line-height: 1.05;
    white-space: nowrap;
    mix-blend-mode: difference;
  }
  .sv__ttl-sub{
    margin: 0;
    padding-left: 20px;
  }

}/* end @media */




.cm__cc {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #FFF;
}
.cm__cc h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 40px;
}
.cm__cc p {
  font-size: 20px;
  line-height: 2em;
}
.cm__cc-p {
  text-align: left;
  font-size: 16px!important;
}
.cm__cc-sub {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 2em;
}

@media (max-width: 768px) {

  .cm__cc {
    text-align: left;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .cm__cc h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .cm__cc-sub {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .cm__cc p {
    font-size: 15px;
    line-height: 2em;
  }
  .cm__cc-p {
    font-size: 15px!important;
    line-height: 2em;
  }
  
}




.cm__sec1 {
  background: rgba(0,0,0,0.5);
  color: #FFF;
  padding: 150px 0 170px;
}
.cm__sec1-fx {
  display: flex;
  margin-bottom: 100px;
}
.cm__sec1-fxL {
  width: 420px;
  max-width: 40%;
  margin-right: 70px;
  padding-top: 50px;
}
.cm__sec1-fxR {
  flex: 1;
}
.cm__sec1-en {
  font-size: 50px;
  font-weight: bold;
  font-style: italic;
  color: var(--ft-yellow);
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
.cm__sec1-fxL h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.5em;
}
.cm__sec1-fxL p {
  font-size: 16px;
  font-weight: bold;
}
.cm__sec1-fxL p span {
  color: var(--ft-yellow);
}
.cm__sec1-fx2 {
  display: flex;
  justify-content: space-between;
}
.cm__sec1-fx2 > div {
  width: 350px;
  max-width: 31%;
}
.cm__sec1-fx2 h3 {
  padding: 30px 0 20px;
  font-size: 18px;
  color: var(--ft-yellow);
  font-weight: bold;
  text-align: center;
}
.cm__sec1-fx2 p {
  font-size: 14px;
}

.cm__sec2 {
  color: #FFF;
  padding: 150px 0 200px;
}
.cm__sec2_rest {
  background: rgba(255,255,255,0.1);
  padding: 30px 40px 30px;
  margin-bottom: 70px;
}
.cm__sec2_rest h3 {
  font-size: 20px;
  font-weight: bold;
  color: var(--ft-yellow);
  margin-bottom: 10px;
}
.cm__sec2_rest p {
  font-size: 14px;
  color: #FFF;
}




@media (max-width: 768px) {

  .cm__sec1 {
    padding: 50px 0 40px;
  }
  .cm__sec1-fx {
    display: block;
    margin-bottom: 100px;
  }
  .cm__sec1-fxL {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .cm__sec1-en {
    font-size: 10vw;
    margin-bottom: 20px;
  }
  .cm__sec1-fxL h2 {
    font-size: 5vw;
    margin-bottom: 50px;
  }
  .cm__sec1-fx2 {
    display: block;
  }
  .cm__sec1-fx2 > div {
    width: 100%;
    max-width: none;
    margin-bottom: 50px;
  }

  .cm__sec2 {
    color: #FFF;
    padding: 50px 0 50px;
  }
  .cm__sec2_rest {
    background: rgba(255,255,255,0.1);
    padding: 20px 20px 20px;
    margin-bottom: 70px;
  }


}



.mainte__sec1 {
  color: #FFF;
  text-align: center;
}
.mainte__sec1-en {
  font-size: 50px;
  font-weight: bold;
  font-style: italic;
  color: var(--ft-yellow);
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.mainte__sec1 h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}
.mainte__sec1 p {
  font-size: 16px;
  margin-bottom: 50px;
}

.mainte__fx {
  display: flex;
  color: #FFF;
}
.mainte__fxL {
  width: 45%;
}
.mainte__fxR {
  flex: 1;
  padding: 70px 7%;
}
.mainte__fx-bg {
  background: rgba(255,255,255,0.07);
}
.mainte__fx-rv {
  flex-direction: row-reverse;
}
.mainte__fxL1 {
  background: url("../img/service/mainte__1.webp");
  background-size: cover;
}
.mainte__fxL2 {
  background: url("../img/service/mainte__2.webp");
  background-size: cover;
}
.mainte__fxL3 {
  background: url("../img/service/mainte__3.webp");
  background-size: cover;
}
.mainte__fxR h2 {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: var(--ft-yellow);
  margin-bottom: 25px;
}
.mainte__fxR span {
  font-size: 20px;
  font-style: italic;
}
.mainte__fxR-no {
  position: relative;
  font-size: 58px!important;
  margin-right: 20px;
  margin-left: 8px;
  top: 4px;
}
.mainte__fxR > div {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
.mainte__fxR ul {
  margin-top: 20px;

}
.mainte__fxR li {
  background: url("../img/service/mainte__list.webp") no-repeat;
  background-size: 14px 14px;
  background-position: 0 7px ;
  padding-left: 20px;
  margin-bottom: 20px;
}
.mainte__price {
  padding-top: 150px;
  padding-bottom: 150px;
  color: #FFF;
  text-align: center;
}
.mainte__ttl-en {
  font-size: 50px;
  font-weight: bold;
  font-style: italic;
  color: var(--ft-yellow);
  margin-bottom: 30px;
}
.mainte__ttl {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}
.mainte__price img {
  margin-bottom: 50px;
}
.mainte__price-txt {
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  margin-bottom: 20px;
}

.mainte__flow {
  text-align: center;
  color: #FFF;
}
.mainte__flow-box {
  background: rgba(0,0,0,0.5);
  padding: 70px 100px;
  text-align: left;
}
.mainte__flow-fx {
  display: flex;
}
.mainte__flow-fxL {
  width: 300px;
}
.mainte__flow-fxR {
  flex: 1;
  padding-top: 37px;
}
.mainte__flow-fxL > div {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: var(--ft-yellow);
  margin-bottom: 6px;
}
.mainte__flow-fxL > div span {
  font-size: 30px;
}
.mainte__flow-fxL h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
}
.mainte__flow-line {
  border-top: 1px solid var(--ft-yellow);
  padding: 0 0 20px;
  margin-top: 40px;
}
.mainte__flow-line img {
  width: 122px;
  margin: 0 auto;
  display: block;
}

.mainte__end {
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  color: #FFF;
}
.mainte__end img {
  width: 315px;
  margin-bottom: 35px;
}
.mainte__end h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 2em;
}
.mainte__end p {
  font-size: 16px;
}



@media (max-width: 768px) {

  .mainte__sec1-en {
    line-height: 1.2em;
    font-size: 10vw;
    margin-bottom: 10px;
  }
  .mainte__sec1 h2 {
    font-size: 5vw;
    margin-bottom: 50px;
  }
  .mainte__sec1 p {
    text-align: left;
  }

  .mainte__fx {
    display: block;
  }
  .mainte__fxL {
    width: 100%;
    height: 200px;
  }
  .mainte__fxR {
    padding: 50px 20px;
  }
  .mainte__fxR h2 {
    font-size: 7vw;
    margin-bottom: 10px;
  }
  .mainte__fxR span {
    font-size: 4vw;
  }
  .mainte__fxR-no {
    font-size: 12vw!important;
  }
  .mainte__fxR > div {
    font-size: 5vw;
  }
  .mainte__price {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .mainte__ttl-en {
    font-size: 10vw;
    margin-bottom: 20px;
  }
  .mainte__ttl {
    font-size: 6vw;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .mainte__price-txt {
    font-size: 14px;
  }
  .mainte__flow-box {
    padding: 30px 20px;
    text-align: left;
  }
  .mainte__flow-fx {
    display: block;
  }
  .mainte__flow-fxL {
    width: 100%;
    text-align: center;
  }
  .mainte__flow-fxR {
    padding-top: 20px;
  }

  .mainte__end {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mainte__end img {
    width: 250px;
  }
  .mainte__end h2 {
    font-size: 4.5vw;
    margin-bottom: 30px;
  }
  .mainte__end p {
    text-align: left;
  }

  
}






.coating__menu {
  background: rgba(0,0,0,0.5);
  padding-top: 150px;
  padding-bottom: 100px;
  text-align: center;
  color: #FFF;
}
.coating__menu h2 {
  margin-bottom: 70px;
}
.cm__sec1-no {
  font-size: 50px;
  font-weight: bold;
  font-style: italic;
  color: var(--ft-yellow);
  margin-top: 40px;
}
.coating__menu .cm__sec1-fx2 h3 {
  color: #FFF;
}
.coating__menu p {
  text-align: left;
}
.coating__menu .top__maintenance {
  margin-top: 100px;
  text-align: left;
  color: var(--ft-black)!important;
}

.coating__price {
  padding-top: 150px;
  padding-bottom: 150px;
  color: #FFF;
}
.coating__price .mainte__ttl-en,
.coating__price .mainte__ttl {
  text-align: center;
}
.coating__price h2 {
  margin-bottom: 100px;
}
.coating__price h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}
.coating__price h3 span {
  font-size: 50px;
  font-weight: bold;
  font-style: italic;
  color: var(--ft-yellow);
  margin-right: 17px;
}
.coating__price p {
  font-size: 16px;
  margin-bottom: 70px;
  padding-left: 30px;
}


@media (max-width: 768px) {

.coating__menu {
  padding-top: 70px;
  padding-bottom: 10px;
}
.coating__price {
  padding: 70px 20px!important;
  color: #FFF;
}
.coating__price h2 {
  margin-bottom: 70px;
}
.coating__price h3 {
  position: relative;
  margin-bottom: 30px;
}
.coating__price h3 span {
  position: relative;
  top: 5px;
  font-size: 40px;
}
.coating__price p {
  padding-left: 0px;
}



}




.parts__bg {
  padding: 70px 0;
  color: #FFF;
}
.parts__bg:nth-of-type(2n+1) {
  background: rgba(0,0,0,0.5);
}
.parts__fx {
  display: flex;
}
.parts__fx img {
  width: 420px;
  max-width: 45%;
  margin-right: 50px;
}
.parts__fxR {
  flex: 1;
}
.parts__fxR h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
.parts__fxR p span {
  color: var(--ft-yellow);
}


@media (max-width: 768px) {

  .parts__fx {
    display: block;
  }
  .parts__fx img {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .parts__fxR h3 {
    font-size: 20px;
  }

}




