@charset "Shift_JIS";

[id]{
	overflow: hidden;
}

.sp_display{display: block;}
.pc_display{display: none;}
@media screen and (min-width:768px) {
	.pc_display{display: block;}
	.sp_display{display: none;}
}

/*------------------------------------------------
header
-------------------------------------------------*/
[id]{	overflow: hidden;}
#header{
	background: #D3D2C6;
}
.container{
	width: 96%;
	margin: 20px auto;
	text-align: center;
}
.container_key{
	width: 100%;
	text-align: center;
}
h1{
	color: #E95283;
    font-size: 9.6vw;
    font-family: "M PLUS 2", serif;
    position: relative;
    display: inline-block;
    margin: 1em auto 0;
    border: none;
	text-align: left;
}
h1 span{
    font-size: .6em;
    position: absolute;
    left: 0%;
    top: -1em;
    transform: translate(50%);
    color: #fff;
    white-space: nowrap;
    line-height: 1.2;
    display: inline;
	background: #d9abb1;
	/*
    background: linear-gradient(transparent 10%, rgba(233, 82, 131, 0.302) 10%, rgba(233, 82, 131, 0.302) 48%,transparent 48%, transparent 54%, rgba(233, 82, 131, 0.302) 0%);
	*/
}
.keyimage_area{
	display: flex;
	position: relative;
}
.keyimage_txt_area{
	position: relative;
	width: 14%;
}
.keyimage_txt{
	font-family: "M PLUS 2", serif;
	font-size: 3.2vw;
    position: absolute;
    color: #fff;
    transform: rotate(-90deg);
    white-space: nowrap;
    right: -7em;
    top: 47%;
}
.keyimage_txt > span{
	color: #E95283;
}
.keyimage{
	width: 86%;
}
.batch{
    position: absolute;
    width: 32%;
    top: -25%;
    right: 2%;
}
h2{
	color: #E95283;
	border: none;
	background: none;
	font-size: 1.3rem;
}
h2::after{
	display: none;
}
.container_key h2{
	justify-content: center;
    display: flex;
    align-items: center;
	font-weight: bold;
}
.container_key h2 img{
	height: 1.8em;
}
.lead_txt{
	font-size: .9rem;
	line-height: 2;
}
.white_line{
	background-color: #fff;
	color: #E95283;
	font-weight: bold;
}
.att{
	font-size: .75rem;
	width: 90%;
	margin: 10px auto;
}




@media screen and (min-width:768px) {
	.container_key {
		width: 720px;
		margin: 0 auto;
	}
	.container{
		width: 720px;
		margin: 40px auto;
	}
	h1{
		width: 730px;
		font-size: 60px;
		text-align: center;
	}
	h1 span{
		position: absolute;
		left: 50%;
		transform: translate(-50%);
	}
	.keyimage_area{
		display: flex;
		flex-direction: row-reverse;
	}
	.keyimage_txt_area{
		width: 80px;
	}
	.keyimage_txt{
		font-size: 15px;
		transform: rotate(90deg);
	}
	.keyimage{
		width: 900px;
	}
	.batch{
		width: 100px;
		right: 6%;
	}
	h2{
		font-size: 30px;
	}
	.container_key h2{
		flex-direction:row
	}
	.container_key h2 img{
		height: 1.5em;
		margin-bottom: .1em;
	}
	.lead_txt{
		font-size: 20px;
	}
	#header .att{
		font-size: 10px;
	}
}

@media screen and (min-width:320px) and ( max-width:767px) {
	.keyimage_txt {
		right: -7em;
		top: 45%;
	}
}
/*------------------------------------------------
about
-------------------------------------------------*/
.about_txt{
	line-height: 2;
	font-size: .86rem;
}
.pink_line{
	/*background: linear-gradient(transparent 40%, rgba(233, 82, 131, 0.302) 0%);*/
	color: #E95283;
	font-weight: bold;
	font-size: 1.5em;
}
.f-pink{
	color: #E95283;
}
@media screen and (min-width:768px) {
	.about_txt{
		font-size: 14px;
	}
}

/*------------------------------------------------
あなたはどちらを選ぶ？
-------------------------------------------------*/
#which{
	background: #D3D2C6;
}
.container > h3{
	font-size: 1.56rem;
	font-family: "M PLUS 2", serif;
	color: #fff;
	line-height: 1;
	padding: 10px 20px;
	background-color: #E95283;
	display: inline-block;
	position: relative;
	line-height: 20px;
}
.container > h3::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -20px;
    top: 0%;
    border-right: #E95283 solid 10px;
    border-top: transparent solid 20px;
    border-bottom: transparent solid 20px;
    border-left: transparent solid 10px;
}
.container > h3::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -20px;
    top: 0%;
    left: auto;
    bottom: auto;
    border-right: transparent solid 10px;
    border-top: transparent solid 20px;
    border-bottom: transparent solid 20px;
    border-left: #E95283 solid 10px;
    background-color: transparent;
}
.tenbin{
	margin: 10px auto;
}
@media screen and (min-width:768px) {
	.tenbin{
		width: 530px;
		margin: 30px auto 0;
	}
}

