/* ============================================================
トップページ
============================================================ */

/*	for slider
==================================================*/
#wrap_slider {
	margin-top: 95px;		/* for fixed header */
	width: 100%;
	text-align: left;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
}
@media screen and (max-width:1000px) {
	#wrap_slider {
		margin-top: 83px;
	}
}
@media screen and (max-width:640px) {
	#wrap_slider {
		margin-top: 58px;
	}
}

#slider {
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 0px;
	background-color: transparent;
}
#slider_frame {
	width: 100%;
	overflow: hidden;
}
#slideShow {
	width: 100%;
	position: relative;
    height: 550px;
}
@media screen and (max-width:1205px) {    /* 背景画像の高さから */
    #slideShow {
        height: auto;
    }
}

#slideShow #back_mv {
    width: 100%;
    /* 上下方向のセンタリング */
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#slideShow #catch {
    color: white;
    color: #004265;
    /*background-color: rgba(0, 66, 101, 0.60);*/
    font-size: 46px;
    line-height: 76px;
    padding-top: 2px;
    padding-right: 14px;
    width: 640px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);/* 要素の大きさの半分の距離を左、上方向に移動する */
    -webkit-transform: translateY(-50%) translateX(-50%);
}
#slideShow #catch span {
    display: inline-block;
    margin-left: -14px;
}
@media screen and (max-width:740px) {
    #slideShow #catch {
        font-size: 36px;
        line-height: 68px;
        width: 500px;
    }
    #slideShow #catch span {
        margin-left: -12px;
    }
}
@media screen and (max-width:540px) {
    #slideShow #catch {
        font-size: 27px;
        line-height: 60px;
        width: 370px;
    }
    #slideShow #catch span {
        margin-left: -10px;
    }
}






@media screen and (max-width:1118px) {
	#slider {
		width: 100%;
		height: auto;
	}
	#slider_frame {
		width: 100%;
		height: auto;
	}
	#slideShow {
		width: 100%;
	}
}
@media screen and (max-width:1010px) {
}

@media screen and (max-width:620px) {    /* スマートフォン・モード */
}


/*	for top_concept
==================================================*/
#wrap_concept {
	width: 100%;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
    background-color: #F2F2F2;
	-webkit-transform: translate3d(0, 0, 1px);
	transform: translate3d(0, 0, 1px);
}
@media screen and (max-width:640px) {
	#wrap_concept {
		padding-top: 20px;
		-webkit-transform: translate3d(0, 0, 1px);
    		transform: translate3d(0, 0, 1px);
	}
}
#concept {
	width: 1100px;
	margin: 0 auto 0;
	position: relative;
	background-color: transparent;
    padding-top: 20px;
    padding-bottom: 15px;
}
@media screen and (max-width:1118px) {
	#concept {
		width: 100%;
		/*overflow: hidden;*/
	}
}
#concept p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
#concept p br.e620 {
    display: none;
}
@media screen and (max-width:930px) {
    #concept {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #concept p {
        font-size: 16px;
        line-height: 29px;
    }
}
@media screen and (max-width:620px) {
    #concept p br.e620 {
        display: inline;
    }
}


/*	for top_content
==================================================*/
#top_content {
	width: 1100px;
	position: relative;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	line-height: 22px;
}
@media screen and (max-width:1118px) {
	#top_content {
		width: 99%;
		/*overflow: hidden;*/
		padding-left: 0.5%;
		padding-right: 0.5%;
	}
}
@media screen and (max-width:880px) {
	#top_content {
		margin-right: 0px;
	}
}
@media screen and (max-width:640px) {
	#top_content {
		background-color: white;
	}
}

#top_content h2 {
    color: #1F5598;
    font-size: 36px;
    font-weight: normal;
    line-height: 56px;
    margin-bottom: 20px;
    text-align: center;
}
#top_content p {
    color: #303030;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 40px;
}
@media screen and (max-width:800px) {
    #top_content h2 {
        font-size: 34px;
        line-height: 53px;
    }
    #top_content p {
        line-height: 28px;
    }
}
@media screen and (max-width:580px) {
    #top_content h2 {
        font-size: 30px;
        line-height: 48px;
    }
    #top_content p {
        font-size: 14px;
        line-height: 26px;
    }
}
@media screen and (max-width:500px) {
    #top_content h2 {
        font-size: 27px;
        line-height: 44px;
    }
}
@media screen and (max-width:420px) {
    #top_content h2 {
        font-size: 24px;
        line-height: 40px;
    }
}


