@charset "UTF-8";

/*common*/

.pc_ex{
	display:block;
}

.sp_ex{
	display:none;
}

header{
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:99;
}

header h1{
	float:left;
}

header nav ul{
	float:right;
	display:flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;	
	flex-wrap:nowrap;
	margin-left:40px;
}

header nav ul li a{
	padding:50px 40px 0 0;
	display:block;
	position:relative;
}

header nav ul li a:before{
	content:"";
	width:1px;
	height:30px;
	background:#fff;
	position:absolute;
	top:0;
	left:0;
}

.sp_nav{
	display:none;
}

/*top page*/

.slide{
	margin:-160px auto 0;
	min-height:700px;
	background:url(../images/slide.png) no-repeat top center;
	background-size:cover;
	text-align:center;
	position:relative;
}

.slide_text{
	padding-top:150px;
}

.slide_link a{
	background:#b60d23;
	color:#fff;
	padding:0.8em 1em;
	display:block;
	text-align:center;
	width:350px;
	font-size:1.2em;
	margin:30px auto;
}

.slide_link a:after{
	content:url(../images/ar_white.png);
	margin-left:10px;
}

.slide_mail a{
	background:#b60d23;
	color:#fff;
	padding:0.6em 0.8em;
	display:block;
	text-align:center;
	width:280px;
	font-size:1.2em;
	margin:0 auto;
	position:absolute;
	bottom:0;
	right:100px;
}

.slide_mail a:before{
	content:url(../images/icon_mail.png);
	margin-right:10px;
}

.slide_mail a:after{
	content:url(../images/ar_white.png);
	margin-left:10px;
}

.scroll{
	position:absolute;
	bottom:-46px;
	left:50%;
	margin-left:-20px;
}

.top_news,.top_news a{
	color:#fff;
}

.top_news span{
	font-family:"century gothic";
	font-size:2em;
	padding-right:10px;
}

.top_news{
	width:1000px;
	margin:30px auto 0;
	padding-top:60px;
}

.top_news h2{
	font-weight:bold;	
}

.topic_list{
	margin-top:50px;
	padding-bottom:30px;
	position:relative;
	min-height:175px;
}

.topic_list:after{
	position:absolute;
	right:-250px;
	bottom:-10px;
	content:url(../images/news_catch.png);
}

.topic_list li{
	margin-bottom:20px;
}

.topic_list span{
	font-size:14px;
}

.hiduke{
	background:#fff;
	color:#000;
	padding:0.25em 0.5em;
}

.topic_text{
	width:670px;
	padding:0.25em;
	margin-left:1em;
	border-bottom:1px dotted #fff;
	display: inline-block;
}

.top_con{
	max-width:1400px;
	margin:0 auto;
	position:relative;
}

.top_con_list{	display:flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;	
}

.top_con_list li{
	width:50%;
	max-height:340px;
	overflow:hidden;
	position:relative;
}

.top_con_list li img {
	transition:0.5s;
}

.top_con_list li:hover img{
	transform:scale(1.05);
}

.top_con_title{
	position:absolute;
	bottom:0;
	height:110px;
	background:rgba(182,13,35,0.8);
	text-align:center;
	width:100%;
	padding-top:20px;
}

.top_mark{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-36px;
	margin-left:-36px;
}

.top_model span{
	font-family:"century gothic";
	font-size:2em;
	padding-right:10px;
}

.top_model{
	padding:50px 0;
	width:1000px; 
	color:#fff;
	margin:30px auto;
}

.top_model h2{
	font-weight:bold;
	position:relative;
}

.top_model h2:after{
	content:"";
	background:#fff;
	position:absolute;
	width:100%;
	height:2px;
	bottom:-10px;
	left:0;
	margin-left:-780px;
}

.top_model_list{
	margin:80px 0 0;
}

.top_model_entry{	display:flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;	
}

.top_model_entry li{
	width:50%;
	border:1px solid #fff;
	margin:10px 0;
	overflow:hidden;
}

.top_model01{
	background:#fff;
	position:relative;
	padding:40px 0 0 150px;
}

