@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}


.head {
	font-size:30px;
	line-height:40px;
	padding:0.3em 0;
	background:url(../images/back_title_01.png);
	text-align:center;
	color:#FFFFFF;
	font-weight:normal;
	margin-bottom:50px;
}

.header {
	position: relative;
	text-align: center;
	font-size:24px;
	line-height:32px;
	font-weight:900;
	padding:0 70px;
}
.header span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
}
.header span::before {
	position: absolute;
	top: 50%;
	left:-70px;
	z-index: 1;
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background-color: #000000;
}
.header span::after {
	position: absolute;
	top: 50%;
	right:-70px;
	z-index: 1;
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background-color: #000000;
}
.header_01 {
	position: relative;
	text-align: left;
	font-size:24px;
	line-height:32px;
	font-weight:900;
	padding:0 0px 0 18px;
	border-left:#000000 5px solid;
	margin-bottom:35px;
}
.header_01 span::before {
	position: absolute;
	top: 50%;
	left:1px;
	z-index: 1;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid #000000;
	border-right: 4px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 4px solid transparent;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-top:-6px;
}
.header_02 {
	position: relative;
	text-align: left;
	font-size:30px;
	line-height:48px;
	font-weight:900;
	padding:0 0px 0 35px;
	margin-bottom:50px;
	background:url(../images/icon_02.png) no-repeat left center;
}
.temp_txt_01 {
	font-size:18px;
	line-height:34px;
	text-align:left;
	margin-bottom:50px;
}
@media screen and (max-width: 840px) {
.temp_txt_01 {
	font-size:14px;
	line-height:24px;
}
	
}


@media screen and (max-width: 480px) {
.head {
	font-size:18px;
	line-height:26px;
	padding:0.3em 0;
	background:url(../images/back_title_01.png);
	text-align:center;
	color:#FFFFFF;
	font-weight:normal;
	margin-bottom:50px;
}	
.header {
	position: relative;
	text-align: center;
	font-size:18px;
	line-height:24px;
	font-weight:900;
	padding:0 70px;
}
.header span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
}
.header span::before {
	position: absolute;
	top: 50%;
	left:-50px;
	z-index: 1;
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background-color: #000000;
}
.header span::after {
	position: absolute;
	top: 50%;
	right:-50px;
	z-index: 1;
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background-color: #000000;
}
.header_01 {
	position: relative;
	text-align: left;
	font-size:18px;
	line-height:24px;
	font-weight:900;
	padding:0 0px 0 18px;
	border-left:#000000 5px solid;
	margin-bottom:35px;
}
.header_01 span::before {
	position: absolute;
	top: 50%;
	left:1px;
	z-index: 1;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid #000000;
	border-right: 4px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 4px solid transparent;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-top:-6px;
}
.header_02 {
	position: relative;
	text-align: left;
	font-size:18px;
	line-height:24px;
	font-weight:900;
	padding:10px 0px 10px 35px;
	margin-bottom:20px;
	background:url(../images/icon_02.png) no-repeat left center;
}
.temp_txt_01 {
	font-size:14px;
	line-height:24px;
	text-align:left;
	margin-bottom:50px;
}


}



#main_vis {
	background:url(../images/main_vis_01.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size:cover;
	position:relative;
}
#main_vis .wrap {
	position:relative;
	z-index:1000;
	display:table;
	margin:0 auto;
	max-width:1000px;
}
#main_vis .wrap .contents_area {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
#main_vis .wrap .contents_area h1 {
	margin-bottom:1%;
}
#main_vis .wrap .contents_area .pc_img {
	margin-bottom:5%;
}
#main_vis .wrap .contents_area h2 {
	color:#FFFFFF;
	font-size:30px;
	line-height:40px;
	margin-bottom:3%;
}
#main_vis .wrap .contents_area .sp_img {
	display:none;
}
#main_vis .wrap .contents_area h2 br {
	display:none;
}
@media screen and (max-width: 1020px) {
#main_vis .wrap .contents_area h2 br {
	display:block;
}
}

@media screen and (max-width: 840px) {
#main_vis .wrap .contents_area h1 {
	margin:0 3% 1% 3%;
}	
}
@media screen and (max-width: 480px) {
#wrap > div {
	background-size:cover !important;
}
#main_vis .wrap .contents_area h2 {
	color:#FFFFFF;
	font-size:18px;
	line-height:28px;
	margin-bottom:3%;
}	
#main_vis .wrap .contents_area .pc_img {
	display:none;
}
#main_vis .wrap .contents_area .sp_img {
	display:block;
	width:80%;
	margin:0 auto;
}
	
	
}


