@charset "utf-8";
/* CSS Document */

/*==================================

立川就職フェア

==================================*/
/*共通*/
.fin{
	filter: grayscale(100%) opacity(30%);
}

.font-mont{
    font-family: 'Montserrat', sans-serif;
}

/* PC用CSS
   ========================================================================== */
@media screen and (min-width:980px){
/*全体設定_PC*/
.sp-display{
	display:none !important;}

html{
	overflow:scroll;
	margin:0;
	padding:0;
	}

body{
	background-color:#fff;
	font: 16px/20px dnp-shuei-mgothic-std,'Noto Sans JP', sans-serif;
	color:#3e3a39;
	overflow:hidden;
	position:relative;
	min-width:640px;
	}

#wrapper{
	width: 100%;
	margin:0 auto;
	}

/*ヘッダー_PC*/
#header_top_sp{
    display: none;
}

#header_top{
	width:100%;
	height:70px;
    background-color: #EA625C;
	border-style:none;
    display: none;
	}

#header_inner{
	width: 1200px;}

#header_top nav{
    width: 690px;
    margin: 0 0 0 auto;
	}

#header_top nav ul{
    display:flex;
	margin: 0;
	padding:0;
	height:70px;
	list-style:none;
	}

#header_top nav li{
    color: #fff;
	margin: 25px 20px 0 0;
	padding:0;
	}

#header_top nav li:last-of-type{
    margin-right: 0;
}

#header_top nav li:hover{
	color:#fefab6;}

#header_top nav li a{
    color: #fff;
}

/*メインビジュアル_PC*/
#mvisual_wrap{
	width:100%;
    text-align: center;
    position: relative;
	}

#mvisual_wrap h1{
    width: 100%;
    display: inline-block;
}

#mvisual_wrap h1 img{
    width: 100%;
    display: block;
    object-fit: cover;
}

/*開催概要_PC*/
#overview-wrap{
	background: #A8DAE5;
    padding: 60px 0;
	}

#overview-wrap .section_title{
    width: 613px;
    display: block;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0 auto 30px auto;
    padding: 30px 0;
}

#overview-wrap .section_title::before{
    width: 216px;
    height: 70px;
    background:url("../img/machida_fair/flag-b-l.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
}

