@charset "UTF-8";

.bg-attachment.lower {
  padding-top: clamp(60px, 50.291px + 2.589vw, 100px);
  padding-bottom: clamp(60px, 50.291px + 2.589vw, 100px);
  background-image: url("../images/common/bg-lower.jpg");
}

h2.title-center.lower {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1),
    0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1);
}
h2.title-center.lower span.ja {
  color: #346651;
}

/* 導入メッセージ */
.lower-intro {
  max-width: 1240px;
  margin-top: clamp(45px, 41.359px + 0.971vw, 60px);
  margin-bottom: clamp(45px, 41.359px + 0.971vw, 60px);
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
}

.lower-intro .t-center {
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.75;
  background: rgba(244, 243, 231, 0.8);
  padding: 20px;
  border-radius: 20px;
}

/* 注釈 */
.note {
  display: block;
  padding-top: 15px;
  font-size: 1.6rem;
}

@media (max-width: 991px) {
  .lower-intro {
    padding: 30px 0;
  }

  .lower-intro .t-center {
    text-align: left;
  }
}

@media (max-width: 565px) {
  .bg-attachment.lower {
    background-image: url("../images/common/bg-lower_sp.jpg");
  }

  .lower-intro p {
    font-size: 1.6rem;
  }
}
/* 会社概要
====================================== */

.l-company .lower-intro.company-intro {
  position: relative;
}

.l-company .lower-intro.company-intro::after {
  content: "";
  display: inline-block;
  background-image: url(../images/common/shape-company.png);
  background-size: contain;
  width: 300px;
  height: 398px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.1;
}

.l-company .lower-intro.company-intro p {
  width: 70%;
  margin-right: 30%;
}

.promise {
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 30px 40px;
  border-top: 1px solid #346651;
  border-bottom: 1px solid #346651;
}

.promise h3 {
  padding-bottom: 10px;
  color: #346651;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.75;
}

.promise p {
  font-size: 1.8rem;
}

.promise-inner {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 30px;
  max-width: 1180px;
  margin: 60px auto;
  padding: 0 20px;
}

.promise-list {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #f9f7ee;
}

.card-content {
  padding: 50px 30px;
}

.card-content h2 {
  text-align: center;
}

.card-content p {
  font-size: 1.8rem;
}

@media (max-width: 991px) {
  .l-company .lower-intro.company-intro p {
    width: 100%;
    margin-right: 0;
  }

  .promise-inner {
    padding: 0;
  }
}

@media (max-width: 565px) {
  .l-company .lower-intro.company-intro::after {
    width: 200px;
  }

  .promise {
    padding: 30px 5px 40px;
  }

  .promise h3 {
    font-size: 2rem;
  }
  .promise-inner {
    display: block;
    margin: 60px auto 0;
  }

  .promise-list {
    margin-bottom: 15px;
  }

  .promise p,
  .card-content p {
    font-size: 1.6rem;
  }

  .card-content {
    padding: 25px;
  }
}

/* 概要 */
.l-company-profile {
  padding-top: 60px;
  font-size: 1.8rem;
}

.about-company {
  max-width: 1080px;
  margin: 0 auto;
}

.about-company .company-list {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #ccc;
}

.about-company .company-list dt,
.about-company .company-list dd {
  padding: 15px;
}

.about-company .company-list dt {
  width: 160px;
}

.about-company .company-list dd {
  flex: 1;
}

.l-company-profile .about-company .company-list dd ul li {
  padding-bottom: 15px;
}

.about-company .company-list:last-child {
  border-bottom: none;
}

@media (max-width: 565px) {
  .l-company-profile {
    font-size: 1.6rem;
  }

  .l-company-profile {
    padding-top: 30px;
  }
  .about-company .company-list {
    display: block;
  }
  .about-company .company-list dt {
    width: 150px;
    padding: 15px 15px 0;
    font-weight: bold;
  }
}

/* 採用情報 */
.l-company-recruit {
  max-width: 1185px;
  margin: 0 auto;
  padding-top: 120px;
  font-size: 2rem;
}

