@charset "UTF-8";

/*==========================
    - 〜479px      ：SP portrait
    - 480px〜599px ：SP landscape
    - 600px〜959px ：tablet
    - 960px〜1279px：small PC
    - 1280px〜     ：large PC
    - 1400px〜     ：largest PC
==========================*/
/* 〜479px：SP portrait
------------------------------ */

.i_block {
	display: inline-block;	
}
.list_kome {
	margin-top: 2em;
	text-align: center;
}
.list_kome li {
	text-indent: -1em;
	margin-left: 1em;
	position: relative;
	line-height: 1.5;
	margin-bottom: 0.5em;
	font-size: 80%;
}
.list_kome li:before {
	content: "※";
	position: relative;
	
}
.txt_lar {
	font-size: 120%;
}
.txt_sml {
	font-size: 80%;
}
#title-area {
	position: relative;
	padding-bottom: calc(50vw - 70px);
}

#title-bar {
	background-image: url("../../../../art/assets/img/h1_bg.png");
	border-top: 2px solid #ffffff;
	
	position: relative;
	z-index: 10;
}
#title-bar h1 {
	top: calc(50% - 5px);
}
#title-area #mvimg {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 90%;
	top: 86px;
}
#title-area #mvimg img {
	height: auto;
}

#block-appeal {
	background: url("../../../assets/img/bg_paint03.png") no-repeat 0 96% / 180px auto;
}
#block-appeal > .inner {
	width: 100%;
	padding: 85px 0 20px;	
}

#block-features {
	background: url("../../../assets/img/bg_paint10.png") no-repeat 98% 94% / 100px auto;
}
#block-features .item {
	margin-bottom: 3em;
}
#block-features .item:last-of-type {
	margin-bottom: 6em;
}
#block-features .item .txtarea h3 {
	font-size: 21px;
	line-height: 1.5;
	padding: 0.4em 6% 0.7em 2.8em;
	margin-bottom: 0;
	background: url("../../../assets/img/icon_check.svg") no-repeat 0.5em 0 / 2em auto;
}
#block-features .item .txtarea p {
	width: 88%;
	margin: 0 auto 1em;
}
#block-features .item .imgarea {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
#block-features .item .imgarea img {
	height: auto;
	max-width: 480px;	
}
#block-features .item:first-of-type .imgarea img {
	max-width: 400px;
}

#block-curriculum {
	background: url("../../../assets/img/bg_paint01.png") no-repeat calc(25% - 100px) 0 / 100px auto,
		url("../../../assets/img/bg_paint07.png") no-repeat calc(95% + 10px) 50% / 54px auto,
		url("../../../assets/img/bg_paint08.png") no-repeat calc(25% - 50px) 100% / 100px auto;
}
#block-curriculum > .inner {
	padding-left: 6%;
	padding-right: 6%;
	box-sizing: border-box;
}
#block-curriculum header p {
	margin-top: 1.2em;
}
#block-curriculum .item {
	background: #ffffff;
	border-radius: 1em;
	box-shadow: 3px 3px 8px 0 rgba(0 ,0 ,0 ,0.1);
	position: relative;
	max-width: 420px;
	margin: 4em auto 0;
}
#block-curriculum .item .ttlarea {
	position: relative;
	background: -webkit-linear-gradient(#e06a01 0%, #e4860c 100%);
	background: -o-linear-gradient(#e06a01 0%, #e4860c 100%);
	background: linear-gradient(#e06a01 0%, #e4860c 100%);
	border-radius: 1em 1em 0 0;
	padding-top: 2em;
	text-align: center;
}
#block-curriculum .item .ttlarea .lbl {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 80px;
	height: 80px;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #ffffff;
	background: #464b81;
	border: 4px solid #fff68c;
	top: -44px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50%;	
}
#block-curriculum .item .ttlarea .lbl.long {
	letter-spacing: -0.05em;
}
#block-curriculum .item .ttlarea h3 {
	margin: 0 auto;
	font-size: 21px;
	line-height: 1.4;
	color: #ffffff;
	font-family: "NotoSansCJKjp-medium";
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.1em 0 0.8em;
}
#block-curriculum .item .imgarea img {
	height: auto;
}
#block-curriculum .item dl {
	padding: 1.5em 6%;
}
#block-curriculum .item dl dt {
	font-size: 13px;
	background: #fcdcb3;
	border-radius: 4px;
	line-height: 1;
	padding: 0.2em 1em 0.1em;
	margin-bottom: 0.5em;
}
#block-curriculum .item dl dt .num {
	font-size: 140%;
	margin-right: 0.5em;
	vertical-align: -0.1em;	
}
#block-curriculum .item dl dd {	
	font-size: 16px;
	font-family: "NotoSansCJKjp-Bold";
	padding: 0 1em;
	line-height: 1.5;	
}
#block-curriculum .item dl dd:not(:last-of-type) {
	margin-bottom: 1em;
}

