﻿@charset "utf-8";

/* -----------------------------------------------------------
    company
-------------------------------------------------------------- */
.underline{
	text-decoration: underline;
}

.company-area{
	margin: 0 auto;
	background: linear-gradient(90deg,#fff 0%, #fff 50%, #E3E8ED 50%, #E3E8ED 100%);
	/*
	background: linear-gradient(90deg,#fff 0%, #fff calc((100% - 1200px) + 700px), #657684 calc((100% - 1200px) + 700px), #657684 100%);
	*/
}
.company-area .inner{
	padding: 80px 0 0;
	background: linear-gradient(90deg,#fff 0%, #fff 880px, #E3E8ED 880px, #E3E8ED 100%);
}

.section-title {
    position: relative;
    font: 500 5rem / 1.4 'Lato', sans-serif;
	letter-spacing: .05em;
}

.company-area .ja {
    padding: 0px 0 0 25px;
    display: block;
    font: 500 1.8rem / 1.2 'Noto Sans JP', serif;
	position: relative;
}

.company-area .ja::before {
    content: "";
    display: inline-block;
    background: url(../img/icon-section-title.svg) center/cover,no-repeat;
    width: 15px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 10px;
}

.company-box .bold{
	    width: 130px;
    display: inline-block;
}

/* table */
#company table{
    width: 100%;
	border-top: solid 1px #ddd;
    border-collapse:collapse;
	line-height: 1.7;
	margin: 30px 0 0;
}
#company table tr{
	border-bottom: solid 1px #ddd;
	display: block;
}
#company table th{
    line-height: 1.5;
	font-size: 1.6rem;
	text-align: left;
	font-weight: 500;
    position: relative;
	padding: 20px 0 20px 20px;
	width: 200px;
    vertical-align: top;
}
#company table th::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 32px;
	background: #0E6EB8;
	width: 8px;
	height: 2px;
}

#company table td{
    padding: 20px;
    vertical-align: top;
}

#company .access-link{
	margin: 10px 0 0;
}
#company .access-link a{
	border: solid 1px #BEBEBE;
	border-radius: 30px;
	padding: 2px 10px ;
	font-size: 1.5rem;
}
#company .access-link i{
	color: #0E6EB8;
	margin: 0 5px 0 0;
}
#company .box-com {
	padding: 0 0 80px;
}

/* 沿革・歴史 */
#history dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0 0px;
}

#history dl dt {
	text-align: right;
	width: 8.5em;
	padding: 0.5em 2.0em 0.5em 0.5em;
	position: relative;
}

#history dl dt::after {
	content: '●';
	position: absolute;
	right: -0.55em;
	top: 10px;
	font-size: 14px;
	color: #0E6EB8;
}

#history dl dd {
	width: calc(100% - 8.5em);
	padding: 0 2.0em 3.0em;
	border-left: 2px solid #ccc;
}

#history dl dd h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 5px;
}

#history dl dd > div{
	display: flex;
}

#history dl dd p{
	line-height: 2;
}

#history dl dd p.month{
	width: 50px;
}

/* 沿線図 */
#chart.chart-area{
	padding: 0 0 80px;
}

#chart .chart{
	margin: 30px 0 0;
}
#chart .chart img{
	width: 100%;
}

#chart .sub-txt {
    display: flex;
    align-items: center;
	justify-content: center;
    margin: 20px auto 0px;
	padding: 40px 0px 0;
	border-top: #999 dashed 1px;
}

#chart .sub-txt img{
	width: 120px;
    margin: 0 20px 0 0;
}

#chart .company-txt{
	font-size: 3.2rem;
    font-weight: bold;
    margin: 30px 0px 30px 0;
    line-height: 1.4;
}

/* 主なお客様 */
#customer.box-com {
    padding: 0 0 120px;
}

#customer .customer-box{
	margin: 30px 0 0;
}

#customer .customer-box img{
	width: 100%;
}

#customer .customer-title-sub {
    color: #888888;
    font-weight: 500;
    margin: 20px 0 0px;
    font-size: 1.2rem;
    line-height: 1.2;
}

#customer .customer-list {
    display: flex;
    margin: 0px auto 40px;
    position: relative;
    justify-content: center;
}

#customer .customer-list li {
    line-height: 2.2;
    padding: 0 60px 0 0;
    font-size: 1.8rem;
}


