@charset "utf-8";

/* -----------------------------
	features-area
-------------------------------- */

.features-area .features-01 ,
.features-area .features-02 ,
.features-area .features-03 ,
.features-area .features-04 ,
.features-area .features-05 {
	padding: 100px 0 0;
}

.features-area .features-05 {
	padding: 100px 0;
}

.features-area .title {
	display: flex;
	/*align-items: center;*/
	position: relative;
}

.features-area .title .en {
	font-size: 2.0rem;
	color: var(--gold03);
	line-height: 40px;
}

.features-area .title .en .en-t {
	font-family: var(--basefont-en);
	display: inline-block;
	border: var(--gold03) solid 1px;
	border-bottom: #fff solid 1px;
	padding: 0 15px;
	height: 40px;
}

.features-area .title .en .no-t {
	height: 40px;
	display: inline-block;
	font-family: var(--basefont-jp);
	border-bottom: var(--gold03) solid 1px;
	padding: 0 15px;
}

.features-area .title h3 {
	font-family: var(--basefont-jp);
	font-size: 2.4rem;
	font-weight: 400;
	padding: 0 15px;
	color: #fff;
	line-height: 40px;
	background: #fff;
}

.features-area .title h3 span {
	background: var(--gold03);
	display: inline-block;
	padding: 0 15px;
	height: 40px;
}

.features-area .title h3::before {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 1px;
	right: 0;
	background: var(--gold03);
	z-index: -1;
}

.features-area .copy {
	font-size: 3.6rem;
	font-weight: 400;
	font-family: var(--basefont-jp);
	color: var(--gold02);
	line-height: 1.38;
}

/*features-01*/
.features-01 .copy {
	text-align: center;
	padding: 30px 0 0;
}

.features-01 .flex {
	display: flex;
	justify-content: space-between;
	padding: 20px 0 0;
	gap:0 40px;
}

.features-01 .flex .box01 ,
.features-01 .flex .box02 {
	width: 580px;
}

.features-01 .flex .figure {
	display: flex;
	justify-content: space-between;
	background: var(--beige04);
	padding: 29px 30px;
}

.features-01 .flex .figure > div {
	text-align: center;
}

.features-01 .flex .figure > div .image {
	padding: 5px 0 15px;
}

.features-01 .flex .figure > div .image img {
	width: 250px;
}

.features-01 .flex .figure > div p {
	line-height: 1.5;
}

.features-01 .flex .figure > div p span {
	color: #B22B2B;
	font-weight: bold;
}

.features-01 .box02 .image {
	background: var(--beige04);
	padding: 29px 30px;
	text-align: center;
}

.features-01 .box02 .image img {
	width: 520px;
}

.features-01 .flex h4 {
	font-size: 2.4rem;
    line-height: 1.5;
    font-family: var(--basefont-jp);
    font-weight: 400;
	text-align: center;
	padding: 20px 0 10px;
	
}

/*features-com*/
.features-02 .flex ,
.features-03 .flex ,
.features-04 .flex ,
.features-05 .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	/*padding: 70px 50px;*/
	padding: 40px 0 0;
}

.features-02 .image ,
.features-05 .image {
	padding: 0 0 0 40px ;
}

.features-02 .copy ,
.features-03 .copy ,
.features-04 .copy ,
.features-05 .copy {
	font-feature-settings: "palt";
	padding: 0 0 10px;
}

.features-02 .ttl-lower-m ,
.features-03 .ttl-lower-m ,
.features-04 .ttl-lower-m ,
.features-05 .ttl-lower-m {
	padding: 0 0 20px;
}

