@charset "shift_jis";

/*@media screen and (max-width: 834px) {
.container, .container-md, .container-sm {
    margin-left: 3vh !important;
}*/

@media screen and (max-width:680px){

/*iPhoneのフォーム系の角丸を消す*/
input[type="submit"]{
	-webkit-appearance: none;
	border-radius: 0;
}

img{
	height: auto;
	width /***/:auto;
	width: 100% !important;
	max-width: 100% !important;
}

div{
max-width: 100% !important;
height: auto;
/*margin-left:0px !important;
padding-left:0px !important;*/
width /***/:auto;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

div.re_2{
	width: 100%;
}

hr{
max-width: 100% !important;
height: auto;
width /***/:auto;
}

table{
max-width: 100% !important;
height: auto;
}

.table_scroll{
	display: block;
  overflow-x: scroll;
 /* white-space: nowrap;*/
  -webkit-overflow-scrolling: touch;
	table-layout: fixed;
}

.table_scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
	 height: 5px;
}

.table_scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
	 background: #F1F1F1;
}

.table_scrolll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
	 background: #BCBCBC;
}

.c3_box_5 {
  width: 100%;
	margin:0 !important;
	padding-bottom:20px;
}

#container{
width:100% !important;
}

#wrapper{
overflow:hidden;
}

div.free_ab{
	display:none;
}

.keyvisual {
	height: 50vh;
	height: 70vh;
  background-position-x: -75vw;
}

#keyvisual-movie video {
	top:50vh;
	left:0;
	opacity: 0.6;
}

.top_text{
	/*top: 35vw;*/
	top: 15vw;
	left: 5vw;
	font-size: 11vw;
	z-index: 1;
}

/*TOPバナースライド*/
.test__container {
  top: 35vh;
  left: 0;
  width: 90%;
}

.test-slick__item{
	width:90% !important;
}

.slick-track {
	display: flex !important;
  max-width:3000px !important;
	height:30vh;
	left: 90vw !important;
	overflow: hidden;
}

.test-slick__item {
  margin-right: 20px;
  margin-left: 20px;
}

.test-slick__item img {
  width: auto;
}

.dots-class {
	margin-top:-50px;
	margin-left:30px;
}

/*ハンバーガーメニュー*/
@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}

#overlay-button {
  position: fixed;
  right: 3vh;
  top: 3vh;
  padding: 26px 11px;
  z-index: 999;
  cursor: pointer;
  user-select: none;
  background-color: #333 !important;
  border-radius: 50%;
}

#overlay-button:hover {
  background-color: #1089a0 !important;
  transition: all .2s ease-in-out;
}

#overlay-button span {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: white;
  position: relative;
  display: block;
  transition: all .2s ease-in-out;
}

#overlay-button span:before {
  top: -10px;
  visibility: visible;
}

#overlay-button span:after {
  top: 10px;
}

#overlay-button span:before, 
#overlay-button span:after {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: white;
  position: absolute;
  content: "";
	left: 0;
	transition: all .2s ease-in-out;
}

#overlay-button:hover span, 
#overlay-button:hover span:before,
#overlay-button:hover span:after {
  background: #fff;
}

input[type=checkbox] {
  display: none; 
}

input[type=checkbox]:checked ~ #overlay {
  visibility: visible; 
}

input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
}

input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(7px, 7px);

}

input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px);
}

#overlay {
  height: 100vh;
  width: 100vw;
  background: #1089a0;
  z-index: 2;
  visibility: hidden;
  position: fixed;
	top: 0;
}

#overlay ul {
	display: block;
	text-align: center;
  /*height: 30vh;*/
  padding-left: 0;
  padding-top: 10vh;
  list-style-type: none;
}

#overlay ul li {
  padding: 2em;
}

#overlay ul li a {
	display: block;
  color: #fff;
  text-decoration: none;
  font-size: 2em;
}

#overlay a:hover{
  color: #01a0c6;
}

#overlay li:has(a:hover){
	background: rgba(255, 255, 255, 0.8);
}

#pagetop {
	right:10px;
}

