@charset "utf-8";
/*****共通*****/
.sec1 h4,.sec2 h4{
	position: relative;
}




/*****共通end*****/

.sec1{
}

.sec1 .ttl {
    display: flex;
    flex-direction: column;
    width: fit-content;
	text-align: center;
}
.sec1 h1 {
    font-size: 50px;
    color: #152243;
    line-height: 80px;
	letter-spacing: 10px;
	font-weight: bold;
}
.sec1 h1 span {
    color: #1B459B;
}
.sec1 h4 {
font-size: 18px;
    color: #747474;
    font-weight: bold;
    letter-spacing: 1px;
    width: fit-content;
    margin: 0 auto;
	padding-top: 12px;
}
.sec1 .flex{
	justify-content: center;
}
.sec1 .more-news {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 45px;
    height: 45px;
    border: solid 1px #152243;
    border-radius: 50%;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    float: right;
	margin-left: 10px;
}
.sec1 .more-news:before {
content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border: 1px solid #152243;
    transform: rotate(45deg);
    transform-origin: top right;
    border-left: 0;
    border-bottom: 0;
}
.sec1 .more-news span {
vertical-align: middle;
    color: #fff;
    line-height: 2px;
    position: absolute;
    top: 21px;
    right: 13px;
    width: 17px;
    height: 1px;
    background: #152243;
}
.sec1 a.btn-news{
	display: flex;
    align-items: center;
    color: #152243;
    font-size: 14px;
    justify-content: end;
	width: fit-content;
	float: right;
}
.sec1 a.btn-news:hover .more-news {
	background-color: #152243;
}
.sec1 a.btn-news:hover .more-news:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: top right;
    border-left: 0;
    border-bottom: 0;
}
.sec1 a.btn-news:hover .more-news span {
    vertical-align: middle;
    color: #fff;
    line-height: 2px;
    position: absolute;
    top: 21px;
    right: 13px;
    width: 17px;
    height: 1px;
    background: #fff;
}

.sec1 .info-wrap {
	margin: 0 auto;
	margin-top: 4em;
	margin-bottom: 5em;
}
.sec1 .info-wrap li:first-child {
    border-top: 1px solid #babfca;
}
.sec1 .info-wrap li {
    border-bottom: 1px solid #babfca;
	position: relative;
}
.sec1 .info-wrap li:last-child:after {
    content: "";
    background-color: #142040;
    position: absolute;
    bottom: -1%;
    left: 0;
    width: 22em;
    height: 1px;
}
.sec1 .info-wrap li .border-be {
    background-color: #142040;
	position: absolute;
    top: -1%;
    left: 0;
    width: 22em;
    height: 1px;
}
.sec1 .info-wrap li a {
    display: flex;
    align-items: center;
    padding: 30px 40px;
    position: relative;
    position: relative;
}
.sec1 .info-wrap li a:hover{

}
.sec1 .info-wrap li a:hover p.news-ttl{
	color: #B9B9B9;
    transition: 0.3s ease-in-out;
}
.sec1 .info-wrap li .news_inner {
    display: flex;
    }
.sec1 .info-wrap li .date {
    font-weight: bold;
	color: #152243;
	font-size: 17px;
}

.sec1 .info-wrap li .cat {
padding: 5px 0;
    color: #fff;
    font-weight: normal;
    white-space: nowrap;
    background-color: #152243;
    width: 120px;
    text-align: center;
    font-size: 15px;
}
/*.sec1 .info-wrap li .news-ttl {
	align-self: center;
    }*/
.sec1 .info-wrap li .dli-arrow-right {
    vertical-align: middle;
    color: #152243;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0;
    width: 3.5em;
    height: 1px;
    background: currentColor;
}
.sec1 .info-wrap li .dli-arrow-right::before {
    content: '';
    width: 15px;
    border: 1px solid #152243;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(35deg);
    transform-origin: top right;
    position: absolute;
    top: 0;
    right: -0.09em;
    box-sizing: border-box;
}
.sec1 .info-wrap li:hover .dli-arrow-right {
    transform: translateX(15px);
    transition: transform 0.2s ease-in-out;
}





@media screen and (min-width: 768px) {
.sec1 .wrap {
        width: 1110px;
}
	.sec1 .info-wrap li .news-ttl {
		padding-left: 4em;
        font-size: 17px;
        font-weight: bold;
	}
	.sec1 .info-wrap li .news_inner {
		padding-left: 1.5em;
	}
}

