@charset "UTF-8";


section{
	padding:0;
}
h2{
	border-bottom: 4px solid #FF8900;
    display: inline-block;
    border-radius: 2px 2px 2px 2px;
}

h2 span{
	font-size:18px;
	display:block;
	color:#011243;
	font-weight: 400;
}
h2 img{
	padding:3px 0 14px;
}
#footer_contact h2 {
    border-bottom: 0px solid #FF8900;
    display: inline-block;
    border-radius: 2px 2px 2px 2px;
}
#footer_contact h2 span {
    font-size:16px;
}
ul.footer_contact_list {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -100px;
    justify-content: end;
}
section.top_eye{
	/*display:flex;
	flex-wrap:wrap;*/
	width:100%;
	position:relative;
	height: 700px;
	margin-bottom:80px;
	padding-bottom: 0;
	background: linear-gradient(360deg, rgb(32, 49, 83), rgb(52, 117, 183));
	margin-top:64px;
}
.top_eye_area{
	  background: linear-gradient(360deg, rgba(32, 49, 83, 1), rgba(52, 117, 183, 1));
	width:50%;
	border-radius: 0 60px 0 0;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	height:100%;
}
.top_eye_catch{
	  color:#fff;
	font-size:54px;
	font-weight:bold;
	position:absolute;
	top:120px;
	left:0;
	    right: 550px;
    z-index: 110;
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
	letter-spacing:4px;
	line-height:1.4;
	padding:0;
}
.top_eye_text_01{
	color:#000;
	font-size:16px;
	margin:16px 0 20px;
	background:url(../images/eye_bg_02.png) no-repeat 0 0;
	background-size:contain;
	letter-spacing:2px;
    padding: 6px 30px 10px;
	font-weight:500;
}
.top_eye_text_02{
	font-size:16px;
	font-weight:bold;
	display:flex;
	align-items:flex-start;
	letter-spacing:2px;
}
.top_eye_text_02 img{
	padding-left:5px;
}
.top_eye_wave{
	position:absolute;
	bottom:60px;
	left:0;
	z-index: 101;
	width:50%;
}
.top_eye_wave img{
	width:100%;
}
.top_eye_movetext{
	position:absolute;
	bottom:20px;
	z-index: 101;
	opacity: 0.3;
}
#loop {
    width: 100%;
    height: 172px;
    background: url(../images/move-text.png) repeat-x;
    background-position: 50px 0;
    -webkit-animation: bgloop 20s linear infinite;
    animation: bgloop 30s linear infinite;
}
@-webkit-keyframes bgloop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -5230px 0;
    }
}
@keyframes bgloop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -5230px 0;
    }
}









#slider {
    overflow:hidden;
    position:relative;
    width:calc(50% + 60px);
	height: 100%;
	position:absolute;
	top:0;
	right:0;
}
#sliderInner li{
	height:700px;
}
#sliderInner li.slider_01{
	background: url(../images/slider/slider_01.jpg) no-repeat center center;
	background-size:cover;
}
#sliderInner li.slider_02{
	background: url(../images/slider/slider_02.jpg) no-repeat center center;
	background-size:cover;
}
#sliderInner li.slider_03{
	background: url(../images/slider/slider_03.jpg) no-repeat center center;
	background-size:cover;
}
#sliderInner li.slider_04{
	background: url(../images/slider/slider_04.jpg) no-repeat center center;
	background-size:cover;
}
#sliderInner li.slider_05{
	background: url(../images/slider/slider_05.jpg) no-repeat center top;
	background-size:cover;
}

ul.top_about_list{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding:20px 0 40px;
}
ul.top_about_list li{
	width:30%;
}
ul.top_about_list li a{
	display:block;
	position:relative;
	border-radius: 12px;
}
ul.top_about_list li div{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
    text-align: center;
	color:#fff;
	font-size:28px;
	text-shadow: 0px 0px 6px #000;
	background:url("../images/top_img_04.png") no-repeat 0 0;
	background-size:cover;
	font-weight: 500;
}
ul.top_about_list li div span{
	display:block;
	font-size:18px;
	text-align: center;
	text-shadow: 2px 2px 6px #000;
	padding-top:40px;
}
ul.top_about_list li div img{
	display:block;
	margin:0 auto;
	padding:15px 0 5px;
}
ul.top_about_list li .arrow_01{
	position:absolute;
	right:164px;
	bottom:20px;
}
ul.top_about_list li .arrow_01::before{
	content: '';
	width: 72px;
	height: 1px;
	position: absolute;
	background-color: #fff;
	top: 50%;
	right: 73px;
	transition: all .3s;
}
ul.top_about_list li .arrow_01::after{
	content: '';
	width: 9px;
	height: 9px;
	border: 1px solid #fff;
	border-left: 0;
	border-bottom: 0;
	position: absolute;
	top: 0.5px;
	right: 72px;
	transition: all .3s;
	transform: rotate(45deg);
	transform-origin: top right;
}
ul.top_about_list li:hover .arrow_01::before{
	content: '';
	width: 125px;
	right: 21px;
}
ul.top_about_list li:hover .arrow_01::after{
	content: '';
	right: 20px;
}