.top_model01:before{
	content:url(../images/icon_tori.png);
	position:absolute;
	top:40px;
	left:30px;
}

.top_model_list li a:hover .top_model_entry{
	opacity:0.7;
}

.top_model_list li img {
	transition:0.5s;
}

.top_model_list li a:hover img{
	transform:scale(1.05);
}

/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 280px;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 280px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
    height: 280px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 350px;
    height: 280px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
/* footer */

.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

.ft_bnr{
	background:#0c2028;
	overflow:hidden;
	position:relative;
}

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

.to_top a{
	display:block;
	width:100%;
}

.bnr_tel{
	width:650px;
	border:1px solid #fff;
	text-align:center;
	margin:50px auto;
	padding:30px 0;
}

.bnr_tenpo{
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-840px
}

.bnr_cook{
	position:absolute;
	bottom:0;
	right:50%;
	margin-right:-840px
}

footer{
	background:url(../images/ft_bg.png) no-repeat center center;
	background-size:cover;
}

.ft_box{
	width:1200px;
	margin:0 auto;
	color:#fff;
	overflow:hidden;
}

.ft_left{
	float:left;
}

.ft_left h3{
	font-weight:bold;
	font-size:1.25em;
	margin:20px 0;
}

.ft_left p{
	font-size:0.85em;
}

.ft_right{
	float:left;
	margin-left:30px;
}

.ft_nav{
	margin:30px 0 30px 30px;	display:flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;	
}

.ft_nav_list{
	min-width:180px;
	margin-right:30px;
}

.ft_nav_list a{
	color:#fff;
}

.ft_nav_en{
	color:#666;
	font-size:12px !important;
	font-weight:bold;
	font-family:"century gothc";
}

.ft_nav_title{
	font-size:14px;
	font-weight:bold;
	margin:8px 0;
}

.ft_nav_list li{
	font-size:14px;
}

.ft_credit{
	overflow:hidden;
	max-width:1200px;
	margin:0 auto;
	padding:10px 0;
	color:#fff;
}

.ft_contact{
	float:left;
	font-size:13px;
}

.ft_contact a{
	color:#fff;
}

.copy{
	float:right;
	font-size:11px;
}

/*下層共通*/

.kaso_header{
	margin:-160px auto 0;
	min-height:315px;
	text-align:center;
	position:relative;
}

.company_head{
	background:url(../company/images/kaso_image.png) no-repeat top center;	
	background-size:cover;
}

.kaso_catch{
	position:absolute;
	bottom:110px;
    right: 60px;
}

#container, #container a{
	color:#fff;
}

#container{
	position:relative;
}

.kaso_title_box{
	max-width:1100px;
	margin:40px auto;
}

.kaso_title_box h2 span{
	font-size:58px !important;
	font-weight:bold;
	font-family:"century gothic";
}

.kaso_title_box h2 {
	font-size:1.65em;
	float:left;
	position:relative;
}

.kaso_title_box h2:before{
	position:absolute;
	left:0;
	top:0;
	margin-top:-75px;
	content:"";
	background:#b60d23;
	width:18px;
	height:70px;
}

.kaso_tori{
	position:absolute;
	top:100px;
	right:50%;
	margin-right:-700px;
}
.bread{
	float:right;
	font-size:14px;
}

.contents_box{
	margin:65px 0;
}

.contents_box h3{
	text-align:center;
	font-family:"century gothic";
	font-size:2em;
	font-weight:bold;
	margin:65px 0;
	color:#b60d23;
}

.company_wide{
	background:#fff;
	color:#000;
}

.company_box{
	max-width:1000px;
	margin:0 auto;
	padding-left:300px;
	background:url(../company/images/company_bg.png) no-repeat ;
}

.company_box a{
	color:#000;
}

.contents_box_entry{
	max-width:1000px;
	margin:0 auto;
}

.contents_main_title{
	font-size:30px;
	font-weight:bold;
	margin-left:70px;
	border-bottom:6px solid #b60d23;
	position:relative;
	display:inline-block;
	margin-bottom:30px;
}

