@charset "UTF-8";

body {
  font-family: "Zen Old Mincho", serif !important;
  font-size: 1.6rem!important;
}
.pc-none {
	display: none;
}
@media screen and (max-width: 768px) {
  .pc-none {
	display: block;
}
}
.text-color-bk {
  color: rgb(51, 51, 51);
}
.text-color-white {
  color: #ffffff;
}
.text-center {
  display: block;
  text-align: center;
}
.text-right {
  display: block;
  text-align: right;
}
.text-left {
  display: block;
  text-align: left;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-20 {
  font-size: 20px;
}
.u-prmd {
  padding-right: 20px;
}
.u-mbxs {
  margin-bottom: 5px;
}
.small-text {
	font-size: 16px;
}
/* ヘッダー分余白確保 */
.header-offset {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .header-offset {
    padding-top: 67px;
  }
}

/* header */
.c-btn a::after {
  position: relative;
  content: "\03e";
  margin-left: 8px;
  color: #fff;
  font-size: 1.4rem;
}
.p-header-main .u-align-right {
  text-align: right;
}
header .font-size-20px {
  font-size: 20px;
}
header .font-size-14px {
  font-size: 14px;
}
header .font-size-18px {
  font-size: 18px;
}

/* lead */
.lead-section .lead-text {
  display: grid;
  place-content: center;
  color: #0c5980;
  font-size: 36px;
}
@media (max-width: 768px) {
  .lead-section .lead-text {
    font-size: 28px;
	  text-align: center;
  }
}
/* card */
.p-card-section .u-mbmd {
  margin-bottom: 20px;
}
.p-card-section .container {
  font-size: 16px;
}
/* table */
table {
  border-collapse: collapse;
  font-size: 16px;
}
table .info-table-item th,
table .info-table-item td {
  border: 1px solid #0c5980;
}
table th,
table td {
  border: 1px solid #0c5980;
}
.p-recruit-table th {
	font-size: 18px;
	font-weight: bolder;
}

/* contact-section */
.p-contact-section .p-contact-section__title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
}
.p-contact-section .container {
  font-size: 14px;
  margin-bottom: 20px;
}
.p-contact-section .tel a {
  color: #0000EE;
  font-size: 24px;
  font-weight: bold;
}

.p-company-section .company-title {
  display: block;
  text-align: center;

}
.p-company-section table th,
.p-company-section table td,
.p-access-section table th,
.p-access-section table td {
    border-bottom: 1px solid #0c5980;
}
.p-iso-section .p-iso__image {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  /* padding: 100px; */
}
.p-iso-section .p-iso__image figure {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  aspect-ratio: 1309 / 1006;
  overflow: hidden;
}
.p-iso-section .p-iso__image figure img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  /* opacity: 0; */
}
.p-access-section .p-access-title {
  display: block;
  text-align: center;
}
.p-sns-section .c-bg-img {
  text-align: center;
}
.p-sns-section .sns-title {
  display: block;
  text-align: center;
}
.p-sns-section .mail {
  opacity: 0;
  height: 50px;
}

/* footer */
footer .bg-color {
  background-image: none;
  background-color: rgb(12, 89, 128);
  --block-bg-color: #0C5980;
}
.p-footer__inner {
  color: #fff;
  text-align: center;
  line-height: 2;
}

 .recruit-careerdetails th {
  font-size: 20px;
  font-weight: bold;
 }

 .c-section__title {
  background-color: rgb(0, 73, 134); --block-bg-color: #004986;
  text-align: center;
 }
 .p-form-privacy {
  font-size: 14px;
 }
 .p-access-section .row {
  justify-content: flex-start;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-access-section .center-xs {
    justify-content: flex-start;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}

.p-cards-2__img.company img {
  object-fit: contain;
  border: 1px solid #dcdcdc;

}
/* 清掃事例 */
.cleaning-cases {
  padding: 40px 20px;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
	.cleaning-cases {
  padding: 80px 20px;
	}
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.case-card {
  border: 1px solid #dcdcdc;
  padding: 20px;
}

.case-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 20px;
}

.ba-label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #555;
}

.ba-item img {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
}

@media (max-width: 768px) {
  .case-grid {
    grid-template-columns: 1fr;
  }
}
.c-heading-item {
  font-size: 2.3rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .c-heading-item {
    font-size: 1.8rem;
  }
}

/* コンタクトフォームのスタイル */
.s_form_premium .control-label {
  font-weight: bold;
}
.s_form_premium .wpcf7-tel {
  width: fit-content;
}

.form-control {
  width: 100%;
  border: none;
  background-color: #f7f7f7;
  padding: 10px;
}

.wpcf7-textarea {
  border: 2px solid #ccc;
}

.c-btn {
  text-align: center;
}
/* 個人情報保護方針 */
.p-privacy-policy {
  /* height: 100vh; */
  padding: 60px 20px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .p-privacy-policy {
    padding: 40px 20px;
  }
}
/* サンクスページ */
.p-contact-thanks {
  padding: 80px 20px;
}
.p-contact-thanks-text {
  line-height: 2;
  text-align: center;
}
.thanks-btn {
  margin-top: 50px;
}
.p-privacy-policy h2 {
  font-weight: bold;
}
/* 会社概要 */
.address-block {
  padding: 10px;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 13vw;
  border-bottom: 1px solid #0c5980;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .address-block {
    gap: 150px;
  }
}
/* 事業内容 */
ul {
  list-style: none;
  padding-left: 0;
}
.vehicles-title {
  margin-bottom: 20px;
}
.vehicles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  /* border-bottom: 2px solid #0c5980; */
}

.vehicle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}

.vehicle p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.vehicle img {
  width: 100%;
  max-width: 300px;
  height: auto;
  aspect-ratio: 300 / 225;
  object-fit: cover;
}
@media (max-width: 768px) {
  .vehicles {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .vehicle p {
  font-size: 16px;
  }
}