@charset "UTF-8";
/*----------------------------------------------------
  sidebar
----------------------------------------------------*/
.main-content {
    margin-left: 160px; 
}

/*sidebar*/
#sidebar {
    float: left;
}

#sidebar .element{
    background-color: rgba(242, 138, 94, 1);
    border-radius: 3px;
    margin: 5px 0px 5px 0px;
    padding: 8px 8px 8px 8px;

    /*margin: 2px 2px 2px 2px; /*[上][右][下][左]*/
    /*padding: 8px 0px 8px 0px; /*[上][右][下][左]*/
    color: #fff;
    text-align:center;
    width:130px;
}

#sidebar .active{
  background-color: rgba(242, 138, 94, 0.8);
}

/*sp_category_header*/
#sp_category_header {
    display: none;
    margin-bottom:20px;
}
#sp_category_header .element{
  background-color: rgba(242, 138, 94, 1);
    border-radius: 3px;
    margin: 2px 2px 2px 2px; /*[上][右][下][左]*/
    padding: 8px 0px 8px 0px; /*[上][右][下][左]*/
    color: #fff;
    text-align:center;
    width:48%;
}

#sp_category_header .active{
  background-color: rgba(242, 138, 94, 0.8);
}

.sp_header_left{
    float: left;
}

.sp_header_right{
    float: right;
}

#sp_category_header .element a{
    color: rgba(255,255,255,0.9);
}

.bottom_border{
	width:100%;
	height: 10px;
	padding: initial;
	margin-bottom:20px;
	border-bottom: solid 1px black;
	clear: both;
}
/*----------------------------------------------------
  TOP
----------------------------------------------------*/

#index .contents, .home {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	/*background-color: #FAF0E6;*/
	box-sizing: border-box;
}
.home p {
	text-align: center;
	margin-bottom: 5%;
}

.home img {
	margin: 0;
	padding: 0;
	width: 100%;
}

.hero-text {
  padding: 6rem 0;
}

.hero-text p {
  font-size: 40px;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 600;
}

.hero-text .orange {
  color: #E27048;
  padding-left: 2rem;
  display: inline-block;
}

.hero-text .sub {
  font-size: 20px;
  color: #aaaaaa;
}

.service {
  padding: 50px;
}

.service img {
  border-radius: 10px;
  border: 1px solid #9D9D9D;
}

.bg-gray {
  background-color: #F5F5F5;
}

.s-p {
  padding: 4.5rem 0;
}

.sub-h1 {
  text-align: center;
}

.pickup {
  padding: 50px;
}

.pickup li {
  border: 1px solid #9D9D9D;
  border-radius: 10px;
  padding: 10px!important;
}

.pk-te {
  display: block;
  padding: 3rem 1rem;
}

.pk-btn {
  background-color: #E27048;
  color: #fff;
  border-radius: 29px;
  width: 170px;
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 2rem;
  padding: 1rem;
}

#btn-icn {
  width: 10px;
  padding: 0;
  margin: -2px 0;
  position: relative;
  left: 55px;
}

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
  -webkit-appearance: none;
}

.menu ul{
	text-align: center;
}

.menu li {
	margin: 0 .5rem;
	padding: 0;
	display: inline-block;
  width: 26%;
}

.menu li:hover {
	background: #C8C8C8;
}

.menu img {
	width: 100%;
}

.menu img:hover {
	mix-blend-mode: multiply;
}

.wrapper {
padding: 0% 10% 0%;
}

.linkUrl {
	width: 295px;
	height: 95px;
    margin-right: auto;
    margin-left: auto;
	padding: 0% 0% 3%;
	vertical-align: top;
}

.linkUrl li {
	display:inline-block;


}

.linkUrl img {
	border: 3px solid #990000;
}

.linkUrl li:hover {
	background: #C8C8C8;
}

.linkUrl img:hover {
	mix-blend-mode: multiply;
}

.twitter {
	padding: 10px;
}

.linkTwitter {
   /* min-width: 300px;
    max-width: 500px;*/
    margin-left: auto;
    padding: 2% 1% 2%;
    margin-right: auto;
}

.news_list {
	/*-webkit-border-radius: 20px;
	background: #FFFFFF;*/
	padding: 1% 2% 3%;
	min-width: 625px;
	margin-left:auto;
	margin-right: auto;
	width: 80%;
	margin-top: 4%;
}

