@charset "utf-8";

/* ---------------------------------------- 
 - #practice
---------------------------------------- */
#practice {
	width: 90%;
	max-width: 1200px;
	margin: 80px auto;
	background: #d0d1cc;
	box-sizing: border-box;
	text-align: center;
	padding: 65px 85px;
}
#practice > .ttl {
	margin-bottom: 2.5em;
}
#practice > .ttl .en {
	font-size:4.4rem;
	font-weight: 200;
	line-height:1.4;
	color: #657568;
}
#practice > .ttl .jp {
	display: block;
	font-size:1.8rem;
}
#practice ul.visual_list {
	width: 100%;
	max-width: 1010px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px auto 0;
}
#practice ul.visual_list li {
	width: 48%;
	margin-bottom: 50px;
}
#practice ul.visual_list li:first-child {
	width: 100%;
}
#practice ul.visual_list li .caption {
	font-size: 1.4rem;
	margin-top: 1.0em;
}
#practice .info {
	width: 100%;
	text-align: left;
	display: flex;
}
#practice .info > .ttl {
	width: 120px;
	font-weight: 400;
	margin-right: 35px;
	border-right:solid 1px #92a395;
}
#practice .info .inner {
	flex:1;
}
#practice .info dl {
	display: flex;
	margin-bottom: 0.5em;
}
#practice .info dl:last-child {
	margin-bottom: 0;
}
#practice .info dl dt {
	width:15em;
	font-weight: 400;
}
#practice .info dl dd {
	flex:1;
}
#practice .info ul.notice {
	font-size: 1.4rem;
	margin-top: 0.5em;
}
#practice .info ul.notice li {
	text-indent: -1.0em;
	margin-left:1.0em;
	margin-bottom: 0.5em;
}
#practice .info ul.notice li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	#practice {
		margin: 40px auto;
		padding: 30px 5%;
	}
	#practice > .ttl {
		margin-bottom: 1.5em;
	}
	#practice > .ttl .en {
		font-size:2.6rem;
		font-weight: 300;
	}
	#practice > .ttl .jp {
		font-size:1.6rem;
	}
	#practice ul.visual_list {
		display: block;
		margin-top: 30px;
	}
	#practice ul.visual_list li {
		width: 100%;
		margin-bottom: 30px;
	}
	#practice ul.visual_list li .caption {
		font-size: 1.3rem;
	}
	#practice .info {
		width: 100%;
		text-align: left;
		display: block;
	}
	#practice .info > .ttl {
		width: 100%;
		margin-right: 0;
		border-right:none;
		margin-bottom: 1.0em;
		text-align: center;
		border-top: solid 1px #92a395;
		border-bottom: solid 1px #92a395;
		padding: 5px;
	}
	#practice .info dl {
		display: block;
		margin-bottom: 1.0em;
	}
}

/* ---------------------------------------- 
 - charm
---------------------------------------- */
#charm {
	width: 90%;
	max-width: 1200px;
	margin: 80px auto 100px;
    padding: 50px 0;
	display: flex;
	justify-content: space-between;
	flex-direction:row-reverse;
	border-top: solid 1px #92a395;
	border-bottom: solid 1px #92a395;
}
#charm .visual {
	width: 52%;
	max-width: 615px;
}
#charm .visual img,
#charm .visual picture {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
    font-family: 'object-fit: cover';
}
#charm .txt_box {
	width: 45%;
	max-width: 515px;
	padding: 2% 0;
}
#charm .txt_box .ttl {
	font-size: 3.0rem;
	font-weight: 200;
	line-height: 1.4;
	color:#657568;
	margin-bottom: 1.0em;
}
#charm ul.list {
	font-size: 1.6rem;
	display: inline-block;
}
#charm ul.list li {
	margin-bottom: 0.7em;
	text-align: left;
}
#charm ul.list li:last-child {
    margin-bottom: 0;
}
#charm  ul.list li span {
	position: relative;
	padding-left: 1.2em;
	display: block;
}
#charm ul.list li span::before {
    content: "✓";
    position: absolute;
	left:0;
	color:#657568;
}
@media screen and (max-width: 768px) {
	#charm {
		margin: 40px auto 50px;
		padding: 30px 0;
		display: block;
	}
	#charm .visual {
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	#charm .txt_box {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	#charm .txt_box .ttl {
		font-size: 2.0rem;
		font-weight: 300;
	}
	#charm ul.list {
		font-size: 1.4rem;
	}
}

