
/* Content */
#main-top {
	width:100%;
	height:70vh;
	position:relative;
	padding:0 50px;
	box-sizing:border-box;
}
#main-top .image{
	position:absolute;
	top:0;
	right: 5%;
	width: 90%;
	height:100%;
	background:url(../img/top.jpg?2024) no-repeat center;
	background-size:cover;
}
#main-top .main-text{
	background:#fff;
	padding: 30px;
	position:absolute;
	left: calc(25% - 50px);
	left: -webkit-calc(25% - 50px);
	top: 30%;
	transform:translate(-50%,-50%);
	z-index:5;
	text-align:center;
}
#main-top .main-text h2{
	font-family: 'Abel', sans-serif;
	font-size:2.1em;
	letter-spacing:0.4em;
	margin-left: 0.0em;
}
#main-top .main-text h3{
	color:#777;
	font-weight:normal;
}

#contents{
	width:100%;
}
#cnt-copy1{
	max-width: 1000px;
	width:100%;
	margin:100px auto 0;
	/* background:#fff; */
	/* position:relative; */
	padding-top: 50px;
	/* border: 1px solid #ddd; */
}
#cnt-copy1 .image-box{
	width: 40%;
	height: 500px;
	padding:100px;
	box-sizing:border-box;
	/* background: linear-gradient(to right,#e7e7e7 50%, rgba(255, 255, 255, 1) 50%)
 */}
#cnt-copy1 .image-box .image{
	width:100%;
	height:100%;
	background:url(../img/copy1.jpg) no-repeat center;
	background-size:cover;
}
#cnt-copy1 .text-box{
	/* top:50%; */
	left: 00%;
	max-width: 1200px;
	box-sizing:border-box;
	/* padding-right:100px; */
	/* transform:translateY(-50%); */
	/* position:absolute; */
	padding: 30px;
	z-index:1;
	border: 2px solid #333;
	border-radius: 0.8em;
	width: 100%;
}
#cnt-copy1 .text-box h2{
	font-size:2.2em;
	color:#333;
	opacity:0.9;
	font-weight:normal;
	line-height: 1.3em;
}
#cnt-copy1 .text-box p{
	/* margin-top:50px; */
	font-size: 20px;
}
#cnt-copy2{
	max-width:1280px;
	width:100%;
	margin:150px auto 0;
}
#cnt-copy2 .text-box{
	width:1000px;
	margin:0 auto;
	display:flex;
}
#cnt-copy2 .text-box h2{
	font-size: 2.2em;
    color: #333;
    opacity: 0.9;
    font-weight: normal;
    line-height: 1.3em;
    box-sizing: border-box;
    padding: 50px;
    width: 45%;
}
#cnt-copy2 .text-box p{
	box-sizing: border-box;
    width: 55%;
}
#cnt-copy2 .image-box{
	height:1200px;
	margin-top:50px;
	padding:0 50px;
	box-sizing:border-box;
}
#cnt-copy2 .image{
	width:100%;
	height:100%;
	background:url(../img/copy2.jpg) no-repeat top;
	background-size:cover;
}