.seminar_title:before{
	content:url(../management/images/icon_seminar.png);
	position:absolute;
	left:-70px;
	top:10px;
}

.contents_header{
	overflow:hidden;
}

.contents_left{
	float:left;
	width:52%;
}

.contents_right{
	float:right;
}

/*company*/

.company_box dl{
	overflow:hidden;
	padding:50px 0;
}

.company_box dt{
	float:left;
	width:174px;
	padding:0.5em 0 0.5em 1em;
	border-bottom:1px solid #000;
}
.company_box dd{
	margin-left:174px;
	padding:0.5em 0;
	border-bottom:1px solid #000;
}

.com_tenpo{
	height:110px;
}

.his_list_entry{
	margin:40px 0;
}

.his_list_box{	display:flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;	
}

.his_box{
	background:url(../company/images/his_bg.png) no-repeat top center;
	background-size:100% auto;
}

.his_list_year{
	width:160px;
	font-weight:bold;
	font-size:32px;
	font-family:"century gothic";
	position:relative;
	padding-top:40px;
	padding-bottom:10px;
	border-bottom:2px solid #b60d23;
    max-height: 92px;
}

.his_list_year:before{
	height:28px;
	width:2px;
	background:#fff;
	content:"";
	position:absolute;
	top:0;
	left:50%;
	margin-left:-1px;
}

.his_list_text{
	margin-left:40px;
}

.his_data{
	color:#999;
	font-size:0.7em;
	margin-bottom:10px;
}

.his_list_text span{
	width:42px;
	display:block;
	float:left;
	margin-right:30px;
	position:relative;
	text-align:right;
}

.his_list_text span:after{
	height:1px;
	width:10px;
	background:#fff;
	content:"";
	position:absolute;
	right: -20px;
    bottom: 10px;
}

.his_list_left{
	padding-left:70px;
}

/*経営回復のツボ*/

.tsubo_head{
	background:url(../management/images/kaso_image.png) no-repeat top center;	
	background-size:cover;
}

.seminar_list li{
	margin:40px 0;
	background:#fff;
	color:#000;
	padding:30px;
	padding-left:230px;
	position:relative;
}

.seminar01:before{
	content:url(../management/images/seminar_01.png);
	position:absolute;
	top:70px;
	left:40px;
}

.seminar02:before{
	content:url(../management/images/seminar_02.png);
	position:absolute;
	top:60px;
	left:40px;
}

body .seminar02{
	background:#e2e2e2;
}

.seminar03:before{
	content:url(../management/images/seminar_03.png);
	position:absolute;
	top:70px;
	left:40px;
}

.seminar_sub{
	background:#b60d23;
	font-family: "century gothic";
	font-weight:bold;
	display:inline-block;
	padding:0.5em 1em;
	color:#fff;
	margin:20px 0;
}

.seminar_list li h5{
	font-size:27px;
	font-weight:bold;
	letter-spacing:0;
}

.seminar_list li h5 span{
	font-size:16px;
}

/*事業目的*/

.purpose_title:before{
	content:url(../purpose/images/icon_purpose.png);
	position:absolute;
	left:-70px;
	top:10px;
}

.purpose_head{
	background:url(../purpose/images/kaso_image.png) no-repeat top center;	
	background-size:cover;
}

.purpose_list li{
	margin:40px 0;
}

.purpose_entry{	display:flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;	
}

.purpose_list li .purpose_text{
	width:60%;
	margin-left:50px;
}

.purpose_entry li h5{
	font-size: 1.5em;
    font-weight: bold;
    background: #b60d23;
    color: #fff;
    padding: 0.25em;
    padding-left: 0.5em;
    letter-spacing: 1px;
}

.purpose_entry li p{
	padding:1em;
}

.purpose_entry li p span{
	color:#b60d23;
}

.purpose_text{
	padding-top:30px;
	background:#fff;
	color:#000;
	position:relative;
}

.purpose_text:before{
	content:url(../purpose/images/ar_left.png);
	position:absolute;
	top: 85px;
    left: -27px;
}


.purpose_text:after{
	content:url(../purpose/images/win.png);
	position:absolute;
	bottom: 0px;
    right:0px;
}