#top_content #wrap_service {
    position: relative;
    margin-bottom: 30px;
}
#top_content #wrap_service .service {
    position: relative;
    width: 49%;
    margin-left: 2%;
    float: left;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    height: 325px;
    margin-bottom: 25px;
    display: block;
    text-decoration: none;
}
#top_content #wrap_service .left {
    margin-left: 0;
}
#top_content #wrap_service .service .upper {
    position: relative;
    height: 190px;
    overflow: hidden;
}
#top_content #wrap_service .service:hover .upper {
    background-color: #303030;
}
#top_content #wrap_service .service .upper .bg {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition-duration: 0.3s;
}
#top_content #wrap_service .service:hover .upper .bg {
    opacity: 0.65;
    transform: scale(1.1, 1.1); /*画像の拡大*/
}
#top_content #wrap_service .service .upper h3 {
    color: white;
    font-size: 20px;
    font-weight: bold;
    width: 97.5%;
    padding-left: 2.5%;
    height: 60px;
    line-height: 62px;
    background-color: rgba(0,49,127,0.75);
    position: absolute;
    bottom: 0;
    left: 0;
}
#top_content #wrap_service .service:hover h3 {
    color: red;
}
#top_content #wrap_service .service .upper p {
    display: none;
    color: white;
    font-size: 24px;
    width: 100%;
    position: absolute;
    top: 35%;
    text-align: center;
}
#top_content #wrap_service .service:hover .upper p {
    display: block;
}
#top_content #wrap_service .service .list {
    background-color: #E6E6E6;
    width: 91%;
    padding-left: 5%;
    padding-right: 4%;
    padding-top: 10px;
    padding-bottom: 150px;
}
#top_content #wrap_service .service:hover .list {
    background-color: #D2D2D2;
}
#top_content #wrap_service .service .list p {
    color: #303030;
    font-size: 16px;
    line-height: 28px;
    display: block;
}
@media screen and (max-width:1060px) {
    #top_content #wrap_service .service .list {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
    }
    #top_content #wrap_service .service .list p {
        font-size: 15px;
        line-height: 26px;
    }
}
@media screen and (max-width:890px) {
    #top_content #wrap_service .service {
        position: relative;
        width: 98%;
        margin-left: 1%;
        float: left;
        overflow: hidden;
        cursor: pointer;
        box-sizing: border-box;
        height: 290px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width:610px) {
    #top_content #wrap_service .service {
        height: 315px;
    }
}
@media screen and (max-width:500px) {
    #top_content #wrap_service .service {
        height: 295px;
    }
    #top_content #wrap_service .service .upper {
        height: 170px;
    }
}
@media screen and (max-width:460px) {
    #top_content #wrap_service .service {
        height: 320px;
    }
    #top_content #wrap_service .service .upper p {
        font-size: 20px;
    }
}
@media screen and (max-width:420px) {
    #top_content #wrap_service .service {
        height: 300px;
    }
    #top_content #wrap_service .service .upper {
        height: 150px;
    }
}








#top_content #wrap_casestudy {
    position: relative;
    margin-bottom: 34px;
}
#top_content #wrap_casestudy .casestudy {
    width: 32%;
    margin-left: 2%;
    float: left;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    border: 1px solid #3b6a9b;
    position: relative;
    overflow: hidden;
    height: 172px;
}
#top_content #wrap_casestudy .casestudy:hover {
    /*background-color: #c6d2e9;*/
}
#top_content #wrap_casestudy .left {
    margin-left: 0;
}
#top_content #wrap_casestudy .casestudy .bg {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition-duration: 0.3s;
}
#top_content #wrap_casestudy .casestudy:hover .bg {
    opacity: 0.65;
    transform: scale(1.1, 1.1); /*画像の拡大*/
}
#top_content #wrap_casestudy .casestudy h3 {
    color: #1F5598;
    font-size: 20px;
    line-height: 46px;
    position: absolute;
    top: 5px;
    left: 15px;
}
#top_content #wrap_casestudy .casestudy p.category {
    color: white;
    font-size: 15px;
    width: 120px;
    height: 26px;
    line-height: 28px;
    text-align: center;
    background-color: #f7931e;
    background-color: #DB7647;
    margin-left: 0;
    position: absolute;
    top: 46px;
    left: 15px;
}
#top_content #wrap_casestudy .casestudy p.exp {
    color: #303030;
    font-size: 15px;
    line-height: 28px;
    position: absolute;
    top:77px;
    left: 15px;
    padding-right: 15px;
}
@media screen and (max-width:975px) {
    #top_content #wrap_casestudy .casestudy {
        height: 200px;
    }
}

@media screen and (max-width:890px) {
    #top_content #wrap_casestudy .casestudy {
        width: 98%;
        margin-left: 1%;
        float: none;
        margin-bottom: 15px;
        height: 144px;
    }
}
@media screen and (max-width:470px) {
    #top_content #wrap_casestudy .casestudy {
        height: 172px;
    }
}




#top_content div.top_gap {
	margin-bottom: 34px;
}



#top_content dl#information {
	display: block;
	margin-bottom: 40px;
	list-style: none;
}
#top_content dl#information dt {
	color: #004896;
	font-size: 15px;
	font-weight: bold;
	height: 24px;
	line-height: 26px;
}
#top_content dl#information dt span {
	color: white;
	font-size: 13px;
	font-weight: normal;
	padding-left: 4px;
	padding-right: 4px;
	display: inline-block;
	margin-left: 10px;
	height: 17px;
	line-height: 19px;
	vertical-align: middle;
}
#top_content dl#information dd {
	margin-top: 0px;
	margin-left: 16px;
	margin-bottom: 9px;		/* space between article */
	font-size: 15px;
	line-height: 24px;
}
#top_content a#info_list {
    color: #FFFFFF;
    font-size: 15px;
    background-color: #0068A6;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    width: 100px;
    height: 32px;
    line-height: 34px;
    margin-top: -65px;
	margin-left: 78%;
}
@media screen and (max-width:800px) {
    #top_content a#info_list {
        margin-top: -63px;
    }
}
@media screen and (max-width:580px) {
    #top_content dl#information dd {
        font-size: 14px;
    }
    #top_content a#info_list {
        font-size: 14px;
        width: 80px;
        margin-top: -61px;
    }
}
@media screen and (max-width:500px) {
    #top_content dl#information dd {
	    margin-left: 0px;
    }
    #top_content a#info_list {
        margin-top: -59px;
    }
}
@media screen and (max-width:420px) {
    #top_content a#info_list {
        margin-top: -57px;
    }
}
