@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	position: relative;
}
.mainVisual .pho {
	vertical-align: top;
}
.mainVisual .pho img {
	width: 100%;
}
.swiper-slide.swiper-slide-prev img,
.swiper-slide.swiper-slide-active img {
	animation: fadescale 5s linear forwards;
}
@keyframes fadescale {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}
.mainVisual .scroll {
	position: absolute;
	bottom: 0;
	right: 3rem;
	width: 4rem;
	z-index: 2;
}
.mainVisual .scroll a:hover {
	opacity: 0.7;
}
.mainVisual .text {
	position: absolute;
	left: 11.8%;
	top: 14.8%;
	font-size: 6rem;
	letter-spacing: 0.3rem;
	z-index: 2;
}
.mainVisual .text .white {
	color: #fff;
	font-weight: 700;
}
.mainVisual .txt,
.mainVisual .sml {
	width: fit-content;
	position: relative;
	margin-bottom: 0.2rem;
	padding: 0.7rem 1.7rem 1.3rem 2rem;
	line-height: 1.2;
}
.mainVisual .sml {
	margin-top: 1rem;
	padding: 0.9rem 1.9rem 1.1rem 2rem;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 0;
}
.mainVisual .txt > span,
.mainVisual .sml > span {
	position: relative;
	z-index: 1;
}
.mainVisual .txt::before,
.mainVisual .sml::before  {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #EB0A1E;
	content: "";
	transition: .1s linear;
}
.mainVisual .sml::before {
	background-color: #fff;
}
.mainVisual .text.on .txt::before,
.mainVisual .text.on .sml::before {
	width: 100%;
	transition: .4s linear;
}
.mainVisual .text.on .txt01::before {
	transition-delay: .4s !important;
}
.mainVisual .text.on .txt02::before {
	transition-delay: .8s !important;
}
.mainVisual .text.on .sml::before {
	transition-delay: 1.2s !important;
}
#main .news {
	padding: 8rem 0;
}
#main .news ul {
	width: 76.4rem;
	margin: 0 -1.5rem 0 auto;
	border-top: 1px solid #E5E5E5;
}
#main .news li {
	padding: 2.7rem 1.9rem 3.1rem;
	border-bottom: 1px solid #E5E5E5;
}
#main .news li:nth-child(n + 4) {
	display: none;
}
#main .news li .time {
	margin-bottom: 0.8rem;
	display: block;
	font-family: "Crimson Text", serif;
}
#main .news li a {
	margin-right: -1rem;
	padding-right: 5.5rem;
	display: block;
	background: url(../img/common/icon02.png) no-repeat right 1.2rem center;
	background-size: 3rem auto;
}
#main .news .link {
	width: 13.5rem;
	margin: 2.8rem -1.4rem 0 auto;
}
#main .news .link a {
	padding: 0.9rem 1.9rem 0.7rem;
	display: block;
	font-size: 1.1rem;
	letter-spacing: 0.165rem;
	border-radius: 0.5rem;
	border: 1px solid #000;
	background: url(../img/common/icon03.png) no-repeat right 1.8rem center;
	background-size: 1.4rem;
}
#main .news li a {
	text-decoration: underline;
	transition: 0.3s;
	text-underline-offset: 0.4rem;
	padding-top: 0.6rem;
}
#main .news li a:first-of-type {
	padding-top: 0rem;
}
#main .news li a:visited {
	color: #000;
}
#main .news li a:hover {
	color: #EB0A1E;
}
#main .news li a:active {
	color: #000;
}
#main .company {
	padding-bottom: 10rem;
	background: url(../img/index/company_bg.jpg) no-repeat top center #F2F2F2;
	background-size: 100% auto;
}
#main .company .whiteBg {
	max-width: 122rem;
	margin: 0 auto;
	padding: 10rem 0 5rem;
	border-radius: 0.5rem;
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
}
#main .company ul {
	margin: 0 -1rem;
	position: relative;
}
#main .company ul::after {
	content: "";
	width: 32rem;
}
#main .company li {
	margin-bottom: 5rem;
	width: 32rem;
}
#main .company li a {
	padding-bottom: 3.6rem;
	display: block;
	background: url(../img/common/icon02.png) no-repeat left bottom;
	background-size: 3rem auto;
}
#main .company .pho {
	margin-bottom: 1.7rem;
	position: relative;
	overflow: hidden;
	border-radius: 0.5rem;
}
#main .company .pho img {
	width: 100%;
	transition: .3s;
}
#main .company .pho .en {
	padding: 0.3rem 1rem 0.2rem;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 1.4rem;
	border-radius: 0 0.5rem;
	background: #EB0A1E;
	z-index: 1;
}
#main .company .ttl {
	margin-bottom: 1.7rem;
	font-size: 2rem;
	font-weight: 500;
}
#main .company p {
	font-size: 1.4rem;
}
#main .products {
	padding-bottom: 9.9rem;
	background-color: #F2F2F2;
}
#main .products .bgBox {
	padding: 4rem 0;
	background-color: #333;
}
#main .products .phoList.right {
	margin-bottom: 3rem;
}
#main .products .phoList li {
	width: 32rem;
	margin: 0 1.5rem;
}
#main .products .textInfo {
	width: 55.55%;
	margin: -43.4rem 0 5rem auto;
	padding: 0 11rem 10rem;
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 0.5rem 0 0 0.5rem;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
}
#main .products .headLine01 {
	padding: 9.5rem 0 0;
	margin-bottom: 2.3rem;
}
#main .products p {
	margin-bottom: 5.1rem;
	line-height: 2;
	font-size: 1.8rem;
}
#main .products .pho img {
	width: 100%;
}
#main .products .textBox {
	margin: 4.3rem 0 0 -12%;
	width: 55.55%;
	padding: 0 8rem 10rem 11rem;
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 0.5rem 0 0 0.5rem;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
}
#main .products .imgBox.right .pho {
	overflow: hidden;
	border-radius: 0.5rem 0 0 0.5rem;
}
#main .products .imgBox.right .textBox {
	margin: 0 -24% -4.5rem 0;
	border-radius: 0 0.5rem 0.5rem 0;
}
#main .products .linkImg {
	margin: 14.5rem 0 10rem;
}
#main .products .linkImg li {
	width: 20%;
}
#main .products .linkImg a {
	display: block;
	overflow: hidden;
}
#main .products .linkImg img {
	width: 100%;
	transition: .3s;
}
@media all and (min-width: 897px) {
	#main .news .headLine01 {
		position: absolute;
		left: 2rem;
		top: 0;
	}
	#main .news li a:hover {
		background-position: right 0.2rem center;
	}
	#main .news .link a:hover {
		color: #fff;
		background-color: #000;
		background-image: url(../img/common/icon03_on.png);
	}
	#main .company li a:hover {
		background-position: left 1rem bottom;
	}
	#main .company li a:hover img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	#main .products .imgBox {
		align-items: center;
	}
	#main .products .imgBox .pho {
		width: 55.55%;
	}
	#main .products .imgBox.right {
		flex-direction: row-reverse;
		align-items: flex-end;
	}
	#main .products .imgBox.right .pho {
		width: 66.66%;
	}
	#main .products .imgBox.right .textBox {
		margin: 0 -24% -4.5rem 0;
		border-radius: 0 0.5rem 0.5rem 0;
	}
	#main .products .imgBox.right .textBox > div {
		margin-left: auto;
		max-width: 60rem;
	}
	#main .products .linkImg a:hover img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
}
@media all and (max-width: 896px) {
	.mainVisual .scroll {
		right: 0;
	}
	.mainVisual .text {
		left: 2rem;
		top: auto;
		bottom: 3rem;
		font-size: 3rem;
		letter-spacing: 0.15rem;
	}
	.mainVisual .txt,
	.mainVisual .sml {
		margin-bottom: 0.1rem;
		padding: 0.4rem 1rem 0.6rem;
	}
	.mainVisual .sml {
		margin: 0.5rem 0 0;
		padding: 0.5rem 1rem;
		font-size: 1.2rem;
	}
	.mainVisual .text.on .sml01 {
		margin-top: 0;
	}
	.mainVisual .text.on .sml01::before {
		transition-delay: 1.6s !important;
	}
	#main .news {
		padding: 0 0 5rem;
	}
	#main .news ul {
		width: auto;
		margin: 0 -1rem;
	}
	#main .news li {
		padding: 1.2rem 1rem 1.6rem;
	}
	#main .news li .time {
		margin-bottom: 0.3rem;
	}
	#main .news li a {
		margin-right: 0;
		padding-right: 3rem;
		background-position: right center;
		background-size: 2.4rem auto;
	}
	#main .news .link {
		margin: 2.9rem auto 0;
	}
	#main .company {
		padding: 0 2rem 5rem;
		background-image: url(../img/index/company_bg_sp.jpg);
	}
	#main .company .whiteBg {
		max-width: inherit;
		padding: 1rem 0 1.1rem;
	}
	#main .company ul {
		margin: -2.1rem -2rem 0;
	}
	#main .company li {
		margin: 2.1rem 0 0;
		width: 48.6%;
	}
	#main .company li a {
		padding-bottom: 2.4rem;
		background-size: 2.4rem auto;
	}
	#main .company .pho {
		margin-bottom: 0.8rem;
	}
	#main .company .pho .en {
		padding: 0.1rem 0.5rem 0.1rem;
		font-size: 0.8rem;
	}
	#main .company .ttl {
		margin-bottom: 0.8rem;
		font-size: 1.4rem;
	}
	#main .company p {
		font-size: 1.2rem;
	}
	#main .products {
		padding-bottom: 5rem;
	}
	#main .products .bgBox {
		padding: 1rem 0;
	}
	#main .products .phoList.right {
		margin-bottom: 1.2rem;
	}
	#main .products .phoList li {
		width: 12.8rem;
		margin: 0 0.6rem;
	}
	#main .products .textInfo {
		width: auto;
		margin: -8.8rem 0 5rem 5rem;
		padding: 0 3rem 5rem;
	}
	#main .products .headLine01 {
		padding: 4.6rem 0 0;
		margin: 0 0 1.7rem;
		text-align: left;
	}
	#main .products .headLine01 .en {
		letter-spacing: 0;
	}
	#main .products p {
		margin-bottom: 3rem;
		font-size: 1.4rem;
	}
	#main .products .imgBox {
		display: block;
	}
	#main .products .imgBox .pho {
		margin-right: 2rem;
	}
	#main .products .imgBox.right .pho {
		margin: 0 0 0 2rem;
	}
	#main .products .textBox {
		margin: 1rem 0 0 5rem;
		width: auto;
		padding: 0 3rem 5rem;
	}
	#main .products .textBox .headLine01 {
		padding-top: 3.7rem;
	}
	#main .products .textBox p {
		margin-top: -1px;
	}
	#main .products .imgBox.right .textBox {
		margin: -5rem 5rem 0 0;
	}
	#main .products .imgBox.right .textBox .headLine01 {
		padding: 3.8rem 0 0.5rem;
		letter-spacing: 0.1rem;
		line-height: 1.2;
	}
	#main .products .imgBox.right .textBox .headLine01 .en {
		margin-bottom: 0.4rem;
	}
	#main .products .linkImg {
		margin: 5rem 0 5rem;
		display: block;
		overflow: hidden;
	}
	#main .products .linkImg li {
		width: 20rem !important;
		float: left;
	}
}