@charset "UTF-8";
/* CSS Document */
/*Setting***************************************************/
:root {
    --primary-color: #f0f0f0;
    --secondary-color: #00a653;
	--jp-primary-font: 'Noto Sans JP', sans-serif;
	--jp-secondary-font: 'Zen Kaku Gothic New', sans-serif;
	--en-primary-font: 'Barlow', sans-serif;
  	--font-weight-Regular: 400;
  	--font-weight-Medium: 600;
  	--font-weight-Bold: 800;
	--text-color: #3e3a39;
	--text-color-secondary: #000;
	--text-color-tertiary: #00a653;

}
/*共通***********************************/
.second-contents-box {
	width: 100%;
	margin: 0 auto;
}


.kv-second {
	width: 84%;
	margin: 0 auto 150px;
	display: flex;
	justify-content: space-between;
}
.kv-second .title-box {
	width: 37%;
	margin: 0;
	padding-top: 20%;
}
.kv-second .title-box .title {
	font-size: 3.0rem;
	letter-spacing: 0.3em;
	font-weight:var(--font-weight-Medium);
	margin-bottom: 1%;
	color: var(--text-color);
}
.kv-second .title-box .en-title {
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	font-family: var(--en-primary-font);
	font-weight:var(--font-weight-Medium);
	color: var(--secondary-color);
	margin-bottom: 5%;
}
.kv-second .title-box .txt {
	font-size: 1.3rem;
	letter-spacing: 0.2em;
	font-weight:var(--font-weight-Medium);
	line-height: 2.6;
}
.kv-second .image-box {
	width: 60%;
}




[id] {/* すべてのアンカー対象に適用 */
  scroll-margin-top: 150px;
}

