@charset "utf-8";
/* CSS Document */

body {
	color: #000;
	font-size: 15px;
	line-height: 160%;
	font-feature-settings: "palt";
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

* {
	box-sizing: border-box;
}

.sp {
	display: none;
}

/*--------------------------
 main
------------------------- */

#mv .mv_top {
	background: none;
}

#mv .mv_top:before {
	display: none;
}

#mv .mv_top::after {
	display: none;
}

#mv img {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
	display: block;
	padding: 0;
}

@media only screen and (min-width: 768px) {
	#mv img {
		width: auto;
		height: 100%;
	}
}

.p-mv {
	position: relative;
	z-index: 1;
}

.p-mv .mv_top {
	padding: 0;
	position: relative;
	overflow: hidden;
}

.p-mv .p-mv__img {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

@media only screen and (min-width: 768px) {
	.p-mv .p-mv__img {
		max-width: 500px;
	}
}

.p-mv .p-mv__img img {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
	display: block;
	padding: 0;
}

@media only screen and (min-width: 768px) {
	.p-mv .p-mv__img img {
		width: auto;
		max-height: 300px;
	}
}

.p-mv .p-mv__fixed {
	width: 100%;
	position: fixed;
	top: 136px;
	right: 0;
	left: 0;
	z-index: -1;
}

@media only screen and (min-width: 1240px) {
	.p-mv .p-mv__fixed {
		top: 112px;
	}
}

.p-mv .p-mv__fixed.is-hidden {
	opacity: 0;
	visibility: hidden;
}

.p-mv .p-mv__campaign {
	padding: 0 15px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.02em;
	background-color: #fff;
	position: relative;
	color: #653000;
}

@media only screen and (min-width: 768px) {
	.p-mv .p-mv__campaign {
		padding-top: 5px;
		margin: -1px auto;
		font-size: 14px;
		text-align: center;
	}
}

.p-mv .p-mv__campaign span {
	max-width: 1110px;
	margin: 0 auto;
	display: block;
}

.p-mv .p-mv__campaign a {
	color: #0071bc;
	text-decoration: underline;
}

@media only screen and (min-width: 768px) {
	.p-mv .p-mv__gradation {
		margin-top: -45px;
	}
}

.p-historyContents .l-container {
	width: calc(100% - 30px);
}

@media only screen and (min-width: 768px) {
	.p-historyContents .l-container {
		max-width: 1080px;
	}
}


.p-rank .l-container {
	max-width: 1080px;
	width: calc(100% - 30px);
}

.p-rank .p-rank__ttl {
	margin-top: 20px;
	padding: 2px 0;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: calc(32 / 18);
	border-bottom: 2px solid #df1930;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}

@media only screen and (min-width: 1096px) {
	.p-rank .p-rank__ttl {
		margin-top: 35px;
	}
}

.p-rank .p-rank__ttl::after {
	content: "";
	width: 100vw;
	height: calc(100% + 35px);
	margin: 0 calc(50% - 50vw);
	position: absolute;
	bottom: -2px;
	background-color: #fff;
	z-index: -1;
	pointer-events: none;
}

@media only screen and (min-width: 1096px) {
	.p-rank .p-rank__ttl::after {
		height: calc(100% + 40px);
	}
}

.p-rank .p-rank__list {
	padding: 25px 0 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

@media only screen and (min-width: 1096px) {
	.p-rank .p-rank__list {
		padding: 25px 10px 80px 0;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		gap: 40px 20px;
	}
}

.p-rank .p-rank__item {
	width: calc(100% - 10px);
	padding: 15px 0;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	/* position: relative; */
	list-style: none;
}


#mv .mv_top {
	background: #fff6db url(../img/mv_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center bottom;
	position: relative;
	z-index: 1;
}

#study #pickup .swiper-button-disabled {
	pointer-events: none;
	opacity: 0;
}

@media only screen and (max-width: 1024px) {
	html {
		-webkit-text-size-adjust: 100%;
	}

	.swiper-inner {
		padding: 0 4rem;
	}

	.pc {
		display: none !important;
	}
}

@media only screen and (max-width: 599px) {
	html {
		font-size: 50%;
	}

	.pc-tab {
		display: none !important;
	}

	.swiper-section .slide {
		width: 24rem;
	}
}

/*--------------------------
 course
------------------------- */

#study #courselist {
	background: #fff;
	background-size: 100% 560px;
	padding: 0px 0 60px;
	margin: 0;
}

#study .course_body {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding-bottom: 40px;
}

#study #courselist .ttl h2 {
	max-width: 730px;
	margin: 30px auto;
	text-align: center;
}

#study #courselist .ttl p {
	font-size: 24px;
	line-height: 160%;
}


/* -- 絞り込み -- */

.check_list .check_list_box {
	padding: 20px 0 20px;
}

.check_list .check_list_box:first-of-type {
	padding: 0 0 20px;
	border-top: none;
}

.check_list .check_list_box:last-of-type {
	padding-bottom: 0;
}

.check_body .hidden_show {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 1.0s;
}