/* color variations */
#block-curriculum .item.pink .ttlarea {
	background: -webkit-linear-gradient(#eb719e 0%, #fb87b2 100%);
	background: -o-linear-gradient(#eb719e 0%, #fb87b2 100%);
	background: linear-gradient(#eb719e 0%, #fb87b2 100%);
}
#block-curriculum .item.pink dl dt {
	background: #f9e1e9;
}
#block-curriculum .item.blue .ttlarea {
	background: -webkit-linear-gradient(#3d77ce 0%, #2691d9 100%);
	background: -o-linear-gradient(#3d77ce 0%, #2691d9 100%);
	background: linear-gradient(#3d77ce 0%, #2691d9 100%);
}
#block-curriculum .item.blue dl dt {
	background: #c2e1f6;
}
#block-curriculum .item.navy .ttlarea {
	background: -webkit-linear-gradient(#434f7c 0%, #4a72ce 100%);
	background: -o-linear-gradient(#434f7c 0%, #4a72ce 100%);
	background: linear-gradient(#434f7c 0%, #4a72ce 100%);
}
#block-curriculum .item.navy dl dt {
	background: #d5d8ed;
}
#block-price {
	padding-left: 3%;
	padding-right: 3%;
	box-sizing: border-box;
	background: url("../../../assets/img/bg_paint11.png") no-repeat calc(75% + 100px) 99% / 180px auto;
}
#block-price > .inner {
	padding-bottom: 100px;
}
#block-price .blk-body {
	max-width: 800px;
	margin: 3em auto 0;
	padding: 2em 2em 4em;
	background: url("../img/bg_price.png") no-repeat 50% 50% / 100% 100%;
}
table {
	width: 100%;
	max-width: 600px;
	max-width: 480px;
	margin: 3em auto;
	border-right: 2px solid #464b81;
	border-bottom: 2px solid #464b81;
	background: #ffffff;
}
table th,
table td {
	border-top: 2px solid #464b81;
	border-left: 2px solid #464b81;
	padding: 0.5em 0;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
}
table td:last-of-type {
	width: 46%
}
table th {	
	color: #ffffff;
	background: #464b81;
	padding: 0.4em 0.5em;
	width: 20%;
}
table th.lbl {
	background: #fff103;
	color: #464b81;
}

#block-price .kyouzai h3 {
	font-size: 21px;
	position: relative;
	padding-left: 1.3em;
	max-width: 390px;
	margin: 0 auto 0.6em;
}
#block-price .kyouzai h3:before {
	content: "";
	display: block;
	position: absolute;
	width: 0.9em;
	height: 0.9em;
	border-radius: 2px;
	background: #fff103;
	top: 0.4em;
	left: 0;
}
#block-price .kyouzai .imgarea {
	margin-bottom: 1em;
	text-align: center;
}
#block-price .kyouzai .imgarea img {
	height: auto;
	max-width: 420px;
}
#block-price .kyouzai .list_kome {
	text-align: left;
	max-width: 420px;
	margin: 0.5em auto 0;
}
#block-price .kyouzai dl {
	max-width: 420px;
	margin: 0 auto;
}
#block-price .kyouzai dl dt {
	color: #ffffff;
	background: #464b81;
	text-align: center;
	border-radius: 4px;
	margin-bottom: 1em;
}
#block-price .kyouzai dl dd {
	padding: 0 1em;
}
.list_dot li {
	position: relative;
	padding-left: 1.2em;
	display: inline-block;
	margin-right: 1em;
}
.list_dot li:before {
	content: "●";
	position: absolute;
	display: block;
	font-size: 75%;
	color: #f29221;
	top: 0.2em;
	left: 0;
}

/* 〜374px：SP landscape
------------------------------ */
@media screen and (max-width: 374x) {
	table th,
	table td {
		font-size: 3.9vw;
	}	
}

/* 600px〜959px：tablet
------------------------------ */
@media screen and (min-width: 600px) {
	#title-area #mvimg {		
		top: 80px;
	}
	#block-appeal {
		background-position: calc(50% - 280px) 100%;
		background-size: 240px auto;
		padding-bottom: 70px;
	}
	#block-appeal > .inner {		
		padding-top: 75px 0 65px;	
	}
	#block-features {
	  background-position: 98% 97%;
	  background-size: 140px auto;
	}
	
	#block-curriculum {
		background-position: calc(25% - 150px) 0, calc(80% + 160px) 50% ,calc(25% - 150px) 100%;
		background-size: 160px auto, 54px auto, 160px auto;
	}
	#block-curriculum .i_block {
		display: inline;
	}
	#block-curriculum > .inner {
		padding-left: 4%;
		padding-right: 4%;
	}
	#block-curriculum header p {
		text-align: center;
		margin-bottom: 1em;
	}
	#block-curriculum header p .i_block {
		display: inline-block;
	}
	#block-curriculum .flexbox {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(6, 1fr);
		gap: 0.6em;
	}
	#block-curriculum .item {
		margin-top: 3em;
	}
	#block-curriculum .item .ttlarea h3 {
		min-height: 100px;
		box-sizing: border-box;
	}
	
	#block-price {
		background-position: calc(95% + 30px) 99%;
		background-size: 240px auto;
	}
	#block-price > .inner {
		padding-bottom: 160px;
	}
	table {
		width: 90%;
		max-width: 600px;
	}
	table td:last-of-type {
		width: 40%
	}
}

