@charset "utf-8";

/*
============================================================
2026 0次募集コンテンツ　PC設定
============================================================
*/

* {box-sizing: border-box;}

img{height: auto;width: 100%;}

.main{
	width: 100%;
	overflow: hidden;
}


/* ---------------------------------------------------------
■ 準備中
--------------------------------------------------------- */

.preparation_mv{
	display:flex;flex-wrap:wrap;justify-content:center;
	width:100%;
	font-size:90px;
	padding:170px 0;
}

.preparation_mv > div{
	margin:auto 0;
	font-family:lineseed,sans-serif;
	color:#003685;
	font-weight:900;
	width:100%;
	line-height:1.2em;
}

.preparation_mv > div div:nth-child(1){font-size:.8em;line-height:1.2em;}
.preparation_mv > div div:nth-child(2){font-size:1.6em;padding-top:.2em;margin-right:-.5em;}

.preparation_text{
	font-family:lineseed,sans-serif;
	padding: 50px 30px;
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 900;
}


/* ---------------------------------------------------------
■ firstview
--------------------------------------------------------- */
#mv_area{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#mv_area h1{
	line-height:0;
}
#mv_area img{
  width: 100%;
}


/* ---------------------------------------------------------
■ ヘッダー
--------------------------------------------------------- */

header img{
	width: 85%;
	max-width: 877px;
	margin: auto;
}

.head-02.open {
  transform: translateX(70%);
  visibility: visible;
}
.lp-header__trigger.open span:nth-child(1) {
  transform: rotate(45deg);
}

.lp-header__trigger.open span:nth-child(2) {
  opacity: 0;
}

.lp-header__trigger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.head-wrap {
  position: relative;
}
.head-nav {
  display: flex;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.head-nav img {
  margin: 0 auto;
  display: block;
}
.head-items {
  display: flex;
  list-style: none;
  color: #ffffff;
  padding: 0;
  margin: 0 0 0 auto;
}
.head-items li {
  margin-right: 3em;
}
@media screen and (max-width: 1000px) {
  .head-items li {
    margin-right: 1.8em;
  }
}

.head-items a {
  text-decoration: none;
  color: #ffffff;
}
.head-items a:hover {
  color: #c6c6c6;
}
.lp-header__trigger {
  position: absolute;
  z-index: 5;
  top: 16px;
  right: 10px;
  background: none;
  border: none;
  padding: 0;
  height: 24px;
  cursor: pointer;
  margin: 0 0 0 auto;
  display: none;
}
.lp-header__trigger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #e6e6e6;
  margin-bottom: 7px;
  transform-origin: center left;
  border-radius: 1px;
  transition: all 600ms ease;
}
.lp-header__trigger.open span{
  width: 25px;
}

.head-02 {
  width: 100%;
  transform: translateX(100%);
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 50px;
  padding-bottom: 21px;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 1;
  transition: all 600ms ease;
  visibility: hidden;
}
.head-02__wrap {
  padding: 0 10px;
}
.head-02 hr {
  margin: 0;
}
hr {
  border: none;
  border-top: 1px solid #888888;
  background: transparent;
}
.head-02__item {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 33%;
  color: #c6c6c6!important;
  padding: 17px;
}

.head-nav .head-logo{
  margin-left: 10px;
  width: 230px;
}

/*-----------------------------------------
 TOP申し込みボタン
 -----------------------------------------*/
