/* -----------------------------
	recruiting
-------------------------------- */

.recruiting .ubg-inner {
	padding: 100px 0;
}

.recruiting .bg-area {
	background: #0967D8;
	border-radius: 10px;
	padding: 15px 15px 1px;
}
.recruiting .menu-box {
	border-radius: 8px;
	display: block;
	background: #fff;
	position: relative;
	line-height: 1.3;
	transition: 0.5s;
	margin: 0 0 15px;
}
.recruiting .menu-box .menu-title-area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding: 30px;
	position: relative;
	height: auto;
}

.recruiting .menu-box .menu-title-area .title {
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: 500;
	position: relative;
	padding: 0 0 0 100px;
}

.recruiting .menu-box .menu-title-area .title::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(0);
	left: 0;
	width: 90px;
	height: 60px;
	z-index: 1;
	border-radius: 5px;
}

.recruiting .menu-box.menu-box01 .menu-title-area .title::before {
	background: url("../img/recruit-recruiting-img01.png") no-repeat center center / cover;
}

.recruiting .menu-box.menu-box02 .menu-title-area .title::before {
	background: url("../img/recruit-recruiting-img03.png") no-repeat center center / cover;
}

.recruiting .menu-box.menu-box03 .menu-title-area .title::before {
	background: url("../img/recruit-recruiting-img05.png") no-repeat center center / cover;
}

.recruiting .menu-box .acc-box {
	display: none;
}

@media screen and (max-width: 768px){
	
	.recruiting .ubg-inner {
		padding: 50px 0;
	}
	
	.recruiting .menu-box .menu-title-area {
		padding: 20px 5px;
	}

	.recruiting .menu-box .menu-title-area .title {
		font-size: 2.2rem;
		padding: 0 0 0 70px;
	}

	.recruiting .menu-box .menu-title-area .title::before {
		width: 60px;
		height: 60px;
	}
}

/* -----------------------------
	recruiting-area
-------------------------------- */
.recruiting-area {
	border-top: #E4E4E4 solid 1px;
	padding: 30px 130px 0;
}

.recruiting01 .main-flex {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    align-items: center;
    margin: 0 0 40px;
}

.main-area .main-flex .txt-group {
    width: 570px;
}

.main-area .main-flex img {
	width: 350px;
	height: 300px;
	object-fit: cover;
	border-radius: 10px;
}

.main-area .main-flex .ttl {
    font-size: 2.6rem;
    line-height: 1.6;
    font-weight: bold;
}

.main-area .main-flex .txt {
    padding: 0 0 0;
    line-height: 1.9;
}

@media screen and (max-width: 768px){
	.recruiting-area {
		background: #ECF5FC;
		padding: 0;
    }
    
    .main-area {
		background: #fff;
		border-radius: 0 0 0 0;
        padding: 20px 20px 20px;
    }
    
    .main-area .main-flex {
        gap: 15px;
        margin: 0 0 0;
        flex-wrap: wrap;
    }
    
    .main-area .main-flex img {
        order: 1;
		width: 100%;
		height: 200px;
    }
    
    .main-area .main-flex .txt-group {
        width: 100%;
        order: 2;
    }
    
    .main-area .main-flex .ttl {
        font-size: 2.2rem;
    }
    
        .main-area .main-flex .txt {
        padding: 10px 0 30px;
        line-height: 1.7;
    }
}

/* -----------------------------
	essential-point-area
-------------------------------- */
.essential-point-area {
	background: #ECF5FC;
	padding: 50px;
	border-radius: 0 0 10px 10px;
}


.essential-point-area .inner {
	background: #fff;
	border-radius: 30px;
	padding: 50px 80px;
	width: 100%;
}

.essential-point-area .essential-point-tbl {
	border-top: #E4E4E4 solid 1px;
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0 0;
}

.essential-point-area .essential-point-tbl tr {
    border-bottom: #E4E4E4 solid 1px;
}

.essential-point-area .essential-point-tbl th {
	background: #F5F5F5;
    width: 20%;
    text-align: left;
    vertical-align: text-top;
    padding: 25px;
    line-height: 1.8;
}

.essential-point-area .essential-point-tbl td {
    width: 80%;
    text-align: left;
    vertical-align: text-top;
    padding: 25px;
    line-height: 1.8;
}

.essential-point-area .essential-point-tbl .disc {
    list-style: circle;
    margin: 0 0 0 20px;
}

