@charset "utf-8";
/* CSS Document */
.fv .topbox .label p{
    color: #000;
}
.fv{
	padding-bottom: 10px;
}
.fv .topbox{
	padding-top: 70px;
	padding-bottom: 150px;
	position: relative;
}
.fv .topbox h1{
	position: relative;
    display: inline-block;
	color: #11693D;
	font-size: 58px;
	font-family: "Zen Old Mincho",  sans-serif;
	font-weight: 500;
}
.fv .topbox h1::before {
    content: "";
    position: absolute;
    width: 140px;                
    height: 26px;
    left: -24px;                 
    top: 6px;                   
    background: url("https://lifestage21.jp/system_panel/uploads/images/fv-deco.svg") center/contain no-repeat;
    pointer-events: none;
}
.fv .topbox h1 span{
	color: #846C5A;
}
.fv .topbox p span{
	background-color: rgba(249, 198, 99, 0.6);
	border-radius: 20px;
	padding: 0 10px;
}
body.on .fv .topbox h1,body.on .fv .topbox > p,body.on .fv .topbox .labelbox .label,body.on .fv .bottombox .swiper-container{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
body.on .fv .topbox h1{
	animation-delay: 0.4s;
}
body.on .fv .topbox > p{
	animation-delay: 0.7s;
}
body.on .fv .topbox .labelbox .label:first-of-type{
	animation-delay: 1.0s;
}
body.on .fv .topbox .labelbox .label:nth-of-type(2){
	animation-delay: 1.0s;
}
body.on .fv .topbox .labelbox .label:nth-of-type(3){
	animation-delay: 1.2s;
}
body.on .fv .topbox .labelbox .label:nth-of-type(4){
	animation-delay: 1.4s;
}
body.on .fv .topbox .labelbox .label:nth-of-type(5){
	animation-delay: 1.6s;
}
body.on .fv .bottombox .swiper-container{
	animation-delay: 2.0s;
}
.fv .bottombox{
	position: relative;
	overflow: hidden;
}
.fv .bottombox .swiper-container{
	width: 100%;
	padding: 0 10%;
	margin: 0 auto;
}
.fv .bottombox .swiper-container .swiper-wrapper .swiper-slide{
	position: relative;
	opacity: 1;
	border-radius: 5px;
}
body.on .fv .bottombox .swiper-container .swiper-wrapper .swiper-slide{
	aspect-ratio: 3 / 2;
	overflow: hidden;
	height: auto;              
    max-height: 400px;
	max-width: 600px;
}
.fv .bottombox .swiper-container .swiper-wrapper .swiper-slide a{
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: flex-end;
	flex-direction: row;
	padding: 30px 20px;
}
body.on .fv .bottombox .swiper-container .swiper-wrapper .swiper-slide a{
	position: absolute;
}

.fv .topbox .labelbox {
    position: absolute;
    left: 50%;
    bottom: -70px; 
    transform: translateX(-50%);
    z-index: 5;
	gap: 15px;
	width: 100%;
}
.fv .topbox .label {
	position: relative;
    width: 140px;
    aspect-ratio: 1 / 1;
    border-radius: 9999px;
    background: url("https://lifestage21.jp/system_panel/uploads/images/fv-label-bg.png") center/cover no-repeat;
    display: grid;
    place-items: center;
}
.fv .topbox .label::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 30px; 
    transform: translateX(-50%);
    width: 12px;          
    height: 8px;
    background: url("https://lifestage21.jp/system_panel/uploads/images/fv-label-check.png") center/contain no-repeat;
    pointer-events: none;  
    z-index: 2;
}


.cate1 .title-style1 h2 br{
	display: none;
}
.cate1 .box_wrap{
	gap: 60px;
}
.cate1 .box_wrap .box-item{
	gap: 50px;
	padding-bottom: 60px;
	border-bottom: #DEDEDE 1px solid;
}
.cate1 .box_wrap .box-item .txtbox{
	width: calc(50% - 25px);
	justify-content: flex-start;
}
.cate1 .box_wrap .box-item .txtbox .topbox{
	margin-bottom: 40px;
	gap: 40px;
	align-items: center;
	width: 100%;
}
.cate1 .box_wrap .box-item .txtbox .topbox .iconbox{
	width: calc(30% - 20px);
	max-width: 200px;
}
.cate1 .box_wrap .box-item .txtbox .topbox .titlebox{
	width: calc(70% - 20px);
}
.cate1 .box_wrap .box-item .imgbox{
	position: relative;
	width: calc(50% - 25px);
	padding-bottom: 40px;
	z-index: 1;
}
.cate1 .box_wrap .box-item .imgbox img{
	border-radius: 10px;
}
.cate1 .box_wrap .box-item .imgbox .more{
	position: absolute;
	bottom: 0px;
	right: 30px;
	z-index: 2;
}
.cate1 .box_wrap .box-item .imgbox .more a:hover{
	opacity: 1;
}
.cate1 .box_wrap .box-item .iconbox {
    position: relative;
}
.cate1 .box_wrap .box-item .iconbox .num {
    position: absolute;
    left: -10px;         
    top: -10px;
    z-index: 2;
    font-family: "EB Garamond", sans-serif;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #017138;      
    line-height: 1;
}
.seminar-wrap .box{
	position: relative;
	overflow: hidden;
}
.seminar-wrap .box .titlebox h2,
.seminar-wrap .box .titlebox p{
	position: relative;
    display: inline-block;  
    padding: 0 24px;    
    z-index: 1;
}
.seminar-wrap .box .titlebox h2::before,
.seminar-wrap .box .titlebox h2::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 30px;
	height: 2px;
	background-color: #1F8C55;
	transform-origin: center;
}
.seminar-wrap .box .titlebox h2::before {
    left: -5%;
    transform: rotate(55deg);
}
.seminar-wrap .box .titlebox h2::after {
    right: -5%;
    transform: rotate(-55deg);
}
.seminar-wrap .box .titlebox p::before,
.seminar-wrap .box .titlebox p::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 25px;
	height: 2px;
	background-color: #1F8C55;
	transform-origin: center;
}
.seminar-wrap .box .titlebox p::before {
    left: -7%;
}
.seminar-wrap .box .titlebox p::after {
    right: -7%;
}
.seminar-wrap .box .titlebox h2 br{
	display: none;
}

