@charset "UTF-8";

/* --- 共通設定 --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6.94vw;
}

h1,
h2,
h3,
h4,
p,
span,
a,
li,
th,
td {
  font-family: "Noto Serif JP", serif;
}

.en {
  font-family: "Cinzel", serif;
}

body {
  margin: 0;
}

li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

/* --- コンテナ設定 --- */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  display: block;
}

/* 消してる要素 */
.sp-header,
.sp {
  display: none;
}

/* アニメーションの動き */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}

/* 画面に入った時に付与するクラス */
.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* お知らせ内容 1100で可変 */
.single-container {
  width: 100%;
  padding: 4.17vw 0;
}

.single-box {
  width: 69.44vw;
  margin: 0 auto;
}

.single-title {
  font-size: 2.22vw;
  font-weight: 600;
  margin-bottom: 2.08vw;
  line-height: 1.4;
}

.single-img {
  width: 100%;
  max-width: 41.67vw;
  margin-bottom: 2.78vw;
}

.single-img img {
  width: 100%;
  height: auto;
  display: block;
}

.single-content {
  font-size: 1.11vw;
  line-height: 1.8;
  color: #333;
}

.single-content img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   ヘッダー
   ========================================================================== */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 5.8333vw;
  background-color: #fff;
  overflow: visible;
}

main {
  padding-top: 5.8333vw;
}

.header-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.header-logo {
  position: absolute;
  top: 0.6944vw;
  left: 2.7778vw;
  width: 25vw;
  z-index: 10;
}

.header-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.3889vw;
  width: 100%;
  height: 100%;
  padding: 1.3889vw 2.7778vw;
}

.header-nav ul {
  display: flex;
  align-items: center;
  gap: 2.0833vw;
}

.header-nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3472vw;
}

.header-nav li a .en {
  font-size: 1.1111vw;
  font-weight: 700;
  color: #00582d;
}

.header-nav li a span:last-child {
  font-size: 0.9722vw;
  color: #000;
}

.header-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6944vw;
  width: 12.5vw;
  padding: 0.6944vw;
  border-radius: 8.3333vw;
  background-color: #af1c1c;
}

.header-tel img {
  width: 1.6667vw;
}

.header-tel span {
  font-size: 1.0417vw;
  font-weight: 700;
  color: #fff;
}

.header-insta img {
  width: 2.7778vw;
}

.sp-header-icons {
  display: flex;
  align-items: center;
  gap: 0.6944vw;
}

.sp-header-tel img,
.sp-header-insta img {
  display: block;
}

/* ==========================================================================
   p1-a ヒーロー
   ========================================================================== */
.p1-a-container {
  position: relative;
  width: 100%;
  height: 45.8333vw;
  overflow: hidden;
}

.p1-a-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p1-a-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.p1-a-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 88.89vw;
  text-align: center;
}

.p1-a-en {
  font-size: 13.8889vw;
  font-weight: 700;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.4);
}

.p1-a-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 3.3333vw;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  text-shadow: 0.2778vw 0.2778vw 0.6944vw rgba(0, 0, 0, 1);
}

.p1-a-title span {
  font-size: 4.4444vw;
}

/* ==========================================================================
   共通：見出し
   ========================================================================== */
.p1-b-title,
.p1-c-title,
.p1-d-title,
.p1-e-title,
.p1-f-title,
.p1-g-title,
.p2-a-title,
.p2-b-title,
.p3-a-title,
.p4-b-title,
.p4-c-title,
.p6-a-title,
.p6-b-title,
.footer-contact-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6944vw;
  text-align: center;
  line-height: 1.2;
}

.p1-b-title .en,
.p1-c-title .en,
.p1-d-title .en,
.p1-e-title .en,
.p1-f-title .en,
.p1-g-title .en,
.p2-a-title .en,
.p2-b-title .en,
.p3-a-title .en,
.p4-b-title .en,
.p4-c-title .en,
.p6-a-title .en,
.p6-b-title .en,
.footer-contact-title .en {
  font-size: 4.4444vw;
  font-weight: 700;
  color: #00582d;
}

.p1-b-title p:last-child,
.p1-c-title p:last-child,
.p1-d-title p:last-child,
.p1-e-title p:last-child,
.p1-f-title p:last-child,
.p1-g-title p:last-child,
.p2-a-title p:last-child,
.p2-b-title p:last-child,
.p3-a-title p:last-child,
.p4-b-title p:last-child,
.p4-c-title p:last-child,
.p6-a-title p:last-child,
.p6-b-title p:last-child,
.footer-contact-title p:last-child {
  font-size: 1.6667vw;
  color: #000;
}

.p2-a-title {
  align-items: flex-start;
  text-align: left;
}

.p2-a-title p:last-child {
  text-align: left;
}

/* ==========================================================================
   p1-b お知らせ
   ========================================================================== */
.p1-b-container {
  width: 100%;
  padding: 4.1667vw 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../image/p1-back1.png);
  background-size: cover;
  background-position: center;
}

.p1-b-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8.75vw;
  width: 88.89vw;
  margin: 0 auto;
}

.p1-b-title {
  flex-shrink: 0;
}

.p1-b-title p:last-child {
  text-align: left;
}

.p1-b-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.0417vw;
}

.p1-b-list li {
  padding-bottom: 1.0417vw;
  border-bottom: 0.0694vw solid #000;
}

.p1-b-list li a {
  display: flex;
  align-items: center;
  gap: 2.7778vw;
  font-size: 1.0417vw;
}

/* ==========================================================================
   p1-c 私たちについて
   ========================================================================== */
.p1-c-container {
  width: 100%;
  padding: 6.9444vw 0;
  background-color: #fff;
}

.p1-c-box {
  position: relative;
  width: 88.89vw;
  margin: 0 auto;
}

.p1-c-en {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  font-size: 13.8889vw;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  color: rgba(219, 219, 219, 0.4);
}

.p1-c-title {
  position: relative;
  z-index: 1;
  align-items: flex-start;
  text-align: left;
}

.p1-c-title p:last-child {
  text-align: left;
}

.p1-c-text {
  position: relative;
  z-index: 1;
  max-width: 44.4444vw;
  margin-top: 2.7778vw;
  font-size: 1.0417vw;
  line-height: 2;
  color: #000;
}

