@charset "shift_jis";

/* profil
---------------------------------------------------------------------------- */
@media print, screen and (min-width:769px) {
	#profil .main{
		width:100%;
		min-width: 1200px;
		height:676px; 
		background: url("../img/company/sec1_bg.png") no-repeat;
		background-size: cover;
		background-position: center;
	}
	#profil .main .main_innBG{ 
		width:70%;
		min-width:840px;
		height:100%;
		position: relative;
	}
	#profil .main .main_inn{
		/*font-size: 16px;*/
		/*width:800px;*/
		width:70%;
		position: absolute;
		padding-left:calc((100% - 1200px) / 2);
		top: 50%;
		left: 60%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translateY(-50%) translateX(-50%);
		display: inline-block;
	}
	#profil .main .main_inn dl{
		display: flex;
		justify-content: flex-start;
		width:100%;
	}
	#profil .main .main_inn dt{width:30%;}
	#profil .main .main_inn dd{
		width:70%;
		width: calc(100% - 18%);
		text-indent: -13px;
		padding-left: 13px;
	}
	#profil .main .main_inn dd:before{content:'：';}
	#profil li{display: inline-block}
	#profil li:first-child{padding-right: 50px}
	
	#profil .bottom {min-width: 1200px;
	text-align: center;
	padding: 40px 0 60px}
	#profil .bottom img{width:300px}
}


@media screen and (max-width:768px) {
	#profil .u-mv{
	background:url("../img/company/top_profil_sp.jpg") no-repeat center;
	background-size: cover;
	padding:20vw 0 15vw;
    }
	#profil .main{
		width:100%;
		background: url("../img/company/sec1_bg.png") no-repeat;
		background-size: cover;
		background-position: center
	}
	#profil .main .main_innBG{width:100%;height:100%;}
	#profil .main .main_inn{
		margin: 0 auto;
		padding: 10% 0;
		font-size: 3.733vw;
		width:94%;
	}
	#profil .main .main_inn dl{
		display: flex;
		justify-content: flex-start;
		width:100%;
	}
	#profil .main .main_inn dt{width:30%;}
	#profil .main .main_inn dd{
		width:70%;
		width: calc(100% - 18%);
		text-indent: -13px;
		padding-left: 13px;
	}
	#profil .main .main_inn dd:before{content:'：';}
	#profil li{width:48%;display: inline-block;}
	#profil li:first-child{padding-right: 0}

	#profil .bottom {width: 100%;
	text-align: center;
	padding: 10% 0;
	}
	#profil .bottom img{width:90%;}
	#profil .bottom p{font-size: 4.267vw;}
}

/* philosophy
---------------------------------------------------------------------------- */
@media print, screen and (min-width:769px) {
#philosophy .philosophy-wrap{
    width:100%;
    background: url("../img/company/bg_philosophy.jpg") no-repeat;
	background-size: cover;
	padding:100px 0;
    }
#philosophy .philosophy-wrap-in{
    width:90%;
    max-width:1200px;
    margin:0 auto;
	}
#philosophy .philosophy-wrap-con:first-of-type{
	display: flex;
	justify-content: center;
	align-items: center;
	}
#philosophy .philosophy-wrap-con:last-of-type{
	margin-top:80px;
	background: #0d0b0c;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	color:#fff;
	text-align: left
	}
#philosophy .philosophy-wrap-l{
	width:50%;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
	}
#philosophy .philosophy-wrap-subhead{
	font-family: 'Arial Black', Gadget, sans-serif;
    font-weight: 600;
	font-size:9rem;
	color:#B9C9D6;
	margin-top:-70px;
	line-height: 1.5;
	}
#philosophy .philosophy-wrap-r{
	width:55%;
	margin:10% 0 0 -5%;
	}
#philosophy .philosophy-wrap-con .left-box{
	width:55%;
	padding: 60px 0 100px;
	}
#philosophy .philosophy-wrap-con .left-box p+ p{
		margin-top: 1em
	}
