@charset "UTF-8";

.business-col h3 strong{
	font-family: 'IBM Plex Sans', sans-serif;
}

@media screen and (min-width: 768px) {

	#map_canvas{
		margin: 80px 0 0;
		width: 100%;
		height: 445px;
	}
	.sec-header + div{
		margin: 70px 0 0;
	}

	/* page-nav
	===============================================================*/	
	#about-nav{
		margin: auto;
		padding: 0 10px;
		max-width: 1240px;
	}
	#about-nav .about-nav-box{
		border-top: 1px solid #C9C9C9;
	}
	#about-nav ul{
		display: flex;
		padding: 60px 0 80px;
	}
	#about-nav ul li{
		width: 152.5px;
		padding: 0 2px;
	}
/*	#about-nav ul li + li{
		margin: 0 0 0 20px;
	}*/

	/* company
	===============================================================*/
	.detail-table dl{
		display: flex;
		padding: 45px 0;
	}
	.detail-table dl:first-child{
		border-top: 1px solid #DBDBDB;
	}
	.detail-table dl{
		border-bottom: 1px solid #DBDBDB;
	}
	.detail-table dl dt{
		width: 105px;
		font-size: 13px;
		color: #A5A5A5;
		font-weight: 500;
		line-height: 1.8;
	}
	.detail-table dl dd{
		width: calc(100% - 105px);
		font-size: 16px;
		font-weight: 500;
		line-height: 1.8;
	}
	.detail-table dl dd strong{
		padding: 0 0 0 20px;
	}
	.detail-table dl dd li{
		padding-left: 1em;
		text-indent: -1em;
		font-weight: 500;
	}
	.detail-table dl dd p{
		display: flex;
		font-weight: 500;
	}
	.detail-table dl dd i{
		width: 45px;
		color: #A5A5A5;
	}
	.detail-table dl dd span{
		width: calc(100% - 45px);
	}
	.detail-table p + p{
		margin-top: 15px;
	}
	.detail-table p.note{
		font-size: 12px;
		color: #A5A5A5;
	}

	/* related-company
	===============================================================*/
	.related-company{
		display: flex;
		flex-wrap: wrap;
	}
	.related-company-item{
		display: flex;
		align-items: center;
		width: 50%;
	}
	.related-company-item:nth-child(odd){
		padding: 0 22px 0 0;
	}
	.related-company-item:nth-child(even){
		padding: 0 0 0 22px;
	}
	.related-company-item:nth-child(n+3){
		margin: 45px 0 0;
	}
	.related-company-item figure{
		width: 230px;
	}
	.related-company-item figure img{
		border: 1px solid #DBDBDB;
		border-radius: 6px;
	}
	.related-company-item .related-company-txt{
		padding: 0 0 0 30px;
		width: calc(100% - 230px);
	}
	.related-company-item h4{
		font-size: 18px;
		font-weight: 500;
		line-height: 1.6;
	}
	.related-company-item p{
		margin: 5px 0 0;
		font-size: 13px;
		color: #A5A5A5;
		font-weight: 500;
	}
	.related-company-item a{
		margin: 15px 0 0;
		display: inline-block;
		font-weight: 500;
	}

	/* business
	===============================================================*/

	#business *{
		font-weight: 500;		
	}

	.business-lead p{
		line-height: 2;
	}
	.business-client{
		margin: 80px 0 0;
	}
	.business-client img{
		 border-radius: 12px;
	}
	.business-col-box{
		margin: 100px 0 0;
	}
	.business-col{
		display: flex;
		padding: 70px 0;
		border-bottom: 1px solid #C9C9C9;
	}
	.business-col:first-child{
		border-top: 1px solid #C9C9C9;
	}
	.business-col h3{
		width: 510px;
		font-size: 30px;
	}
	.business-col h3 strong{
		font-size: 30px;
	}
	.business-col h3 span{
		margin: 10px 0 0;
		display: block;
		font-size: 15px;
		color: #FF5B34;
	}
	.business-col .business-col-txt{
		width: calc(100% - 510px);
	}
	.business-col .business-col-txt p{
		line-height: 2.2;
	}
	.business-client{
		position: relative;
	}
	.business-client .link-box{
		position: absolute;
		display: flex;
		justify-content: space-between;
		margin: auto;
		left: 0;
		right: 0;
		bottom: 90px;
		width: 1008px;
	}
	.business-client a{
		display: block;
		width: 192px;
		height: 213px;
		background: #FF5B34;
		z-index: 100;
		opacity: 0;
		border-radius: 6px;
		transition: opacity 400ms ease;
	}
	.business-client a:hover{
		opacity: 0.2;
	}


	/* history
	===============================================================*/

	#history *{
		font-weight: 500;		
	}

	#history .history-col-box{
		margin: 80px 0 0;		
	}
	.history-col-box{
		margin: 100px 0 0;
	}
	.history-col{
		display: flex;
		padding: 70px 0;
		border-bottom: 1px solid #C9C9C9;
	}
	.history-col:first-child{
		border-top: 1px solid #C9C9C9;
	}
	.history-col h3{
		width: 510px;
		font-size: 25px;
		line-height: 1.4;
	}
	.history-col h3 strong{
		font-size: 30px;
	}
	.history-col h3 span{
		margin: 0 0 5px;
		display: block;
		font-size: 20px;
		color: #FF5B34;
	}
	.history-col .history-col-txt{
		width: calc(100% - 510px);
	}
	.history-col .history-col-txt p{
		line-height: 2.2;
	}
	.history-col .history-col-txt p + p{
		margin-top: 15px;
	}
	.history-col .history-col-txt ul{
		margin: 15px 0 0;
	}
	.history-col .history-col-txt li{
		line-height: 1.8;
	}
	/* access
	===============================================================*/


}



