@charset "UTF-8";


/*========================================

		Pro Debut Course

========================================*/
#hero {
	background-image: url(../img/hero_img-2_pc.jpg);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-color: #000216;
	height: 410px;
}

#hero strong {
	display: block;
	color: #c41f25;
	font-size: 60px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 2px;
	padding-top: 75px;
}

#hero h1 {
	color: #c41f25;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
}

#hero h2 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7em;
	letter-spacing: 1px;
	margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
	#hero {
		background-image: url(../img/hero_img-2_sp.jpg);
		background-size: cover;
		height: 95vw;
	}

	#hero strong {
		font-size: 8.5vw;
		letter-spacing: 1px;
		padding-top: 7vw;
	}

	#hero h1 {
		font-size: 4vw;
	}

	#hero h2 {
		font-size: 3.4vw;
		margin-top: 1.5em;
	}
}



#pagenav {
	background-color: #c41f25;
}

.cp_breadcrumb {
	border-bottom: none;
}

.cp_breadcrumb .breadcrumbs a {
	color: #fff;
}

.cp_breadcrumb .breadcrumbs li:last-child {
	color: #fff;
}

.cp_breadcrumb .breadcrumbs li::after {
	color: #fff;
}



/* 共通 */
.bg_blue {
	background-color: #040620;
}

.bg_sec1 {
	background-image: url(../img/bg_sec1_pc.png);
	background-position-x: center;
	background-position-y: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.bg_sec2 {
	background-image: url(../img/bg_sec2_pc.png);
	background-position-x: center;
	background-position-y: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #040620;
}

.sec_innr {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	z-index: 2;
}

.flex_box {
	display: flex;
	justify-content: space-between;
}

.ttl_bg {
	position: relative;
}

.ttl_bg::before {
	position: absolute;
	content: "";
	top: -100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 772px;
	height: 282px;
	background-image: url(../img/ttl_bg_pc.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.ttl_box strong {
	position: relative;
	display: block;
	color: #c41f25;
	font-size: 50px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 4px;
}

.ttl_box h3 {
	position: relative;
	color: #c41f25;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
	.cp_breadcrumb {
		border-bottom: 1px solid #ddd;
	}

	.bg_sec1 {
		background-image: url(../img/bg_sec1_pc.png);
		background-position-x: center;
		background-position-y: top;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	.bg_sec2 {
		background-image: url(../img/bg_sec2_pc.png);
		background-position-x: center;
		background-position-y: top;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-color: #040620;
	}

	.sec_innr {
		width: 90%;
	}

	.flex_box {
		flex-direction: column-reverse;
	}

	.ttl_bg::before {
		position: absolute;
		content: "";
		top: -8vw;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		width: 90vw;
		height: 35vw;
		background-image: url(../img/ttl_bg_sp.png);
		background-size: 100% auto;
	}

	.ttl_box strong {
		font-size: 8vw;
	}

	.ttl_box h3 {
		font-size: 4vw;
	}
}



/* sec0001 */
#sec001 {
	padding-top: 40px;
	padding-bottom: 60px;
}

#sec001 .catch {
	color: #fff;
	font-size: 22px;
	line-height: 1.7em;
}

#sec001 .catch a {
	color: #c41f25;
	text-decoration: underline;
}

#sec001 .catch a:hover {
	opacity: .7;
	transition: .3s;
}

#sec001 dl {
	margin: 0;
	padding: 0;
	display: flex;
	text-align: left;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #c41f25;
	box-sizing: border-box;
	padding: 25px 35px;
	margin-top: 40px;
}

#sec001 dl dt {
	color: #c41f25;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}

#sec001 dl dt small {
	display: block;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	font-family: "Montserrat", sans-serif;
	margin-top: .3em;
}

#sec001 dl dd {
	font-size: 18px;
	line-height: 1.7em;
	border-left: 1px solid #c41f25;
	padding-left: 1.5em;
	margin-left: 1.5em;
}

@media screen and (max-width: 767px) {
	#sec001 {
		padding-top: 7vw;
		padding-bottom: 10vw;
	}

	#sec001 .catch {
		font-size: 3.8vw;
	}

	#sec001 dl {
		flex-direction: column;
		border-radius: 3vw;
		padding: 5vw 5vw;
		margin-top: 5vw;
	}

	#sec001 dl dt {
		font-size: 4.5vw;
		text-align: center;
	}

	#sec001 dl dt small {
		font-size: 3.6vw;
	}

	#sec001 dl dd {
		font-size: 3.6vw;
		border-left: none;
		border-top: 1px solid #c41f25;
		padding-left: 0;
		margin-left: 0;
		padding-top: .7em;
		margin-top: .7em;
	}
}



/* sec0002*/
#sec002 {
	background-color: #e7e7e7;
	padding-top: 120px;
	padding-bottom: 60px;
}