#about {
}
#about .contents_01 > div {
	padding:82px 0 40px 0;
}
#about .about_txt_contents_01 {
	display:table;
	width:100%;
	margin:0 0 60px 0;
}
#about .about_txt_contents_01 .img_box {
	width:82px;
	display:table-cell;
	vertical-align:top;
	padding:0 28px 0 0;
}
#about .about_txt_contents_01 .txt_box {
	display:table-cell;
	vertical-align:top;
}
#about .about_txt_contents_01 .txt_box p {
	font-size:18px;
	line-height:33px;
}
#about .about_txt_contents_02 {
	border:#dcdcdc 10px solid;
	background:#FFFFFF;
	padding:25px 35px;
	text-align:center;
	margin:0 0 30px 0;
}
#about .about_txt_contents_02 .sp_txt {
	display: none;
}
#about .about_txt_contents_02 h4 {
	color:#004986;
	font-size:24px;
	font-weight:900;
	margin-bottom:18px;
}
#about .about_txt_contents_02 p {
	font-size:18px;
	line-height:32px;
	font-weight:500;
	text-align: center;
}
#about .about_txt_contents_02.con_end {
	margin-bottom:80px;
}

#about .about_txt_contents_03 {
	display:table;
	width:100%;
	margin:0 0 30px 0;
}
#about .about_txt_contents_03 .img_box {
	width:185px;
	display:table-cell;
	vertical-align:top;
	padding:0 20px 0 0;
	text-align:left;
}
#about .about_txt_contents_03 .img_box .name {
	font-size:14px;
	line-height:21px;
	font-weight:900;
	padding:20px 0 10px 0;
}
#about .about_txt_contents_03 .img_box .job {
	font-size:12px;
	line-height:18px;
}
#about .about_txt_contents_03 .txt_box {
	display:table-cell;
	vertical-align:top;
}
#about .about_txt_contents_03 .txt_box p {
	font-size:18px;
	line-height:33px;
}

@media screen and (max-width: 840px) {
#about .about_txt_contents_01 .txt_box p {
	font-size:14px;
	line-height:24px;
}
#about .about_txt_contents_02 {
	border:#dcdcdc 10px solid;
	background:#FFFFFF;
	padding:25px 15px 15px 15px;
	text-align:center;
	margin:0 0 30px 0;
}
#about .about_txt_contents_02 .pc_txt {
	display: none;
}
#about .about_txt_contents_02 .sp_txt {
	display: block;
}

#about .about_txt_contents_02 h4 {
	color:#004986;
	font-size:18px;
	font-weight:900;
	margin-bottom:18px;
}
#about .about_txt_contents_02 ul {
	font-size:14px;
	line-height:19px;
	font-weight:500;
	text-align: left;
	margin-left: 20px;
}
#about .about_txt_contents_02 ul li {
	position: relative;
	margin-bottom: 9px;
	}
#about .about_txt_contents_02 ul li:before {
	content: "・";
	display: block;
	top:0px;
	left: -20px;
	position: absolute;
}
	

#about .about_txt_contents_02 p {
	font-size:14px;
	line-height:24px;
	font-weight:500;
	text-align:left;
}
#about .about_txt_contents_02.con_end {
	margin-bottom:80px;
}

#about .about_txt_contents_03 {
	display:table;
	width:100%;
	margin:0 0 30px 0;
}
#about .about_txt_contents_03 .img_box {
	width:185px;
	display:table-cell;
	vertical-align:top;
	padding:0 20px 0 0;
	text-align:left;
}
#about .about_txt_contents_03 .img_box .name {
	font-size:14px;
	line-height:21px;
	font-weight:900;
	padding:20px 0 10px 0;
}
#about .about_txt_contents_03 .img_box .job {
	font-size:12px;
	line-height:18px;
}
#about .about_txt_contents_03 .txt_box {
	display:table-cell;
	vertical-align:top;
}
#about .about_txt_contents_03 .txt_box p {
	font-size:14px;
	line-height:24px;
}
	
	
}