.pagetop_arrow {
    height: 15px;
    width: 15px;
    border-top: 5px solid #999;
    border-right: 5px solid #999;
    transform: translateY(20%) rotate(-45deg);
    position: fixed;
    right: 27px;
    bottom: 48px;
    z-index: 100;
}


	div.header{
		position: relative;
		margin: 0px 0px 0px 0px;
		width: 100% !important;
		height: 100%;
	}
	
	div.logo{
		position: relative;
		padding:11px 0px 0px 0px;
		height: 100%;
		float: left;
	}
	
	div.caption{
		position: relative;
		margin: 13px 0px 0px 15px;
		padding: 3px 0px 0px 0px;
		line-height: 130%;
		text-align: left;
		float: left;
	}

	div.headermenu{
		position: relative;
		padding: 10px 0px 0px 0px;
		width:45% !important;
		font-size: 100%;
		line-height: 100%;
		text-align: right;
		clear: both;
	}
	
	div.mainmenu{
		position: relative;
		margin: 0px 0px 0px 0px;
	}

div.header_smart{
	position: fixed;
	top:0;
	margin: 0px 0px 0px 0px;
	width: 100%;
	text-align: left;
	z-index: 2;
		background: rgb(255,255,255);
		background: linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%);
}

div.logo_smart{
	position: relative;
	padding:11px 0px 0px 0px;
	float: left;
	width: 50%;
}

div.logo_smart img{
  width: 80% !important;
}
	
div.caption_smart{
	position: fixed;
	top: 0;
	padding: 11px 0px 0px 0px;
	z-index: 100;
}

.row{
	position: relative;
	top: 50px;
}

.helvetica_white {
	font-size: 350%;
}

.helvetica_green {
	font-size: 350%;
}

.sub_title{
	font-size: 70%;
}

.subtitle_green {
	margin-bottom:30px;
}

.subtitle_white {
	margin-bottom:30px;
}

.news_left{
	width: 30%;
}

.news_right{
	width: 70%;
}

.top_news_1 a div{
  margin-bottom: 30px;
}

.top_news_2 a div{
  margin-bottom: 30px;
}


/*見出し*/
.heading{
	margin-left: 4vh;
	margin-top: 8vh;
}
 	
	div.headermenu_smart{
		padding: 0px 10px 0px 0px;
		width: 55%;
		height:31px;
		font-size: 90%;
		line-height: 100%;
		float:left;
		text-align:right;
	}
	
	div.inquiry{
		position: relative;
		margin: 13px 0px 0px 0px;
		padding: 0px 0px 0px 20px;
		width:20%;
		font-size: 90%;
		text-align: right;
		line-height: 0%;
		float: left;
	}
	
/*
	div.mainmenu{
		display:none;
	}
*/

	div.bg_top_1{
		position: relative;
		border-style: none;
		width: 100%;
		margin: 0px auto;
		background-color:#fff;
	}
	
	div.bg_top_1_b{
		position: static;
		border-style: none;
		width: 100%;
		margin: 0px auto;
	}
	
	div.bg_top_2_b{
		position: static;
		border-style: none;
		width: 100%;
		margin: 0px auto;
		background-image:url(../image/spacer.gif);
		background-repeat: no-repeat;
	}

	div.layout_01_b{
		position: relative;
		margin: 0px 0px 0px 0px;
		width: 903px;
		background-image:url(../image/spacer.gif);
		background-repeat: no-repeat;
	}
	
	div.layout_02_b{
		position: relative;
		margin: 0px 0px 0px 0px;
		width: 903px;
		background-image:url(../image/spacer.gif);
		background-repeat: no-repeat;
	}

	div.top_find_1{
		padding:15px 15px 0px 15px !important;
	}
	
	div.top_news_1 p{
		font-size: 90%;
		line-height:180%;
	}
	
	div.top_news_day_1{
		width:120px;
		padding:3px 5px 0px 15px !important;
	}
		
	div.top_news_text_1{
		width:100%;
		padding:15px 10px 10px 15px !important;
	}

	div.top_left_box_1{
		margin:10px 15px 0px 0px;
	}

	div.top_text_box_1{
		padding:15px !important;
	}

	div.fb_box_1{
		width:280px;
		margin:0 auto !important;
	}

	div.top_banner_box_1{
		width:280px;
		margin:0 auto !important;
	}

	div.top_partner_box_1{
		display:none;
	}

	div.top_smart_inquiry{
		display:none;
	}

	div.guide{
		position: relative;
		font-size: 90%;
		margin: 0px 0px 0px 0px !important;
		padding:7px 8px 0px 8px !important;
	}
	
.container{
	padding:0 !important;
}

div.contents_main{
	position: relative;
	padding:10px 10px 30px 10px !important;
}

div.topimage_smart{
	height:300px;
	background-color:blue;
}

div.contents_left{
	display:none;
}

.top_div{
	padding: 25vw 9vw 9vw 9vw !important;
}


