@charset "utf-8";
/*------------------------------------------------------------
------------------------------------------------------------*/
.topSwiper {
	position: relative;
}
.topSwiper .slide {
	height: 630px;
	background: #000 url("../images/dimension/bg01.jpg") no-repeat center top;
}
.topSwiper .slide.bg02 {
	background-image: url("../images/dimension/bg02.jpg");
}
.topSwiper .logo {
	position: absolute;
	left: 72px;
	top: 80px;
	z-index: 10;
}
.topSwiper .control {
	width: 362px;
	position: absolute;
	right: 0;
	bottom: 54px;
	z-index: 10;
}
.topSwiper .control .arrow {
	margin-bottom: 14px;
	display: flex;
	align-items: flex-end;
}
.topSwiper .control .prev,
.topSwiper .control .next {
	opacity: 0.2;
	cursor: pointer;
}
.topSwiper .control .page {
	margin: 0 20px 0 14px;
	display: flex;
	align-items: flex-end;
	color: #fff;
	font-size: 24px;
}
.topSwiper .control .page .cur {
	margin-bottom: -10px;
	font-size: 48px;
}
.topSwiper .control .page .total {
	margin-left: 6px;
}
.topSwiper .control .prev:hover,
.topSwiper .control .next:hover {
	opacity: 1;
}
.topSwiper .control .swiper-pagination-progressbar {
	bottom: 0;
	top: auto;
	height: 1px;
	background: #fff;
}
.topSwiper .control .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #D80E15;
}
.main {
	padding-top: 60px;
	padding-bottom: 120px;
	display: block;
}
.main .listUl {
	margin-right: -60px;
	display: flex;
	flex-wrap: wrap;
}
.main .listUl li {
	margin: 0 60px 60px 0;
	width: 360px;
}
.main .listUl li a {
	display: block;
	background: #fff;
}
.main .listUl li a img {
	display: block;
	width:100%;
}
.main .listUl li .txtBox {
	padding: 26px 32px 30px;
	min-height: 300px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.main .listUl li .ttl {
	margin-bottom: 23px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;					
	-webkit-box-orient: vertical;
}
.main .listUl li .txt {
	margin-bottom: 19px;
	color: #999;
	font-family: "apl";
	font-size: 14px;
	line-height: 1.7;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;					
	-webkit-box-orient: vertical;
}
.main .listUl li .time {
	margin-left: -3px;
	flex: 1;
	color: #999;
	font-family: "apl";
	font-size: 14px;
}
.main .listUl li .btn {
	margin-left: -3px;
	padding-left: 15px;
	width: 116px;
	position: relative;
	color: #d80e15;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	box-sizing: border-box;
	border: 2px solid #D80E15;
}
.main .listUl li .btn:before {
	width: 30px;
	height: 30px;
	position: absolute;
	right: -2px;
	top: -2px;
	background: #D80E15 url("../images/common/arrow05.png") no-repeat center center;
	content: "";
}
.main .listUl li a:hover {
	background: #D80E15;
}
.main .listUl li a:hover .ttl,
.main .listUl li a:hover .txt,
.main .listUl li a:hover .time {
	color: #fff;
}
.main .listUl li a:hover .btn {
	color: #fff;
	background: none;
	border-color: #fff;
}
.main .listUl li a:hover .btn:before {
	background-color: #fff;
	background-image: url("../images/common/arrow05_on.png");
}
.main .more {
	margin-top: 0;
}

/*-----------------------
	  product.html
------------------------*/
#fullpage {
	background: #f5f5f5;
	text-align: left;
}
#fullpage .footerSection,
#fullpage .footerSection .fp-tableCell {
	height: auto !important;
	text-align: left;
}
#fullpage .pageSection .subSection {
	padding-top: 70px;
	color: #1e1e1e;
}
#fullpage.productBox .pageSection {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background: #F5F5F5;
}
#fullpage.productBox .pageSection:hover {
	background: #ECDA1D;
}
#fullpage.productBox .pageSection .subSection {
	margin: 0 auto;
	width: 1200px;
	text-align: center;
}
#fullpage.productBox .pageSection .subSection .ttl {
	margin: 0 auto;
	width: 457px;
	position: relative;
	font-size: 40px;
	font-weight: bold;
	line-height: 109px;
}
#fullpage.productBox .pageSection .subSection .ttl:before {
	width: 0;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 0;
	background: #F5F5F5;
	content: "";
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#fullpage.productBox .pageSection .subSection .ttl:after {
	width: 250px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #F5F5F5;
	content: "";
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#fullpage.productBox .pageSection:hover .subSection .ttl:before {
	width: 100%;
	background: #1E1E1E;
}
#fullpage.productBox .pageSection:hover .subSection .ttl:after {
	width: 100%;
	background: #1E1E1E;
}
#fullpage.productBox .pageSection .subSection .img {
	height: 251px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#fullpage.productBox .pageSection .subSection .text {
	margin-bottom: 50px;
	font-size: 22px;
	line-height: 1.8;
	white-space: pre-line;
}
#fullpage.productBox .pageSection .subSection .text02 {
	margin: 0 auto 40px;
	width: 282px;
	font-size: 30px;
	line-height: 57px;
	border: 1px solid #3C3C3C;
}
#fullpage.productBox .pageSection .subSection .text03 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.8;
	white-space: pre-line;
}

