@charset "utf-8";


.pagetitle-index:before {
	background-image: url(../images/company/img_pagetitle_company.jpg);
}

.company-home {
	overflow: visible;
}

.index__menu {
	margin-top: calc(40px + 3vw);
}

.index__menu__item {
	display: -webkit-flex;
	display: flex;
	position: relative;
}

.index__menu__item:before {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: rgba(0, 0, 0, .1);
	position: absolute;
	top: 0;
	left: 0;
}

.index__menu__anchor {
	width: 100%;
	padding: calc(20px + 3vw) 5vw;
	display: -webkit-flex;
	display: flex;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-flex-direction: column;
			flex-direction: column;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
}

.index__menu__anchor:hover {
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
}

.index__menu__anchor:before {
	content: "";
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	opacity: .3;
	-webkit-order: 1;
			order: 1;
}

.message .index__menu__anchor:before {
	background-image: url(../images/common/icon_message.png);
}

.profile .index__menu__anchor:before {
	background-image: url(../images/common/icon_profile.png);
}

.history .index__menu__anchor:before {
	background-image: url(../images/common/icon_history.png);
}

.organization .index__menu__anchor:before {
	background-image: url(../images/common/icon_organization.png);
}

.access .index__menu__anchor:before {
	background-image: url(../images/common/icon_access.png);
}

.activity .index__menu__anchor:before {
	background-image: url(../images/common/icon_activity.png);
}

.index__menu__title {
	margin-bottom: calc(15px + 1vw);
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	-webkit-order: 0;
			order: 0;
}

.index__menu__title .en {
	display: block;
}

.index__menu__txt {
	width: 100%;
	max-width: 300px;
	margin: calc(15px + 1vw);
	text-align: center;
	-webkit-order: 2;
			order: 2;
}

.index__menu__btn {
	-webkit-order: 3;
			order: 3;
}


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

	.index__menu__anchor:before {
		width: 40px;
		height: 40px;
	}

	.index__menu__title .en {
		font-size: 3rem;
	}

	.index__menu__btn {
		margin-top: 10px;
	}

}


@media screen and ( min-width: 481px ), print {

	.index__menu {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
				flex-wrap: wrap;
	}

	.index__menu__item:after {
		content: "";
		width: 1px;
		height: 100%;
		display: block;
		background-color: rgba(0, 0, 0, .1);
		position: absolute;
		top: 0;
		right: 0;
	}

}


@media screen and ( min-width: 681px ), print {

	.index__menu__title .en {
		font-size: 4rem;
	}

	.index__menu__btn {
		margin-top: 20px;
	}

	.index__menu__anchor:before {
		width: 50px;
		height: 50px;
	}

}


@media screen and ( min-width: 961px ) {

	.index__menu__item {
		width: calc((100% - 1px) / 3);
	}

	.index__menu__item:nth-child(3n):after {
		display: none;
	}

	.index__menu__title {
		margin-bottom: 30px;
	}

	.index__menu__txt {
		margin: 30px 0;
	}

}


@media screen and ( min-width: 480px ) and ( max-width: 980px ), print {

	.index__menu__item {
		width: calc((100% - 1px) / 2);
	}

	.index__menu__item:nth-child(2n):after {
		display: none;
	}

}
