@charset "utf-8";

/* ==============================================
  font
============================================== */
#message .signature,
#message .link_box {
	font-family: YuMincho, 'Yu Mincho', serif;
}

@media all and (-ms-high-contrast:none) {
	#message .signature,
	#message .link_box {
		font-family: 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	}
}

/* ==============================================
  main
============================================== */
#main {
	margin-bottom: 90px;
	text-align: right;
}
#main .inner {
	height: 600px;
	background: url(/company/img/kv.jpg) no-repeat 50% 0;
}
#main h1 {
	position: relative;
	display: inline-block;
	margin: 50px 60px 0 0;
	padding: 6px 8px 0 0;
}
#main h1 .icon {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
#main h1 .text {
	position: relative;
	display: inline-block
	z-index: 2;
}

#main .main_lead {
	position: absolute;
	top: 50%;
	left: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-transform: translateX(-50%) translateY(calc(-50% - 25px));
	transform: translateX(-50%) translateY(calc(-50% - 25px));
}
#main .main_lead span {
	margin: 0 -1.8em;
}


@media screen and (max-width: 768px) {
	#main {
		margin-bottom: 12vw;
		text-align: right;
	}
	#main .inner {
		height: 90vw;
		background: url(/company/img/kv.jpg) no-repeat 60% 50%;
		background-size: 160vw;
	}
	#main h1 {
		margin: 1vw .5vw 0;
		padding: .5vw 2vw 0 0;
	}
	#main h1 .icon img {
		width: 12.2666666vw;
	}
	#main h1 .text img {
		width: 21.2666666vw;
	}

	#main .main_lead {
		position: absolute;
		top: 50%;
		left: calc(50% - 8vw);
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-transform: translateX(-50%) translateY(calc(-50% + 4vw));
		transform: translateX(-50%) translateY(calc(-50% + 4vw));
	}
	#main .main_lead span {
		margin: 0 -5.8vw;
	}
	#main .main_lead span img {
		width: 23vw;
	}
}


/* ==============================================
  message
============================================== */
#message {
	margin-bottom: 100px;
}
#message .inner {
	max-width: 830px;
}
#message .title_block {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 70px;
}
#message .text {
	position: relative;
	width: calc(100% - 260px);
	padding-right: 25px;
}
#message h2 span {
	display: block;
}
#message h2 span.text01 {
	margin-bottom: 35px;
}
#message h2 span.text02,
#message h2 span.text03 {
	margin-bottom: 20px;
}
#message .signature {
	position: absolute;
	right: 25px;
	bottom: 0;
	text-align: right;
}
#message .name {
	font-size: 2.0rem;
}
#message .post {
	display: inline-block;
	font-size: 1.2rem;
	padding-right: 1em;
}
#message .image {
	width: 260px;
}
#message .message_body p {
	margin-bottom: 2em;
	line-height: 2;
}

#message .link_box {
	max-width: 530px;
	margin: 0 auto;
}
.link_box a {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 60px;
	font-size: 1.8rem;
	border: 1px solid #666;
}
.link_box a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	content: '';
	width: 29px;
	height: 4px;
	transform: translateY(-50%);
	background: url(/assets/img/arrow_next.svg) no-repeat 100% 50%;
}
.link_box a span {
	padding-right: 30px;
}

@media screen and (max-width: 768px) {
	#message {
		margin-bottom: 12vw;
	}
	#message .inner {
		max-width: 100%;
	}
	#message .title_block {
		-webkit-align-items: flex-end;
		align-items: flex-end;
		margin-bottom: 12vw;
	}
	#message .text {
		position: relative;
		width: calc(100% - 34.666666vw);
		padding-right: 0;
	}
	#message h2 {
		position: relative;
		margin-bottom: 12vw;
		z-index: 2;
	}
	#message h2 span.text01 {
		width: 78vw;
		max-width: 78vw;
		height: 5.0666666vw;
		margin-bottom: 6.6666666vw;
	}
	#message h2 span.text02,
	#message h2 span.text03 {
		width: auto;
		height: 4.4vw;
		margin-bottom: 4.6666666vw;
	}
	#message h2 span.text01 img {
		width: 78vw;
		max-width: 78vw;
		height: 5.0666666vw;
	}
	#message h2 span.text02 img,
	#message h2 span.text03 img {
		width: auto;
		height: 4.4vw;
	}
	#message .signature {
		position: relative;
		right: 0;
		bottom: 0;
		text-align: right;
	}
	#message .name {
		padding-right: .5em;
		font-size: 4.2666666vw;
	}
	#message .post {
		display: inline-block;
		font-size: 3.2vw;
		padding-right: 1em;
	}
	#message .image {
		width: 34.666666vw;
		padding-top: 4.9333333vw;
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	#message .message_body p {
		margin-bottom: 2em;
		line-height: 2;
	}

	#message .link_box {
		max-width: 100%;
	}
	#message .link_box a {
		height: auto;
		padding: .5em 1em;
		font-size: 4vw;
		line-height: 1.5;
	}
	#message .link_box a:after {
		position: absolute;
		top: 50%;
		right: 20px;
		content: '';
		width: 29px;
		height: 4px;
		transform: translateY(-50%);
		background: url(/assets/img/arrow_next.svg) no-repeat 100% 50%;
	}
	#message .link_box a span {
		padding-right: 30px;
	}
}


/* ==============================================
  outline
============================================== */
#outline {
}
#outline .inner {
	max-width: 830px;
}
#outline .kv {
	margin-bottom: 50px;
}
#outline dl {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.5rem;
	border-top: 1px dotted #b6b6b6;
}

#outline dt {
	width: 190px;
	padding: 20px 0 20px 25px;
	font-weight: 700;
	letter-spacing: 1em;
}
#outline dt.w4 {
	letter-spacing: .32em;
}
#outline dt.w2 {
	letter-spacing: 2.9em;
}
#outline dd {
	position: relative;
	width: calc(100% - 190px);
	padding: 20px 25px 20px 0;
}
#outline dd:after {
	position: absolute;
	content: '';
	left: -190px;
	bottom: 0;
	width: calc(100% + 190px);
	height: 1px;
	border-bottom: 1px dotted #b6b6b6;
}

aside {
	max-width: 830px;
	margin: 0 auto;
	padding: 100px 0;
}


@media screen and (max-width: 768px) {
	#outline .inner {
		max-width: 830px;
	}
	#outline .kv {
		margin-bottom: 5vw;
	}
	#outline dl {
		font-size: 3.6vw;
	}

	#outline dt {
		width: 9em;
		padding: .5em 0 .5em 1em;
		font-weight: 700;
		letter-spacing: 1em;
	}
	#outline dt.w4 {
		letter-spacing: .32em;
	}
	#outline dt.w2 {
		letter-spacing: 2.9em;
	}
	#outline dd {
		position: relative;
		width: calc(100% - 9em);
		padding: .5em 1em .5em 0;
	}
	#outline dd:after {
		left: -9em;
		width: calc(100% + 9em);
	}

	aside {
		max-width: 90vw;
		margin: 0 auto;
		padding: 12vw 0;
	}
}