#philosophy .philosophy-wrap-con .right-box{
	position: relative;
	width:30%;
	height:100%;
	}
#philosophy .philosophy-wrap-con .right-box .philosophy-wrap-name{
	position: absolute;
	right:0;
	bottom:10px;
	font-size:0.8em
	}
#philosophy .philosophy-wrap-con .right-box .philosophy-wrap-name span{
		font-size:1.5em
	}	
	
#philosophy .philosophy-wrap-con .right-box img{
	width:100%;
	margin-top: 80px		
	}	
#philosophy .philosophy-wrap-policy{
    font-size:3.5rem;
    font-weight: bold;
    color: #2d72b5;
    margin:0px 0 20px;
	padding:0 70px 0 60px;
    }
	
#philosophy .philosophy-wrap-head{
	font-size:3rem;
	font-weight: bold;
	margin-bottom:20px;
	letter-spacing: .5rem;
}
#philosophy .philosophy-wrap-con:first-of-type .philosophy-wrap-head span{
		border-bottom:#2274B6 2px solid;
	    padding:0 0px 0 60px;
	}
#philosophy .philosophy-wrap-txt{padding:0 70px 40px 60px;}
	
#philosophy .philosophy-wrap-con:last-of-type .philosophy-wrap-head span{
	border-bottom:#fff 2px solid;
	display: block
	}
/*#philosophy .philosophy-wrap-head{
    background:#164582 ;
    color: #fff;
    line-height: 50px;
    font-size:2rem;
    padding-left:15px;
    letter-spacing: .5rem;
    margin-bottom:30px;
    text-align: left;
    }
	
#philosophy .philosophy-wrap-icon{
    width:170px;
    margin:0 auto;
    }
	
#philosophy .philosophy-wrap-policy{
    font-size:3rem;
    font-weight: bold;
    color: #2274B6;
    margin:20px 0;
    }*/
}
@media screen and (max-width:768px) {
    #philosophy .u-mv{
        background:url("../img/company/top_philosophy_sp.jpg") no-repeat center;
        background-size: cover;
        padding:20vw 0 15vw;
    }
    #philosophy .philosophy-wrap{
        padding:10% 0;
        width:90%;
        margin:0 auto;
        text-align: center;
        }
    #philosophy .philosophy-wrap-con:first-of-type{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        margin-bottom:5vw;
        }
    #philosophy .philosophy-wrap-con:last-of-type{
	
		background: #0d0b0c;
		color:#fff
	}
    #philosophy .philosophy-wrap-l{
        width:95%;
        background: #fff;
        box-shadow: 0 3px 6px rgba(0,0,0,.16);
        position: relative;
        z-index: 1;
        top:-5vw;
        padding:0 0 8vw 0;
        }
    #philosophy .philosophy-wrap-subhead{
        font-family: 'Arial Black', Gadget, sans-serif;
        font-weight: 600;
        font-size:20vw;
        color:#B9C9D6;
        margin-top:-15vw;
        line-height: 1.5;
        }
    #philosophy .philosophy-wrap-r{
        width:100%;
        margin:0;
        }
	#philosophy .philosophy-wrap-con .left-box{
		padding: 5vw 4vw 0 4vw;
	}
    #philosophy .philosophy-wrap-con .left-box p{text-align: left;}
	#philosophy .philosophy-wrap-con .right-box{
		position: relative;
		width:70%;
		margin: 0 3vw 0 auto
		}
	#philosophy .philosophy-wrap-con .right-box .philosophy-wrap-name{
		position: absolute;
		left:-15vw;
		bottom:10vw;
		font-size:0.8em
		}
	#philosophy .philosophy-wrap-con .right-box .philosophy-wrap-name span{
		font-size:1.5em
		}	
	
	#philosophy .philosophy-wrap-con .right-box img{
		width:100%;
		margin-top: 5vw	
		}	
	#philosophy .philosophy-wrap-policy{
        font-size: 6.667vw;
        font-weight: bold;
        margin:0 0 3vw;
		color: #2274B6;
		}
	#philosophy .philosophy-wrap-head{
		font-size: 6.667vw;
		margin-bottom:5vw;
		letter-spacing: .5rem;
        font-weight: bold;
	}
    #philosophy .philosophy-wrap-con:first-of-type .philosophy-wrap-head{padding: 0 4vw 0 4vw;}
	#philosophy .philosophy-wrap-head span{
        border-bottom:#2274B6 2px solid;
        display: block;
		}	
    #philosophy .philosophy-wrap-con:last-of-type .philosophy-wrap-head span{
        border-bottom:#fff 2px solid;
        }
	
    /*#philosophy .philosophy-wrap-head{
        background:#164582 ;
        color: #fff;
        line-height: 12vw;
        font-size: 5.333vw;
        padding-left:15px;
        letter-spacing: .5rem;
        margin-bottom:7%;
        text-align: left;
        }
    #philosophy .philosophy-wrap-icon{
        width:40%;
        margin:0 auto;
        }
    #philosophy .philosophy-wrap-policy{
        font-size: 6.667vw;
        font-weight: bold;
        color: #2274B6;
        margin:3% 0;
    }*/
}