@media screen and (max-width: 1580px) , (max-device-width : 1580px) {
	#cnt-copy1{
		/* width: calc(100% - 100px); */
		/* width: -webkit-calc(100% - 100px); */
		margin: 0 auto 50px;
		width: 100%;
	}
	#cnt-copy2 .image-box{
		height:900px;
	}
}
@media screen and (max-width: 1280px) , (max-device-width : 1280px) {
	#main-top .image{
		/* width: 70%; */
	}
	#main-top .main-text{
		left: calc(30% - 50px);
		left: -webkit-calc(30% - 50px);
	}
	#cnt-copy1 .image-box{
		padding:70px;
	}
	#cnt-copy1 .text-box{
		/* padding-right: 70px; */
		width: 100%;
	}
	#cnt-copy2 .text-box p{
		box-sizing: border-box;
    	padding-right: 50px;
	}
}
@media screen and (max-width: 1100px) , (max-device-width : 1100px) {
	#main-top .image{
		/* width: 80%; */
	}
	#main-top .main-text{
		left: 0;
		transform:translate(0%,-50%);
	}
	#cnt-copy1 .text-box{
		transform:translateY(0%);
		padding: 40px 40px;
		top:0;
		left:0;
		position:relative;
		max-width:100%;
	}
	#cnt-copy1 .text-box h2 br{
		display:none;
	}
	#cnt-copy1 .image-box{
		height:700px;
		width:100%;
		background:linear-gradient(to top,#e7e7e7 50%, rgba(255, 255, 255, 1) 50%);
	}
	#cnt-copy1 .image-box .image {
		background-size: contain;
	}
	#cnt-copy2{
		margin: 120px auto 0;
	}
	#cnt-copy2 .text-box{
		width:100%;
		padding:0 50px;
		box-sizing:border-box;		
	}
	#cnt-copy2 .text-box h2{
		width:50%;
	}
	#cnt-copy2 .text-box p{
		box-sizing: border-box;
    	padding-right: 50px;
		width:50%;
	}
}
@media screen and (max-width: 1000px) , (max-device-width : 1000px) {
	#cnt-copy2{
		margin: 70px auto 0;
	}
	#cnt-copy2 .text-box{
		display:block;
	}
	#cnt-copy2 .text-box h2{
		width:100%;
	}
	#cnt-copy2 .text-box h2 br{
		display:none;
	}
	#cnt-copy2 .text-box p{
		width:100%;
		padding:0 50px;
	}
}
@media screen and (max-width: 800px) , (max-device-width : 800px) {
	#main-top .image{
		/* width:calc(100% - 100px); */
		/* width:-webkit-calc(100% - 100px); */
	}
	#main-top .main-text{
		padding: 70px;
	}
	#cnt-copy1 .image-box{
		height:550px;
	}
	#cnt-copy1 .text-box h2,
	#cnt-copy2 .text-box h2{
		font-size:2em;
	}
}
@media screen and (max-width: 700px) , (max-device-width : 700px) {
	#main-top .main-text{
		padding: 50px;
	}
	#cnt-copy1 .text-box{
		padding:50px 50px 0;
	}
	#cnt-copy1 .text-box h2,
	#cnt-copy2 .text-box h2{
		font-size:1.7em;
	}
	#cnt-copy1 .text-box p{
		margin-top:30px;font-size: 15px;
	}
	#cnt-copy1 .image-box{
		height:450px;
		padding:50px;
	}
	#cnt-copy2 .image-box{
		height:600px;
	}
}
@media screen and (max-width: 600px) , (max-device-width : 600px) {
	#main-top{
		height:100%;
		padding:0 10px;
	}
	#main-top .image{
		width: 100%;
    	right: 0;
		height:370px;
		position: relative;
	}
	#main-top .main-text{
		top: 0;
		transform: translate(0%);
		position: relative;
		padding: 40px;
    	background: #eaeaea;
	}
	#main-top .main-text h2{
		font-size: 1.7em;
	}
	#main-top .main-text h3{
		font-size:0.8em;
	}
	#cnt-copy1{
		margin: 0px auto 40px;
		width: calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
	}
	#cnt-copy1 .text-box{
		padding: 20px 20px;
		width: 100%;
		margin: 0 auto;
	}
	#cnt-copy1 .text-box h2,
	#cnt-copy2 .text-box h2{
		font-size:1.5em;
	}
	#cnt-copy1 .text-box p{
		margin-top:0px;font-size: 15px;
	}

	
	#cnt-copy1 .image-box {
    	height: 350px;
		padding:30px;
	}
	#cnt-copy2{
		margin: 60px auto 0;
	}
	#cnt-copy2 .text-box{
		padding:0 40px;
	}
	#cnt-copy2 .text-box h2{
		padding:0 0 30px;
	}
	#cnt-copy2 .text-box p{
		padding:0;
	}
	#cnt-copy2 .image-box{
		height:450px;
		padding: 0 30px;
	}
	#cnt-copy1 .text-box h2 br.sp,
	#cnt-copy2 .text-box h2 br.sp{
		display:block;
	}
}

