@charset "utf-8";
/* 共通
---------------------------------------------- */
/* PC 非表示 */
.pc_none {
 display: none;
}
/* スマホトップバナー　※PCでSPサイトを開いた場合 */
#spBnr {
 display: none;
}
/* .clearfix */
.clearfix {
 *zoom: 1;
}
.clearfix:after {
 content: '';
 display: table;
 clear: both;
}
.clear_left {
 clear: left;
}
/* 高汎用 */
.centering {
 text-align: center;
}
.font_bold {
 font-weight: 900;
}
.font_bold_110 {
 font-weight: 900;
 font-size: 110%;
}
.font_bold_red {
 font-weight: 900;
 color: #e04a70;
}
.no_margin {
 margin: 0 !important;
}
/* backtop */
.backtop {
 position: fixed;
 width: 60px;
 right: 5px;
 bottom: 5px;
}
.backtop > a {
 display: block;
}
.backtop img {
 margin: 0;
}

/* リンクチップ */
.linkChip {
 z-index: 3;
 position: fixed;
 width: 100%;
 text-align: center;
 left: 0;
 bottom: 0;
 background-color: #e37a96;
}
.linkChip > a {
 display: block;
 border-top: 4px solid #000;
 color: #fff;
 text-shadow: 2px 2px 0px #000;
 font-size: 200%;
 font-weight: 900;
 padding: 0.2em 1em;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.linkChip span.c_yellow {
 color: #ffff73;
}
.linkChip span.small {
 font-size: 80%;
}
.linkChip img {
 vertical-align: middle !important;
 margin-left: 0.5em;
}
/* パンくず */
#breadCrumb {
 width: 1040px;
 margin: 0 auto 10px;
}
#breadCrumb ol li {
 display: inline-block;
 font-size: 12px;
 height: 16px;
 padding: 0 1em 0 2em;
 position: relative;
}
#breadCrumb ol li, #breadCrumb ol li a {
 line-height: 16px;
}
#breadCrumb ol li:first-of-type {
 background: url(/files/img/common/icon_home_01.png) no-repeat left center;
 padding-left: 20px;
}
#breadCrumb ol li:not(:first-of-type)::before {
 content: '';
 display: block;
 width: 1em;
 height: 100%;
 background: url(/files/img/common/icon_arrow_03.png) no-repeat center center;
 position: absolute;
 left: 0;
 bottom: 0;
}
#tokuwari .infoTitle > .intro p {
 font-size: 14px;
 padding: 1em 2em;
}
/* サービスバナー　※コンテンツ下部
---------------------------------------------- */
#other_service_sp{
 display: none;
}
img.rakusearch {
 width: 720px !important;
 margin: 0 0 10px 0;
}
#other_service {
 width: 100%;
 margin: 0 0 4em 0;
 padding: 1em 0;
 background-color: #ECECEC;
 border-top: 3px solid #212121;
 border-bottom: 3px solid #212121;
}
#other_service div {
 width: 1040px;
 margin: 0 auto;
 height: auto;
 text-align: center;
}
#other_service ul {
 list-style: none;
 display: block;
 width: 1040px;
 margin: 0 auto;
}
#other_service ul li {
 display: block;
 float: left;
 width: 19%;
 margin: 0 1% 10px 0;
}
#other_service div.before {
 margin: 0 auto 0.5em auto;
 border-bottom: 1px dotted #333;
}
#other_service img {
 width: 100%;
}
#other_service h3 {
 font-weight: 900;
 font-size: 200%;
 display: block;
 margin: 0 auto 0.5em auto;
 padding: 0;
}


