@charset "UTF-8";

/*================================================
 *  会社案内用（company)
 ================================================*/


/*===============ごあいさつ（index.php）===============*/
.page-index section#greeting_area h3 {
	font-size: 54px;
	font-weight: bold;
	line-height: 1.5;
	padding: 110px 0 0  60px;
	margin: -0.25em 0;
}

.page-index section#greeting_area .inr {
	padding: 60px 110px 0;
}
.page-index section#greeting_area .inr > p {
	font-size: 22px;
	line-height: 3;
}

.page-index section#greeting_area .inr .position_name {
	font-size: 20px;
	margin-top: 80px;
}
.page-index section#greeting_area .inr .position_name > div {
	display: inline-block;
	text-align: left;
}
.page-index section#greeting_area .inr .position_name > div em {
	margin-top: 1.2em;
}
.page-index section#greeting_area .inr .position_name > div em span {
	margin-right: 1.3em;
}

@media screen and (max-width: 1200px) {
	.page-index section#greeting_area .inr > p br.pc {
		display: none;
	}
}
@media screen and (max-width: 1100px) and (min-width: 900.1px) {
	.page-index section#greeting_area h3 {
		font-size: clamp(2.5rem, -1.438rem + 7vw, 3.375rem);
	}
}

@media screen and (max-width: 900px) {
	.page-index section#greeting_area h3 br {
		display: block;
	}
}





/*===============企業理念（philosophy.php）===============*/


/*******新明和グループ 理念*******/
.page-philosophy section#wf_rinen_area + section#group_area {
	margin-top: 120px;
}
.page-philosophy section#group_area {
	background-color: #ebf4fa;
	padding: 100px 0;
}


.page-philosophy section#group_area [class*="group_box"]:nth-of-type(n+2) {
	padding-top: 120px;
}
.page-philosophy section#group_area [class*="group_box"] h4 {
	border-bottom: 1px solid #cbcbcb;
	font-size: 32px;
	letter-spacing: 0.06em;
	padding-bottom: 0.6em;
	position: relative;
}
.page-philosophy section#group_area [class*="group_box"] h4::after {
	position: absolute;
	content: '';
	bottom: -1px;
	left: 0;
	width: 100px;
	height: 1px;
	border-bottom: 1px solid var(--color-main);
}

.page-philosophy section#group_area [class*="group_box"] .txt_seitei {
	font-size: 20px;
	margin: 1.5em 0;
}


.page-philosophy section#group_area .group_box_shaze .shaze_box {
	margin-top: 40px;
	padding: 70px 30px 60px;
}
.page-philosophy section#group_area .group_box_shaze .shaze_box figcaption {
	font-size: 26px;
	letter-spacing: 0.06em;
	margin-top: 50px;
}

.page-philosophy section#group_area [class*="group_box"] .img_box {
	margin-top: 40px;
	padding: 90px 20px;
}
.page-philosophy section#group_area [class*="group_box"] .img_box .inr {
	max-width: 620px;
	margin: 0 auto;
}



.page-philosophy section#group_area [class*="group_box"] .decimal_list {
	padding: 40px 40px 0;
}
.page-philosophy section#group_area [class*="group_box"] .decimal_list li + li {
	margin-top: 0.5em;
}
.page-philosophy section#group_area .group_box_kihan .decimal_list li:before {
	width: 2em;
	text-align: right;
}




/*===============アクセス（access.php）===============*/
.page-access section#access_area #gmap {
	height: 600px;
	overflow: hidden;
}
.page-access section#access_area #gmap iframe {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	width: 100%;
	height: 100%;
	height: calc(100% + 400px);
}

.page-access section#access_area .inner .info_box {
	margin-top: 30px;
}
.page-access section#access_area .inner .info_box .link_list a {
	font-size: 18px;
	font-weight: bold;
}
.page-access section#access_area .inner .info_box .link_list a + a {
	margin-left: 30px;
}
.page-access section#access_area .inner .info_box .link_list a span:first-child {
	margin-right: 1em;
}

.page-access section#access_area .inner .info_box .txt_add h4 {
	font-size: 28px;
	font-weight: bold;
	line-height: 2;
}