.check_body input:checked~.hidden_show {
	padding: 10px 0;
	height: auto;
	opacity: 1;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	box-sizing: border-box;
	text-decoration: none;
	background: none;
}

.check_body .check_btn_sh {
	width: 260px;
	cursor: pointer;
	/* width: 80%;
    background: #C92A22 url("../img/icon_btn-arrow_transparent01.png") no-repeat center left 30px;
    background-size: 20px;
    border-radius: 30px;
    padding: 10px 20px 10px 40px;
    font-size: 20px;
    color: #fff;
    box-shadow: 0 4px 0 #fff; */
}

.check_list label {
	display: block;
	width: 100%;
}

#study #courselist .ttl {
	margin: 30px auto;
	text-align: center;
}

/* course_lists */

.course_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-right: -20px;
	max-width: 1200px;
	width: 100%;
	border: #eb612a double 8px;
	padding: 0px 60px 10px;
	background-color: #fff00038;
}

.course_list .category_box {
	width: 100%;
	padding-top: 20px;
}

.course_all-box,
[class^="course_box_category"] {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.course_all-box .osusume {
	display: none !important;
}

.course_list_item {
	background: #fff;
	width: calc(100% / 4 - 20px);
	margin-right: 20px;
	margin-bottom: 40px;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.category_box .tokushu_txt {
	margin: 15px auto 30px;
	font-size: 20px;
	line-height: 160%;
	text-align: center;
}

.target {
	position: absolute;
	opacity: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
}


/* 講座枠 */

.course_list_item img {
	width: 100%;
	line-height: 0;
}

.course_box figure {
	position: relative;
	line-height: 0;
	padding: 0 15px 0 15px;
}


.course_box .course_box_txt {
	display: none;
	margin: 3px 0 5px;
	padding: 5px 10px;
	background-size: 16px;
	font-size: 15px;
	line-height: 1.5;
	min-height: 56px;
}

.course_box .course_box_ttl {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	color: #212121;
}

.course_box .course_price {
	padding: 5px 5px 5px 5px;
	color: #E6340C;
	line-height: 1;
	max-width: 90%;
}

.course_box .course_price em {
	font-size: 40px;
	font-weight: bold;
}

.course_box .btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.course_box .btn a.application {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 85%;
	height: 50px;
	margin-bottom: 20px;
	background: #014990;
	background-size: 16px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 0 4px 0 #002b56;
	border-radius: 5px;
	transition: .3s;
	margin-top: 15px;
}

.course_box .btn a.morebtn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	color: #003d79;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

.hidden_off {
	display: none;
}

.hidden_show {
	display: block;
}

/*--------------------------
 contact
------------------------- */

#study #consultation .ttl .worry {
	width: 90%;
	max-width: 760px;
	margin: auto;
	padding: 100px 0 0 0;
	text-align: center;
}

#study #consultation .consultation_list {
	max-width: 1000px;
	width: 100%;
	margin: 60px auto;
}

#study #consultation .consultation_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 50px 60px 50px;
	padding: 0;
	list-style: none;
}

#study #consultation .consultation_list ul li {
	width: 48%;
	background: #EEEEEE;
	border-radius: 10px;
	margin-bottom: 30px;
}

#study #consultation .consultation_list ul li h3 {
	text-align: center;
	padding: 15px 0 10px 0;
	border-radius: 10px 10px 0 0;
}

#study #consultation .consultation_list ul li.tel h3 {
	background: #409B83;
}

#study #consultation .consultation_list ul li.line h3 {
	background: #00B900;
}

#study #consultation .consultation_list ul li.chat h3 {
	background: #309AB7;
}

#study #consultation .consultation_list ul li.mail h3 {
	background: #394D8E;
}

#study #consultation .consultation_list ul li .txt {
	padding: 25px;
}

#study #consultation .consultation_list ul li .txt h4 {
	font-size: 16px;
}

#study #consultation .consultation_list ul li .txt h4 small {
	font-size: 14px;
	font-weight: lighter;
}

#study #consultation .consultation_list ul li a {
	background: url("../img/btn_consultation.png") no-repeat 0 50%;
	padding: 0 0 0 30px;
	color: #E6340C;
	font-size: 22px;
	font-weight: bold;
	display: block;
	margin-top: 10px;
	text-decoration: underline;
}

@media (min-width: 751px) {
	a[href^="tel:"] {
		pointer-events: none;
		cursor: default;
	}
}


/*--------------------------
 about
------------------------- */

#study #cam {
	max-width: 1000px;
	width: 100%;
	margin: 100px auto;
	padding: 60px;
	border: 2px solid #e8340c;
}

#study #cam h2 {
	color: #e8340c;
	text-align: center;
	margin-bottom: 20px;
	font-size: 38px;
	line-height: 160%;
}

#study #cam dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

#study #cam dl dt {
	width: 25%;
	margin: 0;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 160%;
	color: #e8340c;
	border-top: 1px solid #e8340c;
}

#study #cam dl dd {
	width: 75%;
	margin: 0;
	padding: 10px;
	border-top: 1px solid #e8340c;
}

#study #cam dl dt.bnone,
#study #cam dl dd.bnone {
	border: 0;
}