/*下層のコンタクト*********************************************/
.contact-second {
	position: relative;
  	width:950px;
	border-radius: 7px;
	margin: 0 auto 100px;
	background-color: #FFF;
	padding: 3% 75px;
	letter-spacing: 0.2em;
}
.contact-second .contents-area {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact-second .contents-area .left-box {
	width: 55%;
}
.contact-second .contents-area .right-box {
	width: 45%;
	display: flex;
}
.contact-second .contents-area .left-box .title {
	font-size: 2.5rem;
	color: var(--text-color);
	font-family: var(--jp-primary-font);
	font-weight: var(--font-weight-Medium);
	line-height: 2;
	letter-spacing: 0.35em;
	margin: 0 0 20px 0;
}
.contact-second .contents-area .left-box .txt {
	font-size: 1.3rem;
	color: var(--text-color);
	font-family: var(--jp-primary-font);
	font-weight: var(--font-weight-Regular);
	line-height: 2.2;
	margin: 0;
}

/*about*********************************/
.kv-about {
	background-image: url(../images/about/kv-about.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 58% auto;
	background-position: right top;
}
.about-contents-box {
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	gap: 8%;
	margin: 0 auto 100px;      
}
.about-contents-box .box {
	flex: 0 0 46%; 
	padding: 3% 0;
}
.about-contents-box .box .ph {
	width: 100%;
	margin-bottom: 15px;
}
.about-contents-box .box .title {
	font-size: 1.6rem;
	letter-spacing: 0.25em;
	font-weight:var(--font-weight-Medium);
	color: var(--secondary-color);
	margin-bottom: 15px;
}
.about-contents-box .box .txt {
	font-size: 1.3rem;
	letter-spacing: 0.2em;
	font-weight:var(--font-weight-Regular);
	color: var(--text-color);
	text-align: justify;
	margin-bottom: 20px;
	line-height: 2;
}

/*company*********************************/
.kv-company {
	background-image: url(../images/company/kv-company.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 58% auto;
	background-position: right top;
}
.company-greet-box {
	width: 1000px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 150px;
}
.company-greet-box .left-box {
	width: 20%;
	padding-top: 8px;
}
.company-greet-box .right-box {
	width: 70%;
	padding-left: 10%;
}
.company-greet-box .left-box .copy {
	font-size: 1.6rem;
	font-weight: var(--font-weight-Medium);
	color: var(--secondary-color);
	writing-mode: vertical-rl;
	text-orientation: upright; 
	line-height: 2.5;
	letter-spacing: 0.3em;
	margin-left: auto;
}
.company-greet-box .right-box .txt {
	font-size: 1.3rem;
	font-weight: var(--font-weight-Regular);
	color: var(--text-color);
	text-align: left;
	line-height: 2.4;
	letter-spacing: 0.15em;
	margin-bottom: 50px;
}
.company-greet-box .right-box .position {
	font-size: 1.2rem;
	font-weight: var(--font-weight-Medium);
	color: var(--text-color);
	text-align: left;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
.company-greet-box .right-box .name {
	font-size: 2.0rem;
	font-weight: var(--font-weight-Medium);
	color: var(--text-color);
	text-align: left;
	letter-spacing: 0.4em;
}

.company-outline-box {
	width: 950px;
	border-radius: 7px;
	margin: 0 auto 100px;
	background-color: #FFF;
	padding: 10% 75px;
	display: flex;
	justify-content: space-between;
}
.company-outline-box .left-box {
	width: 40%;
}

.company-outline-box .right-box {
	width: 60%;
}
.company-outline-box .left-box .title {
	font-size: 2.5rem;
	color: var(--text-color);
	letter-spacing: 0.3em;
}

.company-outline-box .right-box dl.company-info {
  display: flex;
  justify-content: flex-start;
   align-items: flex-start;
  border-top: 1px solid #dcdddd;
  font-size: 1.3rem;
  line-height: 2.2;
  padding: 16px 0;
   flex-wrap: wrap;
}
.company-outline-box .right-box dl.company-info:last-of-type {
border-bottom: 1px solid #dcdddd;
}

.company-outline-box .right-box .company-info dt {
	width: 15%;
  text-align: left;
  color: #595757;
  font-weight: var(--font-weight-Medium);
  text-align:justify;
  text-align-last:justify;
}
.company-outline-box .right-box .company-info dd {
	width: 70%;
  text-align: left;
  color: #231815;
  font-weight: var(--font-weight-Medium);
  margin-left: 15%;
  letter-spacing: 0.2em;
}

/*recruit*********************************/
.kv-recruit {
	background-image: url(../images/recruit/kv-recruit.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 58% auto;
	background-position: right top;
}
.recruit-outline-box {
	width: 950px;
	border-radius: 7px;
	margin: 0 auto 100px;
	background-color: #FFF;
	padding: 10% 75px;
	display: flex;
	justify-content: space-between;
}
.recruit-outline-box .left-box {
	width: 40%;
}

.recruit-outline-box .right-box {
	width: 60%;
}
.recruit-outline-box .left-box .title {
	font-size: 2.5rem;
	color: var(--text-color);
	letter-spacing: 0.3em;
	line-height: 1.5;
}

.recruit-outline-box .right-box dl.company-info {
  display: flex;
  justify-content: flex-start;
   align-items: flex-start;
  border-top: 1px solid #dcdddd;
  font-size: 1.3rem;
  line-height: 2.2;
  padding: 16px 0;
   flex-wrap: wrap;
}
.recruit-outline-box .right-box dl.company-info:last-of-type {
border-bottom: 1px solid #dcdddd;
margin-bottom: 60px;
}

.recruit-outline-box .right-box .company-info dt {
	width: 15%;
  text-align: left;
  color: #595757;
  font-weight: var(--font-weight-Medium);
  text-align:justify;
  text-align-last:justify;
}
.recruit-outline-box .right-box .company-info dd {
	width: 70%;
  text-align: left;
  color: #231815;
  font-weight: var(--font-weight-Medium);
  margin-left: 15%;
  letter-spacing: 0.2em;
}
.contact-btn-rec {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 2em 2em;
  width: 360px;
  background-color: #00a651;
  color: #fff;
  font-size: 1.3rem;
  font-weight: var(--font-weight-Medium);
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.3s ease;
  margin-left: auto;
}

.contact-btn-rec .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* 線で作る矢印 */
.contact-btn-rec .arrow {
  display: block;
  width: 3px;
  height: 3px;
  border-left: 2px solid #00a653;
  border-bottom: 2px solid #00a653;
  transform: rotate(-135deg); /* 向きを右向きに調整 */
  transition: all 0.3s ease;
  margin-right: 2px;
}

/* ホバー時：色反転 */
.contact-btn-rec:hover {
  background: #f0f0f0;
  color: #00a651;
}

.contact-btn-rec:hover .btn-icon {
  background: #00a651;
  transform: scale(1.4);
}

.contact-btn-rec:hover .arrow {
  border-left-color: #fff;
  border-bottom-color: #fff;
}

/*works*********************************/
.kv-works {
	background-image: url(../images/works/kv-works.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 58% auto;
	background-position: right top;
}
.works-btn-area {
	width: 1100px;
	display: flex;
	justify-content: space-between;
	gap: 1%;
	margin: 0 auto 150px;
}

.works-btn-area .btn {
	flex: 1; /* 均等に伸縮 */
  	max-width: 19%; /* 5個並びを維持 */
      display: inline-block;
      background-color: var(--secondary-color);
	  color: #FFF;
	  padding: 22px 0 10px;
      border: none;
      border-radius:5px;
      cursor: pointer;
      text-align: center;
      transition: opacity 0.3s ease;
	  font-size: 1.4rem;
	  font-weight: var(--font-weight-Medium);
	  letter-spacing: 0.2em;
    }

.works-btn-area .btn:hover {
      opacity: 0.7; /* ホバーで半透明 */
    }

.works-btn-area .arrow {
      display: block;
      width: 5px;
      height: 5px;
      border-left: 2px solid #fff;
      border-bottom: 2px solid #fff;
      transform: rotate(-45deg); /* 下向きV字 */
      margin: 12px auto 0; /* 中央寄せ＋上に余白 */
    }
.works-detail-box {
	width: 1100px;
	margin: 0 auto 100px;
}

.works-divsion-title {
	width: 96%;
	background-color: #FFF;
	border-radius: 5px;
	padding: 2% 2%;
	margin-bottom: 30px;
}
.works-divsion-title-new {
	width: 96%;
	background-color: #FFF;
	border-radius: 5px;
	padding: 2% 2%;
	margin-bottom: 30px;
	margin-top: 120px;
}
.works-divsion-title .txt,
.works-divsion-title-new .txt {
	font-size: 1.6rem;
	color: #595757;
	font-weight: var(--font-weight-Medium);
	position: relative;
	display: inline-block;
	margin: 0;
	letter-spacing: 0.2em;
}
.works-divsion-title .txt::before,
.works-divsion-title-new .txt::before {
	content: "";
  display: inline-block; 
  width: 18px; 
  height: 4px;
  background-color: var(--secondary-color);
  margin: 0 15px 3px 0; 
  vertical-align: middle;
}
.work-result-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.work-result-box .box {
	width: 48%;
	display: flex;
	flex-direction: column; 
	align-items: flex-start; 
	gap: 12px; 
}
.work-result-box .box .ph {
	width: 100%;
	margin-bottom: 10px;
}
.work-result-box .box .title {
	font-size: 1.6rem;
	color: var(--text-color);
	font-weight: var(--font-weight-Medium);
	letter-spacing: 0.15em;
	margin-bottom: 10px;
}
.work-result-box .box .tag {
	font-size: 1.3rem;
	background-color: var(--secondary-color);
	color: #fff;
	font-weight: var(--font-weight-Medium);
	padding: 8px 12px 10px;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 20px;
}
#home,
#construction,
#civil,
#steel,
#exterior {
  scroll-margin-top: 150px;
}

.work-result-price {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.work-result-price .box {
	width: 46%;
	border-bottom: 1px solid #c9caca;
	display: flex;
	justify-content: space-between;
	font-size: 1.6rem;
	padding: 0 2px 15px 4px;
}
.work-result-price .box p.title {
	color: var(--text-color);
	font-weight: var(--font-weight-Medium);
	letter-spacing: 0.15em;
	margin-top: 20px;
}
.work-result-price .box p.contents {
	color: var(--text-color);
	font-weight: var(--font-weight-Regular);
	letter-spacing: 0.15em;
	margin-top: 20px;
}
.work-result-price-ph {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.work-result-price-ph p {
	width: 31%;
}
.imege-note {
	font-size: 1.2rem;
	color: #fff;
	font-weight: var(--font-weight-Regular);
	margin-top: 10px;
	background-color: #000;
	display: inline-block;
	padding: 4px 10px 6px;
}
.work-result-cliant {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 150px;
}
.work-result-cliant .box {
	width: 30%;
}
.work-result-cliant .box li {
	font-size: 1.6rem;
	color: var(--text-color);
	font-weight: var(--font-weight-Regular);
	line-height: 2.0;
}

/*works-detail*********************************/
.worksdetail-page-title-area {
	width: 1100px;
	margin: 50px auto 150px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.worksdetail-page-title-area .left-box {
	width: 50%;
}
.worksdetail-page-title-area .right-box {
	width: 50%;
}
.worksdetail-page-title-area .left-box .title {
	font-size: 3.0rem;
	color: var(--text-color);
	font-weight: var(--font-weight-Medium);
	letter-spacing: 0.1em;
}
.worksdetail-page-title-area .right-box .detail {
	font-size: 2.0rem;
	color: var(--text-color);
	font-weight: var(--font-weight-Medium);
	letter-spacing: 0.2em;
	text-align: right;
}
.worksdetail-ph-area {
	width:900px;
	margin: 0 auto 150px;
}
.worksdetail-ph-area .ph-area-l {
	width:100%;
	margin-bottom: 100px;
	border-radius: 7px;
	overflow: hidden;
}
.worksdetail-ph-area .ph-area-s {
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 50px 0;
}
.worksdetail-ph-area .ph-area-s .ph-s {
	width:48%;
	margin-bottom: 4%;
	border-radius: 7px;
	overflow: hidden;
}
.worksdetail-ph-area-under {
	width: 99%;
	border-top: 1px solid #c9caca;
	border-bottom: 1px solid #c9caca;
	padding: 20px 0.5%;
	margin-bottom: 60px;
}
.worksdetail-ph-area-under .txt {
	font-size: 1.3rem;
	color: var(--text-color);
	font-weight: var(--font-weight-Regular);
	letter-spacing: 0.1em;
	text-align: left;
	line-height: 2;
}
.worksdetail-ph-area-under-info {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.worksdetail-ph-area-under-info dl {
	width: 31%;
	border-bottom: 1px solid #c9caca;
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
}
.worksdetail-ph-area-under-info dt {
	font-size: 1.3rem;
	color: var(--text-color);
	font-weight: var(--font-weight-Regular);
	letter-spacing: 0.2em;
	text-align: left;
}
.worksdetail-ph-area-under-info dd {
	font-size: 1.3rem;
	color: #000;
	font-weight: var(--font-weight-Regular);
	letter-spacing: 0.2em;
	text-align: right;
}

/*contact*********************************/
.kv-contact {
	width: 86%;
	margin: 0 auto 120px;
	padding-left: 10%;
}
.kv-contact-thanks {
	width: 86%;
	margin: 0 auto 300px;
	padding-left: 10%;
}
.kv-contact .title-box,
.kv-contact-thanks .title-box {
	width: 100%;
	margin: 0;
	padding-top: 7%;
	display: flex;
	justify-content: flex-start;
	align-items: start;
}
.kv-contact .title-box .left-box,
.kv-contact-thanks .title-box .left-box {
	width: 20%;
	margin: 0;
}
.kv-contact .title-box .right-box,
.kv-contact-thanks .title-box .right-box {
	width: 80%;
	margin: 0;
}
.kv-contact .title-box .title,
.kv-contact-thanks .title-box .title {
	font-size: 3.0rem;
	letter-spacing: 0.3em;
	font-weight:var(--font-weight-Medium);
	margin-bottom: 2.5%;
	color: var(--text-color);
}
.kv-contact .title-box .en-title,
.kv-contact-thanks .title-box .en-title {
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	font-family: var(--en-primary-font);
	font-weight:var(--font-weight-Medium);
	color: var(--secondary-color);
	margin-bottom: 5%;
}
.kv-contact .title-box .txt,
.kv-contact-thanks .title-box .txt {
	font-size: 1.3rem;
	letter-spacing: 0.2em;
	font-weight:var(--font-weight-Medium);
	line-height: 2.6;
}


.contact-form-area {
	width: 90%;
	margin: 0 auto 100px;
	border-radius: 7px;
	background-color: #FFF;
	padding: 8% 0;
}
.contact-form-area-inner {
	width: 1000px;
	margin: 0 auto;
}
.contact-form-area-inner .head {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.contact-form-area-inner .head .left-box {
	width: 38%;
	margin: 0 auto;
}
.contact-form-area-inner .head .left-box .title {
	font-size: 2.5rem;
	letter-spacing: 0.3em;
	font-weight:var(--font-weight-Medium);
	margin-bottom: 1%;
	color: var(--text-color);
	margin-bottom: 30px;
}
.contact-form-area-inner .head .left-box .caution {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	font-weight:var(--font-weight-Regular);
	color: #595757;
	line-height: 2;
}
span.green {
	color: var(--secondary-color);
	font-weight: var(--font-weight-Bold);
}
.contact-form-area-inner .head .right-box {
	width: 62%;
	margin: 0 auto;
}
.contact-form-area-inner .head .right-box p {
	margin: 0;
}
.contact-form-input-area {
	width: 62%;
	margin-left: auto;
	margin-top: 30px;
}
.input-box {
	width: 70%;
	height: 40px;
	border: 1px solid #c9caca;
	background-color: #effdef;
	border-radius: 5px;
}
.input-box02 {
	width: 70%;
	height: 80px;
	border: 1px solid #c9caca;
	background-color: #effdef;
	border-radius: 5px;
	line-height: 1.6;
}
/* Chromeのオートフィル対策 */
.input-box:-webkit-autofill,
.input-box02:-webkit-autofill {
    background-color: #effdef !important;
    -webkit-box-shadow: 0 0 0 1000px #effdef inset !important;
    -webkit-text-fill-color: #000 !important;
    border: 1px solid #c9caca !important;
}
.contact-form-input-area label,
.contact-form-input-area legend {
	font-size: 1.3rem;
	color: #595757;
	font-weight: var(--font-weight-Regular);
}
.contact-form-input-area button {
	border: none;
	margin-top: 80px;
}
.submit-btn-area {
	width: 100%;
	text-align: right;
}


.contact-form-input-area .form-row {
	margin-bottom: 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact-form-input-area .form-row label {
	width: 25%;
}
.contact-form-input-area .form-row label span {
	color: var(--secondary-color);
}
.contact-form-input-area .form-row input,
.contact-form-input-area .form-row textarea {
	width: 75%;
	font-size: 1.5rem;
	color: var(--text-color);
	padding-left: 1%;
}
.inquiry-fieldset {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}
.legend {
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
  width: 25%;
}
.radio-group {
  display: flex;
  justify-content: flex-start;
  width: 75%;
}
.radio-group label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
}
.radio-group input[type="radio"] {
  margin-right: 5px; 
  accent-color: #00a653;
  width: 20px;
  height: 20px;
}
input[type="text"]:focus {
  outline: none;
  box-shadow: none;
}

/************確認画面/エラー画面*******************/
.error-txt-confirm {
	font-size: 13px;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 30px;
}
.error_messe {
	font-size: 12px;
	color: #ff0000;
	line-height: 1.8;
}
.confirm-back {
	display: inline-block;
  padding: 20px 45px;
  background-color: #00a653; /* 任意の色 */
  color: #fff;
  font-size: 13px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  transition: 0.3s ease;
  margin: 20px 3px 20px 0;
}
.confirm-back:hover {
  opacity: 0.8;
}
table.formTable {
	width: 100%;
	font-size: 12px;
}
table.formTable td {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	white-space: pre-wrap;   /* 改行をそのまま表示 */
  word-break: break-word;
  width: 75%;
}
table.formTable th {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	white-space: pre-wrap;   /* 改行をそのまま表示 */
  word-break: break-word;
  width: 25%;
}


@media screen and (max-width: 1200px) {/* 1199px以下に適用されるCSS */
	.pc { display: none !important; }
/*contact*********************************/

.contact-form-area {
	width: 90%;
	margin: 0 auto 100px;
	border-radius: 7px;
	background-color: #FFF;
	padding: 8% 0;
}
.contact-form-area-inner {
	width: 90%;
	margin: 0 auto;
}
.contact-form-area-inner .head {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.contact-form-area-inner .head .left-box {
	width: 100%;
	margin: 0 auto;
}
.contact-form-area-inner .head .left-box .title {
	font-size: 2.5rem;
	letter-spacing: 0.3em;
	font-weight:var(--font-weight-Medium);
	margin-bottom: 1%;
	color: var(--text-color);
	margin-bottom: 30px;
}
.contact-form-area-inner .head .left-box .caution {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	font-weight:var(--font-weight-Regular);
	color: #595757;
	line-height: 2;
}
span.green {
	color: var(--secondary-color);
	font-weight: var(--font-weight-Bold);
}
.contact-form-area-inner .head .right-box {
	width: 100%;
	margin: 30px auto 50px;
}
.contact-form-area-inner .head .right-box p {
	margin: 0;
}
.contact-form-input-area {
	width: 100%;
	margin-left: auto;
	margin-top: 30px;
}
.input-box {
	width: 70%;
	height: 40px;
	border: 1px solid #c9caca;
	background-color: #effdef;
	border-radius: 5px;
}
.input-box02 {
	width: 70%;
	height: 80px;
	border: 1px solid #c9caca;
	background-color: #effdef;
	border-radius: 5px;
	line-height: 1.6;
}
/* Chromeのオートフィル対策 */
.input-box:-webkit-autofill,
.input-box02:-webkit-autofill {
    background-color: #effdef !important;
    -webkit-box-shadow: 0 0 0 1000px #effdef inset !important;
    -webkit-text-fill-color: #000 !important;
    border: 1px solid #c9caca !important;
}
.contact-form-input-area label,
.contact-form-input-area legend {
	font-size: 1.3rem;
	color: #595757;
	font-weight: var(--font-weight-Regular);
}
.contact-form-input-area button {
	border: none;
	margin-top: 80px;
}
.submit-btn-area {
	width: 100%;
	text-align: right;
}


.contact-form-input-area .form-row {
	margin-bottom: 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact-form-input-area .form-row label {
	width: 25%;
}
.contact-form-input-area .form-row label span {
	color: var(--secondary-color);
}
.contact-form-input-area .form-row input,
.contact-form-input-area .form-row textarea {
	width: 75%;
	font-size: 1.5rem;
	color: var(--text-color);
	padding-left: 1%;
}
.inquiry-fieldset {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}
.legend {
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
  width: 25%;
}
.radio-group {
  display: flex;
  justify-content: flex-start;
  width: 75%;
}
.radio-group label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
}
.radio-group input[type="radio"] {
  margin-right: 5px; 
  accent-color: #00a653;
  width: 20px;
  height: 20px;
}
input[type="text"]:focus {
  outline: none;
  box-shadow: none;
}
}




@media screen and (max-width: 900px) {/* 899px以下に適用されるCSS（スマホ用） */
/*共通***********************************/
.second-contents-box {
	width: 100%;
	margin: 0 auto;
	padding-top: 110px;
}
.kv-second {
	width: 90%;
	margin: 0 auto 100px;
	display: flex;
	flex-direction: column;
}
.kv-second .title-box {
	width: 100%;
	margin: 0;
	padding-top: 0;
	order: 1;
}
.kv-second .title-box .title {
	font-size: 2.2rem;
	margin-bottom: 2%;
}
.kv-second .title-box .en-title {
	font-size: 1.2rem;
	margin-bottom: 5%;
}
.kv-second .title-box .txt {
	font-size: 1.3rem;
	line-height: 2.4;
	text-align: justify;
}

.kv-second .image-box {
	width: 100%;
	order: 0;
	margin-bottom: 40px;
}

/*下層のコンタクト*********************************************/
.contact-second {
	position: relative;
  	width:78%;
	border-radius: 7px;
	margin: 0 auto 100px;
	background-color: #FFF;
	padding: 8% 5%;
	letter-spacing: 0.2em;
}
.contact-second .contents-area {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contact-second .contents-area .left-box {
	width: 100%;
}
.contact-second .contents-area .right-box {
	width: 100%;
	display: flex;
}
.contact-second .contents-area .left-box .title {
	font-size: 2.0rem;
	margin: 0 0 20px 0;
}
.contact-second .contents-area .left-box .txt {
	font-size: 1.3rem;
	margin: 0 0 30px 0;
}


/*about*********************************/
.kv-about {
	background-size: 100% auto;
}
.about-contents-box {
	width: 88%;
	display: flex;
	flex-wrap: wrap;
	gap: 8%;
	margin: 0 auto 100px;      
}
.about-contents-box .box {
	flex: 0 0 100%; 
	padding: 3% 0 13%;
}
.about-contents-box .box .ph {
	width: 100%;
	margin-bottom: 20px;
}
.about-contents-box .box .title {
	font-size: 1.6rem;
	margin-bottom: 15px;
}
.about-contents-box .box .txt {
	font-size: 1.3rem;
	margin-bottom: 20px;
	line-height: 2;
}

/*company*********************************/
.kv-company {
	background-size: 100% auto;
}
.company-greet-box {
	width: 88%;
	display: flex;
	flex-direction: column;
	margin: 0 auto 150px;
}
.company-greet-box .left-box {
	width: 100%;
	padding-top: 8px;
}
.company-greet-box .right-box {
	width: 100%;
	padding-left: 0;
}
.company-greet-box .left-box .copy {
	font-size: 1.6rem;
	font-weight: var(--font-weight-Medium);
	color: var(--secondary-color);
	writing-mode: horizontal-tb;
	text-orientation: mixed;
	line-height: 2;
	margin-left: 0;
	margin-bottom: 20px;
}
.company-greet-box .right-box .txt {
	font-size: 1.3rem;
	text-align: justify;
	line-height: 2.2;
	margin-bottom: 50px;
}

.company-outline-box {
	width: 72%;
	border-radius: 7px;
	margin: 0 auto 100px;
	background-color: #FFF;
	padding: 10%;
	display: flex;
	flex-direction: column;
}
.company-outline-box .left-box {
	width: 100%;
	margin-bottom: 80px;
}

.company-outline-box .right-box {
	width: 100%;
}
.company-outline-box .left-box .title {
	font-size: 2.2rem;
}

.company-outline-box .right-box dl.company-info {
  display: flex;
  flex-direction: column;
   align-items: flex-start;
  border-top: 1px solid #dcdddd;
  font-size: 1.3rem;
  line-height: 2.2;
  padding: 16px 0;
   flex-wrap: wrap;
}
.company-outline-box .right-box dl.company-info:last-of-type {
border-bottom: 1px solid #dcdddd;
}

.company-outline-box .right-box .company-info dt {
	width: 100%;
  text-align: left;
  color: #595757;
  font-weight: var(--font-weight-Medium);
  text-align-last:left;
}
.company-outline-box .right-box .company-info dd {
	width: 100%;
  text-align: left;
  color: #231815;
  font-weight: var(--font-weight-Medium);
  margin-left: 0;
  letter-spacing: 0.1em;
}


/*recruit*********************************/
.kv-recruit {
	background-size: 100% auto;
}
.recruit-outline-box {
	width: 72%;
	border-radius: 7px;
	margin: 0 auto 100px;
	background-color: #FFF;
	padding: 10%;
	display: flex;
	flex-direction: column;
}
.recruit-outline-box .left-box {
	width: 100%;
	margin-bottom: 20px;
}

.recruit-outline-box .right-box {
	width: 100%;
}
.recruit-outline-box .left-box .title {
	font-size: 2.2rem;
	line-height: 1.5;
}

.recruit-outline-box .right-box dl.company-info {
  display: flex;
  flex-direction: column;
   align-items: flex-start;
  border-top: 1px solid #dcdddd;
  font-size: 1.3rem;
  line-height: 2.2;
  padding: 16px 0;
   flex-wrap: wrap;
}
.recruit-outline-box .right-box dl.company-info:last-of-type {
border-bottom: 1px solid #dcdddd;
margin-bottom: 60px;
}

.recruit-outline-box .right-box .company-info dt {
	width: 100%;
  text-align: left;
  text-align-last:left;
}
.recruit-outline-box .right-box .company-info dd {
	width: 100%;
  text-align: left;
  margin-left: 0;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.contact-btn-rec {
	width: 90%;
  padding: 5% 5% 6% 5%;
  transition: all 0.3s ease;
  margin-left: auto;
}

/*works*********************************/
.kv-works {
	background-size: 100% auto;
}
.works-btn-area {
		width: 88%;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 1%;
		margin: 0 auto 80px;
}

.works-btn-area .btn {
		flex: 0 1 49%; /* 2個並びにする */
		max-width: 49%;
		margin-bottom: 10px;
}

.works-detail-box {
	width: 88%;
	margin: 0 auto 100px;
}

.works-divsion-title {
	width: 96%;
	background-color: #FFF;
	border-radius: 5px;
	padding: 5% 2%;
	margin-bottom: 10px;
}
.works-divsion-title-new {
	width: 96%;
	background-color: #FFF;
	border-radius: 5px;
	padding: 5% 2%;
	margin-bottom: 10px;
}
.work-result-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}
.work-result-box .box {
	width: 100%;
	display: flex;
	flex-direction: column; 
	align-items: flex-start; 
	gap: 0; 
	margin-bottom: 30px;
}
.work-result-box .box .ph {
	width: 100%;
	margin-bottom: 10px;
}
.work-result-box .box .title {
	font-size: 1.4rem;
	color: var(--text-color);
	font-weight: var(--font-weight-Medium);
	letter-spacing: 0.15em;
	margin-bottom: 10px;
}
.work-result-box .box .tag {
	font-size: 1.2rem;
	margin-bottom: 10px;
}
#home,
#construction,
#civil,
#steel,
#exterior {
  scroll-margin-top: 150px;
}


.work-result-price {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}
.work-result-price .box {
	width: 98%;
	border-bottom: 1px solid #c9caca;
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
	padding: 0 2px 15px 4px;
}

.work-result-price-ph {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.work-result-price-ph p {
	width: 98%;
	margin-bottom: 10px;
}
.imege-note {
	font-size: 1.2rem;
	color: #fff;
	font-weight: var(--font-weight-Regular);
	margin-top: 10px;
	background-color: #000;
	display: inline-block;
	padding: 4px 10px 6px;
}
.work-result-cliant {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}
.work-result-cliant .box {
	width: 98%;
}
.work-result-cliant .box li {
	font-size: 1.4rem;
	color: var(--text-color);
	font-weight: var(--font-weight-Regular);
	line-height: 2.0;
}



/*works-detail*********************************/
.worksdetail-page-title-area {
	width: 88%;
	margin: 50px auto 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.worksdetail-page-title-area .left-box {
	width: 100%;
}
.worksdetail-page-title-area .right-box {
	width: 100%;
}
.worksdetail-page-title-area .left-box .title {
	font-size: 2.5rem;
	margin-bottom: 20px;
}
.worksdetail-page-title-area .right-box .detail {
	font-size: 1.8rem;
	text-align: left;
}
.worksdetail-ph-area {
	width:88%;
	margin: 0 auto 50px;
}
.worksdetail-ph-area .ph-area-l {
	width:100%;
	margin-bottom: 50px;
}
.worksdetail-ph-area .ph-area-s {
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 50px 0;
}
.worksdetail-ph-area .ph-area-s .ph-s {
	width:48%;
	margin-bottom: 4%;
	border-radius: 7px;
	overflow: hidden;
}
.worksdetail-ph-area-under {
	width: 99%;
	padding: 20px 0.5%;
	margin-bottom: 60px;
}
.worksdetail-ph-area-under .txt {
	font-size: 1.3rem;
	line-height: 2;
}
.worksdetail-ph-area-under-info {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.worksdetail-ph-area-under-info dl {
	width: 100%;
	margin-bottom: 20px;
}
.worksdetail-ph-area-under-info dt {
	font-size: 1.3rem;
	color: var(--text-color);
	font-weight: var(--font-weight-Regular);
	letter-spacing: 0.2em;
	text-align: left;
}

/*contact*********************************/
.kv-contact {
	width: 86%;
	margin: 0 auto 120px;
	padding-left: 10%;
}
.kv-contact-thanks {
	width: 86%;
	margin: 0 auto 300px;
	padding-left: 0;
}
.kv-contact .title-box,
.kv-contact-thanks .title-box {
	width: 100%;
	margin: 0;
	padding-top: 7%;
	display: flex;
	flex-direction: column;
	align-items: start;
}
.kv-contact .title-box .left-box,
.kv-contact-thanks .title-box .left-box {
	width: 100%;
	margin: 0;
}
.kv-contact .title-box .right-box,
.kv-contact-thanks .title-box .right-box {
	width: 100%;
	margin: 0;
}
.kv-contact .title-box .title,
.kv-contact-thanks .title-box .title {
	font-size: 2.2rem;
	letter-spacing: 0.3em;
	font-weight:var(--font-weight-Medium);
	margin-bottom: 2.5%;
	color: var(--text-color);
}

.contact-form-area {
	width: 88%;
	margin: 0 auto 100px;
	border-radius: 7px;
	background-color: #FFF;
	padding: 8% 0;
}
.contact-form-area-inner {
	width: 84%;
	margin: 0 auto;
}
.contact-form-area-inner .head {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.contact-form-area-inner .head .left-box {
	width: 100%;
	margin: 0 auto;
}
.contact-form-area-inner .head .left-box .title {
	font-size: 2rem;
	letter-spacing: 0.3em;
	font-weight:var(--font-weight-Medium);
	margin-bottom: 1%;
	color: var(--text-color);
	margin-bottom: 20px;
}
.contact-form-area-inner .head .left-box .caution {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
}

.contact-form-area-inner .head .right-box {
	display: none;
}
.contact-form-area-inner .head .right-box p {
	margin: 0;
}
.contact-form-input-area {
	width: 100%;
	margin-left: 0;
	margin-top: 70px;
}
.input-box {
	width: 70%;
	height: 40px;
	border: 1px solid #c9caca;
	background-color: #effdef;
	border-radius: 5px;
}
.input-box02 {
	width: 70%;
	height: 80px;
	border: 1px solid #c9caca;
	background-color: #effdef;
	border-radius: 5px;
}
.contact-form-input-area label,
.contact-form-input-area legend {
	font-size: 1.3rem;
	color: #595757;
	font-weight: var(--font-weight-Regular);
}
.contact-form-input-area button {
	border: none;
	margin-top: 40px;
}
.submit-btn-area {
	width: 100%;
	text-align: right;
}


.contact-form-input-area .form-row {
	margin-bottom: 30px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contact-form-input-area .form-row label {
	width: 100%;
	margin-bottom: 10px;
}
.contact-form-input-area .form-row label span {
	color: var(--secondary-color);
}
.contact-form-input-area .form-row input,
.contact-form-input-area .form-row textarea {
	width: 100%;
	font-size: 1.5rem;
	color: var(--text-color);
	padding-left: 0;
}
.inquiry-fieldset {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.legend {
  font-weight: bold;
  margin: 0 0 20px 0;
  white-space: nowrap;
  width: 100%;
}
.radio-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.radio-group label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  margin-bottom: 10px;
}
.radio-group input[type="radio"] {
  margin-right: 5px; 
  accent-color: #00a653;
  width: 20px;
  height: 20px;
}
input[type="text"]:focus {
  outline: none;
  box-shadow: none;
}
/************確認画面/エラー画面*******************/
.error-txt-confirm {
	font-size: 13px;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 30px;
}
.error_messe {
	font-size: 12px;
	color: #ff0000;
	line-height: 1.8;
}
.confirm-back {
	display: inline-block;
  padding: 20px 45px;
  background-color: #00a653; /* 任意の色 */
  color: #fff;
  font-size: 13px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  transition: 0.3s ease;
  margin: 20px 3px 20px 0;
}
.confirm-back:hover {
  opacity: 0.8;
}
table.formTable {
	width: 100%;
	font-size: 12px;
}
table.formTable td {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	white-space: pre-wrap;   /* 改行をそのまま表示 */
  word-break: break-word;
  width: 75%;
}
table.formTable th {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	white-space: pre-wrap;   /* 改行をそのまま表示 */
  word-break: break-word;
  width: 25%;
}

}/* 767px以下に適用されるCSS（スマホ用） */