.page-access section#access_area .inner .transport_box {
	margin-top: 60px;
}
.page-access section#access_area .inner .transport_box .unit_txt dl dt {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.06em;
	margin-bottom: 0.8em;
}
.page-access section#access_area .inner .transport_box .unit_txt dl dd + dt {
	margin-top: 50px;
}
.page-access section#access_area .inner .transport_box .unit_txt dl dt img {
	margin-right: 0.9em;
}
.page-access section#access_area .inner .transport_box .unit_img {
	width: 480px;
}
@media screen and (max-width: 1200px) {
	.page-access section#access_area .inner .transport_box .unit_img {
		width: 40vw;
	}
}
@media screen and (max-width: 1000px) {
	.page-access section#access_area .inner {
		max-width: 630px;
	}
	.page-access section#access_area .inner .info_box {
		display: block;
	}
	.page-access section#access_area .inner .info_box .txt_add {
		margin-top: 60px;
	}
	
	.page-access section#access_area .inner .transport_box {
		display: block;
	}
	.page-access section#access_area .inner .transport_box .unit_img {
		width: 620px;
		margin: 60px auto 0;
	}
}






/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width: 767px) {


/*===============ごあいさつ（index.php）===============*/
.page-index section#greeting_area .img_main {
	display: block;
	width: 93vw;
	margin-left: auto;
}
.page-index section#greeting_area h3 {
	font-size: 7.2vw;
	padding: 13vw 0 0  10vw;
}

.page-index section#greeting_area .inr {
	padding: 8vw 10vw 0;
}
.page-index section#greeting_area .inr > p {
	font-size: 4vw;
	line-height: 2.25;
}

.page-index section#greeting_area .inr .position_name {
	font-size: 3.7vw;
	margin-top: 10vw;
}
.page-index section#greeting_area .inr .position_name > div em img {
	height: 5.7vw;
}








/*===============企業理念（philosophy.php）===============*/




/*******新明和グループ 理念*******/
.page-philosophy section#wf_rinen_area + section#group_area {
	margin-top: 15vw;
}
.page-philosophy section#group_area {
	padding: 13vw 0;
}


.page-philosophy section#group_area [class*="group_box"]:nth-of-type(n+2) {
	padding-top: 15vw;
}
.page-philosophy section#group_area [class*="group_box"] h4 {
	font-size: 6.4vw;
}
.page-philosophy section#group_area [class*="group_box"] h4::after {
	width: 16vw;
}
.page-philosophy section#group_area [class*="group_box"] .txt_seitei {
	font-size: 4vw;
}

.page-philosophy section#group_area .group_box_shaze .shaze_box {
	margin-top: 6vw;
	padding: 10vw 5.3vw 7vw;
}
.page-philosophy section#group_area .group_box_shaze .shaze_box figcaption {
	font-size: 4vw;
	margin-top: 6vw;
}

.page-philosophy section#group_area [class*="group_box"] .img_box {
	margin-top: 6vw;
	padding: 10vw 0 10vw 5vw;
}
.page-philosophy section#group_area [class*="group_box"] .img_box .inr img {
	height: 20vw;
}





.page-philosophy section#group_area [class*="group_box"] .decimal_list {
	padding: 6vw 0 0;
}










/*===============アクセス（access.php）===============*/
.page-access section#access_area #gmap {
	height: 80vw;
}

.page-access section#access_area .inner .info_box {
	margin-top: 5vw;
}
.page-access section#access_area .inner .info_box .link_list a {
	font-size: 3.7vw;
}
.page-access section#access_area .inner .info_box .link_list a + a {
	margin-left: auto;
}

.page-access section#access_area .inner .info_box .txt_add {
	margin-top: 15vw;
}
.page-access section#access_area .inner .info_box .txt_add h4 {
	font-size: 4.8vw;
}

.page-access section#access_area .inner .transport_box {
	margin-top: 10vw;
}
.page-access section#access_area .inner .transport_box .unit_txt dl dt {
	font-size: 4.5vw;
}
.page-access section#access_area .inner .transport_box .unit_txt dl dd + dt {
	margin-top: 6vw;
}
.page-access section#access_area .inner .transport_box .unit_txt dl dt img {
	width: 10.6vw;
	height: auto;
}
.page-access section#access_area .inner .transport_box .unit_img {
	width: 82.5vw;
	margin-top: 8vw;
}







}