@charset "UTF-8";

/* about
---------------------------------------------------------------------------*/
body {
	background-color: #FFFFFF;
}

#main {
	padding: 5% 0 0;
}

#main-inner {
	max-width: 100%;
}


/* .sec-lead
---------------------------------------------------------------------------*/
.sec-lead,
.sec-message {
	box-sizing: border-box;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto 125px;
	padding: 0 60px;
}

.sec-lead > figure {
	margin-bottom: 95px;
}

.sec-lead > figure img,
.sec-message > figure img {
	width: 100%;
	height: auto;
}

.sec-lead .inner1 {
	margin-bottom: 100px;
	text-align: center;
}

.sec-lead .inner1 h2 {
	margin-bottom: 30px;
}

.sec-lead .inner1 p {
	margin-bottom: 12px;
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.04em;
	text-align: center;
}

.sec-lead .inner2,
.sec-message .inner {
	display: -webkit-box;
	display: flex;
	width: 986px;
	margin: 0 auto;
}

.sec-lead .inner2 .txt,
.sec-message .inner .txt {
	box-sizing: border-box;
	width: 100%;
}

.sec-lead .inner2 .txt {
	padding-right: 67px;
}

.sec-lead .inner2 figure,
.sec-message .inner figure {
	width: 377px;
}

.sec-lead .inner2 figure img:first-of-type {
	display: block;
	margin-bottom: 50px;
}

.sec-lead .inner2 dl > div {
	position: relative;
	border-top: 1px solid rgba(16, 86, 112, 0.4);	
	padding: 20px 0 32px 58px;
}

.sec-lead .inner2 dl > div:last-of-type {
	padding-bottom: 0;
}

.sec-lead .inner2 dt {
	position: absolute;
	top: 23px;
	left: 2px;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.35em;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;	
}

.sec-lead .inner2 dd p {
	margin-bottom: 9px;
	font-size: 13px;
	letter-spacing: 0.04em;
	text-align: justify;
}


/* .sec-message
---------------------------------------------------------------------------*/
.sec-message {
	margin-bottom: 200px;
}

.sec-message > figure {
	margin-bottom: 100px;
}

.sec-message .inner {
	width: 1000px;
}

.sec-message .inner figure {
	width: 430px;
	margin-top: 5px;
}

.sec-message .inner .txt h2 {
	margin-bottom: 28px;
}

.sec-message .inner p {
	margin-bottom: 14px;
	font-size: 15px;
	line-height: 2.1;
	letter-spacing: 0.04em;
}

.sec-message .logo {
	margin: 6px 0 42px;
}

.sec-message .logo img {
	width: 51px;
	height: auto;
}


/* .slider-about
---------------------------------------------------------------------------*/
.slider-about .inner img {
	width: 100%;
	height: auto;
}