.p1-c-btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6944vw;
  width: fit-content;
  margin: 8.3333vw auto 0;
  padding: 0.3472vw 0.3472vw 0.3472vw 1.3889vw;
  border-radius: 8.3333vw;
  background-color: #af1c1c;
  font-size: 1.1111vw;
  font-weight: 700;
  color: #fff;
}

.p1-c-btn img {
  width: 2.7778vw;
}

/* ==========================================================================
   p1-d 業務内容
   ========================================================================== */
.p1-d-container {
  position: relative;
  width: 100%;
  padding: 6.9444vw 0;
  overflow: hidden;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../image/p1-back1.png);
  background-size: cover;
  background-position: center;
}

.p1-d-en {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  font-size: 13.8889vw;
  font-weight: 700;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.4);
}

.p1-d-box {
  position: relative;
  z-index: 1;
  width: 88.89vw;
  margin: 0 auto;
}

.p1-d-list {
  width: 72.2222vw;
  margin: 4.5833vw auto 0;
}

.p1-d-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5.5556vw;
}

.p1-d-list li:not(:first-child) {
  margin-top: 2.7778vw;
}

.p1-d-text {
  width: 33.3333vw;
}

.p1-d-name {
  font-size: 2.2222vw;
  font-weight: 500;
  line-height: 1.2;
}

.p1-d-desc {
  margin-top: 1.3889vw;
  font-size: 1.0417vw;
  line-height: 2;
}

.p1-d-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6944vw;
  margin-top: 1.3889vw;
  padding: 0.3472vw 0.3472vw 0.3472vw 1.3889vw;
  border-radius: 8.3333vw;
  background-color: #af1c1c;
  font-size: 1.1111vw;
  font-weight: 700;
  color: #fff;
}

.p1-d-btn img {
  width: 2.7778vw;
}

.p1-d-img {
  width: 33.3333vw;
  flex-shrink: 0;
}

/* ==========================================================================
   p1-e 対応エリア
   ========================================================================== */
.p1-e-container {
  width: 100%;
  padding-top: 5.5556vw;
  padding-bottom: 9.7222vw;
  background-image: url(../image/p1-img7.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
}

.p1-e-box {
  width: 88.89vw;
  margin: 0 auto;
}

.p1-e .p1-e-title {
  align-items: flex-start;
}

.p1-e-text {
  margin-top: 1.3889vw;
  font-size: 1.0417vw;
  line-height: 2;
}

/* ==========================================================================
   p1-f 施工事例
   ========================================================================== */
.p1-f-container {
  position: relative;
  width: 100%;
  padding: 6.9444vw 0;
  overflow: hidden;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../image/p1-back1.png);
  background-size: cover;
  background-position: center;
}

.p1-f-en {
  position: absolute;
  bottom: 0;
  left: 5.5556vw;
  z-index: 0;
  font-size: 13.8889vw;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.6);
}

.p1-f-box {
  position: relative;
  z-index: 1;
  width: 88.89vw;
  margin: 0 auto;
  text-align: center;
}

.p1-f-list {
  display: flex;
  justify-content: center;
  gap: 1.3889vw;
  width: 100%;
  margin-top: 2.7778vw;
}

.p1-f-list li {
  width: 25vw;
  flex-shrink: 0;
  height: 16.6667vw;
}

.p1-f-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p1-f-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6944vw;
  margin-top: 2.7778vw;
  padding: 0.3472vw 0.3472vw 0.3472vw 1.3889vw;
  border-radius: 8.3333vw;
  background-color: #af1c1c;
  font-size: 1.1111vw;
  font-weight: 700;
  color: #fff;
}

.p1-f-btn img {
  width: 2.7778vw;
}

/* ==========================================================================
   p1-g 採用情報
   ========================================================================== */
.p1-g-container {
  position: relative;
  width: 100%;
  padding-top: 6.9444vw;
  padding-bottom: 5.5556vw;
  overflow: hidden;
}

.p1-g-en {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  writing-mode: vertical-rl;
  font-size: 10.4167vw;
  font-weight: 700;
  white-space: nowrap;
  color: rgba(219, 219, 219, 0.4);
}

.p1-g-box {
  position: relative;
  z-index: 1;
  width: 88.89vw;
  margin: 0 auto;
  text-align: center;
}

.p1-g-item {
  display: flex;
  align-items: center;
  gap: 2.7778vw;
  margin-top: 2.7778vw;
  text-align: left;
}

.p1-g-img {
  width: 44.4444vw;
  flex-shrink: 0;
}

.p1-g-text {
  width: 38.8889vw;
}

.p1-g-heading {
  font-size: 2.2222vw;
  font-weight: 500;
  line-height: 2;
  color: #00582d;
}

.p1-g-desc {
  margin-top: 1.3889vw;
  font-size: 1.0417vw;
  line-height: 2;
}

.p1-g-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6944vw;
  width: fit-content;
  margin: 2.7778vw auto 0;
  padding: 0.3472vw 0.3472vw 0.3472vw 1.3889vw;
  border-radius: 8.3333vw;
  background-color: #af1c1c;
  font-size: 1.1111vw;
  font-weight: 700;
  color: #fff;
}

.p1-g-btn img {
  width: 2.7778vw;
}

/* ==========================================================================
   sub-mv 下層ページ共通メインビュー
   ========================================================================== */
.sub-mv-container {
  position: relative;
  width: 100%;
  height: 25.6944vw;
  overflow: hidden;
}

.sub-mv-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-mv-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.sub-mv-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6944vw;
  width: 88.89vw;
  text-align: center;
}

.sub-mv-title {
  font-size: 4.4444vw;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  text-shadow: 0.2778vw 0.2778vw 0.6944vw rgba(0, 0, 0, 1);
}

.sub-mv-en {
  font-size: 9.7222vw;
  font-weight: 700;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.4);
}

/* ==========================================================================
   sub-table 下層ページ共通テーブル
   ========================================================================== */
.sub-table {
  width: 77.7778vw;
  margin: 0 auto;
  border-collapse: collapse;
}

.sub-table th {
  width: 16.6667vw;
  background-color: #00582d;
  color: #fff;
  font-weight: 400;
  font-size: 1.0417vw;
  line-height: 1.6;
  text-align: center;
  padding: 1.3889vw 0.6944vw;
  border-bottom: 0.0694vw solid #efefef;
}

