@charset "UTF-8";

.MainV {
	width: 100%;
	position: relative;
}
.MainV img {
	width: 100%;
	height: auto;
}
.MainV .Catch {
	position: absolute;
	left: 56vw;
	top: calc( 100vw / 20 );
	color: #fff;
	font-weight: bold;
	font-size: 1.8vw;
	line-height: 1.6;
}
@media screen and (max-width: 900px) {
	.MainV .Catch {
		font-size: 2.4vw;
	}
}
@media screen and (max-width: 640px) {
	.MainV .Catch {
		font-size: 3vw;
	}
}

#TopPage {

}

#TopPage #IndexNav a.NavBox {
	background-color: rgb(240,238,230);
	border-radius: 20px;
	padding: 20px 22px;
	box-shadow: #ccc 0px 0px 6px 0px;
}
#TopPage #IndexNav a.NavBox dt {
	line-height: 1.4;
	font-size: 1.8rem;
	font-weight: bold;
	color: #000;
	height: 3em;
	margin-bottom: .6em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;

}
@media screen and (max-width: 640px) {
	#TopPage #IndexNav a.NavBox dt {
		font-size: .9em;
		letter-spacing: -1px;
	}
	#TopPage #IndexNav a.NavBox{
		margin-bottom: 20px;
	}
}
#TopPage #IndexNav a.NavBox dt:after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	transform: rotate(45deg);
	left: 3px;
	-webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
#TopPage #IndexNav a:hover.NavBox dt {
	color: #e71a1e;
}
#TopPage #IndexNav a:hover.NavBox dt:after {
	border-top: solid 2px #e71a1e;
	border-right: solid 2px #e71a1e;
}

#TopPage #IndexNav a.NavBox dd {
	overflow: hidden;
	border-radius: 12px;
}
#TopPage #IndexNav a.NavBox dd img {
    -webkit-transition: -webkit-transform 0.4s linear;
    -moz-transition: -moz-transform 0.4s linear;
    -o-transition: -o-transform 0.4s linear;
    -ms-transition: -ms-transform 0.4s linear;
    transition: transform 0.4s linear;
}
#TopPage #IndexNav a:hover.NavBox dd img {
	transform: scale(1.1);
}


#TopPage .Instagram {
	text-align: center;
}
#TopPage .Instagram p {
	color: #dd6b31;
	font-weight: bold;
	font-size: 1.7rem;
}
#TopPage .Instagram .logo {
	width: 280px;
	margin: auto;
}

#TopPage #RecruitArea {
	/*background-color: #dfded8;*/
	background-color: rgb(240,238,230);
	padding-bottom: 5em;
}

#TopPage #RecruitArea .RecBox {
	background-color: #fff;
	border-radius: 20px;
	padding: 20px 22px;
	text-align: center;
}
#TopPage #RecruitArea .RecBox dt {
	font-weight: bold;
	font-size: 1.96rem;
	color: #8e2932;
}
#TopPage #RecruitArea .RecBox dd {
	width: 70%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}


