@charset "UTF-8";

.top_bnr {
	background: none;
	margin-bottom: 15px;
}

.top_bnr h1 {
	color: #000000;
}

.content h1::after {
    background-color: #007440;
}

.concept_img {
	background:url(../images/company/bnr_concept.jpg) no-repeat;
	background-size: cover;
	background-position: right;
	padding: 175px 0;
    text-indent: -9999em;
}

.concept_text {
	text-align: left;
	width: 800px;
	margin: 50px auto 0 auto;
}

.concept_text p {
    margin-top: 20px;
    line-height: 2;
}

.point {
    background-color: #007440;
    margin-top: 50px;
    padding: 20px;
}
.point h2 {
	color: #FFFFFF;
	font-size: 24px;
	margin-top: 20px;
}

.circle {
	display: flex;
	justify-content: center;
}

.circle ul li {
    display: inline-block;
    margin: 40px 15px 45px;
    background-color: #FFFFFF;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.in_circle {
	margin-top: 55px;
}

.red_text {
	color: #007440;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}

.gray_sub_text {
	color: #999999;
	font-size: 12px;
}

.black_text {
	font-weight: bold;
	line-height: 2;
	margin-top: 10px;
	font-size: 14px;
}

#sp_br {
	display: none;
}

.scene {
	margin-bottom: 130px;
}

.scene h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 70px 0 50px;
}

.scene ul {
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 50px 0;
}
.scene ul:nth-child(even) {
	background-color: #f2f5f7;
}

.scene li {
	width: 550px;
	position: relative;
}

.scene dl {
    display: flex;
    justify-content: center;
    height: 75px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.scene dt {
	float: left;
}

.scene dd {
	color: #007440;
	float: right;
	margin: 10px 0 0 30px;
}

.scene dd h3 {
	font-size: 30px;
	font-family: Futura;
}

.scene li dd p {
	text-align: left;
	font-weight: bold;
	line-height: 15px;
}

.scene h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 0px 0 15px;
}

.scene li p {
    text-align: left;
    line-height: 2;
    font-size: 13px;
}

.inner {
	clear: both;
}

.sub_nav {
    margin: 70px auto;
	overflow: hidden;
}

.sub_nav li {
	margin-bottom: 60px;
}

.sub_nav li:nth-child(odd) {
	float: left;
}

.sub_nav li:nth-child(even) {
	float: right;
}

.sub_nav_box a {
    display: block;
    position: relative;
    border: 1px solid #ccc;
    padding-bottom: 25px;
    width: 518px;
    transition: all .3s ease-in-out;
}

.sub_nav_box h2 {
    line-height: 46px;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    display: inline-block;
}

.sub_nav_box p {
	color:#007440;
	font-size: 12px;
}

.sub_nav_box.sub_nav_box2 h2 {
    line-height: 1.3;
}

.sub_nav_box .sc_arrow {
    margin-left: 10px;
    position: absolute;
    right: -33px;
    bottom: 22px;
}

.sub_nav_box a:hover {
    border: 1px solid #007440;
}

.sub_nav_box a:hover {
    color: #007440;
}

.company-concept {
	padding-bottom: 50px;
}

@media (max-width: 768px) {

.concept_img {
	padding: 15% 0;
    background: url(../images/company/bnr_conceptsp.jpg) no-repeat right;
    background-size: cover;
}

.concept_text {
	width: 330px;
	margin: 30px auto 0 auto;
}

.concept_text p {
    margin-top: 14px;
    line-height: 1.7;
	font-size: 12px;
}

.point {
	padding: 25px;
	margin-top: 50px;
}

.point h2 {
	font-size: 16px;
	margin-top: -5px;
}

.circle {
	margin-top: 20px;
}

.circle ul li {
    margin: 5px 5px 10px;
    width: 160px;
    height: 160px;
}

.in_circle {
	margin-top: 35px;
}

.red_text {
	font-size: 15px;
	line-height: 1.5;
}

.gray_sub_text {
	font-size: 8px;
}

.black_text {
	line-height: 1.5;
	margin-top: 10px;
	font-size: 11px;
}

#sp_br {
	display: inline;
}

.scene {
    margin-bottom: 70px;
}

.scene h2 {
	font-size: 16px;
	margin: 45px 0 25px;
}

.scene ul {
	display:block;
	height: auto;
}

.scene li {
	width:auto;
	margin: 0 30px;
	overflow: hidden;
}

.scene dl {
    margin: 0;
    padding-top: 0px;
    position: relative;
}

.scene h4 {
	font-size: 14px;
	margin: 0 auto;
}

.scene li p {
	font-size: 12px;
	margin-bottom: 0px;
}

.scene img {
	max-width: 60px;
	max-height: 60px;
}

.scene dd {
	margin: 5px 0 0 15px;
}

.scene dd h3 {
	font-size: 20px;
}

.scene dd p {
	font-size: 10px;
	margin: 0;
}

.scene ul:nth-child(odd) {
	display: flex;
    flex-direction: column-reverse;
}

.scene ul:nth-child(odd) li {
    margin: 0 30px;
}

.scene ul:nth-child(odd) li h4 {
    margin-top: 40px;
}

}

@media (max-width: 360px) {

.circle ul li {
    margin: 5px 5px 10px;
    width: 150px;
    height: 150px;
}

.concept_text {
    width: 90%;
    margin: 30px auto 0 auto;
}

}