@media screen and (max-width: 768px){
	.company-area{
		margin: 30px 0 0;
	}
	
	.company-area{
		margin: 0 auto;
		/*
		background: linear-gradient(90deg,#fff 0%, #fff 70%, #E3E8ED 70%, #E3E8ED 100%);
		*/
		background: #fff;
		padding: 40px 0 20px;
	}
	.company-area .inner{
		padding: 0;
		background: none;
	}

	
	.section-title {
		font-size: 4.0rem;
		letter-spacing: .03em;
		font-weight: 700;
	}
    
	.company-area .ja {
		padding: 0px 0 0 22px;
		font-size: 1.7rem;
	}

	.company-area .ja::before {
	}
	
    /* table */
    #company table{
    }
    #company table tr{
        border-bottom: solid 1px #ddd;
    }
    #company table th{
        padding: 20px 0 5px 20px;
        width: auto;
        display: block;
    }
	#company table th::before {
		top: 30px;
	}
	
    #company table td{
        padding: 0 0 20px 0;;
        display: block;
    }
	
	#company .box-com {
		padding: 0 20px 50px;
		padding-top: 60px;
		margin-top: -60px;
	}

	/* 会社概要 */
	#profile .sub-profile{
		align-items: center;
		margin: 30px 0 0;
	}
	#profile .profile-title{
	}
	#profile img{
		width: 100px;
		margin: 0 20px 0 0;
	}
	
	#profile .cloudin.sub-profile{
		align-items: baseline;
	}
	#profile .cloudin img{
		width: 150px;
	}
	

	#profile .established span{
		width: 280px;
		display: block;
	}

	/* 沿革・歴史 */
	#history dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 30px 0 0;
	}

	#history dl dt {
		text-align: left;
		width: 80px;
		padding: 0.5em 1.0em 0.5em 0.5em;
		position: relative;
	}

	#history dl dt::after {
		top: 9px;
		font-size: 14px;
	}

	#history dl dd {
		width: calc(100% - 80px);
		padding: 0 0px 20px 20px;
		border-left: 2px solid #ccc;
	}

	#history dl dd h2 {
		font-size: 22px;
		font-weight: bold;
		margin: 0 0 5px;
	}

	#history dl dd > div{
		justify-content: space-between;
	}

	#history dl dd p{
		width: 180px;
		width: calc(100% - 50px);
		line-height: 1.7;
	}

	#history dl dd p.month{
		width: 40px;
	}
	
	#chart.chart-area{
	padding: 0 20px 50px;
	}

	#chart .chart{
	}
	
	#chart .sub-txt {
		margin: 30px 0 20px;
		padding: 20px 0 0;
	}

	#chart .sub-txt img{
		width: 100px;
		margin: 0 15px 0 0;
	}

	#chart .company-txt{
		font-size: 2.0rem;
		margin: 0 0;
	}

	
		/* 主なお客様 */
	#customer .customer-box {
		margin: 20px 0 0;
	}
	
	#customer .customer-title-sub {
		margin: 0px 0 0px;
	}
	
	#customer .customer-box .txt img{
		width: 100%;
		padding: 0px 0px 0px;
	}
	#customer .customer-list {
		display: block;
		margin: 0px auto 10px;
	}
	
	#customer .customer-list li {
		line-height: 2.2;
		padding: 0 0px 0 0;
		font-size: 1.6rem;
	}
	
	
	/* アクセス */
	#company iframe{
		width: 100%;
		padding: 10px 0 0;
	}
	

}

/* -----------------------------------------------------------
    side-nav
-------------------------------------------------------------- */
.contents-left {
	width: 800px;
	float: left;
    padding: 0 0;
}

.contents-right {
	margin: -100px 0 0;
	width: 250px;
	float: right;
}

.contents-right #side-scroll {
	margin: 100px 0 100px;
    position: fixed;
    width: 250px;
    top: 55px;
}
/*
.contents-right #side-scroll .company-logo{
	font: 500 2.2rem / 1 'Lato', sans-serif;
	background: #657684;
    color: #fff;
	letter-spacing: .05em;
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 50px 20px 20px;
}
*/
.contents-right #side-scroll .company-logo {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  margin: 10px 0 0 0;
  line-height: 1.4;
}
.contents-right #side-scroll .company-logo::after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background: #313A52;
	margin: 0 0 0 1rem;
}

.contents-right .ttl-s span {
	color: var(--blue);
    font: 600 1.2rem / 1 'Lato', sans-serif;
	display: block;
}

.contents-right .side-nav li {
	font-size: 1.6rem;
    line-height: 1.1;
    font-weight: 800;
}

.contents-right .side-nav li p {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
}

.contents-right .side-nav li a {
	border-bottom: #999 dashed 1px;
    padding: 20px 15px 20px;
    display: block;
    width: 100%;
}

.contents-right .side-nav li a:hover {
	background-color: #EFF3F9;
	transition: 0.5s;
}


@media screen and (max-width: 768px){
	.contents-left {
		width: 100%;
        padding: 0 0 0;
	}

	.contents-right {
		margin: 0;
		width: 100%;
		float: none;
        display: none;
	}

}