@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/

/*============ 共通 =========== */
/*パンくず*/
.sec_pankuzu{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}

/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0;
	background-color: var(--base-color);
}

/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
@media (max-width: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
	}
}

/*各ページ遷移バナー*/
.topbnr_sec{
	padding: 30px 0 50px 0;
    background-color: #c9e0ed;
}

.topbnr_sec-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

@media (max-width: 568px) {
	.topbnr_sec-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 2fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
}

/*======= 足場工事 ======*/


/*section1*/
.sc_sec1 {
	padding: clamp(40px, 4vw, 50px) 0;
	background-color: #c9e0ed;
}

/*3つの強み*/
.sc_sec1-point {
	padding-bottom: 3vw;
}

.sc_sec1-point-container {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 30px;
}

@media (min-width: 568px) {
	.sc_sec1-point-container {
		grid-template-columns: repeat(3, 1fr);
	}
}


.sc_sec1-point h3 {
	/*margin: 1em 0 0.5em;*/
	font-size: clamp(18px, 2vw, 20px);
	min-height: 0vw;
	text-align: center;
	padding: 7px 7px 7px 2px;
	border-bottom: 3px dotted var(--main-color);
}

.sc_sec1-point p {
	font-size: clamp(15px, 1.6vw, 16px);
	min-height: 0vw;
}

.sc_sec1-point img {
	/*aspect-ratio: 3 / 2;*/
	object-fit: cover;
	width: 100%;
}

@supports not (aspect-ratio: 3 / 2) {
	.sc_sec1-point img {
		height: 180px;
	}
}

/*section2*/
.sc_sec2::before {
    content: "";
    width: 100%;
    height: 80px;
    background-color: #c9e0ed;
    position: absolute;
    top: -1px;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}
.sc_sec2 {
    padding: var(--v-a-space) 0;

    padding-top: 100px;
    padding-bottom: 88px;
    position: relative;
}
@media (max-width: 568px) {
	.sc_sec2 {
		background-position: top;
		background-size: auto,100%;
	}
}


/*section3*/
.sc_sec3 {
	padding: clamp(40px, 3vw, 40px) 0;
	background-color: #FFF;
}
.sc_sec3-img{
	display: grid;
	justify-items: center;
	align-content: center;
	height: 100%;
	width: 100%;
}
.sc_sec3-img img{
	width: 100%;
	max-width: 350px;
	object-fit: cover;
	margin-bottom: 0;
}

/*section4*/
.sc_sec4 {
	padding: var(--v-space) 0;
	background-color: #ECF4E3;
    background-size: 10px 10px;
    background-image: repeating-linear-gradient(90deg, #d5ddd354 0, #c1ddbd54 1px, #F4F7F2 0, #F6F7F5 50%);
}
.sc_sec4-card__item{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:40px 20px;
}
@media (max-width: 768px) {
	.sc_sec4-card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.sc_sec4-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	/*ここまで*/
	box-sizing: border-box;
}
.sc_sec4-card__item H3{
	position: relative;
	overflow: hidden;
	padding: 0.7rem 1rem 0.7rem 100px;
	/*border: 2px solid var(--accent-color1);*/
	background-color: #FFF;
	margin-top: -40px;
}
.sc_sec4-card__item h3:before {
	position: absolute;
	top: -100%;
	left: -75px;
	width: 150px;
	height: 300%;
	content: '';
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	background: var(--accent-color1);
  }
  
  .sc_sec4-card__item h3 span {
	font-size: 2rem;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	padding-top: 3px;
	padding-left: 16px;
	color: #fff;
  }
.sc_sec4-card__item p{
	display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    margin: 5px 0px;
}



/*======= 解体工事 ======*/

/*section1*/
.bu_sec1 {
	padding: var(--v-space) 0;
	background-color: #c9e0ed;
	background-image: url(../img/bg_01.png),url(../img/bg_01_3.png),url(../img/bg_01_2.png);
	background-position: top,bottom,center;
	background-repeat: no-repeat,no-repeat,repeat;
	background-size: 100%,100%,100%;
}

/*＼　／でタイトルを囲む*/
.bu_sec1-heading {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(14px, 1vw, 18px);
	text-align: center;
	border: 0;
	color: #da9d0a;
}

.bu_sec1-heading::before,
.bu_sec1-heading::after {
	content: '';
	width: 1px;
	height: 40px;
	background-color: var(--main-color);
}
.bu_sec1-heading::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.bu_sec1-heading::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

/*section2*/
.bu_sec2 {
	padding: var(--v-space) 0;
	background-color: #FFF;
}
.de_sec3-img{
	display: grid;
	justify-items: center;
	align-content: center;
	height: 100%;
	width: 100%;
}
.de_sec3-img img{
	width: 100%;
	max-width: 350px;
	object-fit: cover;
	margin-bottom: 0;
}


/*======= FAQ ======*/
.faq_sec1 {
	padding: clamp(40px, 3vw, 40px) 0;
	background-color: #f1f1f1;
}
div.faq2 p.b {
	font-weight: bold;
	color: var(--main-color);
}
div.faq2 p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}



/*======= 会社案内ページ ======*/
/*会社案内*/
.info_sec1{
	padding: 0px 0 100px 0;
	background-color: #FFF;
}
/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 5.25em;
}
.info2 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 400px;
}
@media screen and (max-width: 568px) {
	.info1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.info2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}

/*フレームデザイン*/

.info_sec1-frame01{
	padding: 40px;
	background-image: url(../img/bg_frame01.jpg);
	background-size: cover;
	background-position: bottom;
}
@media screen and (max-width: 568px) {
	.info_sec1-frame01 {
		padding: 15px 15px 15px 15px;
	}
}

/*会社概要*/
.bg_b{
	background: #FFF;
	padding:20px;
}

.info_sec2 {
    padding: var(--v-space) 0;    
	background: #dee9ef;
    background-image: radial-gradient(#444cf7 0.5px, transparent 0.5px), radial-gradient(#444cf7 0.5px, #dee9ef 0.5px);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}

.info_sec3{
	padding: var(--v-space) 0 50px;
	background-color: #FFF;
}




/*======= 求人情報 ======*/

.recruit_sec1{
	padding: 0px 0 100px 0;
	background-color: #FFF;
	position: relative;
	z-index: 1;
}


/*アイコンサイズ*/
.recruit_sec1-pcspwid{
	width: 65%;
	margin: 0 auto 10px auto;
}
@media (max-width: 568px) {
	.recruit_sec1-pcspwid{
		width: 55%;
		margin: 0 auto;
	}
}
.recruit_sec1-item{
	background: rgba(241, 248, 249, 0.9);
	padding: 20px 20px 15px;
	border-radius: 20px;
}


/*section2*/
.recruit_sec2 {
	padding: var(--v-space) 0;
	/*background-image: url(../img/bg_02.jpg);
	background-size: cover;*/
}





