@charset "UTF-8";
.vis {
	position: relative;
	z-index: 1;
	margin-bottom: 66px;
}
.vis_text {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: -128px;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .6s;
	width: 727px;
}
.vis_text > img {
	display: block;
}
.slick-initialized .vis_text {
	opacity: 1;
}
.vis_slide {
	font-size: 0;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
}
.vis_slide.slick-initialized {
	opacity: 1;
}
.vis_slide_image {
	height: 910px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.vis_slide_image > img {
	display: none;
}
.intro {}
.intro_inner {}
.intro_title {
	font-size: 32px;
	text-align: center;
	line-height: 1.8;
	letter-spacing: .05em;
}
.intro_text {
	line-height: 2.5;
	text-align: center;
	margin: 32px 0 41px;
}
.intro_link {
	max-width: 318px;
	margin: 0 auto;
}
.intro_link > a {}
.intro_link > a::before {
	content: "";
}
.intro_link > a::after {}
.slick-dots {
	margin-top: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.slick-dots > li {
	display: inline-block;
	vertical-align: middle;
}
.slick-dots > li > button {
	font-size: 0;
	border: 11px solid transparent;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	box-sizing: content-box;
	background-clip: padding-box;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	transition-property: background-color, transform, -webkit-transform;
	background-color: #efefef;
}
.slick-dots > li.slick-active > button {
	background-color: #73a2c8;
}
.subVis {
	height: 29.53vw;
	background-image: url(/assets/img/home/pt-vis.jpg?date=191202e);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f4f6f7;
}
.recruit {
	margin: 30px 0;
	background-color: #eaf0f5;
	padding: 66px 0 63px;
}
.recruit_inner {}
.recruit_cols {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
.recruit_col {}
.recruit_col-no1 {
	width: 44%;
}
.recruit_copy {
	display: flex;
	justify-content: center;
	font-weight: bold;
	font-size: 20px;
	align-items: center;
}
.recruit_copy::before {
	content: "";
	display: block;
	width: 2px;
	height: 21px;
	background-color: #3f3b39;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	margin-right: 10px;
}
.recruit_copy::after {
	content: "";
	display: block;
	width: 2px;
	height: 21px;
	background-color: #3f3b39;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	margin-left: 10px;
}
.recruit_title {
	line-height: 1.3;
	text-align: center;
	font-size: 32px;
	margin: 15px 0 35px;
	text-indent: 1em;
}
.recruit_text {}
.recruit_col-no2 {
	width: 50%;
}
.recruit_image {}
.recruit_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
}
.news {
	background-color: #f5f7f7;
	position: relative;
	z-index: 1;
	margin-top: 94px;
	padding-bottom: 90px;
	padding-top: 35px;
}
.news::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 1318px;
	height: calc(100% - 90px);
	background-color: #fff;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) skewX(-25deg);
	transform: translateX(-50%) skewX(-25deg);
	transition-duration: .3s;
	transition-property: opacity;
}
.news_inner {
	z-index: 2;
}
.news_cols {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 30px;
}
.news_col {}
.news_col-no1 {
	width: 310px;
	padding-top: 20px;
}
.news_title {
	line-height: 1;
}
.news_title > b {
	display: block;
	font-size: 37px;
	font-weight: 600;
	letter-spacing: .08em;
	margin-bottom: 10px;
}
.news_title > small {
	display: block;
	font-size: 18px;
}
.news_col-no2 {
	width: calc(100% - 430px);
}
.news_list {
	list-style: none;
}
.news_list > li {}
.news_list > li:first-child {}
.news_list > li:last-child {}
.news_list > li:nth-child(2n+1) {}
.news_list > li:nth-child(n+3) {}
.news_list > li > a {}
.news_list > li > a::before {
	content: "";
}
.news_list > li > a::after {
	content: "";
}
.news_list > li > a > time {}
.news_list > li > a > b {}
.news_list > li > a > strong {}
.news_col-no3 {
	align-self: flex-end;
	width: 120px;
}
.news_link {}
.news_link > a {
	display: block;
	text-decoration: none;
	color: inherit;
	font-weight: 500;
	font-size: 14px;
	transition-duration: .3s;
	transition-property: background-color, color;
	padding: 12px 0;
	text-align: right;
}
.news_link > a::before {
	content: "";
}
.news_link > a::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border: 2px solid #73a2c8;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-left: none;
	border-bottom: none;
	position: relative;
	z-index: 1;
	top: -0.1em;
	margin-left: 5px;
}
@media screen and (min-width:1000px) {
	.intro_link > a:hover {}
	.slick-dots > li > button:hover {
		background-color: #73a2c8;
	}
	.news_list > li > a:hover {}
	.news_link > a:hover {
		text-decoration: underline;
		color: #73a2c8;
	}
}
@media screen and (max-width:999px) {
	.vis {
		margin-bottom: 45px;
	}
	.vis_text {
		width: 500px;
	}
	.vis_text > img {}
	.slick-initialized + .vis_text {}
	.vis_slide {}
	.vis_slide.slick-initialized {}
	.vis_slide_image {
		height: 66vw;
	}
	.vis_slide_image > img {}
	.intro {}
	.intro_inner {}
	.intro_title {
		font-size: 28px;
	}
	.intro_text {}
	.intro_link {}
	.intro_link > a {}
	.intro_link > a::before {}
	.intro_link > a::after {}
	.slick-dots {
		margin-top: 10px;
	}
	.slick-dots > li {}
	.slick-dots > li > button {}
	.slick-dots > li.slick-active > button {}
	.subVis {}
	.recruit {
		padding: 45px 0;
	}
	.recruit_inner {}
	.recruit_cols {}
	.recruit_col {}
	.recruit_col-no1 {
		width: 46%;
	}
	.recruit_copy {
		font-size: 18px;
	}
	.recruit_copy::before {}
	.recruit_copy::after {}
	.recruit_title {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.recruit_text {}
	.recruit_col-no2 {}
	.recruit_image {}
	.recruit_image > img {}
	.news {
		padding: 55px 0;
		margin-top: 45px;
	}
	.news::before {
		opacity: 0;
	}
	.news_inner {}
	.news_cols {
		padding-bottom: 0;
	}
	.news_col {}
	.news_col-no1 {
		width: 170px;
	}
	.news_title {}
	.news_title > b {
		font-size: 34px;
		margin-bottom: 6px;
	}
	.news_title > small {
		font-size: 16px;
	}
	.news_col-no2 {
		width: calc(100% - 270px);
	}
	.news_list {}
	.news_list > li {}
	.news_list > li:first-child {}
	.news_list > li:last-child {}
	.news_list > li:nth-child(2n+1) {}
	.news_list > li:nth-child(n+3) {}
	.news_list > li > a {}
	.news_list > li > a::before {}
	.news_list > li > a::after {}
	.news_list > li > a > time {}
	.news_list > li > a > b {}
	.news_list > li > a > strong {}
	.news_col-no3 {
		width: 100px;
	}
	.news_link {}
	.news_link > a {}
	.news_link > a::before {}
	.news_link > a::after {}
}
@media screen and (max-width:767px) {
	.vis {
		margin-bottom: 20px;
	}
	.vis_text {
		margin-top: -50px;
		width: 250px;
	}
	.vis_text > img {}
	.slick-initialized + .vis_text {}
	.vis_slide {}
	.vis_slide.slick-initialized {}
	.vis_slide_image {
		height: 90vw;
	}
	.vis_slide_image > img {}
	.intro {}
	.intro_inner {}
	.intro_title {
		font-size: 20px;
	}
	.intro_text {
		line-height: inherit;
		margin: 20px 0 20px;
	}
	.intro_link {}
	.intro_link > a {}
	.intro_link > a::before {}
	.intro_link > a::after {}
	.slick-dots {
		margin-top: 5px;
	}
	.slick-dots > li {}
	.slick-dots > li > button {
		width: 10px;
		height: 10px;
		border-width: 6px;
	}
	.slick-dots > li.slick-active > button {}
	.subVis {
		height: 143.9vw;
		background-image: url(/assets/img/home/pt-vis_sp@2x.jpg?date=191202);
	}
	.recruit {
		margin: 10px 0;
	}
	.recruit_inner {}
	.recruit_cols {
		display: block;
	}
	.recruit_col {
		width: auto;
	}
	.recruit_col-no1 {}
	.recruit_copy {
		font-size: 17px;
	}
	.recruit_copy::before {}
	.recruit_copy::after {}
	.recruit_title {
		font-size: 20px;
	}
	.recruit_text {}
	.recruit_col-no2 {
		margin-top: 25px;
	}
	.recruit_image {}
	.recruit_image > img {}
	.news {
		padding: 35px 0 20px;
	}
	.news::before {}
	.news_inner {}
	.news_cols {
		display: block;
	}
	.news_col {
		width: auto;
	}
	.news_col-no1 {
		padding: 0;
	}
	.news_title {
		text-align: center;
		margin-bottom: 15px;
	}
	.news_title > b {
		font-size: 26px;
	}
	.news_title > small {
		font-size: 13px;
	}
	.news_col-no2 {}
	.news_list {}
	.news_list > li {}
	.news_list > li:first-child {}
	.news_list > li:last-child {}
	.news_list > li:nth-child(2n+1) {}
	.news_list > li:nth-child(n+3) {}
	.news_list > li > a {}
	.news_list > li > a::before {}
	.news_list > li > a::after {}
	.news_list > li > a > time {}
	.news_list > li > a > b {}
	.news_list > li > a > strong {}
	.news_col-no3 {}
	.news_link {}
	.news_link > a {
		text-align: center;
	}
	.news_link > a::before {}
	.news_link > a::after {}
}
