@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	color: #000;
}
img {
	vertical-align: bottom;
	width: 100%;
	display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
li,
dt,
dd,
th,
td {
	font-size: 16px;
	line-height: 1.5em;
}

/*--- リンクロールオーバー ---*/
a.txt-link,
a.txt-link:hover,
a.img-link img,
a.img-link:hover img,
a.block-link > p,
a.block-link > div,
a.block-link > ul > li,
a.block-link > dl > dt,
a.block-link > dl > dd,
a.block-link > span,
a.block-link > hr,
a.block-link:hover > p,
a.block-link:hover > div,
a.block-link:hover > ul > li,
a.block-link:hover > dl > dt,
a.block-link:hover > dl > dd,
a.block-link:hover > span,
a.block-link:hover > hr {
	transition-property: opacity;
	transition-duration:.4s;
}
a.txt-link {
	opacity: 1;
  color: #000;
  text-decoration: none;
}
a.txt-link:hover {
	opacity: 0.5;
}
a.img-link img {
	opacity: 1;
}
a.img-link:hover img {
	opacity: 0.5;
}
a.block-link > p,
a.block-link > div,
a.block-link > ul > li,
a.block-link > dl > dt,
a.block-link > dl > dd,
a.block-link > span,
a.block-link > hr {
	opacity: 1;
}
a.block-link:hover > p,
a.block-link:hover > div,
a.block-link:hover > ul > li,
a.block-link:hover > dl > dt,
a.block-link:hover > dl > dd,
a.block-link:hover > span,
a.block-link:hover > hr {
	opacity: 0.5;
}

#container {
	padding-top: 57px;
}

.content {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}

.wrap01,
.wrap02,
.wrap03 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.wrap01 {
	max-width: 980px;
}
.wrap02 {
	max-width: 956px;
}
.wrap03 {
	max-width: 964px;
}


/*--- ページトップへ ---*/
#to_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
	z-index: 10;
}


/*--- ヘッダー ---*/
header {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	border-bottom: 1px solid #f3f3f3;
}
.header_content {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.header_content .logo {
	max-width: 113px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 17px;
	float: left;
}
.header_content .right_box {
	float: right;
	display: flex;
	flex-wrap: wrap;
}
.header_content .right_box .link_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-right: 38px;
	width: 380px;
}
.header_content .right_box .link {
	padding-top: 18px;
}
.header_content .right_box .link,
.header_content .right_box .link a {
	font-size: 11px;
	font-weight: bold;
}
.header_content .right_box .link .link_spacer {
	display: none;
}