.head_apply_btn a{
	position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
    background-color:#FFF000;
    border: 3px solid #FFF000;
	padding:6px 12px;
    border-radius: 3px;
    transition: .2s;
}
.head_apply_btn a span{margin:auto 0;display:block;}
.head_apply_btn a span:nth-child(1){width:30px;line-height:0;transition: .2s;}
.head_apply_btn a svg{transition: .2s;}
.head_apply_btn a svg path {fill:#222;stroke-width: 0px;}
.head_apply_btn a span:nth-child(2){width:calc(100% - 35px);color:#222;font-weight:700;}

@media screen and (min-width:768px) {
	.head_apply_btn a:hover{background-color:rgba(0,0,0,0);}
	.head_apply_btn a:hover span:nth-child(2){color:#FFF000;}
	.head_apply_btn a:hover svg path {fill:#FFF000;}
}

/*-----------------------------------------
 TOPバナーエリア
 -----------------------------------------*/

.top_banner_area{padding:30px;}

.orientation_banner a{
	display:block;
	max-width:900px;
	margin:auto;
	transition:.2s;
}

@media screen and (min-width:768px) {
	.orientation_banner a:hover{opacity:.7;}
}


/*-----------------------------------------
 平日本科コース
 -----------------------------------------*/

.course_box{padding:55px 0 0;}

.course_h2box{
	background-color:#1b1c80;
	padding:60px 30px;
}
.course_h2box h2{
	margin: auto;
	max-width:1050px;
	display:flex;
	flex-wrap:wrap;
	gap:1.5%;
}
.course_h2box h2 span{display:block;margin:auto 0 0;line-height:0;}
.course_h2box h2 > span:nth-child(1){width:10%;}
.course_h2box h2 > span:nth-child(2){width:70%}
.course_h2box h2 > span:nth-child(2) > span{
	color:#fff;line-height:1.2em;font-size:40px;font-weight:900;text-align:left;padding-bottom:4px;
}
.course_h2box h2 > span:nth-child(3){width:17%;border:2px solid #fff;padding:.8% 2%;}
.course_h2box h2 > span:nth-child(3) img[src*="202"]{width:96%;padding-bottom:2px;}
.course_h2box h2 > span:nth-child(3) img[src*="year"]{width:60%;}


.course_main{
	margin:auto;
	max-width:1360px;
	padding:60px 30px;
}

.course_inner{
	display:flex;
	flex-wrap:wrap;
	gap:2%;
	padding-bottom:40px;
}

.course_inner.rtl{
	flex-direction: row-reverse;
}

.course_textbox{width:54%;}
.course_textbox h3{
	background-color:#00a9de;
	display:flex;
	flex-wrap:wrap;
}
.course_textbox h3 span{display:block;margin:auto 0;text-align:center;line-height:0;}
.course_textbox h3 span:nth-child(1){
	position:relative;
	background-color:#00489d;
	padding:2% 1.5%;
	width:28%;
}
.course_textbox h3 span:nth-child(1) img{width:80%;}

.course_textbox h3 span:nth-child(1)::after{
	position:absolute;
	content:"";
	top:0;
	right:-19.8%;
	height:100%;
	width:20%;
	background-color:#00489d;
	clip-path: polygon(100% 100%, 0% 0%, 0% 100%);
}
.course_textbox h3 span:nth-child(2){
	width:72%;
	padding:2% 6.5%;
	padding-left:8%;
}

.course_textbox h4{
	text-align:left;
	color:#002c69;
	font-family:lineseed,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight:700;
	font-size:27px;
	padding:5px;
}

.course_textbox > div{
	padding:0 5px;
	font-family:lineseed,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.course_imbbox{
	margin-bottom:auto;
	width:44%;line-height:0;
	box-shadow:0 0 8px rgba(0, 0, 0, 0.3);
}



/*-----------------------------------------
 キャンペーン
 -----------------------------------------*/

.campaign_area{
	background-color:#FFF000;
	padding:120px 30px 180px;
	background-image:url("../images/campaign_bk.webp");
	background-position:top center;
	background-repeat: no-repeat;
	background-size:120%;
}
.campaign_box{
	margin: auto;
	max-width:1200px;
}

.campaign_main h2{
	display: flex;
	flex-wrap: wrap;
	line-height:0;
}
.campaign_main h2 img{margin: auto 0;}
.campaign_main h2 img:nth-child(1){width:44%;}
.campaign_main h2 img:nth-child(2){width:57%;margin-left:-1%;}

.campaign_period{margin: auto;max-width:500px;padding:30px 0 0;}

.campaign_detail{
	position:relative;
	margin: auto;
	max-width:1200px;
	padding:20px 0;
}

.campaign_detail img[src*="ambassador"]{
	position:absolute;
	top:-10%;
	right:-14%;
	width:37%;
}

.campaign_note{
	background-color:#fff;
	padding:10px 25px;
	text-align:left;
	font-size:14px;
}


/*-----------------------------------------
 申し込みボタン アンバサダー
 -----------------------------------------*/
.apply_area{
	background-image: url("../images/apply_bk.webp");
	background-size: cover;
	background-repeat: no-repeat;
}

.apply_box{
	padding:0 30px;
	margin: auto;max-width:1200px;
}

.apply_wrap{display:flex;flex-wrap:wrap;}

.apply_imgbox{
	position:relative;
	width:42%;
	line-height:0
}
.apply_imgbox img[src*="chance"]{
	position:absolute;
	top: 6%;
	right: -53%;
	width: 83%;
	transform:rotate(-6deg);
}

.apply_imgbox img[src*="ambassador"]{
	margin-top: -20%;
	margin-bottom: -25%;
}

.apply_textbox{
	margin-top:auto;
	width:58%;
}

.apply_button_box{
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	width:70%;
	padding:20px 0 80px;
}
.apply_button_box a{
	position: relative;
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	width:100%;
	background-color:#1b1c80;
	border:3px solid #1b1c80;
	border-radius:10px;
	transition:.2s;
}
.apply_button_box a::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	vertical-align: middle;
	right:25px;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border-top:solid 2px #fff;
	border-right:solid 2px #fff;
	z-index: 1;
	transition:.2s;
}

.apply_button_box a span:nth-child(1){width:calc(40% - 10px);text-align:right;line-height:0;}
.apply_button_box a span:nth-child(2){width:60%;text-align:left;transition:.2s;}

.apply_button_box a[href*="data-hope=admission"] svg{width:46px;}
.apply_button_box a[href*="data-hope=admission"]{padding:10px 0 10px;}

.apply_button_box a[href*="data-hope=data"] svg{width:40px;margin:0 3px;}
.apply_button_box a[href*="data-hope=data"]{padding:7px 0 7px;}

.apply_button_box a svg path{fill:#fff;stroke-width:0px;transition:.2s;}
.apply_button_box a svg rect{fill:#fff;stroke-width:0px;transition:.2s;}

.apply_button_box a span{margin:auto 0;display:block;}

.apply_button_box a span:nth-child(2){
	color:#fff;
	font-family:lineseed,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight:900;
	font-size:28px;
}

@media screen and (min-width: 768px) {
	.apply_button_box a:hover{background-color:rgba(255,255,255,0);}
	.apply_button_box a:hover span:nth-child(2){color:#1b1c80;}
	
	.apply_button_box a:hover::after{border-color:#1b1c80;}
	
	.apply_button_box a:hover svg path{fill:#1b1c80;}
	.apply_button_box a:hover svg rect{fill:#1b1c80;}
}

/*-----------------------------------------
 合格実績
 -----------------------------------------*/

.result_area{
	position: relative;
	background-color:#e4007f;
}

.result_area::before,.result_area::after{
	content:"";
	position: absolute;
	bottom: 0;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	aspect-ratio:16 / 5;
}
.result_area::before{
	left:0;
	width:50%;
	background-position: bottom left;
	background-image: url("../images/result_bottom_left.webp");
}
.result_area::after{
	right:0;
	width:40%;
	background-position: bottom right;
	background-image: url("../images/result_bottom_right.webp");
}


.result_h2box{
	padding:80px 20px 60px;
}

.result_h2box h2{
	display: flex;
	flex-wrap: wrap;
	gap:5%;
	margin: auto;
	max-width:900px;
}

.result_h2box h2 img{margin: auto 0;}
.result_h2box h2 img[src*="badge"]{width:28%;}
.result_h2box h2 img[src*="text"]{width:67%;}

.imgline_box {
	display: flex;
	align-items: center;
	overflow:hidden;
}

.imgline {
	display:flex;
	width:100%;
	width:min-content;
	animation: 80s linear infinite sliderAnimation;
}

@keyframes sliderAnimation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.imgline_inner{
	width:360px;
	position:relative;
	padding:10px;
}

.result_button{
	padding:100px 30px 200px;
}

.result_button a{
	position:relative;
	margin: auto;
	max-width:900px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	gap:.1em;
	border:4px solid #fff;
	color:#fff;
	font-size:30px;
	letter-spacing:0.05em;
	font-family:lineseed,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	border-radius:2em;
	transition:.2s;
}

.result_button a span:nth-child(1){font-size:150%;font-weight:900;}
.result_button a span:nth-child(2){font-weight:900;padding-bottom:.2em;}
.result_button a span:nth-child(3){font-weight:700;font-size:150%;letter-spacing:-0.1em;padding-left:.5em;}

@media screen and (min-width: 768px) {
	.result_button a:hover{
		background-color:#fff;
		color:#e4007f;
		filter: drop-shadow(0 0 5px rgba(0,0,0,.3));
	}
}


/*-----------------------------------------
 指導スタイル
 -----------------------------------------*/

.method_area{
	background-image: repeating-linear-gradient(333deg, #ffff0057, #ffff0057 8px, transparent 8px, transparent 16px);
}

.method_h2box{background-color: #1b1c80;}

.method_h2inner{
	position:relative;
	z-index:3;
	display:flex;flex-wrap:wrap;
	justify-content: flex-end;
	margin: auto;
	max-width:1500px;
	padding:0 30px;
}

.method_h2inner > img[src*="ambassador"]{
	position: absolute;
	width:34%;
	top:-10%;
	left:-3%;
}

.method_h2inner h2{
	position:relative;
	width:68%;
	padding:30px 0 10px;
}

.method_h2inner h2 img[src*="sub"]{
	position: absolute;
	top: -14%;
	left: -16%;
	width: 60%;
	transform:rotate(-6deg);
	filter:drop-shadow(0 0 3px rgba(0,0,0,.6));
}

.method_h2_triangle{
	margin-top:-.5px;
	position: relative;
	z-index:1;
	width: 100%;
    height: auto;
	aspect-ratio:12 / 1;
    background-color:#1b1c80;
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}


/*---------------------*/
.method_main{padding: 160px 0 100px;}

.method_wrap{
	margin: auto;
	max-width:1200px;
}

.method_inner{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	gap:2%;
}
.method_inner.rtl{
	flex-direction:row-reverse;
}

.method_textbox{
	position: absolute;
	background-color:#fff;
	text-align:left;
}

.method_num{
	display: inline-block;
	background-color:#FFF000;
	font-family:lineseed,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	padding:2px 15px;
	font-size:20px;
	font-weight:900;
}

.method_textbox h3{
	display:flex;
	flex-wrap:wrap;
	align-items: flex-start;
	font-family:lineseed,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size:40px;
	font-weight:900;
	line-height:1em;
	padding-top:10px;
}
.method_textbox h3 span{font-size:70%;margin: auto 0 .2em;}
.method_textbox h3 i{
	font-style:normal;
	font-size:17px;
	font-weight:700;
	padding-top:5px;
	line-height:0em;
}



.method_imgbox{
	position:relative;
	z-index:5;
}

.method_inner:nth-child(1) .method_textbox{
	width:50%;
	padding:40px calc(4% + 40px) 40px 40px;
	top:-40px;
	left:0;
}
.method_inner:nth-child(1) .method_imgbox{
	width:54%;
}

.method_inner:nth-child(2){margin:auto;max-width:960px;padding-bottom:60px;}
.method_inner:nth-child(2) .method_textbox{
	width:60%;
	padding:40px calc(4% + 40px) 40px 40px;
	top:40px;
	right:0;
}
.method_inner:nth-child(2) .method_textbox img[src*="tablet"]{
	position:absolute;
	width: 28%;
	bottom: -48px;
	right: 7%;
	transform:rotate(-5deg);
}
.method_inner:nth-child(2) .method_imgbox{
	width:54%;
}
.method_inner:nth-child(2) > img[src*="ambassador"]{
	position:absolute;
	z-index:6;
	width: 53%;
    bottom:0;
    right: -7%;
	transform: rotate(2deg);
	filter:drop-shadow(2px 2px 2px rgba(0,0,0,.55));
}

.method_inner:nth-child(3) .method_textbox{
	width:54%;
	padding:40px calc(4% + 40px) 40px 40px;
	top:50px;
	left:0;
}
.method_inner:nth-child(3) .method_imgbox{
	width:50%;
}


/*-----------------------------------------
 校舎検索
 -----------------------------------------*/

.school_box{padding:60px 20px;}
.map_area{padding:2rem 0;}

.map_title_area h2{
	font-family:lineseed,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size:40px;
	font-weight:900;
}

.map_box{
	max-width:1000px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	border-right: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;
}

.map_box > div:nth-child(1){width:calc(50% - 1px);border-right: 1px solid #7f7f7f;}
.map_box > div:nth-child(2){width:50%;}

.map_inner .img-area{
	text-align: center;
	margin:auto;
	line-height: 0;
}

.map_inner .img-area img{
	width:auto;
}

.map_box .title-area{
	margin-bottom:1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.map_box .title-area a{
	color:#231815;
	text-decoration:none;
}
.map_box .title-area a:hover{
	text-decoration:underline;
}

.map_box .title-area h3{
	font-family:lineseed,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight:700;
	font-size:30px;
	line-height:1.3em;
	margin:0;
	text-align:center;
}
.search-btn{
	font-family:lineseed,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align:center;
	font-size:18px;
}





.list_map_note{
	padding:0 2rem 2rem;
	font-size:1.4rem;
	text-align: center;
}


/*-----------------------------------------
 申し込みボタンエリア
 -----------------------------------------*/

.button_area{}

.button_area{
	padding:60px 30px;
}


.normal_button{
	display:flex;
	flex-wrap:wrap;
	margin: auto;
	max-width:800px;
	gap:25px;
	justify-content:center;
}
.normal_button a{
	position:relative;
	display:flex;
	flex-wrap: wrap;
	gap:10px;
	width:calc((100% - 25px)/ 2);
	padding:10px 30px;
	background-color:#444;
	font-size:30px;
	color:#fff;
	border-radius:8px;
	transition:.2s;
}
.normal_button a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right:25px;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border-top:solid 2px #fff;
	border-right:solid 2px #fff;
	z-index: 1;
	transition:.2s;
}

.normal_button a span:nth-child(1){width:calc(40% - 10px);text-align:right;line-height:0;}
.normal_button a span:nth-child(2){width:60%;text-align:left;}

.normal_button a[href*="data-hope=admission"] svg{width:46px;}
.normal_button a[href*="data-hope=admission"]{padding:10px 0 10px;background:linear-gradient(to right,#F90085,#FF9700);}

.normal_button a[href*="data-hope=data"] svg{width:40px;margin:0 3px;}
.normal_button a[href*="data-hope=data"]{padding:7px 0 7px;background:linear-gradient(to right,#0008B3,#00B7CC);}

.normal_button a svg path{fill:#fff;stroke-width:0px;}
.normal_button a svg rect{fill:#fff;stroke-width:0px;}

.normal_button a span{margin:auto 0;display:block;}

.normal_button a span:nth-child(2){
	color:#fff;
	font-family:lineseed,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight:900;
	font-size:28px;
}

@media screen and (min-width: 768px) {
	.normal_button a:hover{opacity:.7;}	
}


/*-----------------------------------------
 サナルの学び
 -----------------------------------------*/


.manabi_box{
	padding:60px 0;
	font-family:lineseed,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.manabi_h2box{
	background-color:#1b1c80;
	padding:10px 20px;
}
.manabi_h2box h2{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items: center;
	color:#fff;
	font-size:40px;
	letter-spacing:0.05em;
}
.manabi_h2box h2 span:nth-child(1){font-weight:700;}
.manabi_h2box h2 span:nth-child(2){font-size:1.8em;font-weight:900;}
.manabi_h2box h2 span:nth-child(2) i{font-size:.8em;font-style:normal;}


.manabi_list{
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	max-width:1360px;
	gap:20px;
	padding:30px;
}

.manabi_inner{
	width:calc((100% - (20px * 3))/ 4);
	margin:0 auto auto;
}

.manabi_main_text{
	position: relative;
	min-height:190px;
}


.manabi_grade{
	margin-bottom:0;
	padding: 5px 0 0;
	font-weight:700;
}
.sanasta .manabi_grade{color:#e42c83;}
.chuju .manabi_grade{color:#349934;}
.kobetsu .manabi_grade{color:#f39a00;}
.high .manabi_grade{color:#23b8c5;}


.manabi_inner h3{
	padding: 5px;
	color:#fff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 0;
}

.sanasta h3{background-color:#e42c83;}
.chuju h3{background-color:#349934;}
.kobetsu h3{background-color:#f39a00;}
.high h3{background-color:#23b8c5;}


.manabi_inner h4{
	text-align: left;
	font-weight:700;
	color:#333;
	font-size: 120%;
	margin-bottom:5px;
}

.manabi_link{
	position:relative;
	display:block;
	text-align:center;
	font-weight:700;
	width:100%;
	padding:10px;
	border:solid 3px #aaa;
	transition: .2s;
}
.manabi_link::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 15px;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	border-top: 3px solid #aaa;
	border-right: 3px solid #aaa;
	z-index: 1;
	transition: .2s;
}

.sanasta .manabi_link{color:#e42c83;border-color:#e42c83;}
.sanasta .manabi_link:after{border-top-color:#e42c83;border-right-color:#e42c83;}

.chuju .manabi_link{color:#349934;border-color:#349934;}
.chuju .manabi_link:after{border-top-color:#349934;border-right-color:#349934;}

.kobetsu .manabi_link{color:#f39a00;border-color:#f39a00;}
.kobetsu .manabi_link:after{border-top-color:#f39a00;border-right-color:#f39a00;}

.high .manabi_link{color:#23b8c5;border-color:#23b8c5;}
.high .manabi_link:after{border-top-color:#23b8c5;border-right-color:#23b8c5;}


@media screen and (min-width: 768px) {
	.manabi_link:hover{color:#fff;}
	.manabi_link:hover::after{border-top-color:#fff;border-right-color:#fff;}
	
	.sanasta .manabi_link:hover{background-color:#e42c83;}
	.chuju .manabi_link:hover{background-color:#349934;}
	.kobetsu .manabi_link:hover{background-color:#f39a00;}
	.high .manabi_link:hover{background-color:#23b8c5;}

}


/*-----------------------------------------
 バナーエリア
 -----------------------------------------*/

.bottom_banner_area{
	padding:60px 30px;
}

.bottom_banner_box{
	display: flex;
	flex-wrap: wrap;
	gap:25px;
	margin: auto;
	max-width: 900px;
}

.bottom_banner_box a{
	display: block;
	width:100%;
	line-height:0;
	transition:.2s;
}

@media screen and (min-width:768px) {
	.bottom_banner_box a:hover{opacity:.7;}
}