#overview-wrap .section_title::after{
    width: 216px;
    height: 70px;
    background:url("../img/machida_fair/flag-b-r.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

.overview-in{
    width: 850px;
    background-color: #fff;
    margin: 0 auto;
}

.overview-in .data-wrap{
    margin: 0 auto;
    padding: 30px 0;
}

.data-wrap dt{
    width: 750px;
    border-bottom: 1px solid #222222;
    display: flex;
    margin: 0 auto;
    padding-bottom: 10px;
}

.data-wrap .month{
    display: flex;
    margin: 37px 50px 0 45px;
}

.data-wrap .month em{
    font-size: 95px;
    font-weight: bold;
    margin-right: 10px;
}

.data-wrap .month span{
    width: 45px;
    height: 45px;
    background-color: #2EA1E2;
    border-radius: 45px;
    color: #fff;
    display: block;
    font-size: 30px;
    text-align: center;
    line-height: 45px;
}

.data-wrap .time{
    width: 400px;
}

.data-wrap .time li{
    background-color: #F9E532;
    display: block;
    font-size: 20px;
    text-align: center;
    padding: 30px 0;
}

.data-wrap .time li em{
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

.data-wrap dd{
    width: 770px;
    display: flex;
    margin: 0 auto;
    padding-top: 10px;
}

.data-wrap dd .venue-img{
    width: 50%;
    margin: 20px 0 0 30px;
}

.data-wrap dd .venue-img img{
    width: 100%;
}

.data-wrap dd .venue-txt{
    margin-left: 20px;
}

.data-wrap dd p{
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 30px;
    margin: 40px 15px 30px 10px;
}

.data-wrap dd a{
    width: 397px;
    height: 50px;
    line-height: 50px;
    background: #EF503A url("../img/machida_fair/right-chevron.svg") no-repeat 95% 50%;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

/*エントリーボタン_PC*/
.entry-wrap{
	padding: 60px 0 20px 0;
	}

.entry-part1{
	background-color: #F2E36C;
	}

.entry-part2{
	background-color: #F2E36C;
	}

.entry-wrap .entry-btn-in{
	margin:0 auto;
	text-align:center;
	}

.entry-wrap .entry-btn-in strong{
    width: 480px;
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto 40px auto;
    position: relative;
}

.entry-btn-in strong span::before{
    width: 23px;
    height: 36px;
    background:url("../img/machida_fair/slash-l.svg") no-repeat;
    position: absolute;
    left: 0;
    top: -5px;
    content: " ";
}

.entry-btn-in strong span::after{
    width: 23px;
    height: 36px;
    background:url("../img/machida_fair/slash-r.svg") no-repeat;
    content: " ";
    position: absolute;
    right: 0;
    top: -5px;
}

.entry-wrap .entry-btn-in {
	margin-bottom:20px;}

.entry-wrap .entry-btn-in .entry-txt{
    font-size: 18px; 
	margin-bottom:50px;
	line-height:25px;
	}

.entry-wrap .entry-btn{
	width: 636px;
    height: 70px;
    border: none;
    border-radius: 5px;
    background: #EA625C url("../img/machida_fair/right-chevron.svg") no-repeat 95% 50%;
    color: #fff;
	display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 70px;
    margin: 20px auto 0 auto;
}

.entry-wrap .entry-tn:hover{
	background-color: #92714e;
	color: #fff;
	transition: all .3s;
	}

/*こんな学生さん、ぜひ参加してください_PC*/
#about-wrap{
	background:url("../img/machida_fair/about-back.jpg") no-repeat center;
    padding: 60px 0;
	}

#about-wrap .section_title{
    width: 700px;
    display: block;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 45px;
    margin: 0 auto 30px auto;
    padding: 30px 0;
}

#about-wrap .section_title::before{
    width: 216px;
    height: 70px;
    background:url("../img/machida_fair/flag-y-l.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#about-wrap .section_title::after{
    width: 216px;
    height: 70px;
    background:url("../img/machida_fair/flag-y-r.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
}

#about-wrap .about-in{
    width: 850px;
    background-color: #fff;
    border: 3px solid #EA625C;
    border-radius: 10px;
    margin: 0 auto;
    padding: 30px 0;
}

#about-wrap .sp-display{
    display: none;
}

.about-in .about-question{
    width: 790px;
    display: flex;
    margin: 0 auto;
}

.about-in .about-list:first-of-type{
    width: 380px;
}

.about-in .about-list:last-of-type{
    width: 390px;
    margin-left: 15px;
}

.about-list li{
    margin-bottom: 15px;
}

.about-list:first-of-type li{
    background:url("../img/machida_fair/arrow.svg") no-repeat right;
}

.about-list li:last-of-type{
    margin-bottom: 0;
}

.about-list:last-of-type li span{
    padding-bottom: 3px;
}

.about-list:last-of-type li span{
    border-bottom: 2px solid #EA625C;
}


/*参加園一覧_PC*/
#support-wrap{
	background-color: #A8DAE5;
    padding: 60px 0;
	}


#support-wrap .section_title{
    width: 700px;
    display: block;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0 auto 30px auto;
    padding: 30px 0;
}

#support-wrap .section_title::before{
    width: 216px;
    height: 70px;
    background:url("../img/machida_fair/flag-b-l.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
}

#support-wrap .section_title::after{
    width: 216px;
    height: 70px;
    background:url("../img/machida_fair/flag-b-r.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#support-wrap .support-in{
    width: 1200px;
    background: #fff;
    margin: 0 auto;
    padding: 40px 0;
}

.support-in .enlist{
    width: 1120px;
    margin: 0 auto;
    text-align: left;
}

.enlist tr{
    width: 373px;
    height: 200px;
    float: left;
    line-height: 25px;
}

.enlist th{
    font-weight: bold;
}

.enlist th,
.enlist td{
    display: block;
}

.enlist td:nth-of-type(1){
    margin-bottom: 15px;
}

.table-clear::after{
    clear: both;
}

.enlist td a{
    width: 200px;
    height: 30px;
    line-height: 30px;
    background: #55AF72 url("../img/machida_fair/right-chevron.svg") no-repeat 95% 50%/4%;
    display: block;
    border-radius: 3px;
    color: #fff;
    text-align: left;
    text-indent: 15px;
    }