.purpose_entry li{
	margin:0;
}

/*事業の強み*/

.strength_head{
	background:url(../strength/images/kaso_image.png) no-repeat top center;	
	background-size:cover;
}

.strength_title:before{
	content:url(../strength/images/icon_strength.png);
	position:absolute;
	left:-70px;
	top:10px;
}

.st_page_nav{
	margin-top:30px;
}

.st_page_nav li span{
	padding:0.5em;
	font-family:"century gothic";
	font-weight:bold;
	border:1px solid #fff;
	display:inline-block;
	margin-right:10px;
	background:#020a0c;
}

.st_page_nav li {
	font-size:1.1em;
	background:#fff;
	margin:15px 0;
	position:relative;
    font-weight: bold;
}

.st_page_nav li:after{
	content:url(../strength/images/st_nav_ar.png);
	position:absolute;
	top:5px;
	right:15px;
}

.st_page_nav li a{
	color:#000 !important;
}

.st_wide{
	margin:40px 0;
	background:#a20d23;
}

.strength_list_box{
	max-width:1000px;
	margin:0 auto;
	padding-bottom:20px;
}

.strength_list ul{	display:flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;	
}

.strength_list p{
	margin:20px 0;
}

.st_wide{
	margin:60px 0;
}

.st_list_title{
	font-size:30px;
	margin:40px;
	font-weight:bold;
	border-bottom:1px solid #fff;
}

.shohyo{
	margin-top:40px;
}

.st01_box{
	overflow:hidden;
	margin:40px 0;
}

.st01_box_text{
	float:left;
	width: 60%;
}

.st01_box_image{
	float:right;
}

.st02_box{	display:flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;	
}

.st02_box li{
	text-align:center;
	width:22%;
	margin:1.5%;
}

.st02_box li p{
	margin:10px 0;
	font-size:13px;
}

.st04_qa{
	overflow:hidden;
	margin:20px 0 ;
}

.st04_qa dt{
	border:1px solid #fff;
	background:#fff;
	padding:0.5em 0;
	padding-left:60px;
	color:#000;
	font-size:20px; 
	font-weight:bold;
	position:relative;
}

.st04_qa dt:before{
	content:url(../strength/images/04_01.png);
	position:absolute;
	left:15px;
	top:10px;
}

.st04_qa dd{
	border:1px solid #fff;
	padding:1em 0;
	padding-left:60px;
	position:relative;
    letter-spacing: 1px;
}

.st04_qa dd:before{
	content:url(../strength/images/04_02.png);
	position:absolute;
	left:15px;
	top:10px;
}

.st05_list{
	margin:40px 0;
}

.st05_list dt{
	border:1px solid #fff;
	background:#fff;
	padding:0.5em;
	color:#000;
	font-size:20px; 
	font-weight:bold;
	position:relative;
}

.st05_list_entry{	display:flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;	
	flex-wrap:wrap;
}

.st05_list_entry li{
	width:31%;
	margin:0 1%;
	border:1px solid #fff;
}

.st05_list_entry li h5{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #fff;
	padding: 0.5em 0;
}

.st05_list_entry li p{
	border-top:none;
	margin:0;
	padding:0.5em 1em;
	font-size:14px;
}

.st06_list{	display:flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;	
	margin:20px 0;
}

.st06_list li{
	width:28%;
	margin-right:5%;
	border:1px solid #fff;
	position:relative;
}

.st06_list li:after{
	content:url(../strength/images/06_ar.png);
	position:absolute;
    right: -38px;
    bottom: 60px;

}

.st06_list p{
	padding:0 0.5em;
	letter-spacing:1px;
	font-size:14px;
}

.st06_list li.st06_list_end:after{
	content:url(../strength/images/06_con.png);
	bottom:-5px;
}

.st07_catch{
	font-size:26px;
	font-weight:bold;
	text-align:center;
	padding:0.5em 1em;
	border:1px solid #fff;
	margin:50px 0;
}

/*失敗しない独立*/

