@charset "utf-8";

/*==========================================================
	INDEXページ 全体
==========================================================*/
body {
	background-color: #F4F4F4;
}

#body {
}


/*==========================================================
	コンテンツタイトル
==========================================================*/
section.title_about {
	background-image: url('../img/about/cover_bg.jpg');
	background-position: center center;
	background-size: cover;
	height: 600px;
}
section.title_about .innerbox {
	padding: 210px 0 0px;
}
section.title_about .sec_title {
	color: #82042A;
	color: #FFFFFF;
	font-weight: normal;
}
section.title_about .sec_title .en {
	display: block;
	font-size: 50px;
	letter-spacing: 0.1em;
	font-family: YuGothic, "游ゴシック", sans-serif;
}
section.title_about .sec_title .ja {
	display: block;
	margin-top: 8px;
	font-size: 26px;
	letter-spacing: 0.1em;
}
section.title_about .sec_title .border {
	display: block;
	width: 100px;
	height: 2px;
	margin: 25px auto;
	background-color: #FFFFFF;
}
section.title_about .text {
	display: block;
	margin-top: 20px;
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}


/*==========================================================
	philosophy 企業理念
==========================================================*/
section.philosophy {
	padding: 60px 0 10px;
	background-color: #F4F4F4;
}

section.philosophy .innerbox {
}
section.philosophy .sec_title {
}
section.philosophy .sec_title span {
	display: inline-block;
	width: 500px;
	padding: 20px 60px;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 0.1em;
	background-color: #82042A;

}
section.philosophy .sec_sub {
	margin: 0px auto 10px;
	padding-top: 80px;
	color: #82042A;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0.1em;
}


section.philosophy .desc {
	position: relative;
	margin: 60px auto 10px;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.1em;
}
section.philosophy .desc .sub {
	font-size: 20px;
}
section.philosophy .red {
	color: #82042A;
}
section.philosophy .small {
	font-size: 13px;
}
section.philosophy .desc::after {
	content: '';
	width: 1px;
	height: 40px;
	background-color: #000000;
	position: absolute;
	left: 50%;
	top: -50px;
	
}


/*==========================================================
	Message Box-1,2
==========================================================*/
section.message {
	padding-top: 100px;
	background-color: #F4F4F4;

}
section.message .innerbox {
	width: 100%;
}
section.message .sec_title {
}
section.message .sec_title span {
	display: inline-block;
	width: 500px;
	padding: 20px 60px;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 0.1em;
	background-color: #82042A;
}

/* ▼ BOX2 -------------- */

section.message .innerbox.box2 {
	position: relative;
	max-width: 1300px;
	height: 820px;
	margin-top: 20px;
}


section.message .innerbox.box2 .thumb_box {
	position: absolute;
	left: 60px;
	top: 40px;
	display: block;
	width: 680px;
	height: 450px;
}
section.message .innerbox.box2 .thumb_box .thumb1 {
	position: relative;
	width: 100%;
	z-index: 2;
}
section.message .innerbox.box2 .thumb_box::after {
	content: '';
	position: absolute;
	left: 40px;
	top: 40px;
	display: block;
	width: 680px;
	height: 450px;
	background-color: #82042A;
	z-index: 0;
}

section.message .thumb_box .name_box {
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 200px;
	height: 160px;
	padding: 20px 30px 0;
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1;
	background-color: #82042A;
	z-index: 2;
}
section.message .thumb_box > div {
	color: #FFFFFF;
	letter-spacing: 0.1em;
}
section.message .thumb_box .name_box > div .name {
	display: inline-block;
	font-size: 30px;
}
section.message .thumb_box .name_box > div .pos {
	display: inline-block;
	font-size: 18px;
	margin-top: 15px;
}
section.message .thumb_box .name_box p {
	margin-top: 10px;
	text-align: left;
	font-size: 13px;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}


section.message .innerbox.box2 .overview {
	position: absolute;
	right: 50px;
	top: 300px;
	display: block;
	width: 550px;
	height: 500px;
	background-color: #FFFFFF;
}
section.message .innerbox.box2 .overview .text {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
	padding: 60px 60px;
	text-align: left;
	background-color: #FFFFFF;
	z-index: 3;
}
section.message .innerbox.box2 .overview .text h3 {
	margin-bottom: 20px;
	font-size: 16px;
	letter-spacing: 0.1em;
}
section.message .innerbox.box2 .overview .text .desc3 {
	font-size: 14px;
	line-height: 1.9;
	letter-spacing: 0.1em;
}


