@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	transition: transform 1s, opacity 1s;
}
.fadeInUp.on {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}  
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 15px;
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
    margin-bottom: 35px;
    height: 135px;
    background: url("../../img/company/page_tite_bg.jpg") no-repeat center center;
    background-size: cover;
}
.pageTitle h2 {
    padding-top: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-size: 4rem;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 62px;
    text-align: center;
}
.headLine01 .en {
    font-size: 4rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.04em;
}
.headLine01 .jp {
    color: #B8B8B8;
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.32em;
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 22px;
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.04em;
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 63px;
    padding-bottom: 18px;
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.04em;
    border-bottom: 2px solid #F0F0F0;
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
    display: block;
    width: 260px;
    padding: 11px 10px 13px;
    margin: 0 auto;    
	color: #FFF;
	font-weight: 500;
	border: 1px solid #30B2CD;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    background: #30B2CD url("../../img/common/icon02.png") no-repeat right 21px center;
    background-size: 6px auto; 
}
.comLink a:hover{
	color: #30B2CD;
    background: #FFF url("../../img/common/icon02_on.png") no-repeat right 21px center;
    background-size: 6px auto; 
}
/*------------------------------------------------------------
	comTtl
------------------------------------------------------------*/
.comTtl {
    display: block;
    padding: 0 0 5px 15px;
    font-size: 2.4rem;
    font-weight: 500;
    border-left: 2px solid #30B2CD;
    line-height: 1;
}
/*------------------------------------------------------------
	comWebLink
------------------------------------------------------------*/
.comWebLink{
    margin-top: 25px;
}
.comWebLink a {
    width: 192px;
    padding: 12px 0 12px;
    margin: 0 auto;
    display: block;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #30B2CD;
    background-color: #30B2CD;
    border-radius: 5px;
}
.comWebLink .sub {
    padding-left: 22px;
    display: inline-block;
    background: url(../../img/common/icon06.png) no-repeat left 7px;
    background-size: 14px; 
}
.comWebLink a:hover {
    color: #30B2CD;
    background-color: #FFF;
}
.comWebLink a:hover .sub {
    background-image: url(../../img/common/icon06_on.png);
}