/**
Ver.2.1.1
**/

section{
 padding:80px 0;
}

h1.company_title{
	font-size:45px;
	margin:0 auto 110px;
	position:relative;
	width:200px;
}

.company_title:after{
	position:absolute;
	margin:10px auto 0;
	background:#000000;
	height:2px;
	width:150px;
}

.company_front_title_box{
  text-align:center;
	margin:0 auto 50px;
}

.company_front_title{
	font-size:20px !important;
	font-weight:bold;
}
.company_front_title span{
	color:#78B238;
	font-size:32px;
	font-weight:bold;
}

.company_front_title_box p.en{
	color:#cbcbcb;
	font-size:19px !important;
	letter-spacing:6px;
	margin-top:-10px;
}

.company_front_message img{
	width:300px;
}
.company_front_message_txt{
	width:760px;
	position:relative;
  line-height:40px;
	max-width:70%;
}


.company_front_message_txt .signiture img{
	width:431px !important;
	position:absolute;
	bottom:0;
	right:0;
}



.company_table_wrap{
	    width: 1110px;
    margin: 0 auto;
    max-width: 100%;
	  border-bottom:solid 1px #bbbbbb;
}
.company_btn_scroll{
	border:solid 2px #78b238 !important;
	color:#78b238 !important;
	padding:2px 21px;
	font-weight:bold;
	font-size:14px;
	border-radius:36px;
}

.company_btn_scroll:hover{
	background:#78b238;
	color:#fff !important;
  transition:.4s;
}

.company_table_wrap dl {
    display: flex;
    width: 100%;
    border-top: solid 1px #bbbbbb;
    margin: 0 auto;
    padding: 30px 0;
	align-items:center;
}

.company_table_wrap dl dt{
	width:248px;
	margin:0;
	max-width:35%;
}

.company_table_wrap dl dd{
	margin:0;
　　　display:flex;
	align-items:center;
}
.company_table_wrap dl dd img{
	width:80px;
	margin:0 40px 0 0;
}


.company_table_wrap dl{
	align-items:start;
}
dd#address{
   display:block !important;
}

#address p{
	margin-bottom:30px;
	display:flex;
	align-items:center;
}


.page_child_title_02 {
    font-size: 32px !important;
    font-weight: 700;
    margin: 0 auto 60px;
    position: relative;
    text-align: center;
	width:400px;
	max-width:100%;
}

.page_child_title_02:after {
    position: absolute;
    content: "";
    width: 150px;
    height: 1px;
    background: #71ae2e;
    bottom: -10px;
    left: 31%;
}

.company_infographic_box{
	margin:0 auto 100px;
	text-align:center;
}

.company_infographic_box h3{
	padding:0;
	margin:0 auto 35px;
	font-size:24px;
	font-weight:bold;
	color:#707070;
	position:relative;
	width:300px;
}

.company_infographic_box h3:after {
    position: absolute;
    content: "";
    background:#707070;
    height: 3px;
    width: 100px;
    bottom: 47%;
    right: -24%;
}

.company_infographic_box h3:before {
    position: absolute;
    content: "";
    background:#707070;
    height: 3px;
    width: 100px;
    bottom: 47%;
    left: -24%;
}

.desc-for-title{
	line-height:150%;
	width:900px;
	margin:0 auto 50px;
	font-size:18px !important;
	max-width:100%;
}
@media screen and (max-width: 1200px){
	.company_front_message_txt{
	max-width:65%;
}
	.company_front_message_txt {
    line-height: 30px;
}
	.company_front_message_txt .signiture img{
		width:320px !important;
	}
}


@media screen and (max-width: 991px){
		.company_front_message_txt{
	max-width:65%;
}
.company_table_wrap dl dt{
   width:200px;
}
}