.lesson_box{/* height:500px; */width: calc(100% - 100px);background: #eee;padding: 50px;}
.lesson_box .wrap{
			max-width: 1100px;
			display:flex;
			gap: 2.2em;
			margin: 0 auto 50px;
			/* padding: 50px; */
			background: #fff;
			height: auto;
			width: 100%;
			border-radius: 1em;
			}
.lesson_box .wrap .imgSet{
    width: 28%;
}
.lesson_box .wrap .imgSet img{
    width: 100%;
    height: 100%;
    border-radius: 1em 0 0 1em;
    object-fit: cover;
}
.lesson_box .wrap .txtSet{
    padding: 30px 0;
    width: 70%;
}
.lesson_box .wrap .txtSet h2{font-size:1.3rem;margin-bottom: 10px;}
.lesson_box .wrap .txtSet p{
    font-size: 1.2em;
}
.lesson_box .wrap .txtSet p.kome{
    font-size: 1em;
}



@media screen and (max-width: 600px) , (max-device-width : 600px) {
.lesson_box{
			width: calc(100% - 20px);
			background: #ffffff;
			padding: 10px;
			/* width: 100%; */
			margin: 10px;
			padding: 0;
			}


.lesson_box .wrap{
			border-radius: 1em;
			flex-direction: column;
			/* padding: 10px; */
			width: 100%;
			margin: 0;
			}
.lesson_box .wrap .imgSet{
    width: 100%;
    height: 40vh;
}
.lesson_box .wrap .imgSet img{
    width: 100%;
    height: 100%;
    border-radius: 1em;
    object-fit: cover;
}
.lesson_box .wrap .txtSet{
    padding: 30px 0;
    width: 100%;
}

}


.lesson_box .wrap .txtSet h3{
    font-size: 1.3em;
    margin-top: 50px;
}
.box29 {
    margin: 2em 0;
    background: #e6e6e6;
}
.box29 .box-title {
    font-size: 1.5em;
    background: #4a708e;
    padding: 4px;
    text-align: left;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;padding-left: 10px;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;font-size: 18px;
}






.link-style a{
	position:relative;
	transition: all ease 0.4s;
	width:320px;
	display:block;
	margin: 120px auto 0;
	text-align:center;
	padding: 20px 10px;
	box-sizing:border-box;
	border:1px solid #aaa;
	border-bottom:none;
	overflow:hidden;font-size: 20px;
}
.link-style a span{
	transition: all ease 0.4s;
	margin-left: 40px;
}
.link-style a svg.icn_link-arrow{
	display:inline-block;
	width:20px;
	height:13.45px;
	opacity:0;
	margin-right:20px;
	fill:#690d0d;
	transition: all ease 0.4s;
}
.link-style a svg.icn_new_window{
	display:inline-block;
	width:10px;
	margin-left:10px;
	fill:#333;
	transition: all ease 0.4s;
}
.link-style a:before{
	content:"";
	position:absolute;
	height:1px;
	width:100%;
	bottom:0;
	left:0;
	background:#690d0d;
	transition: width .4s cubic-bezier(.25,.1,.25,1);
}
.link-style a:after{
	content:"";
	position:absolute;
	height:1px;
	width:100%;
	bottom:0;
	left:0;
	background:#aaa;
	transition: width .4s cubic-bezier(.25,.1,.25,1);
}

.link-style a:hover svg.icn_link-arrow {
	opacity:1;
}
.link-style a:hover svg.icn_new_window{
	fill:#690d0d;
}
.link-style a:hover span{
	margin-left:0px;
	color:#690d0d;
}
.link-style a:hover:after{
	left:100%;
	width:100px;
	transition:all .4s cubic-bezier(.25,.1,.25,1);
}