/*-----------------------
	  about.html
------------------------*/
#fullpage.aboutBox #brand {
	margin: 0 auto;
	width: 1200px;
	height: 900px;
}
#fullpage.aboutBox .pageSection .title {
	margin-bottom: 20px;
	padding-bottom: 31px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1;
	background: url(../images/dimension/about_line.png) no-repeat left bottom;
}
#fullpage.aboutBox .pageSection .title span {
	display: block;
	font-size: 40px;
}
#fullpage.aboutBox #brand p {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
	white-space: pre-line;
}
#fullpage.aboutBox #brand ul {
	margin: 20px -25px 0;
	padding: 25px;
	display: flex;
	flex-wrap: wrap;
	background: url("../images/dimension/about_grid.png") no-repeat;
}
#fullpage.aboutBox #brand li {
	padding: 1px 0 0 1px;
}
#fullpage.aboutBox #brand li a img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .5;
	-webkit-transition: all .5s;
	transition: all .5s
}
#fullpage.aboutBox #brand li a:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1
}
#fullpage.aboutBox #mission .subSection {
	height: 100%;
	box-sizing: border-box;
}
#fullpage.aboutBox #mission ul {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}
#fullpage.aboutBox #mission li {
	width: 50%;
	height: 50%;
	position: relative;
	background: #fff;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
}
#fullpage.aboutBox #mission li:nth-child(2),
#fullpage.aboutBox #mission li:nth-child(3) {
	background: #F8F8F8;
}
#fullpage.aboutBox #mission li:nth-child(2):hover,
#fullpage.aboutBox #mission li:nth-child(3):hover,
#fullpage.aboutBox #mission li:nth-child(4):hover {
	background: #ecda1d;
}
#fullpage.aboutBox #mission li .item {
	padding-left: 150px;
	width: 600px;
	position: absolute;
	top: 50%;
	font-size: 28px;
	line-height: 1.75;
	box-sizing: border-box;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#fullpage.aboutBox #mission li:nth-child(2n+1) .item {
	padding-left: 0;
	right: 0;
}
#fullpage.aboutBox #mission li .item span {
	display: block;
	font-size: 30px;
	font-weight: bold;
}
#fullpage.aboutBox #mission li:first-child .item {
	padding: 20px 0 31px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1;
	background: url(../images/dimension/about_line.png) no-repeat left bottom;
}
#fullpage.aboutBox #mission li:first-child .item span {
	display: block;
	font-size: 40px;
}
#fullpage.aboutBox #info {
	position: relative;
	background: #ECDA1D;
}
#fullpage.aboutBox #info:before {
	max-width: 1920px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background: url("../images/dimension/about_bg.png") no-repeat center top;
	content: "";
}
#fullpage.aboutBox #info .subSection {
	margin: 0 auto;
	padding-left: 460px;
	width: 1200px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