.news_list h2 {
    /*padding: 0% 8% 0%;*/
    /*font-family: cursive;*/
    font-family: senobi-gothic, sans-serif;
    /*font-size: 32px;*/
    /*border-bottom: solid 2px #f28a5e;
    color: #f28a5e;*/
}

.daydate2 {
	float: left;
	padding-right: 40px;
}

.daydate3 {
	float: left;
	padding-right: 30px;
}

.daydate4 {
	float: left;
	padding-right: 20px;
}

.news_date{
	border-bottom: solid 1px #E0E0E0;
	padding: 2%;
}

.listdate {
	padding-left: 20px;
	display: inline-block;
}

.categorynews {
	-webkit-border-radius: 5px;
	text-align: center;
	color: #FFFFFF;
    background: #990000;
    width: 50px;
    display: inline-block;
	list-style: none
}

/*----------------------------------------------------
  会社情報
----------------------------------------------------*/

.botan {
	padding: 5% 5% 0 5%;
	min-width: 150px;
	width: 21%;
	font-size: 20px;
	display: inline-block;
}

.botan a:link {
	padding-left: 10px;
	color: #FFFFFF;
}

.botan li {
	border-top: 1px solid #ffffff;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #f28a5e;
	padding: 9px;
}

.botan a {
	text-decoration;
	display: block;
}


.botan li:hover {
	background-color: #993333;
}

.botan a, .botan span.inpormation {

}

.botan li:nth-child(1)  {
	background-color: #330000;
}

/*.greeting {
	display: inline-block;
    width: 68%;
    vertical-align: top;
    padding: 8% 0;
}

.greeting p {
	padding: 5% 14% 0%;
}

.greeting img{
    padding: 0% 10% 0%;
}*/

.information p {
    padding: 1% 20% 12%;

}

.information img {
		display: inline-block;
		margin: 0 15px 0 0;
}


/*----------------------------------------------------
  ご挨拶
----------------------------------------------------*/

.aisatsu {
	text-align: left;
}

.aisatsu img {
	margin: 0 0 0 5px;
}

.table_aisatu {
	margin-top: 40px;
/*	display: table;
	width: 100%;*/
}

.message {
/*	display: table-cell;*/
	text-align: left;
}
.name {
	/*display: table-cell;*/
	text-align: right;
}

/*----------------------------------------------------
　社長インタビュー
----------------------------------------------------*/

video {
  width: 100%
}

#main_video {
  background-color:#f28a5e; 
  padding: 20px 10px 2px 10px;
  border-radius: 7px;
}

#main_video h4 {
  text-align: center;
  color: white;
  padding-bottom: 10px;
}


.interview h2 {
  padding-top: 50px;
}

.subtitle {
  font-size: 15px;
  font-weight: bold;
  color: #f28a5e;
  line-height:1px;
}

.page_top {
  font-size: 13px;
  text-align: right;
  margin-right: 10px;
}

.page_top a {
  color: #f28a5e;
}

.page_top a:hover {
  opacity: 0.7 ;
}

.ph_right {
  float: right;
  margin: 0 0 0 20px;
}

.ph_left {
  float: left;
  margin:  0 20px 0 0 
}

.ph_main {
  margin: 0 0 20px 0;
}

.interview p {
  padding: 0 0 25px;
}

.block08 a {
  color: #f28a5e;
}

/*----------------------------------------------------
  会社概要
----------------------------------------------------*/

.overview {
	padding: 2%;
}

.overview table {
	border-collapse: collapse;
	text-align: left;
	margin-left: auto;
  margin-right: auto;
  min-width: 450px;
  width: 100%;
}

.overview table th {
  min-width: 100px;
	background: #FAF0E6;
	font: inherit;
	padding: 10px;
}

.overview table td {
  border: 1px solid #434343;
  padding: 10px;
}

.partner {
	padding: 2%;
  list-style: none;
}

.partner li {
  text-align: left;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.partner a{
  color: #000000;
}

.partner li a:hover {
  text-decoration: underline;
}

.partner img {
  width: 100%;
}

.partner p {
	text-align: center;
  padding: 3%;
}

/*----------------------------------------------------
  社風
----------------------------------------------------*/
.sexAge #sex {
  max-width: 100%;
  min-width: 260px;
  min-height: 260px;
  display: block;
  background: #FFFFFF;
}

.sexAge #eges {
  max-width: 100%;
  min-width: 260px;
  min-height: 260px;
  display: block;
}