.sub-table td {
  background-color: #efefef;
  color: #000;
  font-weight: 400;
  font-size: 1.0417vw;
  line-height: 1.6;
  text-align: left;
  padding: 1.3889vw 2.7778vw;
  border-bottom: 0.0694vw solid #00582d;
}

/* ==========================================================================
   p2-a 会社概要：ご挨拶
   ========================================================================== */
.p2-a-container {
  width: 100%;
  padding: 10.2083vw 0 6.9444vw;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../image/p2-back1.png);
  background-size: cover;
  background-position: center;
}

.p2-a-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.7778vw;
  width: 88.89vw;
  margin: 0 auto;
}

.p2-a-text {
  display: flex;
  flex-direction: column;
  gap: 2.7778vw;
  width: 33.3333vw;
  flex-shrink: 0;
}

.p2-a-desc {
  font-size: 1.0417vw;
  line-height: 1.6;
  color: #000;
}

.p2-a-desc p:not(:first-child) {
  margin-top: 1.3889vw;
}

.p2-a-img {
  width: 44.4444vw;
  flex-shrink: 0;
}

/* ==========================================================================
   p2-b 会社概要：会社情報
   ========================================================================== */
.p2-b-container {
  width: 100%;
  padding: 6.9444vw 0;
}

.p2-b-box {
  width: 88.89vw;
  margin: 0 auto;
}

.p2-b-table {
  margin-top: 3.4722vw;
}

.p2-b-map {
  width: 77.7778vw;
  height: 33.3333vw;
  margin: 4.1667vw auto 0;
}

.p2-b-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ==========================================================================
   p3-a 業務内容
   ========================================================================== */
.p3-a-container {
  width: 100%;
  padding: 10.2083vw 0 6.9444vw;
}

.p3-a-box {
  width: 88.89vw;
  margin: 0 auto;
}

.p3-a-list {
  display: flex;
  flex-direction: column;
  gap: 5.5556vw;
}

.p3-a-list li {
  display: flex;
  align-items: flex-start;
  gap: 2.7778vw;
}

.p3-a-text {
  display: flex;
  flex-direction: column;
  gap: 1.3889vw;
  width: 41.6667vw;
  flex-shrink: 0;
}

.p3-a-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.3889vw 2.7778vw;
  background-color: #00582d;
}

.p3-a-heading p {
  font-size: 2.2222vw;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

.p3-a-desc {
  font-size: 1.0417vw;
  line-height: 2;
  color: #000;
}

.p3-a-img {
  width: 44.4444vw;
  flex-shrink: 0;
}

/* ==========================================================================
   p4-a 採用情報：イントロ
   ========================================================================== */
.p4-a-container {
  width: 100%;
  padding: 10.2083vw 0 6.9444vw;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../image/p4-back1.png);
  background-size: cover;
  background-position: center;
}

.p4-a-box {
  display: flex;
  align-items: flex-start;
  gap: 2.7778vw;
  width: 88.89vw;
  margin: 0 auto;
}

.p4-a-text {
  display: flex;
  flex-direction: column;
  gap: 1.3889vw;
}

.p4-a-lead {
  font-size: 1.6667vw;
  font-weight: 500;
  line-height: 2;
  color: #00582d;
}

.p4-a-desc {
  font-size: 1.0417vw;
  line-height: 2;
  color: #000;
}

.p4-a-img {
  width: 44.4444vw;
  flex-shrink: 0;
}

/* ==========================================================================
   p4-b 採用情報：社員インタビュー
   ========================================================================== */
.p4-b-container {
  width: 100%;
  padding: 6.9444vw 0;
}

.p4-b-box {
  width: 88.89vw;
  margin: 0 auto;
}

.p4-b-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.7778vw;
  margin-top: 3.4722vw;
}

.p4-b-list li {
  width: 41.6667vw;
}

.p4-b-img {
  width: 100%;
}

.p4-b-text {
  height: 19.4444vw;
  padding: 1.3889vw 4.1667vw;
  background-color: #dddcde;
  text-align: left;
}

.p4-b-text p {
  font-size: 1.0417vw;
  line-height: 2;
  color: #000;
}

.p4-b-text div:last-child p {
  margin-top: 2.0833vw;
}

.p4-b-text strong {
  font-weight: 700;
}

/* ==========================================================================
   p4-c 採用情報：募集要項
   ========================================================================== */
.p4-c-container {
  width: 100%;
  padding: 6.9444vw 0;
}

.p4-c-box {
  width: 88.89vw;
  margin: 0 auto;
}

.p4-c-table {
  margin-top: 3.4722vw;
}

/* ==========================================================================
   p5-a 施工事例
   ========================================================================== */
.p5-a-container {
  width: 100%;
  padding: 4.1667vw 0 6.9444vw;
}

.p5-a-box {
  width: 88.89vw;
  margin: 0 auto;
}

.p5-a-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.7778vw 1.8056vw;
}

.p5-a-list li {
  width: 20.8333vw;
}

.p5-a-img {
  width: 100%;
  height: 13.8889vw;
  background-color: #d9d9d9;
}

.p5-a-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p5-a-text {
  width: 100%;
  padding: 1.0417vw 0.6944vw;
  background-color: #00582d;
}

.p5-a-text p {
  font-size: 1.0417vw;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

/* ==========================================================================
   p6-a お問い合わせについて
   ========================================================================== */
.p6-a-container {
  width: 100%;
  padding: 10.2083vw 0 6.9444vw;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../image/p6-back1.png);
  background-size: cover;
  background-position: center;
}

.p6-a-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.7778vw;
  width: 88.89vw;
  margin: 0 auto;
}

.p6-a-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.3889vw;
}

.p6-a-lead {
  font-size: 1.6667vw;
  font-weight: 500;
  line-height: 2;
  color: #00582d;
  text-align: center;
}

.p6-a-desc p {
  font-size: 1.0417vw;
  line-height: 2;
  color: #000;
  text-align: center;
}

/* ==========================================================================
   p6-b お問い合わせフォーム
   ========================================================================== */
.p6-b-container {
  width: 100%;
  padding: 6.9444vw 0;
}

.p6-b-box {
  width: 80.5556vw;
  border: 0.0694vw solid #000;
  margin: 0 auto;
}

