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

/*	for slider
==================================================*/
#wrap_slider {
	margin-top: 145px;		/* 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:880px) {
	#wrap_slider {
        margin-top: 70px;
	}
}
@media screen and (max-width:640px) {
	#wrap_slider {
        margin-top: 50px;
	}
}

#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: 650px;
}

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

@media screen and (max-width:1205px) {
    #slideShow {    /* 背景動画の高さから */
        height: auto;
    }
    #slideShow #back_mv {
        position: static;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
    }
}
@media screen and (max-width:640px) {
    #slideShow {
        height: 380px;
    }
    #slideShow #back_mv {
        width: auto;
        height: 100%;
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}


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


#slideShow div.exp {
    position: absolute;
    opacity: 0;
}
#slideShow div.act {
    opacity: 1;
    transition-duration: 0.5s;
    transition-property: opacity;
}
#slideShow div.exp h2 {
    color: white;
    font-size: 40px;
    line-height: 70px;
    text-shadow: #000000 1px 0 10px;
}
#slideShow div.exp p {
    color: white;
    font-size: 25px;
    line-height: 38px;
    text-shadow: #000000 1px 0 10px;
}
#slideShow div.exp p br.line4 {
    display: none;
}
#slideShow #first {
    width: 100%;
    left: 0;
    top: 30%;
}
#slideShow #first h1 {
    color: #ff0000;
    font-size: 54px;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
}
#slideShow #first h1 br {
    display: none;
}
#slideShow #first img {
    width: 340px;
    display: block;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
}

#slideShow #second {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1100px;
    top: 50%;
}
#slideShow #third {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1100px;
    top: 20%;
}
@media screen and (max-width:1100px) {
    #slideShow #second {
        width: 98%;
    }
    #slideShow #third {
        width: 98%;
    }
}
@media screen and (max-width:950px) {
    #slideShow #first h1 {
        font-size: 48px;
    }
    #slideShow #first img {
        width: 300px;
    }
    #slideShow div.exp h2 {
        font-size: 36px;
        line-height: 63px;
    }
    #slideShow div.exp p {
        font-size: 23px;
        line-height: 35px;
    }
}
@media screen and (max-width:870px) {
    #slideShow div.exp p br.line4 {
        display: inline;
    }
    #slideShow #second {
        top: 40%;
        width: 96%;
    }
    #slideShow #third {
        width: 96%;
    }
}
@media screen and (max-width:830px) {
    #slideShow #first h1 {
        font-size: 42px;
    }
    #slideShow #first img {
        width: 260px;
    }
}
@media screen and (max-width:720px) {
    #slideShow #first h1 {
        font-size: 36px;
    }
    #slideShow #first img {
        width: 230px;
    }
}
@media screen and (max-width:640px) {
    #slideShow div.exp h2 {
        font-size: 32px;
        line-height: 56px;
    }
    #slideShow div.exp p {
        font-size: 20px;
        line-height: 31px;
    }
    #slideShow #first {
        top: 20%;
    }
    #slideShow #first h1 br {
        display: inline;
    }
}
@media screen and (max-width:530px) {
    #slideShow div.exp h2 {
        font-size: 30px;
        line-height: 52px;
    }
    #slideShow div.exp p {
        font-size: 16px;
        line-height: 25px;
    }
}
@media screen and (max-width:430px) {
}







/*	for sales point
==================================================*/
#wrap_sales_point {
    width: 100%;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 40px;
	-webkit-transform: translate3d(0, 0, 1px);
	transform: translate3d(0, 0, 1px);
    background-color: #E6E6E6;
}
@media screen and (max-width:640px) {
	#wrap_sales_point {
		padding-top: 20px;
		-webkit-transform: translate3d(0, 0, 1px);
    		transform: translate3d(0, 0, 1px);
	}
}
#sales_point {
	width: 1100px;
	margin: 0 auto 0;
	position: relative;
	background-color: transparent;
    padding-top: 20px;
    padding-bottom: 15px;
}
#sales_point p {
    color: #303030;
    font-size: 18px;
    line-height: 32px;
}
#sales_point p span {
    color: #ba3538;
    font-weight: bold;
}
@media screen and (max-width:1118px) {
    #sales_point {
        width: 100%;
        padding-left: 1%;
        padding-right: 1%;
        box-sizing: border-box;
    }
}
@media screen and (max-width:880px) {
    #sales_point p {
        font-size: 16px;
        line-height: 28px;
    }
}