#sec002 .flex_box {
	border-top: 2px solid #c41f25;
	padding: 50px 0;
}



#sec002 .first_box {
	margin-top: 100px;
	padding-bottom: 20px;
}

#sec002 .flex_box_06 {
	padding-bottom: 20px;
}

#sec002 .flex_box .txt {
	width: 650px;
}

#sec002 .flex_box .txt .no {
	margin-bottom: 30px;
}

#sec002 .flex_box .txt .no dl {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

#sec002 .flex_box .txt .no dl dt {
	width: 110px;
	color: #c41f25;
	font-size: 10px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 1px;
	border-left: 2px solid #c41f25;
	border-right: 2px solid #c41f25;
	padding: .3em 0;
}

#sec002 .flex_box .txt .no dl dt strong {
	display: block;
	font-size: 50px;
	letter-spacing: 4px;
	margin-top: -5px;
}

#sec002 .flex_box .txt .no dl dd h4 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	margin-left: .7em;
}

#sec002 .flex_box .txt .no dl dd h4.ss {
	font-size: 23px;
}

#sec002 .flex_box .txt ol {
	margin: 0;
	padding: 0;
	width: 600px;
}

#sec002 .flex_box .txt ol li {
	font-size: 16px;
	line-height: 1.7em;
	list-style: none;
	text-align: justify;
	text-justify: inter-ideograph;
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin-top: .5em;
}

#sec002 .flex_box .txt ol li span {
	color: #c41f25;
	margin-right: .5em;
}

#sec002 .flex_box .txt p {
	width: 600px;
	font-size: 16px;
	line-height: 1.7em;
	text-align: justify;
	text-justify: inter-ideograph;
}

#sec002 .flex_box .photo {
	width: 350px;
}

#sec002 .flex_box .photo ul,
#sec002 .flex_box .photo figure {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sec002 .flex_box .photo img {
	width: 350px;
}

#sec002 .simpleslide .bx-wrapper .bx-pager,
#sec002 .simpleslide .bx-wrapper .bx-controls-auto {
	bottom: 15px;
}

#sec002 .CHARM_01 {
	padding-bottom: 50px;
}

#sec002 .CHARM_01 dl {
	margin: 0;
	padding: 0;
	text-align: left;
	margin-top: 20px;
}

#sec002 .CHARM_01 dl dt {
	color: #c41f25;
	font-size: 18px;
	font-weight: bold;
}

#sec002 .CHARM_01 dl dd {
	font-size: 16px;
	line-height: 1.7em;
	margin-top: .5em;
}

#sec002 .CHARM_01 dl dd a {
	color: #c41f25;
	text-decoration: underline;
}

#sec002 .CHARM_01 .img_box {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

#sec002 .CHARM_01 .img_box .slideimg {
	display: none;
}

#sec002 .CHARM_01 .img_box span img {
	width: 350px;
	margin-right: 15px;
}

#sec002 .CHARM_01 .img_box p {
	color: #c41f25;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	line-height: 1.7em;
	margin-left: 1.5em;
}

#sec002 .CHARM_06 {
	padding-bottom: 50px;
}

#sec002 .CHARM_06 .mrk {
	display: flex;
	align-items: center;
}

#sec002 .CHARM_06 .mrk span::before {
	content: "";
	display: inline-block;
	width: 52px;
	height: 52px;
	background-image: url(../img/mrk.png?v2);
	background-size: contain;
	vertical-align: middle;
}

#sec002 .CHARM_06 .mrk p strong {
	display: block;
	color: #c41f25;
	font-size: 18px;
	font-weight: bold;
}

#sec002 .CHARM_06 .mrk p {
	font-size: 16px;
	text-align: left;
	margin-left: .5em;
}

#sec002 .CHARM_06 .trial {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

#sec002 .CHARM_06 .trial .item {
	display: flex;
	justify-content: space-between;
	width: 480px;
}

#sec002 .CHARM_06 .trial .item .boxL img {
	width: 240px;
}

#sec002 .CHARM_06 .trial .item .boxR {
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: 100%;
	width: 240px;
	height: 240px;
}

#sec002 .CHARM_06 .trial .item .R_01 {
	background-image: url(../img/trial_02.png);
}

#sec002 .CHARM_06 .trial .item .R_02 {
	background-image: url(../img/trial_04.png);
}

#sec002 .CHARM_06 .trial .item .boxR p {
	font-style: 16px;
	font-weight: bold;
	line-height: 1.7em;
}

#sec002 .CHARM_06 .trial .item .boxR .btn {
	margin-top: 15px;
}

#sec002 .CHARM_06 .trial .item .boxR .btn a {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 5px;
	background-color: #333;
	padding: .5em 1em;
}

