/*
Theme Name: ilovekensetsu
Theme URI: https://ilovekensetsu.jp
Description: アイラブケンセツ
*/

body {
  margin: 0;
  padding: 0;
}

/* ヘッダー */
.site-header {
  width: 100%;
  background: transparent;
  padding: 16px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.site-header .container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.site-header .brand {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}


/* ヒーロー */
.hero {
  height: 100vh;
  background: #0056A6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero h1 {
  font-size: 200px;
  font-weight: 700;
  color: #fff;
}


/* 会社概要 */
.section-about {
  background-color: #2d61bb;
  color: #ffffff;
  padding: 80px 5%;
}

.section-about .about-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.section-about h2 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 40px;
}

.section-about .about-grid {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.section-about .about-media {
  flex: 0 0 48%;
}

.section-about .about-media img {
  display: block;
  width: 100%;
  height: auto;
}

.section-about .about-content {
  flex: 1;
  font-size: 1.1rem;
  line-height: 1.9;
}

.section-about .about-content p {
  margin: 0 0 1em;
}

.section-about .about-content ul {
  margin: 0 0 1em 1.4em;
}

/* スマホ・タブレット用レイアウト */
@media (max-width: 768px) {
  .section-about {
    padding: 60px 20px;
  }

  .section-about h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }

  .section-about .about-grid {
    flex-direction: column;
    gap: 30px;
  }

  .section-about .about-media,
  .section-about .about-content {
    flex: 1 1 auto;
  }
}


/* 業務内容：遮熱工事 */
.service-syanetsu {
  background-color: #2d61bb;
  color: #ffffff;
  padding: 80px 5% 100px;
}

.service-syanetsu-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.service-syanetsu-title {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: left;
  margin: 0 0 40px;
}

.service-syanetsu-top {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 60px;
}

.service-syanetsu-main-image {
  flex: 0 0 45%;
}

.service-syanetsu-main-image img {
  display: block;
  width: 100%;
  height: auto;
}

.service-syanetsu-description {
  flex: 1;
  font-size: 1.1rem;
  line-height: 1.9;
}

.service-syanetsu-heading {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 20px;
}

.service-syanetsu-description p {
  margin: 0;
}

/* 下段3カラム */
.service-syanetsu-bottom {
  display: flex;
  gap: 40px;
}

.syanetsu-card {
  flex: 1;
  text-align: center;
}

.syanetsu-card-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 16px;
}

.syanetsu-card-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* スマホ・タブレット用レイアウト（遮熱工事セクション） */
@media (max-width: 768px) {
  .service-syanetsu {
    padding: 60px 20px 80px;
  }

  .service-syanetsu-title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }

  .service-syanetsu-top {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }

  .service-syanetsu-main-image,
  .service-syanetsu-description {
    flex: 1 1 auto;
  }

  .service-syanetsu-bottom {
    flex-direction: column;
    gap: 24px;
  }

  .syanetsu-card-title {
    font-size: 1.2rem;
  }
}


/* 業務内容：内装工事 */
.service-naisou {
  background-color: #2d61bb;
  color: #ffffff;
  padding: 80px 5% 100px;
}

.service-naisou-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.service-naisou-title {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: left;
  margin: 0 0 40px;
}

.service-naisou-top {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 60px;
}

.service-naisou-main-image {
  flex: 0 0 45%;
}

.service-naisou-main-image img {
  display: block;
  width: 100%;
  height: auto;
}

.service-naisou-description {
  flex: 1;
  font-size: 1.1rem;
  line-height: 1.9;
}

.service-naisou-heading {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 20px;
}

.service-naisou-description p {
  margin: 0;
}

/* 下段3カラム（内装工事） */
.service-naisou-bottom {
  display: flex;
  gap: 40px;
}

.naisou-card {
  flex: 1;
  text-align: center;
}

.naisou-card-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 16px;
}

.naisou-card-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* 内装工事セクション内の追加イメージ（中央配置） */
.service-naisou-extra {
  text-align: center;
  margin-top: 60px;
}

.service-naisou-extra img {
  max-width: 90%;
  height: auto;
  display: inline-block;
}

