@charset "UTF-8";


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

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	/*font-size: clamp(40px,4vw,50px);
	line-height: 1.2em;*/
	font-style: italic;
	text-align: center;
	font-size: clamp(29px,3vw,39px);
	line-height: 1.2;
	font-weight: 600;
	color: var(--accent-color2);
	font-family: 'Noto Serif JP', serif;
}
.spot-heading02{
	/*font-size: clamp(20px, 2.5vw, 27px);*/
	font-size: clamp(19px, 2vw, 21px);
	line-height: 1.2em;
	font-weight: 400;
	text-align: center;
	color: #999;
	font-family: 'Noto Serif JP', serif;
}
.spot-heading02 + p{
	line-height: 1.5em;
	font-size: clamp(20px, 2.3vw, 25px);
	font-weight: bold;
	inline-size: fit-content;
	margin-inline: auto;
	font-family: 'Noto Serif JP', serif;
}

.line{
	width: 1px;
	height: auto;
	padding-top: 2%;
	background-color: #2d2d2d;
	margin: 1.1% auto;
}
@media (max-width: 768px) {
	.line{
		padding-top: 7%;
	}
}
/*印刷には表示されない*/
@media print{
	.print_none{
		display: none;
	}
}
/*調整*/
.adjus{
	padding-top: 15px;
}
/*パンくず*/
.sec_pankuzu{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}
/*アイコン画像*/
.i-icon01 {
	display: inline-block;
	width: 40px;
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
/*画像角丸*/
img.borad {
	border-radius: 7px;
}
img.borad2 {
	border-radius: 20px;
}
/*画像の縁：写真風*/
.pho{
	border: solid 1px #ece5dd;
	padding: 10px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	/*box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.4);*/
}
/*文字左から中央*/
.sptx-c {
	/*text-align: left;*/
}
/*今回だけフローに合わすため650px*/
@media screen and (max-width: 650px) {
	.sptx-c {
		text-align: center;
		margin: 0 auto;
	}
}
/*よく使うリスト*/
.list-design {
	list-style: none;
	padding: 10px 20px;
	position: relative;
	margin: 0 auto 15px auto;
	/*border: 3px solid var(--main-color);
	border-radius: 15px;*/
	/*width: fit-content;*/
}
.list-design li {
	border-bottom: 1px dashed #6f6f6f;
	padding: 0.5em 0 0.5em 1.7em;
	font-size: clamp(15px, 1.6vw, 17px);
}
.list-design li:last-child {
	border-bottom: 0;
}
.list-design li:before {
	color: var(--main-color);
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left : 1em;
	margin: 3px 0;
	position: absolute;
}

@media (max-width: 768px)  {
	ul.list-design {
		padding: 0 .8em;
	}
}
/*見出し装飾*/
.puti{
	font-size: clamp(20px, 2.3vw, 25px);
	position: relative;
	font-family: 'Noto Serif JP', serif;
	/*display: inline-block;*/
	/*padding: 0 2em;*/
	/*text-align: center;*/
	margin: 0 auto 10px auto;
}
.puti:before,
.puti:after {
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	/*position: absolute;
	top: calc(50% - .5em);*/
	color: #eb6100;
}
.puti:before {
	left: 0;
	content: '\f101';
}
.puti:after {
	right: 0;
	content: '\f100';
}
@media (max-width: 568px)  {
	.puti{
		text-align: center;
	}
}


/**/
.kukuri{
	padding: 20px 25px;
	margin: 10px auto;
}
.kukuri h3 {
	font-size: clamp(16px, 1.7vw, 18px);
	line-height: 1;
	min-height: 0vw;
	padding: 5px 0;
	border-bottom: 1px dotted #626262;
}
.kukuri p {
	font-size: clamp(14px, 1.5vw, 15px);
	line-height: 1.6;
	/*margin: 10px 0;*/
}
.kbg01{
	background-color: rgba(255, 255, 255, 0.8);
}
.kbg02{
	background-color: rgba(240, 240, 240, 0.65);
}
.kbg03{
	background-color: rgba(244, 241, 228, 0.9);
}


/*テキストcenter→justify*/
.tx-ctj {
	margin: 0px auto;
	text-align: center;
}
@media (max-width: 968px) {
	.tx-ctj {
		text-align: justify;
	}
}
/*印刷時の為*/
@media print{
	.tx-ctj {
		margin: 0px auto;
		text-align: center;
	}
}

/*よく使う見出し*/
h3.ab{
	font-size: clamp(18px, 1.8vw, 19px);
	margin: 0 0 20px 0;
	padding: 3px 3px 2px 20px;
	color: #000;
	position: relative;
	background-color: #f2f0eb;
}
h3.ab::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 10px solid transparent;
	box-sizing: border-box;
	border-left-color: var(--main-color);
	top: 7px;
	left: 0;
}
.kakomi01 {
	padding: 2px 8px 1px 8px;
	margin: 5px 10px 2px 0;
	color: #454545;
	background-color: #ffe300;
	border-radius: 5px;
	text-align: center;
	font-size: 90%;
	line-height: 2.5;/*今回のみ*/
}