.ind_head{
	background:url(../independence/images/kaso_image.png) no-repeat top center;	
	background-size:cover;
}

.ind_title:before{
	content:url(../independence/images/icon_ind.png);
	position:absolute;
	left:-70px;
	top:10px;
}

.one_col{
	width:100%;
}

.ind_list{
	background:url(../independence/images/03.png) no-repeat center bottom;
	padding-bottom:80px;
}

.ind_list ul{	display:flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;	
	margin:40px 0;
}

.ind_list li{
	width:48%;
	margin:1%;
}

.ind_list li p{
	margin:20px 0;
	padding-bottom:60px;
	position:relative;
}

.ind_list li p:after{
	content:url(../independence/images/ar.png);
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-20px;
}

.ind_merit ul{	display:flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;	
}

.merit_image{
	alignItems:center;
	background:#B60D23;
	width:20%;
	text-align:center;
}

.merit_image img{
	width:90%;
	max-height:100%;
	position:relative;
	top:50%;
	margin-top:-65px;
}

.marit_list{
	display:block !important;
}

.marit_list li{
	overflow:hidden;
	margin-bottom:30px;
}

.ind_merit{
	margin:40px 0;
}

.ind_image{
	float:left;
}

.ind_text{
	float:left;
    width: 540px;
	margin-left:20px;
}

.ind_text h5{
	font-weight:bold;
	background:#fff;
	color:#000;
	padding:0.5em;
	font-size:17px;
	letter-spacing:1px;
}

.ind_text p{
	margin-top:20px;
	float:left;
	font-size:14px;
}

.merit_list_box{
	margin-left:30px;
}

.support_list_entry{	display:flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;	
}

.support_num{
	border:1px solid #fff;
	padding:20px;
	font-size:20px;
	font-family:"century gothic";
	font-weight:bold;
	text-align:center;
}

.support_title{
	border:1px solid #fff;
	padding:20px;
	font-size:20px;
	font-family:"century gothic";
	font-weight:bold;
	width:342px;
	border-left:none;
}

.support_text{
	width:500px;
	padding:0.5em;
	border:1px solid #fff;
	background:#fff;
	color:#000;
	font-size:15px;
	letter-spacing:1px;
}

.support_count{
	background:#a20d23;
	width:150px;
	text-align:center;
	padding:20px;
	font-size:20px;
	font-weight:bold;
}

.support_list_box{
	margin: 20px 0;
}

.betto{
	background:#020a0c;
	color:#fff;
	border:1px solid #fff;
	font-size:18px;
}

.explain{
	font-size:14px;
}

/*開業モデル*/

.model_title:before{
	content:url(../model/images/icon_model.png);
	position:absolute;
	left:-70px;
	top:10px;
}

.model_head{
	background:url(../model/images/kaso_image.png) no-repeat top center;	
	background-size:cover;
}

.model_table{
	width:760px;
	margin:30px auto;
}

.model_table td{
	border:1px solid #fff;
}

.table_red{
	font-size:20px;	
	text-align:center;
	color:#fff;
	background:#B60D23;
	font-weight:bold;
	padding:0.5em 1em;
}

.table_num{
	padding:1em;
	font-weight:bold;
	font-family:"century gothic";
	font-size:20px;
}

.table_title{
	font-weight:bold;
	text-align:center;
	padding:0.5em 1.5em;
	font-size:20px;
}

.table_white{
	font-size:20px;	
	text-align:center;
	color:#000;
	background:#fff;
	font-weight:bold;
	padding:0.5em 2em;
}
.table_gray{
	font-size:20px;	
	text-align:center;
	color:#000;
	background:#ccc;
	font-weight:bold;
	padding:0.5em 1em;
}

.model_table span{
	font-size:16px;
}

.model_ex{
	margin-top:20px;
}

.click_text{
	text-align:right;
	font-size:14px;
}

.mode_entry{
	margin-top:60px;
}

/*開業フロー*/

.open_list{
	background:url(../open/images/01.png) no-repeat top right; 
}

.open_list_entry{	display:flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;	
}

