@charset "utf-8";

/* -----------------------------
	intro-area
-------------------------------- */

.intro-area {
	margin: 350px 0 0;
	position: relative;
	padding: 0 0;
}
.intro-area::before{
	content: '';
	position: absolute;
	width: 1221px;
	height: 1041px;
	top: -500px;
	right: -500px;
	background: url("../img/bg-right.png")  no-repeat top right / contain;
	z-index: -1;
}
.intro-area > div{
	display: flex;
	align-items: center;
}

.intro-area .img-block{
	position: absolute;
	left: 0;
	width: 976px;
}
.intro-area .img-block > div{
	position: relative;
    display: flex;
    gap: 7px 11px;
    flex-wrap: wrap;
}
.intro-area .img-block > div::before{
	content: '';
	position: absolute;
	width: 976px;
	height: 144px;
	top: 0;
	right: 0;
	background: url("../img/curve-top01.svg") no-repeat top center / contain;
	z-index: 2;
}
.intro-area .img-block > div::after{
	content: '';
	position: absolute;
	width: 976px;
	height: 110px;
	bottom: 0;
	right: 0;
	background: url("../img/curve-bottom01.svg") no-repeat top center / contain;
	z-index: 2;
}

.intro-txt-block{
	width: 500px;
	margin: 0 0 0 auto;
	position: relative;
}
.intro-area .txt-block{
	padding: 30px 0 0;

}
.intro-area .basic-txt{
	padding: 30px 0 0;

}
.intro-area li{
	border-bottom: solid 3px var(--purple);
	padding: 20px 0 0;
	display: table;
}

.intro-area .btn-more{
	margin: 50px 0 0;
}

@media screen and (max-width: 1600px){
	.intro-area .img-block{
		left: -200px;
	}
	.intro-txt-block{
		margin: 0 230px 0 auto;
		width: 450px;
	}
}
@media screen and (max-width: 768px){
	.intro-area {
		padding: 0;
		margin: 40px 0 0;
	}
	.intro-area::before{
		width: 318px;
		height: 270px;
		top: 250px;
		right: -200px;
	}
	.intro-area > div{
		display: block;
	}

	.intro-area .img-block{
		width: calc(100% - 20px);
		position: inherit;
		margin:0 auto 0 0;
	}
	.intro-area .img-block > div{
		gap: 7px 7px;
	}
	.intro-area .img-block > div::before{
		width: 103%;
		right: -2px;
	}
	.intro-area .img-block > div::after{
		width: 100%;
		background-position: bottom center;
		bottom: -1px;
	}
	.intro-area .photoArea figure{
		height: 145px;
	}
	.intro-area .img-block figure:nth-child(2){
		width: 57%;
	}
	.intro-area .img-block figure:nth-child(3){
		width: 41%;
	}
	.intro-txt-block{
		width: 100%;

	}
	.intro-area .txt-block{
		padding: 0 0 0;
	}
	.intro-area .basic-txt{
		padding: 20px 0 0;
	}
	.intro-area li{
		padding: 10px 0 0;
	}
	
	.intro-area .btn-more{
		margin: 20px auto 0;
		display: inline-block;
	}
	

}

/* -----------------------------
	.grade-bg
-------------------------------- */
.grade-bg{
	position: relative;
	padding: 120px 0 280px;
	margin: 350px 0 0;
}
.grade-bg::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: url("../img/grade-bg.png") no-repeat top center / cover;
	z-index: -1;
}

@media screen and (max-width: 768px){
	.grade-bg{
		margin: 40px 0 0;
        padding: 20px 0 100px;
	}
	.grade-bg::before{
		background: url("../img/grade-bg-sp.png") no-repeat top center / cover;
	}
}


/* -----------------------------
	.oneday-area
-------------------------------- */
.oneday-area{
	margin: 50px 0 0;
	position: relative;
}

.oneday-area::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 729px;
	top: -260px;
	right: 0;
	background: url("../img/white-bg-curve.png") no-repeat top center / cover;
}
/*
.oneday-area::before{
	content: '';
    position: absolute;
    width: 1221px;
    height: 1041px;
    top: -100px;
    left: -400px;
    background: url(../img/bg-left.png) no-repeat top right / contain;
    z-index: -1;
}*/
.oneday-area::after{
content: '';
    position: absolute;
    width: 1221px;
    height: 1041px;
    bottom: 300px;
    right: -500px;
    background: url(../img/bg-right.png) no-repeat top right / contain;
    z-index: -1;
}
.oneday-area .ttl-l{
	text-align: center;
}
.oneday-area .txt-block{
	text-align: center;
	padding: 30px 0 0;
}

.oneday-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.oneday-block{
	margin: 100px 0 0;
	border: solid 1px #ddd;
	padding: 20px;
	width: 570px;
	position: relative;
	background: #fff;
	border-radius: 5px;
}
.oneday-block:first-of-type{
	margin: 50px 0 0;
}
.oneday-block:nth-child(even){
	top: 200px;
}

.oneday-block::after{
	content: '';
	position: absolute;
	width: 117px;
	height: 125px;
	background: url("../img/arrow-r.svg") no-repeat top center / contain;
	z-index: 2;
}
.oneday-block:nth-child(even)::after{
	bottom: 80px;
	left: -100px;
	background: url("../img/arrow-l.svg") no-repeat top center / contain;
}
.oneday-block:nth-child(odd)::after{
	bottom: 50px;
	right: -60px;
}
.oneday-block:last-of-type::after{
	display: none;	
}