@media screen and (max-width: 480px) {

#about .about_txt_contents_03 {
	display:block;
	width:100%;
	margin:0 0 30px 0;
}
#about .about_txt_contents_03 .img_box {
	width:100%;
	display:block;
	padding:0 0px 0 0;
	text-align:center;
	margin-bottom:20px;
}
#about .about_txt_contents_03 .img_box .name {
	font-size:14px;
	line-height:21px;
	font-weight:900;
	padding:20px 0 10px 0;
}
#about .about_txt_contents_03 .img_box .job {
	font-size:12px;
	line-height:18px;
}
#about .about_txt_contents_03 .txt_box {
	display:table-cell;
	vertical-align:top;
}
#about .about_txt_contents_03 .txt_box p {
	font-size:14px;
	line-height:24px;
}

}




#talk {
	background:url(../images/sec_02_intro_back.jpg) center center;
	background-attachment: fixed;
	background-size:cover;
}
#talk .wrap {
	height:657px;
	display:table;
	max-width:1000px;
	margin:0 auto;
}
#talk .wrap .txt_area {
	display:table-cell;
	vertical-align:middle;
}
#talk .wrap .txt_area h2 {
	font-size:48px;
	line-height:60px;
	color:#ffffff;
	margin-bottom:3%;
}
#talk .wrap .txt_area h3 {
	font-size:30px;
	line-height:48px;
	color:#ffffff;
	border-left:#FFFFFF 5px solid;
	padding-left:20px;
	margin:0 0 3.3% 0;
}
#talk .wrap .txt_area p {
	font-size:18px;
	line-height:24px;
	color:#ffffff;
}
#talk .contents_02 > div {
	padding:82px 0 40px 0;
}

#talk .talk_poto_box_01 {
	margin-bottom:58px;
}
#talk .talk_poto_box_01 ul {
	display:table;
	width:100%;	
}
#talk .talk_poto_box_01 ul li {
	width:33.3333333%;
	display:table-cell;
	vertical-align:top;
	position:relative;
}
#talk .talk_poto_box_01 ul li .img_box {
}
#talk .talk_poto_box_01 ul li .txt_box {
	position:absolute;
	left:0px;
	bottom:0px;
	font-size:14px;
	line-height:24px;
	color:#FFFFFF;
	width:100%;
}
#talk .talk_poto_box_01 ul li .txt_box p {
	padding:10px;
}
#talk .talk_poto_box_01 ul li:first-child .txt_box {
	background:rgba(243,151,0,0.4);
}
#talk .talk_poto_box_01 ul li:nth-child(2) .txt_box {
	background:rgba(0,53,103,0.4);
}
#talk .talk_poto_box_01 ul li:nth-child(3) .txt_box {
	background:rgba(0,86,31,0.3);
}

#talk .talk_txt_contents_01 {
	display:table;
	width:100%;
	margin:0 0 50px 0;
}
#talk .talk_txt_contents_01 .img_box {
	width:300px;
	display:table-cell;
	vertical-align:top;
	padding:0 0 0 33px;
}
#talk .talk_txt_contents_01 .img_box img {
	margin-bottom:35px;
}
#talk .talk_txt_contents_01 .txt_box {
	display:table-cell;
	vertical-align:top;
}
#talk .talk_txt_contents_01 .txt_box dl {
}
#talk .talk_txt_contents_01 .txt_box dl dt {
	font-size:14px;
	line-height:14px;
	color:#FFFFFF;
	position:relative;
}
#talk .talk_txt_contents_01 .txt_box dl dt span {
	display:black;
	padding:7px 0px;
	width:54px;
	text-align:center;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	position:absolute;
	margin-right:18px;
	top:4px;
	left:0px;
}
#talk .talk_txt_contents_01 .txt_box dl dt span::before {
	position: absolute;
	top: 50%;
	right:-10px;
	z-index: 1;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-right: 4px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 4px solid transparent;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-top:-6px;
}
#talk .talk_txt_contents_01 .txt_box dl dt.matsuno span {
	background:#f39800;
}
#talk .talk_txt_contents_01 .txt_box dl dt.matsuno span::before {
	border-top: 6px solid #f39800;
}
#talk .talk_txt_contents_01 .txt_box dl dt.amamiya span {
	background:#003567;
}
#talk .talk_txt_contents_01 .txt_box dl dt.amamiya span::before {
	border-top: 6px solid #003567;
}
#talk .talk_txt_contents_01 .txt_box dl dt.sekiguchi span {
	background:#009944;
}
#talk .talk_txt_contents_01 .txt_box dl dt.sekiguchi span::before {
	border-top: 6px solid #009944;
}
#talk .talk_txt_contents_01 .txt_box dl dd {
	font-size:18px;
	line-height:33px;
	text-indent:76px;
	padding-left:-76px;
	margin-bottom:15px;
}