/*一部だけ枠線の色を変える*/
.boxtlcc {
	padding:1em;/*内側の余白*/
	border: 3px solid #ccc;	
	position: relative;
	z-index: 0;
	background-color: rgba(255, 255, 255, 0.8);
}
.boxtlcc:before {
	border-top:3px solid var(--main-color);
	border-left:3px solid var(--main-color);
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	width: 20px;
	height: 20px;
	z-index: 1;
}
.boxtlcc:after {
	border-bottom:3px solid var(--main-color);
	border-right:3px solid var(--main-color);
	content: '';
	display: block;
	position: absolute;
	bottom: -3px;
	right: -3px;
	width: 20px;
	height: 20px;
	z-index: 1;
}



/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 70px) 0;
	background-color: #fff;
}
/**/
p.grp{
	font-size: 14px;
	/*padding: 15px 20px;*/
	margin: 0 auto 10px auto;
	/*border: 1px solid #ccc;*/
	width: fit-content;
}
/**/
p.grp2{
	font-size: clamp(16px, 1.7vw, 17px);
	margin: 0 auto 20px auto;
	line-height: 1.9;
	text-align: justify;
}
/**/
.sec1 {
	padding: 0;
}


.wo_sec1-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

/*-------------------------------------------------------*/
/* 写真が右のとき */
.wo_sec1-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
}
.wo_sec1-container-item2 { 	
	grid-area: 1 / 2 / 2 / 3;
	padding: 100px 50px;
}

@media only screen and (max-width: 1100px) {
	.wo_sec1-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 400px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
		
	.wo_sec1-container-item1 { grid-area: 1 / 1 / 2 / 2; }
	.wo_sec1-container-item2 {
		grid-area: 2 / 1 / 3 / 2;
		padding: 30px 15px 50px 15px;
	 }
}
@media only screen and (max-width: 568px) {
	.wo_sec1-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 300px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
		
	.wo_sec1-container-item1 { grid-area: 1 / 1 / 2 / 2; }
	.wo_sec1-container-item2 {
		grid-area: 2 / 1 / 3 / 2;
		padding: 30px 15px 50px 15px;
	 }
	 .wo_sec1-container-item2 img{
		width: 60%;
		margin: 0 auto;
	 }
}

