@charset "utf-8";


/**************************************************
 Responsive
**************************************************/
@media screen and (max-width: 690px){
	
	
	
/**************************************************
 overview
**************************************************/
.greeting{
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.leaderPhoto{
	width: 100%;
	margin-top: 30px;
	font-size: 1.6rem;
}
.leaderPhoto img{
	width: 50%;
	margin: 0 auto 10px auto;
}
.leaderPhoto img small{font-size: 1.3rem;}

.greeting p{width: 100%;}

.philosophy{margin-top: 70px;}
.philosophy dt{
	font-size: 4.5vw;
	padding: 15px;
}
.philosophy dd{
	font-size: 3.5vw;
	letter-spacing: 1px;
	padding-top: 30px;
}
	
	
	
/**************************************************
 magazine
**************************************************/
.magazineWrapper{padding-top: 50px;}

.magazineWrapper dl{
	width: 100%;
	margin-top: 0;
	order: 1;
}
.magazineWrapper dl dt{
	font-size: 5.5vw;
	padding: 15px 0;
	border-top-right-radius: 20px;
}
.magazineWrapper dl dd{
	font-size: 1.4rem;
	padding-top: 20px;
}

.coverHanger{
	width: 100%;
	order: 2;
	margin-top: 40px;
}
.coverHanger::before{
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	bottom: 0;
	left: 0;
}
.coverHanger img{width: 60%;}
.coverHanger a{
	width: 70%;
	font-size: 1.4rem;
}

main h5.about{
	font-size: 5.2vw;
	padding: 15px 20px;
	border-top-right-radius: 20px;
	margin-top: 40px;
}

.apply{padding-top: 10px;}
.apply dl{
	min-height: auto;
	padding: 20px;
	border-radius: 15px;
	margin-top: 30px;
}
.apply dl dt{
	width: 100%;
	font-size: 3.8vw;
	padding: 15px 10px;
	background: #FFFFFF;
	border-radius: 10.0rem;
}
.apply dl dt span{top: 0;}
.apply dl dt::before{display: none;}
.apply dl dt::after{
	bottom: -10px;
	right: calc(50% - 25px);
	transform: rotate(44deg);
}
.apply dl dd{
	width: 100%;
	font-size: 1.4rem;
	padding-top: 20px;
}
.apply dl dd .btn1{
	margin-top: 25px;
	text-align: center;
}
.apply dl dd .btn1 a{
	min-width: 80%;
	text-align: left;
}
 
.column{margin-top: 50px;}
.column a::before{display: none;}
.column a dl{
	width: 100%;
	min-height: 100%;
	padding: 20px 15px;
	margin-left: 0;
	order: 1;
}
.column a dl::before{
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	right: 20px;
	border: 1px solid var(--color1);
	border-radius: 100%;
	background: url("../img/pointer2.svg") no-repeat center center #FFFFFF;
	background-size: 10px auto;
}
.column a dl dt{font-size: 4.5vw;}
.column a dl dt small{font-size: 3.2vw;}
.column a dl dd{font-size: 3.2vw;}
.column a div{
	position: static;
	width: 100%;
	height: 30vw;
	order: 2;
}
	
}