.p6-b-form {
  width: 100%;
  margin: 3.4722vw auto 0;
  padding: 3.4722vw 0 0;
  background-color: #fff;
}

.p6-b-table {
  width: 100%;
  border-collapse: collapse;
}

.p6-b-table tr {
  border-bottom: 0.0694vw solid #ccc;
}

.p6-b-table th {
  width: 29.8611vw;
  padding: 1.3889vw 0 1.3889vw 2.0833vw;
  font-size: 1.1111vw;
  font-weight: 500;
  color: #000;
  text-align: left;
  vertical-align: middle;
}

.p6-b-table th p {
  display: flex;
  align-items: center;
  gap: 1.3889vw;
}

.p6-b-table td {
  padding: 1.3889vw 0;
  vertical-align: middle;
}

.p6-b-table .required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.3889vw;
  padding: 0.4861vw 0.6944vw;
  background-color: #00582d;
  color: #fff;
  font-size: 0.8333vw;
  font-weight: 500;
}

.p6-b-table input[type="text"],
.p6-b-table input[type="tel"],
.p6-b-table input[type="email"],
.p6-b-table textarea {
  width: 45.1389vw;
  padding: 0.9722vw 1.0417vw;
  border: 0.1389vw solid #b6b6b6;
  font-size: 1.0417vw;
  box-sizing: border-box;
}

.p6-b-table textarea {
  height: 21.4583vw;
}

.p6-b-table input[type="radio"] {
  width: 1.7361vw;
  height: 1.7361vw;
  accent-color: #00582d;
  cursor: pointer;
}

.p6-b-table .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.3889vw;
}

.p6-b-table .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.4861vw;
  font-size: 1.1111vw;
}

.p6-b-privacy {
  margin-top: 3.4722vw;
  padding: 2.7778vw 4.1667vw;
  background-color: #dddcde;
}

.p6-b-privacy h3 {
  display: inline-block;
  padding-bottom: 0.6944vw;
  border-bottom: 0.1389vw solid #00582d;
  font-size: 1.6667vw;
  font-weight: 500;
  color: #000;
}

.p6-b-privacy-inner {
  margin-top: 1.3889vw;
  height: 16.1111vw;
  padding-right: 2.7778vw;
  overflow-y: auto;
}

.p6-b-privacy-inner::-webkit-scrollbar {
  width: 0.4167vw;
}

.p6-b-privacy-inner::-webkit-scrollbar-track {
  background: transparent;
}

.p6-b-privacy-inner::-webkit-scrollbar-thumb {
  background-color: #00582d;
}

.p6-b-privacy-inner::-webkit-scrollbar-button,
.p6-b-privacy-inner::-webkit-scrollbar-button:vertical:start,
.p6-b-privacy-inner::-webkit-scrollbar-button:vertical:end,
.p6-b-privacy-inner::-webkit-scrollbar-button:vertical:increment,
.p6-b-privacy-inner::-webkit-scrollbar-button:vertical:decrement {
  display: none;
  height: 0;
  width: 0;
  background: transparent;
}

.p6-b-privacy-content p {
  font-size: 1.1111vw;
  line-height: 2;
  color: #000;
}

.p6-b-privacy-content h4 {
  margin-top: 3.4722vw;
  font-size: 1.3889vw;
  font-weight: 500;
  color: #000;
}

.p6-b-btn-wrap {
  margin-top: 3.4722vw;
  text-align: center;
}

.p6-b-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.3889vw 5.5556vw;
  border: none;
  border-radius: 9.7222vw;
  background-color: #af1c1c;
  color: #fff;
  font-size: 1.0417vw;
  font-weight: 500;
  cursor: pointer;
}

.p6-b-btn:hover {
  opacity: 0.8;
}

.wpcf7-spinner {
  display: none;
}

/* ==========================================================================
   フッター：お問い合わせ
   ========================================================================== */
.footer-contact-container {
  position: relative;
  width: 100%;
  padding: 6.9444vw 0;
  overflow: hidden;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../image/p1-back1.png);
  background-size: cover;
  background-position: center;
}

.footer-contact-en {
  position: absolute;
  bottom: -4.8611vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  font-size: 13.8889vw;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.6);
}

.footer-contact-box {
  position: relative;
  z-index: 1;
  width: 88.89vw;
  margin: 0 auto;
  text-align: center;
}

.footer-contact-text {
  max-width: 55.5556vw;
  margin: 1.3889vw auto 0;
  font-size: 1.0417vw;
  line-height: 2;
}

.footer-contact-time {
  margin-top: 1.3889vw;
  font-size: 1.3889vw;
}

.footer-contact-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3889vw;
  margin-top: 1.3889vw;
}

.footer-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6944vw;
  width: 16.6667vw;
  padding: 0.6944vw;
  border-radius: 8.3333vw;
  font-size: 1.0417vw;
  font-weight: 700;
  color: #fff;
}

.footer-contact-btn-tel {
  background-color: #af1c1c;
}

.footer-contact-btn-mail {
  background-color: #00582d;
}

.footer-contact-btn img {
  width: 1.6667vw;
}

.footer-contact-insta {
  display: block;
  width: 4.1667vw;
  margin: 1.3889vw auto 0;
}

/* ==========================================================================
   フッター：ロゴ・ナビ
   ========================================================================== */
.footer-container {
  width: 100%;
  padding: 4.1667vw 0;
}

.footer-box {
  display: flex;
  gap: 11.1111vw;
  width: 88.89vw;
  margin: 0 auto;
}

.footer-logo {
  width: 25vw;
}

.footer-nav ul {
  display: flex;
  align-items: center;
  gap: 2.0833vw;
}

.footer-nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3472vw;
}

.footer-nav li a .en {
  font-size: 1.1111vw;
  font-weight: 700;
  color: #00582d;
}

.footer-nav li a span:last-child {
  font-size: 0.9722vw;
  color: #000;
}

.footer-map {
  width: 100%;
  height: 33.3333vw;
}

.footer-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.copy-right {
  width: 100%;
  padding: 2.0833vw 0;
  background-color: #00582d;
  text-align: center;
}

.copy-right p {
  font-size: 0.9722vw;
  color: #fff;
}

