@charset "utf-8";

main .title_area {
	background: #666;
	overflow: hidden;
	margin-bottom:40px;
}

main .title_area .container {
	box-shadow: 0 36px 0px 0px #666, 0 -36px 0px 0px #666, 48px 0 60px -16px rgba(0,0,0,0.4), -48px 0 60px -16px rgba(0,0,0,0.4);
	padding:2em;
}

main .title_area h1 {
	font-size:1.5em;
	font-weight:bold;
	color:#FFF;
	text-align: center;
}

/*---------------------------------------------------------

    contents

---------------------------------------------------------*/

#philosophy {
	padding:0 0 30px;
	overflow: hidden;
	max-width:780px;
}

#philosophy .default {
	display: none;
}

#philosophy .main_column h2 {
	font-weight:bold;
	border-left:solid 4px #F7CB00;
	background: #F5F5F5;
	padding: 0.4em 0.8em;
	font-size: 1.2em;
	margin-bottom: 1.3em;
	letter-spacing: 0.08em;
}

#philosophy #ceo_message p strong {
	display: block;
	font-weight:bold;
	font-size:1.7em;
	margin-bottom: 0.5em;
}

#philosophy .value_contents {
	display: block;
	margin-top:1.5em;
	position: relative;
	border:solid 2px #F7CB00;
	box-sizing: border-box;
	padding:1em 1.5em;
	text-align: center;
}

#philosophy .value_contents > div {
	display: inline-block;
	text-align: left;
}

#philosophy .value_contents:before {
	content:"";
	display: block;
	position: absolute;
	top:-13px;
	left:33%;
	margin-left:-14px;
	background: #FFF;
	width:20px;
	height:20px;
	border-left:solid 2px #F7CB00;
	border-top:solid 2px #F7CB00;
	transform:rotate(45deg);
} 

#philosophy .value_contents dl + dl {
	margin-top:1em;
}

#philosophy .value_contents dl dt {
	font-weight:bold;
	font-size:1.1em;
}

#philosophy .signature {
	text-align: right;
	margin-top: 1em;
	margin-bottom: 3em;
}

.conts + .conts {
	margin-top: 4.6em;
}

.side_column {
	border-radius: 8px;
	width:90%;
	max-width:480px;
	margin:50px auto 0;
	background: #666;
	padding:0.3em 0.6em 0.6em 0.6em;
}

.side_column h2 {
	font-size:1.1em;
	font-weight:bold;
	padding:0.6em 0.6em;
	color:#FFF;
}

.side_column ul {
	
}

.side_column ul li + li {
	border-top:solid 2px #666;
}

.side_column ul li a {
	display: block;
	color:#222;
	padding:0.7em 1em;
	background: #FFF;
}

.side_column ul li a.active {
	background: #F7CB00;
}

.side_column ul li a:hover {
	text-decoration:none;
	opacity: 0.7;
}





@media screen and (min-width: 480px) {

/*---------------------------------------------------------

    contents

---------------------------------------------------------*/



}






@media screen and (min-width: 768px) {

.h_nav_menu > li:nth-of-type(4) > a {
	color:var(--Orange);
}

/*---------------------------------------------------------

    contents

---------------------------------------------------------*/

#philosophy figure {
	text-align: center;
	max-width: 900px;
	margin:0 auto;
}

#philosophy .mobile {
	display: none;
}

#philosophy .default {
	display: inline;
}

#philosophy .value_contents:before {
	left:31.5%;
}

#philosophy #ceo_message p strong {
	font-size: 2em;
}

}



@media screen and (min-width: 840px) {

/*---------------------------------------------------------

    contents

---------------------------------------------------------*/

#philosophy .value_contents {
	padding:1em 0.5em;
}

#philosophy .value_contents dl + dl {
	margin-top:0.3em;
}

#philosophy .value_contents dl dt {
	font-size:1em;
	width:4em;
	margin-right:1em;
	display: inline-block;
	text-align-last: justify;
}

#philosophy .value_contents dl dd {
	display: inline-block;
}

}






@media screen and (min-width: 1098px) {

/*---------------------------------------------------------

    contents

---------------------------------------------------------*/
#philosophy {
	max-width:1100px;
	margin-bottom:60px;
}

.main_column {
	float:left;
	width:780px;
}

.side_column {
	border-radius: 0;
	margin-top:0;
	float:right;
	width:240px;
}

}






@media screen and (min-width: 1400px) {
	
/*---------------------------------------------------------

    contents

---------------------------------------------------------*/



}