.header_content .right_box .link .link_br {
	display: none;
}
.header_content .right_box .icon_content {
	padding-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 150px;
}
.header_content .right_box .icon_content li {
	width: 16.6%;
}
.header_content .right_box .icon_content li a {
	display: block;
}
.header_content .right_box .icon_content li img {
	-webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
.header_content .right_box .btn {
	max-width: 75px;
	width: 100%;
}
.header_content .right_box .btn + .btn {
	margin-left: 2px;
}
@media screen and (max-width: 830px) {
	.header_content .right_box .link_content {
		width: 364px;
		margin-right: 26px;
	}
	.header_content .right_box .link {
		text-align: left;
		padding-top: 10px;
	}
	.header_content .right_box .link,
	.header_content .right_box .link a {
		line-height: 1.6em;
		font-size: 11px;
	}
	.header_content .right_box .link .link_br {
		display: block;
	}
	.header_content .right_box .link .link_spacer {
		display: inline;
	}
	.header_content .right_box .icon_content {
		padding-top: 17px;
		width: 160px;
		margin-left: auto;
	}
}

/*--- PC用サイドメニュー ---*/
.float_btn {
	position: fixed;
	width: 34px;
	right: 0;
	top: 50%;
	margin-top: -183px;
	z-index: 40;
	cursor: pointer;
	border-color: #f3f3f3;
	border-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
}
.float_pc_menu {
	position: fixed;
	width: 100%;
	height: 100%;
	right: -100vw;
	top: 0px;
	background-color: rgba(0,0,0,0.70);
	padding-top: 105px;
	padding-bottom: 50px;
	display: none;
	transition-property: right;
	transition-duration:0.4s;
	transition-timing-function:ease-in-out;
	z-index: 10;
}
.float_pc_menu.active {
	right: 0vw;
}
.float_pc_menu > nav {
	max-width: 980px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
body .float_pc_menu .title {
	border-left: 4px solid #0044a6;
	padding-left: 16px;
	font-size: 20px;
	line-height: 1.1em;
	color: #fff;
	margin-bottom: 12px;
	font-weight: bold;
	text-align: left;
}
.float_pc_menu .list01,
.float_pc_menu .list02,
.float_pc_menu .list03,
.float_pc_menu .list04 {
	display: flex;
	flex-wrap: wrap;
}
.float_pc_menu .list01 li,
.float_pc_menu .list02 li,
.float_pc_menu .list03 li {
	margin-bottom: 18px;
	background-color: #fff;
}
.float_pc_menu .list04 li.sp-link {
	background: none;
}
.float_pc_menu .list01 {
	margin-left: -10px;
	margin-right: -10px;
}
.float_pc_menu .list02,
.float_pc_menu .list03,
.float_pc_menu .list04 {
	margin-left: -20px;
	margin-right: -20px;
}
.float_pc_menu .list03 {
	margin-top: 27px;
}
.float_pc_menu .list04 {
	margin-top: 27px;
}
.float_pc_menu .list01 li {
	width: 230px;
	margin-left: 10px;
	margin-right: 10px;
}
.float_pc_menu .list02 li,
.float_pc_menu .list03 li,
.float_pc_menu .list04 li {
	width: 300px;
	margin-left: 20px;
	margin-right: 20px;
}
.float_pc_menu .list01 a,
.float_pc_menu .list02 a {
	background-color: #0044a6;
	border: 1px solid #0044a6;
}
.float_pc_menu .list03 a {
	background-color: #b21521;
	border: 1px solid #b21521;
}
.float_pc_menu .list04 .sp-link a {
	background: none;
	border: 1px solid #fff;
}
.float_pc_menu .list01 a,
.float_pc_menu .list02 a,
.float_pc_menu .list03 a,
.float_pc_menu .list04 a {
	display: block;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding-top: 13px;
	padding-bottom: 13px;
}
.float_pc_menu .list01 + .title,
.float_pc_menu .list02 + .title,
.float_pc_menu .list03 + .title {
	margin-top: 18px;
}
.float_pc_menu .icon_content {
	margin-top: 36px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 368px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.float_pc_menu .icon_content li {
	width: 13.9%;
}
.float_pc_menu .icon_content li a {
	display: block;
}
@media screen and (max-width: 1020px) {
	.float_pc_menu > nav {
		max-width: 640px;
	}
	.float_pc_menu .list01 li {
		width: 200px;
	}
	.float_pc_menu .list04 li:nth-child(n+3) {
		margin-top: 18px;
	}
}


/*--- スマホ用メニュー ---*/
.float_sp_menu {
	display: none;
	position: fixed;
	top: -9999px;
}


/*--- ページタイトル(NEWS用) ---*/
.title_box {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 292px;
}
.title_box h2 {
	font-weight: 900;
	font-size: 35px;
}


/*--- ページタイトル(画像背景) ---*/
.img-title_box {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 430px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.img-title_box h2 {
	font-weight: 900;
	font-size: 32px;
	letter-spacing: 0.2em;
	text-align: center;
	background-color: #fff;
	padding: 8px 34px;
	line-height: 1.3em;
	display: inline-block;
	position: relative;
	z-index: 2;
}


/*--- 小タイトル ---*/
h3.stitle {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding: 6px 24px 8px;	
	background-color: #0044a6;
}


/*--- キャッチ ---*/
.block_catch {
  color: #030303;
  text-align: center;
	padding-top: 80px;
	padding-bottom: 105px;
}
.block_catch .txt_catch {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.3em;
  letter-spacing: 0.2em;
}
.block_catch .txt {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-top: 68px;
}

/*--- 進路は自分次第 ---*/
.shinro .title {
	max-width: 260px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.shinro .txt {
	font-size: 12px;
	line-height: 1.3em;
	text-align: center;
	font-weight: bold;
	margin-top: 26px;
	padding-bottom: 28px;
}
.shinro .bg {
	background-image: url("../images/course/bottom_flow_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 30px;
	padding-bottom: 25px;
}
.shinro .bg .wrap01 {
	width: 98%;
}
.shinro .bg .txt01 {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	margin-bottom: 34px;
}

/*--- オープンキャンパス ---*/
.open-campus {
	width: 100%;
	height: 436px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url("../images/common/open-campus_pho.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.open-campus .open-campus_box {
	max-width: 754px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 48px;
	padding-bottom: 25px;
	background-color: rgba(192,47,47,0.70);
}
.open-campus .open-campus_box .title {
	max-width: 452px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.open-campus .open-campus_box .txt01 {
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	margin-top: 34px;
}
.open-campus .open-campus_box .link {
	max-width: 198px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 26px;
	background-color: #fff;
}
.open-campus .open-campus_box .link a {
	text-align: center;
	display: block;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	background-color: #0f4ca5;
	padding-top: 6px;
	padding-bottom: 8px;
}


/*--- フッター ---*/
footer {
	color: #fff;
	background-color: #092142;
	padding-top: 50px;
	padding-bottom: 30px;
}
footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
	color: #fff;
}
footer .footer_content {
	max-width: 1006px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .footer_content .txt_box_01 {
	order: 1;
	width: 260px;
}
footer .footer_content .txt_box_01 .logo {
	width: 93.1%;	
}
footer .footer_content .txt_box_01 .address {
	font-size: 15px;
	font-weight: bold;
	margin-top: 29px;
}
footer .footer_content .txt_box_01 .tel_no {
	font-size: 19px;
	font-weight: bold;
	margin-top: 30px;
}
footer .footer_content .txt_box_01 .tel_no + .tel_no{
	margin-top: 0.3em;
}
footer .footer_content hr {
	order: 2;
	background-color: #fff;
	border: none;
	height: auto;
	width: 1px;
}
footer .footer_content .link_box {
	order: 3;
	width: 370px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .footer_content .link_box .link_block {
	width: 160px;
}
footer .footer_content .link_box .link_block > li > a {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
}
footer .footer_content .link_box .link_block > li + li {
	margin-top: 27px;
}
footer .footer_content .link_box .link_block02 > li {
	line-height: 1.2em;
}
footer .footer_content .link_box .link_block02 > li + li {
	margin-top: 23px;
}
footer .footer_content .link_box .link_block .sub_link {
	margin-top: 3px;
}
footer .footer_content .link_box .link_block .sub_link li a {
	font-size: 10px;
	font-weight: normal;
	display: block;
	line-height: 1.2em;
}
footer .footer_content .link_box .link_block .sub_link li + li {
	margin-top: 1px;
}
footer .footer_content .btn_box {
	order: 4;
	max-width: 202px;
	width: 100%;
}
footer .footer_content .btn_box .btn_content {
	padding-top: 42px;
}
footer .footer_content .btn_box .btn_content li + li {
	margin-top: 17px;
}
footer .footer_content .btn_box .btn_content a {
	background-color: #a70f0f;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 5px;
	display: block;
	font-weight: bold;
}
footer .footer_content .btn_box .icon_content {
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
footer .footer_content .btn_box .icon_content li {
	width: 17.9%;
}
footer .footer_content .btn_box .icon_content li a {
	display: block;
}
footer .privacy {
	max-width: 1006px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 26px;
	font-size: 10px;
}
footer .copyright {
	max-width: 1006px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 6px;
	font-size: 10px;
}
@media screen and (max-width: 900px) {
	footer .footer_content .btn_box {
		max-width: none;
		width: 100%;
	}
	footer .footer_content .btn_box .btn_content {
		width: 100%;
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	footer .footer_content .btn_box .icon_content {
		max-width: 290px;
	}
	footer .footer_content .btn_box .btn_content li {
		width: 202px;
		max-width: none;
		display: block;
	}
	footer .footer_content .btn_box .btn_content li + li {
		margin-top: 0px;
	}
	footer .privacy {
		margin-top: 42px;
	}
}
@media screen and (max-width: 716px) {
	footer .footer_content .link_box {
		display: none;
	}
	footer .footer_content .btn_box {
		max-width: 202px;
	}
	footer .footer_content .btn_box .btn_content {
		max-width: none;
		display: block;
	}
	footer .footer_content .btn_box .btn_content li + li {
		margin-top: 17px;
	}
	footer .footer_content .btn_box .icon_content {
		max-width: none;
	}
	footer .privacy {
		margin-top: 40px;
	}
}


/*--- 授業料無償化 ---*/
#musyou {
	padding-top: 60px;
	padding-bottom: 72px;
	background-color: #f0f0f0;
}
#musyou .img_box {
	max-width: 832px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	background-color: #fff;
	padding-bottom: 15px;
}
#musyou .img_box h3 {
	background-color: #0044a6;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-radius: 15px;
	padding: 9px 11px;
	display: flex;
	flex-wrap: wrap;
}
#musyou .img_box h3 span {
	display: block;
}
#musyou .img_box h3 .txt01 {
	font-size: 18px;
	font-weight: 900;
	color: #0044a6;
	background-color: #fff;
	border-radius: 12px;
	text-align: center;
	padding: 2px 18px;
	letter-spacing: 0;
	margin-right: 58px;
}
#musyou .img_box h3 .txt02 {
	padding: 1px 0px 0px;
}
#musyou .img_box .img {
	width: 90%;
	margin-top: 17px;
	margin-left: auto;
	margin-right: auto;
}
#musyou .btn {
	max-width: 550px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	margin-top: 28px;
	border-radius: 15px;
}
#musyou .btn a {
	border-radius: 15px;
	display: block;
	font-size: 18px;
	letter-spacing: 0.2em;
	color: #fff;
	padding: 7px 0 9px;
	background-color: #da411e;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 846px) {
	#musyou .img_box h3 {
		display: block;
		text-align: center;
	}
	#musyou .img_box h3 .txt01 {
		margin-left: auto;
		margin-right: auto;
		display: inline-block;
	}
	#musyou .img_box h3 .txt02 {
		margin-left: auto;
		margin-right: auto;
		padding-top: 6px;
	}
}