/*==========================================================
	会社概要
==========================================================*/
section.about {
	padding-top: 100px;
	background-color: #F4F4F4;

}
section.about .innerbox {
	width: 100%;
}
section.about .sec_title {
}
section.about .sec_title span {
	display: inline-block;
	width: 500px;
	padding: 20px 60px;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 0.1em;
	background-color: #82042A;
}

section.about .list {
	width: 800px;
	margin: 80px auto 40px;
	border: 1px solid #D6D6D6;
	border-width: 1px 0 0;
}
section.about .list .row4{
	height: 150px;
	line-height: 1.6;
}
section.about .list .row6{
	height: 180px;
	line-height: 1.6;
}
section.about .list dt {
	display: inline-block;
	width: 165px;
	padding: 22px 35px;
	color: #36A3FF;
	font-size: 14px;
	letter-spacing: 0.1em;
	border: 1px solid #D6D6D6;
	border-width: 0 1px 1px 0;
	
}
section.about .list dd {
	display: inline-block;
	width: 635px;
	padding: 22px 35px;
	text-align: left;
	
	font-size: 14px;
	letter-spacing: 0.1em;
	border: 1px solid #D6D6D6;
	border-width: 0 0px 1px 0;
}

section.about .link_more {
	margin: 30px 0 50px 0;
	text-align: center;
}
section.about .link_more a {
	display: inline-block;
	padding: 5px 5px;
	color: #82042A;
	font-size: 16px;
	letter-spacing: 0.1em;
}
section.about .link_more a::after {
	content: '>';
	margin-left: 5px;
}
section.about .link_more a:hover {
	text-decoration: underline;
}




/* ★---------------------------★---------------------★ */