/* ---------------------------------------- 
 - #lesson
---------------------------------------- */
#lesson {
	width: 90%;
	max-width: 1200px;
	margin: 100px auto;
}
#lesson > .ttl {
	font-size: 5.2rem;
	font-weight: 200;
	line-height: 1.4;
	color:#657568;
	margin-bottom: 0.5em;
	text-align: center;
}
#lesson > .catch {
	font-size: 2.8rem;
	font-weight: 200;
	line-height: 1.4;
	text-align: center;
}
.lesson_box {
	width: 100%;
	display: flex;
	margin: 60px auto;
}
.lesson_box .num {
	font-size: 4.8rem;
	font-weight: 100;
	line-height: 1.0;
	color:#657568;
	width: 90px;
}
.lesson_box .inner {
	flex:1;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 30px;
	border-left: solid 1px #92a395;
}
.lesson_box .inner > .ttl {
	font-size: 3.0rem;
	font-weight: 200;
	line-height: 1.4;
	margin-bottom: 0.5em;
	width: 100%;
	display: flex;
	align-items: center;
}
.lesson_box .inner > .ttl .mark-new {
    font-size: 1.5rem;
    font-weight: 300;
    margin-left: 1.0em;
}
.lesson_box .inner .txt_box {
	width: 40%;
}
.lesson_box .inner .txt_box .menu {
	margin-top: 1.0em;
}
.lesson_box .inner .txt_box .menu .menu_ttl {
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1.6;
	color:#657568;
}
.lesson_box .inner .txt_box .menu ul.menu_list li {
	position: relative;
	margin-bottom: 0.5em;
	padding-left: 30px;
	line-height: 1.6;
}
.lesson_box .inner .txt_box .menu ul.menu_list li::before {
    position: absolute;
    top: 0.8em;
	left:0;
    content: "";
    vertical-align: middle;
    width: 15px;
    height: 1px;
    background-color: #657568;
}
.lesson_box .inner .info_box {
	width: 50%;
	background-color: #d0d1cc;
	padding: 15px 25px;
}
.lesson_box .inner .info_box dl {	
	display: flex;
	margin-bottom: 1.0em;
}
.lesson_box .inner .info_box dl:last-child {	
	margin-bottom: 0;
}
.lesson_box .inner .info_box dl dt {	
	width: 4.0em;
	font-weight: 400;
}
.lesson_box .inner .info_box dl dd {	
	flex: 1;
	line-height: 1.6;
}
.lesson_box .inner .info_box dl dd .txt {	
	margin-top: 1.0em;
}
.lesson_box .inner .info_box dl dd .txt:first-child {	
	margin-top: 0;
}
.lesson_box .inner .info_box dl dd ul.notice li {
	text-indent: -1.0em;
	margin-left: 1.0em;
}
.lesson_box .inner > ul.notice {
	width: 100%;
	margin-top: 20px;
}
.lesson_box .inner > ul.notice li {
	text-indent: -1.0em;
	margin-left: 1.0em;
}
.lesson_visual ul.list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lesson_visual ul.list li {
	width: 32%;
}
.lesson_visual ul.list li .caption {
	margin-top: 1.0em;
}
@media screen and (max-width: 768px) {
	#lesson {
		margin: 50px auto;
	}
	#lesson > .ttl {
		font-size: 2.8rem;
		font-weight: 300;
	}
	#lesson > .catch {
		font-size: 2.0rem;
		font-weight: 300;
	}
	.lesson_box {
		display: block;
		margin: 30px auto;
	}
	.lesson_box .num {
		font-size: 2.8rem;
		font-weight: 300;
		width: 100%;
		margin-bottom: 0.5em;
	}
	.lesson_box .inner {
		display: block;
		padding-left: 5%;
	}
	.lesson_box .inner > .ttl {
		font-size: 2.0rem;
		font-weight: 300;
	}
	.lesson_box .inner > .ttl .mark-new {
		font-size: 1.1rem;
	}
	.lesson_box .inner .txt_box {
		width: 100%;
	}
	.lesson_box .inner .txt_box .menu .menu_ttl {
		font-size: 1.6rem;
	}
	.lesson_box .inner .txt_box .menu ul.menu_list li {
		font-size: 1.4rem;
		padding-left: 20px;
	}
	.lesson_box .inner .txt_box .menu ul.menu_list li::before {
		width: 10px;
	}
	.lesson_box .inner .info_box {
		width: 100%;
		padding: 15px 20px;
		margin-top: 20px;
		font-size: 1.4rem;
	}
	.lesson_box .inner .info_box dl {	
		display: block;
		margin-bottom: 1.0em;
		font-size: 1.4rem;
	}
	.lesson_box .inner .info_box dl dt {	
		width: 100%;
	}
	.lesson_box .inner > ul.notice {
		font-size: 1.4rem;
	}
	.lesson_visual ul.list li {
		width: 48%;
		margin-bottom: 20px;
	}
	.lesson_visual ul.list li .caption {
		margin-top: 0.5em;
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px) {
	.lesson_visual ul.list {
		display: block;
	}
	.lesson_visual ul.list li {
		width: 100%;
	}
}