/*------------------------------------------------
スキマ時間を有効に活用！
-------------------------------------------------*/
.ranking_list{
	margin: 0 auto;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}
.ranking_list dt{
	margin-right: 10px;
}
.ranking_list:first-of-type dt,
.ranking_list:first-of-type dd{
	color: #BF265C;
	font-size: 2rem;
	font-weight: bold;
}
.ranking_list:nth-of-type(2) dt,
.ranking_list:nth-of-type(2) dd{
	font-size: 1rem;
	font-weight: bold;
}
.ranking_list:nth-of-type(3) dt,
.ranking_list:nth-of-type(3) dd{
	font-size: 1rem;
	font-weight: bold;
}

/*------------------------------------------------
特徴
-------------------------------------------------*/
#tokucyou{
	background: url('/koumuin/chihou/kouza/images/option_lalsys/tokucyou_bg.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}
.tokucyou_list > dd{
	margin-top: 20px;
}
.tokucyou{
	display: flex;
	text-align: left;
	margin: 0 auto;
}
.number{
	width: 15%;
	min-width: 50px;
	margin-right: 8px;
}
.tokucyou_con{
	width: 85%;
}
h4{
	font-weight: bold;
    font-size: 1.15rem;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}
/*
.tokucyou_list_txt_area{
	display: flex;
}
.tokucyou_list_txt{
	margin-top: .5em;
}
.popup_thum{
	max-width: 75px;
	position: relative;
	border: #b1ae9d solid 1px;
}
*/
@media screen and (min-width:768px) {
	.tokucyou_list{
		max-width: 620px;
		margin: 0 auto;
	}
	h4{
		margin-bottom: 20px;
	}
	.tokucyou_list_txt{
		margin-top: 0;
	}
	.popup_thum{
		max-width: 300px;
		margin: 0 auto;
	}
}

/*------------------------------------------------
モニター
-------------------------------------------------*/
#monitor{
	background: #E9E8E2;
}
h3.two_lines{
    font-size: 1.3rem;
    font-family: "M PLUS 2", serif;
    color: #fff;
    padding: 10px 0;
    background-color: #E95283;
    display: inline-block;
    position: relative;
    line-height: 20px;
}
h3.two_lines::before{
    border-top: transparent solid 30px;
    border-bottom: transparent solid 30px;
}
h3.two_lines::after{
    border-top: transparent solid 30px;
    border-bottom: transparent solid 30px;
}
h3 img{
	height: 1em;
}
#monitor > .container > img{
	width: 90%;
	margin: 0 auto;
}
.graph_area{
	text-align: left;
	display: flex;
	flex-direction: column;
}
.graph_area > li{
	margin-top: 2em;
}
.question{
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    padding-left: 2em;
    margin: 0 auto;
    width: fit-content;
}
.question::before{
	content: "";
	display: block;
	width: 2em;
	height: 2em;
	position: absolute;
	top: 0;
	left: 0;
	background: url('/koumuin/chihou/kouza/images/option_lalsys/Q.png') no-repeat;
	background-size: contain;
}
.answer{
	font-size: 1.45rem;
    font-weight: bold;
    line-height: 2;
    position: relative;
    padding-left: 2em;
    margin: 10px auto;
    width: fit-content;
}
.answer::before{
	content: "";
	display: block;
	width: 2em;
	height: 2em;
	position: absolute;
	top: 0;
	left: 0;
	background: url('/koumuin/chihou/kouza/images/option_lalsys/A.png') no-repeat;
	background-size: contain;
}
.f-red{
	color: #BF265C;
}
/*
.fukidashi{
	background-color: #fff;
	padding: 1em;
	border-radius: 4px;
	position: relative;
	margin-top: 1em;
}
.fukidashi::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -20px;
    left: 2em;
    border-right: transparent solid 10px;
    border-top: transparent solid 10px;
    border-bottom: #fff solid 10px;
    border-left: transparent solid 10px;
    background-color: transparent;
}
*/
.voice02{
	display: flex;
	align-items: flex-start;
}
.fukidashi02{
	background-color: #fff;
	padding: 1em;
	border-radius: 4px;
	position: relative;
}
.fukidashi02::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 10px;
    left: -20px;
    border-right: #fff solid 10px;
    border-top: transparent solid 10px;
    border-bottom: transparent solid 10px;
    border-left: transparent solid 10px;
    background-color: transparent;
}
.voice{
	list-style-type: disc;
	padding-left: 2em;
}
.voice li{
	font-size: 0.9em;
}
.voice_image{
	border-radius: 50%;
	width: 60px;
	margin-right: 10px;
}
@media screen and (min-width:768px) {
	#monitor > .container > img{
		width: 50%;
	}
	.graph_area{
		width: 460px;
		margin: 0 auto;
	}
	.graph_area > li{
	}
	.answer{
		line-height: 1.2;
	}
}

