@charset "utf-8";
/* Copyright 2022 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

PC、タブレット、スマートフォン共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

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

概要・アクセス

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

/* つなぐの想い
---------------------------------------------- */
.sec_mind{
	max-width: 1040px;
	padding: 0 50px 100px;
	margin: 0 auto;
	text-align: center;
}

.mind .lead{
	color: #FBBB11;
	font-size: 3rem;
	line-height: 1.4;
	margin-bottom: 25px;
}

.mind .lead br{display: none;}

.mind .image{margin-top: 50px;}

.mind .image img{
	width: 100%;
	height: auto;
}

/* つなぐの社訓
---------------------------------------------- */
.sec_philosophy{
	background: url("../img/bg02.jpg") no-repeat center;
	background-size: cover;
	padding: 100px 50px;
	text-align: center;
	line-height: 1.4;
}

.philosophy p:not(:last-of-type){margin-bottom: 25px;}

.philosophy p br{display: none;}

/* 会社概要
---------------------------------------------- */
.sec_company{
	padding: 100px 50px 0;
	max-width: 1100px;
	margin: 0 auto;
}

.tbl_company01{width: 100%;}

.tbl_company01 tr{position: relative;}

.tbl_company01 tr::before{
	content: "";
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #4B453F 2px, transparent 2px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tbl_company01 th,
.tbl_company01 td{
	line-height: 1.4;
	padding: 37px 0;
}

.tbl_company01 tr:first-of-type th,
.tbl_company01 tr:first-of-type td{padding-top: 0;}

.tbl_company01 th{
	font-weight: 700;
	width: 250px;
	padding-right: 30px;
}

/* アクセス
---------------------------------------------- */
.sec_access{
	padding: 100px 50px 0;
	max-width: 1100px;
	margin: 0 auto;
}

.map{
	position: relative;
	padding-top: 50%;
	margin-bottom: 24px;
}

.map iframe{
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}

.access{line-height: 1.4;}

.access .inner:not(:last-of-type){margin-bottom: 20px;}

.access .inner h4{
	margin-bottom: 4px;
	position: relative;
	padding-left: 10px;
}

.access .inner h4::before{
	content: "";
	display: block;
	background: #FBBB11;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 0;
}

.access .inner p{
	font-weight: 400;
	font-size: 1.5rem;
}


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

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

	概要・アクセス

	------------------------------------------------------------ */
	
	/* つなぐの想い
	---------------------------------------------- */

	/* つなぐの社訓
	---------------------------------------------- */

	/* 会社概要
	---------------------------------------------- */

	/* アクセス
	---------------------------------------------- */
	
	
}/*--@media--*/


@media only screen and (max-width:900px){ /* 表示領域が900px以下の場合に適用するスタイル */

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

	概要・アクセス

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

	/* つなぐの想い
	---------------------------------------------- */
	.sec_mind{padding: 0 20px 60px;}

	.mind .lead{
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	
	.mind .lead br{display: block;}
	
	.mind p br{display: none;}

	.mind .image{margin-top: 30px;}

	/* つなぐの社訓
	---------------------------------------------- */
	.sec_philosophy{
		background: url("../img/bg02_sp.jpg") no-repeat center;
		background-size: cover;
		padding: 60px 20px;
	}

	.philosophy p:not(:last-of-type){margin-bottom: 20px;}

	.philosophy p br{display: block;}

	/* 会社概要
	---------------------------------------------- */
	.sec_company{padding: 60px 20px 0;}

	.tbl_company01 th,
	.tbl_company01 td{display: block;}

	.tbl_company01 th{
		width: 100%;
		padding: 23px 0 9px;
	}
	
	.tbl_company01 td{padding: 0 0 23px;}

	/* アクセス
	---------------------------------------------- */
	.sec_access{padding: 60px 20px 0;}

	.map{margin-bottom: 20px;}

	.access .inner h4{
		margin-bottom: 5px;
		position: relative;
	}

	.access .inner h4::before{
		width: 4px;
		height: 4px;
		top: 9px;
	}
	
	.access .inner p{font-size: 1.3rem;}
	
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

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

	概要・アクセス

	------------------------------------------------------------ */
	
	/* つなぐの想い
	---------------------------------------------- */

	/* つなぐの社訓
	---------------------------------------------- */

	/* 会社概要
	---------------------------------------------- */

	/* アクセス
	---------------------------------------------- */
	.map{padding-top: 100%;}
	

}/*--@media--*/