.manfem {
  float: left;
  text-align: center;
  max-width:50%;
  display: inline-block;
}

.averageAge {
  max-width: 50%;
  text-align: center;
  display: inline-block;
}

.sexAge p {
  font-size: 20px;
}

/*----------------------------------------------------
  企業理念
----------------------------------------------------*/

.rinen img {
	width: 100%;
	padding-bottom: 40px;
}

.rinen p {
	text-align: center;
}

/*----------------------------------------------------
  社内の様子
----------------------------------------------------*/

.syahu p {
  display: inline-block;
	padding: 4% 5% 4%;
}

.culture p {
	padding: 4% 0% 4%;
  max-width: 50%;
  min-width: 100px;
}

.swiper-container img {
	float: right;
  object-fit: cover;
}

.swiper-container {
	float: right;
    width: 300px;
    position: relative;
    overflow: hidden;
    padding: 1% 0% 0%;
    z-index: 1;
}

.swiper-pagination {
    position: unset !important;
}



/*----------------------------------------------------
  事業紹介
----------------------------------------------------*/

.business {
	display: inline-block;
    width: 68%;
    vertical-align: top;
    padding: 8% 0;
}

.business p {
	padding: 5% 10% 0%;
}

/*----------------------------------------------------
  システム開発
----------------------------------------------------*/

.si p,.overview p {
	padding: 4%;
}

.system_list a {
	font-size: 18px;
	color: #f28a5e;
}


.system_list a:hover {
	opacity: 0.7 ;
}

.system_list {
	padding-bottom: 2%;
}
.system_list table {
	border-collapse: collapse;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	min-width: 450px;
	width: 151%;
}

.system_list table th {
 	min-width: 100px;
	background: #FAF0E6;
	font: inherit;
	padding: 10px;
}

.system_list table td {
	padding: 10px;
}

/* 閉じた状態のサブメニュー */
.system_list ul {
    display: none;  
    padding: 0;
}

/* メニュー全体 */
.system_list {
 	width: 80%;
}


.system_list input {
    display: none;
}

/* 開いた状態のサブメニュー */
.system_list input:checked + ul {
    display: block;
    width: 80%;
}

/* 閉じた状態のサブメニュー */
.system_list ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-top: 10px;
}

/* 親項目の装飾 */
.system_list label {
	font-size: 18px;
	color: #f28a5e;
    padding: 0.5rem;
    cursor: pointer;
    font-weight: bold;
}

.system_list label:hover {
	opacity: 0.7 ;あ
}

/*----------------------------------------------------
  HP開発
----------------------------------------------------*/

.midashi p {
	padding: 3% 4% 9%;
}

.development {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 80%;
}

.development p {
	padding: 3% 4% 1%;
}

.development p:strong {
	color:#f28a5e;
}

.otoia {
	padding: 8% 5% 5%;
}

.otoiawase li {
    font-size: 18px;
    border-radius: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 200px;
    background-color: #f28a5e;
    padding: 2% 2% 2%;
    text-align: center;
    list-style-type: none;
}

.otoiawase a:link {
	color: white;
}

.otoiawase a:visited {
	color: white;
}

.otoiawase li:hover {
	background-color: #993333;
}

/*----------------------------------------------------
  製作実績
----------------------------------------------------*/

.achievement {
	list-style: none;
}

.achievement ul{
  width: 100%;
  text-align: left;
	margin-left: auto;
  margin-right: auto;
	letter-spacing: -1em;
	padding: 1%;
}


.achievement li {
  width: 30%;
  min-width: 200px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
	display: inline-block;
}

.comingsoon {
  display: inline;
}

.achievement li:hover {
	background: #C8C8C8;
}

.achievement img {
	width: 100%;
}

.achievement img:hover {
	mix-blend-mode: multiply;
}

.kaihatu p {
	padding: 3%;
	text-align: center;
}

.kaihatu li {
	list-style: none;
	text-align: center;
	color: #f28a5e;
}

.kaihatu a:link {
	color: #f28a5e;
}
/*----------------------------------------------------
  アウトソーシング
----------------------------------------------------*/
.outsourcing p {
	padding: 4%;
}

.outsourcing_list h3 {
	color: #f28a5e;
	padding: 25px 0 0 20px;
	border-bottom: solid 1px black;
}
.outsourcing_list dl {
	padding: 2%;
}