/* organization
---------------------------------------------------------------------------- */
@media print, screen and (min-width:769px) {
#organization .organization-inn{
    width:95%;
	max-width:1200px;
	background: #fff;
	margin:0 auto;
    padding:70px 0;
    }
}

@media screen and (max-width:768px) {
#organization .u-mv{
    background:url("../img/company/top_organization_sp.jpg") no-repeat center;
    background-size: cover;
    padding:20vw 0 15vw;
    }
#organization .organization-inn{
    width:90%;
    max-width:1200px;
    background: #fff;
    margin:0 auto;
    padding:10% 0;
    }   
}

/* history
---------------------------------------------------------------------------- */
/*@media print, screen and (min-width:769px) {
#history .history-inn{
    background: #B9C9D6;
    padding:70px 0;
    }
#history .history-list{
    width:95%;
	max-width:1200px;
    background: #fff;
    padding:70px 10%;
    margin:0 auto;
}
#history .history-item{
    display: flex;
    justify-content: flex-start;
    padding:10px 0;
    border-bottom:1px solid #E5E5E5;
    }
#history .history-date{
    color: #2274B6;
    font-weight: bold;
    width:20%;
    }
#history .history-con{}
}

@media screen and (max-width:768px) {
    #history .u-mv{
        background:url("../img/company/top_history_sp.jpg") no-repeat center;
        background-size: cover;
        padding:20vw 0 15vw;
        }
    #history .history-inn{
        background: #B9C9D6;
        padding: 10% 0;
        }
    #history .history-list{
        width:90%;
        background: #fff;
        padding:5%;
        margin:0 auto;
    }
    #history .history-item{
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding:10px 0;
        border-bottom:1px solid #E5E5E5;
        }
    #history .history-date{
        color: #2274B6;
        font-weight: bold;
        width:100%;
    }
}*/

@media print, screen and (min-width:769px) {

#history .history-date{
    color: #2274B6;
    font-weight: bold;
    width:20%;
    }

#history .history-wrap{
    background: #B9C9D6;
    padding:70px 0;
    } 
#history .history-wrap-in{
    width:95%;
	max-width:1200px;
    background: #fff;
    padding:70px 0;
    margin:0 auto;
    }
#history .history-list{
    width:800px;
    margin:0 auto;
    }
#history .history-item{}
#history .history-age{
    background: #F2F2F2;
    font-size:1.8rem;
    font-weight: bold;
    color:#2274B6;
    position: relative;
    cursor:pointer;
    padding:3px 5px 3px 15px;
    margin-top:10px;
    }