/* ---------------------------------------- 
 - .other_box
---------------------------------------- */
.other_box {
	width: 90%;
	max-width: 1200px;
	margin: 120px auto;
	background: #d0d1cc;
	box-sizing: border-box;
	text-align: center;
	padding: 65px 85px;
}
.other_box > .ttl {
	margin-bottom: 1.5em;
}
.other_box > .ttl .en {
	font-size:4.6rem;
	font-weight: 200;
	line-height:1.4;
	color: #657568;
}
.other_box > .ttl .jp {
	display: block;
	font-size:1.8rem;
}
.other_box > .lead {
	margin-bottom: 1.0em;
}
.other_box .profile {
	width: 100%;
	max-width: 920px;
	margin: 60px auto 0;
	display: flex;
	justify-content: space-between;
}
.other_box .profile .visual {
	width: 375px;
	margin-right: 7%;
}
.other_box .profile .visual img,
.other_box .profile .visual picture {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
    font-family: 'object-fit: cover';
}
.other_box .profile dl.txt_box {
	flex: 1;
	padding: 2% 0;
	text-align: left;
}
.other_box .profile dl.txt_box dt {
	font-size: 2.4rem;
	font-weight: 200;
	line-height: 1.4;
	margin-bottom: 0.8em;
	display: flex;
	align-items: center;
}
.other_box .profile dl.txt_box dt span {
	font-size: 1.8rem;
	margin-right: 1.0em;
}
.other_box .profile dl.txt_box dd {
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	.other_box {
		margin: 50px auto;
		padding: 30px 5%;
	}
	.other_box > .ttl {
		margin-bottom: 1.0em;
	}
	.other_box > .ttl .en {
		font-size:2.6rem;
		font-weight: 300;
	}
	.other_box > .ttl .jp {
		font-size:1.6rem;
	}
	.other_box .profile {
		margin-top: 30px;
		display: block;
	}
	.other_box .profile .visual {
		width: 80%;
		max-width: 400px;
		margin: 0 auto 20px;
	}
	.other_box .profile dl.txt_box {
		padding: 0;
	}
	.other_box .profile dl.txt_box dt {
		font-size: 2.0rem;
	}
	.other_box .profile dl.txt_box dt span {
		font-size: 1.5rem;
	}
}