/*==========================================================
	MEDIA QUERIES (SP)
==========================================================*/
@media (max-width: 639px){


	/*==========================================================
		コンテンツタイトル
	==========================================================*/
section.title_about {
	background-image: url('../img/about/cover_bg.jpg');
	background-position: center center;
	background-size: cover;
	height: 240px;
		margin-top: 70px;
}
section.title_about .innerbox {
		padding: 50px 0 0px;
}
section.title_about .sec_title {
	color: #FFFFFF;
	font-weight: normal;
}
section.title_about .sec_title .en {
	display: block;
	font-size: 24px;
	letter-spacing: 0.1em;
	font-family: YuGothic, "游ゴシック", sans-serif;
}
section.title_about .sec_title .ja {
	display: block;
	margin-top: 8px;
	font-size: 18px;
	letter-spacing: 0.1em;
}
section.title_about .sec_title .border {
	display: block;
	width: 100px;
	height: 2px;
	margin: 25px auto;
	background-color: #FFFFFF;
}
section.title_about .text {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	line-height: 1.4;
}



	/*==========================================================
		philosophy 企業理念
	==========================================================*/
section.philosophy {
	padding: 60px 0 0px;
	background-color: #F4F4F4;
}

section.philosophy .innerbox {
}
section.philosophy .sec_title {
}
section.philosophy .sec_title span {
		display: block;
		width: auto;
		margin: 0 0px;
		padding: 20px 0px;
	color: #FFFFFF;
		font-size: 22px;
	font-weight: normal;
	letter-spacing: 0.1em;
	background-color: #82042A;

}
section.philosophy .sec_sub {
	margin: 0px auto 10px;
	padding-top: 40px;
	color: #82042A;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.1em;
}


section.philosophy .desc {
	position: relative;
	margin: 40px auto 10px;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.1em;
}
section.philosophy .desc .sub {
	font-size: 120%;
}
section.philosophy .red {
	color: #82042A;
}
section.philosophy .small {
	font-size: 13px;
}
section.philosophy .desc::after {
	content: '';
	width: 1px;
	height: 30px;
	background-color: #000000;
	position: absolute;
	left: 50%;
	top: -35px;
	
}


	/*==========================================================
		Message Box-1,2
	==========================================================*/
section.message {
	background-color: #F4F4F4;

}
section.message .innerbox {
	width: 100%;
}
section.message .sec_title {
}
section.message .sec_title span {
		display: block;
		width: auto;
		margin: 0 20px;
		padding: 20px 0px;
	color: #FFFFFF;
		font-size: 22px;
	font-weight: normal;
	letter-spacing: 0.1em;
	background-color: #82042A;
}

/* ▼ BOX2 -------------- */

section.message .innerbox.box2 {
	position: relative;
	max-width: unset;
		height: auto;
		padding-bottom: 10px;
		margin-top: 0px;
}


section.message .innerbox.box2 .thumb_box {
		position: relative;
		left: unset;
		top: unset;
	display: block;
		width: auto;
		height: auto;
		margin: 0 0px 0;
}
section.message .innerbox.box2 .thumb_box .thumb1 {
	position: relative;
	width: 100%;
	z-index: 2;
}
section.message .innerbox.box2 .thumb_box::after {
		content: none;
}

section.message .thumb_box .name_box {
		display: none;
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 200px;
	height: 160px;
	padding: 20px 30px 0;
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1;
	background-color: #82042A;
	z-index: 2;
}
section.message .thumb_box > div {
	color: #FFFFFF;
	letter-spacing: 0.1em;
}
section.message .thumb_box .name_box > div .name {
	display: inline-block;
	font-size: 30px;
}
section.message .thumb_box .name_box > div .pos {
	display: inline-block;
	font-size: 18px;
	margin-top: 15px;
}
section.message .thumb_box .name_box p {
	margin-top: 10px;
	text-align: left;
	font-size: 11px;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}


section.message .innerbox.box2 .overview {
		position: relative;
		right: unset;
		top: unset;
	display: block;
	width: auto;
	height: auto;
		margin: -50px 20px 20px;
	background-color: #FFFFFF;
}
section.message .innerbox.box2 .overview .text {
		position: relative;
	right: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 10px;
	text-align: left;
	background-color: #FFFFFF;
	z-index: 3;
}
section.message .innerbox.box2 .overview .text h3 {
	margin-bottom: 20px;
	font-size: 16px;
	letter-spacing: 0.1em;
}
section.message .innerbox.box2 .overview .text .desc3 {
	font-size: 14px;
	line-height: 1.9;
	letter-spacing: 0.1em;
}


section.message .innerbox.box2 > .name_box {
	position: relative;
	width: auto;
	height: auto;
	margin: 0 20px 0;
	padding: 10px 0;
	text-align: left;
	color: #666666;
}
section.message .innerbox.box2 > .name_box > div .name {
	display: inline-block;
	font-size: 18px;
	margin-left: 20px;
}
section.message .innerbox.box2 > .name_box > div .pos {
	display: inline-block;
	font-size: 14px;
}
section.message .innerbox.box2 > .name_box p {
	margin: 5px 0 0px;
	text-align: left;
	font-size: 12px;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}



	/*==========================================================
		会社概要
	==========================================================*/
section.about {
	padding-top: 60px;
	background-color: #F4F4F4;

}
section.about .innerbox {
	width: 100%;
}
section.about .sec_title {
}
section.about .sec_title span {
		display: block;
		width: auto;
		margin: 0 0px;
		padding: 20px 0px;
	color: #FFFFFF;
		font-size: 22px;
	font-weight: normal;
	letter-spacing: 0.1em;
	background-color: #82042A;
}

section.about .list {
		width: auto;
		margin: 20px 20px 0px;
		border: none;
}
section.about .list .row4,
section.about .list .row6 {
		height: auto;
	line-height: 1.6;
}
section.about .list dt {
		display: block;
		width: auto;
		padding: 10px 10px;
	color: #36A3FF;
	font-size: 14px;
	letter-spacing: 0.1em;
	border: 2px solid #D6D6D6;
}
section.about .list dd {
		display: block;
		width: auto;
		padding: 10px 20px;
		margin-bottom: 20px;
	text-align: left;
		line-height: 1.4;
	font-size: 14px;
	letter-spacing: 0.1em;
		border: none;
}

section.about .link_more {
	margin: 0 0 50px 0;
	text-align: center;
}
section.about .link_more a {
	display: inline-block;
	padding: 5px 5px;
	color: #82042A;
	font-size: 14px;
	letter-spacing: 0.1em;
}
section.about .link_more a::after {
	content: '>';
	margin-left: 5px;
}
section.about .link_more a:hover {
	text-decoration: underline;
}







/* ★---------------------------★---------------------★ */
} /* -- max-width: 639 px                                 */
/* ★---------------------------★---------------------★ */

