/* 基本となるコンテンツ要素 */
.contents{width: 96%;max-width:1100px;margin: 0 auto}
.link-anchor {
padding-top: 160px !important;
margin-top: -160px !important;
display: block !important;
}
.pt150{padding-top: 150px}
/*ドロワーオンオフ*/
.drawer_off{display:none}
.drawer_on{display:block}

/*オンオフ*/
.pc_c{display:none}
.tablet_c{display:none}
.sp_c{display:block}




/* ヘッダー */
header{width: 100%;
	position: fixed;
	top: 0; 
	background-color: #ffffff;
	color: #333333;
	padding: 10px;
	z-index: 50;}

/* ヘッダーロゴ */
.header_logo{;float: left}
.header_logo--img {width: 80px}
.header_logo--img img{width: 100%}

/* ヘッダーグローバルナビ */
.header_nav{float: right}
.header_nav--list{padding: 40px 0}
.header_nav--list nav ul li{float: left;margin-left: 10px;}
.dli-caret-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
	margin-left: 5px;
    font-size: 12px;
}

/* key */
.key{width: 100%;margin-top: 90px;margin-bottom: 60px}
.key_base--logo{width: calc(50.25vw);
        height: 300px;
        width: 100%;
        background: #373839;
        /* float: right; */
        border-radius: 0px 0px 0px 0px;
        position: relative;}