/*------------------------------------------------
テスト
-------------------------------------------------*/
.test{
	border: #b1ae9d solid 1px;
	margin: 20px auto;
	width: 90%;
	border-radius: 2px;
	padding: 10px;
	margin-top: 40px !important;
}
h5{
	font-size: 1.3rem;
    font-family: "M PLUS 2", serif;
	font-weight: bold;
	border: none;
	color: #E95283;
}
.line{
	background: linear-gradient(transparent 40%, rgba(233, 82, 131, 0.302) 0%);
}
.readmore {
	position: relative;
	/*margin: 50px auto 0;*/
	padding: 0 0 75px;
}
.readmore label {
    position: absolute;
    display: table;
    left: 50%;
    bottom: 0;
    margin: 0 auto;
    width: 200px;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    /*border: #E95283 solid 2px;*/
    background-color: #E95283;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;
    font-weight: bold;
}
.readmore label::before{
	content: '続きを見る';
}
.readmore input[type="checkbox"]:checked ~ label::before {
	content: '元に戻す';
}
.readmore input[type="checkbox"]{
	display: none;
}
.readmore-content {
	position: relative;
	height: 200px;
	overflow: hidden;
}
.readmore input[type="checkbox"]:checked ~ .readmore-content {
	height: auto;
}
.readmore-content::before {
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75px;
	background: linear-gradient( rgba(255,255,255,0) 0%, rgba(233, 232, 226,0.8) 50%, #E9E8E2 100%);
}

.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
	display: none;
}
.test_txt{
	text-align: left;
	margin: 10px 0;
}

@media screen and (min-width:768px) {
	.test_txt{
		text-align: center;
		margin: 10px 0;
	}
	.readmore-content > a > img{
		max-width: 300px;
		margin: 20px auto;
	}
}

/*------------------------------------------------
学習の流れ
-------------------------------------------------*/
.h3_subtitle{
	color: #E95283;
    font-family: "M PLUS 2", serif;
	font-weight: bold;
	text-align: center;
	font-size: 1.3rem;
}
.step_content{
	width: 90%;
	margin: 0 auto 40px;
	background: #F6F6F4;
	padding: 20px;
	position: relative;
	text-align: center;
}
.step_content::after{
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: url('/koumuin/chihou/kouza/images/option_lalsys/yajirushi.png') no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}
.step_content:last-of-type::after{
	display: none;
}
h6{
	font-family: "M PLUS 2", serif;
	font-weight: bold;
	text-align: center;
	border: none;
	padding: 0 !important;
	font-size: 1.25rem;
}
.kamoku_area{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.kamoku{
	width: 49%;
	background: #fff;
	border: #E95283 solid 1px;
	font-weight: bold;
	font-size: .9rem;
	padding: 10px 0;
	margin: 0 0 0.5em !important;
}
.kamoku_title{
	display: block;
	font-size: 1rem;
}
.kamoku > .att{
	font-weight: 300;
	font-size: .6rem;
	letter-spacing: normal;
}
.accordion{
	width: 100%;
	background: #fff;
	border: #E95283 solid 1px;
	text-align: left;
	position: relative;
	margin-bottom: 20px;
}
.point-no{
	background: #E95283;
	font-family: "Urbanist", serif;
	font-optical-sizing: auto;
	position: absolute;
	top: -4px;
	left: 4px;
	color: #fff;
	text-align: center;
	padding: 4px;
	font-size: 0.6rem;
	display: block !important;
}
.point-no > span{
	display: block;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1;
}
.point-no::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    bottom: -9px;
    border-right: transparent solid 10px;
    border-top: transparent solid 0;
    border-bottom: transparent solid 10px;
    border-left: #E95283 solid 20px;
}
.point-no::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    bottom: -9px;
    border-right: #E95283 solid 20px;
    border-top: transparent solid 0;
    border-bottom: transparent solid 10px;
    border-left: transparent solid 10px;
}
.accordion-btn{
	margin: 0;
	font-family: "M PLUS 2", serif;
	font-weight: bold;
}
.accordion > dt, .accordion > .accordion-btn{
	color: #000 !important;
}
.accordion > dt::before, .accordion > .accordion-btn::before{
    right: 0.3em !important;
	left: auto!important;
    border-left: 2px solid #E95283;
    border-bottom: 2px solid #E95283;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.accordion > dt, .accordion > .accordion-btn{
    padding-left: 3.5em;
    margin-top: 0;
    border-bottom: none;
    display: block;
}
.accordion > .accordion-open::before{
    border-right: 2px solid #E95283;
    border-top: 2px solid #E95283;
}
.point_content{
	padding: 8px;
}
.point_content > p{
	margin-left: 8px;
}
.accordion > dt, .accordion > .accordion-btn.step-app{
	padding: .5em 1em;
}
@media screen and (min-width:768px) {
	.accordion{
		width: 80%;
		margin: 0 auto 20px;
	}
}