.oneday-block figure{
	height: 320px;
	width: 100%;
	margin: 0 0 10px;
	
}
.oneday-block figure img{
	width: 100%;
}

.oneday-block .time{
	background: var(--gradation);
	color: #fff;
	display: inline-block;
	padding: 10px 20px 5px;
	font: 500 2rem/1 var(--josefinsans);
	letter-spacing: 0.05em;
	margin: 0 10px 0 0;
}
.oneday-title{
	display: inline-block;
	font: 500 2rem/1.5 var(--notoserif);
	letter-spacing: 0.05em;
}
.oneday-block .basic-txt{
	padding: 10px 0 0;
}
@media screen and (max-width: 768px){
	.oneday-area{
		margin: 40px 0 0;
	}
	/*
	.oneday-area::before{
		width: 318px;
		height: 270px;
		top: -80px;
		left: -200px;
	}*/
	.oneday-area::before{
		width: 100%;
		height: 170px;
		top: -90px;
	}
	.oneday-area::after{
		width: 318px;
        height: 270px;
        top: 250px;
        right: -200px;
	}
	.oneday-area .ttl-l{
	}
	.oneday-area .txt-block{
	}

	.oneday-list{
		display: block;
	}

	.oneday-block{
		width: 100%;
		margin: 20px 0 0;
		padding: 15px;
	}
	.oneday-block:first-of-type{
		margin: 20px 0 0;
	}
	.oneday-block:nth-child(even){
		top: auto;
	}

	.oneday-block::before{
	}
	.oneday-block:nth-child(even)::before{
	}
	.oneday-block:nth-child(odd)::before{
	}

	.oneday-block::after{
		display: none;
	}
	.oneday-block:nth-child(even)::after{
		display: none;
	}
	
	.oneday-block figure{
		height: 100%;
	}
	.oneday-block figure img{
	}

	.oneday-block .time{
		font-size: 1.6rem;
	}
	.oneday-title{
		font-size: 1.8rem;
	}
	.oneday-block .basic-txt{
	}
}

/* -----------------------------
	joy-area
-------------------------------- */
.joy-area{
	margin: 400px 0 100px;
	position: relative;
}
.joy-area::before{
    content: '';
    position: absolute;
    width: 1290px;
    height: 1290px;
    top: -600px;
    left: -200px;
    background: url(../img/bg-grade01.png) no-repeat top right / contain;
    z-index: -1;
}
.joy-area .inner{
	position: relative;
}
.joy-area .gradation-bg{
	background: var(--light-gradation);
	padding: 80px 80px;
	width: 900px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}

.joy-area .ttl-l .en,
.joy-area .ttl-l .jp{
}
.joy-area .txt-block{
	padding: 30px 0 0;
}
.joy-area .txt-block .basic-txt{
	padding: 30px 0 0;
}

.joy-list{
	background: rgb(255 255 255 / .7);
	padding: 20px;
	margin: 20px 0 0;
}
.joy-list .title{
	font: 500 2rem/1.5 var(--notoserif);
	letter-spacing: 0.05em;
	color: var(--purple);
	position: relative;
}
.joy-list .title::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -10px;
	right: 0;
	background-image : linear-gradient(to right, #bb7db1 2px, transparent 2px);
	background-size: 10px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
	z-index: 1;
}

.joy-list ul{
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 0;
}
.joy-list ul li{
	/*width: calc((100% / 3) - 20px);*/
	color: var(--purple);
	position: relative;
	padding: 0 0 0 15px;
	font-size: 1.6rem;
	line-height: 2;
	font-weight: bold;
	margin: 0 30px 0 0;
}
.joy-list ul li::before{
	content: '#';
	position: absolute;
	top: 0;
	left: 0;}
.joy-area .img-block{
	position: absolute;
	margin: 0 0 0 100px;
	right: 0;
	top: -100px;
}
.joy-area .joy02{
	position: absolute;
	bottom: -50px;
	right: -100px;
}

@media screen and (max-width: 768px){
	.joy-area{
		margin: 50px 0 50px;
	}
	.joy-area::before{
		width: 396px;
		height: 396px;
		top: -250px;
	}
	.joy-area .inner{
	}
	.joy-area .gradation-bg{
		padding: 20px;
		width: 100%;
	}

	.joy-area .ttl-l .en,
	.joy-area .ttl-l .jp{
	}
	.joy-area .txt-block{
		padding: 20px 0 0;
	}
	.joy-area .txt-block .basic-txt{
		padding: 20px 0 0;
	}

	.joy-list{
		padding: 15px;
		margin: 10px 0 0;
	}
	.joy-list .title{
		font-size: 1.8rem;
	}
	.joy-list .title::before{
	}

	.joy-list ul{
		display: block;
		padding: 20px 0 0;
	}
	.joy-list ul li{
		width: 100%;
		line-height: 2;
	}
	.joy-list ul li::before{
	}
	.joy-area .img-block{
		position: inherit;
		margin: 0;
		top: 0;
		z-index: 2;
	}	
	.joy-area .joy01{
		width: 80%;
	}
	.joy-area .joy02{
		width: 140px;
		z-index: 1;
		bottom: -20px;
    right: -10px;
	}
}
