@charset "UTF-8";

/* preservation
---------------------------------------------------------------------------*/
#preservationContents + footer {
	margin-top: 0;
}

.sec-lead {
	margin-bottom: 110px;
}

#sec-cycle,
#sec-microscope,
#sec-maintenance {
	margin-top: -60px;
	padding-top: 60px;
}

.txt-img .txt {
	padding-right: 75px;
}

.txt-img .txt h3 {
	margin-bottom: 20px;
	font-size: 22px;
}


/* .sec-cycle
---------------------------------------------------------------------------*/
.sec-cycle {
	margin-bottom: 100px;
	-webkit-box-align: start;
	align-items: flex-start;
}

.sec-cycle .txt p {
	font-size: 14px;
}

.sec-cycle .img {
	margin-top: 30px;
}

.sec-cycle .img h4 {
	margin-bottom: 12px;
	white-space: nowrap;
}

.sec-cycle .img h4 strong {
	padding-right: 10px;
	font-size: 15px;
	letter-spacing: 0.15em;
}

.sec-cycle .img h4 em {
	font-size: 13px;
	letter-spacing: 0.1em;
}


/* .sec-microscope
---------------------------------------------------------------------------*/
.sec-microscope {
	margin-bottom: 90px;
	-webkit-box-align: start;
	align-items: flex-start;
}

.sec-microscope .txt {
	position: relative;
}

.sec-microscope figure {
	position: relative;
	margin-top: 40px;
}

.sec-microscope .zoom1 {
	display: block;
	position: absolute;
	top: -39px;
	left: -145px;
	z-index: 2;
}

.sec-microscope .zoom2 {
	display: block;
	position: absolute;
	top: -7px;
	left: -112px;
	z-index: 1;
}

.sec-microscope .zoom-txt {
	display: inline-block;
	position: absolute;
	top: -65px;
	left: -118px;
	border-bottom: 1px solid #5B4023;
	padding-bottom: 3px;
	font-size: 14px;
	letter-spacing: 0.12em;
	z-index: 2;
}


/* .sec-maintenance
---------------------------------------------------------------------------*/
.sec-maintenance {
	margin-bottom: 120px;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-direction: row-reverse;
}

.sec-maintenance .box {
	margin-top: 45px;
	padding: 32px 28px 28px;
}

.sec-maintenance .box h4 {
	margin-bottom: 25px;
	text-align: center;
}

.sec-maintenance .box h4 strong {
	font-size: 17px;
	letter-spacing: 0.15em;
}

.sec-maintenance .box li {
	margin-bottom: 8px;
	font-size: 13px;
	text-align: justify;
}

.sec-maintenance figure {
	margin-top: 50px;
}

.sec-maintenance figure img {
	display: block;
	margin-bottom: 27px;
}

.sec-maintenance figure img:last-of-type {
	margin-bottom: 0;
}


/* .sec-new-technologies
---------------------------------------------------------------------------*/
.sec-new-technologies {
	background-color: #FFFFFF;
	margin-bottom: 160px;
}

.sec-new-technologies > h2 {
	padding: 35px;
	color: #FFFFFF;
	text-align: center;
}

.sec-new-technologies > h2 em {
	display: block;
	margin-bottom: 18px;
	font-size: 14px;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.sec-new-technologies > h2 strong {
	display: block;
	font-size: 22px;
	letter-spacing: 0.24em;
}

.sec-new-technologies .list-wrap {
	padding: 70px 0 75px;
}

.sec-new-technologies .list {
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 0 auto;
}

.sec-new-technologies .list .inner {
	position: relative;
	width: 400px;
}

.sec-new-technologies .list .inner:first-of-type:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: -80px;
	background-color: #E5DFC6;
	width: 1px;
	height: 100%;
}

.sec-new-technologies .list figure {
	position: relative;
	margin-bottom: 30px;
}

.sec-new-technologies .list figcaption {
	position: absolute;
	bottom: -34px;
	right: -25px;
}

.sec-new-technologies .list figcaption img {
	width: 85px;
}

.sec-new-technologies .list h2 {
	margin-bottom: 23px;
	text-align: center;
}

.sec-new-technologies .list h2 strong {
	display: inline-block;
	position: relative;
	padding: 0 24px 0 30px;
	font-size: 15px;
	letter-spacing: 0.2em;
}

.sec-new-technologies .list h2 strong:before,
.sec-new-technologies .list h2 strong:after {
	display: block;
	content: '';
	position: absolute;
	top: -1px;
	background: url(../img/share/line-sub-title.png) no-repeat left top / 8px auto;
	width: 8px;
	height: 20px;
}

.sec-new-technologies .list h2 strong:before { left: 0; }
.sec-new-technologies .list h2 strong:after { right: 0; transform: scaleX(-1); }

.sec-new-technologies .list h3 {
	margin-bottom: 22px;
	font-size: 21px;
	letter-spacing: 0.17em;
	text-align: center;
}

.sec-new-technologies .list p {
	padding: 0 5px;
	line-height: 2.1;
	text-align: justify;
}

.sec-new-technologies .list .btn-link {
	margin: 35px 0 0;
}

.sec-new-technologies .list .btn-link a {
	display: block;
	padding-top: 14px;
	padding-bottom: 16px;
	font-size: 15px;
}

.sec-new-technologies .list .attention {
	position: absolute;
	bottom: -30px;
	right: 0;
	font-size: 12px;
	letter-spacing: 0.06em;
}