.supplement-txt{
    margin-top: 60px;
}

/*ほいコレ就職フェア✖️町田モディ*/
.logo-hoi-gs-wrap{
    width: 100%;
    height: 597px;
    background:url("../img/machida_fair/pario-img.jpg") no-repeat center/cover;
    display: table;
}

.logo-hoi-gs-in{    
    margin: 0 auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.logo-hoi-gs-in article{
    width: 500px;
    height: 217px;
    background: rgba(255,255,255,0.8);
    margin: 0 auto;
}

.logo-hoi-gs-in article figure{
    width: 417px;
    height: 45px;
    display: block;
    margin: 3px auto 70px auto;
    text-align: center;
}

.logo-hoi-gs-in article img{
    display: block;
    text-align: center;
    margin: 0px auto 0 auto;
    padding-top: 50px;
}

.logo-hoi-gs-in article p{
    font-weight: bold;
    line-height: 30px;
}

/*マップ_PC*/
#map-wrap{
	background: #fff;
    padding: 60px 0 0 0;
	}

#map-wrap .section_title{
    width: 700px;
    display: block;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 45px;
    margin: 0 auto 30px auto;
    padding: 30px 0;
}

#map-wrap .section_title::before{
    width: 216px;
    height: 70px;
    background:url("../img/machida_fair/flag-b-l.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#map-wrap .section_title::after{
    width: 216px;
    height: 70px;
    background:url("../img/machida_fair/flag-b-r.png") no-repeat center;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
}

#map-wrap .map-in{
    width: 1200px;
    display: flex;
    margin: 0 auto;
}

/*フッター*/
footer{
	width:100%;
	background: #A8DAE5;
	table-layout:center;
    padding: 30px 0 0 0;
	}

footer .footer-logo{
    width: 250px;
	margin: 0 0 20px 20px;
	text-align: left;
    
}

.copyright{
    width: 100%;
    background-color: #F2E36C;
    margin: 0 auto;
}

.copyright small{
	color: #fff;
	font-size: 14px;
	text-align:center;
	display:block;
	}

footer .page-back{
	position: fixed;
 	bottom: 80px;
 	right: 20px;
}

/* TOPに戻る */
.pagetop {
	position: fixed;
    right: 150px;
}

.pagetop a {
    display: block;
	width: 133px;
	height: 162px;
}

.pagetop a  img{
    webkit-animation:fuwafuwa 3s infinite linear alternate;
animation:fuwafuwa 2s infinite linear alternate;

}

@-webkit-keyframes fuwafuwa {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-15px)
    }
}

/*共有*/
.clear{
	clear:both;}
}

/* タブレット用CSS
   ========================================================================== */
@media screen and (max-width:979px){

/*全体設定-TB*/
.pc-display{
	display:none !important;}

html{
	overflow:scroll;
	margin:0;
	padding:0;
	}

body{
	background-color:#fff;
	font: 16px/20px dnp-shuei-mgothic-std,'Noto Sans JP', sans-serif;
	color:#3e3a39;
	overflow:hidden;
	position:relative;
	}

#wrapper{
	width: 100%;
    max-width: 979px;
	margin:0 auto;
	}

#header_top_sp{
    display: none;
}

/*ヘッダー_TB*/
#header_top{
	display: none;
	}
    
#header_top_sp{
	position: fixed;
  	top: 0;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	z-index:9999;
	}

#header_top_sp #logo_sp_wrap{
	width:83%;
	height:62px;
	padding-bottom:5px;
	}

/*ハンバーガーUi*/
#sp_button_wrap{
	width:13%;
	height:auto;
	background-color: #4795D1;
	float:left;
	margin: 10px 10px 0 0;
    position: relative;
    left: 85%;
	}

#sp_button_wrap #sp_button{
	width:100%;
	height:auto;
	margin:10px 0 0 0;
	background-color:#fff;
	}

#sp_button_wrap .menu-trigger,
#sp_button_wrap .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	margin-left:20%;
	float:left;
	}
#sp_button_wrap .menu-trigger {
	position: relative;
	width: 35px;
	height: 35px;
	margin: 0 auto;
	}
