@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.pageTitle {
	height: 580px;
    background-image: url(../img/special/freshman/main_img_freshman.jpg);
    background-position: center center;
}
#main .content {
	padding-top: 69px;
}
#main .content {
	max-width: inherit;
}
#main .title {
	margin-bottom: 79px;
	text-align: center;
	font-size: 2.8rem;
	letter-spacing: 3px;
}
#main .title span {
	position: relative;
	display: inline-block;
}
#main .title span:before {
	width: 30px;
	height: 30px;
	position: absolute;
	left: -45px;
	top: 6px;
	background: url(../img/special/freshman/line01.gif) no-repeat left top;
	content: "";
}
#main .title span::after {
	width: 30px;
	height: 30px;
	position: absolute;
	right: -45px;
	top: 6px;
	background: url(../img/special/freshman/line02.gif) no-repeat left top;
	content: "";
}
#main .bg {
	padding: 61px 0;
	background-color: #fafaf2;
}
#main .photoBox {
	margin-bottom: 80px;
	text-align: center;
}
#main .box02 {
	margin-bottom: 77px;
}
#main .box04 {
	padding: 59px 0;
}
@media all and (max-width: 767px) {
    #main {
        padding-top: 18.75vw;
    }
    .pageTitle {
        height: 440px;
        background-image: url("../img/special/freshman/sp_main_img_freshman.jpg");
        background-position: center center;
    }
   #main .title {
	   margin-bottom: 10.5vw;
	   font-size: 5.625vw;
	   letter-spacing: 2px;
   }
   #main #a01 {
	   padding: 11vw 0 0;
   }
   #main .title span::before,
   #main .title span::after {
		display: none;
   }
   #main .photoBox {
	   margin-bottom: 9.2vw;
   }
   #main .bg {
	   padding: 9.28vw 0;
   }
   #main .box02 {
	   margin-bottom: 9vw;
   }
   #main .box04 {
	   padding: 10vw 0;
   }
   #main .photoBox img {
	   width: 100%;
   }
}