#fullpage.aboutBox #info p {
	font-size: 20px;
	line-height: 1.65;
	text-align: justify;
	text-justify: inter-ideograph;
	white-space: pre-line;
}
#fullpage.aboutBox #info p span {
	font-weight: bold;
}
#fullpage.aboutBox #info .img {
	margin: 117px 0 12px 200px;
}
#fullpage.aboutBox #strengths {
	margin: 0 auto;
	width: 1200px;
	height: 900px;
}
#fullpage.aboutBox #strengths .img {
	padding: 160px 0 110px;
	position: relative;
}
#fullpage.aboutBox #strengths .img img {
	margin: 0 auto;
	display: block;
}
#fullpage.aboutBox #strengths .img p {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
	text-align: center;
	white-space: pre-line;
}
#fullpage.aboutBox #strengths .img p span {
	display: block;
	font-size: 30px;
	font-weight: bold;
}
#fullpage.aboutBox #strengths .img p:nth-child(1) {
	width: 100%;
}
#fullpage.aboutBox #strengths .img p:nth-child(2) {
	bottom: 0;
	top: auto;
	left: 200px;
}
#fullpage.aboutBox #strengths .img p:nth-child(3) {
	bottom: 0;
	top: auto;
	left: auto;
	right: 126px;
}
#fullpage.aboutBox #term .subSection {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
}
#fullpage.aboutBox #term .title {
	margin-bottom: 50px;
	padding-top: 50px;
	text-align: center;
	background-position: center bottom;
}
#fullpage.aboutBox #term ul {
	max-height: 805px;
	display: flex;
	flex: 1;
}
#fullpage.aboutBox #term li {
	width: 20%;
}
#fullpage.aboutBox #term li a {
	height: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
#fullpage.aboutBox #term li a:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: url("../images/dimension/about_photo01.jpg") no-repeat center center;
	background-size: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	content: "";
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#fullpage.aboutBox #term li:nth-child(2) a:before {
	background-image: url("../images/dimension/about_photo02.jpg");
}
#fullpage.aboutBox #term li:nth-child(3) a:before {
	background-image: url("../images/dimension/about_photo03.jpg");
}
#fullpage.aboutBox #term li:nth-child(4) a:before {
	background-image: url("../images/dimension/about_photo04.jpg");
}
#fullpage.aboutBox #term li:nth-child(5) a:before {
	background-image: url("../images/dimension/about_photo05.jpg");
}
#fullpage.aboutBox #term li a:hover:before {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
} 
#fullpage.aboutBox #term li a:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: #000;
	opacity: 0.85;
	content: "";
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#fullpage.aboutBox #term li a:hover:after {
	opacity: 0.55;
}
#fullpage.aboutBox #term li a img {
	position: relative;
	z-index: 10;
}

/*-----------------------
	  method.html
------------------------*/
#fullpage.methodBox .pageSection {
	text-align: center;
}
#fullpage.methodBox .pageSection .subSection {
	padding-top: 70px;
}
#fullpage.methodBox .pageSection .title {
	margin-bottom: 78px;
	padding-bottom: 31px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1;
	background: url(../images/dimension/about_line.png) no-repeat center bottom;
}
#fullpage.methodBox .pageSection .title span {
	display: block;
	font-size: 40px;
}
#fullpage.methodBox .pageSection p.ttl {
	margin-bottom: 33px;
	font-size: 50px;
	line-height: 1.25;
	white-space: pre-line;
}
#fullpage.methodBox .pageSection p.text {
	font-size: 22px;
	line-height: 1.8;
	white-space: pre-line;
}
#fullpage.methodBox .pageSection ul {
	margin: 80px auto 0;
	width: 1064px;
	display: flex;
	justify-content: space-between;
}
#fullpage.methodBox .pageSection li {
	padding: 0 0 20px;
	width: 295px;
	min-height: 501px;
	position: relative;
	box-sizing: border-box;
	border: 2px solid #737373;
}
#fullpage.methodBox .pageSection li .step {
	margin: -23px auto 20px;
	width: 219px;
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 45px;
	background: #ECDA1D;
}
#fullpage.methodBox .pageSection li p {
	font-size: 22px;
	line-height: 1.8;
	white-space: pre-line;
}
#fullpage.methodBox .pageSection li div.ttl {
	margin-bottom: 15px;
	min-height: 122px;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.2;
	white-space: pre-line;
}
#fp-nav {
	margin-top: -32px;
	opacity: 1;
	position: fixed;
	top: 50%;
	right: 40px;
	z-index: 100
}
#fp-nav ul {
	position: relative;
	z-index: 2
}

#fp-nav ul>li {
	display: block;
	margin: 10px 0
}

#fp-nav ul>li>a {
	border: none;
	display: block;
	height: 15px;
	position: relative;
	-webkit-transition: all .2s;
	transition: all .2s;
	width: 32px
}

#fp-nav ul>li>a span {
	background-color: #000;
	display: block;
	height: 1px;
	left: 0;
	line-height: 1px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}
#fp-nav.white ul>li>a span {
	background-color: #fff;
}
#fp-nav ul>li>a span,#fp-nav ul>li>a.active {
	-webkit-transition: all .5s;
	transition: all .5s
}

#fp-nav ul>li>a.active span {
	background-color: #ECDA1D;
	height: 4px;
	line-height: 4px
}