@charset "UTF-8";
.p-ttl01 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	margin-bottom: 27px;
}
.p-ttl01 > b {
	display: block;
	font-weight: bold;
}
.p-ttl01 > small {
	font-size: 56.25%;
	display: block;
	margin-left: 0.3em;
}
.p-ttl01 > small::before {
	content: "／";
}
.footBnr {}
.footBnr_inner {}
.footBnr_list {
	list-style: none;
	display: flex;
}
.footBnr_list > li {
	width: 33.3%;
	flex-grow: 1;
}
.footBnr_list > li:first-child {}
.footBnr_list > li:last-child {}
.footBnr_list > li:nth-child(2n+1) {}
.footBnr_list > li:nth-child(n+3) {}
.footBnr_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 64px;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #CCCCCC;
	transition-duration: .3s;
	transition-property: opacity;
}
.footBnr_list > li:last-child > a {
	border-right: 1px solid #CCCCCC;
}
.footBnr_list > li > a::before {
	content: "";
}
.footBnr_list > li > a::after {
	content: "";
}
.footBnr_list > li > a > img {}
.footNav {
	background-color: #EEF4F8;
	padding: 61px 0 61px;
}
.footNav_inner {}
.footNav_list {
	list-style: none;
	background-color: #fff;
	display: flex;
}
.footNav_list > li {
	width: 33.3%;
	flex-grow: 1;
}
.footNav_list > li:first-child {}
.footNav_list > li:last-child {}
.footNav_list > li:nth-child(2n+1) {}
.footNav_list > li:nth-child(n+3) {}
.footNav_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 30px 30px 26px;
	box-sizing: border-box;
	height: 100%;
	position: relative;
	z-index: 1;
}
.footNav_list > li > a::before {
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background-color: #FAFAFA;
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.footNav_list > li > a::after {
	content: "";
	width: 1px;
	height: calc(100% - 60px);
	display: block;
	background-color: #D3D3D3;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	z-index: 1;
}
.footNav_list > li:last-child > a::after {
	display: none;
}
.footNav_image {
	position: relative;
	z-index: 2;
}
.footNav_image > img {
	display: block;
	margin: 0 auto;
}
.footNav_name {
	font-size: 16px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
	margin-top: 29px;
}
.footNav_name > .icon {
	margin-left: 5px;
	color: #CCCCCC;
	top: -0.1em;
	font-size: 120%;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.footNav_text {
	color: #666666;
	position: relative;
	z-index: 2;
}
.products {
	background-color: #EEF4F8;
	padding: 73px 0 81px;
}
.products_inner {
	max-width: 1400px;
}
.products_title {}
.products_title > b {}
.products_title > small {}
.products_sect {}
.products_cols {
	display: flex;
	background-color: #fff;
}
.products_col {
	width: 50%;
}
.products_col-no1 {}
.products_image {}
.products_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.products_col-no2 {
	box-sizing: border-box;
	padding: 53px 25px;
}
.products_areaText {
	max-width: 580px;
	margin: 0 auto;
}
.products_headline {
	font-size: 38px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.products_headline > b {
	display: block;
}
.products_headline > small {
	font-size: 68.4%;
}
.products_subhead {
	font-size: 20px;
	font-weight: normal;
	color: #31B3A4;
	margin-bottom: 14px;
}
.products_subhead-no1 {}
.products_text {
	font-size: 16px;
	line-height: 1.75;
}
.products_link {
	width: 200px;
	margin-top: 28px;
}
.products_link > a {}
.products_link > a::before {
	content: "";
}
.products_link > a::after {
	content: "";
}
.products_link > a > .icon {}
.products_cols-rev {
	flex-direction: row-reverse;
}
.products_subhead-no2 {
	color: #2AA2DE;
}
.products_subhead-no3 { color: #F08C0A;}
.products_subhead-no4 { color: #6EC755;}
.info {
	margin: 71px 0 77px;
}
.info_inner {}
.info_title {}
.info_title > b {}
.info_title > small {}
.info_cols {
	display: flex;
	justify-content: space-between;
}
.info_col {
	width: 47.4%;
	position: relative;
	z-index: 1;
}
.info_col-no1 {}
.info_headline {
	border-bottom-width: 1px;
	margin-bottom: 0;
	padding-bottom: 21px;
}
.info_link {
	position: absolute;
	z-index: 1;
	top: -6px;
	right: 0;
	width: 100px;
}
.info_link > a {
	height: 46px;
	box-sizing: border-box;
	font-weight: normal;
}
.info_link > a::before {
	content: "";
}
.info_link > a::after {
	content: "";
}
.info_link > a > .icon {}
.info_list {
	list-style: none;
}
.info_list > li {}
.info_list > li:first-child {}
.info_list > li:last-child {}
.info_list > li:nth-child(2n+1) {}
.info_list > li:nth-child(n+3) {}
.info_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	border-bottom: 1px solid #CCCCCC;
	align-items: flex-start;
	padding: 18px 5px;
}
.info_list > li > a::before {
	content: "";
}
.info_list > li > a::after {
	content: "";
}
.info_update {
	color: #666666;
	width: 100px;
}
.info_areaText {
	width: calc(100% - 100px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.info_cat {}
.info_subCat {
	font-weight: bold;
	height: 20px;
}
.info_name {
	width: calc(100% + 100px);
	font-size: 16px;
	margin-top: 9px;
	transition-duration: .3s;
	transition-property: background-color, color;
	margin-left: -100px;
}
.info_name:first-child {
	margin-top: 0;
}
.info_name > .icon {
	color: #FF402F;
	margin-left: 0.3em;
}
.creation {
	margin-bottom: 30px;
}
.creation_inner {}
.creation_title {
	max-width: 465px;
	margin: 0 auto 39px;
}
.creation_title > img {
	display: block;
}
.creation_text {
	text-align: center;
	font-size: 16px;
	line-height: 1.9375;
}
.creation_link {
	max-width: 200px;
	margin: 33px auto 0;
}
.creation_link > a {}
.creation_link > a::before {
	content: "";
}
.creation_link > a::after {
	content: "";
}
.creation_link > a > .icon {}
.notice {
	margin-bottom: 77px;
}
.notice_inner {}
.notice_list {
	list-style: none;
}
.notice_list > li {}
.notice_list > li:first-child {}
.notice_list > li:last-child {}
.notice_list > li:nth-child(2n+1) {}
.notice_list > li:nth-child(n+3) {}
.notice_list > li > a {
	display: block;
	text-decoration: none;
	color: #DC0032;
	background-color: #FDF2F5;
	padding: 19px 23px;
	position: relative;
	z-index: 1;
	padding-right: 45px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.notice_list > li > a::before {
	content: "";
}
.notice_list > li > a::after {
	content: "";
}
.notice_list > li > a > .icon {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 27px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12px;
}
.works {
	position: relative;
	z-index: 1;
	padding-top: 70px;
	margin-bottom: 80px;
}
.works::before {
	content: "";
	display: block;
	width: 100%;
	height: 294px;
	background-color: #EEF4F8;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
}
.works_inner {}
.works_title {}
.works_title > b {}
.works_title > small {}
.works_slide {
	font-size: 0;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
}
.works_slide.slick-initialized {
	opacity: 1;
}
.works_slide_item {
	margin: 0 13px;
}
.works_slide_item > a {
	display: block;
	text-decoration: none;
	color: inherit;
	width: 450px;
	outline: none;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.works_slide_item > a::before {
	content: "";
}
.works_slide_item > a::after {
	content: "";
}
.works_slide_image {}
.works_slide_image > img {}
.works_slide_info {
	display: flex;
	align-items: center;
	margin-top: 28px;
}
.works_slide_cat {
	font-size: 14px;
	min-width: 80px;
	height: 36px;
	border-radius: 18px;
	margin-right: 13px;
}
.works_slide_name {
	font-size: 16px;
	font-weight: bold;
}
.works_slide_item-slim {}
.works_slide_item-slim > a {
	width: 300px;
}
.works_slide_item-slim > a::before {
	content: "";
}
.works_slide_item-slim > a::after {
	content: "";
}
.works_list {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 35px;
}
.works_list > li {
	width: 246px;
	margin-left: 40px;
}
.works_list > li:first-child {
	margin-left: 0;
}
.works_list > li:last-child {}
.works_list > li:nth-child(2n+1) {}
.works_list > li:nth-child(n+3) {}
.works_list > li > a {}
.works_list > li > a::before {
	content: "";
}
.works_list > li > a::after {
	content: "";
}
.works_list > li > a > .icon {}
.works_slide_dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 34px;
	list-style: none;
}
.works_slide_dots-vis {
	margin-top: 20px;
}
.works_slide_dots > li {}
.works_slide_dots > li > button {
	width: 10px;
	height: 10px;
	background-color: #CCCCCC;
	border-radius: 50%;
	border: 5px solid #fff;
	box-sizing: content-box;
	transition-duration: .3s;
	transition-property: background-color, color;
	background-clip: content-box;
}
.works_slide_dots > li.slick-active > button {
	background-color: #2468BD;
}
.works_slide_button {
	display: block;
	width: 40px;
	height: 100px;
	position: absolute;
	z-index: 10;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
	font-size: 17px;
	color: #005FAE;
	transition-duration: .3s;
	transition-property: background-color, color;
	margin-top: -40px;
}
.works_slide_button-next {
	right: 0;
}
.works_slide_button-prev {
	left: 0;
}
.works_slide_button > .icon {
	display: block;
}
.visual {
	margin-bottom: 43px;
}
.visual_slide {
	font-size: 0;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
}
.visual_slide.slick-initialized {
	opacity: 1;
}
.visual_slide_item {
	height: 610px;
	position: relative;
	z-index: 1;
}
.visual_slide_item > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.visual_slide_item > a::before {
	content: "";
}
.visual_slide_item > a::after {
	content: "";
}
.visual_slide_image {
	height: 610px;
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.visual_slide_image-no1 {
	background-image: url(/images/pt-slide01_2022@2x.jpg);
	background-color: #32b2a6;
}
.visual_slide_image_text {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1920px;
	transition-duration: .3s;
	transition-property: margin-left;
}
.visual_slide_image_text > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.visual_slide_image-no2 {
	background-image: url(/images/pt-slide02@2x.jpg);
	background-color: #00a2e2;
}
.visual_slide_image-no3 {
	background-image: url(/images/pt-slide03@2x.jpg);
	background-color: #fd8e06;
}
.visual_slide_videoWrap {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.visual_slide_videoWrap::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #CDCDCD;
	mix-blend-mode: multiply;
	opacity: 0;
}
.visual_slide_video {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
.visual_title {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #fff;
	font-size: 60px;
	width: 100%;
	text-align: center;
	line-height: 1.5;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: 1s;
	opacity: 0;
	display: none;
}
.slick-current .visual_title {
	opacity: 1;
}
.visual_spVideoWrap {
	display: none;
}
.visual_spVideoWrap_video {
	display: block;
}
.visual_slide_button {
	font-size: 40px;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -20px;
	color: #fff;
	padding: 10px 10px;
}
.visual_slide_button > .icon {
	display: block;
	transition-duration: .3s;
	transition-property: transform;
}
.visual_slide_button-prev {
	left: 0;
}
.visual_slide_button-next {
	right: 0;
}
.fancybox-toolbar{
	display: block;
}
@media screen and (min-width: 1920px) {
	.visual_slide_video {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 1399px) {
	.products_col-no2 {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.products_headline {
		margin-bottom: 13px;
		font-size: 32px;
	}
	.products_text {
		font-size: 15px;
	}
	.products_link {
		margin-top: 16px;
	}
	.visual_slide_image_text {
		min-width: 1300px;
	}
}
@media screen and (max-width: 1299px) {
	.visual_slide_video {
		height: 100%;
		width: auto;
	}
}
@media screen and (min-width:1000px) {
	.visual_slide_button:hover > .icon {
		transform: scale(1.1);
	}
	.footBnr_list > li > a:hover {
		opacity: .7;
	}
	.footNav_list > li > a:hover {}
	.footNav_list > li > a:hover::before {
		opacity: 1;
	}
	a:hover .footNav_name > .icon {
		color: #0068BD;
	}
	.products_link > a:hover {}
	.info_link > a:hover {}
	.creation_link > a:hover {}
	.notice_list > li > a:hover {
		background-color: #FDE9EE;
	}
	.works_slide_item > a:hover {
		color: #005FAE;
	}
	.works_slide_item-slim > a:hover {}
	.works_list > li > a:hover {}
	.works_slide_dots > li > button:hover {
		background-color: #2468BD;
	}
	.works_slide_button:hover {
		background-color: #005FAE;
		color: #fff;
	}
	.visual_slide_item > a:hover {
		opacity: .9;
	}
	a:hover .visual_slide_image_text {}
	a:hover .info_name {
		text-decoration: underline;
		color: #0070CB;
	}
}
@media screen and (max-width: 640px) {
	.p-ttl01 {
		font-size: 18px;
		margin-bottom: 13px;
	}
	.p-ttl01 > b {}
	.p-ttl01 > small {
		font-size: 66.67%;
	}
	.p-ttl01 > small::before {}
	.footBnr {
    border-bottom: 1px solid #ccc;
}
	.footBnr_inner {
		padding: 0;
	}
	.footBnr_list {}
	.footBnr_list > li {}
	.footBnr_list > li:first-child {}
	.footBnr_list > li:last-child {}
	.footBnr_list > li:nth-child(2n+1) {}
	.footBnr_list > li:nth-child(n+3) {}
	.footBnr_list > li > a {
		height: 60px;
		padding: 0px 10px;
	}
	.footBnr_list > li:first-child > a {
		border-left: none;
	}
	.footBnr_list > li:last-child > a {
		border-right: none;
	}
	.footBnr_list > li > a::before {}
	.footBnr_list > li > a::after {}
	.footBnr_list > li > a > img {}
	.footNav {
		padding: 20px 0;
	}
	.footNav_inner {}
	.footNav_list {
		display: block;
		background: no-repeat;
	}
	.footNav_list > li {
		width: auto;
		margin-top: 10px;
	}
	.footNav_list > li:first-child {
		margin-top: 0;
	}
	.footNav_list > li:last-child {}
	.footNav_list > li:nth-child(2n+1) {}
	.footNav_list > li:nth-child(n+3) {}
	.footNav_list > li > a {
		background-color: #fff;
		padding: 19px 10px;
		height: auto;
		display: flex;
		justify-content: space-between;
	}
	.footNav_list > li > a::before {
		display: none;
	}
	.footNav_list > li > a::after {
		content: "";
		position: static;
		width: 0;
		height: 0;
		display: block;
		background: no-repeat;
		clear: both;
	}
	.footNav_list > li:last-child > a::after {
		display: block;
	}
	.footNav_image {
		max-width: none;
		width: 48%;
		margin: 0;
	}
	.footNav_image > img {
		width: 56px;
		margin: 0 auto;
		display: block;
	}
	.footNav_name {
		margin-bottom: 0;
		margin-top: 10px;
		font-size: 14px;
		text-align: center;
		line-height: 1.4;
	}
	.footNav_name > .icon {}
	.footNav_text {
		font-size: 12px;
		width: 43%;
	}
	.products {
		padding-top: 26px;
		padding-bottom: 25px;
	}
	.products_inner {}
	.products_title {}
	.products_title > b {}
	.products_title > small {}
	.products_sect {
		margin-bottom: 20px;
	}
	.products_sect:last-child {
		margin-bottom: 0;
	}
	.products_cols {
		display: block;
	}
	.products_col {
		width: auto;
	}
	.products_col-no1 {}
	.products_image {}
	.products_image > img {}
	.products_col-no2 {
		padding: 0;
	}
	.products_areaText {
		padding: 17px 20px 18px;
	}
	.products_headline {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.products_headline > b {}
	.products_headline > small {}
	.products_subhead {
		font-size: 16px;
		margin-bottom: 1px;
	}
	.products_subhead-no1 {}
	.products_text {
		font-size: inherit;
	}
	.products_link {
		margin: 10px auto 0;
		max-width: 185px;
	}
	.products_link > a {}
	.products_link > a::before {}
	.products_link > a::after {}
	.products_link > a > .icon {}
	.products_cols-rev {}
	.products_subhead-no2 {}
	.products_subhead-no3 {}
	.info {
		margin-top: 37px;
		margin-bottom: 45px;
	}
	.info_inner {}
	.info_title {}
	.info_title > b {}
	.info_title > small {}
	.info_cols {
		display: block;
		margin: 0 -20px;
	}
	.info_col {
		width: auto;
		padding-top: 8px;
	}
	.info_col-no1 {
		margin-bottom: 39px;
	}
	.info_headline {}
	.info_link {
		right: 6px;
		top: -2px;
	}
	.info_link > a {
		height: 40px;
	}
	.info_link > a::before {}
	.info_link > a::after {}
	.info_link > a > .icon {}
	.info_list {}
	.info_list > li {}
	.info_list > li:first-child {}
	.info_list > li:last-child {}
	.info_list > li:nth-child(2n+1) {}
	.info_list > li:nth-child(n+3) {}
	.info_list > li > a {
		padding: 10px 20px;
	}
	.info_list > li > a::before {}
	.info_list > li > a::after {}
	.info_update {}
	.info_areaText {}
	.info_cat {}
	.info_subCat {}
	.info_name {
		font-size: 14px;
	}
	.info_name:first-child {
		padding-top: 23px;
	}
	.info_name > .icon {}
	.creation {}
	.creation_inner {}
	.creation_title {
		max-width: 300px;
		margin-bottom: 20px;
	}
	.creation_title > img {}
	.creation_text {
		font-size: inherit;
	}
	.creation_link {
		max-width: 185px;
		margin-top: 20px;
	}
	.creation_link > a {}
	.creation_link > a::before {}
	.creation_link > a::after {}
	.creation_link > a > .icon {}
	.notice {
		margin-bottom: 45px;
	}
	.notice_inner {}
	.notice_list {}
	.notice_list > li {}
	.notice_list > li:first-child {}
	.notice_list > li:last-child {}
	.notice_list > li:nth-child(2n+1) {}
	.notice_list > li:nth-child(n+3) {}
	.notice_list > li > a {
		padding: 9px 10px;
		padding-right: 30px;
	}
	.notice_list > li > a::before {}
	.notice_list > li > a::after {}
	.notice_list > li > a > .icon {
		right: 10px;
	}
	.works {
		padding-top: 26px;
		margin-bottom: 27px;
	}
	.works::before {}
	.works_inner {}
	.works_title {}
	.works_title > b {}
	.works_title > small {}
	.works_slide {}
	.works_slide_item {
		margin: 0 5px;
	}
	.works_slide_item > a {
		width: 375px;
	}
	.works_slide_item > a::before {}
	.works_slide_item > a::after {}
	.works_slide_image {}
	.works_slide_image > img {}
	.works_slide_info {
		margin-top: 12px;
		padding: 0 19px;
	}
	.works_slide_cat {
		font-size: 12px;
		height: 30px;
		min-width: 70px;
	}
	.works_slide_name {
		font-size: 14px;
	}
	.works_slide_item-slim {}
	.works_slide_item-slim > a {
		width: 250px;
	}
	.works_slide_item-slim > a::before {}
	.works_slide_item-slim > a::after {}
	.works_list {
		display: block;
		max-width: 220px;
		margin: 13px auto 0;
	}
	.works_list > li {
		width: auto;
		margin-left: auto;
		margin-top: 10px;
	}
	.works_list > li:first-child {
		margin-top: 0;
	}
	.works_list > li:last-child {}
	.works_list > li:nth-child(2n+1) {}
	.works_list > li:nth-child(n+3) {}
	.works_list > li > a {}
	.works_list > li > a::before {}
	.works_list > li > a::after {}
	.works_list > li > a > .icon {}
	.works_slide_dots {
		margin-top: 14px;
	}
	.works_slide_dots > li {}
	.works_slide_dots > li > button {}
	.works_slide_dots > li.slick-active > button {}
	.works_slide_button {}
	.works_slide_button-next {}
	.works_slide_button-prev {}
	.works_slide_button > .icon {}
	.visual {
		margin-bottom: 51px;
	}
	.visual_slide {}
	.visual_slide_item {
		height: 375px;
	}
	.visual_slide_item > a {}
	.visual_slide_item > a::before {}
	.visual_slide_item > a::after {}
	.visual_slide_image {
		height: 375px;
		background-position: 60% 50%;
	}
	.visual_slide_image-no1 {}
	.visual_slide_image_text {
		min-width: 550px;
	}
	.visual_slide_image_text > img {}
	.visual_slide_image-no2 {}
	.visual_slide_image-no3 {}
	.visual_slide_videoWrap {}
	.visual_slide_videoWrap::before {}
	.visual_slide_video {}
	.visual_title {}
	.slick-current .visual_title {}
	.visual_spVideoWrap {
		height: 375px;
		display: block;
		position: relative;
		z-index: 1;
		overflow: hidden;
	}
	.visual_spVideoWrap_video {
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 50%;
		width: 100%;
		height: auto;
		transform: translate(-50%, -50%);
	}
	.visual_slideWrap {
		display: none;
	}
	.visual_slide_button {}
	.visual_slide_button > .icon {}
	.visual_slide_button-prev {}
	.visual_slide_button-next {}
}
@media screen and (max-width: 374px) {
	.works_slide_info {
		padding: 0px 35px;
	}
	.visual_spVideoWrap_video {
		width: auto;
		height: 100%;
	}
}
