@charset "UTF-8";

/* header
-------------------------------- */
header {
	height: 30vh;
	background-image: none;
}
header h1{
        top: 50%;
        left: 50%;
}
header h1 img{
        width: 100px;
        padding-top: 60px;
}

/* lesson_top_content
-------------------------------- */
.lesson_top_content{
	margin: 100px auto 100px;
}
.lesson_top_content p{
	line-height: 3;
}
.lesson_top_content .paragraph{
	position: relative;
}
.lesson_top_content img{
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.2;
	width: 40%;
	text-align: right;
}
#lesson_top .sentence{
	margin-bottom: 90px;
}

#lesson_top .material_content{
	text-align: center;
}
#lesson_top .material_content h5{
	font-size: 2rem;
	color: #B7617D;
	margin-bottom: 30px;
}

/* materialを正方形に4つ並べる */
.material_content .item{
	flex-flow: row wrap;
	display: flex;
	justify-content: center;
	margin: 0 2%;
}
.material_content .item div{
	position: relative;
	width: 20%;
	margin: 2%;
}
.material_content .item div::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.material_content .item span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
    /* materialを正方形に2つ並べる（ここまで） */

.material_content .material{
	border: solid 2px #B7617D;
	border-radius: 50%;
	color: #B7617D;
	text-align: center;
}

.material_content .material span{
	width: 100%;
	line-height: 2.5rem;
	font-size: 1.2vw;
	font-weight: 400;
}
@media screen and (max-width: 1300px) {
.material_content .material span{
	font-size: 2rem;
}
}

/* lesson_menu
-------------------------------- */
.lesson_menu_content{
	background-color: #EDE4D2;
}
.lesson_menu_content .menu_items{
	padding-bottom: 100px;
}
.lesson_menu_content .menu_items .item{
	background-color: #B7617D;
	color: #fff;
	display: flex;
	justify-content: space-between;
	height: 250px;
	margin-bottom: 50px;
}
/* ボタンのホバーエフェクト（PCのみ） */
@media(min-width: 1024px) {
.lesson_menu_content .menu_items a:hover{
	opacity: 0.7;
}
}
.lesson_menu_content .text_area{
	width: 70%;
	padding: 25px 30px;
	position: relative;
}
.lesson_menu_content h3{
	font-size: 2.5rem;
	margin-bottom: 30px;
}
.lesson_menu_content p{
	font-size: 1.6rem;
	margin-bottom: 50px;
	font-weight: 300;
	line-height: 1.8;
}

.lesson_menu_content span{
	font-size: 1.5rem;
	position: absolute;
	bottom: 30px;
}
.lesson_menu_content span em{
        font-style: normal;
	font-size: 3rem;
        padding: 0 10px;
}
.lesson_menu_content span br{
	display: none;
}
.lesson_menu_content .img_area{
	width: 30%;
}
.lesson_menu_content .img_area img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* flow
-------------------------------- */
.flow{
	margin-bottom: 60px;
	position: relative;
}
.flow::before{
	border-left: 3px solid #B7617D;
	content:"";
	display:inline-block;
	width:6px;
	height: 80%;
	background-color:#B7617D;
	position:absolute;
	left:27px;
	z-index: -1;
	}
.flow_item{
	display: flex;
	margin-bottom: 40px;
	text-align: left;
}
.flow_item .circle{
	background-color: #B7617D;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	margin-right: 40px;
}

.flow_item .number{
	color: #fff;
	line-height: 60px;
	font-weight: 700;
	font-size: 3rem;
}
.flow_item .text_box{
	text-align: left;
}
.flow_item .text_box .item_title{
	color: #B7617D;
	font-weight: 700;
	font-size: 2rem;
}
.flow_item .row_1 h3{
	line-height: 60px;
}
.flow_item .row_2 h3{
	line-height: 30px;
}
.flow_item p{
	margin-top: 10px;
}
.flow_item .text_box .item_text{
	line-height: 2;
}

/* attention */
.attention{
	margin-bottom: 20px;
}
.attention_title{
	text-align: center;
	display: block;
	padding: 30px auto;
	width: 100%;
	background-color: #B7617D;
	color: #fff;
	height: 50px;
	font-size: 1.8rem;
	line-height: 50px;
	margin-bottom: 40px;
}
.attention_content h3{
	margin-bottom: 10px;
}
.attention_content ul{
	list-style-type: disc;
	list-style: inside;
	text-indent: -1em;
	margin-bottom: 40px;
}
.attention_content li{
	margin-bottom: 5px;
	line-height: 1.7;
	margin-left: 2em;
}
.attention_content li:last-child{
	margin-bottom: 0;
}
#flow a{
	color: #B7617D;
}
/* ボタンのホバーエフェクト（PCのみ） */
@media(min-width: 1024px) {
	#flow a:hover{
		opacity: 0.7;
	}
}
.flow_img{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 80px;
}

/* schedule
-------------------------------- */
.cal{
	margin-bottom:200px;
}