@media screen and (max-width: 840px) {
#talk .wrap .txt_area {
	padding:0 10px;
}
#talk .wrap .txt_area h2 {
	font-size:48px;
	line-height:60px;
	color:#ffffff;
	margin-bottom:3%;
	text-align:center;
}
#talk .wrap .txt_area h2 span {
	display:block;
}		

#talk .talk_txt_contents_01 .txt_box dl {
}
#talk .talk_txt_contents_01 .txt_box dl dt {
	font-size:12px;
	line-height:12px;
}
#talk .talk_txt_contents_01 .txt_box dl dt span {
	padding:5px 0px 6px 0;
	width:44px;
	margin-right:0px;
	top:0px;
	left:0px;
}

#talk .talk_txt_contents_01 .txt_box dl dd {
	font-size:14px;
	line-height:24px;
	text-indent:56px;
	padding-left:-56px;
	margin-bottom:15px;
}	
}

@media screen and (max-width: 480px) {
#talk {
	background:none;
	background-attachment: fixed;
	background-size:cover;
	position:relative;
}


#talk .wrap {
	height:350px;
	display:table;
	max-width:1000px;
	margin:0 auto;
}	
#talk .wrap .txt_area h2 {
	font-size:30px;
	line-height:40px;
	color:#ffffff;
	margin-bottom:3%;
	text-align:center;
}	


#talk .wrap .txt_area h3 {
	font-size:18px;
	line-height:26px;
	color:#ffffff;
	border-left:#FFFFFF 5px solid;
	padding-left:20px;
	margin:0 0 3.3% 0;
	text-align:center;
}
#talk .wrap .txt_area p {
	font-size:14px;
	line-height:24px;
	color:#ffffff;
	text-align:center;
}
#talk .contents_02 > div {
	padding:42px 0 20px 0;
}

#talk .talk_poto_box_01 {
	margin-bottom:58px;
}
#talk .talk_poto_box_01 ul {
	display:block;
	width:100%;
	text-align:center;
}
#talk .talk_poto_box_01 ul li {
	width:auto;
	display:inline-block;
	margin-bottom:20px;
}
#talk .talk_poto_box_01 ul li .img_box {
}
#talk .talk_poto_box_01 ul li .txt_box {
	position:absolute;
	left:0px;
	bottom:0px;
	font-size:14px;
	line-height:24px;
	color:#FFFFFF;
	width:100%;
}
#talk .talk_poto_box_01 ul li .txt_box p {
	padding:10px;
}

#talk .talk_txt_contents_01 {
	display:block;
	width:100%;
	margin:0 0 50px 0;
}
#talk .talk_txt_contents_01 .img_box {
	width:auto;
	display:block;
	padding:0 0 0 0px;
	text-align:center;
}
#talk .talk_txt_contents_01 .img_box img {
	margin-bottom:35px;
}
#talk .talk_txt_contents_01 .txt_box {
	display:block;
	margin-bottom:30px;
}

}