/* スマホ・タブレット用レイアウト（内装工事セクション） */
@media (max-width: 768px) {
  .service-naisou {
    padding: 60px 20px 80px;
  }

  .service-naisou-title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }

  .service-naisou-top {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }

  .service-naisou-main-image,
  .service-naisou-description {
    flex: 1 1 auto;
  }

  .service-naisou-bottom {
    flex-direction: column;
    gap: 24px;
  }

  .naisou-card-title {
    font-size: 1.2rem;
  }
}


/* 業務内容：外装工事 */
.service-gaisou {
  background-color: #2d61bb;
  color: #ffffff;
  padding: 80px 5% 100px;
}

.service-gaisou-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.service-gaisou-title {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: left;
  margin: 0 0 40px;
}

.service-gaisou-top {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 60px;
}

.service-gaisou-main-image {
  flex: 0 0 45%;
}

.service-gaisou-main-image img {
  display: block;
  width: 100%;
  height: auto;
}

.service-gaisou-description {
  flex: 1;
  font-size: 1.1rem;
  line-height: 1.9;
}

.service-gaisou-heading {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 20px;
}

.service-gaisou-description p {
  margin: 0;
}

/* 下段3カラム（外装工事） */
.service-gaisou-bottom {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.gaisou-card {
  flex: 1;
  text-align: center;
}

.gaisou-card-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 16px;
}

.gaisou-card-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* 外装工事セクション内の追加イメージ（中央配置） */
.service-gaisou-extra {
  text-align: center;
  margin-top: 60px;
}

.service-gaisou-extra img {
  max-width: 90%;
  height: auto;
  display: inline-block;
}


/* スマホ・タブレット用レイアウト（外装工事セクション） */
@media (max-width: 768px) {
  .service-gaisou {
    padding: 60px 20px 80px;
  }

  .service-gaisou-title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }

  .service-gaisou-top {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }

  .service-gaisou-main-image,
  .service-gaisou-description {
    flex: 1 1 auto;
  }

  .service-gaisou-bottom {
    flex-direction: column;
    gap: 24px;
    margin-top: 30px;
  }

  .gaisou-card-title {
    font-size: 1.2rem;
  }
}


/* 業務内容：水廻り工事 */
.service-mizumawari {
  background-color: #2d61bb;
  color: #ffffff;
  padding: 80px 5% 100px;
}

.service-mizumawari-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.service-mizumawari-title {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: left;
  margin: 0 0 40px;
}

.service-mizumawari-top {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 60px;
}

.service-mizumawari-main-image {
  flex: 0 0 45%;
}

.service-mizumawari-main-image img {
  display: block;
  width: 100%;
  height: auto;
}

.service-mizumawari-description {
  flex: 1;
  font-size: 1.1rem;
  line-height: 1.9;
}

.service-mizumawari-heading {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 20px;
}

.service-mizumawari-description p {
  margin: 0;
}

/* 下段3カラム（水廻り工事） */
.service-mizumawari-bottom {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.mizumawari-card {
  flex: 1;
  text-align: center;
}

.mizumawari-card-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 16px;
}

.mizumawari-card-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* 水廻り工事セクション内の追加イメージ（中央配置） */
.service-mizumawari-extra {
  text-align: center;
  margin-top: 60px;
}

.service-mizumawari-extra img {
  max-width: 90%;
  height: auto;
  display: inline-block;
}

/* スマホ・タブレット用レイアウト（水廻り工事セクション） */
@media (max-width: 768px) {
  .service-mizumawari {
    padding: 60px 20px 80px;
  }

  .service-mizumawari-title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }

  .service-mizumawari-top {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }

  .service-mizumawari-main-image,
  .service-mizumawari-description {
    flex: 1 1 auto;
  }

  .service-mizumawari-bottom {
    flex-direction: column;
    gap: 24px;
    margin-top: 30px;
  }

  .mizumawari-card-title {
    font-size: 1.2rem;
  }
}


/* 業務内容：キッチン工事 */
.service-kitchen {
  background-color: #2d61bb;
  color: #ffffff;
  padding: 80px 5% 100px;
}

.service-kitchen-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.service-kitchen-title {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: left;
  margin: 0 0 40px;
}

.service-kitchen-top {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 60px;
}

.service-kitchen-main-image {
  flex: 0 0 45%;
}

.service-kitchen-main-image img {
  display: block;
  width: 100%;
  height: auto;
}