/*	for service
==================================================*/
#wrap_service {
	width: 100%;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 35px;
	-webkit-transform: translate3d(0, 0, 1px);
	transform: translate3d(0, 0, 1px);
}
@media screen and (max-width:640px) {
	#wrap_service {
		padding-top: 20px;
		-webkit-transform: translate3d(0, 0, 1px);
    		transform: translate3d(0, 0, 1px);
	}
}
#service {
	width: 1100px;
	margin: 0 auto 0;
	position: relative;
	background-color: transparent;
    padding-top: 20px;
    padding-bottom: 15px;
}

#service h2 {
    color: #666666;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}
#service p.h2_en {
    color: #ba3538;
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
}
#service #inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#service #inner a {
    width: 32.5%;
    text-decoration: none;
    align-self: stretch;
    background-color: #ba3538;
    position: relative;
    display: flex;
    flex-direction: column;
}
#service #inner a:hover {
    background-color: #d25446;
}
#service #inner a h3 {
    color: white;
    font-size: 26px;
    line-height: 60px;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
}
#service #inner a p {
    color: white;
    font-size: 15px;
    line-height: 28px;
    padding-left: 16px;
    padding-right: 13px;
    box-sizing: border-box;
}
#service #inner a p.detail {
    height: 40px;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 20px;
}
#service #inner a:hover p.detail {
    font-weight: bold;
}
#service #inner a .frame {
    width: 100%;
    overflow: hidden;
    margin-top: auto;
}
#service #inner a .frame img {
    width: 100%;
    transition-duration: 0.3s;
}
#service #inner a:hover .frame img {
    transform: scale(1.2, 1.2); /*画像の拡大*/
}

@media screen and (max-width:1118px) {
	#service {
		width: 98%;
        padding-left: 1%;
        padding-right: 1%;
	}
}
@media screen and (max-width:970px) {
    #service #inner a h3 {
        font-size: 23px;
        line-height: 56px;
    }
}
@media screen and (max-width:880px) {
    #service #inner a {
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
    }
    #service #inner a .title_exp {
        width: 60%;
    }
    #service #inner a p {
        height: auto;
    }
    #service #inner a p.detail {
        margin-top: 0;
    }
    #service #inner a .frame {
        width: 40%;
    }
}
@media screen and (max-width:800px) {
    #service h2 {
        font-size: 32px;
        line-height: 46px;
    }
    #service #inner a .title_exp {
        width: 55%;
    }
    #service #inner a .frame {
        width: 45%;
    }
}
@media screen and (max-width:785px) {
    #service #inner a .title_exp {
        width: 50%;
    }
    #service #inner a .frame {
        width: 50%;
    }
}
@media screen and (max-width:720px) {
    #service #inner a {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 20px;
    }
    #service #inner a .title_exp {
        width: 100%;
    }
    #service #inner a p {
        height: auto;
    }
    #service #inner a p.detail {
        margin-top: 10px;
    }
    #service #inner a .frame {
        width: 100%;
    }
}
@media screen and (max-width:540px) {
    #service #inner a {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}
@media screen and (max-width:500px) {
    #service h2 {
        font-size: 28px;
        line-height: 36px;
    }
    #service p.h2_en {
        font-size: 18px;
    }
}




/*	for technology
==================================================*/
#wrap_technology {
	width: 100%;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 40px;
	-webkit-transform: translate3d(0, 0, 1px);
	transform: translate3d(0, 0, 1px);
    background-color: #E6E6E6;
}
@media screen and (max-width:640px) {
	#wrap_technology {
		padding-top: 20px;
		-webkit-transform: translate3d(0, 0, 1px);
    		transform: translate3d(0, 0, 1px);
	}
}
#technology {
	width: 1100px;
	margin: 0 auto 0;
	position: relative;
	background-color: transparent;
    padding-top: 20px;
    padding-bottom: 15px;
}
#technology h2 {
    color: #666666;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}