#history .history-arrow{
    position: absolute;
    right: 18px;
    top:9px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #2274B6;
    border-right: 1px solid #2274B6;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all 0.3s;
    }
#history .history-age.rotate .history-arrow{
    position: absolute;
    right: 18px;
    top:17px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #2274B6;
    border-right: 1px solid #2274B6;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 0.3s;
    }
    
#history .history-inner-list{display: none;}
#history .history-inner-item{
    display: flex;
    justify-content: flex-start;
    border-bottom:1px solid #F2F2F2;
    padding:7px 0;
    }
#history .history-inner-list .history-inner-item:last-of-type{border-bottom:none;}
#history .history-month{
    color:#2274B6;
    font-weight: bold;
    width:10%;
    margin-right:5%;
    text-align: right;
    }
#history .history-con{}
#history .history-con p{}
}

@media screen and (max-width:768px) {
    #history .u-mv{
        background:url("../img/company/top_history_sp.jpg") no-repeat center;
        background-size: cover;
        padding:20vw 0 15vw;
        }
    #history .history-date{
        color: #2274B6;
        font-weight: bold;
        width:20%;
        }
    #history .history-wrap{
        background: #B9C9D6;
        padding:10% 0;
        } 
    #history .history-wrap-in{
        width:95%;
        max-width:1200px;
        background: #fff;
        padding:10% 0;
        margin:0 auto;
        }
    #history .history-list{
        width:90%;
        margin:0 auto;
        }
    #history .history-item{}
    #history .history-age{
        background: #F2F2F2;
        font-size:1.8rem;
        font-weight: bold;
        color:#2274B6;
        position: relative;
        cursor:pointer;
        padding:3px 5px 3px 15px;
        margin-top:10px;
        }
    #history .history-arrow{
        position: absolute;
        right: 18px;
        top:9px;
        width: 15px;
        height: 15px;
        border-top: 1px solid #2274B6;
        border-right: 1px solid #2274B6;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        transition: all 0.3s;
        }
    #history .history-age.rotate .history-arrow{
        position: absolute;
        right: 18px;
        top:17px;
        width: 15px;
        height: 15px;
        border-top: 1px solid #2274B6;
        border-right: 1px solid #2274B6;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition: all 0.3s;
        }
    #history .history-inner-list{display: none;}
    #history .history-inner-item{
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        border-bottom:1px solid #F2F2F2;
        padding:7px 0 7px 15px;
        }
    #history .history-inner-list .history-inner-item:last-of-type{border-bottom:none;}
    #history .history-month{
        color:#2274B6;
        font-weight: bold;
        width:100%;
        margin-right:5%;
        text-align: left;
        }
    #history .history-con{}
    #history .history-con p{
        line-height: 1.5;
        margin-bottom:3vw;
    }
}

/* service
---------------------------------------------------------------------------- */
@media print, screen and (min-width:769px) {
#service{min-width: 1200px;}
#service .service_inn{min-width: 1200px;
text-align: center;
padding: 80px 0 60px;}
#service .service_inn > p {margin: 20px 0;}

.c_listL,.c_listR{
    color:#000;
    margin:0 auto;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}
    .c_listL{margin-right: 20px}
    .c_listL>li,.c_listR>li{
        width:480px;
        margin-bottom: 40px;
}

.c_area{
    margin:20px auto 0;
    cursor:pointer;
    padding: 10px 0 5px 20px;
    font-size: 2rem;
    position: relative;
}

.c_area_arrow{
    position: absolute;
    right: 26px;
    top:3px;
    width: 20px;
    height: 20px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all 0.3s;
}
.c_area_arrow.rotate{
    position: absolute;
    right: 26px;
    top: 13px;
    width: 20px;
    height: 20px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 0.3s;    
}
.c_area p{position: relative;}	
.c_detail {padding-bottom: 30px}