.open_list_num{
	padding:20px;
	font-size:20px;
	font-weight:bold;
	font-family:"century gothic";
	border:1px solid #fff;
	background:#B60D23;
}

.open_list_title{
	width:540px;
	padding:20px;
	font-size:20px;
	color:#000;
	text-align:center;
	font-weight:bold;
	font-family:"century gothic";
	border:1px solid #fff;
	background:#fff;
}

.open_list_box{
	padding-bottom:50px;
	position:relative;
}

.open_list_box:after{
	content:url(../open/images/ar.png);
	position:absolute;
	bottom:10px;
	left:300px;
}

.open_list_box:last-child{
	padding-bottom:0;
}

.open_list_box:last-child:after{
	display:none;
}

@media screen and (max-width:800px){
	.sp_nav{
		display:block;
	}
	.pc_nav{
		display:none;
	}
	.drawer-menu a{
		padding:1em ;
		display:block;
		border-bottom:1px solid #ccc;
	}
	body{
		font-size:0.85em;
	}
	.bnr_tenpo,.bnr_cook{
		display:none;
	}
	header h1 {
		margin-left:50px;
	}
	.top_news{
		width:96%;
		margin:50px auto 0;
	}
	.topic_text{
		margin-left:0;
		margin-top:10px;
	}
	.top_con_title{
		height:90px;
	}
	.top_con_title img{
		width:150px;
	}
	.top_model{
		width:96%;
		padding:30px 0;
	}
	.top_model h2{
		text-align:center;
	}
	.top_model_list{
		margin-top:30px;
	}
	.top_model01:before {
	    top: 15px;
	}
	.top_model01 {
    padding: 28px 0 0 136px;
	}
	.slide_mail a{
		margin-right:10px;
		right:10px;
	}
	.ft_box{
		width:96%;
		margin:0 auto;
	}
	.ft_nav{
		display:block;
	}
	.ft_nav li{
		overflow:hidden;
		float:left;
		width:50%;
		min-height:100px;
	}
	.ft_right{
		width:65%;
	}
	.ft_nav_list{
		overflow:hidden;
		float:left;
		margin-bottom:20px;
	}
	.ft_nav_list li{
		float:none;
		width:100%;
		min-height:auto;
	}
	.ft_credit{
		width:96%;
		margin:0 auto;
	}
	.kaso_title_box{
		width:96%;
		margin:40px auto;
	}
	.contents_box_entry{
		width:96%;
		margin:0 auto;
	}
	.company_box{
		width:96%;
		padding:0;
		background:none;
	}
	.company_box dt {
    float: none;
    width: 100%;
	background:#000;
    padding: 0.5em 0 0.5em 1em;
    border-bottom: 1px solid #000;
		color:#fff;
	}
	.company_box dd{
		margin-left:0;
	    padding: 0.5em 1em;
	}
	.his_data{
		display:none;
	}
	.his_list_text span{
		display:block;
		text-align:center;
		width:100%;
		margin-right:0;
	    background: #fff;
	    color: #000;
	    margin-bottom: 10px;
	}
	.his_list_text span:after{
		display:none;
	}
	.his_list_text li{
		margin:10px 0;
	}
	.com_tenpo{
		height:auto;
	}
	.his_list_entry{
		margin:20px 0;
	}
	.his_list_box{
		display:block;
		margin:0 auto;
		font-size:14px;
	}
	.his_list_year{
		margin:0 auto;
		width: 100px;
		text-align:center;
	}
	.his_list_text{
		margin:1em 0.5em;
	}
.his_list_left{
	padding-left:0px;
	
}
	.contents_main_title{
		font-size:20px;
	}
	.ind_list ul{
		display:block;
	}
	.ind_list li{
		width:100%;
		padding:30px 0;
		text-align:center;
	}
	.ind_list li p{
		text-align:left;
	}
	.ind_list li:first-child{
		border-bottom:1px dotted #fff;
	}
	.ind_merit ul{
		display:block;
	}
	.merit_image{
		width:100%;
		padding:20px 0;
	}
	.merit_image img{
		max-width:150px;
		top:0;
		margin-top:0;
	}
	.merit_list_box{
		margin-left:0;
	}
	.marit_list li{
		text-align:center;
	}
	.ind_image{
		float:none;
		background:#fff;
		padding:15px 0;
	}
	.ind_text{
		width:100%;
		margin-left:0;
	}
	.ind_text h5{
		font-size:15px;
	}
	.ind_text p{
		text-align:left;
		margin-top: 10px;
	}
	.contents_left{
		width:100%;
		float:none;
	}
	.contents_left p{
		margin:20px 0;
	}
	.contents_right{
		float:none;
		margin:20px 0;
		text-align:center;
	}
	.support_list_entry{
		display:block;
		overflow:hidden;
	}
	.support_list_entry li{
		float:left;
	}
	.support_num{
		width:20%;
		min-height:66px;
	}
	.support_title{
		width:80%;
		font-size:16px;
		min-height:66px;
	}
	.support_text{
		width:100%;
	}
	.support_count{
		width:100%;
	}
	.seminar_list li{
		padding:0;
	    padding-top: 140px;		
	}
	.seminar01:before{
		content:"";
		background:url(../management/images/seminar_01.png);
	    background-size: cover;
    	width: 90px;
    	height: 112px;
    	top: 30px;
    	left: 50%;
	    margin-left: -45px;
	}
	.seminar02:before{
		content:"";
		background:url(../management/images/seminar_02.png);
	    background-size: cover;
    	width: 90px;
    	height: 112px;
    	top: 30px;
    	left: 50%;
	    margin-left: -45px;
	}
	.seminar03:before{
		content:"";
		background:url(../management/images/seminar_03.png);
	    background-size: cover;
    	width: 90px;
    	height: 112px;
    	top: 30px;
    	left: 50%;
	    margin-left: -45px;
	}
	.seminar_list li h5{
		font-size:28px;
		text-align:center;
	}
	.seminar_list li h5 span{
		font-size:20px;
		display:block;
		margin-top:10px;
	}
	.seminar_text{
		padding:1em;
	}
	.model_table{
		width:100%;
	}
	.mode_entry{
		margin-top:40px;
	}
	.open_list{
		background:none;
		margin:20px 0;
	}
	.open_list_box:after{
		left:50%;
	}
	.open_list_num {
	    padding: 1em;
    	font-size: 16px;
	}
	.open_list_title {
	    padding: 1em;
    	font-size: 16px;
		text-align:left;
	}
	.open_list_entry{
		max-width:600px;
		margin:0 auto;
	}
	.st_page_nav li span{
		display:block;
		margin-right:0;
	}
	.st_page_nav a{
		padding:0.5em;
		display:block;
	}
	.st_image_sp{
		width:60%;
		margin:0 auto;
	}
	.strength_list ul{
		display:block;
	}
	.st_flag{
		text-align:center;
	}
	.st_flag img{
		width:100px;
	}
	.st_list_title{
		margin:1em auto;
		width:96%;
	    font-size: 20px;
	}
	.shohyo{
		margin:20px;
		text-align:center;
	}
	.st01_box{
		width:96%;
		margin:40px auto;
	}
	.st01_box_text{
		width:100%;
	}
	.st01_box_image{
		width:100%;
		text-align:center;
	}
	.strength_list p{
		width:96%;
		margin:10px auto;
	}
	.sp_center{
		text-align:center;
	}
	.st02_box li{
		width:47%;
		float:left;
	}
	.st_02_list{
		overflow:hidden;
	}
	.st_02_list p{
		height:40px;
	}
	.st04_qa{
		width:96%;
		margin:20px auto;
	}
	.st04_qa dt{
		font-size:16px;
	}
	.st05_list dt{
		font-size:16px;
		letter-spacing:1px;
	}
	.st05_list_entry li{
		width:96%;
		margin:20px auto;
	}
	.st06_list li{
		width:96%;
		margin:20px auto 60px;
	}
	.st06_list li:after{
	content:url(../strength/images/06_ar_down.png);
	position:absolute;
    right: 50%;
    bottom:-45px;
		margin-right:-20px;
	}
	.st06_list li.st06_list_end:after {
    	content: url(../strength/images/06_con_down.png);
    	bottom: -45px;
		right:50%;
		margin-right:-90px;
	}
	.st07_image{
		width:96%;
		margin:20px auto;
	}
	.st07_catch{
		width:96%;
		margin:30px auto;
		font-size:20px;
	}
	.purpose_list li .purpose_text {
    margin-left: 0px;
	}
}

