@charset "UTF-8";
/* CSS Document */


.main_visual {
	position: relative;
}
.main_visual h1 {
	position: absolute;
	top: 8%;
	left: 5%;
	color: #fff;
	font-size: 2.5vw;
	z-index: 2;
	display: inline-block;
	border-bottom: 1px solid #fff;
}
.main_visual img {
	width: 100%;
}
.main_visual .text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5%;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.main_visual .text p {
	color: #fff;
}
.main_visual .text .read {
	margin-bottom: 20px;
}
.main_visual .text .read p {
	font-size: 4vw;
	line-height: 1.3;
}
@media screen and ( min-width: 1500px ) {
	.main_visual h1 {
		font-size: 30px;
	}
	.main_visual .text .read p {
		font-size: 55px;
	}
}

.spe_link {
	width: 100%;
	display: flex;
}
.spe_link li {
	flex: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.2s linear;
}
.spe_link li:hover {
	z-index: 2;
	transform: scale(1.03);
	box-shadow: 0 0 30px 20px rgba(255, 255, 255, .3);
}
.spe_link li:first-child {
	background-color: #786522;
}
.spe_link li:last-child {
	background-color: #000;
}
.spe_link li a {
	display: block;
	padding: 30px 10px 50px 10px;
	color: #fff;
	font-size: 24px;
}
.spe_link li a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.spe_link li a:hover {
	text-decoration: none;
}
.spe_link li span {
	padding: 10px 30px;
	color: #fff;
	font-size: 12px;
}
.spe_link li:first-child span {
	background-color: #000;
}
.spe_link li:last-child span {
	background-color: #686868;
}

.info_wrap {
	margin: 50px auto;
}
.info_wrap .info_wrap_title_line {
	text-align: center;
	margin-bottom: 40px;
}
.info_wrap .info_wrap_title_line p {
	font-size: 14px;
}
.info_wrap .info_wrap_title_line .en {
	font-size: 24px;
}
.info_wrap ul {
	border: 1px solid #ccc;
	padding: 30px;
}
.info_wrap li {
	font-size: 14px;
}
.info_wrap li span {
	width: 10em;
	margin-right: 2em;
	font-size: 12px;
}

#area0 > div > div.main_visual {
	width: 100%;
}

.slickBtnArea {
	position: absolute;
	bottom: 10%;
	left: 5%;
	z-index: 3;
}
.slickBtnArea button {
	background-color: #333;
	color: #fff;
	padding: 15px 75px 15px 35px;
	border-radius: 30px;
	cursor: pointer;
	transition: all 0.2s linear;
}
.slickBtnArea button:hover {
	background-color: #666;
}
.slickBtnArea button:before,
.slickBtnArea button #startBtn:after,
.slickBtnArea button #stopBtn:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.slickBtnArea button:before {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #fff;
	right: 10px;
}

.slickBtnArea button #startBtn:after {
	width: 0;
	height: 0;
	border-left: 11px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	right: 19px;
}
.slickBtnArea button #stopBtn:after {
	width: 4px;
	height: 10px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	right: 22px;
}
.mypageBtnArea {
	position: absolute;
	top: 10%;
	right: 5%;
	z-index: 3;
}
.mypageBtnArea a {
	background-color: #006ec8;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 45px 13px 35px;
	border-radius: 30px;
	cursor: pointer;
	transition: all 0.2s linear;
}
.mypageBtnArea a:hover {
	background-color: #0033a8;
}
.mypageBtnArea a::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 9px;
    display: block;
    width: 15px;
    height: 15px;
    content: "";
    transform: translateY(-50%);
    background: url(/library/common/img/icon/arrow-right-white.svg) 0 0 no-repeat;
    background-size: 15px 15px;
}
@media screen and ( max-width:760px ) {
.main_visual {
    margin: 0 -12px;
}
.main_visual .text .read {
    margin-bottom: 10px;
}
.main_visual .text {
    bottom: 10%;
}
.mypageBtnArea {
	position: absolute;
	bottom: 18%;
	top: auto;
	right: 5%;
	z-index: 3;
}
.mypageBtnArea a {
	font-size: 14px;
	padding: 10px 25px 8px 15px;
}
}
#area0 > div > div.title_line {
	width: 100%;
	background-color: #e4e5e6;
}
#area0 > div > div.title_line h1 {
	max-width: 960px;
	margin: auto;
	padding: 40px 20px;
	font-size: 35px;
}


#elem_heading_lv1 {
	margin-bottom: 30px;
}
#elem_heading_lv1 h1 {
	display: block;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#elem_heading_lv1 h1 span {
	margin-bottom: 10px;
	color: #000;
}

.elem_heading_lv2 {
	margin-bottom: 20px;
}
body.layout-ja .elem_heading_lv2 h2.recruit {
	padding: 15px 50px;
	background-color: #647482;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
}
.head_image {
	display: flex;
	margin: 30px 0;
}
.head_image figure {
	flex: 1;
	margin-right: 10px;
}
.head_image figure:last-of-type {
	margin-right: 0;
}
.head_image figure img {
	width: 100%;
}

.elem_table_basic thead th,
.elem_table_basic th.bg_gray_lv1 {
	background-color: #fafafa;
}


@media screen and ( max-width:896px ) {
	.main_visual .text .read p {
		font-size: 5vw;
	}
	#area0 > div > div.title_line h1 {
		font-size: 3vw;
	}
}
@media screen and ( max-width:760px ) {
	.slickBtnArea {
		position: relative;
		left: auto;
		bottom: auto;
		margin: 10px 0 30px;
		text-align: center;
	}
	.slickBtnArea button {
		position: relative;
		padding: 10px 65px 10px 20px;
		font-size: 12px;
	}
	.slickBtnArea button:before {
		width: 20px;
		height: 20px;
	}
	.slickBtnArea button:after {
		border-left: 7px solid #fff;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		right: 16px;
	}
	.slickBtnArea button #startBtn:after {
		right: 15px;
	}
	.slickBtnArea button #stopBtn:after {
		right: 17px;
	}
	
	.pbMainArea #elem_heading_lv1,
	.layout-ja .pbMainArea #elem_heading_lv1 {
		padding: 10px 15px;
	}

	.spe_link li a {
		font-size: 3vw;
		padding: 20px 10px 30px 10px;
	}
	.spe_link li span {
		font-size: 1.5vw;
		padding: 5px 15px;
	}
}
@media screen and ( max-width:680px ) {
	.main_visual h1 {
		font-size: 18px;
	}
	.main_visual .text .read p {
		font-size: 22px;
	}
	#area0 > div > div.title_line h1 {
		padding: 20px;
		font-size: 18px;
	}
	.main_visual img {
		height: 300px;
		object-fit: cover;
	}
}