@media screen and (max-width: 767px) {

	#map_canvas{
		margin: 40px 0 0;
		width: 100%;
		height: 220px;
	}
	.sec-header + div{
		margin: 40px 0 0;
	}

	/* page-nav
	===============================================================*/	
	#about-nav{
		margin: auto;
		padding: 0 20px;
		max-width: 1240px;
	}
	#about-nav .about-nav-box{
		border-top: 1px solid #C9C9C9;
	}
	#about-nav ul{
		display: flex;
		flex-wrap: wrap;
		margin: 0 -6px;
		width: auto;
		padding: 40px 0 50px;
	}
	#about-nav ul li{
		width: 50%;
		padding: 0 6px;
	}
	#about-nav ul li:nth-child(n+3){
		margin-top: 30px;
	}


	/* company
	===============================================================*/
	.detail-table dl{
		padding: 30px 0;
	}
	.detail-table dl:first-child{
		padding-top: 0;
	}
	.detail-table dl{
		border-bottom: 1px solid #DBDBDB;
	}
	.detail-table dl:last-child{
		padding: 30px 0 0;
		border-bottom: none;
	}
	.detail-table dl dt{
		font-size: 10px;
		color: #A5A5A5;
		font-weight: 500;
		line-height: 1.8;
	}
	.detail-table dl dd{
		margin-top: 5px;
		font-weight: 500;
		line-height: 1.8;
	}
	.detail-table dl dd strong{
		display: block;
	}
	.detail-table dl dd li{
		padding-left: 1em;
		text-indent: -1em;
		font-weight: 500;
	}
	.detail-table dl dd p{
		display: flex;
		font-weight: 500;
	}
	.detail-table dl dd i{
		width: 45px;
		color: #A5A5A5;
	}
	.detail-table dl dd span{
		width: calc(100% - 40px);
	}
	.detail-table p + p{
		margin-top: 2px;
	}
	.detail-table p.note{
		font-size: 12px;
		color: #A5A5A5;
	}

	/* related-company
	===============================================================*/

	.related-company-item + .related-company-item{
		margin-top: 40px;
	}
	.related-company-item figure img{
		width: 100%;
		height: auto;
		border: 1px solid #DBDBDB;
		border-radius: 6px;
	}
	.related-company-item .related-company-txt{
		padding: 15px 0 0;
	}
	.related-company-item h4{
		font-size: 18px;
		font-weight: 500;
		line-height: 1.6;
	}
	.related-company-item p{
		margin: 10px 0 0;
		font-size: 13px;
		color: #A5A5A5;
		font-weight: 500;
		line-height: 1.4;
	}
	.related-company-item a{
		margin: 5px 0 0;
		display: inline-block;
		font-weight: 500;
	}

	/* business
	===============================================================*/

	#business *{
		font-weight: 500;		
	}
	.business-lead p{
		line-height: 2;
	}
	.business-client{
		margin: 40px 0 0;
	}
	.business-client img{
		 border-radius: 12px;
	}
	.business-col-box{
		margin: 45px 0 0;
	}
	.business-col{
		padding: 40px 0;
		border-bottom: 1px solid #C9C9C9;
	}
	.business-col:first-child{
		border-top: 1px solid #C9C9C9;
	}
	.business-col h3{
		font-size: 30px;
	}
	.business-col h3 strong{
		font-size: 30px;
	}
	.business-col h3 span{
		margin: 10px 0 0;
		display: block;
		font-size: 15px;
		color: #FF5B34;
	}
	.business-col .business-col-txt{
		margin: 20px 0 0;
	}
	.business-col .business-col-txt p{
		line-height: 2;
	}
	.business-client{
		position: relative;
		text-align: center;
		
	}
	.business-client .link-box{
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		bottom: 0;
		width: 672px;
		padding: 0 20px 100px;
		transform-origin: left bottom;
	}
	.business-client a{
		display: block;
		width: 100%;
		height: 150px;
		z-index: 100;
		border-radius: 6px;
	}
	.business-client a + a{
		margin-top: 16px;
	}

	/* history
	===============================================================*/

	#history *{
		font-weight: 500;		
	}

	#history .history-col-box{
		margin: 40px 0 0;		
	}
	.history-col-box{
		margin: 45px 0 0;
	}
	.history-col{
		padding: 40px 0;
		border-bottom: 1px solid #C9C9C9;
	}
	.history-col:first-child{
		border-top: 1px solid #C9C9C9;
	}
	.history-col h3{
		font-size: 24px;
		line-height: 1.4;
	}
	.history-col h3 span{
		margin: 0 0 5px;
		display: block;
		font-size: 15px;
		color: #FF5B34;
	}
	.history-col .history-col-txt{
		margin: 20px 0 0;
	}

	.history-col .history-col-txt p{
		line-height: 2;
	}
	.history-col .history-col-txt p + p{
		margin-top: 10px;
	}
	.history-col .history-col-txt ul{
		margin: 10px 0 0;
	}
	.history-col .history-col-txt li{
		line-height: 2;
	}



}


@media screen  and (max-width: 374px){


}