@media screen and (max-width:500px){
	#wrap{
		overflow:hidden;
	}
	body{
		font-size:0.85em;
	}
	header .sp_nav nav ul{
		display:block;
		float:none;
		padding-left:20px;
	}
	header nav ul li a{
		padding: 15px 0;
    	display: block;
    	position: relative;
		z-index:999;
		border-bottom:1px solid #999;
		cursor: pointer;
	}
	.contents_box{
		margin:40px 0;
	}
	.contents_box h3{
		margin:40px 0;
	}
	.slide{
		min-height:480px;
	}
	.slide_text{
		padding-top:180px;
		width:90%;
		margin:0 auto;
	}
	.slide_link a{
		width: 290px;
		font-size:1em;
	}
	.slide_mail a{
		width:100%;
		right:0;
		font-size:1em;
	}
	.scroll {
    bottom: -85px;
	}
	.top_news h2{
		text-align:center;
	}
	.topic_list span{
		font-size:13px;
	}
	.topic_list {
    	padding-bottom: 300px;
	}
	.topic_list:after{
		right:-80px;
	}
	.topic_text{
		width:100%;
	}
	.top_con_list{
		display:block;
	}
	.top_con_list li{
		width:100%;
	}
	.top_con_title{
		height:90px;
	}
	.top_con_title img{
		width:150px;
	}
	.top_mark{
		display:none;
	}
	.top_model_entry{
		display:block;
		margin-bottom:20px;
	}
	.top_model_entry li{
		width:100%;
		margin:0;
	}
	.top_model01{
		padding:30px 0 30px 130px;
	}
	.top_model01:before {
    top: 22px;
    left: 20px;
	}
	.loopSlider{
		height:150px;
	}
	.loopSliderWrap{
		height:150px;
	}
	.loopSlider ul li{
		width:120px;
		height:150px;
	}
	.loopSlider ul li img{
		width:100%;
	}
	.to_top{
		margin:30px 0;
	}
	.bnr_tel{
		width:96%;
		margin:30px auto;
		padding:20px 10px;
	}
	.ft_box{
		width:100%;
	}
	.ft_left{
		float:none;
		width:100%;
		text-align:center;
	}
	.ft_left p{
		line-height:2.5;
	}
	.ft_right{
		display:none;
	}
	.ft_contact{
		float:none;
		width:100%;
		text-align:center;
		margin:20px 0;
	}
	.copy{
		width:100%;
		float:none;
		text-align:center;
	}
	.kaso_catch {
    	position: absolute;
    	bottom: 60px;
    	right: 23px;
	    width: 250px;
	}
	.kaso_title_box h2 {
	    font-size: 1.25em;
	    width: 100%;
	}
	.kaso_title_box h2 span{
		font-size: 34px !important;
	}
	.kaso_title_box{
	    padding-left: 20px;
	}
	.bread{
		float:left;
		font-size:13px;
		margin-top:30px;
	}
	.purpose_entry{
		display:block;
	}
	.purpose_text:before{
		display:none;
	}
	.purpose_list li .purpose_text{
		width:100%;
		margin-left:0;
		padding-top:0;
	}
	.table_title{
		font-size:14px;
		padding: 0.5em;
	}
	.table_red{
		font-size:14px;
		padding: 0.5em;
	}
	.table_num{
		font-size:14px;
		padding:0.5em;
	}
	.table_white,.table_gray{
		padding:0.5em;
		font-size:14px;
	}
	.model_table span{
		display:block;
		font-size:14px;
	}
	.seminar_list li h5{
		font-size:20px;
		text-align:center;
	}
	.seminar_list li h5 span{
		font-size:15px;
		display:block;
	}
}