#sp_button_wrap .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	}

#sp_button_wrap .menu-trigger span:nth-of-type(1) {
	top: 0;
	}
#sp_button_wrap .menu-trigger span:nth-of-type(2) {
	top: 35%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	}
#sp_button_wrap .menu-trigger span:nth-of-type(3) {
	bottom:30%;
	}

/*閉じる*/
#sp_button_wrap.navOpen .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-315deg) scale(.8);
	transform: translateY(12px) rotate(-315deg) scale(.8);
	background-color: #fff;
	}
#sp_button_wrap.navOpen .menu-trigger span:nth-of-type(2) {
	width: 40px;
	height:40px;
	background-color: transparent;
	border: 3px solid #fff;
	border-radius: 50%;
	}
#sp_button_wrap.navOpen .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(315deg) scale(.8);
	transform: translateY(-9px) rotate(315deg) scale(.8);
	background-color: #fff;
	}

/*メニュー中身*/
#header_top_sp #header_inner_sp{
    background:#4795D1;
    width:100%;
    height:auto;
	border:0;
    text-align:center;
    display:none;
	z-index:1;
    transition: all 50ms 0s ease;
    }

#header_inner_sp #sp_menu ul{
	width:100%;
	height:auto;
	margin: 0 auto;
	padding:0;
	list-style:none;
	}

#header_inner_sp #sp_menu li{
	width: 90%;
	height:auto;
	color: #4795D1;
	padding:5% 0;
	margin: 0 auto
    }

#sp_menu li a{
    color: #fff;
}

/*メインビジュアル-TB*/
#mvisual_wrap{
	width:100%;
	background-color:#fad6d7;
    text-align: center;
    position: relative;
	}

#mvisual_wrap h1{
    width: 100%;
    display: inline-block;
}

#mvisual_wrap .logo_circle{
    width: 100%;
	display:block;
    margin: 0 auto;
	}
    
.mv-catch-copy{
    display: none;
}    

/*開催概要_SP*/
#overview-wrap{
	background: #A8DAE5;
    padding: 20px 0 30px 0;
	}

#overview-wrap .section_title{
    width: 90%;
    display: block;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0 auto 20px auto;
    padding: 30px 0;
}