/* コンテンツ全体、MV
---------------------------------------------- */
#closed{
width: 1160px;
height: 1778px;
 padding: 40px 20px;
 margin: 0 auto;
 background-image: url("../img/closed.jpg");
 background-repeat: no-repeat;
}
#closed h2{
 font-size: 200%;
 font-weight: 900;
 color: #fff;
 line-height: 1.6em;
 text-align: center;
 text-shadow: 2px 2px 1px #000,
             -2px 2px 1px #000,
             2px -2px 1px #000,
             -2px -2px 1px #000;
}
#tokuwari {
 margin: 0 auto;
 transition: ease-in-out 1.4s;
 font-size: 16px !important;
 line-height: 1.5em !important;
}
#tokuwari .keyV {
 width: 100%;
 background: #befbfe;
 background-image: url("../img/bg01.jpg");
 background-position: center;
 background-size: cover;
 background-position: 0% 95%; 
 text-align: center;
}
#tokuwari .keyV .inner {
 width: 1040px;
 height: auto;
 margin: 0 auto;
}
#main_theme {
 width: 1200px;
 height: 300px;
 margin: 0 auto;
 padding: 0;
 background-image: url(../img/mv.png);
 background-repeat: no-repeat;
 background-size:100%;
 position: relative;
}
.theme_red {
 display: block;
 margin: 0 0 30px 0;
 color: #ed1c25;
 font-weight: 900;
 font-size: 140%;
}
ul.theme_wrapper{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.theme_wrapper li{
	float: left;
	margin: 0;
	padding: 0;
}
ul.theme_wrapper li.theme_left{
	width: auto;
}
ul.theme_wrapper li.theme_right{
	width: auto;
}
.color3moji{
	font-weight: 900;
	margin: 0 0 20px 0!important;
	padding:0;
	font-size: 80px!important;
	color:#f52800;
}
.color3moji span{
	padding: 0 15px;
	margin: 0 5px 0 0;
	font-size: 110%!important;
	line-height:1em!important;
	border-radius:15px;
}
.color3moji span.sho{
	background-color: #ed1c25;
	color: #fff;
}
.color3moji span.ki{
	background-color: #febf0c;
	color: #ed1c25;
}
.color3moji span.wari{
	background-color: #93c65a;
	color: #fff;
}
p.campaign{
	color: #f52800;
	font-weight: 900;
	font-size: 35px;
	display: block;
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 1.2em!important;
}
ul.theme_wrapper li.theme_left h1 {
 color: #f52800;
 font-weight: 900;
 text-align: right;
 display: block;
 line-height: 1em !important;
 margin: 0 20px 0 0;
 padding: 0;
}

.headLine06{
    text-align: center;
    font-size: 200%;
    padding: 45px 0;
    background: #fbf6ca;
    color: #000;
}

.inner{
width: 1040px;
display: block;
margin: 0 auto;
}

.comTextLink li{
width: 336px;
}



/* .band
---------------------------------------------- */
.band,
.band_f{
 width: 100%;
 padding: 1em 0;
 background-color: #ff4b7d;/*ユニライダーの襟の青*/
 font-size: 90%;
 margin: 0;
 padding-bottom: 0.9rem;
}
.band p,
.band_f p{
 display: block;
 width: 1040px;
 margin: 0 auto;
 color: #fff;
 font-weight: 900;
 font-size: 180%;
 text-align: center;
 line-height: 1.2em;
}
.band span {

}
.band_f p{
 position: relative;
}
.band_f p:before {
 content: '';
 display: block;
 width: 40px;
 height: 54px;
 background-image: url("../img/fingerL.png");
 background-repeat:no-repeat;
 background-size:40px 54px;
 position: absolute;
 left: 0;
 bottom: -15px;
}
.band_f p:after {
 content: '';
 display: block;
 width: 40px;
 height: 54px;
 background-image: url("../img/fingerR.png");
 background-repeat:no-repeat;
 background-size:40px 54px;
 position: absolute;
 right: 0;
 bottom: -15px;
}

/* #gaiyou
---------------------------------------------- */
#gaiyou{
/*	width:1040px;*/
	margin:0 auto;
	padding:30px 0;
    background: #fff8f8;
    
}
#gaiyou img{
display: block;
    margin: 0 auto;
    margin-top: 20px;
}
#gaiyou h2{
font-size: 5rem;
    margin-top: 30px;
    text-align: center;
    color: #ff4b7d;
    font-weight: bold;
    margin-bottom: 20px;
}
#gaiyou h2 span{
    font-size: 50%;
    display: block;
    line-height: 3;
}