#interview {
	background:url(../images/sec_03_intro_back.jpg) center center;
	background-attachment: fixed;
	background-size:cover;
}
#interview .wrap {
	height:657px;
	display:table;
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
#interview .wrap > div {
	display:table-cell;
	vertical-align:middle;
	width:50%;
}
#interview .wrap .txt_area .m_logo {
	margin-bottom:4%;
}
#interview .wrap .txt_area h2 {
	font-size:48px;
	line-height:60px;
	color:#000000;
	margin-bottom:5%;
}
#interview .wrap .txt_area h3 {
	font-size:30px;
	line-height:48px;
	color:#000000;
	border-left:#000000 5px solid;
	padding-left:20px;
	margin:0 0 3.3% 0;
}
#interview .wrap .txt_area p {
	font-size:18px;
	line-height:24px;
	color:#000000;
	margin-bottom:5%;
}
#interview .contents_01 > div {
	padding:62px 0 40px 0;
}
#interview .interview_txt_contents_01 {
	display:table;
	width:100%;
	margin:0 0 60px 0;
	border:#dcdcdc 10px solid;
	background:#FFFFFF;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#interview .interview_txt_contents_01 .img_box {
	width:82px;
	display:table-cell;
	vertical-align:top;
	padding:16px;
}
#interview .interview_txt_contents_01 .txt_box {
	display:table-cell;
	vertical-align:top;
	font-size:18px;
	line-height:34px;
	padding:16px 16px 16px 0;
}
#interview .interview_txt_contents_01 .txt_box h4 {
	font-weight:900;
}
#interview .interview_txt_contents_02 {
	display:table;
	width:100%;
	margin:0 0 60px 0;
}
#interview .interview_txt_contents_02 .img_box {
	width:300px;
	display:table-cell;
	vertical-align:top;
	padding:0 0 0 36px;
}
#interview .interview_txt_contents_02 .txt_box {
	display:table-cell;
	vertical-align:top;
	font-size:18px;
	line-height:34px;
}
#interview .interview_txt_contents_03 {
	font-size:18px;
	line-height:34px;
	margin-bottom:30px;
}
#interview .interview_txt_contents_04 {
	display:table;
	width:100%;
	margin-bottom:75px;
}
#interview .interview_txt_contents_04 > div {
	display:table-cell;
	vertical-align:top;
	width:50%;
}
#interview .interview_txt_contents_04 .l_box {
	text-align:left;
}
#interview .interview_txt_contents_04 .r_box {
	text-align:right;
}

@media screen and (max-width: 480px) {
#interview {
	background:none;
	background-attachment: fixed;
	background-size:cover;
	position:relative;
}


#interview .wrap {
	height:357px;
	display:table;
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
#interview .wrap > div {
	display:table-cell;
	vertical-align:middle;
	width:50%;
}
#interview .wrap .txt_area .m_logo {
	margin-bottom:4%;
}
#interview .wrap .txt_area h2 {
	font-size:18px;
	line-height:24px;
	color:#000000;
	margin-bottom:5%;
}
#interview .wrap .txt_area h3 {
	font-size:18px;
	line-height:24px;
	color:#000000;
	border-left:#000000 5px solid;
	padding-left:20px;
	margin:0 0 3.3% 0;
}
#interview .wrap .txt_area p {
	font-size:13px;
	line-height:24px;
	color:#000000;
	margin-bottom:5%;
}
#interview .contents_01 > div {
	padding:30px 0 40px 0;
}
#interview .interview_txt_contents_01 {
	display:block;
	width:100%;
	margin:0 0 40px 0;
	border:#dcdcdc 5px solid;
	background:#FFFFFF;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:20px 10px 10px 10px;
}
#interview .interview_txt_contents_01 .img_box {
	width:100%;
	display:block;
	padding:0px;
	text-align:center;
}
#interview .interview_txt_contents_01 .txt_box {
	display:block;
	font-size:14px;
	line-height:24px;
	padding:16px 16px 16px 0;
}
#interview .interview_txt_contents_01 .txt_box h4 {
	font-weight:900;
}
#interview .interview_txt_contents_02 {
	display:block;
	width:100%;
	margin:0 0 60px 0;
}
#interview .interview_txt_contents_02 .img_box {
	width:100%;
	display:block;
	padding:0 0 0 0px;
	text-align:center;
}
#interview .interview_txt_contents_02 .txt_box {
	display:block;
	font-size:14px;
	line-height:24px;
	margin-bottom:30px;
}
#interview .interview_txt_contents_03 {
	font-size:14px;
	line-height:24px;
	margin-bottom:30px;
}
#interview .interview_txt_contents_04 {
	display:block;
	width:100%;
	margin-bottom:75px;
}
#interview .interview_txt_contents_04 > div {
	display:block;
	width:100%;
	text-align:center;
}
#interview .interview_txt_contents_04 .l_box {
	text-align:center;
	margin-bottom:20px;
}
#interview .interview_txt_contents_04 .r_box {
	text-align:center;
}	
	
}

.sp_back {
	display:none;
	position:fixed;
	z-index:-1;
	top:0px;
	left:0px;
}
.sp_main_back {
	display:none;
	position:fixed;
	z-index:-1;
	top:0px;
	left:0px;
}
.flexslider {
    margin: 0 0 0px;
    background: #fff;
    border: none;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width: 480px) {
.overon:before {
	opacity: 1 !important;
}
.overon .sp_back {
	display:block;
}
#wrap > div {
	display:none;
}
.sp_main_back {
	display:block;
}

}