.recruit.grid {
  gap: 30px;
  grid-template-columns: 3fr 2fr;
  align-items: flex-start;
}

.recruit--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 2;
}

.recruit--img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruit--img img {
  border-radius: 30px 0 30px 0;
  box-shadow: 20px 20px #ebe7d3;
}

.recruit-message {
  margin-top: clamp(45px, 26.69px + 4.883vw, 97px);
  margin-bottom: clamp(45px, 26.69px + 4.883vw, 97px);
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  background: rgba(244, 243, 231, 0.8);
  padding: 20px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .l-company-recruit .about-company .company-list {
    display: block;
  }

  .l-company-recruit .about-company {
    margin: 0;
  }
}

@media (max-width: 565px) {
  .l-company-recruit {
    font-size: 1.6rem;
  }
  .recruit.grid {
    grid-template-columns: 1fr;
  }

  .recruit-message {
    font-size: 2rem;
  }
}

/* 作業の流れ
====================================== */
ul.flow {
  max-width: 1080px;
  margin: 120px auto 0;
  padding-bottom: 60px;
}

.flow > li {
}

.flow > li:not(:last-child) {
  margin-bottom: 100px;
  position: relative;
}

.flow > li:not(:last-child)::after {
  content: "";
  position: absolute;
  border: 20px solid transparent;
  width: 0;
  height: 0;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: #346651;
}

.flow > li dl dt {
  padding-bottom: 15px;
  margin-bottom: 60px;
  color: #346651;
  font-size: clamp(2rem, 1.8vw, 3.5rem);
  font-weight: bold;
  border-bottom: 2px dashed #346651;
}

.flow > li dl dd {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 40px;
  font-size: 2rem;
}

.flow--img {
  max-width: 380px;
}

.flow--img img {
  border-radius: 15px;
}

@media (max-width: 1180px) {
  .flow--text .btn-wrap.grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .flow--text .btn-wrap.grid .btn-tel {
    margin-bottom: 15px;
  }
}

@media (max-width: 565px) {
  ul.flow {
    padding-bottom: 0;
  }

  .flow > li dl dt {
    margin-bottom: 30px;
  }

  .flow > li dl dd {
    display: block;
    gap: 40px;
    font-size: 1.6rem;
  }

  .flow--img {
    max-width: 100%;
  }

  .flow--text {
    padding-top: 30px;
  }
}

/* サービス一覧
====================================== */
.l-service .l-container-wrap {
  background-image: url(../images/service/shape-service.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 22%;
}

.service-list-inner {
  max-width: 1380px;
  margin: 0 auto 60px;
  padding-bottom: 60px;
  border-bottom: 1px dotted #c5c5c5;
}

.service-list-inner.n-border {
  border-bottom: none;
  padding-bottom: 120px;
}

.service-list01.grid {
  gap: 30px 60px;
  grid-template-columns: 2fr 3fr;
}

.service-list02.grid {
  gap: 30px;
  grid-template-columns: 3fr 2fr;
}

.service-list--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 2rem;
  line-height: 2;
}

.service-list--img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-list--img img {
  border-radius: 30px 0 30px 0;
  box-shadow: 20px 20px #ebe7d3;
}

img.icon-service {
  max-width: 60px;
  margin-right: 15px;
}

@media (max-width: 991px) {
  .l-service .l-container-wrap {
    background-size: 35%;
  }
}

@media (max-width: 767px) {
  .service-list-inner.n-border {
    padding-bottom: 0;
  }

  .service-list01.grid {
    gap: 30px;
    grid-template-columns: 1fr 2fr;
  }

  .service-list02.grid {
    grid-template-columns: 2fr 1fr;
  }
}

@media (max-width: 565px) {
  .l-service .l-container-wrap {
    background-size: 52%;
    padding-bottom: 100px;
  }

  .service-list-inner {
    margin: 0 auto 42px;
    padding-bottom: 40px;
  }

  .service-list01.grid,
  .service-list02.grid {
    display: block;
  }

  .service-list--text {
    font-size: 1.6rem;
  }
  .service-list--text img.ssp {
    border-radius: 10px 0 10px 0;
    box-shadow: 10px 10px #ebe7d3;
  }

  .service-list--text p {
    padding-top: 30px;
  }

  img.icon-service {
    max-width: 35px;
    margin-right: 10px;
  }
}

