@charset "utf-8";

/* -------------------------------------
	case 1400px (PCサイト/メインビジュアルよりも大きい時 ) */
@media screen and (max-width: 1400px) {
/*----------------------------------------*/
body{
	min-height:5px;
}
/*----------------------------------------*/
}
/*	end case 1400px (PCサイト/メインビジュアルより大きい時 ここまで)
----------------------------------------*/


/* -------------------------------------
	case 1240px  */
@media screen and (max-width: 1240px) {
/*----------------------------------------*/
.gnav a .-main {
	font-size:2vw;
}

.gnav a .-sub {
	font-size:1vw;
}

/* -------------------------------------
	case 1240px */
}
/*----------------------------------------*/



/* -------------------------------------
	case 980px (PCサイト/コンテンツ幅より小さい時) */
@media screen and (max-width: 980px) {
/*----------------------------------------*/
body{
	min-height:4px;
}
.pad_only{
	display:block!important;
}

.header .pc{
	display:none!important;
}
.header .pc_inline{
	display:none!important;
}
.header .pc_inline_block{
	display:none!important;
}

.header .sp{
	display:block!important;
}
.header .sp_inline{
	display:inline!important;
}
.header .sp_inline_block{
	display:inline-block!important;
}

.header_inner,
.footer_inner,
.content_inner{
	margin:auto;
	width:100%;
}
.header_inner{
	padding:10px 15px 0;
}
.footer_inner{
	padding: 20px 15px 30px;
}
/* header */
.header_inner {
	max-width: 100%;
	width: 100%;
	padding:10px 20px;
	text-align: right;
	overflow: hidden;
}

.header .logo {
	float:left;
	height:30px;
}

.header .logo img{
	max-width: none;
	max-height: 100%;
}


.header_right {
	padding:0;
}

.text_size_block , .text_color_block {
	display: none;

}

.logo_15th {
	display: none;
}

.share_switch {
	display: none;
}

.menu_switch {
	font-size: 2rem;
	margin:6px 0 0 0 ;
	width:90px;

}

.gnav_wrap {
	display:none;

	height:calc(100vh - 50px);
	overflow: auto;
	width:100%;
	top: 50px;
}


.gnav .empty{
	display: none;
}
.gnav {
	width:100%;
	height:calc(100vh - 160px);
	height:auto;
	display: block;

}

.gnav a {
	width:100%;
	font-size:1.6rem;
	font-weight: bold;
	border-bottom:solid 1px #fff;
	height:auto;
	display: block;
	text-align: left;
	padding:3.125% ;
}

.gnav a .-main {
	font-size:2rem;
	margin:10px 0;
}

.gnav a .-sub {
	font-size:1.4rem;
	font-weight: normal;
	
}

.sub_nav {
	text-align: left;
}

.sub_nav li {
	display: block;
	padding:3.125% ;
	margin:0;
	border-bottom:solid 1px #fff;
}

.sub_nav li a {
	text-decoration: none;
	color:#fff;
}


.menu_close {
	display: none;
}

.sns_switch_list {
	background:#fff;
	height:80px;
	width:100%;
	position: relative;
	top:0;
	right:0;
	transition:all 0.5s ;
	overflow: hidden;
}

.sns_switch_list.active {
	width:calc(100% - 490px);

}


.sns_switch_list li {
	display: inline-block;
	margin:25px 10px 25px 0 ;
}

.sub_sns_list{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 5% 0;
}
.sub_sns_list li{
	margin: 0 1%;
	width: calc(65% / 6);
}

/* header end */
.content{
}
.wide_inner{
	width: 100%;
	padding-right: 3.12%;
	padding-left: 3.12%;
}

.page_content .banner_area,
.normal_inner{
	max-width: 100%;
	padding-right: 4.68%;
	padding-left: 4.68%;
}
.page_inner{
	width: 96%;
	padding-right: 4.68%;
	padding-left: 4.68%;
}
.banner_area .banner img{
	width: 100%;
	max-width: none;
}
.page_link_list > *:nth-child(4n),
.page_link_list li{
	width: 30%;
	margin-right: 5%;
}
.page_link_list > *:nth-child(3n){
	margin-right: 0;
}

.top_navi_column .color_btn{
	background: none;
	color: #2ab8e0;
}
.top_navi_column .color_btn:after{
	position: static;
	margin-left: 5px;
}
.top_navi_column .item{
	width: calc(97% / 3);
}
.top_navi_column .item .inner{
	padding: 3.12%;
}
.interview_list .item .btn{
	display: none;
}
.interview_list .item .img{
	width: 40%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.interview_list .item .txt{
	width: 60%;
	padding: 3%;
}
.interview_list .item .number{
	margin-bottom: 3%;
}

.-floatimg_left,
.-floatimg_right{
	width:100%;
	float : none;
	margin-right : auto;
	margin-bottom :  3%;;
}

/*----------------------------------------*/
}
/*	end case 980px (PCサイト/コンテンツ幅より小さい時 ここまで)
----------------------------------------*/





/* -------------------------------------
	case 768px (iPadの縦想定) */
@media screen and (max-width: 768px) {
/*----------------------------------------*/
body{
	min-height:3px;
}

/*----------------------------------------*/
}
/*	end case 768px (iPadの縦想定 ここまで)
----------------------------------------*/





/* -------------------------------------
	case 736px (スマホサイズ)			*/
@media screen and (max-width: 736px) {
/*----------------------------------------*/
html{
	font-size: 1.625vw;
}
body{
	min-height:2px;
	font-size: 1.4rem;
	/*font-size: 2.2rem;*/
}

.pc{
	display:none!important;
}
.pc_inline{
	display:none!important;
}
.pc_inline_block{
	display:none!important;
}
.pad_only{
	display:none!important;
}

.sp{
	display:block!important;
}
.sp_inline{
	display:inline!important;
}
.sp_inline_block{
	display:inline-block!important;
}
img{
	max-width:100%;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"]{
	font-size:1.6rem;	/* iPhoneの入力時のズーム防止 */
}

.container{
	padding:0 0 0;
}


.footer_navi{
	display: block;
}

.footer_navi li:not(.sp_navi){
	display: none;
}
.footer_navi .item01,
.footer_navi .item02,
.footer_navi .item03{
	width: 100%;
	font-size: 1.8rem;
}
.footer_navi .logo{
	width: 50%;
	margin: 0 auto 5%;
}
.footer_navi .item01 ul{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 80%;
	margin: 0 auto;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer_navi li{
	text-align: center;
	font-size: 1.8rem;
	margin: 0;
}
.footer_navi li a{
	padding: 10px 0;
	display: block;
}
.footer_navi .item01 li{
	width: 50%;
}
.footer_navi .item03 li{
	width: 100%;
}


.item_left_column,
.item_right_column{
	display: block;
}
.item_right_column{
}
.item_left_column{
}
.item_left_column .col_item,
.item_right_column .col_item{
	width: 100%;
	margin-bottom: 3.12%;
}
.item_left_column .col_txt,
.item_right_column .col_txt{
	width: 100%;
}
.item_left_column .col_item img,
.item_right_column .col_item img{
	max-width: 65%;
	margin: 0 auto;
}
.column02 .col{
	width: 100%;
}
.column02 .col:nth-child(2n){
	margin-left: 0;
}

.column03 .col,
.column04 .col{
	width: 48%;
}
.column03.column_start .col:nth-child(3n),
.column03.column_start .col{
	margin-right: 4%;
}
.column03.column_start .col:nth-child(2n){
	margin-right: 0;
}
.recruit_list > .item{
	margin-right: 0;
	margin-left: 0;
}
.recruit_list .item .recruit_title{
	font-size: 2.6rem;
	margin: 10px 0 10px;
}
.recruit_column .col{
	width: 31%;
}
.recruit_list .info_column .item,
.recruit_list .info_column{
	display: block;
}
.recruit_list .info .item .txt,
.recruit_list .info .item .title,
.recruit_list .info_column .img,
.recruit_list .info_column .info{
	width: 100%;
}
.recruit_list .info .item .title{
	margin-bottom: 5px;
	font-size: 2.2rem;
}

.breadcrumb{
	margin-bottom: 6.25%;
}

.number_list .title .mark{
	display: none;
}

.number_list .title .company_name02,
.number_list .title .company_name{
	display: block;
}
.number_list .num,
.number_list .title,	
.number_list .title .company_name02,
.number_list .title .company_name{
	font-size: 1.8rem;
}
.number_list .txt{
	font-size: 2.4rem;
}
/* -------------------------------------
	title
---------------------------------------- */
.item_title{
	font-size: 3.6rem;
}
.title_read{
	font-size: 1.8rem;
}

.page_title{
	height: 248px;
}
.page_title .title{
	font-size: 3.6rem;
}

.normal_title{
	font-size: 2.3rem;
	margin-bottom: 30px;
}

.main_title{
	font-size: 2.8rem;
	padding: 0 5% 6.25%;
	margin-bottom: 6.25%;
}
.main_title:before{
	height: calc(100% - 5.25vw);
}
.large_title{
	font-size: 2.8rem;
	margin-bottom: 25px;
}
.medium_title{
	font-size: 2.6rem;
}
.small_title{
	font-size: 2.4rem;
}
.small_line_title{
	font-size: 2.4rem;
}
.line_title{
	font-size: 2.4rem;
}

.page_link_list > *:nth-child(3n),
.page_link_list > *:nth-child(4n),
.page_link_list li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}
.page_link_list > *:nth-child(2n){
	margin-right: 0;
}
.page_link_list a{
	font-size: 0.95em;
}
.page_link_list a:after{
	display: none;
}
.top_navi_column{
	background-image: none;
	border-bottom: 2px solid #eaeaea;
}
.top_navi_column .column{
	display: block;
}
.top_navi_column .item{
	width: 100%;
	box-shadow: none;
	margin-bottom: 5%;
}
.top_navi_column .item .img img{
	border-radius: 5px;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	display: block;
}
.top_navi_column .item .title{
	font-size: 2.2rem;
	margin-bottom: 5px;
}
.top_navi_column .color_btn{
	font-size: 1.6rem;
}
.news_list .member_category,
.news_list .common_category {
	width: 12rem;
}

.mikketa_list {
	flex-wrap: wrap;
}
.mikketa_img ,
.mikketa_description {
	width: 100%;
}
.mikketa_img  {
	
	padding-right : 0;
}

.news_list .link{
	white-space: normal;
}
.news_list .title{
	width: 100%;
	margin-top: 5px;
	/*text-overflow: ellipsis;
	white-space: nowrap;*/
	line-height:1.4;
	vertical-align: middle;
	display: inline-block;
}
.news_list .date{
	font-size: 1.6rem;
	width: auto;
}
.news_list .mark,
.news_list .category{
	font-size: 1.6rem;
}

.category_link li a{
	padding: 8px;
}
.main_visual{
	height: auto;
}
.main_visual .img{
	position: static;
	margin: 0;
}
.main_visual .img img{
	width: 100%;
}
.recruit_column .link{
	border: 2px solid #ffffff;
}
.about_column .col{
	width: 49%;
	margin-bottom: 3.12%;
}
.link_column .link,
.about_column .link{
	padding: 8% 0;
}
.about_column .ico{
	padding: 0 5% 0 8%;
	width: 35%;
}
.about_column .txt{
	width: 65%;
	font-size: 2.2rem;
}
.about_column .link:after{
	right: 10px;
}
.about_column02 .col{
	width: 90%;
}
.about_column02 .col .title{
	font-size: 2.0rem;
}
.about_column02 .col .more{
	font-size: 1.8rem;
}
.interview_list .item .img{
	width: 30%;
}
.interview_list .item .txt{
	width: 70%;
}
.interview_list .item .number{
	font-size: 2.6rem;
}
.interview_list .item .title{
	font-size: 1.8rem;
	margin-bottom: 5px;
}
.member_column .col{
	width: 100%;
	margin-bottom: 20px;
	margin-right: 0;
}
.member_column .col:nth-child(3n){
	margin-right: 0;
}


.member_table,
table.normal,
table.strong,
table.light{
	border-top: none;
}

.member_table th,
table.normal th,
table.strong th,
table.light th{
	width: 100%;
	display: block;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
table.normal td,
table.strong td,
table.light td{
	display: block;
	width: 100%;
	margin-bottom: 6.25%;
	border-bottom: none;
}
.member_table{
	border-bottom: 1px solid #e2e2e2;
}
.member_table thead{
	display: none;
}
.member_table td{
	display: block;
	width: 100%;
	border-bottom: none;
}
.member_table td:first-child{
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	background: #f0faf9;
	color: #187074;
	border-right: none;
}
.member_table td:last-child{
	margin-bottom: 6.25%;
}
table.normal tr:last-child th,
table.strong tr:last-child th,
table.light tr:last-child th{
	border-bottom: 1px solid #e2e2e2;
}

.link_column .col:first-child:nth-last-child(3),
.link_column .col:first-child:nth-last-child(3) ~ .col {
	width: 45%;
}

.tag_area{
	display: none;
}


.link_list_block  .btn_block {
	position: relative;
	bottom:0;
	right:0;
	margin:0 0 8vw 0;
}

.kana_list{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.kana_list li{
	text-align: center;
	width: 18%;
	margin: 1% 0;
}
.pagetop{
	right: 10px;
	bottom: 10px;
}
.clear_btn_area{
	display: none;
}
.color_btn{
	font-size: 1.8rem;
}

.event_form textarea,
.event_form input[type="text"],
.event_form input[type="number"],
.event_form input[type="url"],
.event_form input[type="email"],
.event_form input[type="tel"],
.event_form input[type="password"],
textarea.text,
input.text{
	font-size: 2.4rem;
}
.event_form textarea,
.event_form input[type="text"],
.event_form input[type="number"],
.event_form input[type="url"],
.event_form input[type="email"],
.event_form input[type="tel"],
.event_form input[type="password"]{
	width: 100%;
	min-width: 0;
}

/*----------------------------------------*/
}
/*	end case 736px (スマホサイズ ここまで)
----------------------------------------*/





/* -------------------------------------
	case 640px (スマホの小さめのサイズ)   */
@media screen and (max-width: 640px) {
/*----------------------------------------*/
body{
	min-height:1px;
}
.container{
	max-width:640px;
	width:100%;
	margin:0 auto;
}

/*----------------------------------------*/
}
/*	end case 640px (スマホの小さめのサイズ ここまで)
----------------------------------------*/