@media screen and (max-width: 767px) {

  /* 全体 */
  #header,
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  main {
    padding-top: 16vw;
  }

  /* ヘッダー */
  .sp-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 16vw;
    background-color: #fff;
    z-index: 9999;
    display: block;
  }

  .sp-header-inner {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding: 0 4vw;
  }

  .sp-header-logo {
    position: absolute;
    top: 2.1333vw;
    left: 4vw;
    z-index: 2;
  }

  .sp-header-logo img {
    width: 42.6667vw;
    height: auto;
  }

  .sp-header-icons {
    display: flex;
    align-items: center;
    gap: 2.6667vw;
  }

  .sp-header-social {
    display: flex;
    align-items: center;
    gap: 1.3333vw;
  }

  .sp-header-tel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9.3333vw;
    height: 9.3333vw;
    box-sizing: border-box;
  }

  .sp-header-tel img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .sp-header-insta {
    display: block;
    width: 9.3333vw;
    height: 9.3333vw;
  }

  .sp-header-insta img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* ハンバーガーボタン */
  .sp-menu-btn {
    position: relative;
    width: 10.6667vw;
    height: 10.6667vw;
    background-color: transparent;
    border: none;
    z-index: 1000;
  }

  .sp-menu-btn span {
    position: absolute;
    left: 1.3333vw;
    width: 8vw;
    height: 0.8vw;
    background-color: #00582d;
    transition: 0.3s;
  }

  .sp-menu-btn span:nth-child(1) {
    top: 2.6667vw;
  }

  .sp-menu-btn span:nth-child(2) {
    top: 4.8vw;
  }

  .sp-menu-btn span:nth-child(3) {
    top: 6.9333vw;
  }

  .sp-menu-btn.is-active span {
    background-color: #fff;
  }

  .sp-menu-btn.is-active span:nth-child(1) {
    top: 4.8vw;
    transform: rotate(45deg);
  }

  .sp-menu-btn.is-active span:nth-child(2) {
    opacity: 0;
  }

  .sp-menu-btn.is-active span:nth-child(3) {
    top: 4.8vw;
    transform: rotate(-45deg);
  }

  /* 全画面メニュー */
  .sp-header-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #00582d;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }

  .sp-header-nav.is-active {
    right: 0;
  }

  .sp-nav-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6vw;
  }

  .sp-nav-list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 3.7333vw;
  }

  .sp-nav-list li a .first-span {
    font-size: 4.2667vw;
  }

  /* お知らせ内容 1100で可変 */
  .single-container {
    width: 100%;
    padding: 10.6667vw 0;
  }

  .single-box {
    width: 94%;
    margin: 0 auto;
  }

  .single-title {
    font-size: 5.3333vw;
    font-weight: 600;
    margin-bottom: 5.3333vw;
    line-height: 1.4;
  }

  .single-img {
    width: 100%;
    max-width: 106.6667vw;
    margin-bottom: 8vw;
  }

  .single-img img {
    width: 100%;
    height: auto;
    display: block;
  }

  .single-content {
    font-size: 4.2667vw;
    line-height: 1.8;
    color: #333;
  }

  .single-content img {
    max-width: 100%;
    height: auto;
  }

  /* ==========================================================================
     見出し共通
     ========================================================================== */
  .p1-b-title,
  .p1-c-title,
  .p1-d-title,
  .p1-e-title,
  .p1-f-title,
  .p1-g-title,
  .p2-a-title,
  .p2-b-title,
  .p3-a-title,
  .p4-b-title,
  .p4-c-title,
  .p6-a-title,
  .p6-b-title,
  .footer-contact-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.3333vw;
    text-align: center;
    line-height: 1.2;
  }

  .p1-b-title .en,
  .p1-c-title .en,
  .p1-d-title .en,
  .p1-e-title .en,
  .p1-f-title .en,
  .p1-g-title .en,
  .p2-a-title .en,
  .p2-b-title .en,
  .p3-a-title .en,
  .p4-b-title .en,
  .p4-c-title .en,
  .p6-a-title .en,
  .p6-b-title .en,
  .footer-contact-title .en {
    font-size: 8.5333vw;
    font-weight: 700;
    color: #00582d;
  }

  .p1-b-title p:last-child,
  .p1-c-title p:last-child,
  .p1-d-title p:last-child,
  .p1-e-title p:last-child,
  .p1-f-title p:last-child,
  .p1-g-title p:last-child,
  .p2-a-title p:last-child,
  .p2-b-title p:last-child,
  .p3-a-title p:last-child,
  .p4-b-title p:last-child,
  .p4-c-title p:last-child,
  .p6-a-title p:last-child,
  .p6-b-title p:last-child,
  .footer-contact-title p:last-child {
    font-size: 4.8vw;
    color: #000;
  }

  .p2-a-title {
    align-items: flex-start;
    text-align: left;
  }

  .p2-a-title p:last-child {
    text-align: left;
  }

  /* ==========================================================================
     p1-a ヒーロー
     ========================================================================== */
  .p1-a-container {
    position: relative;
    width: 100%;
    height: 180vw;
    overflow: hidden;
  }

  .p1-a-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .p1-a-container::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .p1-a-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 88.89vw;
    text-align: center;
  }

  .p1-a-en {
    font-size: 21.8667vw;
    font-weight: 700;
    line-height: 2.4;
    color: rgba(255, 255, 255, 0.4);
  }

  .p1-a-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 6.4vw;
    font-weight: 600;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    text-shadow: 1.0667vw 1.0667vw 2.6667vw rgba(0, 0, 0, 1);
  }

  .p1-a-title span {
    font-size: 8.5333vw;
  }

  /* ==========================================================================
     p1-b お知らせ
     ========================================================================== */
  .p1-b-container {
    width: 100%;
    padding: 10.6667vw 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../image/p1-back1.png);
    background-size: cover;
    background-position: center;
  }

  .p1-b-box {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10.6667vw;
    width: 88.89vw;
    margin: 0 auto;
  }

  .p1-b-title p:last-child {
    text-align: center;
  }

  .p1-b-list {
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }

  .p1-b-list li {
    padding-bottom: 4vw;
    border-bottom: 0.2667vw solid #000;
  }

  .p1-b-list li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10.6667vw;
    font-size: 3.4667vw;
  }

  /* ==========================================================================
     p1-c 私たちについて
     ========================================================================== */
  .p1-c-container {
    width: 100%;
    padding: 16vw 0;
    background-color: #fff;
  }

  .p1-c-box {
    position: relative;
    width: 88.89vw;
    padding-bottom: 20.8vw;
    margin: 0 auto;
  }

  .p1-c-en {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 0;
    font-size: 17.0667vw;
    font-weight: 700;
    line-height: 1;
    text-align: right;
    color: rgba(219, 219, 219, 0.4);
  }

  .p1-c-title {
    position: relative;
    z-index: 1;
    align-items: flex-start;
    text-align: left;
  }

  .p1-c-title p:last-child {
    text-align: left;
  }

  .p1-c-text {
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin-top: 5.3333vw;
    font-size: 3.7333vw;
    line-height: 1.9;
    color: #000;
  }

  .p1-c-btn {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2.6667vw;
    width: fit-content;
    margin: 8vw 0 0;
    padding: 1.3333vw 1.3333vw 1.3333vw 5.3333vw;
    border-radius: 32vw;
    background-color: #af1c1c;
    font-size: 3.7333vw;
    font-weight: 700;
    color: #fff;
  }

  .p1-c-btn img {
    width: 8vw;
  }

  /* ==========================================================================
     p1-d 業務内容
     ========================================================================== */
  .p1-d-container {
    position: relative;
    width: 100%;
    padding: 8vw 0;
    overflow: hidden;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../image/p1-back1.png);
    background-size: cover;
    background-position: center;
  }

  .p1-d-en {
    display: none;
  }

  .p1-d-box {
    position: relative;
    z-index: 1;
    width: 88.89vw;
    margin: 0 auto;
  }

  .p1-d-list {
    width: 100%;
    margin-top: 8vw;
  }

  .p1-d-list li {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 5.3333vw;
  }

  .p1-d-list li:not(:first-child) {
    margin-top: 10.6667vw;
  }

  .p1-d-text {
    width: 100%;
    order: 2;
  }

  .p1-d-img {
    width: 100%;
    order: 1;
  }

  .p1-d-name {
    font-size: 5.3333vw;
    font-weight: 500;
    line-height: 1.4;
  }

  .p1-d-desc {
    margin-top: 5.3333vw;
    font-size: 4vw;
    line-height: 2;
  }

  .p1-d-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2.6667vw;
    margin-top: 5.3333vw;
    padding: 1.3333vw 1.3333vw 1.3333vw 5.3333vw;
    border-radius: 32vw;
    background-color: #af1c1c;
    font-size: 3.7333vw;
    font-weight: 700;
    color: #fff;
  }

  .p1-d-btn img {
    width: 8vw;
  }

  /* ==========================================================================
     p1-e 対応エリア
     ========================================================================== */
  .p1-e-container {
    width: 100%;
    padding-top: 16vw;
    padding-bottom: 0;
    background-image: none;
  }

  .p1-e-box {
    width: 88.89vw;
    margin: 0 auto;
    text-align: center;
  }

  .p1-e-text {
    text-align: left;
    margin-top: 5.3333vw;
    font-size: 3.4667vw;
    line-height: 2;
  }

  .p1-e-img {
    width: 100%;
    margin-top: 0;
  }

  .p1-e-img img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* ==========================================================================
     p1-f 施工事例
     ========================================================================== */
  .p1-f-container {
    position: relative;
    width: 100%;
    margin-top: 16vw;
    padding: 8vw 0;
    overflow: hidden;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../image/p1-back1.png);
    background-size: cover;
    background-position: center;
  }

  .p1-f-en {
    display: none;
  }

  .p1-f-box {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .p1-f-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6667vw;
    margin-top: 5.3333vw;
  }

  .p1-f-list li {
    width: 100%;
    height: 35.4667vw;
  }

  .p1-f-list li:first-child,
  .p1-f-list li:last-child {
    display: none;
  }

  .p1-f-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .p1-f-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2.6667vw;
    width: fit-content;
    margin: 5.3333vw auto 0;
    padding: 1.3333vw 1.3333vw 1.3333vw 5.3333vw;
    border-radius: 32vw;
    background-color: #af1c1c;
    font-size: 3.7333vw;
    font-weight: 700;
    color: #fff;
  }

  .p1-f-btn img {
    width: 8vw;
  }

  /* ==========================================================================
     p1-g 採用情報
     ========================================================================== */
  .p1-g-container {
    position: relative;
    width: 100%;
    padding-top: 16vw;
    padding-bottom: 8vw;
    overflow: hidden;
  }

  .p1-g-en {
    display: none;
  }

  .p1-g-box {
    position: relative;
    z-index: 1;
    width: 88.89vw;
    margin: 0 auto;
    text-align: center;
  }

  .p1-g-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2.6667vw;
    margin-top: 5.3333vw;
    text-align: left;
  }

  .p1-g-img {
    width: 100%;
    flex-shrink: 0;
  }

  .p1-g-text {
    width: 100%;
  }

  .p1-g-heading {
    font-size: 5.3333vw;
    font-weight: 500;
    line-height: 2;
    color: #00582d;
  }

  .p1-g-desc {
    margin-top: 2.6667vw;
    font-size: 3.4667vw;
    line-height: 1.8;
  }

  .p1-g-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2.6667vw;
    width: fit-content;
    margin: 5.3333vw 0 0;
    padding: 1.3333vw 1.3333vw 1.3333vw 5.3333vw;
    border-radius: 32vw;
    background-color: #af1c1c;
    font-size: 3.7333vw;
    font-weight: 700;
    color: #fff;
  }

  .p1-g-btn img {
    width: 8vw;
  }

  /* ==========================================================================
     sub-mv 下層ページ共通メインビュー
     ========================================================================== */
  .sub-mv-container {
    position: relative;
    width: 100%;
    height: 60vw;
    overflow: hidden;
  }

  .sub-mv-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sub-mv-container::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .sub-mv-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.6667vw;
    width: 88.89vw;
    text-align: center;
  }

  .sub-mv-title {
    font-size: 8vw;
    font-weight: 600;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    text-shadow: 0.5333vw 0.5333vw 1.3333vw rgba(0, 0, 0, 1);
  }

  .sub-mv-en {
    font-size: 10.3333vw;
    font-weight: 700;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.7);
  }

  /* ==========================================================================
     sub-table 下層ページ共通テーブル
     ========================================================================== */
  .sub-table {
    width: 88.89vw;
    margin: 0 auto;
    border-collapse: collapse;
  }

  .sub-table th,
  .sub-table td {
    display: block;
    width: 100%;
  }

  .sub-table th {
    background-color: #00582d;
    color: #fff;
    font-weight: 400;
    font-size: 3.7333vw;
    line-height: 1.6;
    text-align: left;
    padding: 3.2vw 4vw;
  }

  .sub-table td {
    background-color: #efefef;
    color: #000;
    font-weight: 400;
    font-size: 3.7333vw;
    line-height: 1.6;
    text-align: left;
    padding: 3.2vw 4vw;
    border-bottom: 0.2667vw solid #00582d;
  }

  /* ==========================================================================
     p2-a 会社概要：ご挨拶
     ========================================================================== */
  .p2-a-container {
    width: 100%;
    padding: 16vw 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../image/p2-back1.png);
    background-size: cover;
    background-position: center;
  }

  .p2-a-box {
    display: flex;
    flex-direction: column-reverse;
    gap: 8vw;
    width: 88.89vw;
    margin: 0 auto;
  }

  .p2-a-text {
    display: flex;
    flex-direction: column;
    gap: 5.3333vw;
    width: 100%;
  }

  .p2-a-desc {
    font-size: 4vw;
    line-height: 1.8;
    color: #000;
  }

  .p2-a-desc p:not(:first-child) {
    margin-top: 3.2vw;
  }

  .p2-a-img {
    width: 100%;
  }

  /* ==========================================================================
     p2-b 会社概要：会社情報
     ========================================================================== */
  .p2-b-container {
    width: 100%;
    padding: 16vw 0;
  }

  .p2-b-box {
    width: 88.89vw;
    margin: 0 auto;
  }

  .p2-b-table {
    margin-top: 8vw;
  }

  .p2-b-map {
    width: 100%;
    height: auto;
    margin: 16vw auto 0;
  }

  .p2-b-map iframe {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border: 0;
  }

  /* ==========================================================================
     p3-a 業務内容
     ========================================================================== */
  .p3-a-container {
    width: 100%;
    padding: 16vw 0;
  }

  .p3-a-box {
    width: 88.89vw;
    margin: 0 auto;
  }

  .p3-a-list {
    display: flex;
    flex-direction: column;
    gap: 10.6667vw;
  }

  .p3-a-list li {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 5.3333vw;
  }

  .p3-a-text {
    display: flex;
    flex-direction: column;
    gap: 3.2vw;
    width: 100%;
  }

  .p3-a-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 3.2vw 4vw;
    background-color: #00582d;
  }

  .p3-a-heading p {
    font-size: 4.8vw;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    text-align: center;
  }

  .p3-a-desc {
    font-size: 4vw;
    line-height: 1.8;
    color: #000;
  }

  .p3-a-img {
    width: 100%;
  }

  /* ==========================================================================
     p4-a 採用情報：イントロ
     ========================================================================== */
  .p4-a-container {
    width: 100%;
    padding: 16vw 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../image/p4-back1.png);
    background-size: cover;
    background-position: center;
  }

  .p4-a-box {
    display: flex;
    flex-direction: column-reverse;
    gap: 8vw;
    width: 88.89vw;
    margin: 0 auto;
  }

  .p4-a-text {
    display: flex;
    flex-direction: column;
    gap: 3.2vw;
    width: 100%;
  }

  .p4-a-lead {
    font-size: 4.8vw;
    font-weight: 500;
    line-height: 1.8;
    color: #00582d;
  }

  .p4-a-desc {
    font-size: 4vw;
    line-height: 1.8;
    color: #000;
  }

  .p4-a-img {
    width: 100%;
  }

  /* ==========================================================================
     p4-b 採用情報：社員インタビュー
     ========================================================================== */
  .p4-b-container {
    width: 100%;
    padding: 16vw 0;
  }

  .p4-b-box {
    width: 88.89vw;
    margin: 0 auto;
  }

  .p4-b-list {
    display: flex;
    flex-direction: column;
    gap: 8vw;
    margin-top: 8vw;
  }

  .p4-b-list li {
    width: 100%;
  }

  .p4-b-img {
    width: 100%;
  }

  .p4-b-text {
    height: auto;
    padding: 5.3333vw 6.6667vw;
    background-color: #dddcde;
    text-align: left;
  }

  .p4-b-text p {
    font-size: 4vw;
    line-height: 1.8;
    color: #000;
  }

  .p4-b-text div:last-child p {
    margin-top: 8vw;
  }

  .p4-b-text strong {
    font-weight: 700;
  }

  /* ==========================================================================
     p4-c 採用情報：募集要項
     ========================================================================== */
  .p4-c-container {
    width: 100%;
    padding: 16vw 0;
  }

  .p4-c-box {
    width: 88.89vw;
    margin: 0 auto;
  }

  .p4-c-table {
    margin-top: 8vw;
  }

  /* ==========================================================================
     p5-a 施工事例
     ========================================================================== */
  .p5-a-container {
    width: 100%;
    padding: 16vw 0;
  }

  .p5-a-box {
    width: 88.89vw;
    margin: 0 auto;
  }

  .p5-a-list {
    display: flex;
    flex-direction: column;
    gap: 8vw 4vw;
  }

  .p5-a-list li {
    width: 100%;
  }

  .p5-a-img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    background-color: #d9d9d9;
  }

  .p5-a-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .p5-a-text {
    width: 100%;
    padding: 3.2vw 2.6667vw;
    background-color: #00582d;
  }

  .p5-a-text p {
    font-size: 3.7333vw;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    text-align: center;
  }

  /* ==========================================================================
     p6-a お問い合わせについて
     ========================================================================== */
  .p6-a-container {
    width: 100%;
    padding: 16vw 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../image/p6-back1.png);
    background-size: cover;
    background-position: center;
  }

  .p6-a-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8vw;
    width: 88.89vw;
    margin: 0 auto;
  }

  .p6-a-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4vw;
  }

  .p6-a-lead {
    font-size: 4.8vw;
    font-weight: 500;
    line-height: 1.8;
    color: #00582d;
    text-align: center;
  }

  .p6-a-desc p {
    font-size: 4vw;
    line-height: 1.8;
    color: #000;
    text-align: center;
  }

  /* ==========================================================================
     p6-b お問い合わせフォーム
     ========================================================================== */
  .p6-b-container {
    width: 100%;
    padding: 16vw 0;
  }

  .p6-b-box {
    width: 88.89vw;
    margin: 0 auto;
  }

  .p6-b-form {
    width: 100%;
    margin: 8vw auto 0;
    padding: 8vw 5.3333vw;
    background-color: #fff;
  }

  .p6-b-table {
    width: 100%;
    border-collapse: collapse;
  }

  .p6-b-table tr {
    display: block;
    border-bottom: 0.2667vw solid #ccc;
  }

  .p6-b-table th {
    display: block;
    width: 100%;
    padding: 4vw 0 2.6667vw;
    font-size: 4vw;
    font-weight: 500;
    color: #000;
    text-align: left;
    white-space: nowrap;
  }

  .p6-b-table td {
    display: block;
    width: 100%;
    padding: 0 0 4vw;
  }

  .p6-b-table .required {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 2.6667vw;
    padding: 1.0667vw 2.1333vw;
    background-color: #00582d;
    color: #fff;
    font-size: 3.2vw;
    font-weight: 500;
  }

  .p6-b-table input[type="text"],
  .p6-b-table input[type="tel"],
  .p6-b-table input[type="email"],
  .p6-b-table textarea {
    width: 100%;
    padding: 3.2vw;
    border: 0.5333vw solid #b6b6b6;
    font-size: 4vw;
    box-sizing: border-box;
  }

  .p6-b-table textarea {
    height: 53.3333vw;
  }

  .p6-b-table input[type="radio"] {
    width: 4.6667vw;
    height: 4.6667vw;
    accent-color: #00582d;
    cursor: pointer;
  }

  .p6-b-table .wpcf7-radio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3.2vw;
  }

  .p6-b-table .wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 1.8667vw;
    font-size: 4vw;
  }

  .p6-b-table .wpcf7-list-item label {
    font-size: 4.2667vw;
  }

  .p6-b-privacy {
    margin-top: 8vw;
    padding: 5.3333vw 4vw;
    background-color: #dddcde;
  }

  .p6-b-privacy h3 {
    display: inline-block;
    padding-bottom: 1.6vw;
    border-bottom: 0.5333vw solid #00582d;
    font-size: 4.8vw;
    font-weight: 500;
    color: #000;
  }

  .p6-b-privacy-inner {
    margin-top: 4vw;
    height: 61.8667vw;
    padding-right: 6.6667vw;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #00582d transparent;
  }

  .p6-b-privacy-inner::-webkit-scrollbar {
    width: 1.6vw;
  }

  .p6-b-privacy-inner::-webkit-scrollbar-track {
    background: transparent;
  }

  .p6-b-privacy-inner::-webkit-scrollbar-thumb {
    background-color: #00582d;
    border-radius: 0.8vw;
  }

  .p6-b-privacy-inner::-webkit-scrollbar-button,
  .p6-b-privacy-inner::-webkit-scrollbar-button:vertical:start,
  .p6-b-privacy-inner::-webkit-scrollbar-button:vertical:end,
  .p6-b-privacy-inner::-webkit-scrollbar-button:vertical:increment,
  .p6-b-privacy-inner::-webkit-scrollbar-button:vertical:decrement {
    display: none;
    height: 0;
    width: 0;
    background: transparent;
  }

  .p6-b-privacy-content p {
    font-size: 3.7333vw;
    line-height: 1.8;
    color: #000;
  }

  .p6-b-privacy-content h4 {
    margin-top: 4vw;
    font-size: 4.2667vw;
    font-weight: 500;
    color: #000;
  }

  .p6-b-btn-wrap {
    margin-top: 8vw;
    text-align: center;
  }

  .p6-b-btn {
    display: flex;
    width: 38.6667vw;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    padding: 4vw;
    border: none;
    border-radius: 32vw;
    background-color: #af1c1c;
    color: #fff;
    font-size: 3.7333vw;
    font-weight: 500;
    cursor: pointer;
  }

  .p6-b-btn:hover {
    opacity: 0.8;
  }

  /* ==========================================================================
     フッター：お問い合わせ
     ========================================================================== */
  .footer-contact-container {
    position: relative;
    width: 100%;
    padding: 8vw 0;
    overflow: hidden;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../image/p1-back1.png);
    background-size: cover;
    background-position: center;
  }

  .footer-contact-en {
    display: none;
  }

  .footer-contact-box {
    position: relative;
    z-index: 1;
    width: 88.89vw;
    margin: 0 auto;
    text-align: center;
  }

  .footer-contact-text {
    max-width: 100%;
    margin: 5.3333vw auto 0;
    font-size: 3.4667vw;
    line-height: 2;
  }

  .footer-contact-time {
    margin-top: 4vw;
    font-size: 4.2667vw;
  }

  .footer-contact-btn-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.6667vw;
    margin-top: 5.3333vw;
  }

  .footer-contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.6667vw;
    width: 53.3333vw;
    padding: 2.6667vw;
    border-radius: 32vw;
    font-size: 3.7333vw;
    font-weight: 700;
    color: #fff;
  }

  .footer-contact-btn-tel {
    background-color: #af1c1c;
  }

  .footer-contact-btn-mail {
    background-color: #00582d;
  }

  .footer-contact-btn img {
    width: 6.4vw;
  }

  .footer-contact-insta {
    display: block;
    width: 16vw;
    margin: 5.3333vw auto 0;
  }

  /* ==========================================================================
     フッター：ロゴ・ナビ
     ========================================================================== */
  .footer-container {
    width: 100%;
    padding: 8vw 0;
  }

  .footer-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.3333vw;
    width: 88.89vw;
    margin: 0 auto;
  }

  .footer-logo {
    width: 53.3333vw;
  }

  .footer-nav {
    display: none;
  }

  .footer-map {
    width: 100%;
    height: 106.6667vw;
  }

  .footer-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .copy-right {
    width: 100%;
    padding: 8vw 0;
    background-color: #00582d;
    text-align: center;
  }

  .copy-right p {
    font-size: 3.2vw;
    color: #fff;
  }
}