.p-mv {
	overflow-x: hidden;
	padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
	.p-mv {
		padding-bottom: 9vw;
	}
}
.p-mv__slider.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.p-mv__slider-slide picture {
	height: 56rem;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-mv__slider-slide picture {
		height: auto;
	}
}
@media print, screen and (min-width: 768px) {
	.p-mv__slider-slide picture img {
		width: 100%;
		height: 100%;
		display: block;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}
.p-mv__slider-slide.-slide01 {
	border-top: 0.1rem solid #CCCCCC;
}
@media screen and (max-width: 767px) {
	.p-mv__slider-slide.-slide01 {
		border: none;
	}
}
.p-mv__slider-slide.-slide01 .l-content-inner {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.p-mv__slider-slide.-slide02 {
	position: relative;
}
.p-mv__slider-slide.-slide02 .l-content-inner {
	padding-top: 8rem;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
	.p-mv__slider-slide.-slide02 .l-content-inner {
		padding: 12.8205128205vw 0 0;
		width: 100%;
	}
}
.p-mv__slider-slide .logo {
	width: 92.4rem;
	max-width: 100%;
	margin: auto auto auto;
}
@media screen and (max-width: 767px) {
	.p-mv__slider-slide .logo {
		width: 84.6153846154vw;
	}
}
.p-mv__slider-slide .logo img {
	width: 100%;
}
.p-mv__slider-slide .slide01-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 5.8rem;
	gap: 3rem;
}
@media screen and (max-width: 767px) {
	.p-mv__slider-slide .slide01-list {
		width: 56.4102564103vw;
		margin: 23.0769230769vw auto auto;
		display: block;
		text-align: center;
	}
}
.p-mv__slider-slide .slide01-list .item {
	background-color: #002076;
	color: #ffffff;
	padding: 0.1em 0.5em;
	font-size: 2rem;
}
@media screen and (max-width: 767px) {
	.p-mv__slider-slide .slide01-list .item {
		font-size: 3.0769230769vw;
		margin-top: 5.1282051282vw;
		display: inline-block;
	}
	.p-mv__slider-slide .slide01-list .item:first-of-type {
		margin-top: 0;
	}
}
.p-mv__slider-slide .slide02-text {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-mv__slider-slide .slide02-text {
		text-align: left;
	}
}
@media print, screen and (min-width: 768px) {
	.p-mv__slider-slide .slide02-text > span {
		display: inline-block;
		padding: 0 0.5em 0.1em;
		background-color: #000000;
		color: #ffffff;
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 767px) {
	.p-mv__slider-slide .slide02-text .sp-bg {
		display: inline-block;
		padding: 0 0.5em 0.1em;
		background-color: #000000;
		color: #ffffff;
		font-size: 5.1282051282vw;
		margin-top: 1.2820512821vw;
	}
	.p-mv__slider-slide .slide02-text .sp-bg:first-of-type {
		margin-top: 0;
	}
}
.p-mv__slider .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 2rem;
	bottom: 2rem;
}
@media screen and (max-width: 767px) {
	.p-mv__slider .slick-dots {
		gap: 3.3333333333vw;
		bottom: 4.6153846154vw;
	}
}
.p-mv__slider .slick-dots li {
	width: 3rem;
	height: 0.5rem;
	margin: 0;
}
@media screen and (max-width: 767px) {
	.p-mv__slider .slick-dots li {
		width: 5.1282051282vw;
		height: 0.7692307692vw;
	}
}
.p-mv__slider .slick-dots li button {
	display: block;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #999999;
	opacity: 0.5;
}
.p-mv__slider .slick-dots li button::before {
	content: none;
}
.p-mv__slider .slick-dots li.slick-active button {
	opacity: 1;
}
.p-mv__cnt {
	margin-top: 3rem;
}
@media screen and (max-width: 767px) {
	.p-mv__cnt {
		margin-top: 5.641025641vw;
	}
}
.p-mv__cnt .title {
	text-align: center;
	font-size: 3rem;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.p-mv__cnt .title {
		font-size: 5.1282051282vw;
	}
}
.p-mv__cnt .text {
	text-align: center;
	margin-top: 0.8rem;
	line-height: 1.6em;
}
@media screen and (max-width: 767px) {
	.p-mv__cnt .text {
		margin-top: 5.1282051282vw;
		font-size: 3.5897435897vw;
		line-height: 1.8571428571;
	}
}
.p-mv__cnt-image {
	margin-top: 6.3rem;
}
@media screen and (max-width: 767px) {
	.p-mv__cnt-image {
		margin-top: 12.8205128205vw;
	}
}

.p-product {
	
	padding-top: 5rem;
	padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
	.p-product {
		padding-top: 11.5384615385vw;
		padding-bottom: 12.8205128205vw;
	}
}
.p-product__list {
	margin-top: 3rem;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 1rem 4rem 2rem;
	gap: 8rem;
}
@media screen and (max-width: 767px) {
	.p-product__list {
		gap: 12.8205128205vw;
		margin-top: 1.8205128205vw;
		padding: 6.8205128205vw 5.1282051282vw 6.8205128205vw;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
@media screen and (max-width: 767px) {
	.p-product__item {
		width: 100%;
	}
}
.p-product__item a {
	display: block;
}
.p-product__item .cnt {
	margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
	.p-product__item .cnt {
		margin-top: 2.5641025641vw;
	}
}
.p-product__item .cnt .jp,
.p-product__item .cnt .en {
	color: #194CDD;
}
.p-product__item .cnt .jp {
	font-size: 2rem;
}
@media screen and (max-width: 767px) {
	.p-product__item .cnt .jp {
		font-size: 5.1282051282vw;
	}
}
@media screen and (max-width: 767px) {
	.p-product__item .cnt .en {
		font-size: 3.8461538462vw;
	}
}

@media screen and (max-width: 767px) {
	.p-about {
		padding-top: 16.6666666667vw;
	}
}
.p-about .l-content-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-about .l-content-inner {
		display: block;
		padding: 0;
		position: relative;
	}
}
.p-about__image {
	width: 50rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-about__image {
		width: 100%;
		padding-top: 14.1025641026vw;
		position: relative;
	}
	.p-about__image::after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
	}
}
.p-about__cnt {
	width: 61rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-about__cnt {
		width: 100%;
		padding: 0 3.8461538462vw;
		position: absolute;
		top: 0;
		left: 0;
	}
}
.p-about__text {
	font-size: 1.8rem;
	line-height: 2.2222222222;
	margin-top: 6.8rem;
}
@media screen and (max-width: 767px) {
	.p-about__text {
		font-size: 3.5897435897vw;
		line-height: 2.1428571429;
		margin-top: 7.6923076923vw;
		padding-right: 28.2051282051vw;
	}
}
.p-about .c-btn {
	margin: 11rem auto auto;
}
@media screen and (max-width: 767px) {
	.p-about .c-btn {
		margin-top: 12.8205128205vw;
	}
}

.p-news {
	padding-top: 5rem;
}
@media screen and (max-width: 767px) {
	.p-news {
		/*padding-top: 21.7948717949vw;*/
		/*padding-bottom: 25.641025641vw;*/
	}
}
.p-news .c-news-list {
	margin-top: 4rem;
	margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
	.p-news .c-news-list {
		/*margin-top: 5.1282051282vw;*/
	}
}
@media screen and (max-width: 767px) {
	.p-news .c-news-item {
		padding: 7.6923076923vw 0;
	}
}
.p-news .c-news-item:first-of-type {
	border-top: 0.1rem solid #CCCCCC;
}
@media screen and (max-width: 767px) {
	.p-news .c-news-item:first-of-type {
		border-top-width: 0.2564102564vw;
	}
}
@media screen and (max-width: 767px) {
	.p-news .c-news-item__link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media screen and (max-width: 767px) {
	/*.p-news .c-news-item .cnt {
		width: 53.8461538462vw;
	}*/
}
@media screen and (max-width: 767px) {
	.p-news .c-news-item .img {
		width: 33.3333333333vw;
		height: 25.1282051282vw;
		margin-top: 0;
	}
}

.p-contact {
	padding-top: 9.5rem;
	padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
	.p-contact {
		display: none;
	}
}
/*# sourceMappingURL=top.css.map */