#gaiyou .gokakumae{
font-size: 170%;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
    margin: -70px;
}
#gaiyou .gokakumae img{
width: 380px;
    position: relative;
    top: -98px;
    left: -239px;
}
#gaiyou .gokakumae span{
    color: #FF0004;
}
.gaiyou1{
width:1040px;
margin:0 auto;
background-size: 100% auto; 
}
.gaiyou1 p{
 display: block;
 line-height: 1.8em;
 font-size: 2.3rem;
 margin-bottom: 50px;
 width: 90%;
 margin: 0 auto;
 margin-top: 40px;
 margin-bottom: 40px;
}
.gaiyou1 p span{
    font-weight: bold;
}
.gaiyou1 ul{
　display: flex;
　justify-content: space-evenly;
　width: 700px;
　margin: 0 auto;
}
.gaiyou1 ul li{
 width: 288px;
 height: 189px;
}
.gaiyou1 ul li p{
 display: block;
 color: #000;
 background-color: #fff100;
/* border-radius:10px;*/
 font-weight: 900;
 text-align: center;
width: 100%;
    margin: 0;
    margin-bottom: 20px;
    font-size: 97%;
        position: relative;
    top: 130px;
}

#gaiyou_sp{
 display: none!important;
}

.notice{
    font-size: 80%;
    text-align: right;
    margin-top: 10px;
    padding-right: 19px;
}

#gaiyou .pc_none {
 display: none;
}

#gaiyou ul{
	display: flex;
    justify-content: space-evenly;
    width: 1040px;
    margin: 0 auto;
	margin-bottom: 80px;
}

#gaiyou .recommend{
	font-size: 3.5rem;
	font-weight: 700;
	text-align: center;
    margin-bottom: 30px;
}
#gaiyou .recommend span{
	font-family: "Pacifico", cursive;
	display: block;
	line-height: 2;
	color: #ff7b27;
	font-style: normal;
	font-size: 130%;
	font-weight: 100;
}

/*特典*/

.tokuten{
    width: 1040px;
    margin: 0 auto;
}

.tokuten p{
    background: #ffdee6;
    padding: 5px;
    text-align: center;
    padding-top: 7px;
}

.tokuten ul{
    display: flex;
    justify-content: center; 
    flex-wrap: wrap;
}

.tokuten .notice{
    font-size: 90%;
    background: none;
    text-align: end;  
}







/*.chushaku
---------------------------------------------- */

#note {
 width: 100%; /*original:980px*/
 background-color: #FFFEEA;
}

.chushaku {
 width: 1040px; /*original:980px*/
 padding: 20px;
 margin:0 auto 1em auto;
}
.chushaku p {
 font-size: 110%;
 font-weight: 700;
 margin: 0 0 0.5em 0;
 display: block !important;
}
.chushaku ul {
 display: block;
 margin-left: 3rem;
}
.chushaku ul li {
 line-height: 1.5em;
 font-size: 90%;
 list-style: circle;
}
.chushaku li.hatena{
 color: #f00;
}
.chushaku ul li.kome {
 background-image: url(../img/kome_black.png);
 background-repeat: no-repeat;
 background-size: 10px;
 background-position: left 4px;
}


.doragonbox{
    height: 0;
}
.doragon{
width: 34%;
position: relative;
left: 81%;
}


#nav{
 margin: 0 auto;
 margin-bottom: 60px;
}    
#nav .check{
    position: relative;
    top: -60px;
}
#nav .check .box{
    display: flex;
}
#nav .check p{
    width: 552px;
    position: relative;
    left: 458px;
    top: 127px;
    line-height: 1.8;
} 
#nav .check p span{
    font-size: 120%;
    font-weight: bold;
    color: #03A9F4;
}

