@charset "utf-8";

/*=======*/
/* index */
/*=======*/

/* 共通
-----------------------------------*/

.index .catch {
	line-height: 2;
	text-align: center;
}

.index .com-bt.white {
	border-color: #FFF;
	color: #FFF;
}

.index .arrow-r.white::after,
.index .arrow-l.white::before {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

/* ごあいさつ message
-----------------------------------*/

.index .message-sec {
	padding: 260px 0 48px;
	background: url(/images/index/message_bg01.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	text-align: center;
	overflow: hidden;
}

.index .message-sec .catch {
	margin-bottom: 32px;
	color: #FFF;
}


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

.index .message-sec {
	padding-top: 60%;
	background: url(/images/index/message_bg01_sp.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

}


/* 会社情報 about
-----------------------------------*/

.index .about-sec {
	padding-bottom: 48px;
	text-align: center;
}

.index .about-sec .catch {
	margin-bottom: 48px;
	color: #808080;
}

.index .about-sec .col3 {
	width: 100%;
	max-width: 960px;
	display: table;
	margin: 0 auto;
	table-layout: fixed;
}

.index .about-sec .col3 li {
	display: table-cell;
	width: 33.33333%;
	padding: 0 2.5%;
}

.index .about-sec .col3 li a {
	display: block;
	text-decoration: none;
}

.index .about-sec .col3 figure img {
	width: 80px;
}

.index .about-sec .col3 figcaption {
	margin: 16px 0;
	font-weight: bold;
}

.index .about-sec .col3 .sub-txt {
	color: #808080;
	line-height: 2;
}


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

.index .about-sec {
	padding-bottom: 24px;
}

.index .about-sec .catch {
	margin-bottom: 24px;
}

.index .about-sec .col3 li {
	padding: 0 1%;
	margin-bottom: 16px;
	font-size: 12px;
	vertical-align: top;
}

.index .about-sec .col3 figcaption {
	margin: 16px 0;
}

.index .about-sec .col3 figure img {
	width: 48px;
}

.index .about-sec .col3 .sub-txt {
	display: none;
	line-height: 1.3;
	text-align: left;
}

}


/* 事業内容 company
-----------------------------------*/

.index .company-sec {
	background: #F9F9F9 url(/images/index/company_bg01.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	overflow: hidden;
}

.index .company-sec .box {
	max-width: 640px;
	min-height: 412px;
	margin: 32px auto 16px;
	padding: 136px 16px 0;
	border-radius: 8px 8px 0 0;
	background: #FFF url(/images/index/company_bg02.jpg) no-repeat;
	background-size: 642px auto;
	background-position: bottom center;
	box-shadow: 0px 0px 50px 0px #888888;
	overflow: hidden;
}

.index .company-sec .catch {
	margin-bottom: 88px;
	color: #FFF;
}

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

.index .company-sec .box {
	width: 93.3333%;
	max-width: 350px;
	min-height: auto;
	margin: 40px auto 16px;
	padding: 24px 16px 8px;
	background-size: 100% 96%;
	box-shadow: 0px 0px 25px 0px #888888;
}

.index .company-sec .catch {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 1.3
}

}


/* 採用情報 recruit
-----------------------------------*/

.index .recruit-sec {
	padding-bottom: 48px;
	background: url(/images/index/recruit_bg01.jpg) no-repeat;
	background-position: top center;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}

.index .recruit-sec .catch {
	margin-bottom: 24px;
	color: #FFF;
	line-height: 1.6;
}

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

.index .recruit-sec .catch {
	margin-bottom: 16px;
	font-size: 14px;
}

}


/* ニュースリリース news
-----------------------------------*/

.index .news-sec .list-news {
	max-width: 1140px;
	margin: 0 auto 32px;
}

.index .news-sec .btn {
	text-align: center;
}

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



}