.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

.inner {
  width: 100%;
  max-width: 860px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .inner {
    max-width: 1254px;
    padding: 0;
  }
}

.title-en {
  font-size: 16px;
}

.title-ja {
  font-size: 22px;
  letter-spacing: 0.11px;
  margin: 0;
}

.title-quote {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 36px;
  margin: 0 auto;
  position: relative;
}
.title-quote::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 26px;
  background: center/contain no-repeat url(/assets/images/commons/qoute-point.png);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.title-quote::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 26px;
  background: center/contain no-repeat url(/assets/images/commons/qoute-point.png);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(18px);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 1024px) {
  .title-quote {
    padding: 0 88px;
  }
  .title-quote::before {
    width: 51px;
    height: 57px;    
  }  
  .title-quote::after {
    width: 51px;
    height: 57px;
  }  
}

.sub-title {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 1024px) {
  .title-en {
    font-size: 18px;
  }
  .title-ja {
    font-size: 36px;
  }
  .sub-title {
    font-size: 20px;
  }
}
.image {
  text-align: center;
}

.image img {
  width: 80%;
  height: auto;
}

.image .small-image {
  width: 50%;
}

@media (max-width: 767px) {
  .image img {
    width: 100%;
  }
}

.video {
  width: 80%;
  aspect-ratio: 16 / 9;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .video {
    width: 100%;
  }
}

.title-logo {
  height: 95px;
  text-align: center;
}
.title-logo img {
  width: auto;
  height: 100%;
}
@media (max-width: 767px) {
  .title-logo {
    height: 48px;
  }  
}

.logo {
  height: 44px;
  text-align: center;
}
.logo img {
  width: auto;
  height: 100%;
}
@media (max-width: 767px) {
  .logo {
    height: 22px;
  }  
}

.service-header {
  padding: 0 0 60px;
}
.service-section {
  padding: 60px 0;
}

.service-section--gray {
  background: rgba(0, 0, 0, 0.05);
}

.service-section--painting {
  background: bottom center/cover url(/assets/images/top/hero-bg.png);
  position: relative;
  z-index: 1;
}

.service-section--painting::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.service-section:first-of-type {
  padding-top: 120px;
}

.service-section--last-child {
  padding-bottom: 120px;
}

.service-section.service-section--secondary {
  padding: 60px 0 0;
}
.service-section.service-section--secondary:not(:first-of-type) {
  padding: 90px 0 0;
}

@media (max-width: 767px) {
  .service-header {
    padding: 0 0 30px;
  }

  .service-section {
    padding: 30px 0;
  }

  .service-section:first-of-type {
    padding-top: 60px;
  }  

  .service-section--last-child {
    padding-bottom: 60px;
  }  

  .service-section.service-section--secondary {
    padding: 30px 0 0;
  }   

  .service-section.service-section--secondary:not(:first-of-type) {
    padding: 60px 0 0;
  }  
}

@media (hover: hover) {
  .service-section a:hover {
    opacity: 0.6;
  }
}

.service-section__title-en {
  margin-bottom: 6px;
}

.service-section__title-ja {
  margin-bottom: 6px;
}

.service-section__logo {
  margin: 30px 0 0;
}

@media (min-width: 1024px) {
  .service-section__title-en {
    margin-bottom: 12px;
  }
  .service-section__title-ja {
    margin-bottom: 12px;
  }
  .service-section__logo {
    margin: 60px 0 0;
  }
}
.service-section__image {
  margin: 40px 0 0;
}
.service-section__image-margin-adjust {
  margin: 100px 0 0;
}

@media (max-width: 767px) {
  .service-section__image {
    margin: 20px 0 0;
  }
  .service-section__image-margin-adjust {
    margin: 60px 0 0;
  }   
}

.service-section__video {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .service-section__video {
    margin-top: 20px;
  }
}

.service-section__text {
  margin-top: 2em;
}
.service-section__text p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 0;
}
.service-section__text p:not(:first-of-type) {
  margin: 1em 0 0;
}
.service-section__text p .large-text {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .service-section__text p {
    font-size: 14px;
  }
  .service-section__text p .large-text {
    font-size: 20px;
  }
}
.service-section__text--pc-align-center {
  text-align: center;
}
@media (max-width: 767px) {
  .service-section__text--pc-align-center {
    text-align: left;
  }  
}

.service-section__voices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  list-style: none;
  padding-left: 0;
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .service-section__voices {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 12px;
    margin: 20px 0 0;
  }
}
.service-section__voice {
  width: calc(25% - 24px * 3 / 4);
}
@media (max-width: 767px) {
  .service-section__voice {
    width: calc(50% - 12px / 2);
  }  
}
.service-section__voice-image {
  background: gray;
  aspect-ratio: 1/1;
  position: relative;
}
.service-section__voice-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-section__voice-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .service-section__voice-title {
    font-size: 14px;
  }
}

.service-section__cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  list-style: none;
  padding-left: 0;
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .service-section__cases {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 12px;
    margin: 20px 0 0;
  }
}
.service-section__case {
  width: calc(25% - 24px * 3 / 4);
}
@media (max-width: 767px) {
  .service-section__case {
    width: calc(50% - 12px / 2);
  }  
}
.service-section__case-image {
  background: gray;
  aspect-ratio: 542/300;
  border: 1px solid #000;
  margin-top: 12px;
  position: relative;
}
.service-section__case-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-section__case-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .service-section__case-title {
    font-size: 14px;
  }
}
.service-section__case-button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;  
  width: fit-content;
  background: #016531;
  color: #fff !important;
  padding: 4px 24px;
  border-radius: 4px;
  margin: 12px auto 0;
}
@media (max-width: 1023px) {
  .service-section__case-button {
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 4px;
  }
}