@charset "utf-8";
/* CSS Document */

/*
 * テンプレートのPC用 CSS
 */


/* ヘッダー */
#HDLOGO {
	max-width: 400px;
}


/* グローバルナビゲーション */
#GNAVI {
	font-size: 1.1em;
}
#GNAVICONTENTS01 .gnaviContents {
	height: 150px;
}


/* ティザー */
#TH_Img {
	height: 350px;
}


/* フッター */
#FOOTCONTACT {
	background-image: url(../images/pc_foot_bg.jpg);
	padding: 50px 0 130px;
}
#FOOTCONTACT .titleBox {
	padding-bottom: 50px;
	font-size: 1.1em;
}
#FOOTCONTACT .contactBox {
	padding-top: 35px;
	padding-left: 100px;
	padding-right: 50px;
	gap: 100px;
}
#FOOTCONTACT .contactBox .number {
	display: block;
	line-height: 1.2;
}
#FOOTCONTACT .bnrItem {
	font-size: 1.4em;
}
#FOOTER .footLogoBox {
	padding: 90px 0 30px;
}
#FOOTER .footCopyright {
	padding-bottom: 60px;
}



/* 通常記事 */
.articleBox {
	display: grid;
	grid-template-columns: auto auto;
	gap: 70px;
}
.articleBox .imgBox {
	width: 500px;
}
/* 縦レイアウト */
.articleBox.layout_column {
	grid-template-columns: auto;
}
.articleBox.layout_column .imgBox {
	width: auto;
}



/* 通常タイトル 大 */
.titleStd_L {
	font-size: 1.8em;
	justify-content: space-between;
	margin-bottom: 40px;
}
.titleStd_L:after {
	max-width: 700px;
	padding-top: 3px;
	border-width-top: 5px;
}

/* 通常タイトル 中 */
.titleStd_M {
	font-size: 1.3em;
}




/* トップページ */
.pageClassHome #TH_Img {
	height: 900px;
}
.pageClassHome #NEWSBOX {
	margin-top: -80px;
	grid-template-columns: 280px auto;
}
.pageClassHome #NEWSBOX .newsTitle {
	padding: 40px 30px;
}
.pageClassHome #NEWSBOX .newsListBox {
	padding: 20px 30px 0;
	max-height: 180px;
}
.pageClassHome #BNR01 {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.pageClassHome #INFO .gmapBox {
	width: 500px;
}
.pageClassHome #GREETING .titleBox {
margin-bottom: 20px;
}
.pageClassHome #GREETING .articleBox {
	background-color: #fff;
	padding: 25px 25px 25px 80px;
	grid-template-columns: auto 43%;
}



/* Company ページ */
.pageClassCompany #COMPANY table {
	max-width: 600px;
	margin: auto;
}



/* Service ページ */
.pageClassServices #CYCLE .articleBox {
	grid-template-areas: 'left-top center right'
		'left-bottom center right';
	gap: 20px 40px;
}
.pageClassServices #CYCLE .titleBox.titleStd_M {
	font-size: 1.7em;
}
.pageClassServices #CYCLE .contentBox {
	display: contents;
}
.pageClassServices #CYCLE .layout-LT {
	grid-area: left-top;
}
.pageClassServices #CYCLE .layout-LB {
	grid-area: left-bottom;
}
.pageClassServices #CYCLE .layout-C {
	grid-area: center;
}
.pageClassServices #CYCLE .layout-R {
	grid-area: right;
}




/* Recruit ページ */
.pageClassRecruit #Recruit .titleStd_M {
	font-size: 1.7em;
}