div.footer{

}
	
div.footer_area{
}
	
.footer_menu{
	position: relative;
	top: -200px;
	display: block;
	margin:0 auto !important;
	width: 100%;
	font-size: 100%;
	_display: inline;
	text-align:left;
}

ul#footer_link{
	margin: 0 !important;
	padding: 0 !important;
}

div.footer_link_box_1{
	margin: 0 20px 20px 20px !important;
}

div.footer_link_box_1:nth-child(1){
	margin-right: 30px !important;
}

div.footer_pageup{
	position: relative;
	margin: 30px 0px 15px 0px;
	text-align:left;
	float: none;
}

.copyright{
	margin: 0 !important;
}
	
.footer_logo{
	position: relative;
	top: 350px;
}
	
.footer_logo img{
	display: block;
	width: 65% !important;
	margin:0 auto;
}

.footer_logo p{
	text-align:center;
}

/* v6更新 */

.c3_box_ul{
	margin:0px !important;
	padding:0px !important;
}

.c3_box_1,.c3_box_top_1,.c3_box_4{
	width: 100%;
	height: auto;
	margin:10px 10px 10px 0px;
	padding:0px;
}
.c3_box_1,.c3_box_4,.c3_box_top_1 img{
	width: 100%;
}
.c3_box_find_1{
	padding:10px 10px 10px 10px !important;
}

div.textbox_1{
	padding: 10px !important;
}

/*--------*/


.find_v5_h1_1{
	padding:.75em 1em .75em 1.5em !important;
}

.find_v5_h2_1,.find_v5_h2_2,.find_v5_h2_3,.find_v5_h2_4{
	padding: .5em 1em .5em 1em !important;
}

.find_v5_h3_1,.find_v5_h3_2,.find_v5_h3_3,.find_v5_h3_4{
	padding:.5em 1em .4em 1em !important;
}

.find_v5_h4_1,.find_v5_h4_2,.find_v5_h4_3,.find_v5_h4_4{
	padding: .2em 1em .2em .8em !important;
}



.partner_find_h2{
	padding:6px 0px 0px 18px !important;
}

.find_v5_1{
	padding:0px 0px 0px 5px !important;
}



#image-navigation .navi-image {
position:static;
margin:0px 0px 0px 5px; padding:2px 0px 0px 0px;
height:100px;
}
#image-navigation .navi {
position:static;
margin:5px 0px 5px 10px; padding:0px 0px 0px 0px;
}

div.contents_top{
		padding:25px 8px 30px 8px !important;
}

	div.layout_01{
		background-color: #eee;
	}

div.wyse_smart{
	display:none;
}

/*
div.g_menu_smart{
	display:none;
}
*/

	div.mainmenu_smart{
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color: #f2f2f2;
	}

.menu_smart {
    position: relative;
    width: 100%;
    height: 36px;
    max-width: 640px;
    margin: 0 auto;
	list-style: none;
	text-align:center;
	margin: 1px 0px 0px 3px;
	padding: 0px 0px 0px 0px;
}

.menu_smart > li {
    float: left;
    width: 32%; /* グローバルナビ4つの場合 */
    height: 36px;
    line-height: 120%;
	border-right:1px #fff solid;
	border-left:1px #ddd solid;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

.menu_smart > li a {
    display: block;
    height: 36px;
    color: #3e3e3e;
}

.menu_smart > li a:hover {
    color: #F95858;
}

.menu_smart > li:hover {
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}


/*リクルートサイト*/

div.re_1{
	padding-left:10px !important;
	padding-bottom: 60px;
}

.find_re_1,.find_re_1_1,.find_re_1_s,.find_re_iv_1,.find_re_ti_1,.find_re_ti_2{
	padding-left:2em !important;
}
div.re_black_1{
	width:250px;
	padding-left:35px !important;
	margin-left:auto !important;
}
div.re_box_wb,div.re_box_3,div.re_box_4{
	padding-left:10px !important;
	padding-right:10px !important;
}
div.re_box_5{
	padding-left:0px !important;
	padding-right:0px !important;
}

div.contents_area_day,div.re_box_top_interview{
//	display:none;
}

div.re_time_title{
    margin: 0 auto;
    width: 150px;
}

div.free_re{
	margin-left:0px !important;
}
	
div.re_time_line{
	padding-top:0 !important;
	background-image:none !important;
}
div.re_time_box_1{
	margin-top:40px !important;
	margin-left:10px !important;
}
div.re_time_text_1{
	margin:0px 20px 0px 20px !important;
}
div.re_time_text_2{
	margin:0px 20px 0px 20px !important;
}

.more{
	margin:0 auto !important;
}


/*ニュースアイコン*/

.news_1,.news_2,.news_3,.news_4,.news_5,.news_6,.news_7{
	padding:1px 2em 0px 2em !important;
}


/*so_indexのタブのスタイル*/
.tab_item {
	font-size: 80%;
	line-height:120%;
//	padding:0px 5px 0px 5px;
}


/*スライド画像の横幅可変*/

.slider_smart {
	width: 100%;
	height: auto;
}
.slider_smart div {
	max-width: initial !important;
	height: auto;
}
.slider_smart img {
	width: 100%;
	height: auto;
	max-width: 640px;
	margin: 0 auto;
}


.slider {
	display:none !important;
}
.slider div{
	display:none !important;
}
.slider img{
	display:none !important;
}

#arrows div{
	display:none !important;
}