#sec002 .CHARM_06 .trial .item .boxR .btn a span::after {
	content: "\f028";
	font-family: FontAwesome;
	padding-left: .5em;
}

#sec002 .CHARM_06 .trial .item .boxR .btn a:hover {
	opacity: .7;
	transition: .3s;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	#sec002 {
		padding-top: 10vw;
		padding-bottom: 5vw;
	}

	#sec002 .flex_box {
		padding: 7vw 0;
	}

	#sec002 .first_box {
		margin-top: 10vw;
		padding-bottom: 5vw;
	}

	#sec002 .flex_box_06 {
		padding-bottom: 5vw;
	}

	#sec002 .flex_box .txt {
		width: 100%;
		margin-top: 3vw;
	}

	#sec002 .flex_box .txt .no {
		margin-bottom: 3vw;
	}

	#sec002 .flex_box .txt .no dl dt {
		width: 20vw;
		font-size: 3vw;
	}

	#sec002 .flex_box .txt .no dl dt strong {
		font-size: 8vw;
		margin-top: 0;
	}

	#sec002 .flex_box .txt .no dl dd {
		width: 80vw;
	}

	#sec002 .flex_box .txt .no dl dd h4 {
		font-size: 4.5vw;
		margin-left: .7em;
	}

	#sec002 .flex_box .txt .no dl dd h4.ss {
		font-size: 4vw;
	}

	#sec002 .flex_box .txt ol {
		width: 100%;
	}

	#sec002 .flex_box .txt ol li {
		font-size: 3.6vw;
	}

	#sec002 .flex_box .txt p {
		width: 100%;
		font-size: 3.6vw;
	}


	#sec002 .flex_box .photo,
	#sec002 .flex_box .photo img {
		width: 100%;
	}

	#sec002 .CHARM_01 {
		padding-bottom: 7vw;
	}

	#sec002 .CHARM_01 dl {
		margin-top: 0;
	}

	#sec002 .CHARM_01 dl dt {
		font-size: 4vw;
	}

	#sec002 .CHARM_01 dl dd {
		font-size: 3.6vw;
	}

	#sec002 .CHARM_01 .img_box {
		display: block;
		margin-top: 3vw;
		margin-bottom: 3vw;
	}

	#sec002 .CHARM_01 .img_box .slideimg {
		display: block;
		margin-top: 5vw;
	}

	#sec002 .CHARM_01 .img_box .slideimg figure {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#sec002 .CHARM_01 .img_box .sp_box {
		display: none;
	}

	#sec002 .CHARM_01 .img_box span img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1vw;
	}

	#sec002 .CHARM_01 .img_box p {
		text-align: center;
		font-size: 4vw;
		margin: 0;
		margin-top: .5em;
		padding-bottom: .5em;
	}

	#sec002 .CHARM_06 {
		padding-bottom: 7vw;
	}

	#sec002 .CHARM_06 .mrk span::before {
		content: "";
		display: inline-block;
		width: 52px;
		height: 52px;
		background-image: url(../img/mrk.png);
		background-size: contain;
		vertical-align: middle;
	}

	#sec002 .CHARM_06 .mrk p strong {
		font-size: 3.6vw;
	}

	#sec002 .CHARM_06 .mrk p {
		font-size: 3.2vw;
		line-height: 1.5em;
		margin-left: 1em;
	}

	#sec002 .CHARM_06 .trial {
		flex-direction: column;
		margin-top: 0;
	}

	#sec002 .CHARM_06 .trial .item {
		width: 100%;
		margin-top: 3vw;
	}

	#sec002 .CHARM_06 .trial .item .boxL {
		width: 50%;
	}

	#sec002 .CHARM_06 .trial .item .boxL img {
		width: 100%;
	}

	#sec002 .CHARM_06 .trial .item .boxR {
		background-size: 100%;
		width: 50%;
		height: auto;
	}

	#sec002 .CHARM_06 .trial .item .boxR p {
		font-style: 3.6vw;
	}

	#sec002 .CHARM_06 .trial .item .boxR .btn {
		margin-top: 3vw;
	}

	#sec002 .CHARM_06 .trial .item .boxR .btn a {
		font-size: 3.2vw;
		border-radius: 2vw;
	}
}



/* sec0003*/
#sec003 {
	padding-top: 120px;
	padding-bottom: 120px;
}

#sec003 .box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

#sec003 .box .item {
	width: 500px;
	border: 3px solid #bf0000;
	background-color: #fff;
	box-sizing: border-box;
	padding: 10px 30px 10px 10px;
}

#sec003 .box .item:nth-child(odd) {
	border-right: none;
}

#sec003 .box .item:nth-child(n+3) {
	border-top: none;
}

#sec003 .box .item dl {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

#sec003 .box .item dl dt img {
	width: 100px;
}