#technology p.h2_en {
    color: #ba3538;
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
}
#technology #inner {
    width: 97.5%;
    position: relative;
    overflow: hidden;
}
#technology #inner #tech_slider {
    width: 1072.5px;
    position: relative;
    height: 370px;
}
#technology #inner #tech_slider a {
    width: 24%;
	position: absolute;
	top: 0;
	display: none;
    text-decoration: none;
    background-color: white;
}
#technology #inner #tech_slider a.first {
	left: 0%;
	display: block;
}
#technology #inner #tech_slider a.second {
	left: 25%;
	display: block;
}
#technology #inner #tech_slider a.third {
	left: 50%;
	display: block;
}
#technology #inner #tech_slider a.forth {
	left: 75%;
	display: block;
}
#technology #inner #tech_slider a.fifth {
	left: 100%;
	display: block;
}
#technology #inner #tech_slider a:hover {
    background-color: #F4F4F4;
}
#technology #inner #tech_slider a h3 {
    color: white;
    font-size: 19px;
    height: 50px;
    line-height: 52px;
    font-weight: normal;
    text-align: center;
    background-color: #ba3538
}
#technology #inner #tech_slider a:hover h3 {
    background-color: #d25446;
}
#technology #inner #tech_slider a .frame {
    width: 94%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 10px;
}
#technology #inner #tech_slider a .frame img {
    width: 100%;
    transition-duration: 0.3s;
}
#technology #inner #tech_slider a:hover .frame img {
    transform: scale(1.2, 1.2); /*画像の拡大*/
}
#technology #inner #tech_slider a p {
    color: #303030;
    font-size: 15px;
    line-height: 28px;
    padding-left: 16px;
    padding-right: 13px;
    box-sizing: border-box;
}
#technology #inner #tech_slider  a p.detail {
    height: 40px;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 20px;
}
#technology #inner #tech_slider a:hover p.detail {
    color: #EA5461;
}
#technology #tech_btn {
    color: #ba3538;
    font-size: 40px;
    cursor: pointer;
    position: absolute;
    top: 54%;
    right: 0;
}
#technology #tech_btn:hover {
    color: #d25446;
}
@media screen and (max-width:1100px) {
    #technology {
        width: 99%;
        margin-left: 1%;
    }
    #technology #inner #tech_slider a h3 {
        font-size: 18px;
    }
}
@media screen and (max-width:1000px) {
    #technology #inner #tech_slider {
        width: 980px;
        height: 395px;
    }
}
@media screen and (max-width:800px) {
    #technology h2 {
        font-size: 32px;
        line-height: 46px;
    }
}
@media screen and (max-width:500px) {
    #technology h2 {
        font-size: 28px;
        line-height: 36px;
    }
    #technology p.h2_en {
        font-size: 18px;
    }
}



/*	for casestudy
==================================================*/
#wrap_casestudy {
	width: 100%;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 40px;
	-webkit-transform: translate3d(0, 0, 1px);
	transform: translate3d(0, 0, 1px);
}
@media screen and (max-width:640px) {
	#wrap_casestudy {
		padding-top: 20px;
		-webkit-transform: translate3d(0, 0, 1px);
    		transform: translate3d(0, 0, 1px);
	}
}
#casestudy {
	width: 1100px;
	margin: 0 auto 0;
	position: relative;
	background-color: transparent;
    padding-top: 20px;
    padding-bottom: 15px;
}
#casestudy h2 {
    color: #666666;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}
