@charset "utf-8";



/**************************************************
 overview
**************************************************/
.greeting{
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.leaderPhoto{
	/* margin-top: 55px; */
	font-size: 1.7rem;
	text-align: center;
}
.leaderPhoto img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.leaderPhoto img small{
	display: inline-block;
	font-size: 1.4rem;
}

/* .greeting p{width: 500px;} */
.greeting p{ padding: 0 0 30px 0;}

.philosophy{
	margin-top: 120px;
	font-family: var(--font-Shippori);
}
.philosophy dt{
	font-size: 2.7rem;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
	color: #FFFFFF;
	background: var(--color1);
	padding: 15px;
}
.philosophy dd{
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 2.0;
	text-align: center;
	padding-top: 55px;
}



/**************************************************
 magazine
**************************************************/
.magazineWrapper{
	position: relative;
	padding-top: 110px;
	overflow-x: hidden;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.magazineWrapper dl{
	width: 280px;
	margin-top: 20px;
	order: 2;
}
.magazineWrapper dl dt{
	font-family: var(--font-Shippori);
	font-size: 2.7rem;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	padding: 20px 0;
	background: #D8E698;
	border-top-right-radius: 25px;
}
.magazineWrapper dl dd{
	font-size: 1.6rem;
	line-height: 2.0;
	padding-top: 25px;
}

.coverHanger{
	position: relative;
	width: 450px;
	order: 1;
	text-align: center;
}
.coverHanger::before{
	width: 500px;
	height: 500px;
	bottom: 0;
	left: -25px;
	background: var(--color2);
	border-radius: 100%;
	z-index: -1;
}
.coverHanger img{
	display: block;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	margin: 0 auto;
}
.coverHanger a{
	position: relative;
	display: block;
	width: 270px;
	margin: 30px auto 0 auto;
	font-size: 1.6rem;
	text-align: left;
	color: var(--color1);
	background: #FCF8E2;
	border: 2px solid var(--color1);
	padding: 15px 25px;
	border-radius: 10.0rem;
}
.coverHanger a::before{
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	right: 20px;
	border-radius: 100%;
	background: url("../img/pointer1_2.svg") no-repeat center center var(--color1);
	background-size: 12px auto;
}
.coverHanger a::after{ display: none;}
.coverHanger a img{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 22px;
	margin-left: 10px;
}
.coverHanger a:hover{
	color: #FFFFFF;
	background: var(--color1);
}
.coverHanger a:hover::before{
	background: url("../img/pointer1.svg") no-repeat center center #FFFFFF;
	background-size: 12px auto;
}
.coverHanger a:hover img{opacity: 1.0;}

main h5.about{
	font-size: 1.8rem;
	font-weight: 600;
	padding: 20px 25px;
	background: #D8E698;
	border-top-right-radius: 25px;
	margin-top: 50px;
}
main h5.about::before{display: none;}

.apply{padding-top: 20px;}
.apply dl{
	position: relative;
	min-height: 154px;
	background: #EFE8C9;
	padding: 30px;
	border-radius: 20px;
	margin-top: 40px;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	overflow: hidden;
}
.apply dl dt{
	position: relative;
	width: 210px;
	font-size: 2.3rem;
	line-height: 1.4;
	text-align: center;
}
.apply dl dt span{
	position: relative;
	display: inline-block;
	top: -25px;
	z-index: 2;
}
.apply dl dt::before{
	width: 210px;
	height: 210px;
	bottom: -20px;
	left: 0;
	background: #FFFFFF;
	border-radius: 10.0rem;
	z-index: 0;
}
.apply dl dt::after{
	width: 32px;
	height: 25px;
	bottom: 0;
	right: 10px;
	background: url("../about/img/apply_bg.svg") no-repeat 0 0;
}
.apply dl dd{
	width: calc(100% - 245px);
	font-size: 1.6rem;
	line-height: 1.8;
}
.apply dl dd .btn1{
	margin-top: 16px;
	text-align: left;
}
.apply dl dd .btn1 a{
	margin: 0;
	line-height: 1.0;font-size: 1.6rem;font-weight: 500;
}
.apply dl dd a::before{
	width: 20px;
	height: 18px;
	top: calc(50% - 9px);
	right: 15px;
	border: 1px solid var(--color1);
	border-radius: 100%;
	background: url("../img/pointer2.svg") no-repeat center center #FFFFFF;
	background-size: 10px auto;
}
.apply dl dd a:hover{
	color: #FFFFFF;
	background: var(--color1);
}
.apply dl dd small{
	display: block;
	font-size: 1.2rem;
	line-height: 1.6;
	letter-spacing: -1px;
}

.column{margin-top: 70px;}
.column a{
	position: relative;
	display: block;
	width: 100%;
	color: var(--color1);
	border: 1px solid var(--color1);
	border-radius: 15px;
	overflow: hidden;
}
.column a::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{
	position: relative;
	width: 67%;
	min-height: 140px;
	padding: 20px 70px;
	margin-left: 33%;
	order: 2;
	-webkit-box-pack: center;
	justify-content: center;
}
.column a dl dt{
	font-family: var(--font-Shippori);
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.3;
}
.column a dl dt small{font-size: 1.6rem;}
.column a dl dd{
	font-size: 1.6rem;
	line-height: 1.4;
	padding-top: 10px;
}
.column a div{
	position: absolute;
	width: 33%;
	height: 100%;
	top: 0;
	left: 0;
	order: 1;
	overflow: hidden;
}
.column a div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.column a:hover{
	color: #FFFFFF;
	background: var(--color1);
}
.column a:hover div img{
	opacity: 1.0;
	transform: scale(1.1);
}


/*** 追加 ***/
.introduction{
	margin-top: 30px;
	font-family: var(--font-Shippori);
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
	padding: 15px;
}

main h5.about2{
	font-size: 1.8rem;
	font-weight: 600;
	padding: 15px 20px;
	background: #D8E698;
	border-top-right-radius: 25px;
	margin-top: 30px;
}
main h5.about2::before{display: none;}
