@charset "UTF-8";
.news {
	margin-bottom: 120px;
	position: relative;
	z-index: 10;
	background-color: #fff;
}
.news_inner {
	max-width: 1350px;
}
.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 {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	line-height: 1;
	padding: 66px 5px;
	border-bottom: 1px solid #cccccc;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
	padding-right: 35px;
}
.news_list > li:first-child > a {
	border-top: 1px solid #cccccc;
}
.news_list > li > a > .icon {
	display: block;
	position: absolute;
	z-index: 1;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 23px;
	color: #294b60;
}
.news_list > li > a::before {
	content: "";
}
.news_list > li > a::after {
	content: "";
}
.news_tagWrap {
	line-height: 1;
	display: flex;
	align-items: center;
	margin-right: 30px;
}
.news_update {
	font-size: 16px;
	margin-right: 30px;
}
.news_update > time {}
.news_catList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-right: 30px;
}
.news_catList > li {
	font-size: 12px;
	padding: 7px 15px;
	border: #082f47 1px solid;
	margin-right: 2px;
	background: #fff;
	min-width: 100px;
	text-align: center;
	box-sizing: border-box;
	white-space: nowrap;
}
.news_catList > li:first-child {}
.news_catList > li:last-child {
	margin-right: 0;
}
.news_catList > li:nth-child(2n+1) {}
.news_catList > li:nth-child(n+3) {}
.news_text {
	font-size: 15px;
}
.bnrSlide {
	padding: 0 110px;
	font-size: 0;
	margin-bottom: 111px;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	position: relative;
	z-index: 10;
	margin-top: 100px;
}
.bnrSlideWrap {
	position: relative;
	z-index: 10;
}
.bnrSlide::before {
	content: "";
	display: block;
}
.bnrSlide.slick-initialized {
	opacity: 1;
}
.bnrSlide_image {}
.bnrSlide_image > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.bnrSlide_image > a::before {
	content: "";
}
.bnrSlide_image > a::after {
	content: "";
}
.bnrSlide_image > a > img {
	max-width: 100%;
	height: auto;
}
.lineup {
	padding: 0 110px;
	margin-bottom: 125px;
	position: relative;
	z-index: 1;
	margin-top: 170px;
}
.lineup::after {
	content: "";
	display: block;
	width: 100%;
	height: 850px;
	background-color: #f7f8fa;
	position: absolute;
	z-index: 0;
	top: 147px;
	left: 0;
}
.lineup_inner {
	position: relative;
	z-index: 2;
}
.lineup_slide {
	margin-left: -25px;
	margin-right: -25px;
	font-size: 0;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
}
.lineup_slide.slick-initialized {
	opacity: 1;
}
.lineup_item {
	padding: 0 25px;
	box-sizing: border-box;
}
.lineup_item > a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding-bottom: 100%;
	position: relative;
	z-index: 1;
	border: 1px solid #ddd;
	outline: none;
	transition-duration: .3s;
	transition-property: opacity;
	background-color: #fff;
}
.lineup_item > a::before {
	content: "";
}
.lineup_item > a::after {
	content: "";
}
.lineup_item_image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin: auto;
}
.lineup_link {
	max-width: 350px;
	margin: 36px auto 0;
}
.lineup_link > a {}
.lineup_link > a::before {
	content: "";
}
.lineup_link > a::after {
	content: "";
}
.lineup .slick-dots {
	text-align: center;
	margin-top: 31px;
	width: 100%;
}
.lineup .slick-dots > li {
	display: inline-block;
	vertical-align: middle;
}
.lineup .slick-dots > li > button {
	font-size: 0;
	border: 8px solid transparent;
	width: 32px;
	height: 2px;
	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: #dcdcdc;
}
.lineup .slick-dots > li.slick-active > button {
	background-color: #082f47;
}
.bnrSlide .slick-dots {
	text-align: center;
	margin-top: 0;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	width: 110px;
}
.bnrSlide .slick-dots > li {
	display: inline-block;
	vertical-align: middle;
}
.bnrSlide .slick-dots > li > button {
	font-size: 0;
	border: 11px solid transparent;
	width: 6px;
	height: 6px;
	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: #082f47;
}
.bnrSlide .slick-dots > li > button::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	border: 2px solid #082f47;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.bnrSlide .slick-dots > li.slick-active > button {}
.bnrSlide .slick-dots > li.slick-active > button::after {
	opacity: 1;
}
.intro {}
.intro_cols {
	display: flex;
	align-items: center;
}
.intro_col {}
.intro_col-no1 {
	width: 538px;
}
.intro_areaText {}
.intro_title {
	font-size: 52px;
	font-weight: normal;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	position: relative;
	z-index: 1;
	justify-content: center;
	align-items: center;
	width: 100%;
	display: inline-flex;
	max-width: 100%;
	width: 100vw;
}
.intro_hr {
	width: 77px;
	height: 6px;
	background-color: #082f47;
	position: relative;
	z-index: 1;
	margin: 30px auto 40px;
}
.intro_hr::after {
	content: "";
	width: 400px;
	height: 1px;
	background-color: #082f47;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.intro_text {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	max-height: 250px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	width: 100vw;
}
.intro_link {
	width: 100%;
	max-width: 300px;
	margin: 40px auto 0;
}
.intro_link > a {}
.intro_link > a::before {
	content: "";
}
.intro_link > a::after {
	content: "";
}
.intro_col-no2 {
	width: calc(100% - 538px);
}
.intro_slide {
	font-size: 0;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
}
.intro_slide.slick-initialized {
	opacity: 1;
}
.intro_image {
	height: 990px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.intro_image-no1 {
	background-image: url(/assets/img/home/pt-home01@2x.jpg);
}
.intro_image-no2 {
	background-image: url(/assets/img/home/pt-home02@2x.jpg);
}
.visual {
	height: 100vh;
	background-image: url(/assets/img/home/pt-main.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	transform: none;
}
.visual_logo {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition-delay: 1s;
}
.visual_logo > svg {
	display: block;
	fill: #fff;
	width: 276px;
	height: 278px;
}
.intro_btn {
	width: 64px;
	height: 64px;
	border: 1px solid #082f47;
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	background-color: #fff;
	color: #082f47;
	transition-duration: .3s;
	transition-property: background-color, color;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.intro_btn-prev {
	right: 101px;
}
.intro_btn-next {
	right: 38px;
}
.intro_btn > .icon {
	font-size: 20px;
	display: block;
}
.intro_btn-prev > .icon {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.intro_btn-next > .icon {}
.bnrSlide_image_image > img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.bnrSlide_image_image-pc {
	display: block;
}
.bnrSlide_image_image-sp {
	display: none;
}
.visual_videoWrap {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.visual_video {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
.visual_video > source {}
@media screen and (max-width:1799px) {
	.lineup::after {
		height: 58vh;
	}
}
@media screen and (max-width:1399px) {
	.lineup {
		padding: 0px 50px;
	}
	.bnrSlide {
		padding: 0 50px;
	}
	.bnrSlide .slick-dots {
		width: 50px;
	}
	.intro_col-no1 {
		width: 400px;
	}
	.intro_col-no2 {
		width: calc(100% - 400px);
	}
	.intro_hr::after {
		width: 300px;
	}
	.lineup::after {
		height: 40vh;
	}
}
@media screen and (min-width:1000px) {
	.bnrSlide_image > a:hover {
		opacity: .7;
	}
	.lineup_item > a:hover {
		opacity: .7;
	}
	.lineup_link > a:hover {}
	.lineup .slick-dots > li > button:hover {
		background-color: #082f47;
	}
	.bnrSlide .slick-dots > li > button:hover::after {
		opacity: 1;
	}
	.intro_link > a:hover {}
	.intro_btn:hover {
		background-color: #082f47;
		color: #fff;
	}
	.news_list > li > a:hover {
		background-color: rgba(204, 204, 204, 0.1);
	}
}
@media screen and (max-width:999px) {
	.news {
		margin-bottom: 80px;
	}
	.news_inner {}
	.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 {
		padding: 45px 5px;
		padding-right: 35px;
	}
	.news_list > li:first-child > a {}
	.news_list > li > a > .icon {}
	.news_list > li > a::before {}
	.news_list > li > a::after {}
	.news_tagWrap {
		margin-right: 20px;
	}
	.news_update {
		margin-right: 20px;
	}
	.news_update > time {}
	.news_catList {}
	.news_catList > li {
		padding: 6px 10px;
		min-width: 90px;
	}
	.news_catList > li:first-child {}
	.news_catList > li:last-child {}
	.news_catList > li:nth-child(2n+1) {}
	.news_catList > li:nth-child(n+3) {}
	.news_text {}
	.bnrSlide {
		margin-bottom: 80px;
		margin-top: 80px;
	}
	.bnrSlide::before {}
	.bnrSlide.slick-initialized {}
	.bnrSlide_image {}
	.bnrSlide_image > a {}
	.bnrSlide_image > a::before {}
	.bnrSlide_image > a::after {}
	.bnrSlide_image > a > img {}
	.lineup {
		margin-top: 90px;
		margin-bottom: 40px;
	}
	.lineup::after {
		height: 28vh;
		top: 100px;
	}
	.lineup_inner {}
	.lineup_slide {
		margin-left: -15px;
		margin-right: -15px;
	}
	.lineup_slide.slick-initialized {}
	.lineup_item {
		padding: 0 15px;
	}
	.lineup_item > a {}
	.lineup_item > a::before {}
	.lineup_item > a::after {}
	.lineup_item_image {}
	.lineup_link {}
	.lineup_link > a {}
	.lineup_link > a::before {}
	.lineup_link > a::after {}
	.lineup .slick-dots {}
	.lineup .slick-dots > li {}
	.lineup .slick-dots > li > button {
		width: 24px;
	}
	.lineup .slick-dots > li.slick-active > button {}
	.bnrSlide .slick-dots {}
	.bnrSlide .slick-dots > li {}
	.bnrSlide .slick-dots > li > button {}
	.bnrSlide .slick-dots > li > button::after {}
	.bnrSlide .slick-dots > li.slick-active > button {}
	.bnrSlide .slick-dots > li.slick-active > button::after {}
	.intro {}
	.intro_cols {
		display: block;
	}
	.intro_col {
		width: auto;
	}
	.intro_col-no1 {
		padding: 45px 0;
	}
	.intro_areaText {}
	.intro_title {
		font-size: 40px;
	}
	.intro_hr {}
	.intro_hr::after {}
	.intro_text {}
	.intro_link {}
	.intro_link > a {}
	.intro_link > a::before {}
	.intro_link > a::after {}
	.intro_col-no2 {
		padding-left: 50px;
	}
	.intro_slide {}
	.intro_slide.slick-initialized {}
	.intro_image {
		height: 71vw;
	}
	.intro_image-no1 {}
	.visual {
		height: 100vh;
	}
	.visual_logo {}
	.visual_logo > svg {
		width: 200px;
		height: 199px;
	}
	.intro_btn {}
	.intro_btn-prev {}
	.intro_btn-next {}
	.intro_btn > .icon {}
	.intro_btn-prev > .icon {}
	.intro_btn-next > .icon {}
	.gHeaderWrap {
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		width: 100%;
	}
	.gHeader {
		background-color: rgba(8, 47, 71, 0);
	}
	.gHeader.isCover {
		background-color: rgba(8, 47, 71, 0.7);
	}
	.gHeader_title {
		opacity: 0;
		transition-duration: .3s;
		transition-property: opacity;
	}
	.isCover .gHeader_title {
		opacity: 1;
	}
	.gHeader_title_img {
		fill: #fff;
	}
	.gMenuBtn_bar {
		background-color: #fff;
	}
}
@media screen and (max-width:767px) {
	.news {
		margin-bottom: 50px;
	}
	.news_inner {}
	.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 {
		padding: 25px 5px;
		padding-right: 30px;
		flex-wrap: wrap;
	}
	.news_list > li:first-child > a {}
	.news_list > li > a > .icon {
		font-size: 16px;
	}
	.news_list > li > a::before {}
	.news_list > li > a::after {}
	.news_tagWrap {
		margin-right: 0;
		margin-bottom: 14px;
	}
	.news_update {
		font-size: 13px;
		margin-right: 10px;
	}
	.news_update > time {}
	.news_catList {
		margin-right: 0;
	}
	.news_catList > li {
		font-size: 11px;
		padding: 4px 10px;
	}
	.news_catList > li:first-child {}
	.news_catList > li:last-child {}
	.news_catList > li:nth-child(2n+1) {}
	.news_catList > li:nth-child(n+3) {}
	.news_text {
		font-size: 13px;
		width: 100%;
		margin-top: 10px;
	}
	.bnrSlide {
		padding: 0 25px;
		margin-bottom: 35px;
		margin-top: 50px;
	}
	.bnrSlide::before {}
	.bnrSlide.slick-initialized {}
	.bnrSlide_image {}
	.bnrSlide_image > a {}
	.bnrSlide_image > a::before {}
	.bnrSlide_image > a::after {}
	.bnrSlide_image > a > img {}
	.lineup {
		padding: 0 25px;
		padding-bottom: 50px;
		overflow: hidden;
		margin-top: 60px;
	}
	.lineup::after {
		height: 100%;
		top: 21vw;
	}
	.lineup_inner {}
	.lineup_slide {
		margin-left: -12px;
		margin-right: -12px;
	}
	.lineup_slide.slick-initialized {}
	.lineup_item {
		padding: 0 12px;
	}
	.lineup_item > a {}
	.lineup_item > a::before {}
	.lineup_item > a::after {}
	.lineup_item_image {}
	.lineup_link {}
	.lineup_link > a {}
	.lineup_link > a::before {}
	.lineup_link > a::after {}
	.lineup .slick-dots {
		margin-top: 20px;
	}
	.lineup .slick-dots > li {}
	.lineup .slick-dots > li > button {
		border-width: 6px;
	}
	.lineup .slick-dots > li.slick-active > button {}
	.bnrSlide .slick-dots {
		position: static;
		flex-direction: row;
		width: 100%;
		height: auto;
		margin-top: 12px;
	}
	.bnrSlide .slick-dots > li {}
	.bnrSlide .slick-dots > li > button {}
	.bnrSlide .slick-dots > li > button::after {}
	.bnrSlide .slick-dots > li.slick-active > button {}
	.bnrSlide .slick-dots > li.slick-active > button::after {}
	.intro {}
	.intro_cols {}
	.intro_col {}
	.intro_col-no1 {}
	.intro_areaText {
		padding: 0 25px;
	}
	.intro_title {
		font-size: 26px;
	}
	.intro_hr {
		height: 3px;
		width: 38px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.intro_hr::after {
		width: 160px;
	}
	.intro_text {
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}
	.intro_link {
		max-width: none;
		margin-top: 30px;
	}
	.intro_link > a {}
	.intro_link > a::before {}
	.intro_link > a::after {}
	.intro_col-no2 {
		padding-left: 25px;
	}
	.intro_slide {}
	.intro_slide.slick-initialized {}
	.intro_image {}
	.intro_image-no1 {}
	.visual {}
	.visual_logo {}
	.visual_logo > svg {
		width: 138px;
		height: 138px;
	}
	.intro_btn {
		width: 40px;
		height: 40px;
	}
	.intro_btn-prev {
		right: 64px;
	}
	.intro_btn-next {
		right: 25px;
	}
	.intro_btn > .icon {
		font-size: 16px;
	}
	.intro_btn-prev > .icon {}
	.intro_btn-next > .icon {}
	.bnrSlide_image_image-pc {
		display: none;
	}
	.bnrSlide_image_image-sp {
		display: block;
	}
}
@media screen and (max-width:374px) {
	.lineup {
		padding: 0 15px;
	}
	.intro_areaText {
		padding: 0 15px;
	}
	.intro_col-no2 {
		padding-left: 15px;
	}
	.bnrSlide {
		padding: 0 15px;
	}
}