/*------------------------------------------------
合格までのサポート
-------------------------------------------------*/
#follow{
	background: #FDEDF2;
}
#follow > .container > h3{
	margin: 10px 0;
}
.follow_subtitle{
    color: #BF265C;
    font-weight: bold;
    font-size: 1rem;
}
h6.follow_content_title{
	color: #E95283;
	font-family: "M PLUS 2", serif;
	font-weight: bold;
}
.follow_content{
	display: flex;
}
.follow_content > a > img{
	min-width: 120px;
}
.follow_content > p{
	text-align: left;
	margin-left: 10px;
}
#follow > .container > dl > dd {
	border-bottom: #b1ae9d dotted 1px;
	padding: 10px 0;
}
#follow > .container > dl > dd:last-of-type{
	border: none;
}
@media screen and (min-width:768px) {
	#follow > .container > h3{
		margin: 10px 0 30px;
	}
	#follow > .container > dl{
		width: 80%;
		margin: 0 auto;
	}
}

/*------------------------------------------------
受講料
-------------------------------------------------*/
#tuition-fee{
	background: #E9E8E2;
}
.arrow{
	color: #fff;
	background: #E95283;
	padding: 5px 10px 0;
	margin: .5em 0 2em;
	display: inline-block;
	position: relative;
	font-weight: bold;
}
.arrow::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	border-top: #E95283 solid 20px;
	border-left: transparent solid 70px;
	border-right: transparent solid 70px;
	border-bottom: transparent solid 0;
}
.special-price{
	color: #BF265C;
	font-weight: bold;
}
.special-price > span{
	font-size: 2em;
}

/*------------------------------------------------
Monoxer
-------------------------------------------------*/
#Monoxer{}
#Monoxer > .container > h3{
	background-color: #A5A384;
}
#Monoxer > .container > h3::before{
    border-right: #A5A384 solid 10px;
}
#Monoxer > .container > h3::after{
    border-left: #A5A384 solid 10px;
}
@media screen and (min-width:768px) {
	#Monoxer img{
		width: 70%;
		margin: 0 auto;
	}
}
/*------------------------------------------------
注意事項
-------------------------------------------------*/
#caveat{}
.caveat_area{
	text-align: left;
	border: #b1ae9d solid 1px;
	padding: 10px;
	border-radius: 4px;
}
.caveat_title{
	font-weight: bold;
}
.caveat_llist{
	font-size: .8em;	
}
.caveat_llist dd {
	text-indent: -.5em;
	padding-left: 1em;
	margin-bottom: 0.5em;
}
.caveat_llist dd::before {
	content:"\02022";
	display: inline;
}
@media screen and (min-width:768px) {
	.caveat_area{
		width: 80%;
		margin: 0 auto;
	}
	.caveat_llist{
		font-size: .9em;
	}
}


/*------------------------------------------------
youtube
-------------------------------------------------*/
.youtubeL{
  padding-bottom: 60px;
}

.lower-mainBox .youtubeL iframe {
	box-shadow: 0px 10px 10px 0 rgb(4 7 22 / 30%);
	border:solid 3px; #fff;
	border-radius:10px;
}



@media screen and (max-width: 1024px){
	.container .c_txt , .container .c_txt02 {
		text-align: center;
	}
}
@media screen and (max-width: 850px){
}
@media screen and (max-width: 630px){
	.container .c_txt {
		font-size: calc(51vw/13) !important;
	}
	.container .c_txt02 {
		margin: 4% 0 0;
		font-size: calc(42vw/13) !important;
	}
}