.key_base--logo .key_log{
 position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.key_base--logo img.key_log {width:calc(20.25vw);display: none}
.key_base--catch{position: relative; }
.key_base--catch .catch{
	padding: 0 30px;	
	font-size:calc(2.00vw + 1.0rem);
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
	text-decoration: none;
	color: #ffffff;
	border-radius: 0px;
	transform: skew(-10deg);
	 background-color: transparent;
	background: rgba(239,125,50,1);
	}
.key_base--catch .line01{position: absolute;left: 15px;top:60px}
.key_base--catch .line02{position: absolute;left: 35px;top:130px}
.key_base--catch .line03{position: absolute;left: 55px;top:200px}


/* 左から右に移動しながらフェードイン */
.fadeInRight {
    opacity: 0;
    transform: translateX(-100px);
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-fill-mode: forwards;
	z-index: 10
}
/* フェードインアニメーション */
@keyframes fadeIn {
    0% {
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

/* ここからh1 */
h1{width: 96%;margin: 0 auto;text-align: center;font-size: calc(6.00vw);margin-bottom: 40px;font-family: "ゴシックMB101 B"}
/* ここまでh1 */


/* ここからh2 */
h2{width: 96%;margin: 0 auto;text-align: center;font-size: calc(4.0vw);margin-bottom: 60px;color: #7fa5a3;font-family: "ゴシックMB101 B"}
/* ここまでh2 */


/* ここから業務システムなどのコンテンツ */
#pointarea{margin-bottom: 0px;}
.bg01{background-color: #e5e7eb;}
.bg02{background-color: #FFFFFF;}
.bg03{background-color: #e5e7eb;}
.bg04{background-color: #FFFFFF;}
.point .point_num1{padding: 30px 0; }
.point .point_num2{padding: 30px 0;}
.point .point_num3{padding: 30px 0; }
.point .point_num4{padding: 30px 0;}
.point .point_box{width: 90%;margin: 0 auto; background: #ffffff;border-radius: 10px;padding: 30px 20px; text-align: center}
.point .point_box-g{width: 90%;margin: 0 auto;background-color: #e5e7eb;border-radius: 10px;padding: 30px 20px; text-align: center}

.point .point_box .title,.point .point_box-g .title{margin-bottom: 30px;font-size: 32px; }
.point .sub_heading{font-size: 20px;margin-bottom: 30px;color: #7fa5a3}
.point a.button{display: block;padding: 20px 0;color: #ffffff;background: #ef7d32; transition: .2s cubic-bezier(0.45, 0, 0.55, 1);border: solid 3px #ef7d32; box-sizing: border-box;}
.point a.button:hover{ background: #fff;
  color: #ef7d32;border: solid 3px #ef7d32; box-sizing: border-box;}
.release{width: 90%;margin: 0 auto 25px auto;padding: 15px}
/* ここまで業務システムなどのコンテンツ */

/* ここから業務システムなどのaniコンテンツ */

.fadeIn_left {
	opacity: 0;
	transform: translate(-200px, 0);
	transition: 1s;
}
.fadeIn_left.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
.fadeIn_right {
	opacity: 0;
	transform: translate(200px, 0);
	transition: 1s;
}
.fadeIn_right.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_down {
  opacity: 0;
  transform: translate(0, -50%);
  transition: 1s;
}
.fadeIn_down.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/* ここまで業務システムなどのaniコンテンツ */

/* ここからpressreleaseコンテンツ */
#pressreleasearea{margin-bottom:50px; padding-top: 50px;padding-bottom: 50px;background: aliceblue;}
.news_box{border-radius: 9px;background: #ffffff;padding: 10px;margin-bottom: 25px;
        display: inline-block;
        margin-left: 15px;}
.news_box img{width: 100%;max-width: 267px;margin-bottom: 15px}
.news_box p{text-align: center;margin-bottom: 10px}

.ac-box{width: auto;margin: 5px auto 5px;}
.ac-box label{max-width: 100%;font-weight: 500;text-align: left;margin: auto;position: relative;display: block;border-radius: 8px 8px 0 0;cursor: pointer;}
.ac-box label:hover{}.ac-box input{display: none;}
.ac-box label:after{font-family:"FontAwesome";content:" \f078";padding-right: 10px;float: inline-end;}
.ac-box input:checked ~ label::after {font-family:"FontAwesome";content:" \f077";}
.ac-box div{height: 0px;padding: 0px;overflow: hidden;opacity: 0;transition: 0.5s;}
.ac-box input:checked ~ div{height: auto;margin: 10px 0px;background: #f7f8fc;opacity: 1;}
.ac-box div p{color: #777;line-height: 23px;font-size: 14px;padding: 20px;text-align: justify;}
.ac-small {padding: 15px!important}
.ac-box .up{display: inline-block;border-radius: 8px;background: #B6C3FF;color: #fff;padding: 3px 10px;text-align: center;font-size: 85%;width: 80px;margin-right: 10px}
.ac-box .crucial{display: inline-block;border-radius: 8px;background: #E32447;color: #fff;padding: 3px 10px;text-align: center;font-size: 85%;width: 80px;margin-right: 10px}
a.form_free--link{display: block;border: solid 1px #555555;text-align: center;border-radius: 6px;padding: 10px;width: 96%;max-width: 640px;margin: 0 auto 30px auto;text-decoration: none}
a.form_free--link:hover{font-weight: 600px}
#news{width: 90%;max-width: 960px ;padding-bottom: 50px;margin: 0 auto}
.news_box--frame{background: #fff; border-radius: 0 35px 0 35px;padding: 20px;}
/* ここまでpressreleaseコンテンツ */

/* ここから当社の特徴・代表挨拶コンテンツ */
#companyarea{margin-bottom:60px}
.company{background: #f2f2f2;padding: 50px 0}
/* ここまで当社の特徴・代表挨拶コンテンツ */

/* ここからスタッフ募集コンテンツ */

#staffwantedarea{margin-bottom: 50px}
.staffwanted ul {
  display: flex;
  justify-content: space-between;　
  align-items: stretch;
}
.staffwanted ul li {
text-align: left;	
	color: #fff
}
.staffwanted ul li:first-child{background:#ef7d32;border-radius: 25px 0 0 25px; }
.staffwanted ul li .title{padding: 20px 0 0 20px;font-size: calc(2.40vw);margin-bottom: 10px;line-height:  calc(3.60vw)}
.staffwanted a.button{display: block;padding: 3px 0px;text-align: center;color:#ef7d32;background: #ffffff;width: 80%;margin: 0 auto;transition: .2s cubic-bezier(0.45, 0, 0.55, 1);border: solid 2px #ffffff}
a.button:hover{color:#ffffff;background:#ef7d32;border: 2px solid #ffffff }
.staffwanted ul li:first-child{width: 36.36%;margin-left: 2%;}
.staffwanted ul li:nth-child(n+2){width:20.55%}
.staffwanted ul li img{width: 100%;}


/* ここまでスタッフ募集コンテンツ */

/* ここからアクセスマップコンテンツ */
#accessmaparea{}
.accessmap ul {
	width: 92%;
	margin: 0 auto;

padding: 25px 0;
}
.accessmap ul li {
text-align: left;
}


.accessmap ul li.iframe{ aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  transform: translateY(0px);}
.accessmap ul li .title{line-height: 40px;font-size: 22px;margin-bottom: 40px;}
.accessmap ul li .access{line-height: 36px;font-size: 18px;margin-bottom: 40px;}
.accessmap ul li .access span{color:#7fa5a3 }
/* ここからアクセスマップコンテンツ ドロワー */
.accessmap_head .iframe{ aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  transform: translateY(0px);}
.accessmap_head .title{line-height: 40px;font-size: 22px;margin-bottom: 40px;color: #ffffff}
.accessmap_head .access{line-height: 36px;font-size: 18px;margin-bottom: 40px;color: #ffffff}
.accessmap_head .access span{color:#e1e1e1 }


/* ここまでアクセスマップコンテンツ */

/* ここから業務内容詳細ページ */
.table_contents{background:#f2f2f2;padding: 60px 0 ;margin-bottom: 80px }
.position_details--navi{}
.position_details--navi ul{width: 92%;margin: 0 auto}
.position_details--navi ul li{display: block;width:100%; text-align: center;margin-bottom: 25px}
.position_details--navi ul li a{color: #fff;display: block;padding: 20px 0;background:#ef7d31;border: solid 2px #ef7d31}
.position_details--navi ul li a:hover{color: #ef7d31;background:#FFFFFF;border: solid 2px #ef7d31}
.headline{margin-bottom: 30px}
.headline .number{color: #ef7d31;font-size: 60px;display: inline-block;width: 60px}
.headline .title{font-size: 30px;display: inline-block;border-left: solid 1px #1d1d1d;margin-left: 5px;
        padding-left: 15px;width: 75%}
.indent{margin-left: 90px;
        margin-bottom: 60px;}

.indent p{line-height: 30px;}
.representative{display: block;float: right;margin: 50px 0px;}
/* ここまで業務内容詳細ページ  */

/* ここからスタッフ募集コンテンツ */
.staff{font-family: "見出ゴMB31";text-align: center; line-height: 24px}
.staff img{width: 100%;max-width: 1000px;}

.cont{width: 96%;max-width: 1125px;margin: 0 auto}
table.entry { width: 92%;max-width: 1184px; margin: 0 auto 50px auto; }
table.entry th  {padding: 35px 0px;text-align: left;border-bottom: solid 1px #ccc}
table.entry td  {padding: 35px 0px;border-bottom: solid 1px #ccc!important}
table.entry .half{width: 48%; float: left; margin-right: 2%}
table.entry .half02{width: 48%; float: left; }
table.entry .full{width:100%;}
table.entry span{color: #008ad8}
table.entry input,
table.entry button,
table.entry textarea,
table.entry select {
border:solid 1px #dfdfdf;
padding: 5px;}
.bt{border:solid 1px #dfdfdf;
padding:15px 30px;
margin:0 0 20px;
font-family:Arial, sans-serif;
font-size:1.2em;
text-transform:uppercase;
font-weight:bold;
color:#333;
cursor:pointer;}	
/* ここまでスタッフ募集コンテンツ */

/* ここからフッターコンテンツ */
footer{background: #1d1d1d;padding-top: 30px;width: 100%;}
footer ul {width: auto;}
footer ul li {
	padding: 0 25px;
  width: auto; 
text-align: left;
color: #ffffff;
}




.companyname{font-size: 30px;color: #ffffff;margin-bottom: 20px;padding-left: 25px}
address .list{font-size: 20px;margin-bottom: 10px}
address p{font-size: 14px;margin-bottom: 30px}
a.form{display: block;background: #ef7d32;border-radius: 50px;text-align: center;color: #FFFFFF;padding: 8px 0px;border: solid 2px #ef7d32;transition: .2s cubic-bezier(0.45, 0, 0.55, 1);margin-bottom: 25px}
a.form:hover{border: solid 2px #FFFFFF; color:#ef7d32;background: #ffffff }

small.copy{padding: 15px;text-align: center;color: #ffffff;display: block}

/* ここまでフッターコンテンツ */