@media screen and (max-width: 767px) {
	.sec1 {
    padding-top: 60px;
		padding-bottom: 80px;
}
	.sec1 .ttl{
		    margin: 0 auto;
	}
	.sec1 h1 {
        font-size: 33px;
        line-height: 60px;
        letter-spacing: 6px;
	}
	.sec1 h4 {
		font-size: 16px;
        letter-spacing: 4px;
	}
	.sec1 a.btn-news {

}
	.sec1 .info-wrap {
        max-width: 770px;
        margin-top: 55px;
		margin-bottom: 2em;
    }
	.sec1 .info-wrap li .border-be,
	.sec1 .info-wrap li:last-child:after{
		width: 10em;
	}
	    .sec1 .info-wrap li a {
        flex-direction: column;
        align-items: baseline;
        padding: 17px 20px;
    }
	.sec1 .info-wrap li .ttl {
        font-size: 16px;
    }
	.sec1 .info-wrap li .news_inner {
    flex-direction: column;
}
	.sec1 .info-wrap li .cat {
    padding: 3px 0;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
    background-color: #152243;
    width: 120px;
    text-align: center;
    font-size: 15px;
    margin: 7px 0;
}
}



.sec2{
	background: url(../images/top/bg-sec2.jpg) no-repeat;
	position: relative;
    padding-bottom: 30px;
	background-size: cover;
}
.sec2 .features{

    background-color: #d7d7d7;
    mix-blend-mode: multiply;
	}
.sec2 .ttl {
    display: flex;
    flex-direction: column;
    width: fit-content;
	text-align: center;
}
.sec2 h1 {
    font-size: 50px;
    color: #152243;
    line-height: 80px;
	letter-spacing: 10px;
	font-weight: bold;
}
.sec2 h1 span {
    color: #1B459B;
}
.sec2 h4 {
font-size: 18px;
    color: #747474;
    font-weight: bold;
    letter-spacing: 5px;
    width: fit-content;
    margin: 0 auto;
	padding-top: 12px;
}
.sec2 .flex{
	justify-content: center;
}

.sec2 .bottom-flex{
	justify-content: space-evenly;
	align-items: center;
	margin-top: 2em;
}
.sec2 .business{
    padding: 70px 0;
	}
.sec2 .business p{
	margin-top: 2em;
}

@media screen and (min-width: 768px) {
	.sec2 p{
	font-size: 17px;
	line-height: 40px;
}
.sec2 .features{
    padding: 90px 0;
    padding-bottom: 120px;
	}
}
@media screen and (max-width: 1700px) {

}
@media screen and (max-width: 1530px) {

}
@media screen and (max-width: 767px) {
	.sec2 {
		background: url(../images/top/bg-sec2.jpg) no-repeat right;
	}
	.sec2 .ttl{
		margin: 0 auto;
	}
	.sec2 h1 {
        font-size: 33px;
        line-height: 70px;
        letter-spacing: 6px;
	}
	.sec2 h4 {
		font-size: 18px;
        letter-spacing: 4px;
	}
	.sec2 p{
		line-height: 30px;
		padding-top: 20px;

	}

	.sec2 .bottom-flex .img{
		margin: 0 auto;
        text-align: center;
	}
	.sec2 .features{
    padding: 50px 0;
	}
}



.sec3{
	padding:0;
	position: relative;
}
.sec3 ul.flex li {
    overflow: hidden;
    position: relative;
    width: 100%;
    cursor: pointer;
    z-index: 99;
	border:1px solid #fff;
}
.business01 .box-bg,.business02 .box-bg,.business03 .box-bg {
    width: 100%;
    height: 500px;
    z-index: 0;
    transition: .3s ease-in-out;
}
.business01 .box-bg:before,.business02 .box-bg:before,.business03 .box-bg:before {
	position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #142040;
    opacity: .6;
}
.business01 .box-bg{
    background: url(../images/top/img-business01.jpg) center center / cover no-repeat;
}
.business02 .box-bg {
    background: url(../images/top/img-business02.jpg) center center / cover no-repeat;
}
.business03 .box-bg {
    background: url(../images/top/img-business03.jpg) center center / cover no-repeat;
}
.business01 .box-text, .business02 .box-text,.business03 .box-text {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
	color: #fff;
	display: flex;
	margin-top: 5em;
    flex-direction: column;
    align-items: center;
	justify-content: space-evenly;
}
.box-text h3{
        font-size: 30px;
        text-align: center;
        font-weight: 500;
}
.box-text h3 span{
	font-size:20px;
}
.box-text p{
	font-size: 17px;
    line-height: 35px;
	margin-top: -20px;
	    text-align: center;
}
.box-bg:hover {
    transform: scale(1.1);
	transition: .3s ease-in-out;
}
.business01 .box-bg:hover:before,.business02 .box-bg:hover:before,.business03 .box-bg:hover:before{
	opacity: 0.3;
	transition: .3s ease-in-out;
}