.service-kitchen-description {
  flex: 1;
  font-size: 1.1rem;
  line-height: 1.9;
}

.service-kitchen-heading {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 20px;
}

.service-kitchen-description p {
  margin: 0;
}

/* 下段3カラム（キッチン工事） */
.service-kitchen-bottom {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.kitchen-card {
  flex: 1;
  text-align: center;
}

.kitchen-card-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 16px;
}

.kitchen-card-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* キッチン工事セクション内の追加イメージ（中央配置） */
.service-kitchen-extra {
  text-align: center;
  margin-top: 60px;
}

.service-kitchen-extra img {
  max-width: 90%;
  height: auto;
  display: inline-block;
}

/* スマホ・タブレット用レイアウト（キッチン工事セクション） */
@media (max-width: 768px) {
  .service-kitchen {
    padding: 60px 20px 80px;
  }

  .service-kitchen-title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }

  .service-kitchen-top {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }

  .service-kitchen-main-image,
  .service-kitchen-description {
    flex: 1 1 auto;
  }

  .service-kitchen-bottom {
    flex-direction: column;
    gap: 24px;
    margin-top: 30px;
  }

  .kitchen-card-title {
    font-size: 1.2rem;
  }
}


/* WORKセクション（受注の流れ＋実績） */
.section-work {
  background-color: #2d61bb; /* 他セクションと同じ青 */
  color: #ffffff;
  padding: 80px 5% 100px;
}

.work-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.work-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0 0 40px;
}

.work-image-wrapper {
  text-align: center;
}

.work-image {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* スマホ・タブレット用レイアウト（WORKセクション） */
@media (max-width: 768px) {
  .section-work {
    padding: 60px 20px 80px;
  }

  .work-title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }

  .work-image {
    max-width: 100%;
  }
}


/* 求人情報 */
.section-recruit {
  background-color: #f5f5f5;
  color: #333;
  padding: 80px 5% 100px;
}

.recruit-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.recruit-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
  margin: 0 0 30px;
}

/* 求人テーブル */
.recruit-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  font-size: 0.95rem;
}

.recruit-table th,
.recruit-table td {
  padding: 14px 18px;
  border-bottom: 1px solid #dddddd;
}

.recruit-table th {
  width: 22%;
  background-color: #f0f0f0;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

.recruit-table td {
  text-align: left;
}

.recruit-note {
  margin-top: 16px;
  font-size: 0.9rem;
}

/* スマホ用レイアウト（求人情報） */
@media (max-width: 768px) {
  .section-recruit {
    padding: 60px 16px 80px;
  }

  .recruit-title {
    font-size: 1.8rem;
    text-align: left;
  }

  .recruit-table th,
  .recruit-table td {
    padding: 10px 12px;
    display: table-cell;
  }

  .recruit-table th {
    width: 30%;
  }
}


/* お問い合わせ */
.section-contact {
  background-color: #2d61bb;
  color: #ffffff;
  padding: 80px 5% 100px;
}

.contact-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

.contact-left {
  flex: 0 0 40%;
}

.contact-right {
  flex: 1;
  text-align: center;
  margin-top: 80px;
}

.contact-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0 0 40px;
  white-space: nowrap;
}

.contact-item {
  margin-bottom: 30px;
}

.contact-item-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #7cc9ff;
  margin: 0 0 8px;
}

.contact-item-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
}

.contact-item-text a {
  color: #ffffff;
  text-decoration: none;
}

.contact-item-text a:hover {
  text-decoration: underline;
}

/* ボタン */
.contact-button-wrapper {
  margin-top: 40px;
}

.contact-button {
  display: inline-block;
  padding: 16px 48px;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.contact-button:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

/* 右側イメージ */
.contact-image {
  max-width: 100%;
  height: auto;
  display: block;
}

/* スマホ・タブレット用レイアウト（お問い合わせセクション） */
@media (max-width: 768px) {
  .section-contact {
    padding: 60px 20px 80px;
  }

  .contact-inner {
    flex-direction: column;
    gap: 40px;
  }

  .contact-left,
  .contact-right {
    flex: 1 1 auto;
  }

  .contact-right {
    margin-top: 0;
  }

  .contact-title {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }

  .contact-button {
    width: 100%;
    text-align: center;
  }
}