ul.top_about_list li .zoom_img{
	transform: scale(1);
	transition: .3s;
}
ul.top_about_list li:hover .zoom_img{
	transform: scale(1.05);
}
.top_ir .wrapper{
	position:relative;
}
.ir_img_01{
	position:absolute;
	top: 136px;
    left: 422px;
    width: 256px;
}
.ir_img_02{
	position:absolute;
	    top: 10px;
    left: 709px;
    width: 328px;
}
/**/
.top_recruit .wrapper{
	position:relative;
}
.recruit_img_01{
	position:absolute;
	top: 90px;
    left: 772px;
    width: 300px;
}
.recruit_img_02{
	position:absolute;
	top: 325px;
    left: 680px;
    width: 264px;
}
/**/
.bx-wrapper .bx-pager {
    margin-top: -26px;
	z-index:100;
	position:relative;
	background:none;
    width: 91%;
    margin-left: 60px;
	padding-top:0;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    width: 20%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #034FA0;
    width: calc(100% - 10px);
}
.bx-wrapper .bx-pager.bx-default-pager a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
	width: calc(100% - 10px);
	height:3px;
	background: #ccc;
}

.flex-set{
	display:flex;
}
.flex-set h3{
	margin:42px 0 0 40px;
}

.flex-set h3.mt40{
	margin:40px 0 0 40px;
}
.flex-set h3.mt50{
	margin:50px 0 0 40px;
}

/*sp*/
@media only screen and (max-width: 767px) {
	.flex-set{
	display:block;
}
.flex-set h3{
	margin:30px 0 0 0;
}

.flex-set h3.mt40{
	margin:40px 0 0 0;
}
.flex-set h3.mt50{
	margin:40px 0 0 0;
}
	
	#header_sp_slide{
		
	}
	h2 img{
	padding:3px 0 14px;
		    height: 50px;
		width: auto;
}
	
	/**/
	section.top_eye {
    width: 100%;
    position: relative;
height: 40Vh;
    margin-bottom:0px;
    padding-bottom: 0;
    background: linear-gradient(360deg, rgb(32, 49, 83), rgb(52, 117, 183));
    margin-top: 64px;
}
	.top_eye_area {
    background: linear-gradient(360deg, rgba(32, 49, 83, 1), rgba(52, 117, 183, 1));
    width: 100%;
    border-radius: 0 60px 0 0;
    position: relative;
    top: auto;
    left: auto;
    z-index: 100;
    height: 100%;
}
	.top_eye_catch {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    position: absolute;
    top: 60px;
    left: 40px;
    right: auto;
    z-index: 110;
    margin: 0 auto;
    width: calc(100% - 46px);
    max-width: 550px;
    letter-spacing: 4px;
    line-height: 1.4;
    padding: 0;
}
	.top_eye_wave {
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: 101;
    width: 100%;
}
	.top_eye_movetext {
    position: absolute;
    bottom: -10px;
    z-index: 101;
    opacity: 0.3;
}
	#loop {
    width: 100%;
    height: 102px;
    background: url(../images/move-text.png) repeat-x;
    background-position: 50px 0;
		background-size:cover;
    -webkit-animation: bgloop 20s linear infinite;
    animation: bgloop 30s linear infinite;
}
	/**/
	#slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 300px;
    top: 64px;
    right: auto;
}
	#sliderInner li {
    height: 300px;
}
	.bx-wrapper .bx-pager {
    margin-top: -26px;
    z-index: 100;
    position: relative;
    background: none;
    width: 100%;
    margin-left: 0px;
    padding-top: 0;
}

	/**/
	section.top_about,
	section.top_ir,
	section.top_recruit,
	section.top_news{
		width:90%;
		margin-left:5%;
		overflow:hidden;
	}
	section.top_about{
		padding-top:80px;
	}
	body.top_body .wrapper {
        width: 100%;
        margin: 0 auto;
    }
	/**/
	ul.top_about_list {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0 40px;
}
	ul.top_about_list li {
    width: 100%;
		margin-bottom:15px;
}
	ul.top_about_list li a {
    display: block;
    position: relative;
    border-radius: 12px;
		    height: 240px;
    overflow: hidden;
}
ul.top_about_list li .arrow_01 {
    position: absolute;
    right: -50px;
    bottom: 20px;
}
	/**/
	.top_news .arrow_case {
    position: relative;
    right: auto;
    margin-top: 50px;
}
	/**/
	.ir_img_01{
	position:relative;
	top:auto;
	left:auto;
	width:266px;
		padding: 30px;
}
.ir_img_02{
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	padding-right:30px;
	text-align:right;
}
	.ir_img_02 img{
	max-width:340px;
}
	.recruit_img_01{
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	padding-right:30px;
	text-align:right;
}
	.recruit_img_01 img{
	max-width:340px;
}
.recruit_img_02{
	position:relative;
	top:auto;
	left:auto;
	width:264px;
	padding:30px;
}
	ul.footer_contact_list {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    justify-content: end;
}
}/*sp*/

ul.top_about_list li div span.setup{
	display: flex;
	justify-content: center;
}
ul.top_about_list li div span.setup img{
	margin:0;
	padding:0 5px 0 0;
	filter: drop-shadow(0px 2px 4px #000);
}