@charset "utf-8";

/* -----------------------------
	性別トップ
-------------------------------- */
.mv-area{
	width: 100%;
    height: calc(100vh - 190px);
    height: 400px;
	height: 600px;
	height: 800px;
	background: url(../img/bg-gender.png) no-repeat center center / cover;
    /* margin: 150px 0 20px 0;
    margin: 150px 0 0 0; */
	padding: 150px 0 0;
	padding: 90px 0 0;
    position: relative;
    overflow: hidden;
}
.mv-area .img-box {
	position: relative;
    height: 660px;
    max-width: 1600px;
    margin: 0 auto;
	background: url(../img/deco-blue.png) no-repeat left 0px top -40px / 145px,
	url(../img/deco-pink.png) no-repeat left 0px top 20px / 76px,
	url(../img/deco-pink.png) no-repeat right 39% top 0px / 117px,
	url(../img/deco-blue.png) no-repeat right 49% bottom 230px / 145px,
	url(../img/deco-pink.png) no-repeat right 52% bottom 293px / 76px,
	url(../img/deco-pink.png) no-repeat left 40px bottom 40px / 117px,
	url(../img/deco-blue.png) no-repeat left -80px bottom 40px / 289px;
}
.mv-area .img-box img{
	border-radius: 10px;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.mv-area .img-box .img01{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 39%;
    height: 77%;
}
.mv-area .img-box .img02{
	position: absolute;
	top: 10%;
	left: 5%;
	width: 19%;
    height: 38%;
}
.mv-area .img-box .img03{
	position: absolute;
    top: 30px;
	left: 30%;
	width: 25%;
	height: 40%;
}
.mv-area .img-box .img04{
    position: absolute;
    bottom: 50px;
    right: 44%;
    width: 15%;
    height: 25%;
}
.mv-area .catch{
	position: absolute;
	bottom: 22%;
	/*left: 10%;*/
	left: calc((100% - 1200px) / 2);
	z-index: 1;
}
.mv-area .catch span{
	display: inline-block;
	background-color: var(--dark-color);
    color: #fff;
    border-radius: 6px;
    line-height: 1;
    font-size: 4.2rem;
    font-weight: bold;
    padding: 18px 20px;
	margin: 10px 0 0 ;
}
/*.breadcrumbs{
	position: absolute;
	background: none;
	top: 690px;
    z-index: 0;
}*/
.h1-area{
	top: 700px;
}

@media screen and (max-width: 768px){
	.mv-area{
		height: 470px;
		padding: 130px 0 0;
		margin: 0 0 30px;
	}
	.mv-area .catch{
		bottom: 20px;
		left: 10px;
	}
	.mv-area .catch span{
		font-size: 2.2rem;
		padding: 5px 10px 10px;
		margin: 3px 0;
		border-radius: 4px;
	}
	.mv-area .img-box{
		width: 100%;
		height: 390px;
		background: url(../img/deco-blue.png) no-repeat left 0px top -40px / 145px,
		url(../img/deco-pink.png) no-repeat left 0px top 20px / 76px,
		url(../img/deco-pink.png) no-repeat right -30px bottom 60px / 145px,
		url(../img/deco-blue.png) no-repeat right 0px bottom 90px / 145px;
	}
	.mv-area .img-box img{
		border-radius: 8px;
	}
	.mv-area .img-box .img01{
		width: 65%;
        height: 180px;
        right: 10px;
        top: 95px;
	}
	.mv-area .img-box .img02{
		top: 100px;
        left: 10px;
        width: 40%;
        height: 120px;
	}
	.mv-area .img-box .img03{
		top: auto;
		bottom: 85px;
		left: auto;
		right: 0;
		width: 35%;
		height: 100px;
	}
	
	.mv-area .img-box .img04{
		display: none;
	}
	
	.h1-area{
		top: 200px;
	}
}



#man .service-area{
	background: #E3ECFE ;
}
.service-area::before{
	display: none;
}
#woman .service-area{
	background: #F8E8F4 ;
}
.service-area .box{
	width: 100%;
	padding: 0 !important;
}
#woman .service-area .box.woman{
	background: url(../img/illust-woman01.svg) no-repeat top 30px  left 80px / 84px 108px,
				url(../img/illust-woman02.svg) no-repeat top 30px  right 80px / 86px 112px,
				url(../img/illust-woman04.svg) no-repeat top 0px  left 240px / 75px 108px,
				url(../img/illust-woman03.svg) no-repeat top 0px  right 240px / 89px 108px;
}
#man .service-area .box.man{
    padding: 0 0 0 40px;
    background: url(../img/illust-man01.svg) no-repeat top 30px  left 80px / 86px 108px,
                url(../img/illust-man02.svg) no-repeat top 30px  right 80px / 87px 107px,
                url(../img/illust-man03.svg) no-repeat top 0px  left 240px / 92px 108px,
                url(../img/illust-man04.svg) no-repeat top 0px  right 240px / 89px 108px;
}
#man .service-area .box.woman{
	display: none;
}
#woman .service-area .box.man{
	display: none;
}
.service-area .nav-box{
	display: flex;
	flex-wrap: wrap;
	gap: 0 40px;
}
.service-area .nav-box .nav-wrap{
	width: calc((100% - 40px) / 2);
}
/* .service-area .nav-box{
	display: grid;
	grid-template-areas:
        "rikonttl furinttl"
        "rikonnav furinnav"
}
.service-area .nav-ttl:nth-child(1){
	grid-area: rikonttl;
}

.service-area .nav-list:nth-child(1){
	grid-area: rikonnav;
}
.service-area .nav-ttl:nth-child(2){
	grid-area: furinttl;
}

.service-area .nav-list:nth-child(2){
	grid-area: furinnav;
} */
.service-area .box .btn-area{
	display: none;
}
@media screen and (max-width: 768px){
	.service-area{
		border-radius: 0px 40px 0 40px;
	}
	.service-area .box{
		padding: 40px 20px 50px !important;
		
	}
	.service-area .nav-box .nav-wrap{
		width: 100%;
	}
	.service-area.btm{
		margin: 30px 0 0;
	}
}


.feature-area .catch{
	font-size: 3.4rem;
}
.feature-area .intro-box .img img{
	height: 100%;
	object-fit: cover;
}
.feature-area .feature-list .feature-item .catch{
	font-size: 2.2rem;
}
@media screen and (max-width: 768px){
	.feature-area .feature-list .feature-item .catch{
		font-size: 1.8rem;
	}
}