@charset "UTF-8";
#home main {
	padding-top: 680px;
}
.herobox {
	position: absolute;
	width: 100%;
	height: 680px;
	top: 0;
	overflow: hidden
}
.herobox .frontshadow {
	position: absolute;
	content: '';
	width: 100%;
	height: 680px;
	top: 0;
	z-index: 2;
	background: #4f6bd4;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(79, 107, 212, 0)), color-stop(25%, rgba(79, 107, 212, 0.1)), color-stop(85%, rgba(70, 78, 143, 0.1)), color-stop(92%, rgba(69, 74, 135, 0.35)));
	background: linear-gradient(0deg, rgba(79, 107, 212, 0) 0%, rgba(79, 107, 212, 0.1) 25%, rgba(70, 78, 143, 0.1) 85%, rgba(69, 74, 135, 0.35) 92%);
	mix-blend-mode: multiply
}
.herobox .heroimg {
	width: 100%;
	height: 680px;
	-o-object-fit: cover;
	object-fit: cover
}
.herobox .swiper1 {
	width: 100%;
	height: 680px;
}
.herobox .swiper-pagination {
	bottom: 30px
}
.fronttxt {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%!important;
	height: 740px;
	top: 0;
	left: 0;
	z-index: 3;
	color: #fff;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 50% 50%
}
.bakshadow {
	display: none
}

@media screen and (max-width:599px) {
	.fronttxt {
		background-image: none;
		z-index: 2;
		width: 100%;
	}
	.fronttxt h1 {
		width: 80%;
	}
}

.herobot {
	position: relative;
	display: block;
	width: 320px;
	height: 48px;
	margin-top: 35px;
	padding: 15px 0 5px 10px;
	background-color: rgba(255, 255, 255, 0.25);
	border: solid 1px #fff;
	border-radius: 24px;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s
}
.herobot:before {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	top: 17px;
	left: 34px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.herobot:hover {
	background-color: rgba(51, 51, 51, 0.8)
}
.herobot:hover:before {
	-webkit-transform: translateX(5px) rotate(45deg);
	transform: translateX(5px) rotate(45deg)
}
.morebox {
	text-align: right;
	padding-right: 43px
}
.bgimg {
	position: absolute;
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	display: block;
	font-size: 100px;
	letter-spacing: 0px;
	line-height: 1;
	overflow: hidden
}
@media screen and (max-width:599px) {
	.bgimg {
		font-size: 40px
	}
}

/* --募集要項--*/
article.cinfo {
	background-color: #FFFFFF;
}
article.cinfo .inner {
	padding-top: 72px;
	padding-bottom: 40px;
}
article.cinfo .bgimg {
	height: 92px;
	bottom: -10px;
	right: -100px;
	z-index: 0;
	color: #f7f7fa;
}

article.cinfo .contwrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 80px;
}
article.cinfo .messlist {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
article.cinfo .messlist li {
font-size: 18px;
	color: #000000;
	line-height: 1.8em;
	font-style: normal
}

article.cinfo .messlist li.yoko{
font-size: 24px;
	color: #000000;
	line-height: 1.1em;
	font-weight: 500;
	padding: 0 0 44px 0;
}
article.cinfo .messlist li.messtxt{
font-size: 18px;
	color: #000000;
	line-height: 1.5em;
	font-weight: 300;
	padding: 0 0 38px 0;
}
article.cinfo .messlist li dl{
margin: 0px;
}
article.cinfo .messlist li dt{
float: left;
width: 25%;
border-left: solid 5px #eaebec;
padding: 0px 0 0px 30px;
margin: 0;
}
article.cinfo .messlist li dd{
float: left;
width: 75%;
padding: 0px 0 0px 30px;
margin: 0;
}
article.cinfo .messlist li .cline{
border-bottom: solid 1px #eaebec;
padding: 14px 0 0 0;
margin: 0 0 14px 0;
}

@media screen and (max-width:599px) {

article.cinfo .inner {
		padding-top: 36px
	}
article.cinfo .contwrap {
		display: block
	}
article.cinfo .tit_circle {
		margin: 0 auto
	}

article.cinfo .messlist li.yoko{
	margin-top: 30px;
	text-align: center;
}

article.cinfo .messlist li {
font-size: 17px;
line-height: 1.4em;
}
article.cinfo .messlist li dt{
float: left;
width: 28%;
border-left: solid 5px #eaebec;
padding: 7px 0 7px 4%;
margin: 0;
}
article.cinfo .messlist li dd{
float: left;
width: 72%;
padding: 7px 0 7px 20px;
margin: 0;
line-height: 1.em;
}
article.cinfo .messlist li .cline{
border-bottom: solid 1px #eaebec;
padding: 20px 0 0 0;
margin: 0 0 20px 0;
}

article.cinfo .bgimg {
	height: 150px;
	bottom: -10px;
	left: -200px;
	z-index: 0;
	color: #fff
}
}



/* --エントリーボタン--*/
.entbot {
	position: relative;
	display: block;
	background-color: #8d8790;
	border-radius: 50px;
	width: 60%;
	padding: 17px 20px 17px 20px;
	margin: 30px auto 40px auto;
	border: none;
	font-size: 19px;
	line-height: 1.2em;
	font-weight: 500;
	color: #fff;
	text-align: center;
	letter-spacing: 3.2px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.entbot:hover {
	background-color: #998daf;
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}


@media screen and (max-width:599px) {
	article.cinfo .inner {
		padding-top: 58px
	}
	article.cinfo .bgimg {
		height: 75px;
		bottom: -10px;
		left: -1px
	}
}
/* --募集要項END--*/
