@charset "utf-8";

.page-services .h1-block {
  background-image: url(../image/services/bg-header.jpg);
}

.copy-block {
  background-color: var(--service-color);
  background-image: url(../image/services/bg-copy.png);
  background-position: calc(50% + 530px) 160%;
  text-shadow: 0 0 5px var(--service-color),0 0 7px var(--service-color),0 0 10px var(--service-color);
}
@media screen and (max-width: 1235px) {
  .copy-block {
    background-position: bottom -18px right -1px;
  }
}
@media screen and (max-width: 950px) {
  .copy-block {
    background-image: url(../image/services/bg-copy1-sp.png), url(../image/services/bg-copy2-sp.png);
    background-position: bottom -4px right -1px, top 4px left -21px;
    background-size: clamp(4.25rem, 2.419rem + 8.14vw, 7.25rem) auto, clamp(5.188rem, 3.929rem + 5.59vw, 7.25rem) auto;
  }
}

.section-services {
  padding-bottom: clamp(8rem, 3.909rem + 18.18vw, 13rem);
}

.service-list {
  max-width: 820px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7% 17%;
  background-image: url(../image/common/bg-logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  margin: 2rem auto 0;
}
.service-list > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  align-items: center;
  gap: .5rem;
  margin-top: 2rem;
}
.service-list > li .image {
  position: relative;
}
.service-list > li .image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.service-list > li .image span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 19.43%;
  background-color: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  color: #fff;
  font-size: clamp(0.875rem, 0.773rem + 0.45vw, 1rem); /* 14-16 360-800 */
  font-weight: 400;
}
.service-list > li .text span {
  display: inline-block;
}
.service-list > li .link .link-button {
  font-size: 0.875rem;
  padding: 0.2em .3em .2em 0em;
  width: 178px;
  box-shadow: 3px 3px rgba(0, 126, 148, .5);
}

@media screen and (max-width: 460px) {
  .service-list {
    display: flex;
    flex-direction: column;
    max-width: 80%;
    gap: 2rem;
    background: none;
  }
}

.section-service {
  padding: clamp(3.5rem, 2.273rem + 5.45vw, 5rem) 0 clamp(7rem, 5.364rem + 7.27vw, 9rem);
  background-image: url(../image/common/bg-logo.png);
  background-repeat: no-repeat;
  background-position: calc(50% + 446px) 10%;
  background-size: 260px;
}
.section-service .content h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: clamp(1.3rem, 1.034rem + 1.18vw, 1.625rem);
  text-align: center;
  margin-bottom: 1em;
}
.section-service .content h3 span {
  display: inline-block;
}
.section-service .content p {
  text-align: center;
  margin-bottom: 1em;
}
.section-service .content p span {
  display: inline-block;
}
.service-photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3rem;
}
.service-photos li {
  width: 25%;
  line-height: 0;
}
.service-photos.num2 li {
  width: 50%;
}

@media screen and (max-width: 460px) {
  .service-photos li {
    width: 50%;
  }
  .service-photos.num2 li {
    width: 100%;
  }
}
.section-service .button-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}
.section-service .button-block .soon {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.125rem;
  margin-top: .4em;
}




/* construction */
.construction-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.construction-item {
  width: 100%;
  padding: 2.8rem 0 4rem;
}
.construction-item:nth-child(odd) {
  background-color: var(--color-background);
}
.construction-item .inner {
  max-width: 800px;
}
.construction-item h3 {
  font-size: clamp(1.1rem, 0.773rem + 1.45vw, 1.5rem);
  font-weight: 500;
  border-left: solid 3px var(--main-color);
  padding: 0 1em;
  margin-bottom: 1.5em;
  line-height: 1.1;
}

.construction-info {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 4rem;
}
.construction-info dl {
  display: flex;
/*  width: calc( (100% - 4rem) / 3 );*/
  font-weight: 400;
}
.construction-info dl.other {
  width: auto;
}
.construction-info dt {
/*  width: 6em;*/
  font-weight: 600;
  flex-shrink: 0;
}
.construction-info dd {
  padding-left: 1em;
  text-indent: -1em;
}
.construction-info dd::before {
  content: '：';
}

.construction-item .photo-list {
  gap: 1rem;
  margin-top: 2.5rem;
}
.construction-item .photo-list > li {
  line-height: 1;
}
.construction-item .photo-list > li img {
  object-fit: cover;
  aspect-ratio: 256 / 192;
  box-sizing: border-box;
}

.construction-item .luminous::after {
  bottom: 7%;
}

.paginate-block {
  display: none;
}