#sec003 .box .item dl dd strong {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffef00 60%);
	padding: 0 .2em;
	margin-bottom: .5em;
}

#sec003 .box .item dl dd {
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;
}

@media screen and (max-width: 767px) {
	#sec003 {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}

	#sec003 .box {
		flex-direction: column;
		margin-top: 7vw;
	}

	#sec003 .box .item {
		width: 100%;
		padding: 4vw 5vw 4vw 4vw;
	}

	#sec003 .box .item:nth-child(odd) {
		border-right: 3px solid #bf0000;
	}

	#sec003 .box .item:nth-child(n+3) {
		border-top: none;
	}

	#sec003 .box .item:nth-child(n+2) {
		border-top: none;
	}

	#sec003 .box .item dl dt {
		width: 25%;
	}

	#sec003 .box .item dl dt img {
		width: 100%;
	}

	#sec003 .box .item dl dd {
		width: 73%;
		margin-left: 2%;
	}

	#sec003 .box .item dl dd strong {
		display: inline;
		font-size: 4vw;
	}

	#sec003 .box .item dl dd {
		font-size: 3.2vw;
	}

	#sec003 .box .item dl dd span {
		display: block;
		margin-top: .5em;
	}
}



/* sec0004*/
#sec004 {
	background-color: #e7e7e7;
	padding-top: 120px;
	padding-bottom: 120px;
}

#sec004 .bnr {
	position: relative;
	display: block;
	margin-top: 50px;
}

#sec004 h4 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 2em;
}

#sec004 p {
	width: 720px;
	margin: 0 auto;
	font-size: 20px;
	border: 1px solid #bfbfbf;
	background-color: #fff;
	padding: .2em 0;
	margin-top: 20px;
}

#sec004 p small {
	font-size: 16px;
}

#sec004 .table table {
	width: 720px;
	margin: 0 auto;
	border-collapse: collapse;
	margin-top: 20px;
}

#sec004 .table table thead th {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
	background-color: #444;
	border: 1px solid #bfbfbf;
	padding: .4em 0;
}

#sec004 .table table tbody th {
	font-size: 18px;
	font-weight: normal;
	border: 1px solid #bfbfbf;
	background-color: #fff;
	padding: 0 1em;
}

#sec004 .table table tbody td {
	font-size: 20px;
	border: 1px solid #bfbfbf;
	background-color: #fff;
	padding: .4em 0;
}

#sec004 .table table tbody td small {
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	#sec004 {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}

	#sec004 .bnr {
		margin-top: 8vw;
	}

	#sec004 h4 {
		font-size: 5vw;
	}

	#sec004 p {
		width: 100%;
		font-size: 4vw;
		margin-top: 5vw;
	}

	#sec004 p small {
		font-size: 3.2vw;
	}

	#sec004 .table table {
		width: 100%;
		margin-top: 5vw;
	}

	#sec004 .table table thead th {
		font-size: 4vw;
		letter-spacing: 1px;
	}

	#sec004 .table table tbody th {
		font-size: 4vw;
	}

	#sec004 .table table tbody td {
		font-size: 4vw;
	}

	#sec004 .table table tbody td small {
		font-size: 3.2vw;
	}
}



/* sec0005*/
#sec005 {
	padding-top: 60px;
	padding-bottom: 80px;
}

#sec005 h3 {
	font-size: 34px;
}

#sec005 .flex_box {
	margin-top: 50px;
}

#sec005 .flex_box .item {
	position: relative;
	width: 226px;
}

#sec005 .flex_box .item::after {
	position: absolute;
	top: 10px;
	right: 10px;
	content: "";
	display: inline-block;
	width: 13px;
	height: 10px;
	background-image: url(../img/icon_link.svg);
	background-size: contain;
	vertical-align: middle;
}

#sec005 .flex_box .item a {
	display: block;
	font-size: 16px;
	text-decoration: underline;
	background-color: #e7e7e7;
	border: 2px solid #e7e7e7;
	padding: 1.7em 0;
}

#sec005 .flex_box .item a:hover {
	color: #bf0000;
	border: 2px solid #bf0000;
	transition: .3s;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	#sec005 {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}

	#sec005 h3 {
		font-size: 5.5vw;
	}

	#sec005 .flex_box {
		margin-top: 5vw;
		flex-direction: column;
	}

	#sec005 .flex_box .item {
		width: 70%;
		margin: 0 auto;
		margin-top: 3vw;
	}

	#sec005 .flex_box .item a {
		font-size: 4vw;
		padding: 1.7em 0;
	}
}


#courseList h3 {
	color: #bf0000 !important;
}

.sec_innr .cam {
	margin-top: 100px;
}

@media screen and (max-width: 767px) {
	.sec_innr .cam {
		margin-top: 5vw;
	}
}