/*--------------------------  choose  ------------------------- */

.choose_box {
	max-width: 860px;
	width: 100%;
	margin: 90px auto 80px;
	padding: 0 10px 10px 10px;
	background: #fff;
	border: 2px #000 solid;
	border-radius: 10px;
}

.choose_box h3 {
	max-width: 500px;
	width: 100%;
	margin: -70px auto 20px auto;
}

.choose_box ul {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 10px auto 10px auto;
	list-style-type: none;
}

.choose_box ul li {
	width: 48%;
	max-width: 360px;
	margin: 0 auto 20px auto;
}


/* linemenber */

#study .linemenber {
	position: fixed;
	bottom: 60px;
	left: auto;
	right: 0;
	margin: auto;
	z-index: 1000;
}

#study .linemenber a {
	display: block;
	width: 100%;
	text-decoration: none;
}

#study .linemenber a.btn_line {
	width: 60px;
}

#study .linemenber a:hover {
	opacity: 0.9;
}


/* search */

.search {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

#study .search {
	position: fixed;
	top: 20px;
	left: auto;
	right: 20px;
	margin: auto;
	z-index: 1000;
}

#study .search a {
	display: block;
	width: 100%;
	text-decoration: none;
}

#study .search a.btn_search {
	width: 70px;
}

#study .search a.btn_coupon {
	background: #F46300;
	border-bottom: 5px solid #C94300;
}

#study .search a:hover {
	opacity: 0.9;
}

.target_courses p {
	color: #ffffff;
	font-size: 30px;
	font-weight: 900;
	padding-bottom: 30px;
	text-align: center;
}

/* リボン */
.target_courses {
	justify-content: center;
	display: flex;
}

.target_text em {
	font-style: normal;
	font-size: 60%;
}

.target_text {
	display: inline-block;
	position: relative;
	height: 50px;
	/*リボンの高さ*/
	line-height: 50px;
	/*リボンの高さ*/
	text-align: center;
	padding: 0 40px;
	/*横の大きさ*/
	font-size: 18px;
	/*文字の大きさ*/
	background: rgb(255, 144, 47);
	background: linear-gradient(326deg, rgba(255, 144, 47, 1) 15%, rgba(237, 113, 5, 1) 78%);
	/*文字色*/
	box-sizing: border-box;

}

.target_text:before,
.target_text:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}

.target_text:before {
	top: 0;
	left: 0;
	border-width: 25px 0px 25px 15px;
	border-color: transparent transparent transparent #fffcd5;
	border-style: solid;
}

.target_text:after {
	top: 0;
	right: 0;
	border-width: 25px 15px 25px 0px;
	border-color: transparent #fffcd5 transparent transparent;
	border-style: solid;
}


.target_text {
	color: rgb(255, 242, 0);
}


.course_box_area .btn em {
	font-size: 75%;
	font-style: normal;
	padding-left: 5px;
}

.howto {
	align-items: center;
	background: #fff url(../img/howto_bg.jpg) no-repeat;
	background-position: center center;
	position: relative;
	background-size: cover;
	padding: 30px;
}

.howto .howto_bg {
	align-items: center;
	background-color: #fff;
	height: auto;
	max-width: 1000px;
	border-radius: 15px;
	margin: 0 auto;
	border: #eb612a 3px solid;
}

.howto_box {
	display: flex;
	margin: 0 auto;
	align-items: center;
	z-index: 100;
}

.howto_box ul {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.howto_box li {
	display: flex;
	marker: none;
	padding: 5px 20px;
	flex-wrap: wrap;
}

.howto_content.mark {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #f15a24;
	border-width: 25px 0px 25px 25px;
	padding: 0;
}

.annotation {
	padding: 0 20px 10px 20px;
}

.annotation dd {
	font-size: 15px;
	font-weight: 1000;
	color: #eb612a;
	border-bottom: solid #eb612a 1px;
	padding-top: 10px;
}

.annotation dt {
	font-size: 12px;
	line-height: 1.5;
	padding-top: 5px;
}

.annotation em {
	font-style: normal;
	font-weight: bold;
}

.annotation strong {
	font-size: 90%;
	font-weight: 300;
}

.course_box_area .btn .application img {
	width: 16px;
	padding-left: 4px;
}

.course_box_area .btn .morebtn img {
	width: 18px;
}

.course_box a {
	text-decoration: none;
}

.course_box_area .btn a {
	text-decoration: none;
}

#study #consultation .consultation_list ul li a {
	background: url("../img/btn_consultation.png") no-repeat 0 50%;
	padding: 0 0 0 30px;
	color: #E6340C;
	font-size: 22px;
	font-weight: bold;
	display: block;
	margin-top: 10px;
	text-decoration: underline;
}

#fv.howto {
	background: none;
	background-color: #f18e38;
}

#fv.howto_content.mark.point {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #f15a24;
	border-width: 25px 0px 25px 25px;
	padding: 0;
}

.howto p {
	font-size: 15px;
	line-height: 1.1;
    text-align: center;
	padding: 3px 10px 10px;
}

.howto p a {
	color: #0080ff;
	text-decoration: underline;
}

/*pc last*/