#overview-wrap .section_title::before{
    width: 30%;
    height: 70px;
    background:url("../img/machida_fair/flag-b-l.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#overview-wrap .section_title::after{
    width: 30%;
    height: 70px;
    background:url("../img/machida_fair/flag-b-r.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 70%;
}

.overview-in{
    width: 90%;
    background-color: #fff;
    margin: 0 auto;
}

.overview-in .data-wrap{
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.data-wrap dt{
    width: 90%;
    border-bottom: 1px solid #222222;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

.data-wrap .month{
    width: 70%;
    display: flex;
    text-align: center;
    margin: 20px auto 20px auto;
}

.data-wrap .month em{
    font-size: 80px;
    font-weight: bold;
}

.data-wrap .month span{
    width: 45px;
    height: 45px;
    background-color: #2EA1E2;
    border-radius: 45px;
    color: #fff;
    display: block;
    font-size: 30px;
    text-align: center;
    line-height: 45px;
    margin: -5px 0 0 15px;
}

.data-wrap .time{
    width: 100%;
}

.data-wrap .time li{
    width: 100%;
    background-color: #F2E36C;
    display: block;
    font-size: 4.5vw;
    text-align: center;
    padding: 15px 0;
}

.data-wrap .time li em{
    font-size: 6.5vw;
    font-weight: bold;
    margin-top: 10px;
}

.data-wrap dd{
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
}

.data-wrap dd .venue-img{
    width: 100%;
    margin: 10px 0 0 0;
}

.data-wrap dd .venue-img img{
    width: 100%;
}

.data-wrap dd p{
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 20px auto;
}

.data-wrap dd a{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #EF503A url("../img/machida_fair/right-chevron.svg") no-repeat 95% 50%;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

/*エントリーボタン_SP*/
.entry-wrap{
	padding: 30px 0;
	}

.entry-part1{
	background-color: #F2E36C;
	}

.entry-part2{
	background-color: #F2E36C;
	}

.entry-wrap .entry-btn-in{
    width: 90%;
	margin:0 auto;
	text-align:center;
	}

.entry-wrap .entry-btn-in strong{
    width: 100%;
    display: block;
    font-size: 5vw;
    font-weight: bold;
    margin: 0 auto 40px auto;
    position: relative;
}

.entry-btn-in strong span::before{
    width: 23px;
    height: 36px;
    background:url("../img/machida_fair/slash-l.svg") no-repeat;
    position: absolute;
    left: 0;
    top: -5px;
    content: " ";
}

.entry-btn-in strong span::after{
    width: 23px;
    height: 36px;
    background:url("../img/machida_fair/slash-r.svg") no-repeat;
    content: " ";
    position: absolute;
    right: 0;
    top: -5px;
}

.entry-wrap .entry-btn-in {
	margin-bottom:0px;}

.entry-wrap .entry-btn-in .entry-txt{
    font-size: 3.5vw;
	margin-bottom: 10px;
	line-height:23px;
	}

.entry-wrap .entry-btn{
	width: 100%;
    height: 50px;
    border: none;
    border-radius: 5px;
    background: #EF503A url("../img/machida_fair/right-chevron.svg") no-repeat 95% 50%;
    color: #fff;
	display: block;
    font-size: 5vw;
    font-weight: bold;
    line-height: 50px;
    margin: 20px auto 0 auto;
}

.entry-wrap .entry-tn:hover{
	background-color: #92714e;
	color: #fff;
	transition: all .3s;
	}

/*サポート園一覧_-SP*/
#support-wrap{
	background-color: #A8DAE5;
    padding: 20px 0 30px 0;
	}

#support-wrap .section_title{
    width: 100%;
    display: block;
    font-size: 5.5vw;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0 auto 20px auto;
    padding: 30px 0;
}

#support-wrap .section_title::before{
    width: 30%;
    height: 70px;
    background:url("../img/machida_fair/flag-b-l.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#support-wrap .section_title::after{
     width: 30%;
    height: 70px;
    background:url("../img/machida_fair/flag-b-r.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 70%;
}

#support-wrap .support-in{
    width: 90%;
    background: #fff;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

.support-in .enlist{
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.enlist tr{
    width: 100%;
    line-height: 25px;
    margin: 0 auto;
}

.enlist tr:last-of-type{
    margin-bottom: 0;
}

.enlist th{
    font-weight: bold;
}

.enlist th,
.enlist td{
    display: block;
    font-size: 3.5vw;
    line-height: 25px;
    width: 90%;
    margin: 0 auto;
}

.enlist td:nth-of-type(1){
    margin-bottom: 10px;
}

.enlist td:nth-of-type(2){
    margin-bottom: 40px;
}

.enlist td a{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #55AF72 url("../img/machida_fair/right-chevron.svg") no-repeat 95% 50%/2%;
    display: block;
    border-radius: 3px;
    color: #fff;
    font-size: 4.5vw;
    text-align: left;
    text-indent: 15px;
    margin: 0 auto;
    }

.supplement-txt{
    font-weight: bold;
    padding-bottom: 30px;
}

/*ほいコレ就職フェア✖️町田モディ*/
.logo-hoi-gs-wrap{
    width: 100%;
    height: 438px;
    background-image: url("../sp/event/img/machida_fair/modi-img.jpg");
    display: table;
}

.logo-hoi-gs-in{    
    margin: 0 auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.logo-hoi-gs-in article{
    width: 90%;
    height: 217px;
    background: rgba(255,255,255,0.8);
    margin: 0 auto;
}

.logo-hoi-gs-in article img{
    width: 90%;
    display: block;
    padding: 47px 0 30px 0;
    text-align: center;
    margin: 0 auto;
}

.logo-hoi-gs-in article p{
    width: 90%;
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 23px;
    margin: 0 auto;
    text-align: center;
}

/*マップ_SP*/
#map-wrap{
	background: #fff;
    margin-top: -20px;
    padding: 20px 0 30px 0;
	}

#map-wrap .section_title{
    width: 90%;
    display: block;
    font-size: 5.5vw;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0 auto 30px auto;
    padding: 30px 0 0 0;
}

#map-wrap .section_title::before{
    width: 30%;
    height: 70px;
    background:url("../img/machida_fair/flag-b-l.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#map-wrap .section_title::after{
    width: 30%;
    height: 70px;
    background:url("../img/machida_fair/flag-b-r.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 70%;
}


#map-wrap .map-in{
    width: 100%;
    display: flex;
    margin: 0 auto;
}

.map-in iframe{
    height: 200px !important;
}

/*フッター-SP*/
footer{
	width:100%;
	background: #A8DAE5;
	table-layout:center;
    padding: 30px 0 0 0;
	}

footer .footer-logo{
    width: 50%;
	margin: 0 0 20px 20px;
	text-align: left;
}

.footer-logo img{
    width: 100%;
}

.copyright{
    width: 100%;
    background-color: #F2E36C;
    margin: 0 auto;
}

.copyright small{
	color: #fff;
	font-size: 14px;
	text-align:center;
	display:block;
	}

footer .page-back{
	position: fixed;
 	bottom: 80px;
 	right: 20px;
}

/* TOPに戻る */
.pagetop {
	position: fixed;
    right: 10px;
}

.pagetop a {
    display: block;
	width: 79px;
	height: 83px;
}

.pagetop a  img{
    width: 100%;
    webkit-animation:fuwafuwa 3s infinite linear alternate;
    animation:fuwafuwa 2s infinite linear alternate;

}

@-webkit-keyframes fuwafuwa {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-15px)
    }
}

/*共有*/
.clear{
	clear:both;}
}