/* よくあるご質問
====================================== */
.faq {
  max-width: 1180px;
  margin: 0 auto;
}

.faq li {
  margin-bottom: 30px;
  position: relative;
}

.faq li::before {
  position: absolute;
  top: 25px;
  left: 15px;
  z-index: 9;
  content: "";
  display: inline-block;
  background: url(../images/faq/icon-q.png);
  background-size: cover;
  width: 40px;
  height: 45px;
}

.acd-title {
  position: relative;
  cursor: pointer;
  padding: 25px 50px 25px 70px;
  transition: all 0.5s ease;
  color: #346651;
  font-size: clamp(2rem, 1.8vw, 2.5rem);
  font-weight: bold;
  background-color: rgba(244, 243, 231, 0.8);
}

.acd-title::before,
.acd-title::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #707070;
}

.acd-title::before {
  top: 48%;
  right: 50px;
  transform: rotate(0deg);
}

.acd-title::after {
  top: 48%;
  right: 50px;
  transform: rotate(90deg);
}

/* openというクラスがついたら形状変化　*/
.acd-title.open::before {
  transform: rotate(0deg);
}

.acd-title.open::after {
  transform: rotate(-45deg);
  display: none;
}

/*アコーディオンで現れるエリア*/
.acd-box {
  position: relative;
  display: none;
  /*はじめは非表示*/
  padding: 35px 25px 60px 70px;
  font-size: 2rem;
}

.acd-box::before {
  position: absolute;
  top: 31px;
  left: 15px;
  z-index: 9;
  content: "";
  display: inline-block;
  background: url(../images/faq/icon-a.png);
  background-size: cover;
  width: 40px;
  height: 45px;
}

@media (max-width: 565px) {
  .acd-title,
  .acd-box {
    font-size: 1.6rem;
  }

  .acd-title {
    padding: 25px 50px 25px 50px;
  }
  .acd-box {
    padding: 25px 15px 25px 50px;
  }

  .acd-title::before {
    right: 20px;
  }

  .acd-title::after {
    right: 20px;
  }

  .acd-title::before,
  .acd-title::after {
    width: 20px;
  }

  .faq li::before,
  .acd-box::before {
    left: 10px;
    width: 30px;
    height: 34px;
  }
}

