@charset "UTF-8";

@media screen and (max-width: 1228px) {
	/*----------------------------------------------------
	header
	----------------------------------------------------*/
	.logo_img_text img {
		display: none;
	}

	.logo_img img {
		width: 85%;
	}
}

@media screen and (max-width: 997px) {
	/*----------------------------------------------------
	header
	----------------------------------------------------*/
	.menu-btn {
		width: 100px;
	}

	.pagetop {
		bottom: 28px;
	}

	/*----------------------------------------------------
	  TOP
	----------------------------------------------------*/
	.pk-btn{
		width: 50%;
	}
  
	/*----------------------------------------------------
	会社概要
	----------------------------------------------------*/
	.overview {
		width: 100%;
	}

	.overview table {
		width: 100%;
		min-width: 275px;
		border: black;
	}
	
	.overview th {
		text-align: center;
		border-bottom: none;
	}
	/* 
	.overview tr:not(:last-child) td {
		border-bottom: none;
	} */

	.overview th, .overview td {
		display: block; 
	}

 	/*----------------------------------------------------
	  社長インタビュー
	----------------------------------------------------*/
	.ph_main img {
		width: 100%;
    	height: 100%;
		margin: 0 0 20px 0;
	}
	
	#main_video h4 {
		font-size: 14px;
		text-align: center;
		padding: 0 5px 10px 18px;
	}
	
	.ph_right {
		float: none;
		margin: 0 0 0 20px;
		display: block;
		text-align: center;
	}
	
	.ph_left {
		float: none;
		margin:  0 20px 0 0 ;
		display: block;
		text-align: center;
	}
	
	.ph_main {
		margin: 0 0 20px 0;
	}
	
	.interview p {
		margin: 0px;
	}
}

@media screen and (max-width: 880px) {
	.logo_img img {
		width: 50%;
	}
}

@media screen and (max-width: 880px) {
	.logo_img img {
		width: 45%;
		margin-left: -28px;
		position: relative;
		z-index: 1;
	}
}

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

	/*----------------------------------------------------
	  共通
	----------------------------------------------------*/
	
		main .contents {
			max-width: 90%;
		    padding: 15% 0 20% ;
		}

		h2 {
    		padding: 0 20px;
   		    font-size: 26px;
		}
	/*----------------------------------------------------
  	  sidebar
	----------------------------------------------------*/
	.main-content{
		margin-left: 0px;
	}
	#sidebar {
    	display: none;
	}
	#sp_category_header{
		display: inline;
	}

	/*----------------------------------------------------
	  header
	----------------------------------------------------*/
	.headerMenuArea{
		padding-left: 0%;
		background-color: #f28a5e;
		width: 100%;
		padding-right: 0%;

		position: relative;
	}

	header{
		background-color: #f28a5e;
	}

	.headerArea h1 {
		float: initial;
		position: relative;
		left: 0%;
		width: 100%;
	}

	h1 a {
			color: #FFFFFF;
	}

	.headerArea {
		padding-top: 1rem;
	}

	.headerArea span {
		display: none;
	}

	ul#headerMenu li a {
		text-align: left;
		color: #FFFFFF;
		background: #f28a5e;
	}

	ul#headerMenu li a:hover {
		text-align: left;
		color: #FFFFFF;
	}

	ul#headerMenu li{
		text-align: left;
		width: 100%;
	}


	ul#headerMenu{

		text-align: left;
		width: 100%;
	}

	.r-btn {
		padding-left: 0px;
	}

	.menu-btn {
		margin: 0px;
		width: 100%;
		border-radius: 0px;
	}

	#menu-btn-icn {
		display: none;
	}
	
	.text-logo {
		display: block;
	}

	.logo_img img {
		display: none;
	}

	/*----------------------------------------------------
	  footer
	----------------------------------------------------*/



	dl.company,.solution,.recruit,.access,.style {
		display: none;
	}
	div#footerMenu li {
		border-top: inset 1px #E0E0E0;
	    width: 100%;
	    display: inline-grid;
	    list-style-type: none;
	}
	div#footerMenu .link{
		padding: 15px 0 0;
		float: left;
		width: 33.3%;
		text-align: center;
	}

	.footerMenu {
		width: 100%;
		text-align: center;
		padding: 0px;
		background-color: #fff;
	}

	.footerMenu a, .footerMenu label {
		display: block;
		padding: .85rem;
		color: #f28a5e;
		background-color: #FFFFFF;
		-webkit-transition: all .25s ease-in;
		transition: all .25s ease-in;
	}

	.nav label {
  		border-top: inset 1px #E0E0E0;
	}



	.nav a:focus, .nav a:hover, .nav label:focus, .nav label:hover {
		color: #FFFFFF;
		background: #330000;
	}



	.group-list a:focus, .group-list a:hover, .group-list label:focus, .group-list label:hover {
		background: #f28a5e; 
	}

	.group-list, .sub-group-list, .sub-sub-group-list {
		height: 100%;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height .5s ease-in-out;
		transition: max-height .5s ease-in-out;
	}

	.nav__list input[type=checkbox]:checked + label + ul { /* reset the height when checkbox is checked */
		max-height: 1000px;
	}

	label > span {
		float: right;
			-webkit-transition: -webkit-transform .65s ease;
		transition: transform .65s ease;
	}

	.nav__list input[type=checkbox]:checked + label > span {
 		 -webkit-transform: rotate(90deg);
  		-ms-transform: rotate(90deg);
  		transform: rotate(90deg);
	}

	#under ul {
		padding: 0px;
	}

	#under li {
		padding: 0;
	}

	.line-s {
		display: none;
	}

	ul.nav__list {
		text-align: left;
		padding: 0px;
		display: block;
	}

	.footerMenu li a:hover {
		text-decoration: none;
	}

	.spaccess {
		border-top: inset 1px #E0E0E0;
	}

	hr::after {
		width: 15%;
		position: absolute;
		top: -0.7em;
		left: 43%;
		display: inline-block;
		content: 'IL';
		background: #fff;
	}

	.group-list li{
		padding-left: 1.5rem;
		background-color: #fff;
	}

	.inquiry-menu {
		display: none;
	}