@media screen and (max-width: 860px){
.color_back section {
    padding: 40px 0 !important;
}
	.company_front_message_txt{
	max-width:55%;
}
	.company_btn_scroll{
		padding:4px 7px;
	}
.company_table_wrap dl dt{
      width: 140px;
}

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

		h1.company_title {
    font-size: 26px;
    margin: 0 auto 50px;
    width: 120px;
}
		.company_front_title_box {
    margin: 0 auto 30px;
}
		.company_front_title {
    font-size: 16px !important;
}
		
		.company_front_title span {
    font-size: 24px;
}
		
		.company_front_title_box p.en {
    color: #cbcbcb;
    font-size: 14px !important;
    letter-spacing: 6px;
    margin-top: 0px;
}
		
.company_front_message_txt {
    max-width: 90%;
	text-align:left;
	width:400px;
	margin:30px auto 0;
}
		.company_front_message_txt .signiture img {
    width: 200px !important;
    position: absolute;
    bottom: -50px;
    right: 0;
}

	.company_table_wrap dl{
		padding: 15px 0;
	}
	.company_table_wrap dl dd img {
    width: 80px;
    margin: 0;
}
	
	.company_table_wrap dl dd {
    display: inline;
}


#address p {
    margin-bottom: 20px;
    display:block;
}
.company_btn_scroll{
	border: solid 1px #78b238 !important;
}
.company_btn_scroll{
font-size: 12px;
}

	
	.page_child_title_02{
    font-size: 20px !important;
		margin: 0 auto 45px;
	}
	.page_child_title_02:after {
    width: 100px;
    height: 1px;
    bottom: -10px;
    left: 36%;
}


.company_infographic_box{
	margin:0 auto 70px;
}
	.company_infographic_box h3{
		    font-size: 18px;
		    margin: 0 auto 20px;
	}
	.company_infographic_box h3:before, .company_infographic_box h3:after{
		display:none;
	}
	
	.desc-for-title{
		font-size:16px !important;
		margin: 0 auto 30px;
	}
}



/******************
 * 拠点一覧
 * ******************/
.page-child_title_box {
    margin:0 auto;
}

.page-child_title_box h1 {
    padding: 0;
    position: relative;
    font-size: 45px;
    width: 400px;
    margin: 0 auto 62px !important;
    text-align: center;
    max-width: 100%;
}

.page-child_title_box h1:after {
    position: absolute;
    content: "";
    background: #000000;
    height: 2px;
    width: 150px;
    bottom: -5px;
    left: 31%;
}
	
.page-child_title_box p {
    font-weight: bold !important;
	    text-align: center;
    font-size: 20px !important;
}
#tokyo.office_box{
	padding-top:115px;
}

#nara.office_box, #osaka.office_box{
	padding-top:140px;
}

.office_box{
	margin:0 auto 0;
	width:910px;
	max-width:100%;
}
.office_box h2{
	margin:0 auto 50px;
	border-bottom:solid 2px;
	font-size:24px;
	padding-bottom:10px;
}

.office_chart dl{
	display:flex;
	margin:0 auto 30px;
}


.office_chart dl dt{
 width:129px;
	margin:0;
}

.office_chart dl dd{
	margin:0;
}

.office_chart dl dd .link-chart{
  margin-top:15px;
  display:flex;
  opacity:1;
  line-height:100%;
}

.office_chart dl dd .link-chart span{
   border-bottom:solid 1px;
}

.office_chart dl dd .link-chart:hover{
  opacity:.7 !important
}

.gallery-top, .gallery-top02{
	padding:0 !important;
	margin:70px auto 0 !important;
} 

.swiper-slide{
	width:100% !important;
	height:400px !important;
	border-radius:0 !important;
	box-shadow:none;
	margin:0 10px 0 0 !important;
	max-width:910px;
}

#tokyo_01{
background:url(/img/company/office/office-tokyo_01.png)center center /cover;
}


#tokyo_02{
background:url(/img/company/office/office-tokyo_02.png)center center /cover;
}

#tokyo_03{
background:url(/img/company/office/office-tokyo_03.png)center center /cover;
}

#tokyo_04{
background:url(/img/company/office/office-tokyo_04.png)center center /cover;
}