/*----- スマホ用改行 -----*/
.br_pc { display:none; }
.br_sm { display:block; }

/*----- テーブルセル全体リンク -----*/
table.cell_link { 
width:100% !important;
}

.top_caption{
margin:40px 10px 15px 10px !important;
}

/*スマホ版img幅調整*/
.sp_img{
	max-width: 90% !important;
}

/*----- 追従バナーとTOPボタンのサイズ調整 -----*/
#form_estimate {
    bottom: 190px;
    right: 0px;
}

#form_estimate a {
    background-image: url("../image/form_estimate_sp.png");
    width: 50px;
    height: 50px;
}

#form_buttun a {
    background-image: url("../image/form_buttun_smart2.png");
    width: 50px;
    height: 50px;
}

.form_buttuntext{
	display: block;
	position: absolute;
	top: 100%;
	margin-left:5px;
	color: #333;
	font-size: 8px;
	text-align:center;
}

#form_buttun a:hover .form_buttuntext{
	color: #1962e8;
}

#page-top a {
    width: 50px;
}

/*h2見出し下線*/
.bottom_border{
	width: 80% !important;
}

/*ページ内リンクメニューの位置調整*/
.anchor_a{
	font-size: 80% !important;
	line-height: 160% !important;
}

.anchor_form{
	font-size: 80% !important;
	line-height: 160% !important;
}

/*flex解除*/
.flex{
	display: block;
	padding: 0 !important;
}

.flex_inner{
	width:100%;
}

/* ボタンの位置調整と角丸消し */
#gsc .gsc-search-button{
    margin:2px 0 0 -16px !important;
    border-radius:0;
}

/*HPE6000 WPページ*/
.menu_wp_li{
    font-size: 50%;
}

.wp_sp{
	padding-top:5px;
	line-height: 20px;
}

.wp_list{
	margin-top:20px;
}

/*会社外観*/
.cxj_office{
  margin-top:2rem;
	height: 100% !important;
 }
 
.google_map {
	display: block;
	margin-left:0;
  font-size: 85%;
  padding: 0;
 }

.google_map::after {
  top: 0.8rem;
}

/* アコーディオンメニュー クリックしたら開く*/
li.drawer1 {
  color: #000;
  padding: 0px 0px 0px 2px;
  /*border-bottom: 1px solid #ddd;*/
  line-height: 300%;
}

.inner-menu{
	padding: 0;
}

.inner-menu:last-child {
  margin-bottom: 60px;
}

.inner-menu > input {
  display: none;
}

.inner-menu > label {
  padding: 15px 0;
  margin: 0;
  cursor: pointer;
  position: relative;
  font-size: 2em;
  color:#fff;
}

.inner-menu > label:after {
  position: absolute;
  right: -40px; 
  top: 30px; 
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  content: "+";
  font-size: 150%;
}

/*.inner-menu > label:hover {
	display: block;
	color: #01a0c6;
}*/

.inner-menu > input:checked ~ label::after {
  content: "-";
  font-size: 150%;
}

.inner-menu > div {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.inner-menu > input:checked ~ div {
  height: auto;
  opacity: 1;
  padding: 20px; 
}

.drawer-menu-item {
  font-size: 1.2rem !important;
}

/*イベント・セミナー*/
.ev_category{
	width: 30%;
  padding: 5px !important;
  margin: 10px 10px 0 0;
  line-height: 100%;
  height: 20%;
}

.ev251111_sp{
	display:block !important;
}

.ev251111_1{
	display:none !important;
}

.ev251111_2{
	display:none;
}

.ev251111_3{
	display:none;
}