.outsourcing_list dt { 
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.outsourcing_list dd { 
     margin-left: 30px; 
     padding-bottom: 20px;
}

.outsourcing_list dl dt {
  position: relative;
}
.outsourcing_list dl dt::after {
  display: block;
  content: '';
  position: absolute;
  top: 1em;
  left: -0.2em;
  width: 10px;
  height: 10px;
  background-color: #f28a5e;
}

.outsourcing_list a{
	display: block;
	margin-top: 16px;
	color: #f28a5e;
	text-align: right;
}

/*----------------------------------------------------
  採用情報
----------------------------------------------------*/

.careers {
	display: inline-block;
    width: 68%;
    vertical-align: top;
    padding: 8% 0;
}

.careers p {
	padding: 5% 6% 0%;
}
/*----------------------------------------------------
  求める人材
----------------------------------------------------*/

.talent p {
	padding: 4% 5% 4%;
}

.talent img {
	float: right;
	padding: 3% 2% 0%;
	width: 200px;
}

/*----------------------------------------------------
  募集要項
----------------------------------------------------*/

.recruitment {
    padding: 2% 7% 3%;
}

.oubo {
	padding: 3% 5% 6%;
}


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

.purposeArea {
    display: inline-block;
    width: 48%;
    margin: 2% 1% 0 5%;
}

.purposeTitle {
	font-size: 20px;
	margin-bottom: 8px;
}

.purposeDescription {
    padding: 7px 0 16px 0;
}

.trial select {
    margin: 0 8px 0 15px;
    padding: 3px 6px;
    vertical-align: bottom;
}

.workplace {
    display: inline-block;
    width: 39%;
    margin: 2% 5% 0 1%;
    text-align: right;
    vertical-align: top;S
}
.workplace img {
	width: 100%;
}

.course {
	width: 80%;
    margin: 0 auto;
}

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

.course p {
	padding: 10px;
}

.course p:not(:last-child) {
	border-bottom: solid 1px black;
}

.course span {
	display: inherit;
	text-align: center;
	padding: 15px 0 40px 0px;
}

.schedule a, .course span a {
	color: #f28a5e;
}

.schedule a:hover, .course span a:hover {
	color: #993333;
}

.performance p {
	width: 80%;
	margin: 0 auto;
}

.pfTable {
	border-collapse: collapse;
    margin: 35px auto 15px auto;
    min-width: 350px;
    width: 80%;
}

.pfTable th {
    /*background: #FAF0E6;*/
    font: inherit;
    text-align: center;
}

.pfTable th, .pfTable td {
	border: 1px solid;
	padding: 10px;
}


/*----------------------------------------------------
  アクセス
----------------------------------------------------*/

.aa {
	vertical-align: top;
	padding: 3px 0px 0px;
}

.accesss table th {
	min-width: 100px;
}

.accesss table th {
  width: 100px;
}
.accesss {
    display: inline;
}

/*----------------------------------------------------
  お問い合わせ
----------------------------------------------------*/

.inquiry table {
  width: 100%;
  min-width: 100px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.inquiry table th {
	background: transparent;
	text-align: left;
    padding: 12px 0px 0px;
    font: inherit;
    min-width: 300px;
    vertical-align: top;
}

.inquiry table td {
	padding: 10px;
}

  .inquiry table th, .inquiry table td {
      border: none;
}

.inquiry input[type=text] {
	width: 99%;
    height: 28px;
	font-size: 16px;
}

.inquiry textarea {
	width: 99%;
	height: 150px;
	font-size: 16px;
}

.mail_title {
	font-size: 18px;
}

.btn_k {
    font-size: 14px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    height: 40px;
    width: 160px;
    background-color: #f28a5e;
    color: #FFFFFF;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    cursor : pointer;
}

/*----------------------------------------------------
  プライバシーポリシー
----------------------------------------------------*/

.privacyPolicy p {
	margin-left: auto;
	margin-right: auto;
    padding: 3% 3% 0%;
}

.privacyPolicy li {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

/*----------------------------------------------------
  応募フォーム
----------------------------------------------------*/

 p.center {
    text-align: center;
    padding: 3%;
  }

.date_of_birth {
	max-width: 25%;
	min-width: 50px;
}

.date_of_birth2 {
	max-width: 19%;
	min-width: 35px;
}

.occupations {
	width: 100%;
	padding: 2%;
}



/*----------------------------------------------------
  社員紹介
----------------------------------------------------*/
main .staff_contents {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  box-sizing: border-box;
}

.contents_staff{
  display: inline-block;
}

.contents_staff h2 {
  font-family:MS Serif;
}

.contents_staff h2 {
  border-bottom: none;
  display: flex;
  align-items: center;
}

.contents_staff h2:before, .contents_staff h2:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #000000;
  display: block;
}

.contents_staff h2 :before {
  margin-right: .10em;
}

.contents_staff h2 :after {
  margin-left: .10em;
}

.boss_1 {
  display: inline-block;
  text-align: center;
  padding-bottom: 45px;
}

.boss_center {
  text-align: center;
  }

.staff_gallery{
object-fit: cover; /* 他のブラウザ用(＝通常の指定) */
object-position: 50% 50%; /* 他のブラウザ用(＝通常の指定) */
font-family: 'object-fit: cover; object-position: 50% 50%; webkit-border-radius: 100px;' /* IE・Edge対応 */

}

.boss_gallery{
object-fit: cover; /* 他のブラウザ用(＝通常の指定) */
object-position: 50% 50%; /* 他のブラウザ用(＝通常の指定) */
font-family: 'object-fit: cover; object-position: 50% 50%; ' /* IE・Edge対応 */


}

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

img.officer_gallery{
  width: 170px;
  height: 170px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  object-fit: cover;
}

.officer_list {
  text-align: center;
  padding-bottom: 45px;
}

.officer_list li {
  margin: 18px;
  display: inline-block;
}

img.staff_gallery {
  width: 130px;
  height: 130px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  object-fit: cover;
}


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

.staff_list ul li {
  width: 130;
  margin: 18px -20px 18px 60px; /*[上][右][下][左]*/
  padding: 0px 5px 0px -5px; /*[上][右][下][左]*/
  float: left;
}


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

.one_before a,.next a {
  color: #f5900c;
}

.staff_back a {
  color: white;
}

.staff_page h2 {
  font-family:MS Serif;
}

.staff_page h2 {
  border-bottom: none;
  display: flex;
  align-items: center;
}

.staff_page h2:before, .staff_page h2:after {
  margin: 0 20px;
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #000000;
  display: block;
}

.staff_page h2 :before {
  margin-right: .10em;
}

.staff_page h2 :after {
  margin-left: .10em;
}

.hitokoto {
  border-bottom: 1px solid;
  text-align: center;
  font-weight: normal;
  background: #f5900c;
  width: 85%;
  /* border-radius: 15px; */
  color: #FFFFFF;
  /* padding: 0px; */
  /* transform: rotate( -3deg ); */
  margin: 40px auto;
  position: relative;
  z-index: 3;
}

.names {
  border-bottom: 1px solid;
  font-size: 1.2em;
  /* font-weight: bold; */
  /* margin: 0; */
  margin: 0 auto;
  /* margin-left: 50%; */
  text-align: center;
  /* font-weight: normal; */
  /* background: #993333; */
  width: 75%;
  /* border-radius: 15px; */
  /* color: #FFFFFF; */
  padding: 15px 0 10px;
  /* transform: rotate( 3deg );*/
}

.profile_gallery{
object-fit: cover; /* 他のブラウザ用(＝通常の指定) */
object-position: 50% 50%; /* 他のブラウザ用(＝通常の指定) */
font-family: 'object-fit: cover; object-position: 50% 50%; ' /* IE・Edge対応 */


}

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

}



.staff_page table {
  width: 75%;
  border-collapse:collapse;
  margin:0 auto;
  margin-bottom: 30px;
}

.staff_page td,th {
  text-align: center;
  /* border-bottom:1px solid #434343; */
  /* border:1px solid #434343; */
  padding:10px;

}

.staff_page th {
  /* width: 160px; */
  text-align: center;
  font-weight: normal;
  /* background:#EFEFEF; */
}

.btn_staff {
  display: table; 
  width: 100%; 
  color:white;
}

.one_before {
  display: table-cell;
  text-align: left;
  font-size:25px;
  font-weight: bold; 
}

.staff_back {
  display: table-cell;
  color: #FFFFFF;
  text-align: center;
  background-color: #f5900c;
  width: 150px;
  margin:0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;

}

.next {
  display: table-cell;
  text-align: right;
  font-size:25px; 
  font-weight: bold;
}

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


/*----------------------------------------------------
  個人ページスライドショー
----------------------------------------------------*/

.fade_img {
    z-index: 0;
  padding: 0%5%0%6.8%;
    margin-right: auto;
    margin-left: auto;
}