.c_detail li.name{margin-left: 20px; width:440px; font-size:16px; padding-top: 10px}
.c_detail .detail{margin-left: 30px; width:430px; border-bottom:#979797 1px solid;}
.c_detail .detail li {display: inline-block;}
	
	.c_detail .add{width:100%; vertical-align: top;}
	.c_detail .mail{width:100%; vertical-align: top;}
	.c_detail .tel{width:calc(100% - 10px - 145px - 10px); vertical-align: top;/*text-align: right; */padding-right: 10px;}
	.c_detail .tel span:before{content: "Tel : ";}
	.c_detail .fax{width:145px; text-align: right; vertical-align: top; padding-right: 10px;}
	.c_detail .fax span:before{content: "Fax : ";}
	.c_detail .map{font-size: 14px}
	.c_detail .hp{font-size: 14px}
	

}

@media screen and (max-width:768px) {
#service .u-mv{
background:url("../img/company/top_service_sp.jpg") no-repeat center;
background-size: cover;
padding:20vw 0 15vw;
}
#service{width: 100%;}
#service .service_inn{
    width: 100%;
    text-align: center;
    padding: 10% 0; }
#service .service_inn > p {
    font-size: 1.4em; 
    margin: 2% 0 5%;
}
.c_listL,.c_listR{
	width:90%;
	color:#000;
    margin:0 auto;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
.c_listL{margin-right: 0px}
.c_listL>li,.c_listR>li{
    width:100%;
    margin-bottom: 0px;}
.c_area{
    margin:5% auto 0;
    cursor:pointer;
	padding: 2% 0 1% 4%;
	font-size: 5.333vw
}
.c_area_arrow{
	position: absolute;
	right: 26px;
	top:3px;
    width: 20px;
    height: 20px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	transition: all 0.3s;
}
.c_area_arrow.rotate {
    position: absolute;
    right: 26px;
    top: 13px;
    width: 20px;
    height: 20px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 0.3s;
}
	.c_area p{position: relative;}	
	.c_detail {padding-bottom: 5%}
	.c_detail li.name{
		margin-left: 4%; 
		width:92%; 
		font-size: 4.2vw;
		padding-top: 2%; }
	.c_detail .detail{margin-left: 4%; width:92%; border-bottom:#979797 1px solid;}
	.c_detail .detail li {display: inline-block;}
	
	.c_detail .add{width:100%; vertical-align: top;line-height: 1.4em; padding: 2% 0}
	.c_detail .mail{width:100%; vertical-align: top;line-height: 1.4em; padding: 2% 0}
	.c_detail .tel{width:100%; vertical-align: top;/*text-align: right; */}
	.c_detail .tel span:before{content: "Tel : ";}
	.c_detail .fax{width:100%; /*text-align: right; */ vertical-align: top;line-height: 1em}
	.c_detail .fax span:before{content: "Fax : ";}
	.c_detail .map{font-size: 14px}

}

/* グループ企業
---------------------------------------------------------------------------- */
.g_list {
    width:90%;
    max-width: 1000px;
	color:#000;
    margin:0 auto 40px;
	text-align: left;
    display: flex !important;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
	vertical-align: top;
}

.group-info {
    width: 49%;
    padding: 10px 0 10px 20px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.g_name {
    width: 100%;
    display: block;
    font-size: 2rem;
    position: relative;
}
.g_industry { margin-right: 20px; display: inline-block;}
.g_area { display: inline-block;}
.g_name .hp {font-size: 14px; margin-left: 5px;}

@media screen and (max-width:768px) {
    .g_list {
        width: 90%;
        max-width: 1000px;
        margin: 0 auto 8vw;
        text-align: left;
        display: flex !important;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
        vertical-align: top;
    }

    .group-info {
        width: 100% !important;
        padding: 1% 4% 2% 4%;
        margin-bottom: 5%;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .g_name {
        width: 100%;
        font-size: 3.733vw;
        position: relative;
    }
    .g_industry { font-size: 3.2vw;}
    .g_area { font-size: 3.0vw;}
}