@media screen and (max-width: 768px){
	
	.essential-point-area {
		background: #ECF5FC;
		padding: 30px 0;
	}

	.essential-point-area::before {
		display: none;
	}

	.essential-point-area .inner {
		border-radius: 0;
		padding: 50px 10px;
	}
	
	.essential-point-area .essential-point-tbl {
        margin: 20px 0 0;
    }
    
    .essential-point-area .essential-point-tbl th {
        width: 100%;
		display: block;
        padding: 10px;
        line-height: 1.6;
    }
    
    .essential-point-area .essential-point-tbl td {
        width: 100%;
		display: block;
        padding: 10px 10px 20px;
        line-height: 1.6;
    }
}


/* -----------------------------
	flow-area
-------------------------------- */
.flow-area {
	border-top: #ECF5FC 80px solid;
	padding: 90px 0;
	background: url("../img/dot-lightblue.jpg");
}

.flow-area .flow-list {
	background: #fff;
	border: #333 solid 2px;
	border-radius: 30px;
	margin: 30px 0 0;
	display: flex;
	justify-content: space-between;
}

.flow-area .flow-list li:not(:last-of-type){
	border-right: #333 solid 2px;
}

.flow-area .flow-list li{
    width: calc( 100% / 4 );
    padding: 100px 0 20px 0;
    position: relative;
	text-align: center;
}

.flow-area .flow-list li:not(:last-of-type):after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #333;
    top: 0;
    bottom: 0;
    right: -17px;
    margin: auto 0;
}

.flow-area .flow-list li .num{
	background: url("../img/decoration-circle.png") no-repeat center / cover;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #0967D8;
	font-size: 2.4rem;
	font-family: 'Heebo', sans-serif;
	font-weight: 700;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 20px;
	z-index: 1;
}

.flow-area .flow-list li img {
    text-align: center;
	width: 70px;
}

.flow-area .flow-list li .txt {
    display: inline-block;
    width: 100%;
    padding: 20px 0 0;
    font-weight: bold;
    line-height: 1.5;
}

@media screen and (max-width: 768px){
	
	.flow-area {
		margin: 0 0 0;
		padding: 40px 20px 50px;
	}

	.flow-area .flow-list {
		border-radius: 20px;
		margin: 20px 0 0;
		display: block;
	}

    .flow-area .flow-list li{
        width: 100%;
        padding: 100px 15px 15px;
    }

	.flow-area .flow-list li:not(:last-of-type){
		border-right: none;
		border-bottom: #333 solid 2px;
	}
	
	.flow-area .flow-list li:not(:last-of-type):after {
		position: absolute;
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 15px 10px 0 10px;
		border-color: #333 transparent transparent transparent;
		bottom: -17px;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: auto;
	}
	
    .flow-area .flow-list li .num{
		width: 60px;
    }

    .flow-area .flow-list li .txt {
		flex:1;
		padding: 10px 0 0;
    }
}

/* -----------------------------
	contact-area
-------------------------------- */
.contact-area {
    position: relative;
    padding: 90px 0;
    margin: 0 0 100px 0;
}

.contact-area::before {
    content: "";
    position: absolute;
    width: 93.75%;
    min-width: 1380px;
    height: 100%;
    background: #ECF5FC;
    left: 0;
    top: 0;
    border-radius: 0 80px 80px 0;
    z-index: -1;
}

.contact-area .contact-flex {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 50px;
    padding: 30px 0;
}

.contact-area .contact-flex .txt {
    line-height: 1.8;
}

.contact-area .b-btn {
    width: 500px;
    height: 90px;
}

.contact-area .b-btn a {
    border-radius: 50px;
    line-height: 2.8;
}

.contact-area .b-btn span {
    font-size: 2.0rem;
}

@media screen and (max-width: 768px){
	.contact-area {
        padding: 30px 20px;
        margin: 0;
    }
    
    .contact-area .contact-flex {
        flex-wrap: wrap;
        gap: 20px;
        padding: 20px 0;
    }
    
    .contact-area .b-btn {
        width: 100%;
        height: 70px;
    }
    
    .contact-area .b-btn span {
        font-size: 1.8rem;
    }
    
    .contact-area .b-btn a {
        border-radius: 50px;
        line-height: 2.2;
    }
}

/* -----------------------------
	car-area
-------------------------------- */
.car-area {
    height: 100px;
    width: 100%;
    background: #fff;
    position: relative;
}

.car-area .img-car {
    animation-name: car;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
    bottom: 0;
}

@keyframes car {
	0% {
		left: -391px;
	}
	50% {
		left: 50%;
	}
	100% {
		left: calc( 100% + 391px ) ;
	}
}

@media screen and (max-width: 768px){
	
	.car-area {
		height: 50px;
	}

	.car-area .img-car {
		animation-name: carsp;
	}
	
	.car-area .img-car img {
		width: 249px;
	}

}

@keyframes carsp {
	0% {
		left: -249px;
	}
	50% {
		left: 50%;
	}
	100% {
		left: calc( 100% + 249px ) ;
	}
}