#tokyo_05{
background:url(/img/company/office/office-tokyo_05.png)center center /cover;
}


#nara_01{
	background:url(/img/company/office/office-nara_01.png)center center /cover;
	}
	
	
	#nara_02{
	background:url(/img/company/office/office-nara_02.png)center center /cover;
	}
	
	#nara_03{
	background:url(/img/company/office/office-nara_03.png)center center /cover;
	}
	
	#nara_04{
	background:url(/img/company/office/office-nara_04.png)center center /cover;
	}
	
	#nara_05{
	background:url(/img/company/office/office-nara_05.png)center center /cover;
	}
.gallery-thumbs, .gallery-thumbs02{
	margin:0 auto;
		padding:20px 0 0 !important;
}
.gallery-thumbs .swiper-slide, .gallery-thumbs02 .swiper-slide{
	height:75px !important;
	padding:0;
	width:170px !important;
	margin-right:15px !important;
	opacity:.6;
}

.gallery-thumbs .swiper-slide:hover, .gallery-thumbs02 .swiper-slide:hover{
	cursor:pointer;
	opacity:1 !important;
}

#tokyo-thumb_01{
background:url(/img/company/office/office-tokyo_01.png)center center /cover;
}



#tokyo-thumb_02{
background:url(/img/company/office/office-tokyo_02.png)center center /cover;
}



#tokyo-thumb_03{
background:url(/img/company/office/office-tokyo_03.png)center center /cover;
}



#tokyo-thumb_04{
background:url(/img/company/office/office-tokyo_04.png)center center /cover;
}



#tokyo-thumb_05{
background:url(/img/company/office/office-tokyo_05.png)center center /cover;
}

#nara-thumb_01{
background:url(/img/company/office/office-nara_01.png)center center /cover;
}



#nara-thumb_02{
background:url(/img/company/office/office-nara_02.png)center center /cover;
}



#nara-thumb_03{
background:url(/img/company/office/office-nara_03.png)center center /cover;
}



#nara-thumb_04{
background:url(/img/company/office/office-nara_04.png)center center /cover;
}



#nara-thumb_05{
background:url(/img/company/office/office-nara_05.png)center center /cover;
}


.swiper-slide-thumb-active{
		opacity:1 !important;
}

@media screen and (max-width: 991px){
.office_chart{
	max-width:46%;
	}
	.office_chart dl dt{
		width: 110px;
	}
}

@media screen and (max-width: 768px){
		section{
		padding:40px 0 !important;
	}
	.page-child_title_box h1{
		font-size: 25px;
		    margin: 0 auto 50px !important;
	}
	.page-child_title_box h1:after {
    width: 100px;
    left: 37%;
}
	.page-child_title_box {
    margin: 0 auto;
}
	.page-child_title_box p{
    font-size: 15px !important;
}
	.office_box#tokyo {
    padding-top: 70px;
}
	.office_box#nara, #osaka.office_box{
    padding-top: 90px;
}
	.office_box{
		margin: 0 auto;
	}
	.office_box h2 {
    margin: 0 auto 30px;
    border-bottom: solid 1px;
    font-size: 18px;
    padding-bottom: 5px;
}
	.office_chart{
	max-width:100%;
	}
	.office_chart dl {
    margin: 0 auto 15px;
		    text-align:left;
}
	.office_chart dl dt {
    width: 129px;
}
	.office_box	iframe{
		width:100%;
	}
	.gallery-top, 	.gallery-top02{
		margin:40px auto 0 !important;
	}
	.gallery-thumbs, .gallery-thumbs02  {
    padding: 10px 0 0 !important;
}
	.swiper-slide{
	    height:250px !important;	
		max-width:100% !important;
	}
	.gallery-thumbs .swiper-slide, 	.gallery-thumbs02 .swiper-slide{
	    height: 50px !important;
    padding: 0;
    width: 114px !important;
    margin-right:5px !important;	
	}

}