/*--- 現在調整中 ---*/
#adjusting {
	padding: 80px 0;
}
#adjusting p {
	text-align: center;
	font-size: 24px;
	line-height: 1.5em;
}




@media screen and (max-width: 768px) {
	/* 修正時はstyle_top.cssも */
	#container {
		padding-top: 73px;
	}
	.content {
	}
    
  /*--- ヘッダー ---*/
	header {
		background-color: #0044a6;
	}
	.header_content .logo {
		max-width: 130px;
		padding-top: 9px;
		padding-bottom: 9px;
		padding-left: 11px;
	}
	.header_content .right_box {
		display: block;
	}
	.header_content .right_box > p,
	.header_content .right_box > div {
		float: left;
	}
	.header_content .right_box .link_content {
		display: none;
	}
	.header_content .right_box .btn {
		max-width: 95px;
	}

	/*--- ハンバーガーボタン ---*/
	.navToggle {
		display: block;
		width: 72px;
		height: 72px;
		cursor: pointer;
		z-index: 10;
		text-align: center;
		position: relative;
		margin-left: 2px;
	}
	.navToggle span {
		display: block;
		position: absolute;    /* .navToggleに対して */
		width: 45px;
		border-bottom: solid 4px #fff;
		transition: .25s ease-in-out;
		right: 13px;
	}
	.navToggle span:nth-child(1) {
		top: 20px;
	}
	.navToggle span:nth-child(2) {
		top: 34px;
	}
	.navToggle span:nth-child(3) {
		top: 49px;
	}
	.navToggle.active span {
		top: 34px;
	}
	/* 最初のspanをマイナス45度に */
	.navToggle.active span:nth-child(1) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	/* 2番目と3番目のspanを45度に */
	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	/*--- PC用サイドメニュー ---*/
	.float_btn,
	.float_pc_menu {
		display: none!important;
	}

	/*--- スマホ用メニュー ---*/
	.float_sp_menu {
		position: fixed;
		width: 100%;
		top: 73px;
		background-color: rgba(0,0,0,0.80);
		padding-top: 5vw;
		padding-bottom: 6vw;
		display: none;
		height: 100%;
		z-index: 10;
	}
	.float_sp_menu > nav {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	body .float_sp_menu .title {
		border-left: 0.7vw solid #0044a6;
		padding-left: 2.4vw;
		font-size: 3.0vw;
		line-height: 1.1em;
		margin-bottom: 1.6vw;
		color: #fff;
		font-weight: bold;
		text-align: left;
	}
	.float_sp_menu .list,
	.float_sp_menu .btn {
		display: flex;
		flex-wrap: wrap;
	}
	.float_sp_menu .list li,
	.float_sp_menu .btn li {
		width: 45.8%;
	}
	.float_sp_menu .list li:nth-child(2n),
	.float_sp_menu .btn li:nth-child(2n) {
		margin-left: 8.4%;
	}
	.float_sp_menu .list li:nth-child(n+3),
	.float_sp_menu .btn li:nth-child(n+3) {
		margin-top: 1.8vw;
	}
	.float_sp_menu .list a {
		background-color: #0044a6;
		border: 1px solid #0044a6;
	}
	.float_sp_menu .btn a {
		background-color: #b21521;
		border: 1px solid #b21521;
	}
	.float_sp_menu .btn .sp-link a {
		background: none;
		border: 1px solid #fff;
	}
	.float_sp_menu .list a,
	.float_sp_menu .btn a {
		display: block;
		text-align: center;
		font-size: 2.3vw;
		line-height: 1.4em;
		font-weight: bold;
		color: #fff;
		padding-top: 1.2vw;
		padding-bottom: 1.2vw;
	}
	.float_sp_menu .list + .title {
		margin-top: 4vw;
	}
	.float_sp_menu .btn {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 4vw;
	}
	.float_sp_menu .icon_content {
		margin-top: 4vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.float_sp_menu .icon_content li {
		width: 17%;
	}
	.float_sp_menu .icon_content li a {
		display: block;
	}


	/*--- ページタイトル ---*/
	.title_box {
		height: 234px;
	}


	/*--- ページタイトル(画像背景) ---*/
	.img-title_box {
		height: 300px;
	}


	/*--- オープンキャンパス ---*/
	.open-campus {
		height: 360px;
	}
	.open-campus .open-campus_box {
		max-width: none;
	}

  /*--- フッター ---*/
  footer {
  }


	/*--- 現在調整中 ---*/
	#adjusting p {
		font-size: 3.6vw;
	}


}


