/*全体のスタイル調整*/
#main {
	padding: 0;
}
#content {
	margin-top: 0;
}
.content-in.wrap {
	width: 100%;
}
a {
	text-decoration: none;
}




.mobile-header-menu-buttons {
	display: none;
}
.article-header {
	display: none;
}

/*----------------------------------------------------------------------------共通CSS---------------------------------------------------------------------------------------------------------------------------------------------*/
.Kosugi {
	font-family: 'Kosugi', sans-serif;
}
.Noto-Sans-JP {
	font-family: 'Noto Sans JP', sans-serif;
}
.Sawarabi-Mincho {
	font-family: 'Sawarabi Mincho', serif;
}
.Zen-Old-Mincho {
	font-family: 'Zen Old Mincho', serif;
}
.content_div {
	max-width: 1400px;
	margin: 0 auto;
}
.co_padding {
	padding-left: 15px;
	padding-right: 15px;
}

html,body {
	font-family: 'Noto Sans JP', 'Roboto', sans-serif;
	color: #000;
}
div {
	box-sizing: border-box;
}
h1 {
	margin: 0;
	font-size: 30px;
	font-weight: 600;
}
h2 {
	margin: 0!important;
	padding: 0!important;
	background-color: transparent!important;
	font-size: 25px;
	font-weight: 600;
}
h3 {
	margin: 0!important;
	padding: 0!important;
	border: none!important;
	font-size: 22px;
	font-weight: 600;
}
h4 {
	border: none!important;
	margin: 0!important;
	padding: 0!important;
}
p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	padding: 0;
	margin: 0!important;
}
img {
	max-width: 100%;
	height: auto;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
}

/*色変更*/

/*flex*/
.wflexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flexbox_center {
	justify-content: center!important;
	align-items: center;
}
/*レスポンシブtable*/
.re_table, .re_table tbody,	.re_table thead, .re_table tr, .re_table th, .re_table td {
	width: 100%;
	table-layout: fixed;
	box-sizing: border-box;
	display: block;
}
.re_table {
	table-layout: fixed!important;
	border-collapse: collapse;
}
/*div全体リンク*/
.divall_a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
/*absoluteの位置*/
.absolute_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.absolute_tate {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.absolute_yoko {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
/*FontAwesome 矢印*/
.arrow_right::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: 0.2s;
}
.arrow_right:hover::after {
	right: 10px;
}
.arrow_left::after {
	content: "\f053";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: 0.2s;
}
.arrow_left:hover::after {
	left: 10px;
}
.arrow_bottom::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: 0.2s;
}
.arrow_bottom:hover::after {
	top: 60%;
}
/*青色下線文字リンク*/
.co_mojilink {
	color: #0074F5;
	text-decoration: underline;
}
/*PC,SP切り替え*/
.sphide {display: none;}

/*PCだけ改行*/
.br-pc {display: none;}

/*色を被せる overlay*/
.overlay {
	position: relative;
	z-index: 1;
}
.overlay::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}


