@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
/* mainVisual */
.mainVisual {
	margin-bottom: 84px;
	position: relative;
}
.mainVisual .title {
	font-size: 3.4rem;
	line-height: 1.3;
	font-weight: bold;
	position: absolute;
	top: 42px;
	left: 16px;
	white-space:nowrap;
	letter-spacing: 0.14em;
	z-index: 10;
}
.mainVisual .imgUl {
	padding: 155px 0 0 52px;
	font-size: 0;
	line-height: 1;
}
.mainVisual .imgUl .image {
	padding-bottom: 123.8%;
	height: auto;
	background: url(../img/index/sp_main_img01.jpg) no-repeat center center / cover;
}
.mainVisual .imgUl .num02 .image {
	background-image: url(../img/index/sp_main_img02.jpg);
}
.mainVisual .imgUl .num03 .image {
	background-image: url(../img/index/sp_main_img03.jpg);
}
.mainVisual .slick-dots {
	margin: 20px 52px 0 0;
	width: auto;
	text-align: center;
	line-height: 1;
	font-size: 0;
}
.mainVisual .slick-dots button {
	display: none;
}
.mainVisual .slick-dots li {
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background: #ccc;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}
.mainVisual .slick-dots .slick-active {
	background-color: #72AF2D;
}
.content {
	margin: 0 16px;
}
@media all and (max-width: 374px) {
	.mainVisual .imgUl {
		padding: 120px 0 0 35px;
	}
	.mainVisual .title {
		font-size: 3rem;
	}
}


/* messageBox */
.messageBox {
	margin-bottom: 58px;
}
.messageBox p {
	font-weight: bold;
	line-height: 1.75;
}

/* pageLink */
.pageLink {
	margin-bottom: 30px;
	background: none !important;
}
.pageLink .content {
	margin: 0;
}
.pageLink .textBox {
	width: auto;
}
.pageLink .textBox a {
	font-weight: bold;
	position: relative;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transition: .0s;
	transition: .0s;
}
.pageLink .innerBox {
	padding: 15px 16px 28px !important;
	position: relative;
	z-index: 10;
	box-sizing: border-box;
}
.pageLink .innerBox::after {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 28px;
	right: 20px;
	background: url(../img/common/icon02.png) no-repeat left top / 100% 100%;
	content: "";
}
.pageLink p {
	line-height: 1.75;
}
.pageLink .photo img {
	width: 100% ;
}



/* aboutBox */
.aboutBox {
	background-image: url(../img/index/about_bg.jpg);
}
.aboutBox .textBox {
	margin-left: auto;
}


/* pageUl */
.pageUl {
	display: block;
}
.pageUl li {
	margin-bottom: 10px;
	width: auto;
}
.pageUl li:last-child {
	margin-bottom: 0;
}
.pageUl a {
	width: 100%;
	padding: 36px 16px 28px !important;
	color: #fff;
	min-height: 220px;
	font-weight: 500;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
}
.pageUl p {
	line-height: 1.75;
}
.pageUl .headLine04 {
	color: #fff;
}
.pageUl .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/index/recruit_bg.jpg) no-repeat center center / cover;
}
.pageUl li:last-child .image {
	background-image: url(../img/index/access_bg.jpg);
}
.pageUl .image::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0F95C1;
	opacity: 0.5;
	mix-blend-mode: normal;
	-webkit-transition: .3s;
	transition: .3s;
	content: "";
}
.pageUl .textBox {
	width: 100%;
	position: relative;
	z-index: 10;
	box-sizing: border-box;
}
.pageUl .textBox::after {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 13px;
	right: 4px;
	background: url(../img/common/icon04.png) no-repeat left top / 100% 100%;
	content: "";
}


/* newsBox */
.newsBox {
    margin-bottom: 80px;
}
.newsBox .headLine04 {
    margin-bottom: 0;
}
.newsBox .newsList {
		margin: 0 16px;
		border-top: 1px solid #CCC;
    font-weight: 500;
}
.newsBox .newsList dt {
		padding-top: 20px;
    margin-bottom: 6px;
    font-size: 1.4rem;
    color: #8B8B8B;
}
.newsBox .newsList dd {
    padding-bottom: 16px;
		border-bottom: 1px solid #CCC; 
    font-size: 1.6rem;
    color: #1B1B1B;
}
.newsBox .newsList a {
	display: block;
}