.cate2 .topbox{
	gap: 60px;
	align-items: flex-start;
	margin-bottom: 60px;
}
.cate2 .txtbox{
	gap: 40px;
	width: calc(50% - 30px);
	flex-direction: column;
	align-items: flex-start;
}
.cate2 .imgbox{
	position: relative;
	gap: 40px;
	width: calc(50% - 30px);
	justify-content: flex-end;
}
.cate2 .imgbox .img1{
	border-radius: 50%;
	width: 80%;
	align-items: flex-start;
}
.cate2 .imgbox .img2{
	position: absolute;
	border-radius: 50%;
	width: 40%;
	left: 5%;
	bottom: -20%;
}
.cate2 .imgbox .illust1{
	position: absolute;
	width: 30%;
	right: -5%;
	bottom: -5%;
}
.cate2 .imgbox .illust2{
	position: absolute;
	width: 15%;
	left: 15%;
	top: 0%;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate1 .box_wrap .box-item {
		flex-direction: column;
	}
	.cate1 .box_wrap .box-item .txtbox,
	.cate1 .box_wrap .box-item .imgbox{
		width: 60%;
	}
	.cate2 .topbox {
		margin-bottom: 0px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.fv .topbox {
		padding-top: 50px;
		padding-bottom: 100px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.fv .topbox h1 {
		font-size: 46px;
	}
	.fv .topbox .label {
		width: 120px;
	}
	.fv .topbox .label::before {
		top: 20px;
	}
	.fv .topbox h1::before {
		width: 120px;            
		height: 26px;
		left: -24px;
		top: -2px;
	}
	.cate1 .box_wrap .box-item .txtbox,
	.cate1 .box_wrap .box-item .imgbox{
		width: 70%;
	}
	.cate2 .topbox {
		flex-direction: column-reverse;
	}
	.cate2 .txtbox {
		gap: 30px;
		width: 90%;
		margin-right: auto;
	}
	.cate2 .imgbox {
		width: 70%;
		margin-left: auto;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
    .fv .topbox h1 {
        font-size: 36px;
    }
	.fv .topbox .labelbox{
		display: none;
	}
	.fv .topbox {
        padding-bottom: 50px;
	}
	.fv .topbox h1::before {
		width: 90px;            
		height: 18px;
		left: -14px; 
	}
	
	.cate1 .box_wrap {
		gap: 40px;
	}
	.cate1 .box_wrap .box-item .txtbox,
	.cate1 .box_wrap .box-item .imgbox{
		width: 80%;
	}
	.cate1 .box_wrap .box-item .txtbox .topbox {
		flex-direction: column;
		margin: 0 auto;
		margin-bottom: 20px;
		gap: 20px;
	}
	.cate1 .box_wrap .box-item .txtbox .topbox h3,
	.cate1 .box_wrap .box-item .txtbox .topbox p{
		text-align: center;
	}
	.cate1 .box_wrap .box-item {
		gap: 30px;
		padding-bottom: 30px;
	}
	.cate1 .title-style1 h2 br{
		display: inline-block;
	}
	.cate1 .box_wrap .box-item .txtbox .topbox .iconbox{
		width: 50%;
	}
	.cate1 .box_wrap .box-item .txtbox .topbox .titlebox{
		width: 100%;
	}
	.seminar-wrap .box .titlebox h2 br{
		display: inline-block;
	}
	.seminar-wrap .box .titlebox h2{
		text-align: center;
	}
	.seminar-wrap .box .titlebox h2::before,
	.seminar-wrap .box .titlebox h2::after {
		width: 40px;
	}
    .cate2 .txtbox {
        gap: 20px;
        width: 100%;
    }
	.cate2 .imgbox {
        width: 80%;
        margin-left: auto;
    }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	 .fv .topbox h1 {
        font-size: 28px;
    }
    .fv .topbox {
        padding: 30px 20px;
    }
	.fv .topbox h1::before {
		width: 64px;            
		height: 18px;
		left: -6px; 
	}
	.cate1 .box_wrap .box-item .txtbox,
	.cate1 .box_wrap .box-item .imgbox{
		width: 100%;
	}
	.cate1 .box_wrap .box-item .imgbox{
		padding-bottom: 30px;
	}
	.cate1 .box_wrap .box-item .imgbox .more{
		bottom: 0px;
		left: 50%;
    	transform: translateX(-50%);
	}
	.cate1 .box_wrap .box-item .iconbox .num {
		font-size: 28px;
	}
	.seminar-wrap .box .titlebox p::before,
	.seminar-wrap .box .titlebox p::after {
		width: 20px;
	}
	.seminar-wrap .box .titlebox h2::before,
	.seminar-wrap .box .titlebox h2::after {
		display: none;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