/* SP用CSS
   ========================================================================== */
@media screen and (max-width:479px){
/*全体設定-SP*/
.pc-display{
	display:none !important;}

html{
	overflow:scroll;
	margin:0;
	padding:0;
	}

body{
	background-color:#fff;
	font: 16px/20px dnp-shuei-mgothic-std,'Noto Sans JP', sans-serif;
	color:#3e3a39;
	overflow:hidden;
	position:relative;
	}

#wrapper{
	width: 100%;
    max-width: 640px;
	margin:0 auto;
	}

/*ヘッダー_SP*/
#header_top{
	display: none;
	}
    
#header_top_sp{
	position: fixed;
  	top: 0;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	z-index:9999;
	}

#header_top_sp #logo_sp_wrap{
	width:83%;
	height:62px;
	padding-bottom:5px;
	}

/*ハンバーガーUi*/
#sp_button_wrap{
	width:13%;
	height:auto;
	background-color: #EA625C;
    display: none;
	float:left;
	margin: 10px 10px 0 0;
    position: relative;
    left: 85%;
	}

#sp_button_wrap #sp_button{
	width:100%;
	height:auto;
	margin:10px 0 0 0;
	background-color:#fff;
	}

#sp_button_wrap .menu-trigger,
#sp_button_wrap .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	margin-left:20%;
	float:left;
	}
#sp_button_wrap .menu-trigger {
	position: relative;
	width: 35px;
	height: 35px;
	margin: 0 auto;
	}
#sp_button_wrap .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	}

#sp_button_wrap .menu-trigger span:nth-of-type(1) {
	top: 0;
	}
#sp_button_wrap .menu-trigger span:nth-of-type(2) {
	top: 35%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	}
#sp_button_wrap .menu-trigger span:nth-of-type(3) {
	bottom:30%;
	}

/*閉じる*/
#sp_button_wrap.navOpen .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-315deg) scale(.8);
	transform: translateY(12px) rotate(-315deg) scale(.8);
	background-color: #fff;
	}
#sp_button_wrap.navOpen .menu-trigger span:nth-of-type(2) {
	width: 40px;
	height:40px;
	background-color: transparent;
	border: 3px solid #fff;
	border-radius: 50%;
	}
#sp_button_wrap.navOpen .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(315deg) scale(.8);
	transform: translateY(-9px) rotate(315deg) scale(.8);
	background-color: #fff;
	}

/*メニュー中身*/
#header_top_sp #header_inner_sp{
    background: #EA625C;
    width:100%;
    height:auto;
	border:0;
    text-align:center;
    display:none;
	z-index:1;
    transition: all 50ms 0s ease;
    }

#header_inner_sp #sp_menu ul{
	width:100%;
	height:auto;
	margin: 0 auto;
	padding:0;
	list-style:none;
	}