/* お客様の声
====================================== */
.voice-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.voice-inner.grid {
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.voice-list {
  border: 1px solid #d7d7d7;
}

.voice-list:hover {
  border: 8px solid #ebe7d3;
  transition: 0.5s;
}

@media (max-width: 565px) {
  .voice-inner.grid {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 投稿記事ページ single.php
====================================== */
.meta-header {
  text-align: right;
  padding: 5px;
  margin-bottom: 3em;
}
.single-content {
  padding: 5px;
}
.meta-footer {
  margin-top: 80px;
  padding: 5px 0;
  border-top: 1px solid #000;
}
.single-nav > * {
  display: block;
  padding: 0 1em;
  width: 50%;
}
.single-nav .nav-prev {
  float: left;
  text-align: left;
}
.single-nav .nav-next {
  float: right;
  text-align: right;
}

/* プライバシーポリシー
====================================== */
.l-policy .l-container-wrap {
  margin: 0 auto 120px;
  max-width: 1200px;
}

/* お問合せ
====================================== */
.l-contact .l-container-wrap {
  max-width: 1200px;
  padding-top: 30px;
  padding-bottom: 120px;
}

.contact-set {
  margin: 2em auto;
  gap: 1em;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.contact-set h3 {
  font-size: 1.2em;
  background: #f9f7ee;
  padding: 20px;
  display: flex;
  align-items: center;
}
.contact-set h3 i {margin-right: .5em;}

.contact-set .contact-set--content {
  padding: 20px;
}
.contact-set .contact-set--content a {
  font-size: 1.5em;
  font-weight: 700;
  color: #346651;
}
@media (max-width: 767px) {
  .l-contact .l-container-wrap {
    padding-bottom: 40px;
  }
  .contact-set {
    grid-template-columns: 1fr;
  }
  .contact-set .contact-set--content {
    padding-top: 0;
  }
  .l-contact .l-container-wrap {
    padding-top: 0;
  }
  .l-contact-form .lower-intro {
    padding-top: 0;
  }
}

.l-contact-form .lower-intro {
  max-width: 52em;
}

.wpcf7 {
  max-width: 1100px;
  margin: 0 auto 80px;
}

.dl-contact {
  display: grid;
  grid-template-columns: 15em auto;
  gap:0;
  max-width: 900px;
  margin: 0 auto;
}
.dl-contact dt, .dl-contact dd {
  padding: 5px;
  align-items: center;
  display: flex;
  width: 100%;
}
.dl-contact * + dt,.dl-contact * + dd:not(:nth-of-type(1)) {
  border-top : 1px solid  #eee;
}
.wpcf7 input[type=submit] {
  margin: 40px auto;
  display: block;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 700;
  border: 1px solid #000;
  padding: 20px;
  max-width: 18em;
  width: 100%;
  letter-spacing: 0.5rem;
  position: relative;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  border-radius: 0;
}
.wpcf7 input[type=submit]:hover {
  border-color: #b1b1b1;
  opacity: 1;
}
.req label::before {
  content: '\5FC5\9808';
  background: #346651;
  color: #fff;
  font-weight: 300;
  display: inline-block;
  padding: 5px;
  line-height: 1;
  letter-spacing: 0;
  font-size: .8em;
  margin-right: 5px;
}
.dl-contact dd > p,.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.dl-contact input[type=text],
.dl-contact input[type=email],
.dl-contact input[type=tel],
.dl-contact textarea {
	background: rgba(255, 255, 247, 0.4);
	border: 1px solid #ccc;
	padding: 9px 12px;
	display: block;
	margin: 5px 0;
  border-radius: 3px;
  width: 100%;
}

@media (max-width: 767px) {
  .dl-contact {
    grid-template-columns: 1fr;
  }
  .dl-contact * + dd {
    border: none !important;
  }
}

/* サイトマップ
====================================== */
.list-map {
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.75;
  background: rgba(244, 243, 231, 0.8);
  padding: 40px;
  border-radius: 20px;
  margin: 70px auto 80px;
  max-width: 1000px;
  column-count: 2;
}
.list-map a::before {
  content: '─ ';
}

@media (max-width: 767px) {
  .list-map a::before {
    content: none;
  }
  .list-map {
    column-count: 1;
    text-align: center;
  }
  .list-map a {
    display: inline-block;
    padding: 5px;
  }
}

/* 施工実績
====================================== */
.work-slide {
  margin: 40px auto;
}

.work-detail {
  margin: 60px auto 40px;
}

.dl-work-detail {
  margin: 2em auto;
  gap: 1em;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.dl-work-detail dt {
  font-size: 1.2em;
  background: #f9f7ee;
  padding: 20px;
  display: flex;
  align-items: center;
}

.dl-work-detail dd {
  padding: 20px;
}

.works--item.ex .list-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row:span 3;
}
.list-category {
  text-align: right;
}
.list-category li {
  display: inline-block;
  margin: 0 .2em;
}
.list-category a {
  white-space:nowrap;
  line-height: 1;
  display: inline-block;
  background: #346651;
  color: #fff;
  padding: 3px 5px;
  letter-spacing: 1px;
  font-size: .9em;
  border-radius: 2px;
}
.list-category a::before {
  content: '#';
  margin-right: 2px;
}

@media (max-width: 767px) {
  .dl-work-detail {
    grid-template-columns: 1fr;
  }
}

.n2_clear > div, .work-slide > div > div {
    margin-inline: auto;
}
@media (max-width: 640px) {
  .n2_clear > div, .work-slide > div > div {
    margin-left: -20px;
    margin-right: -20px;
  }
}