#casestudy p.h2_en {
    color: #ba3538;
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
}
#casestudy #inner {
    width: 97.5%;
    position: relative;
    overflow: hidden;
}
#casestudy #inner #case_slider {
    width: 1072.5px;
    position: relative;
    height: 370px;
}
#casestudy #inner #case_slider a {
    width: 24%;
	position: absolute;
	top: 0;
	display: none;
    text-decoration: none;
    background-color: #E6E6E6;
}
#casestudy #inner #case_slider a.first {
	left: 0%;
	display: block;
}
#casestudy #inner #case_slider a.second {
	left: 25%;
	display: block;
}
#casestudy #inner #case_slider a.third {
	left: 50%;
	display: block;
}
#casestudy #inner #case_slider a.forth {
	left: 75%;
	display: block;
}
#casestudy #inner #case_slider a.fifth {
	left: 100%;
	display: block;
}
#casestudy #inner #case_slider a:hover {
    background-color: #EFEFEF;
}
#casestudy #inner #case_slider a h3 {
    color: white;
    font-size: 19px;
    height: 50px;
    line-height: 52px;
    font-weight: normal;
    text-align: center;
    background-color: #ba3538
}
#casestudy #inner #case_slider a:hover h3 {
    background-color: #d25446;
}
#casestudy #inner #case_slider a .frame {
    width: 94%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 10px;
}
#casestudy #inner #case_slider a .frame img {
    width: 100%;
    transition-duration: 0.3s;
}
#casestudy #inner #case_slider a:hover .frame img {
    transform: scale(1.2, 1.2); /*画像の拡大*/
}
#casestudy #inner #case_slider a p {
    color: #303030;
    font-size: 15px;
    line-height: 28px;
    padding-left: 16px;
    padding-right: 13px;
    box-sizing: border-box;
}
#casestudy #inner #case_slider  a p.detail {
    height: 40px;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 20px;
}
#casestudy #inner #case_slider a:hover p.detail {
    color: #EA5461;
}
#casestudy #case_btn {
    color: #ba3538;
    font-size: 40px;
    cursor: pointer;
    position: absolute;
    top: 54%;
    right: 0;
}
#casestudy #case_btn:hover {
    color: #d25446;
}
@media screen and (max-width:1100px) {
    #casestudy {
        width: 99%;
        margin-left: 1%;
    }
    #casestudy #inner #case_slider a h3 {
        font-size: 18px;
    }
}
@media screen and (max-width:1000px) {
    #casestudy #inner #case_slider {
        width: 980px;
        height: 395px;
    }
}
@media screen and (max-width:800px) {
    #casestudy h2 {
        font-size: 32px;
        line-height: 46px;
    }
}
@media screen and (max-width:500px) {
    #casestudy h2 {
        font-size: 28px;
        line-height: 36px;
    }
    #casestudy p.h2_en {
        font-size: 18px;
    }
}



/*	for top_notice
==================================================*/
#wrap_notice {
	width: 100%;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 40px;
	-webkit-transform: translate3d(0, 0, 1px);
	transform: translate3d(0, 0, 1px);
    background-color: #E6E6E6;
}

@media screen and (max-width:640px) {
	#wrap_notice {
		padding-top: 20px;
		-webkit-transform: translate3d(0, 0, 1px);
    		transform: translate3d(0, 0, 1px);
	}
}


#notice {
	width: 1100px;
	margin: 0 auto 0;
	position: relative;
	background-color: transparent;
    padding-top: 20px;
    padding-bottom: 15px;
}

#notice h2 {
    color: #666666;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}
#notice p.h2_en {
    color: #ba3538;
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
}

#notice #notice_list {
    width: 96%;
    margin-left: 2%;
}
#notice #notice_list dt {
    color: #1F5BA3;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}
#notice #notice_list dt span {
    color: white;
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    width: 90px;
    text-align: center;
    height: 28px;
    line-height: 30px;
    margin-left: 14px;
}
#notice #notice_list dt span.info {
    background-color: #5A85B9;
}
#notice #notice_list dt span.exhibition {
    background-color: #F15A24;
}
#notice #notice_list dt span.recruit {
    background-color: #29ABE2;
}
#notice #notice_list dt span.product {
    background-color: #D92D53;
}
#notice #notice_list dd {
    font-size: 16px;
    line-height: 28px;
    margin-left: 220px;
    margin-top: -28px;
    margin-bottom: 12px;
}


@media screen and (max-width:1118px) {
	#notice {
        width: 98%;
        padding-left: 1%;
        padding-right: 1%;
	}
    #notice #notice_list a p {
        font-size: 14px;
    }
}
@media screen and (max-width:800px) {
    #notice h2 {
        font-size: 32px;
        line-height: 48px;
    }
}
@media screen and (max-width:680px) {
    #notice #notice_list dd {
        font-size: 15px;
        line-height: 26px;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 14px;
    }
}
@media screen and (max-width:500px) {
    #notice h2 {
        font-size: 28px;
        line-height: 40px;
    }
    #notice p.h2_en {
        font-size: 18px;
    }
}



