@charset "UTF-8";

/* about
---------------------------------------------------------------------------*/
.slider-wrap {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto 130px;
	padding-top: 20px;
}

.slider .inner img {
	width: 100%;
	height: auto;
}

/* .sec-greetings
------------------------------------*/
.sec-greetings,
.sec-strength {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto 90px;
	padding: 0 60px;
}

.sec-greetings .txt-set { width: 48%; }
.sec-strength .txt-set { width: 47%; }

.sec-greetings .txt-set:nth-of-type(1),
.sec-strength .txt-set:nth-of-type(1) { float: left; }
.sec-greetings .txt-set:nth-of-type(2),
.sec-strength .txt-set:nth-of-type(2) { float: right; }

.sec-greetings h2 {
	margin-bottom: 38px;
}

.sec-greetings .jp p {
	margin-bottom: 15px;
	font-size: 17px;
	line-height: 2;
}

.sec-greetings .en p {
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.02em;
}

/* .sec-strength
------------------------------------*/
.sec-strength {
	margin-bottom: 0;
}

.sec-strength h2 {
	margin-bottom: 60px;
}

.sec-strength .jp .title-line span {
	padding-bottom: 3px;
	font-size: 16px;
	letter-spacing: 0.12em;
}

.sec-strength .en .title-line span {
	font-size: 18px;
	letter-spacing: 0.02em;
}

.sec-strength .title-line span:after {
	bottom: 0;
}

.strength-list {
	padding-left: 90px;
}

.strength-list dt {
	position: relative;
	margin-bottom: 18px;
	font-size: 23px;
	letter-spacing: 0.12em;
}

.en .strength-list dt {
	margin-bottom: 15px;
	font-size: 28px;
	letter-spacing: 0;
}

.strength-list dt i {
	display: block;
	position: absolute;
	top: -3px;
	left: -90px;
	font-size: 27px;
}

.en .strength-list dt i { top: 0; }

@media all and (-ms-high-contrast:none){
	.jp .strength-list dt i { top: 2px; }
	.en .strength-list dt i { top: 2px; }
}

.strength-list dt i:after {
	display: block;
	content: '';
	position: absolute;
	top: 11px;
	left: 30px;
	background: #ADADAD;
	width: 43px;
	height: 1px;
}

.strength-list dd {
	margin-bottom: 40px;
}

.strength-list dd:last-of-type {
	margin-bottom: 0;
}

.strength-list dd p {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.12em;
}

.en .strength-list dd p {
	line-height: 1.5;
	letter-spacing: 0.02em;
}