@charset 'utf-8';
/* ==========================================

  全体

========================================== */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: inline-block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 760px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
@media screen and (min-width: 760px){
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 760px){
  .br-pc { display:none; }
  .br-sp { display:block; }
}
/*---------------- ▽clearfix▽ ----------------*/
/* clear */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}
* html #contents,
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*---------------- ▽style▽ ----------------*/
body {
	margin: 0;
}
h1{
	margin: 0;
}
a{
  color: #000;
  text-decoration: none;
}
a:hover{
  cursor: pointer;
}
img{
	width: 100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}
* li{
  list-style: none;
}
/* サイト全体 */
.wrap{

}
@media screen and (max-width: 750px){
.wrap{

}
}
/* メインボックス全体 */
.wrap{

}
@media screen and (max-width: 750px){
.wrap{

}
}
/* ==========================================

  平松学園特設

========================================== */
.wrap{
	background: url("../../sub-img/page-4523/bg_pattern.png");
}
.hiramatu_mv{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.hiramatu_wrap{
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.area01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.area01 .content_right{
	width: 50%;
}
.area01 .content_right .book_img{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.area01 .content_right .book_link_btn a{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5em;
	background: #007940;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto;
	padding: 0.8em 0;
}
#content .area01 .content_right .book_link_btn a{
	color: #fff;
}
.area01 .content_right .book_link_btn a:hover{
	opacity: 0.5;
}
.area01 .content_left {
	width: 50%;
}
.area01 .content_left h2{
	font-size: 70px;
	font-weight: bold;
	margin:0px;
	line-height:0.8em;
}
.area01 .content_left h2 span:nth-child(1){
	display: block;
	font-size: 22px;
}
.area01 .content_left h2 span:nth-child(2){
	display: block;
	font-size: 20px;
	font-weight: normal;
}
.area01 .content_left{
	display: flex;
	justify-content: center;
}
.area01 .content_left .class_list>p{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0.5em;
  margin-top: 0px;
}
.area01 .content_left .class_list>p span{
	display: block;
    font-size: 16px;
    padding-top: 0.5em;
}
.area01 .content_left .class_list li{
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
	display: flex;
  align-items: center;
}
.area01 .content_left .class_list ul{
	margin-bottom: 1em;
	border-left: 2px solid;
	padding-left: 1em;
	margin-left: 1em;
	margin-top: 0px;
}
.area01 .content_left .class_list li:before{
	content: url(../../sub-img/page-5278/icon_01.svg);
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-right: 0.5em;
}
.area01 .content_left .class_list li.icon_02:before{
	content: url(../../sub-img/page-5278/icon_02.svg);
}
.area01 .content_left .class_list li.icon_03:before{
	content: url(../../sub-img/page-5278/icon_03.svg);
}
.area01 .content_left .class_list li.icon_04:before{
	content: url(../../sub-img/page-5278/icon_04.svg);
}
.area01 .content_left .class_list li.icon_05:before{
	content: url(../../sub-img/page-5278/icon_05.svg);
}
.area01 .content_left .class_list li.icon_06:before{
	content: url(../../sub-img/page-5278/icon_06.svg);
}
.area01 .content_left .class_list li.icon_07:before{
	content: url(../../sub-img/page-5278/icon_07.svg);
}
.area01 .content_left .class_list li.icon_08:before{
	content: url(../../sub-img/page-5278/icon_08.svg);
}
.area01 .content_left .class_list li.icon_09:before{
	content: url(../../sub-img/page-5278/icon_09.svg);
}

.class_btn{
	width: 100%;
	max-width: 1000px;
	display: flex;
  justify-content: space-evenly;
	margin: 0 auto;
	margin-bottom: 50px;
}
.class_btn .zaikou_btn{
	width: 40%;
	position: relative;
}
.class_btn .sotugyou_btn{
	width: 40%;
	position: relative;
}
.class_btn .zaikou_btn a{
	width: 100%;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	border-radius: 15px;
	text-align: center;
	line-height: 100px;
	background: linear-gradient(90deg, rgb(255, 243, 98), rgb(129, 192, 233));
}
.class_btn .sotugyou_btn a{
	width: 100%;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	border-radius: 15px;
	text-align: center;
	line-height: 100px;
	background: linear-gradient(90deg, rgb(211, 235, 243), rgb(245, 189, 207));
}
#content .class_btn .zaikou_btn a,
#content .class_btn .sotugyou_btn a{
	color: #fff;
}
.class_btn .zaikou_btn a:hover{
	opacity: 0.5;
}
.class_btn .sotugyou_btn a:hover{
	opacity: 0.5;
}
.class_btn .sotugyou_btn:hover a:before{
  border-top: 30px solid #35c476;
}
.area02{
	margin-bottom: 100px;
}
.area02 h2{
	width: 800px;
	margin-bottom: 50px;
}
.area02 .area02_content ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}
.area02 .area02_content li{
	max-width: 480px;
	width: 48%;
	margin-bottom: 30px;
}
.area02 .area02_content h3{
	background: #00a3a6;
	text-align: center;
	color: #fff;
	margin: 0;
	line-height: 50px;
	border-radius: 20px 0 0;
}
.area02 .area02_content .area02_flexbox{
	display: flex;
}
.area02 .area02_content .area02_box_content{
	width: 230px;
	height: 450px;
	background: linear-gradient(rgb(198, 223, 160), rgb(32, 181, 178));
}
.area02 .area02_content .area02_box_content h4{
	width: 100%;
	margin: 20px auto 0;
}
.area02 .area02_content .area02_box_img img{
	width: 250px;
	height: 450px;
	object-fit: cover;
	border-radius: 0 0 20px 0;
}
.area02 .area02_content .area02_box_content .name{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 0.5em 0;
}
.area02 .area02_content .area02_box_content .name span{
	font-size: 18px;
}
.area02 .area02_content .area02_box_content .area02_box_book{
	width: 173px;
	margin: 0 auto 10px;
	position: relative;
}
.area02 .area02_content .area02_box_content .area02_box_book:after{
	content: "";
	width: 68px;
	height: 63px;
	background: url(../../sub-img/page-5278/book_hukidashi.svg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	z-index: 100;
	position: absolute;
	bottom: 10px;
	right: -60px;
}
.area02 .area02_content .area02_box_content .area02_box_book:hover:after{
	background: url(../../sub-img/page-5278/book_hukidashi_black.svg);
	background-repeat: no-repeat;
	background-position: top;
}
.area02 .area02_content .area02_box_content .area02_box_movie{
	width: 173px;
	margin: 0 auto;
	position: relative;
}
.area02 .area02_content .area02_box_content .area02_box_movie:hover{
	filter: brightness(150%);
}
.area02 .area02_content .area02_box_content .area02_box_movie:after{
	content: "";
	width: 130px;
	height: 72px;
	background: url(../../sub-img/page-5278/Interview_txt.svg);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	z-index: 100;
	position: absolute;
	bottom: 10px;
	right: -30px;
}
.area02 .area02_content .area02_box_content .area02_box_movie::before{
	content: "";
	width: 40px;
	height: 28px;
	background: url(../../sub-img/page-5278/youtubr_btn.svg);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	z-index: 100;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.area02 .class04 h3,
.area02 .class05 h3,
.area02 .class06 h3{
	background: #ec6c00;
}
.area02 .class07 h3,
.area02 .class08 h3{
	background: #1f2a66;
}
.area02 .class09 h3{
	background: #0091d2;
}
.area02 .class02 .area02_box_content{
	background: linear-gradient(rgb(248, 206, 205), rgb(232, 68, 51));
}
.area02 .class03 .area02_box_content{
	background: linear-gradient(rgb(155, 197, 233), rgb(98, 135, 196));
}
.area02 .class04 .area02_box_content{
	background: linear-gradient(rgb(255, 229, 145), rgb(243, 155, 0));
}
.area02 .class05 .area02_box_content{
	background: linear-gradient(rgb(255, 246, 145), rgb(150, 197, 25));
}
.area02 .class06 .area02_box_content{
	background: linear-gradient(rgb(249, 218, 232), rgb(240, 150, 140));
}
.area02 .class07 .area02_box_content{
	background: linear-gradient(rgb(161, 217, 246), rgb(58, 90, 134));
}
.area02 .class08 .area02_box_content{
	background: linear-gradient(rgb(222, 211, 153), rgb(187, 151, 19));
}
.area02 .class09 .area02_box_content{
	background: linear-gradient(rgb(167, 219, 246), rgb(73, 169, 224));
}
.ob_content.area02 .area02_content .area02_box_img img{
	width: 250px;
	height: 340px;
}
.ob_content.area02 .area02_content .area02_box_content{
	width: 230px;
  height: 340px;
}
.area03{
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}
.area03 .class_list_box h2{
	font-size: 130px;
	font-weight: bold;
	margin-bottom: 30px;
}
.area03 .class_list_box h2 span{
	font-size: 40px;
	display: block;
	margin-bottom: 10px;
}
.area03 .class_list_box h2 span:nth-child(2){
	font-size: 35px;
	font-weight: normal;
	display: block;
	margin-top: 10px;
}
.area03 .class_list_box .class_list .ttl{
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 20px;
}
.area03 .class_list_box .class_list .ttl span{
	display: block;
    font-size: 16px;
    padding-top: 0.5em;
}
.area03 .class_list_box .class_list li{
	margin-bottom: 50px;
}
.area03 .class_list_box .class_list li p span{
	font-size: 30px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.area03 .class_list_box .class_list li p span:before{
	content: url(../../sub-img/page-5278/icon_01.svg);
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-right: 0.5em;
}
.area03 .class_list_box .class_list li p:nth-child(2){
	font-size: 24px;
	line-height: 1.3em;
	margin-left: 80px;
}
.area03 .class_list_box .class_list .access{
	font-size: 24px;
	line-height: 1.3em;
	margin-left: 80px;
	margin-bottom: 30px;
}
.area03 .class_list_box .class_list li.icon_02 p span:before{
	content: url(../../sub-img/page-5278/icon_02.svg);
}
.area03 .class_list_box .class_list li.icon_03 p span:before{
	content: url(../../sub-img/page-5278/icon_03.svg);
}
.area03 .class_list_box .class_list li.icon_04 p span:before{
	content: url(../../sub-img/page-5278/icon_04.svg);
}
.area03 .class_list_box .class_list li.icon_05 p span:before{
	content: url(../../sub-img/page-5278/icon_05.svg);
}
.area03 .class_list_box .class_list li.icon_06 p span:before{
	content: url(../../sub-img/page-5278/icon_06.svg);
}
.area03 .class_list_box .class_list li.icon_07 p span:before{
	content: url(../../sub-img/page-5278/icon_07.svg);
}
.area03 .class_list_box .class_list li.icon_08 p span:before{
	content: url(../../sub-img/page-5278/icon_08.svg);
}
.area03 .class_list_box .class_list li.icon_09 p span:before{
	content: url(../../sub-img/page-5278/icon_09.svg);
}

.area04 .banner_content{
	width: 1000px;
	margin: 0 auto;
	background: #e3e3e3;
	margin-bottom: 50px;
	display: flex;
	padding: 26px;
	box-sizing: border-box;
  justify-content: space-evenly;
  align-items: center;
}
.area04 p{
	font-size: 22px;
	font-weight: bold;
}
.area04 p:nth-child(2){
	width: 333px;
}
.area04 p:nth-child(2):hover{
	opacity: 0.8;
}
@media screen and (max-width: 1280px){
	.class_btn .sotugyou_btn{
		width: 45%;
	}
	.class_btn .zaikou_btn{
		width: 45%;
	}
}
@media screen and (max-width: 1000px){
	.hiramatu_wrap{
		width: 98%;
		margin-bottom: 10vw;
	}
	.area01 .content_right{
		width: 45%;
	}
	.area01 .content_left .class_list>p{
		font-size: 22px;
	}
	.class_btn .zaikou_btn a{
		font-size: 30px;
	}
	.class_btn .sotugyou_btn a{
		font-size: 30px;
	}
	.area02{
		width: 95%;
		margin: 0 auto;
    margin-bottom: 10vw;
	}
	.area02 h2{
		width: 90%;
	}
	.area02 .area02_content .area02_box_content{
		width: 23vw;
		height: 45vw;
	}
	.area02 .area02_content .area02_box_content h4{
    margin: 2vw auto 0;
	}
	.area02 .area02_content .area02_box_img img{
		width: 25vw;
    height: 45vw;
	}
	.area02 .area02_content .area02_box_content .area02_box_book{
		width: 17.3vw;
    margin: 0 auto 1vw;
	}
	.area02 .area02_content .area02_box_content .area02_box_movie{
		width: 17.3vw;
	}
	.area02 .area02_content .area02_box_content .name{
    font-size: 3vw;
    margin: 3vw 0;
	}
	.area02 .area02_content .area02_box_content .name span{
		font-size: 1.8vw;
	}
	.area02 .area02_content .area02_box_content .area02_box_book:after{
		width: 6.8vw;
		height: 6.3vw;
		position: absolute;
		bottom: 1vw;
		right: -6vw;
	}
	.area02 .area02_content .area02_box_content .area02_box_movie:after{
		width: 13vw;
		height: 7.2vw;
		bottom: 1vw;
		right: -3vw;
	}
	.area02 .area02_content .area02_box_content .area02_box_movie::before{
		width: 4vw;
		height: 2.8vw;
	}
	.ob_content.area02 .area02_content .area02_box_content{
		width: 23vw;
		height: 34vw;
	}
	.ob_content.area02 .area02_content .area02_box_img img{
		width: 25vw;
		height: 34vw;
	}
	.area03{
    margin-bottom: 8vw;
	}
	.area03 .class_list_box h2{
		font-size: 13vw;
		margin-bottom: 3vw;
	}
	.area03 .class_list_box h2 span{
		font-size: 4vw;
		margin-bottom: 1vw;
	}
	.area03 .class_list_box h2 span:nth-child(2){
		font-size: 3.5vw;
		margin-top: 1vw;
	}
	.area03 .class_list_box .class_list .ttl{
		font-size: 3.8vw;
		margin-bottom: 2vw;
	}
	.area03 .class_list_box .class_list li{
    margin-bottom: 5vw;
	}
	.area03 .class_list_box .class_list li p span{
    font-size: 3vw;
	}
	.area03 .class_list_box .class_list .ttl{
    font-size: 3.8vw;
	}
	.area03 .class_list_box .class_list li{
    margin-bottom: 5vw;
	}
	.area03 .class_list_box .class_list li p span{
	}
	.area03 .class_list_box .class_list li p span:before{
		width: 7vw;
    height: 7vw;
	}
	.area03 .class_list_box .class_list li p:nth-child(2){
		font-size: 20px;
		margin-left: 8vw;
	}
	.area03 .class_list_box .class_list .access{
		font-size: 20px;
		margin-left: 8vw;
		margin-bottom: 3vw;
	}
	.area04 .banner_content{
		width: 80vw;
		margin-bottom: 5vw;
		padding: 2.6vw;
	}
	.area04 p:nth-child(1){
		width: 70%;
		font-size: 20px;
	}

@media screen and (max-width: 760px){
	.area01 .content_right{
		width: 100%;
		margin-bottom: 7.89vw;
	}
	.area01 .content_left{
		width: 80%;
		margin: 0 auto;
	}
	.area01 .content_right .book_img{
		width: 80%;
		margin-bottom: 4vw;
	}
	.area01 .content_left h2{
		font-size: 15.79vw;
	}
	.area01 .content_left h2 span:nth-child(1){
		font-size: 5.26vw;
	}
	.area01 .content_left h2 span:nth-child(2){
		font-size: 4.47vw;
	}
	.area01 .content_left .class_list>p{
		font-size: 4.74vw;
	}
	.area01 .content_left .class_list li{
		font-size: 4.21vw;
	}
	.area01 .content_left .class_list li:before{
		width: 5.92vw;
		height: 5.92vw;
	}
	.area01{
		margin-bottom: 7.89vw;
	}
	.class_btn{
		margin-bottom:13vw;
	}
	.class_btn .sotugyou_btn a{
    line-height: 1.2em;
		padding: 0.5em 0;
	}
	.class_btn .zaikou_btn a{
		line-height: 1.2em;
		padding: 0.5em 0;
	}

	.area02 h2{
		margin-bottom: 7.89vw;
	}
	.area02 .area02_content ul{
		flex-direction: column;
	}
	.area02 .area02_content li{
		width: 100%;
		max-width: none;
	}
	.area02 .area02_content .area02_box_content{
		width: 45vw;
		height: 90vw;
	}
	.area02 .area02_content .area02_box_img img{
		width: 48vw;
		height: 90vw;
	}
	.area02 .area02_content h3{
		line-height: 9.21vw;
		font-size: 3.95vw;
	}
	.area02 .area02_content .area02_box_content h4{
		margin: 4vw auto 0;
	}
	.area02 .area02_content .area02_box_content .name{
		font-size: 5.26vw;
		margin: 4vw 0;
	}
	.area02 .area02_content .area02_box_content .name span{
		font-size: 3.68vw;
	}
	.area02 .area02_content .area02_box_content .area02_box_book{
		width: 80%;
		margin: 0 auto 3vw;
	}
	.area02 .area02_content .area02_box_content .area02_box_movie{
		width: 80%;
	}
	.area02 .area02_content .area02_box_content .area02_box_book:after{
		width: 14vw;
		height: 14vw;
		bottom: 1vw;
		right: -15vw;
	}
	.area02 .area02_content .area02_box_content .area02_box_movie:after{
		width: 28vw;
		height: 14vw;
		bottom: 0vw;
		right: -5vw;
	}
	.ob_content.area02 .area02_content .area02_box_content{
		width: 45vw;
		height: 68vw;
	}
	.ob_content.area02 .area02_content .area02_box_img img{
		width: 48vw;
		height: 68vw;
	}
	.area03 .class_list_box .class_list li p:nth-child(2){
		font-size: 16px;
	}
	.area03 .class_list_box .class_list .access{
		font-size: 16px;
	}
	.area04 .banner_content{
		display: block;
	}
	.area04 .banner_content p:nth-child(1){
		width: 100%;
		text-align: center;
		margin-bottom: 1em;
		line-height: 1.5em;
	}
	.area04 .banner_content p:nth-child(2){
		width: 100%;
		max-width: 300px;
    margin: 0 auto;
	}
}
.area04 .banner_content p:nth-child(1) br{
	display: none;
}
@media screen and (max-width: 500px){
	.area02 .area02_content h3{
		line-height: 12vw;
		font-size: 5vw;
	}
	.area04 .banner_content p:nth-child(1){
		margin-bottom: 0.5em;
	}
	.area04 .banner_content p:nth-child(1) br{
		display: block;
	}
	.area04 .banner_content{
		width: 90vw;
	}
	.class_btn .sotugyou_btn a{
		font-size: 6vw;
	}
	.class_btn .zaikou_btn a{
		font-size: 6vw;
	}
	.area01 .content_left .class_list>p span{
		font-size: 14px;
	}
	.area03 .class_list_box .class_list .ttl span{
		font-size: 12px;
		font-weight: normal;
	}
}