/*----------------------------------------------------
  TOP
----------------------------------------------------*/
	.wrapper {
		padding: 0% 5% 0%;
	}
	h1 .con {
		padding: 20px 5px;
	}
	.home img {
		width: 100%;
	}

 	.menu li {
 		margin: 0;
		margin-bottom: 1.5rem;
 		padding: 0;
 		display: inline-block;
 		width: 100%;
 	}
 	
 	.news_list{
 		max-width: 100%;
 		min-width: 300px;
 	}

 	.listdate {
 		display: table-row-group;
 	}

 	.linkTwitter {
 		width: 100%;
 	}

 	.new_bar {
    	padding: 5% 0% 0% 0%;
    	margin: 0;
    }

	.new_bar img{
  		width: 100%;
	}
	.new_bar li {
    	display: inline-block;
    	width: 100%;
    }
	
	/*----------------------------------------------------
	会社情報
	----------------------------------------------------*/
	.overview table {
		text-align: center;
	}

	/*----------------------------------------------------
	ご挨拶
	----------------------------------------------------*/
	.aisatsu img {
		width: 100%;
		margin-bottom: 40px;
	}

	/*----------------------------------------------------
	  職場体験
	----------------------------------------------------*/

	.purposeArea {
	    width: 100%;
	    margin: 0;
	}

	.workplace {
    	width: 100%;
   	    margin: 20px 0 0 0;
	}

	.course {
    	width: 100%;
	}

	.course h3 {
    	padding: 25px 0 0 0;
	}

	.course p {
    	padding: 10px 0;
	}

	.pfTable {
	    min-width: 100%;
	    text-align: center;
	}

	.pfTable th {
		border-bottom: none;
	}

	.pfTable tr:not(:last-child) td {
		border-bottom: none;
	}

	.pfTable th, .pfTable td {
	    display: block;	
	}

	/*----------------------------------------------------
	社風
	----------------------------------------------------*/
	.sexAge #sex {
		max-width: 100%;
		min-width: 100px;
		min-height: 100px;
	}
	
	.sexAge #eges {
		max-width: 100%;
		min-width: 100px;
		min-height: 100px;
	}
	
	.sexAge .manfem {
		margin-right: auto;
		margin-left: auto;
		max-width: 100%;
		display: block;
	}
	
	.averageAge {
		margin-right: auto;
		margin-left: auto;
		max-width: 100%;
		display: block;
	}  
	
	.culture p {
		padding: 4% 5% 4%;
		max-width: 100%;
		min-width: 100px;
	}
	
	/*----------------------------------------------------
	システム開発
	----------------------------------------------------*/
	.system_list {
		width: 100%;
		padding-bottom: 5%;
	}

	.system_list table {
		width: 120%;
		min-width: 275px;
		border: black;
	}
	
	.system_list th {
		text-align: center;
		border-bottom: none;
	}

	.system_list tr:not(:last-child) td {
		text-align: center;
		border-bottom: none;
	}

	.system_list th, .system_list td {
		display: block; 
	}
	
	/*----------------------------------------------------
	製作実績
	----------------------------------------------------*/
	.achievement ul{
		text-align: center;
	}
	
	.comingsoon {
		display: none;
	}
  
