@charset "UTF-8";
.wrapper {
    padding-top: 90px;
    background: url("/_common/img/service/service-bg.webp");
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .wrapper {
        padding-top: 60px;
    }
}
 /* -------------------------------- */
.recruit {
    position: relative;
	padding: 50px 5% 100px;
    overflow: hidden;
}
.recruit__inner {
    position: relative;
	max-width: 1200px;
	margin: 0 auto;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .recruit {
        padding: 30px 2rem 100px;
    }
}
.recruit h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    overflow: hidden;
}
.recruit h2 .en {
    display: block;
	color: #205E93;
	font-size: 90px;
    font-weight: bold;
	letter-spacing: .16em;
    text-align: center;
}
.recruit h2 .ja {
    display: block;
	font-size: 20px;
    font-weight: bold;
	letter-spacing: .065em;
    text-align: center;
}
.recruit__line {
    width: 160px;
    min-width: 160px;
    margin-top: -20px;
}
@media screen and (max-width: 767px) {
    .recruit h2 {
        gap: 20px;
    }
    .recruit h2 .en {
        font-size: 36px;
        letter-spacing: .16em;
    }
    .recruit h2 .ja {
        margin-top: 10px;
        font-size: 18px;
        letter-spacing: .065em;
    }
    .recruit__line {
        width: 60px;
        min-width: 60px;
        margin-top: -10px;
    }
}
.recruit__texts {
    position: relative;
}
.recruit__texts h3 {
    margin-top: 60px;
    color: #205E93;
	font-size: 29px;
    font-weight: bold;
	letter-spacing: .065em;
    line-height: 51px;
    text-align: center;
}
.recruit h4 {
    margin-top: 30px;
    color: #205E93;
	font-size: 36px;
    font-weight: bold;
	letter-spacing: .065em;
    text-align: center;
}
.recruit__text {
	margin-top: 60px;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 37px;
	text-align: center;
}
.recruit__texts .obj1 {
    position: absolute;
    top: 57px;
    right: 0;
    width: 202px;
}
.recruit__texts .obj2 {
    position: absolute;
    bottom: 135px;
    left: 0;
    width: 234px;
}
@media screen and (max-width: 767px) {
    .recruit__texts {
        position: relative;
    }
    .recruit__texts h3 {
        margin-top: 60px;
        font-size: 18px;
        letter-spacing: .065em;
        line-height: 2;
    }
    .recruit h4 {
        margin-top: 30px;
        font-size: 30px;
        letter-spacing: .065em;
    }
    .recruit__text {
        margin-top: 60px;
        letter-spacing: .05em;
        line-height: 2;
    }
    .recruit__texts .obj1 {
        position: initial;
        top: initial;
        right: initial;
        width: 100%;
        max-width: 100px;
    }
    .recruit__texts .obj2 {
        position: initial;
        bottom: initial;
        left: initial;
        width: 100%;
        max-width: 100px;
    }
    .obj-sp {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 60px;
    }
}
.recruit__info {
    margin-top: 60px;
    padding: 50px;
    background-color: #fff;
}
.recruit__info ul li {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #D6D6D6;
}
.recruit__info ul li:first-child {
    padding-top: 0;
}
.recruit__info ul li h3 {
    width: 358px;
    min-width: 358px;
    color: #1B8DCB;
    font-weight: bold;
}
.recruit__info ul li p {
    width: 100%;
}
.recruit__info ul li > div {
    width: 100%;
}
.recruit__info-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 270px;
    height: 50px;
    margin-top: 20px;
    padding: 0 10px 0 18px;
    background-color: #16B3C3;
    color: #fff;
    font-weight: bold;
    border-radius: 25px;
}
.recruit__info-btn a:hover {
    background-color: #1B8DCB;
    transition: .3s;
}
.recruit__info-btn a .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
    background: #fff url("/_common/img/recruit/recruit-info-btn-icon.png") 50% 50% / 7px 12px no-repeat;
	border-radius: 17.5px;
}
.recruit__info-btn a:hover .icon {
    background: #fff url("/_common/img/recruit/recruit-info-btn-icon-hover.png") 50% 50% / 7px 12px no-repeat;
}
.recruit__info-btn a .icon img {
	width: 7px;
}
.recruit__obj3 {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%,0);
	width: 1291px;
    height: auto;
}
.recruit .obj4 {
	position: absolute;
	top: 37%;
	left: 58px;
	transform: translate(-50%,0);
	width: 639px;
}
@media screen and (max-width: 767px) {
    .recruit__info {
        margin-top: 60px;
        padding: 30px 20px;
    }
    .recruit__info ul li {
        flex-direction: column;
        gap: 10px;
        padding: 30px 0;
        border-bottom: 1px solid #D6D6D6;
    }
    .recruit__info ul li:first-child {
        padding-top: 0;
    }
    .recruit__info ul li h3 {
        width: 100%;
        min-width: 100%;
    }
    .recruit__info-btn a {
        gap: 8px;
        height: 50px;
        margin-top: 20px;
        padding: 0 10px 0 18px;
        border-radius: 25px;
    }
    .recruit__info-btn a .icon {
        width: 25px;
        height: 25px;
        background-color: #fff;
        border-radius: 17.5px;
    }
    .recruit__info-btn a .icon img {
        width: 7px;
    }
    .recruit__obj3 {
        position: absolute;
        top: 0;
        right: -20%;
        transform: translate(50%,0);
        width: 150%;
        height: auto;
    }
    .recruit .obj4 {
        position: absolute;
        top: 37%;
        left: 20%;
        transform: translate(-50%,0);
        width: 100%;
    }
}