/*共通cssレスポンシブ*/
/*--------タブレット--------*/
@media screen and (min-width: 768px) {
	.br-sp {
		display: none;
	}
	.br-pc {display: inline;}
	.flexbox {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.re_table tr {
		display: table-cell;
		width: auto;
	}
	.re_table, .re_table tr {
		display: table;
		width: 100%;
		box-sizing: border-box;
	}
	.re_table th {
		display: table-cell;
		width: auto;
	}
	.re_table td {
		display: table-cell;
		width: auto;
	}
	.pchide {display: none;}
	.sphide {display: block;}
}
/*--------PC--------*/
@media screen and (min-width: 1080px) {
	.co_padding {
		padding-left: 0;
		padding-right: 0;
	}
}





body.mblt-header-mobile-buttons {
	margin-top: 0;
}




/*----------------------------------------------------------------------------レスポンシブCSS-------------------------------------------------------------------------------------------------------------------------------------*/
/*--------スマホ--------*/
/*--------トップページ--------*/
.entry-content {
	margin-top: 0;
	margin-bottom: 0;
}
.header_bg {
	background: linear-gradient(180deg, #401c12 0%, #5b2c10 100%);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
}
.header_flex {
	align-items: center;
	padding: 12px 10px;
}
.header_pc {
	display: none;
}
.header_logowrap {
	width: 200px;
}
h1.header_logo {
	margin-block-start: 0;
	margin-block-end: 0;
	line-height: 1;
}
h1.header_logo img {
	display: block;
}
.header_sp {
	align-items: center;
	width: calc(100% - 200px);
	justify-content: flex-end;
	padding: 0 60px 0 0;
}
p.header_sp_branch {
	color: #552e17;
	background: #FFF;
	text-align: center;
	font-weight: 600;
	line-height: 1;
	padding: 3px 0;
	font-size: 18px;
}
.header_sp_branchwrap {
	width: 80px;
	margin: 0 0 0 auto;
}
.spmenu_wrap {
	width: 0;
}
.header {
	margin: 0;
}
.fvsp_mainimg {
	display: block;
}
.fvsp_access {
	background: linear-gradient(180deg, #401c12 0%, #5b2c10 100%);
	padding: 10px;
}
.fvsp_access_cts {
	text-align: center;
	padding: 6px 0 10px;
	color: #fff;
}
h2.fvsp_access_h {
	font-weight: 400;
	font-size: 25px;
	margin-bottom: 10px!important;
}
.fvsp_access_h1 {
	font-size: .95em;
}
.fvsp_access_h2 {
	font-size: 1.3em;
}
.fvsp_access_txt {
	font-size: 11px;
}
.fvsp_wrap {
	margin: 0;
	padding: 48px 0 0;
}
.course_bg {
	background-position: bottom right;
	background-size: 120%;
	background-repeat: no-repeat;
	margin: 0;
	position: relative;
}
.course_wrap{
	position: relative;
}
.course_left {
	padding: 35px 0 15px;
	text-align: center;
}
.course_left_in {
	display: inline-block;
	text-align: left;
}
.course_title1 {
	font-size: 17px;
	color: #333;
	padding: 0 0 0 80px;
}
p.course_title28 {
	font-size: 18px;
	color: #333;
	margin: 0 0 8px!important;
	display: flex;
}
p.course_title28 .text_small {
	font-size: 13px;
}
.course_title28 .course_title28_color {
	padding: 0;
	display: flex;
	align-items: center;
	gap: 3px;
	flex-grow: 1;
}
.course_title28 .course_space:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 100%;
}
.course_title2 .course_title28_color {
	background: linear-gradient(90deg, #FCF0A5 0%, transparent 80%, transparent 100%);
}
.course_title2 .course_space:before {
	background: linear-gradient(-65deg, #FCF0A5 50%, transparent 50%);
}
.course_title3 .course_title28_color {
	background: linear-gradient(90deg, #F7D0A3 0%, transparent 80%, transparent 100%);
}
.course_title3 .course_space:before {
	background: linear-gradient(-65deg, #F7D0A3 50%, transparent 50%);
}
.course_title4 .course_title28_color {
	background: linear-gradient(90deg, #F4AC9F 0%, transparent 80%, transparent 100%);
}
.course_title4 .course_space:before {
	background: linear-gradient(-65deg, #F4AC9F 50%, transparent 50%);
}
.course_title5 .course_title28_color {
	background: linear-gradient(90deg, #96B4E6 0%, transparent 80%, transparent 100%);
}
.course_title5 .course_space:before {
	width: 20px;
	background: linear-gradient(-65deg, #96B4E6 50%, transparent 50%) top right/100% 50% no-repeat, 
	linear-gradient(65deg, transparent 50%, #96B4E6 50%) bottom right/100% 50% no-repeat ;
}
.course_title6 .course_title28_color {
	background: linear-gradient(90deg, #A1E7DD 0%, transparent 80%, transparent 100%);
}
.course_title6 .course_space:before {
	background: linear-gradient(65deg, transparent 50%, #A1E7DD 50%);
}
.course_title7 .course_title28_color {
	background: linear-gradient(90deg, #70C07E 0%, transparent 80%, transparent 100%);
}
.course_title7 .course_space:before {
	background: linear-gradient(65deg, transparent 50%, #70C07E 50%);
}
.course_title8 .course_title28_color {
	background: linear-gradient(90deg, #BDE87A 0%, transparent 80%, transparent 100%);
}
.course_title8 .course_space:before {
	background: linear-gradient(65deg, transparent 50%, #BDE87A 50%);
}
.course_space {
	width: 0;
	display: inline-block;
}
.course_space { text-align: right; }
.course_title5 .course_space { width: 20px; }
.course_title4 .course_space, .course_title6 .course_space { width: 40px; }
.course_title3 .course_space, .course_title7 .course_space { width: 60px; }
.course_title2 .course_space, .course_title8 .course_space { width: 80px; }
.course_txt1 {
	font-size: 14px;
	padding: 0 0 0 80px;
}
.course_right {
	text-align: center;
	padding: 0 5px clamp(140px, 40vw, 300px);
	display: flex;
	align-items: start;
  	justify-content: center;
}
.course_right_in {
	display: inline-block;
}
.course_right_title1 {
	font-size: 1.1em;
}
.course_right_title2 {
	font-size: 1.3em;
}
h2.course_right_title {
	color: #5b2c11;
	font-weight: 400!important;
	transform: skew(-30deg, 0);
	border-bottom: 1px solid #5b2c11;
	margin: 0 auto 10px 5%!important;
	width: 100%;
	font-size: 23px;
}
.course_right_txt {
	position: relative;
	text-align: left;
	font-size: 11px;
	padding: 0 0 0 25px;
	display: inline-block;
}
.course_right_txt img {
	width: 16px;
	left: 0;
}
.schoolsc_bg {
	background: #5b2c11;
	text-align: center;
	padding: 30px 0 0;
	position: relative;
	margin: 0;
	transition: .3s;
}
.schoolsc_txt {
	color: #FFF;
	font-size: 14px;
}
.schoolsc_now_close .schoolsc_close {
	display: none!important;
}
.schoolsc_now_close {
	padding-bottom: 65px;
}
.schoolsc_now_close {
	/*height: 292px;*/
	transition: .3s;
}
.schoolsc_close {
	display: block;
	padding: 25px 0 8px; 
	cursor: pointer;
}
.schoolsc_close img {
	display: inline-block;
	width: 20px;
	transform: rotate(180deg);
}
.schoolsc_open {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, #401c12 0%, #5b2c10 100%);
	width: 100%;
	cursor: pointer;
}
.schoolsc_open_in {
	color: #FFF;
	position: relative;
	display: inline-block;
	padding: 12px 0;
	font-size: 18px;
	width: 250px;
}
.schoolsc_open_in img {
	width: 20px;
}
.schoolsc_open_arrow1 {
	left: 0;
}
.schoolsc_open_arrow2 {
	right: 0;
}
.reason_mainwrap {
	margin: 0;
}
.reason_mainwrap h2, .reason_mainwrap h3, .reason_mainwrap h4, .reason_mainwrap p, .reason_mainwrap li {
	font-family: 'Zen Old Mincho', serif;
}
.reasontitle_wrap {
	padding: 28px 10px 5px;
	text-align: center;
}
.reasontitle_txt1 {
	display: block;
	color: #552e17;
	background: #d2b973;
	font-size: 14px;
	padding: 5px 0 3px;
	margin: 0 0 12px;
}
.reasontitle_txt2 {
	display: block;
	font-weight: 400;
	color: #552e17;
	font-size: 28px;
}
.reasontitle_txt2_num {
	font-size: 1.3em;
}
h2.reasontitle {
	border-bottom: 1px solid #552e17;
	padding: 0 0 12px!important;
}
.reason_flex {
	padding: 0 10px;
}
.reason_flexbox1 {
	padding: 0 0 10px;
}
h3.reason_flexbox1_title {
	position: relative;
	color: #552e17;
	font-weight: 400!important;
	font-size: 19px;
	padding: 10px 0 12px 45px!important;
}
.reason_flexbox1_num {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	text-align: center;
	display: inline-block;
	font-size: 31px;
	font-weight: 400!important;
}
.reason_flexbox2 {
	padding: 0 8px;
}
.reason_txt1 {
	font-size: 14px;
}
p.reason_txt1-1 {
	margin: 0 0 17px!important;
}
h4.reason_h4 {
	color: #552e17;
	font-weight: 400!important;
	font-size: 20px;
}
h4.reason_h4-1 {
	margin-bottom: 10px!important;
}
.reason_list {
	padding: 0!important;
	margin: 0 0 12px!important;
	list-style: none;
}
.reason_list li {
	border-bottom: 1px solid #000;
	padding: 4px 0 4px 24px;
	position: relative;
}
.reason_list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	background-image: url(https://kobetsujuku.co.jp/wp-content/themes/cocoon-child-master/my-template/lp_002/img/check.png);
	background-size: contain;
	width: 16px;
	height: 13px;
}
.reason_bg2 {
	background: #f5f2ec;
}
.reason_bg {
	padding: 25px 0 30px;
}
p.reason_txt1-2 {
	margin-bottom: 30px!important;
}
.reason_subflexbox1 {
	width: 37%;
}
.reason_subflexbox2 {
	width: 60%;
}
.cta_mainwrap h2, .cta_mainwrap h3, .cta_mainwrap h4, .cta_mainwrap p, .cta_mainwrap li, .cta_mainwrap a {
	font-family: 'Zen Old Mincho', serif;
}
.cta_mainwrap {
	margin: 0;
}
.ctasp_bg {
	background: #552e17;
	padding: 0 10px;
}
.ctasp_wrap {
	background: #FFF;
	padding: 40px 15px 35px;
	text-align: center;
}
.ctasp_wrap h2 {
	background: #552e17!important;
	color: #FFF;
	font-weight: 400!important;
	font-size: 18px;
	padding: 12px 0!important;
	margin: 0 0 30px!important;
}
.ctasp_flexbox2 p, .ctasp_flexbox2 a, .ctasp_teltime, .ctasp_tel {
	color: #552e17;
}
.ctasp_tel {
	font-size: 32px;
	line-height: 1.1;
}
.ctasp_tel img {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	margin: 0 0 4px;
}
.ctasp_tel span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin: 0 6px 9px 3px;
}
p.ctasp_teltime {
	border-bottom: 1px solid #552e17;
	padding: 0 0 15px;
	margin: 0 0 12px!important;
}
.ctasp_flexbox1 {
	width: 38%;
	font-size: 0;
}
.ctasp_flexbox2 {
	width: 62%;
}
.ctasp_tel2 {
	text-align: right;
	border-bottom: 1px solid #552e17;
	padding: 6px 0 6px;
}
.ctasp_tel span {
	font-size: 12px;
	display: inline-block;
	margin: 3px 5px 0 0;
}
.ctasp_tel a {
	font-size: 20px;
}
p.ctasp_alert {
	font-size: 11px;
	display: inline-block;
	text-align: left;
	line-height: 1.4;
	margin: 8px 0 0!important;
}
.ctasp_ctabtn {
	font-size: 20px;
	padding: 30px 0;
	border-radius: 14px;
	display: block;
	text-align: center;
	color: #FFF;
	background: linear-gradient(180deg, #1fa9c5 0%, #0095b1 100%);
	box-shadow: 2px 2px 2px #000;
	font-weight: 500;
}
.story_mainwrap {
	background: #ccd8f2;
	margin: 0;
}
.storytitle_bg {
	background-position: bottom 0 right 0;
	background-image: url(https://kobetsujuku.co.jp/wp-content/themes/cocoon-child-master/my-template/lp_002/img/us2.jpg);
}
.storytitle_wrap {
	text-align: center;
	padding: 40px 10px 120px;
}
h2.storytitle_h2 {
	color: #552e17;
	border-bottom: 1px solid #552e17;
	padding: 0 0 10px!important;
	font-weight: 400;
	font-size: 25px;
	margin: 0 0 18px!important;
}
.storytitle_txt {
	text-align: left;
	padding: 0 10px;
}
.story_wrap {
	padding: 15px 10px;
}
.story_ballwrap h3, .story_ballwrap p {
	font-family: 'Zen Old Mincho', serif;
}
.story_ballwrap {
	background: #FFF;
	border-radius: 18px;
	position: relative;
	padding: 40px 15px;
}
.story_ballwrap::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: -15px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.story_ballwrap h3 {
	text-align: center;
	font-weight: 400!important;
	font-size: 20px;
	margin: 0 0 15px!important;
	line-height: 1.5!important;
}
.story_ballwrap p {
	padding: 0 10px;
	font-size: 15px;
}
.story_flexbox1 {
	margin: 0 0 25px;
}
.story_flexbox2 img {
	display: block;
	width: 100%;
}
.story_table th, .story_table td {
	text-align: left;
	padding: 3px 10px 3px 0;
	font-weight: 600;
	border: 2px solid #552e17;
}
.story_table th {
	background: #552e17;
	color: #FFF;
	padding-left: 20px;
	width: 30%;
}
.story_table td {
	background: #FFF;
	padding-left: 15px;
}
.story_flex {
	border-bottom: 1px solid #552e17;
	margin: 0 0 20px;
}
.pass_bg {
	background: #552e17;
	margin: 0;
}
.pass_h2_wrap {
	padding: 30px 10px 20px;
}
h2.pass_h2 {
	text-align: center;
	color: #FFF;
	font-weight: 400!important;
	font-size: 25px;
	line-height: 1;
	position: relative;
}
h2.pass_h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 1px;
	background: #FFF;
}
.pass_h2_img1, .pass_h2_img2 {
	display: inline-block;
	width: 17px;
	vertical-align: middle;
	margin-bottom: 18px;
}
.pass_h2_img1 {
	margin-right: 22px;
}
.pass_h2_img2 {
	margin-left: 22px;
}
.pass_box {
	background: #FFF;
	margin: 0 0 15px;
	padding: 30px 0 25px;
}
h3.pass_box_title {
	padding: 0 0 0 50px!important;
	position: relative;
}
h3.pass_box_title::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 3px;
	background-image: url(https://kobetsujuku.co.jp/wp-content/themes/cocoon-child-master/my-template/lp_002/img/pass.png);
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
}
.pass_box_title_span {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background: #552e17;
	border-radius: 999px 0 0 999px;
	color: #FFF;
	padding: 10px 20px 10px 28px;
	margin: 0 0 8px!important;
}
.pass_box_title_span2::after {
	content: " 名";
	font-size: 0.85em;
}
.pass_list {
	list-style: none;
	padding: 0 0 0 75px!important;
	margin: 0!important;
}
.pass_list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 20px 0 0;
}
.pass_list_span2::after {
	content: " 名";
	font-size: 0.85em;
}
p.pass_alert {
	text-align: right;
	color: #FFF;
	margin: -10px 0 0!important;
	font-size: 14px;
}
.pass_close {
	display: block;
	padding: 25px 0 8px; 
	cursor: pointer;
	text-align: center;
}
.pass_close img {
	display: inline-block;
	width: 20px;
	transform: rotate(180deg);
}
.pass_open {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, #401c12 0%, #5b2c10 100%);
	width: 100%;
	cursor: pointer;
	text-align: center;
}
.pass_open_in {
	color: #FFF;
	position: relative;
	display: inline-block;
	padding: 12px 0;
	font-size: 18px;
	width: 250px;
}
.pass_open_in img {
	width: 20px;
}
.pass_open_arrow1 {
	left: 0;
}
.pass_open_arrow2 {
	right: 0;
}
.pass_warp {
	position: relative;
	padding: 0 0 30px;
}
.pass_box_spnone, .pass_box_spac, .pass_alert, .pass_close {
	display: none;
}
.pass_now_open .pass_warp {
	padding: 0;
}
.access_bg {
	background: #f5f2ec;
	margin: 0;
}
.access_wrap {
	padding: 40px 10px 20px;
}
h2.access_h2 {
	text-align: center;
	font-weight: 400!important;
	color: #552e17;
	font-size: 25px;
	border-bottom: 1px solid #552e17;
	margin: 0 0 12px!important;
	padding: 0 0 12px!important;
	line-height: 1.5;
}
.access_cts1 {
	background: #552e17;
	padding: 20px 5px 5px;
}
.access_cts1_left {
	color: #FFF;
	padding: 0 9px 15px;
}
.access_cts1_left h3 {
	font-weight: 500!important;
	margin: 0 0 8px!important;
	font-size: 15px;
}
.access_cts1_left p {
	font-size: 12px;
	margin-bottom: 20px!important;
}
.access_cts1_right {
	background: #ad9452;
	text-align: center;
	padding: 15px 18px 10px;
}
.access_cts1_flex {
	margin: 0 0 10px;
}
.access_cts1_flex p {
	width: 32%;
	color: #FFF;
	border-radius: 999px;
	background: linear-gradient(-90deg, #401c12 0%, #5b2c10 100%);
	font-size: 13px;
}
.access_cts1_righttxt {
	position: relative;
	display: inline-block;
	text-align: left;
	padding: 0 0 0 30px;
	font-size: 12px;
	line-height: 1.45;
}
.access_cts1_righttxt img {
	width: 20px;
	left: 0;
}
.access_gal1 {
	padding: 5px;
	background: #552e17;
}
.access_gal1 div {
	font-size: 0;
}
.access_gal1 div:first-child {
	margin-bottom: 5px;
}
.access_cotxt {
	background: #552e17;
	color: #FFF;
	padding: 15px 10px;
	font-size: 14px;
}
.access_gal2 {
	padding: 5px;
	background: #552e17;
}
.access_gal2 div {
	font-size: 0;
	width: calc(50% - 2px);
}
.access_gal2 div:first-child {
	margin-bottom: 5px;
}
.corona_flex {
	background: #552e17;
	padding: 5px;
}
.corona_flexbox {
	width: calc(50% - 2px);
	background: #FFF;
	margin: 0 0 5px;
	text-align: center;
	padding: 0 3%;
	height: 42vw;
	position: relative;
}
.corona_flexbox p {
	font-weight: 600;
}
.corona_txt1 {
	font-size: 7vw;
	line-height: 1;
}
.corona_txt2 {
	font-size: 3.5vw;
	line-height: 1.4;
}
.corona_txt3 {
	font-size: 5vw;
	line-height: 1.4;
}
.corona_flexbox1 {
	padding-top: 4.5%;
}
.corona_flexbox1 .corona_txt1 {
	margin-bottom: 4%!important;
}
.corona_flexbox1 .corona_txt2 {
	margin-bottom: 4%!important;
}
.corona_flexbox1 img {
	width: 90%;
}
.corona_flexbox2 {
	padding-top: 5.5%;
}
.corona_flexbox2 .corona_txt1 {
	margin-bottom: 12%!important;
}
.corona_flexbox2 img {
	width: 90%;
}
.corona_txt1-31, .corona_txt1-32 {
	position: absolute;
}
.corona_txt1-31 {
	left: 5%;
	top: 7%;
}
.corona_txt1-32 {
	right: 5%;
	bottom: 7%;
}
.corona_flexbox3 {
	padding-top: 5.5%;
}
.corona_flexbox4 {
	padding-top: 5.0%;
}
.corona_flexbox5 {
	padding-top: 5.5%;
}
.corona_txt1-41 {
	font-size: 0.75em;
}
.corona_flexbox5 .corona_txt1 {
	margin-bottom: 10%!important;
}
.corona_flexbox5 img {
	width: 85%;
}
.corona_flexbox6 {
	padding-top: 3.0%;
}
.corona_flexbox6 .corona_txt1 {
	margin-bottom: 5%!important;
}
.corona_flexbox6 img {
	width: 65%;
}
.corona_flexbox7 {
	padding-top: 3.0%;
}
.corona_flexbox7 .corona_txt3 {
	margin-bottom: 5%!important;
}
.corona_flexbox7 img {
	width: 90%;
}
.corona_txt1-51 {
	font-size: 0.75em;
}
.corona_flexbox8 {
	padding-top: 3.0%;
}
.corona_flexbox8 .corona_txt1 {
	margin-bottom: 5%!important;
}
.corona_flexbox8 img {
	width: 65%;
}
#main, article {
	margin: 0!important;
}
.footer_bg {
	background: linear-gradient(0deg, #401c12 0%, #5b2c10 100%);
	margin: 0;
}
.footer_wrap {
	padding: 0 0 10px;
}
.copyrights {
	color: #FFF;
	text-align: center;
	font-size: 12px;
}
.footer_left {
	text-align: center;
}
.footer_left_in {
	display: inline-block;
	color: #FFF;
}
.footer_left_in a, .footer_left_in p, .footer_left_in span {
	color: #FFF;
	font-family: 'Zen Old Mincho', serif;
}
.footer_flex {
	padding: 60px 20px 80px;
}
.footer_logo img {
	width: 250px;
}
p.footer_logo {
	margin: 0 0 19px!important;
}
.footer_tel {
	font-size: 34px;
	line-height: 1.1;
}
.footer_tel img {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	margin: 0 0 4px;
}
.footer_tel span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin: 0 6px 9px 3px;
}
p.footer_teltime {
	border-bottom: 1px solid #FFF;
	padding: 0 0 5px!important;
	margin: 0 0 10px!important;
}
.footer_branch {
	display: inline-block;
	margin: 0 0 8px;
}
.footer_branchbox {
	font-size: 24px;
	border-bottom: 1px solid #FFF;
	padding: 0 8px;
}
.footer_branchbox span {
	display: inline-block;
	font-size: 0.65em;
	margin: 0 8px 8px 0;
}
p.footer_alert {
	text-align: left;
	max-width: 230px;
	font-size: 14px;
	margin: 0 auto!important;
}
.menu-button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	cursor: pointer;
}
.menu-button span {
	display: block;
	position: absolute;
	left: 13px;
	width: 24px;
	height: 2px;
	margin-top: -1px;
	background-color: #fff;
}
.menu-button span:nth-child(1) {
	top: 15px;
}
.menu-button span:nth-child(2) {
	top: 50%;
}
.menu-button span:nth-child(3) {
	bottom: 15px;
}
.drawer-menu {
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 2000;
	max-height: 100%;
	width: 100%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #fff;
	padding: 0 15px 15px;
}
/**/
.navi-menu-close-button {
	text-align: right;
	padding: 7px;
	line-height: 1;
	display: block;
	cursor: pointer;
	font-size: 2em;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.navi-menu-close-button .fa-close::before {
	color: #9c3632;
	font-size: 50px;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d";
}
.navi-menu-close-button .fa-close::after {
	display: block;
	color: #9c3632;
	font-size: 10px;
	content: "close";
	text-align: center;
}
.drawer_formbtn {
	width: 100%;
	height: 65px;
	background: linear-gradient(90deg, rgb(62, 149, 176) 0%, rgb(82, 169, 196) 100%);
	border: none;
	color: #fff;
	font-size: 19px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 2px;
	text-align: center;
}
.drawer_inbtn {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	border: 1px solid #9c3632;
	font-size: 15px;
	padding: 0 2px;
	text-align: center;
	color: #333;
	text-decoration: none;
	margin-bottom: 8px;
	font-weight: 600;
}
.drawer_inbtn2 {
	color: #9c3632;
	font-size: 22px;
}
/**/
.drawer-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #552e17;
	border-bottom: none;
}
.drawer-menu li {
	border-bottom: 1px solid #552e17;
	text-align: center;
	margin: 0!important;
}
/*.drawer-menu a {
display: block;
padding: 10px;
color: #552e17;
font-size: 16px;
text-decoration: none;
position: relative;
}
.drawer-menu a::after {
content: '';
position: absolute;
top: 50%;
right: 10px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 1em;
height: 1em;
background: url(https://kobetsujuku.co.jp/wp-content/themes/cocoon-child-master/my-template/lp_002/img/arrow.svg) center center/contain no-repeat;
}*/
.menu-checkbox {
	display: none;
}
.drawer-menu-open.drawer-menu {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
/* loopslider */
#loopslider {
	margin: 0 auto;
	width: 100%;
	height: 101px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#loopslider ul {
	height: 101px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0!important;
	padding: 0!important
}

#loopslider ul li {
	width: 1921px;
	height: 101px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0!important;
	padding: 0!important
}
#loopslider ul li img {
	display: block;
	width: 1921px;
}

/* =======================================
ClearFixElements
======================================= */
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#loopslider ul {
	display: inline-block;
	overflow: hidden;
}



/*--------タブレット--------*/
@media screen and (min-width: 768px) {
	/*--------トップページ--------*/
	.fvpc_wrap {
		padding: 50px 0 0;
	}
	.header_flex {
		padding: 8px 10px;
	}
	.header_pc {
		display: flex;
		width: calc(100% - 266.5px);
		justify-content: flex-end;
		align-items: center;
	}
	.header_sp {
		display: none;
	}
	.header_logowrap {
		width: 266.5px;
	}
	.header_pc_telwrap {
		width: 275px;
	}
	.header_pc_tel {
		color: #FFF;
		font-size: 35px;
		display: block;
		line-height: 1;
	}
	.header_pc_tel img {
		display: inline-block;
		width: 22px;
		vertical-align: middle;
		margin: 0 3px 7px 0;
	}
	.header_pc_btnwrap {
		width: 200px;
	}
	.header_pc_btn {
		display: block;
		text-align: center;
		color: #FFF;
		font-size: 13px;
		background: linear-gradient(180deg, #1fa9c5 0%, #0095b1 100%);
		box-shadow: 2px 2px 2px #000;
		border-radius: 4px;
		font-weight: 500;
		padding: 8px 0;
	}
	.fvpc_wrap {
		display: flex;
		margin: 0;
	}
	.fvpc_block1 {
		width: 18%;
		background-position: center left!important;
		position: relative;
	}
	.fvpc_block1::after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 100px;
		background: linear-gradient(-90deg, #FFF 0%, transparent 100%);
	}
	.fvpc_block2 {
		width: 50%;
		text-align: center;
		padding: 50px 20px 0;
	}
	.fvpc_block3 {
		width: 32%;
		position: relative;
	}
	h2.fvpc_block2_h {
		color: #ad9452;
		margin-bottom: 5px!important;
		font-size: 45px;
		font-weight: 400;
	}
	p.fvpc_block2_txt {
		font-size: 14px;
		margin-bottom: 22px!important;
	}
	.fvpc_block2_in {
		align-items: flex-end;
		margin: 0 auto;
		max-width: 760px;
	}
	.fvpc_block2_in1 {
		width: 49%;
		text-align: right;
		padding: 0 20px 0 0;
	}
	.fvpc_block2_in2 {
		width: 51%;
		font-size: 0;
	}
	h3.fvpc_access_h {
		font-size: 30px;
		font-weight: 400;
		margin-bottom: 8px!important;
	}
	.fvpc_access_h1 {
		font-size: 0.9em;
	}
	.fvpc_access_h2 {
		font-size: 1.3em;
	}
	p.fvpc_block2_in1_txt1 {
		background: linear-gradient(180deg, #401c12 0%, #5b2c10 100%);
		max-width: 257px;
		margin: 0 0 0 auto!important;
		color: #FFF;
		font-weight: 600;
		font-size: 25px;
		line-height: 1;
		padding: 8px 0;
		margin-bottom: 10px!important;
		text-align: center;
	}
	.fvpc_block2_in1_txt2 {
		font-size: 12px;
	}
	img.fvpc_svg {
		position: absolute;
		width: 261px;
		left: 8%;
		top: 10px;
		max-width: 100%!important;
		display: block;
	}
	.course_bg {
		background-size: 800px;
	}
	.course_bg:before {
		content: "";
		display: block;
		width: 100%;
		height: 140px;
		background-color: rgba(255, 255, 255, 0.8);
		position: absolute;
		bottom: 0;
	}
	.course_wrap {
		margin: 0 auto;
		max-width: 1450px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.course_left {
		width: 48%;
		padding: 80px 0 40px;
	}
	.course_right {
		width: 52%;
		padding: 0 5px 15px;
		align-items: end;
	}
	.course_title1 {
		font-size: clamp(18px, 2vw, 24px);
		padding-left: 96px;
	}
	p.course_title28 {
		font-size: clamp(18px, 2vw, 24px);
		white-space: nowrap;
		height: 43px;
	}
	p.course_title28 .text_small {
		font-size: 0.9em;
	}
	.course_title5 .course_space { width: 30px; }
	.course_title4 .course_space, .course_title6 .course_space { width: 52px; }
	.course_title3 .course_space, .course_title7 .course_space { width: 74px; }
	.course_title2 .course_space, .course_title8 .course_space { width: 96px; }
	.course_txt1 {
		padding-left: 96px;
	}
	h2.course_right_title {
		font-size: clamp(20px, 3vw, 35px);
		margin-bottom: 20px!important;
	}
	p.course_right_txt {
		font-size: clamp(11px, 1.3vw, 14px);
	}
	.schoollist_bg {
		position: relative;
	}
	.schoollist_bg::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(91,44,17,1);
		mix-blend-mode: multiply;
	}
	.schoollist_flex {
		margin: 0 auto;
		max-width: 1360px;
		padding: 25px 0;
		position: relative;
		z-index: 2;
	}
	.schoollist_flexbox {
		width: 19%;
		color: #FFF;
	}
	.schoollist_flexbox p {
		font-size: 13px;
	}
	.reasontitle_wrap {
		padding: 80px 0 55px;
	}
	.reasontitle_txt1 {
		font-size: 18px;
		padding: 8px 0;
	}
	.reasontitle_txt2 {
		font-size: 44px;
	}
	h2.reasontitle {
		padding: 0 0 20px!important;
	}
	.reason_flexbox1 {
		width: 48%;
	}
	.reason_flexbox2 {
		width: 48%;
		padding: 30px 60px 0 0;
	}
	h3.reason_flexbox1_title {
		font-size: 33px;
		padding: 7px 0 0 60px!important;
		margin-bottom: 10px!important;
	}
	.reason_flexbox1_num {
		font-size: 40px;
		width: 50px;
	}
	.reason_txt1 {
		font-size: 16px;
	}
	h4.reason_h4 {
		font-size: 24px;
	}
	.reason_subflex {
		align-items: center;
	}
	.ctapc_bg {
		background: #552e17;
	}
	.ctapc_wrap {
		padding: 18px 10px;
	}
	.ctapc_flex {
		background: #FFF;
		padding: 35px 60px 0;
	}
	.ctapc_flexbox1 {
		width: 51%;
	}
	.ctapc_flexbox2 {
		width: 45%;
	}
	.ctapc_flexbox1 h2 {
		background: #552e17!important;
		text-align: center;
		color: #FFF;
		font-weight: 400!important;
		padding: 8px 0!important;
		margin: 0 0 20px!important;
	}
	.ctapc_ctabtnwrap {
		padding: 0 0 20px 100px;
		position: relative;
	}
	.ctapc_ctabtnwrap_woman {
		position: absolute;
		left: -20px;
		bottom: 0;
		width: 140px;
	}
	.ctapc_ctabtn {
		font-size: 25px;
		padding: 30px 0;
		border-radius: 20px;
		display: block;
		text-align: center;
		color: #FFF;
		background: linear-gradient(180deg, #1fa9c5 0%, #0095b1 100%);
		box-shadow: 2px 2px 2px #000;
		font-weight: 500;
	}
	.ctapc_flexbox2 {
		text-align: center;
	}
	.ctapc_flexbox2 p, .ctapc_flexbox2 a {
		color: #552e17;
	}
	.ctapc_tel {
		display: block;
	}
	.ctapc_tel img {
		display: inline-block;
		vertical-align: middle;
		width: 30px;
		margin: 0 0 10px 0;
	}
	.ctapc_tel {
		font-size: 50px;
		line-height: 1.1;
	}
	.ctapc_tel span {
		display: inline-block;
		font-size: 22px;
		margin: 0 6px 15px;
		vertical-align: middle;
	}
	.ctapc_branch {
		border: solid #552e17;
		border-width: 1px 0;
	}
	.ctapc_branchbox {
		width: 50%;
		padding: 8px 0 8px;
	}
	.ctapc_branchbox p {
		font-size: 16px;
		line-height: 1;
	}
	.ctapc_branchbox a {
		font-size: 24px;
	}
	p.ctapc_teltime {
		font-size: 19px;
		margin: 0 0 12px!important;
	}
	.ctapc_alert {
		font-size: 12px;
	}
	.storytitle_bg {
		background-position: bottom 0 right 0;
		background-image: url(https://kobetsujuku.co.jp/wp-content/themes/cocoon-child-master/my-template/lp_002/img/us.jpg);
	}
	h2.storytitle_h2 {
		font-size: 40px;
	}
	.storytitle_txt {
		background: linear-gradient(90deg, #FFF 0%, #FFF 50%, transparent 100%);
		padding: 50px 15px 50px 50px;
	}
	.storytitle_wrap {
		padding: 80px 0 200px;
	}
	.story_bg {
		margin: -140px 0 0;
		position: relative;
	}
	.story_flex {
		flex-direction: row-reverse;
	}
	.story_flexbox1 {
		width: 70%;
		max-width: calc(100% - 401px);
	}
	.story_flexbox2 {
		width: 26%;
		min-width: 381px;
	}
	.story_ballwrap {
		padding: 25px 40px;
		min-height: 200px;
	}
	.story_ballwrap::after {
		top: 50px;
		left: -15px;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		border-width: 20px 0 0 20px;
	}
	.story_ballwrap h3 {
		text-align: left;
		font-size: 25px;
	}
	.story_ballwrap p {
		font-size: 16px;
		padding: 0;
	}
	.story_flex:last-child {
		border-bottom: none;
	}
	.pass_box_spnone, .pass_box_spac, .pass_alert {
		display: block;
	}
	.pass_open {
		display: none;
	}
	h2.pass_h2 {
		font-size: 35px;
	}
	.pass_h2_wrap {
		padding: 40px 0 20px;
	}
	.pass_flexbox {
		width: 32.5%;
		background: #FFF;
		padding: 0 0 15px;
	}
	.pass_box {
		margin: 0;
		padding: 30px 0 1px;
	}
	p.pass_alert {
		margin: 3px 0 0!important;
	}
	.access_wrap {
		padding: 70px 0 40px;
	}
	h2.access_h2 {
		font-size: 45px;
		margin-bottom: 30px!important;
	}
	.access_cts1_left {
		width: 65%;
		padding: 0;
		margin: 0;
	}
	.access_cts1_right {
		width: 35%;
		padding: 15px 22px 10px;
		margin: 0;
	}
	.access_cts1 {
		padding: 20px 30px;
		align-items: center;
	}
	.access_cts1_left h3 {
		font-size: 17px;
	}
	.access_cts1_left p {
		font-size: 15px;
		margin: 0!important;
	}
	.access_cts1_flex p {
		font-size: 15px;
	}
	.access_cts1_righttxt {
		font-size: 14px;
	}
	.access_gal1 {
		padding: 0;
	}
	.access_gal1 div {
		width: 50%;
		margin: 0;
	}
	.access_gal2 {
		padding: 0;
	}
	.access_gal2 div {
		width: 25%;
		margin: 0;
	}
	.access_cotxt {
		padding: 8px 20px;
	}
	.corona_flexbox {
		width: calc(12%);
		height: 11vw;
		max-height: 150px;
		padding: 0;
		padding-left: .5%;
		padding-right: .5%;
		padding-top: 1%;
	}
	.corona_txt1 {
		font-size: 1.8vw;
	}
	.corona_txt2 {
		font-size: 0.7vw;
	}
	.corona_txt3 {
		font-size: 1.3vw;
	}
	.footer_left {
		width: 50%;
		margin: 0;
		padding: 20px 0 0;
		text-align: left;
	}
	.footer_right {
		width: 50%;
		margin: 0;
		padding: 0;
	}
	.footer_left_in {
		text-align: center;
	}
	p.footer_logo {
		margin-bottom: 10px!important;
		text-align: left;
	}
	.footer_logo img {
		width: 400px;
	}
	.footer_tel {
		font-size: 50px;
	}
	.footer_branch {
		display: flex;
		padding: 0 0 9px;
		border-bottom: 1px solid #FFF;
	}
	.footer_branchbox {
		width: 50%;
		margin: 0;
		padding: 0;
		border: none;
	}
	.footer_branchbox span {
		display: block;
		margin: 0 0 5px;
		line-height: 1;
		font-size: 13px;
	}
	.footer_branchbox a {
		font-size: 21px;
		line-height: 1;
		display: block;
	}
	p.footer_alert {
		font-size: 10px;
		max-width: 330px;
	}
	.footer_svgimg {
		width: 358px;
	}
	.footer_right {
		text-align: right;
	}
	.footer_flex {
		padding: 30px 0 100px;
	}
}





/*--------PC--------*/
@media screen and (min-width: 1280px) {
	/*--------トップページ--------*/
	.course_bg {
		background-size: 1100px;
	}
}


/*--------PC3--------*/
@media screen and (min-width: 1400px) {
	/*--------トップページ--------*/
	.corona_flexbox {
		padding-left: .5%;
		padding-right: .5%;
		padding-top: 1%;
	}
	.corona_txt1 {
		font-size: 24px;
	}
	.corona_txt2 {
		font-size: 12px;
	}
	.corona_txt3 {
		font-size: 16px;
	}
}






/*後から上書きしたい共通CSS*/
.bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}