@charset "utf-8";
/* CSS Document */

.sp{display: none !important;}

.font-eng {
    /* font-family: brandon-grotesque, sans-serif;
    font-weight: 400; 
    font-style: normal;*/
    font-weight: bold;
    letter-spacing: -0.03em;
}

section{
	width: calc(100% - 40px);
	max-width: 1000px;
	padding: 0 20px;
	margin: 64px auto 0 auto;
}

h3{
	font-size: 24px;
}

#main{
	height: 60vh;
    background: url(../img/main-img.jpg);
    background-size: 200%;
    background-position: 36% 30%;
    background-repeat: no-repeat;
    position: relative;
}
#main .catchcopy{
	display: block;
    width: calc( 100% - 32px );
    position: absolute;
    bottom: 200px;
    padding: 0 16px;
}

#main .catchcopy .sub_catch{
	font-size: 1.8em;
    font-weight: bold;
	text-shadow:none;
	color: #fff;
	text-shadow: 2px 2px 4px rgb(0 0 0);
}
#main .catchcopy .sub_catch span{
	display: inline-block;
    background: #222;
    padding: 2px 12px 1px;
    font-size: 78%;
    color: #fff;
    margin: 0 8px 0 0;
    border-radius: 6px;
	text-shadow:none;
}

#main .catchcopy h2{
	font-family: 'M PLUS Rounded 1c', sans-serif;
        font-size: 2.5em;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.04em;
    transform: rotate(0.03deg);
    margin: 0 0 16px 0;
    color: #fff;
	text-shadow: 2px 2px 4px rgb(0 0 0);
}

#main .catchcopy .scrol-down{
	display: none;
}

#main #pickup{
	width: 400px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#main #pickup p{
	width:100%;
	margin:0 0 16px 16px !important;
	font-size: 18px;
    /*padding: 24px 16px 24px 40px;*/
	padding: 0px;
}

#pickup a{
	padding: 24px 16px 24px 34px;
}
#pickup a::before{
	top: 26px !important;
	left: 14px !important;
}
#pickup a::after{
	top: 36%;
}

#comment ul{
	display: flex;
	margin: 20px 0 0 0;
}
#comment ul li{
	width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
	margin: 0 4px;
	/*height: 30vw;*/
	background: #eb0268;
	color: #fff;
}
#comment p{
	margin: 16px;
	font-size:22px;
}
#comment img{
	width: 100%;
}
#comment b{
	display: block;
	width: calc( 100% - 44px );
	background: #fff;
	color: #eb0268;
	padding: 6px;
	margin: 0 16px 16px;
	text-align: center;
	border-radius: 6px;
}
#comment span{
	display: block;
	margin: 0 16px 16px;
}

#comparison table.tbl {margin: 20px auto;border-collapse:collapse;width: 98%;}
#comparison table.tbl th {background: #e5e5e5;border: solid 1px #ccc;color: #333;padding: 7px;width: 22%;}
#comparison table.tbl td {
	border: 1px #ccc solid;
	padding: 7px;
	text-align:center;
	font-size: 22px;
	width: 26%;
}
#comparison table.tbl td.img-box{
	font-size: 10px
}
#comparison table.tbl td .sign{
	font-size: 190%;
}
#comparison table.tbl td b{
	display: block;
    font-size: 18px;
    margin-top: -8px;
}

#comparison table.tbl td a.cv-link{
	display: block;
}

.recommended-block{
	background: #fff;
    border-radius: 16px;
    padding: 32px;
    margin: 40px 8px 8px;
    position: relative;
    box-sizing: border-box;
    filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.2));
}

.recommended-block div p{
	font-size: 20px;
	margin: 0px;
	padding: 8px 12px;
	
}
.recommended-block div p .font-eng{
	font-size: 130%;
}

/*.recommended-block div p::before{
	top: 32px;
	left: 214px;
	height: 39px;
	width: 96px;
}
div.recommended-block div p::after{
	top: 32px;
    left: 234px;
	font-size: 32px;
}*/
div.recommended-block .school-logo{
	width: 40%;
	float: right;
}

div.recommended-block .evaluation{
	font-size: 136%;
    margin: 16px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}
.evaluation span {
    color: #ff9900;
}

div.recommended-block h4{
	margin: 0px;
    font-size: 18px;
}
div.recommended-block h5{
	font-size: 134%;
    border-bottom: 2px solid #666;
    margin: 0 0 8px 0;
    display: inline-block;
    padding: 0 6px;
}
div.recommended-block .site-img{
	margin: 0px;
}
div.recommended-block .coupon-img{
	margin: 0px;
}
div.recommended-block .recommended-points{
	margin: 32px 0 0 0;
}
div.recommended-block .recommended-points ul{
	width: 100%;
}
div.recommended-block .recommended-points ul li{
	display: list-item;
    font-size: 126%;
    margin: 6px 0;
    padding: 0px 0 0px 6px;
    border-left: 4px solid #eb0268;
}
div.recommended-block .benefits ul li{
	font-size: 18px;
}
div.recommended-block .staff_comment{
	font-size: 1.2em;
}

#purpose{
margin-bottom: 30px;
}
.school-select{
margin: 24px 0 32px;
}
.school-select h4{
	margin: 0px;
	font-size: 16px;
    top: -20px;
    left: 8px;
	width: 70%;
}
.school-select p a{
    margin: 4px;
	font-size: 18px;
}
#summarize{}
#summarize p{
	margin: 16px;
	font-size: 22px;
}