/*----------------------------------------------------
  社員紹介
----------------------------------------------------*/

img.boss_gallery {
  margin-left:auto;
  margin-right:auto;
  margin-top: 30px;
  margin-bottom: 60px;
  width: 200px;
  height: 200px;
  -webkit-border-radius: 130px;
  -moz-border-radius: 130px;
  object-fit: cover;
}

img.officer_gallery {
  width: 150px;
  height: 150px;
}

img.staff_gallery {
  width: 90px;
  height: 90px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;

}

.staff_list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.staff_list ul li {
	/* width: 30; */
	margin: 20px;
	padding: 0px 5px 0px -5px;
	float: left;
}

.contents_staff img:hover {
	opacity:1.0;
}




/*----------------------------------------------------
  社員紹介-個別ページ
----------------------------------------------------*/

.staff_page{
	padding-bottom: 4em;
}

.names{
	margin: 0 auto;
    /* margin-left: 35%; */
    text-align: center;
    font-weight: bold;
    background: #f5900c00;
    width: 100%;
    border-radius: initial;
    color: #000000;
    padding: 10px;
    transform: initial;
}

img.profile_gallery {
  display: block;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 40px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.staff_page table td, .staff_page table th {
  display:block;
}

.staff_page th {
  min-width:100%;
  border-bottom: none;
}

.staff_page td {
  min-width:100%;
  text-align: center;
}

 .staff_page tr:not(:last-child) td {
    border-bottom: none;
}

.staff_page table {
    width: 90%;
    margin-left: 6px;
}

.staff_back:hover,.one_before a:hover , .next a:hover {
   opacity:1.0;
}

.swiper-container {
  width: 100%;
  max-width: 300px;
  float: none;
}
.swiper-container img {
    margin-left: auto;
    margin-right: auto;
}
.swiper-wrapper {
    width: 262px;
}
/*----------------------------------------------------
  お問い合わせ
----------------------------------------------------*/
 	.inquiry input[type=text]{
  		width: 99%;
  	}
	
  	.inquiry table th {
  		padding: 10px;
  		margin-right: 10px;
  		margin-left: 10px;
  		min-width: 100px;
  		background: #993333;
  		color: #FFF;
  		text-align: center;
  		border-bottom: none;
  	}
	
  	.inquirytbl table tr:not(:last-child) td {
  		border-bottom: none;
  	}
	
  	.inquiry table th, .inquiry table td {
  		border: none;
  		display: block;
  	}
/*----------------------------------------------------
  応募フォーム
----------------------------------------------------*/
	p.center {
    	text-align: center;
    	padding: 3%;
  	}

  	.date_of_birth {
    	max-width: 30%;
  	}

  	.date_of_birth2 {
    	max-width: 20%;
  	}

	/*----------------------------------------------------
	アクセス
	----------------------------------------------------*/
	.accesss table th {
		width: 90%;
	}
	.accesss table td {
		width: 90%;
	}
	
	.accesss table {
		min-width: 100px;
	}
	
/*----------------------------------------------------
  個人ページスライドショー
----------------------------------------------------*/

	.fade_img {
	padding: 0%0%0%0%;
		margin-right: auto;
		margin-left: auto;
	}

	.fade_img img {
		max-width: -webkit-fill-available;
		min-width: 200px;
		height: -webkit-fill-available;
	}
}