@media screen and (max-width: 420px) {
	/*--- ページトップへ ---*/
	#to_top {
		right: 4.5vw;
		bottom: 4.5vw;
		width: 12vw;
	}

	/* 修正時はstyle_top.cssも */
	#container {
		padding-top: 13vw;
	}
	/*--- ヘッダー ---*/
 	.header_content .logo {
		max-width: none;
		width: 26vw;
		padding-top: 1.4vw;
		padding-bottom: 1.4vw;
		padding-left: 3.2vw;
	}
	.header_content .right_box .link {
		display: none;
	}
	.header_content .right_box .btn {
		max-width: 17.0vw;
	}
	 .header_content .right_box .btn + .btn {
		margin-left: 1px;
	}

	/*--- ハンバーガーボタン ---*/
	.navToggle {
		width: 11vw;
		height: 13vw;
	}
	.navToggle span {
		width: 7vw;
		border-bottom: solid 0.6vw #fff;
		right: 2.5vw;
	}
	.navToggle span:nth-child(1) {
		top: 3.6vw;
	}
	.navToggle span:nth-child(2) {
		top: 5.9vw;
	}
	.navToggle span:nth-child(3) {
		top: 8.3vw;
	}
	.navToggle.active span {
		top: 5.9vw;
	}

	/*--- スマホ用メニュー ---*/
	.float_sp_menu {
		top: 13vw;
	}
	.float_sp_menu .title {
		font-size: 3.6vw;
	}
	.float_sp_menu .list a,
	.float_sp_menu .btn a {
		font-size: 2.8vw;
		letter-spacing: 0;
		padding-top: 1.4vw;
		padding-bottom: 1.4vw;
	}


	/*--- ページタイトル ---*/
	.title_box {
		height: 32vw;
	}
	.title_box p, .title_box h2 {
		font-size: 6.5vw;
	}


	/*--- ページタイトル(画像背景) ---*/
	.img-title_box {
		height: 36vw;
	}
	.img-title_box h2 {
		font-size: 5.4vw;
		padding: 1.4vw 6vw;
	}
  
  
  /*--- キャッチ ---*/
  .block_catch {
    padding-top: 8.4vw;
    padding-bottom: 12.6vw;
  }
  .block_catch .txt_catch {
    font-size: 5.2vw;
  }
  .block_catch .txt {
    font-size: 3vw;
    margin-top: 8vw;
  }


	/*--- オープンキャンパス ---*/
	.open-campus {
		height: 46vw;
	}
	.open-campus .open-campus_box {
		width: 90%;
		padding-top: 6vw;
		padding-bottom: 3.2vw;
	}
	.open-campus .open-campus_box .title {
		width: 74%;
	}
	.open-campus .open-campus_box .txt01 {
		font-size: 4vw;
		margin-top: 3.5vw;
	}
	.open-campus .open-campus_box .link {
		max-width: none;
		width: 50%;
		margin-top: 3.5vw;
	}
	.open-campus .open-campus_box .link a {
		font-size: 3vw;
		padding-top: 0.8vw;
		padding-bottom: 0.8vw;
	}



	/*--- 小タイトル ---*/
	h3.stitle {
		font-size: 5.2vw;
		padding: 1.2vw 3.5vw 2vw;	
	}

  /*--- 進路は自分次第 ---*/
  .shinro .title {
		max-width: none;
		width: 50%;
	}
	.shinro .txt {
		font-size: 3vw;
		margin-top: 4.4vw;
		padding-bottom: 4.8vw;
	}
	.shinro .bg {
		padding-top: 4vw;
		padding-bottom: 3.4vw;
	}
	.shinro .bg .wrap01 {
		width: 90%;
	}
	.shinro .bg .txt01 {
		font-size: 4vw;
		margin-bottom: 4.5vw;
	}
	.shinro .bg .flow {
		overflow-x: scroll;
	}
	.shinro .bg .flow .img {
		width: 160vw;
	}

	/*--- フッター ---*/
	footer {
		padding-top: 6vw;
		padding-bottom: 7vw;
	}
	footer .footer_content {
		display: block;
	}
	footer .footer_content .btn_box {
		max-width: none;
		width: 100%;
	}
	footer .footer_content .btn_box .btn_content {
		padding-top: 0px;
	}
	footer .footer_content .btn_box .btn_content li {
		max-width: none;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	footer .footer_content .btn_box .btn_content li + li {
		margin-top: 2.5vw;
	}
	footer .footer_content .btn_box .btn_content a {
		font-size: 4vw;
		padding-top: 0.78vw;
		padding-bottom: 0.9vw;
	}
	footer .footer_content .btn_box .icon_content {
		margin-top: 3.5vw;
		max-width: none;
		width: 70%;
	}
	footer .footer_content .btn_box .icon_content li {
		width: 16.5%;
	}
	footer .footer_content hr {
		height: 1px;
		width: 100%;
		margin: 6vw 0vw;
	}
	footer .footer_content .txt_box_01 {
		width: 90%;
		max-width: none;
		margin-left: auto;
		margin-right: auto;
	}
	footer .footer_content .txt_box_01 .logo {
		width: 58%;
		margin-left: auto;
		margin-right: auto;
	}
	footer .footer_content .txt_box_01 .address {
		font-size: 4vw;
		margin-top: 5vw;
		text-align: center;
	}
	footer .footer_content .txt_box_01 .tel_no {
		font-size: 4.5vw;
		margin-top: 5vw;
		text-align: center;
	}
	footer .privacy {
		margin-top: 6vw;
		font-size: 2.8vw;
	}
	footer .copyright {
		margin-top: 1.0vw;
		font-size: 2.8vw;
	}



	/*--- 授業料無償化 ---*/
	#musyou {
		padding-top: 8.4vw;
		padding-bottom: 10vw;
	}
	#musyou .img_box {
		border-radius: 3.5vw;
		padding-bottom: 2.5vw;
	}
	#musyou .img_box h3 {
		font-size: 4.2vw;
		border-radius: 2.5vw;
		padding: 3vw 1.5vw 2vw;
	}
	#musyou .img_box h3 .txt01 {
		font-size:3.8vw;
		border-radius: 1.8vw;
		padding: 0.2vw 6vw;
	}
	#musyou .img_box h3 .txt02 {
		padding-top: 1.2vw;
	}
	#musyou .img_box .img {
		margin-top: 2.2vw;
		width: 95%;
	}
	#musyou .btn {
		margin-top: 3.6vw;
		border-radius: 2.5vw;
	}
	#musyou .btn a {
		border-radius: 2.5vw;
		font-size: 4.2vw;
		padding: 1.6vw 0 2vw;
	}



	/*--- 現在調整中 ---*/
	#adjusting {
		padding: 20vw 0;
	}
	#adjusting p {
		font-size: 4.8vw;
	}
}


@-ms-viewport{width:device-width;}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg{display:none !important;}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block{display:none !important;}
@media (max-width:420px){.hidden-xs{display:none !important;}}
@media (min-width:420px) and (max-width:770px){.hidden-sm{display:none !important;}}
@media (min-width:770px){.hidden-md{display:none !important;}}