/* 960px〜1279px：small PC
------------------------------ */
@media screen and (min-width: 960px) {
	#title-area {
		padding-bottom: calc(26vw + 90px);
	}
	#title-area #mvimg {		
		top: 148px;
		max-width: 1000px
	}
	#container #title-bar h1 {
		top: calc(50% - 5px);
	}
	#block-appeal {
		background-position: calc(50% - 440px) 96%;
		background-size: 280px auto;
		padding-bottom: 100px;
	}
	#block-appeal > .inner {
		max-width: 1440px;
		padding: 100px 0 0;
	}
	#block-features {
	  background-position: calc(50% + 460px) 92%;
	  background-size: 170px auto;
	}
	#block-features > .inner {
		padding-top: 0;
	}
	#block-features .item {
		display: flex;
		justify-content: space-between;
		margin: 0 auto 5em;
		max-width: 1000px;
	}
	#block-features .item:nth-of-type(even) {
		flex-direction: row-reverse;
	}
	#block-features .item .txtarea {
		width: calc(100% - 404px);
	}
	#block-features .item .imgarea {
		width: 374px;
		margin: 0;
	}
	#block-features .item:nth-of-type(2) .txtarea {
		width: calc(100% - 512px);
	}
	#block-features .item:nth-of-type(2) .imgarea {
		width: 462px;
	}
	#block-features .item:nth-of-type(3) .txtarea {
		width: calc(100% - 560px);
	}
	#block-features .item:nth-of-type(3) .imgarea {
		width: 530px;
	}
	#block-features .item:nth-of-type(4) .txtarea {
		width: calc(100% - 498px);
	}
	#block-features .item:nth-of-type(4) .imgarea {
		width: 448px;
	}	
	#block-features .item .txtarea h3 {
		font-size: 26px;
		padding: 0.4em 0 0.7em 2.5em;
		margin-bottom: 0;
		background: url("../../../assets/img/icon_check.svg") no-repeat 0 0 / 2em auto;
	}
	#block-features .item .txtarea p {
		width: 100%;
		margin: 0 auto 1em;
		padding-left: 3.7em;
		box-sizing: border-box;
	}
	
	#block-curriculum {
		background-position: calc(20% - 100px) 0, calc(70% + 380px) 50% ,calc(20% - 100px) 100%;
		background-size: 223px auto, 80px auto,171px auto;
	}
	#block-curriculum .flexbox {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(4, 1fr);
		gap: 1em;
	}
	#block-curriculum .item dl dd {
		min-height: 3em;
	}
	.list_kome li {
		display: inline-block;
	}
	.list_kome li:not(:first-of-type) {
		padding-left: 1em;
	}
	table th,
	table td {
		padding: 1em 0;
	}
	#block-price > .inner {
		padding-top: 20px;
	}	
	#block-price .kyouzai h3 {
		max-width: 650px;
	}
	#block-price .kyouzai .flexbox {
		display: flex;
		justify-content: center;
	}
	#block-price .kyouzai .imgarea {
		width: 420px;
	}
	#block-price .kyouzai dl {
		width: 240px;
		margin: 0 0 0 1em;
	}
	.list_dot li {
		font-size: 16px;
		display: block;
	}
}

/* 1040px〜：large PC
------------------------------ */
@media screen and (min-width: 1040px) {
	#block-curriculum .i_block {
		display: inline-block;
	}
}

/* 1280px〜：large PC
------------------------------ */
@media screen and (min-width: 1280px) {
	#title-area {
		padding-bottom: 24em;
	}
	#title-area #mvimg {		
		top: 170px;		
	}
	#container #title-bar {
		height: 220px;
	}
	#container #title-bar h1 {
		top: calc(50% + 10px);
	}
	#title-bar {	
		border-top: none;
	}
	.txtarea {
		width: 950px;
	}
	
	#block-curriculum header p {
		margin-bottom: 2em;		
	}	
	#block-curriculum .flexbox {
		max-width: 1280px;
		margin: 0 auto;
		gap: 1.5em;		
	}
	#block-curriculum .item {
		margin-top: 2em;
	}
	#block-curriculum .item .ttlarea .lbl {
		width: 85px;
		height: 85px;		
		border-width: 5px;
		top: -45px;
	}
	#block-curriculum .item .ttlarea h3 {
		margin: 0 auto;
		font-size: 23px;
	}
	#block-price {
		background-position: calc(50% + 520px) 97%;
		background-size: 260px auto;
	}
}

/* 1400px〜：largest PC
------------------------------ */
@media screen and (min-width: 1400px) {

}