.sec3 .more-btn {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 55px;
    height: 55px;
    border: solid 1px #fff;
    border-radius: 50%;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    float: right;
	margin-left: 10px;
}
.sec3 .more-btn:before {
content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: top right;
    border-left: 0;
    border-bottom: 0;
}
.sec3 .more-btn span {
vertical-align: middle;
    color: #fff;
    line-height: 2px;
    position: absolute;
    top: 26px;
    right: 18px;
    width: 17px;
    height: 1px;
    background: #fff;
}
.sec3 a:hover .more-btn {
	background-color: #fff;
}
.sec3 a:hover .more-btn:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border: 1px solid #152243;
    transform: rotate(45deg);
    transform-origin: top right;
    border-left: 0;
    border-bottom: 0;
}
.sec3 a:hover .more-btn span {
    vertical-align: middle;
    color: #152243;
    line-height: 2px;
    position: absolute;
    top: 26px;
    right: 18px;
    width: 17px;
    height: 1px;
    background: #152243;
}

@media screen and (min-width: 768px) {
}
@media screen and (max-width:1440px){
	.box-text p{
	font-size: 15px;
    line-height: 30px;
	margin-top: -20px;
	    text-align: center;
}
}
@media screen and (max-width:1380px) and (min-width:768px){
	.box-text p {
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.business01 .box-text, .business02 .box-text, .business03 .box-text {
		padding: 0px 12px;
	}
	.box-text p {
		font-size: 13px;
	}

}






.sec4{
	padding: 140px 0;
	position: relative;
	background-color: #EEEEEE;
}
.sec4 .recruit{
	margin: 0 auto;
	width: fit-content;
	position: relative;
}
.sec4 .top-flex,.sec4 .bottom-flex{
	display: flex;
}
.sec4 .top-flex{
    position: absolute;
    z-index: 10;
    padding: 25px 45px 30px 60px;
    background-color: #152243;
    top: -30px;
    left: -30px;
    align-items: self-end;
	align-items: flex-end;
}
.sec4 a.top-flex:hover{
	background-color: #40495f;
}
.sec4 .top-flex .ttl{
	color: #fff;
	}
.sec4 .top-flex .ttl h1{
	font-size: 50px;
    font-weight: bold;
    letter-spacing: 10px;
	line-height: 73px;
	}
.sec4 .top-flex .ttl h4{
    font-size: 18px;
    letter-spacing: 6px;
    border-top: 2px solid;
    width: fit-content;
    padding-top: 10px;
	}
.sec4 .bottom-flex{
	    position: relative;
    align-items: end;
}
.sec4 .bottom-flex p{
	position: absolute;
    font-size: 19px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 3px;
	z-index: 99;
}
.sec4 .bottom-flex .recruit-img{
	border: 3px solid;
}

.sec4 .more-btn {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    border: solid 1px #fff;
    border-radius: 50%;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    float: right;
	margin-left: 10px;
}
.sec4 .more-btn:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 55%;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: top right;
    border-left: 0;
    border-bottom: 0;
}
.sec4 .more-btn span {
    vertical-align: middle;
    color: #fff;
    line-height: 2px;
    position: absolute;
    top: 16px;
    right: 10px;
    width: 13px;
    height: 1px;
    background: #fff;
}
.sec4 a:hover .more-btn {
	background-color: #fff;
}
.sec4 a:hover .more-btn:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 55%;
    width: 6px;
    height: 6px;
    border: 1px solid #152243;
    transform: rotate(45deg);
    transform-origin: top right;
    border-left: 0;
    border-bottom: 0;
}
.sec4 a:hover .more-btn span {
    vertical-align: middle;
    color: #152243;
    line-height: 2px;
    position: absolute;
    top: 16px;
    right: 10px;
    width: 13px;
    height: 1px;
    background: #152243;
}


@media screen and (min-width: 768px) {
	.sec4 .bottom-flex p{
		margin-bottom: 2em;
		margin-left: 2em;
		
		}
}
@media screen and (max-width:1380px) and (min-width:768px){
	    .sec4 .bottom-flex p {
		bottom: 40px;
        left: 35px;
			margin-bottom: 0;
		margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
	.sec4 .top-flex{
		padding: 10px 35px 20px 40px;
	}
	.sec4 .top-flex .ttl h1 {
		font-size: 30px;
		letter-spacing: 7px;
	}
	.sec4 .bottom-flex p{
		top: 140px;
		left: 30px;
		letter-spacing: 1px;
		font-size: 19px;
        line-height: 40px;
    }
}