#header_inner_sp #sp_menu li{
	width: 90%;
	height:auto;
	color: #EA625C;
	padding:5% 0;
	margin: 0 auto
    }

#sp_menu li a{
    color: #fff;
}

/*メインビジュアル-SP*/
#mvisual_wrap{
	width:100%;
    text-align: center;
	}

#mvisual_wrap h1{
    width: 100%;
    display: block;
}

.mv-catch-copy{
    display: none;
}    

/*開催概要_SP*/
#overview-wrap{
	background: #A8DAE5;
    padding: 20px 0 30px 0;
	}

#overview-wrap .section_title{
    width: 90%;
    display: block;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0 auto 20px auto;
    padding: 30px 0;
}

#overview-wrap .section_title::before{
    width: 30%;
    height: 70px;
    background:url("../img/machida_fair/flag-b-l.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#overview-wrap .section_title::after{
    width: 30%;
    height: 70px;
    background:url("../img/machida_fair/flag-b-r.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 70%;
}

.overview-in{
    width: 90%;
    background-color: #fff;
    margin: 0 auto;
}

.overview-in .data-wrap{
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.data-wrap dt{
    width: 90%;
    border-bottom: 1px solid #222222;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

.data-wrap .month{
    width: 70%;
    display: flex;
    text-align: center;
    margin: 20px auto 20px auto;
}

.data-wrap .month em{
    font-size: 80px;
    font-weight: bold;
}

.data-wrap .month span{
    width: 45px;
    height: 45px;
    background-color: #2EA1E2;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 30px;
    text-align: center;
    line-height: 45px;
    margin: -5px 0 0 15px;
    padding: 0 7px;
}

.data-wrap .time{
    width: 100%;
}

.data-wrap .time li{
    width: 100%;
    background-color: #F2E36C;
    display: block;
    font-size: 4.5vw;
    text-align: center;
    padding: 15px 0;
}

.data-wrap .time li em{
    font-size: 6.5vw;
    font-weight: bold;
    margin-top: 10px;
}

.data-wrap dd{
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
}

.data-wrap dd .venue-img{
    width: 100%;
    margin: 10px 0 0 0;
}

.data-wrap dd .venue-img img{
    width: 100%;
}

.data-wrap dd p{
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 20px auto;
}

.data-wrap dd a{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #EF503A url("../img/machida_fair/right-chevron.svg") no-repeat 95% 50%;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

/*エントリーボタン_SP*/
.entry-wrap{
	padding: 30px 0;
	}

.entry-part1{
	background-color: #F2E36C;
	}

.entry-part2{
	background-color: #F2E36C;
	}

.entry-wrap .entry-btn-in{
    width: 90%;
	margin:0 auto;
	text-align:center;
	}

.entry-wrap .entry-btn-in strong{
    width: 100%;
    display: block;
    font-size: 5vw;
    font-weight: bold;
    margin: 0 auto 40px auto;
    position: relative;
}

.entry-btn-in strong span::before{
    width: 23px;
    height: 36px;
    background:url("../img/machida_fair/slash-l.svg") no-repeat;
    position: absolute;
    left: 0;
    top: -5px;
    content: " ";
}

.entry-btn-in strong span::after{
    width: 23px;
    height: 36px;
    background:url("../img/machida_fair/slash-r.svg") no-repeat;
    content: " ";
    position: absolute;
    right: 0;
    top: -5px;
}

.entry-wrap .entry-btn-in {
	margin-bottom:0px;}

.entry-wrap .entry-btn-in .entry-txt{
    font-size: 3.5vw;
	margin-bottom: 10px;
	line-height:23px;
	}

.entry-wrap .entry-btn{
	width: 100%;
    height: 50px;
    border: none;
    border-radius: 5px;
    background: #EF503A url("../img/machida_fair/right-chevron.svg") no-repeat 95% 50%;
    color: #fff;
	display: block;
    font-size: 5vw;
    font-weight: bold;
    line-height: 50px;
    margin: 20px auto 0 auto;
}

.entry-wrap .entry-tn:hover{
	background-color: #92714e;
	color: #fff;
	transition: all .3s;
	}

/*サポート園一覧_-SP*/
#support-wrap{
	background-color: #A8DAE5;
    padding: 20px 0 30px 0;
	}

#support-wrap .section_title{
    width: 100%;
    display: block;
    font-size: 5.5vw;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0 auto 20px auto;
    padding: 30px 0;
}

#support-wrap .section_title::before{
    width: 30%;
    height: 70px;
    background:url("../img/machida_fair/flag-b-l.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#support-wrap .section_title::after{
     width: 30%;
    height: 70px;
    background:url("../img/machida_fair/flag-b-r.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 70%;
}

#support-wrap .support-in{
    width: 90%;
    background: #fff;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

.support-in .enlist{
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.enlist tr{
    width: 100%;
    line-height: 25px;
    margin: 0 auto;
}

.enlist tr:last-of-type{
    margin-bottom: 0;
}

.enlist th{
    font-weight: bold;
}

.enlist th,
.enlist td{
    display: block;
    font-size: 3.5vw;
    line-height: 25px;
    width: 90%;
    margin: 0 auto;
}

.enlist td:nth-of-type(1){
    margin-bottom: 10px;
}

.enlist td:nth-of-type(2){
    margin-bottom: 40px;
}

.enlist td a{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #55AF72 url("../img/machida_fair/right-chevron.svg") no-repeat 95% 50%/2%;
    display: block;
    border-radius: 3px;
    color: #fff;
    font-size: 4.5vw;
    text-align: left;
    text-indent: 15px;
    margin: 0 auto;
    }

.supplement-txt{
    font-weight: bold;
    padding-bottom: 30px;
}

/*ほいコレ就職フェア✖️町田モディ*/
.logo-hoi-gs-wrap{
    width: 100%;
    height: 438px;
    background: url("../sp/event/img/machida_fair2/pario-img.jpg") no-repeat 50% 0px / cover;
    display: table;
}

.logo-hoi-gs-in{    
    margin: 0 auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.logo-hoi-gs-in article{
    width: 90%;
    height: 217px;
    background: rgba(255,255,255,0.8);
    margin: 0 auto;
}

.logo-hoi-gs-in article img{
    width: 90%;
    display: block;
    padding: 47px 0 30px 0;
    text-align: center;
    margin: 0 auto;
}

.logo-hoi-gs-in article p{
    width: 90%;
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 23px;
    margin: 0 auto;
    text-align: center;
}

/*マップ_SP*/
#map-wrap{
	background: #fff;
    margin-top: -20px;
    padding: 20px 0 30px 0;
	}

#map-wrap .section_title{
    width: 90%;
    display: block;
    font-size: 5.5vw;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0 auto 30px auto;
    padding: 30px 0 0 0;
}

#map-wrap .section_title::before{
    width: 30%;
    height: 70px;
    background:url("../img/machida_fair/flag-b-l.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}

#map-wrap .section_title::after{
    width: 30%;
    height: 70px;
    background:url("../img/machida_fair/flag-b-r.png") no-repeat center/100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 70%;
}


#map-wrap .map-in{
    width: 100%;
    display: flex;
    margin: 0 auto;
}

.map-in iframe{
    height: 200px !important;
}

/*フッター-SP*/
footer{
	width:100%;
	background: #A8DAE5;
	table-layout:center;
    padding: 30px 0 0 0;
	}

footer .footer-logo{
    width: 50%;
	margin: 0 0 20px 20px;
	text-align: left;
}

.footer-logo img{
    width: 100%;
}

.copyright{
    width: 100%;
    background-color: #F2E36C;
    margin: 0 auto;
}

.copyright small{
	color: #fff;
	font-size: 14px;
	text-align:center;
	display:block;
	}

footer .page-back{
	position: fixed;
 	bottom: 80px;
 	right: 20px;
}

/* TOPに戻る */
.pagetop {
	position: fixed;
    right: 10px;
}

.pagetop a {
    display: block;
	width: 79px;
	height: 83px;
}

.pagetop a  img{
    width: 100%;
    webkit-animation:fuwafuwa 3s infinite linear alternate;
    animation:fuwafuwa 2s infinite linear alternate;

}

@-webkit-keyframes fuwafuwa {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-15px)
    }
}

/*共有*/
.clear{
	clear:both;}
}