#nav .check .check02{
    width: auto;
    height: 100%;
    position: relative;
    top: 136px;
}


.sclNameBox .headLine03 {
    font-size: 3rem;
}
   
/*学校検索エリア*/

#search{
    margin: 100px auto 100px;
}
#search h2{
    font-size: 150%;
    text-align: center;
     background-image: url("../img/sumdaruma.png");
    background-position-x: 70%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    background-clip: border-box;
    line-height: normal;
    padding-top: 22px;
    border-bottom: #2196EF 3px solid;
}
#search .step{
    margin: 60px 0;
    text-align: center;
    margin-bottom: 100px;
}
#search .step .red{
    color: red;
    font-weight: bold;
    display: inline-block;
}
#search .step .blue{
    color: #0B27C7;
    font-weight: bold;
}
#search .step h3{
	font-size: 3rem;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.3em;
	border-radius: 20px;
	padding: 0.3em 0.3em 0.3em 0;
}

#search .step h3 span{
    font-family: "Bungee Tint", serif;
	font-size: 3rem;
	background: #ffd1bf;
    padding: 6px 16px;
	border-radius: 10px;
	color: #fff;
	position: relative;
	top: -7px;
	display: block;
	float: left;
	margin-right: 0.5em;
}
#search .step h3 span.arow{
	font-size: 3rem;
	background: none;
	border-radius: none;
	color: #D02D30;
	border: unset;
    padding: 0;
    position: unset;
    padding-right: 0;
    margin-right: 8px;
}

#search .step p{
    text-align: left;
    margin: 20px 0;
    margin-left: 118px;
}

#search .step img{
    margin: 0 auto;
}




#search .bt0{
    margin-bottom: 0;
}

#search .searchnav{
    margin-bottom: 70px;
	margin-top: 75px;
}

#search .searchnav a{
    display: block;
    background: #2196F3;
    padding: 30px;
    font-size: 2.5rem;
    text-align: center;
    border-radius: 50px;
    width: 55%;
    color: #fff;
    margin: 0 auto;
}

#search .searchnav a:hover{
    background: #000;
}


/*ここまで学校検索エリア*/


.close_area {
    width: 100%;
    margin: 0 auto;
    font-size: 2.5em;
    line-height: 1.5em;
    font-weight: bold;
    background: rgb(10 10 10 / 70%);
    background: rgba(10,10,10,0.8);
    height: 2750px;
    z-index: 100;
    color: #fff;
    text-align: center;
    padding-top: 12%;
    position: absolute;
}


/*タイムセール*/

#timesale{
background-image: repeating-linear-gradient(
    -45deg,
    #ffc6c6 0, #ffc6c6 10px,
    #ffffff 10px, #ffffff 20px);
    background-image: url(../img/bg_student.gif);
    background-position-x: center;
    background-position: bottom;
    background-size: auto;
    background-repeat: repeat-x;
    padding-bottom: 77px;
    background-color: #ffeaea;
        padding-top: 50px;
}
#timesale .box{
    padding: 30px;
    margin-top: 60px;
    width: 800px;
    margin: 0 auto;
    background: #fff;
    border: #ffc6c6 3px dashed;
    text-align: center;
    border-radius: 30px;
}
#timesale .box .sub_tit{
    font-size: 3rem;
    font-weight: bold;
	color: #F10C0F;
}
#timesale .box .sub_tit img{
    width:75% ;
}

#timesale .box .icon{
    display: flex;
    margin: 0 auto;
    margin-top: 10px;
	display: block;
    font-weight: bold;
    margin-bottom: 10px;
}
#timesale .box .icon .left{
    width: 90px;
    margin-right: 10px;
}
#timesale .box .icon .left img !important{
    margin: 0;
}

#timesale .box .icon .right{
    text-align: left;

}