/* 写真が左のとき */
.wo_sec1-container-item3 {
	grid-area: 1 / 1 / 2 / 2;
	/*padding: 100px 50px;*/
	padding: 30px 50px 50px 50px;
	background-color: #fbfcf7;
	/*background: rgba(251, 250, 244, 0.7);*/
}
.wo_sec1-container-item4 {
	grid-area: 1 / 2 / 2 / 3;
	background-size: cover;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1100px) {
	.wo_sec1-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 400px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
		
	.wo_sec1-container-item4 { grid-area: 1 / 1 / 2 / 2; }
	.wo_sec1-container-item3 {
		grid-area: 2 / 1 / 3 / 2;
		padding: 30px 15px 50px 15px;
	 }
}
@media only screen and (max-width: 568px) {
	.wo_sec1-container {
		display: grid;
		grid-template-columns: 1fr;
		/*grid-template-rows: repeat(1, 300px 1fr);*/
		grid-template-rows: repeat(1, 250px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
		
	.wo_sec1-container-item4 { grid-area: 1 / 1 / 2 / 2; }
	.wo_sec1-container-item3 {
		grid-area: 2 / 1 / 3 / 2;
		padding: 30px 15px 50px 15px;
	 }
	 .wo_sec1-container-item2 img{
		width: 60%;
		margin: 0 auto;
	 }
}

.wo_sec1-bg01{
	background-image: url(../img/bg_04.jpg);
	background-position: bottom left;
}
.wo_sec1-bg02{
	background-image: url(../img/bg_04.jpg);
	background-position: top right;
}
.wo_sec1-bg03{
	background-image: url(../img/bg_06.jpg);
	background-position: top left;
}
.wo_sec1-bg04{
	background-image: url(../img/bg_07.jpg);
	background-position: top right;
}
/*-------------------------------------------------------*/

/*装飾タイトル*/
h2.dech2 {
	text-align: center;
	font-weight: 600;
	font-size: clamp(35px, 4vw, 40px);
	position: relative;
	font-family: 'Noto Serif JP', serif;
	padding-top: 1.2em;
	line-height: 1;
	color: #104620;
}
h2.dech2::before {
	content: "";
	border: 0;
	position: absolute;
	left: calc(50% - 140px);
	background-image: url(../img/dech2t.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 280px;/*300以上にならないように*/
	height: 35px;
	top: 10px;
}
h2.dech2 + p{
	text-align: center;
	font-size: clamp(15px, 1.5vw, 16px);
	margin: 10px auto 30px;
	color: #555;
}
/**/
p.wcup{
	margin-bottom: 25px;
	font-size: clamp(14px, 1.4vw, 15px);
	padding: 0 25px;
	text-align: justify;
}


/*About us*/
.sec2 {
	padding: clamp(40px, 6vw, 70px) 0 var(--v-space) 0;
	background-image: url("../img/bg_03.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

/*タイトル*/
.spot-heading03{
	font-size: clamp(40px,4vw,50px);	/*英字*/
	line-height: 1.2em;
	font-style: italic;
	text-align: center;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	/*font-family: "Montserrat", sans-serif;*/
}
.spot-heading04{
	font-size: clamp(19px, 2vw, 22px);
	line-height: 1.2em;
	font-weight: 400;
	text-align: center;
	color: #ddc09c;
	font-family: 'Noto Serif JP', serif;
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 2%;
	background-color: #fff;
	margin: 1.1% auto;
}
@media (max-width: 768px) {
	.line2{
		padding-top: 7%;
	}
}
/*文字シャドウ*/
.tx-sha {
	text-shadow: #000 1px 0 10px;
}

/*4つ*/
.sec2-item-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px 30px;
}
@media (max-width: 768px) {
	.sec2-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.sec2-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷用*/
@media print{
	.sec2-item-container {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 50px 30px;
	}
}
.sec2-item{
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	gap: 0;
	/*align-items: center;*/
	box-sizing: border-box;
}

/**/
.sec2-item img{
	margin-bottom: 10px;
}
/**/
.sec2-item h4{
	font-size: clamp(20px, 2vw, 22px);
	border-bottom: 1px solid #777;
	text-align: center;
	margin-bottom: 10px;
	padding: 3px 0;
	color: #e6d3bb;
	font-family: 'Noto Serif JP', serif;
	text-shadow: #000 1px 0 10px;
}
p.fuz{
	font-size: clamp(13px, 1.3vw, 14px);
	text-align: justify;
	color: #fff;
	margin-bottom: 10px;
	/*background-color: rgba(0, 0, 0, 0.2);
	padding: 10px 15px;*/
}









/*======= 業務内容 services ======*/
.services_sec1{
	padding: 0;
	margin-top: 15px;/*下層ページ今回のみ*/
	background-color: #fff;
}
.services_sec2{
	padding: 0;
	background-color: #f7f7f7;
}
.services_sec3{
	padding: 0;
	background-color: #fff;
}
.services_sec4{
	padding: 0;
	background-color: #f7f7f7;
}
.services_sec5{
	padding: 0;
	background-color: #fff;
}
.services_sec6{
	padding: 0;
	background-color: #f7f7f7;
}
.services_sec7{
	padding: 0;
	background-color: #fff;
}
.services_sec8{
	padding: 0;
	background-color: #f7f7f7;
}


/*20250114修正*/

/*★１　　3つ 画像・画像・文章*/
.services_sec1-item-container {
	display: grid;
	align-items: center;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	padding: clamp(50px, 6vw, 70px) 0;
}

.services_sec1-container-item1 { grid-area: 1 / 1 / 2 / 2; }
.services_sec1-container-item2 { grid-area: 1 / 2 / 2 / 3; }
.services_sec1-container-item3 { grid-area: 1 / 3 / 2 / 4; }

@media (max-width: 768px) {
	.services_sec1-item-container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 20px;
	}
	/*3つ 文章・画像・画像*/
	.services_sec1-container-item3 { grid-area: 1 / 1 / 2 / 2; }
	.services_sec1-container-item1 { grid-area: 2 / 1 / 2 / 2; }
	.services_sec1-container-item2 { grid-area: 3 / 1 / 3 / 3; }
}

/*印刷用*/
@media print{
	.services_sec1-item-container {
		display: grid;
		align-items: center;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		padding: clamp(50px, 6vw, 70px) 0;
	}
}


/*★２　　3つ 文章・画像・画像*/
.services_sec2-item-container {
	display: grid;
	align-items: center;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	padding: clamp(50px, 6vw, 70px) 0;
}

.services_sec2-container-item1 { grid-area: 1 / 1 / 2 / 2; }
.services_sec2-container-item2 { grid-area: 1 / 2 / 2 / 3; }
.services_sec2-container-item3 { grid-area: 1 / 3 / 2 / 4; }

@media (max-width: 768px) {
	.services_sec2-item-container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 20px;
	}
	/*3つ 文章・画像・画像*/
	.services_sec2-container-item1 { grid-area: 1 / 1 / 2 / 2; }
	.services_sec2-container-item2 { grid-area: 2 / 1 / 2 / 2; }
	.services_sec2-container-item3 { grid-area: 3 / 1 / 3 / 3; }
}

/*印刷用*/
@media print{
	.services_sec2-item-container {
		display: grid;
		align-items: center;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		padding: clamp(50px, 6vw, 70px) 0;
	}
}










/*======= 配管工事とは piping ======*/
/**/
.pipi_sec1{
	padding: 0px 0 clamp(50px, 5vw, 60px) 0;
	margin-top: 15px;/*下層ページ今回のみ*/
}
/*配管とは*/
.pipi_sec2{
	padding: clamp(50px, 5vw, 60px) 0;
	background-color: #eff5f0;
}
/*プラント配管とは*/
.pipi_sec3{
	padding: clamp(50px, 5vw, 60px) 0;
	background-color: #fff;
}

/* 画像とテキスト2 →　枠背景なし（白）*/
.imgtext2 {
	padding:clamp(15px, 3vw, 25px) 0;
	/*background-color: rgba(255, 255, 255, 0.9);*/
}
.imgtext2 + .imgtext2 {
	padding-top: 0;
}
/*最大から--pxまでの表示*/
@media (min-width: 868px) {
	.imgtext-container > .img2 {
		flex: 0.9;
	}
}
/*印刷時*/
@media print{
	.imgtext-container > .img2 {
		flex: 0.9;
	}
}

/**/
div.linkukuri {
	box-sizing: border-box;
	padding: 15px 27px;
	background: rgb(249, 248, 236);
	margin: 0 auto;
	width: max-content;
	text-align: center;
	/*box-shadow: 0px 3px 3px 0px rgba(83, 83, 83, 0.5);*/
	border-radius: 7px;
}
/*ページ内リンク リスト*/
.link-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.link-menu li a {
	display: inline-block;
	white-space: nowrap;
	font-size: clamp(14px, 1.4vw, 14px);
}
ul.link-menu li::after {
	content: "　|　";
	color: #aaa;
}
.link-menu li a:hover{
	color: var(--main-color);
}
ul.link-menu li:last-child::after{
	content: none;
}
@media screen and (max-width: 568px) {
	div.linkukuri {
		width: 98%;
	}
	.link-menu li {
		display:inline-block;
		width: 100%;
		border-bottom: 1px dashed #858585;
	}
	.link-menu li a{
		padding: 10px 0px;
	}
	ul.link-menu li::after{
		content: none;
	}
}

/*マウスオーバーアニメション*/
.textlink01 a {
	position: relative;
	text-decoration: none;
}
.textlink01 a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: var(--accent-color1);
	transform: scaleX(0);
	transition: transform 0.3s;
}
.textlink01 a:hover::after {
	transform: scaleX(1);
}










/*======= 会社案内ページ ======*/
/*info_sec1*/
.info_sec1{
	padding: 0px 0 var(--v-space) 0;
	margin-top: 15px;/*下層ページ今回のみ*/
	/*background-image: url("../img/bg_05.png");
	background-size: unset;
	background-position: center bottom;
	background-repeat: no-repeat;*/
}

/**/
.info__title {
	text-align: center;
	position: relative;
	background-image: url(../img/info__title.png);
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}
@media (max-width: 568px) {
	.info__title {
		background-position: 100% 30%;
	}
}



/**/
h4.heading14 {
	/*color: #634a43;*/
	color: var(--accent-color2);
	line-height: 1.1;
	padding-bottom: 6px;
	margin: 10px 0px 25px 0px;
	border-bottom: 2px dotted #959595;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
/**/
h4.heading14 span{
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(15px, 1.9vw, 21px);
}
/**/
.bg_b{
	background: rgba(255, 255, 255, 0.9);
	padding: 40px;
	border: 1px solid #e1e1e1;
	margin-top: 60px;
}
@media screen and (max-width: 568px) {
	.bg_b {
		padding: 20px 10px;
	}
}

/* 概要部分のテーブル */
table.inftb tr td:nth-of-type(1) {
	font-weight: 600;
	border-bottom: 1px solid #bbb;
	padding: 10px 15px 10px 35px;
	width: 13em;
	box-sizing: border-box;
	color: var(--accent-color2);
	background: url(../img/ico01.png) no-repeat 3px center;
	background-size: 25px;
}
table.inftb tr td:nth-of-type(2)  {
	border-bottom: 1px solid #bbb;
	padding: 10px 15px;
	color: #454545;
	box-sizing: border-box;
	width: calc((100% - 13em) / 1);
}

@media screen and (max-width: 568px) {
	table.inftb tr td:nth-of-type(1) {
		display: block;
		padding: 5px 5px 5px 35px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
		background-color: rgba(188, 203, 217, 0.2);
	}
	table.inftb tr td:nth-of-type(2)  {
		display: block;
		border-bottom: none;
		padding: 7px 5px 7px 5px;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.2);
	}
}


/*Access*/
.access_sec1 {
	padding: var(--v-space) 0 50px 0;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	background-color: #f7f7f7;
}
/* アクセス部分のテーブル */
table.actab tr td:nth-of-type(1) {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 10em;
	color: #000;
	box-sizing: border-box;
}
table.actab tr td:nth-of-type(2) {
	border-bottom: 1px dashed #999;
	padding: 5px;
}
@media screen and (max-width: 568px) {
	table.actab tr td:nth-of-type(1) {
		display: block;
		padding: 8px 2px 8px 2px;
		width: 100%;
		background-color: #0000000f;
	}
	table.actab tr td:nth-of-type(2) {
		display: block;
		padding: 8px 2px;
		width: 99%;
	}
}





/*======= 求人案内 recruitment ======*/
.recruitment_sec1{
	padding: 0px 0 clamp(10px, 2vw, 30px) 0;
	margin-top: 15px;/*下層ページ今回のみ*/
}

/*募集職種*/
.recruitment_sec2{
	padding: clamp(50px, 5vw, 60px) 0;
	background-color: #e3eff4;
}

/*5つ*/
.recruitment_sec2-item-container2 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap:15px;
}
.recruitment_sec2-item-container2 article{
	/*子要素のそれぞれのarticleの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	/*ここまで*/
}
@media (max-width: 968px) {
	.recruitment_sec2-item-container2 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.recruitment_sec2-item-container2 {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時の為*/
@media print{
	.recruitment_sec2-item-container2 {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap:15px;
	}
}

/**/
.recruitment_sec2-item2 p{
	text-align: justify;
}

/*枠デザイン*/
.desibox {
	position: relative;
	padding: 3.5rem 1rem 1rem;
	background-color: #fff;
	outline: 2px solid #e3eff4;
	outline-offset: -0.5rem;
}
@media (max-width: 768px) {
	.desibox {
		padding: 3rem 1rem 1rem;
	}
}
.desibox::before {
	position: absolute;
	top: 1rem;
	left: 0;
	width: 100%;
	padding: 5px 0 4px 0;
	/*background-color: rgb(227, 118, 137, .7);*/
	background-color: rgb(26, 70, 145, 0.8);
	color: white;
	font-size: clamp(17px, 1.9vw, 23px);
	/*text-shadow: #304462 1px 0 10px;*/
	text-align: center;
	font-weight: 400;
	content: attr(data-title);
	/*font-family: 'Noto Serif JP', serif;*/
}
.desibox p {
	margin-top: 5px;
	color: #333;
	line-height: 1.5;
}


/*下部ボタン*/
/* solid011 */
.button_solid011 a {
	background: #ffe300;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	max-width: 33%;
	padding: 20px 25px 10px;
	color: var(--accent-color2);
	transition: 0.3s ease-in-out;
	font-weight: 400;
	font-size: 1.3rem;
	flex-direction: column;
	border-radius: 8px;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.button_solid011 a span.xxz {
	background: var(--main-color);
	width: 70%;
	text-align: center;
	position: absolute;
	top: -15px;
	filter: drop-shadow(0px 1px 2px #aaa);
	padding: 3px 0;
	font-size: 0.8rem;
	color: #fff;
	border-radius: 5px;
}
.button_solid011 a span.xxz:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 5px solid var(--main-color);
}
.button_solid011 a:hover {
	transform: translateY(3px);
}
@media (max-width: 768px) {
	.button_solid011 a {
		max-width: 70%;
	}
}
@media (max-width: 568px) {
	.button_solid011 a {
		max-width: 98%;
	}
}

/*3つ*/
.recruitment_sec2-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
}
.recruitment_sec2-item {
	box-sizing: border-box;
}








/*-----------------------------------------------*/