.features-02 .box02::before ,
.features-02 .box04::before ,
.features-02 .box05::before {
	content: "";
	width: 100%;
	height: 720px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.features-02 .box04::before {
	height: 340px;
}

.features-02 .box05::before {
	height: 340px;
}

.features-02 .box02 .flex ,
.features-02 .box04 .flex ,
.features-02 .box05 .flex {
	flex-wrap: wrap;
	flex-direction:row;
	padding: 30px 0 0;
	position: relative;
	z-index: 1;
}

.features-02 .box02 .flex img ,
.features-02 .box04 .flex img ,
.features-02 .box05 .flex img {
	box-shadow: 5px 5px 20px rgba(114,97,69,0.2);
}

.features-02 .bg-box ,
.features-03 .bg-box {
	margin: 40px 0 0;
	background: var(--beige04) url("../img/features-bg.png") repeat left 5px top;
	padding: 70px 50px;
}

.features-02 .box02 ,
.features-02 .box04 ,
.features-02 .box05 {
	line-height: 1.7;
	position: relative;
	padding: 70px 50px 0;
}

.features-03 .image ,
.features-04 .image {
	padding: 0 0 0 40px;
}

/*features-02 .box04 */
.features-02 .box04 .txt-box01 {
	padding: 60px 0 0;
}

.features-02 .box04 .txt-box02 {
	padding: 70px 0 0;
}

.features-02 .box04 .txt-box .copy {
	font-size: 2.4rem;
}

.features-02 .box04 .att {
	font-size: 1.4rem;
	padding: 10px 0 0;
}

/*features-03  */
.features-03 .bg-box .image {
	width: 450px;
	height: 400px;
	background: #fff;
	border: #CBBF92 solid 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.features-03 .bg-box .image img {
	width: 390px;
}

.features-03 .bg-box .box {
	flex: 1;
}

/*features-05*/
.features-05 .flex .image {
	width: 600px;
	height: 560px;
	background: #fff;
	border: #CBBF92 solid 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.features-05 .flex .image img {
	width: 509px;
}

.features-05 .box {
	flex: 1;
	margin: 0 40px 0 0;
}

.features-05 .box .flex {
	flex-wrap: wrap;
	gap:10px;
	padding: 10px 0;
}

.features-05 .box .flex li {
	width: 130px;
	border: #333 solid 1px;
	text-align: center;
	padding: 15px 0;
	font-feature-settings: "palt";
}

.features-05 .box .flex li:last-child {
	width: 100%;
}

.link-area {
	position: relative;
	padding: 100px 0;
}

.link-area::before {
	content: "";
	width: 100%;
	background: #F6F6F4;
	height: 500px;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.link-area .txt {
	font-size: 3.0rem;
	font-weight: 400;
	font-family: var(--basefont-jp);
	color: var(--gold02);
	line-height: 1.5;
	text-align: center;
}

.link-area ul {
	display: flex;
	justify-content: space-between;
}

.link-area ul li {
	width: 580px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	margin: 30px 0 0;
}

.link-area ul li.free {
	background: url("../img/link-free.jpg");
}

.link-area ul li.beginner {
	background: url("../img/link-beginner.jpg");
}

.link-area ul li a {
	display: block;
	width: 100%;
	position: relative;
	height: 100%;
}

.link-area ul li a:hover::before {
	opacity: 0.9;
}

.link-area ul li a::before {
	content: "";
	width: 100%;
	height: 170px;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	opacity: 0.7;
	position: absolute;
	bottom: 0;
}

.link-area ul li a .ttl-m {
	padding: 0 50px 0 0;
	display: block;
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 2;
	transition: 0.5s;
	background: url("../img/arrow-wht.svg") no-repeat right 20px top 20px / auto 16px;
}

.link-area ul li a:hover .ttl-m {
	background: url("../img/arrow-wht.svg") no-repeat right 0 top 20px / auto 16px;
}

.link-area ul li a .ttl-m .jp , 
.link-area ul li a .ttl-m .en {
	color: #fff;
}

@media screen and (max-width: 768px){
	
	.features-area {
		padding: 0 20px;
	}
	
	.features-area .features-01 ,
	.features-area .features-02 ,
	.features-area .features-03 ,
	.features-area .features-04 ,
	.features-area .features-05 {
		padding: 50px 0 0;
	}

	.features-area .features-05 {
		padding: 30px 0 50px;
	}


	.features-area .title {
		display: block;
	}

	.features-area .title .en {
		font-size: 1.8rem;
		line-height: 30px;
		margin: 0 0 5px;
	}

	.features-area .title .en .en-t {
		padding: 0 10px;
		height: 30px;
	}

	.features-area .title .en .no-t {
		height: 30px;
		padding: 0 10px;
	}

	.features-area .title h3 {
		font-size: 2.0rem;
		padding: 5px 10px;
		line-height: 1.4;
		background: var(--gold03);
	}

	.features-area .title h3 span {
		display: inline;
		padding: 0;
		height: auto;
	}

	.features-area .title h3::before {
		display: none;
	}

	.features-area .copy {
		font-size: 2.6rem;
		line-height: 1.5;
		font-feature-settings: "palt";
	}

/*features-01*/
	.features-01 .flex {
		display: block;
		padding: 20px 0 0;
	}

	.features-01 .flex .box01 ,
	.features-01 .flex .box02 {
		width: 100%;
	}

	.features-01 .flex .figure {
		display: block;
		padding: 0;
		background: none;
	}

	.features-01 .flex .figure > div {
		padding: 20px;
		background: var(--beige04);
		margin: 0 0 2px;
	}

	.features-01 .flex .figure > div .image {
		padding: 5px 0 10px;
	}
	
	.features-01 .flex .figure > div .image img {
		width: 100%;
	}

	.features-01 .flex .figure > div p {
		line-height: 1.5;
		font-size: 1.4rem;
	}

	.features-01 .flex .copy {
		padding: 20px 0 5px;
	}

	.features-01 .box02 {
		padding: 30px 0 0
	}

	.features-01 .box02 .image img {
		width: 100%;
	}

	.features-01 .box02 .image {
		padding: 20px;
	}


	
	/*features-com*/
	.features-02 .flex ,
	.features-03 .flex ,
	.features-04 .flex ,
	.features-05 .flex {
		display: block;
		padding: 20px 0 0;
	}

	.features-02 .image ,
	.features-05 .image {
		padding: 0 0 20px ;
	}

	.features-02 .image img ,
	.features-05 .image img {
		width: 100%;
	}

	.features-02 .copy ,
	.features-03 .copy ,
	.features-04 .copy ,
	.features-05 .copy {
		padding: 0 0 5px;
	}

	.features-02 .ttl-lower-m ,
	.features-03 .ttl-lower-m ,
	.features-04 .ttl-lower-m ,
	.features-05 .ttl-lower-m {
		padding: 0 0 10px;
	}

	.features-02 .box02::before ,
	.features-02 .box04::before ,
	.features-02 .box05::before {
		height: 40%;
	}

	.features-02 .box04::before {
		height: 340px;
	}

	.features-02 .box05::before {
		height: 40%;
	}

	.features-02 .box02 .flex ,
	.features-02 .box04 .flex ,
	.features-02 .box05 .flex {
		padding: 20px 0 0;
	}

	.features-02 .bg-box ,
	.features-03 .bg-box {
		margin: 20px 0 0;
		padding: 30px 20px;
	}

	.features-02 .box02 ,
	.features-02 .box04 ,
	.features-02 .box05 {
		padding: 30px 20px 0;
	}

	.features-02 .box02 .flex ,
	.features-02 .box04 .flex ,
	.features-02 .box05 .flex {
		display: flex;
	}

	.features-02 .box02 .flex li ,
	.features-02 .box04 .flex li ,
	.features-02 .box05 .flex li {
		width: 48%;
	}

	.features-02 .box02 .flex li img,
	.features-02 .box04 .flex li img,
	.features-02 .box05 .flex li img{
		width: 100%;
	}

	.features-03 .image ,
	.features-04 .image {
		padding: 0 0 20px;
	}

	.features-03 .image img ,
	.features-04 .image img {
		width: 100%;
	}

	/*features-02 .box04 */
	.features-02 .box04 .txt-box01 {
		padding: 30px 0px 0;
	}
	
	.features-02 .box04 .txt-box02 {
		padding: 30px 0 0;
	}
	
	.features-02 .box04 .att {
		font-size: 1.2rem;
		padding: 10px 0 0;
	}

	/*features-03  */
	.features-03 .bg-box .image {
		width: 100%;
		height: auto;
		padding: 30px;
		margin: 0 0 20px;
	}

	.features-03 .bg-box .image img {
		width: 100%;
	}

	/*features-05*/
	.features-05 .flex .image {
		width: 100%;
		height: auto;
		padding: 30px;
		margin: 0 0 20px;
	}

	.features-05 .flex .image img {
		width: 100%;
	}

	.features-05 .box {
		margin: 20px 0 0;
	}

	.features-05 .box .flex {
		display: flex;
		gap:5px;
	}

	.features-05 .box .flex li {
		width: 49%;
		padding: 10px;
	}

	.features-05 .box .flex li:last-child {
		line-height: 1.5;
	}

	.link-area {
		padding: 50px 20px;
	}

	.link-area::before {
		height: 300px;
	}

	.link-area .txt {
		font-size: 2.4rem;
	}

	.link-area ul {
		display: block;
	}

	.link-area ul li {
		width: 100%;
		height: 200px;
		margin: 20px 0 0;
	}

	.link-area ul li a:hover::before {
		opacity: 0.7;
	}

	.link-area ul li a::before {
		height: 85px;
	}

	.link-area ul li a .ttl-m {
		padding: 0 0 0 20px;
		left: 0;
		bottom: 20px;
		width: 100%;
		background-position: right 20px top 10px;
	}

	.link-area ul li a:hover .ttl-m {
		background-position: right 20px top 10px;
	}

}
/*features-05 20250804追記*/
.features-05 .box span {
	font-size: 1.3rem;
}