@charset "utf-8";
@import url("https://use.fontawesome.com/releases/v5.1.0/css/all.css");
/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/

/* ==========================================================================
   Foundation
   ========================================================================== */


/*reset-------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
l,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0; 
}

h1,h2,h3,h4,h4,h5 {
  line-height: 1;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  vertical-align: top;
  width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
  display: block; 
}

input,
textarea {
  margin: 0;
  padding: 0; }

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
th {
  text-align: left; }

img,
a img {
  border: none; }

a {
  cursor: pointer; }

/*
input:not([type='checkbox']) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  */

/*-------------------------------------------------reset*/


/*base-------------------------------------------------*/

body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 15px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
 }


a {
  color: #000;
  text-decoration: none;
  display: block;
}

a:hover {
  opacity: 0.8;
}

ul,li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}


.sp {
	display: none;
}

.l-container ul{
  width: 100%;
  padding: 0 13%;
  margin:0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  left: 50px;
  font-size: 16px;
}
.l-container ul li{
    margin-left:10px;
    position: relative;

}

.l-container ul li::before{
  position: absolute;
  top: -1px;
  right: -8px;
  content: " / ";
}
.l-container ul li a {
  color: #0095f3;
}

.l-container .on {
  color: #000;
}
.l-container .li_on::before{
  content:none;
}

/***********************************************
main 
/************************************************/
.content_title {
  width: 100%;
  font-size: 20px;
  color: #fff;
  background: #0095f3;
  padding:20px 0;
  text-align: center;
  line-height: 2.5rem;
}

.content_title span{
  font-size: 30px;
  font-weight: 600;
}

.company_text {
  margin-top: 50px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 2rem;
  text-align: center;
}
.company_text span{
  font-weight: 600;
  font-size: 23px;
  line-height: 3.5rem;
}


#bxslider {
  margin-top: 100px;
  position: relative;
}

.bx-wrapper {
    position: relative;

}

.bx-prev{
  background: url(../image/prev.png);
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 0;
  z-index: 2;
  top: 47%;
  left: 2%;
}
.bx-next{
  background: url(../image/next.png);
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 0;
  z-index: 2;
  top: 47%;
  right: 2%;
}


.slider_text{
  background: #fff;
  right: 0;
  padding: 5px;
  font-size: 14px;
}

#bxslider li {
  height: 460px;
}

#bxslider{
  margin-bottom: 138px;
}
/***********************************************
main/リクルート
/************************************************/
.flex_dl {
  width: 80%;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
}
.flex_dl dd:nth-child(2) {
 margin-right: 10%;
}
.content {
  max-width: 100%;
  margin: 100px auto 30px auto;
}

.title {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 50px;
}
#ac-menu li {
  border-top: solid 1px #fff;
}
#ac-menu li:last-child {
  border-bottom: solid 1px #fff;
}
#ac-menu .label {
  cursor:pointer;
  font-size: 25px;
  font-weight: 600;
  padding: 40px 0px;
  position: relative;
  transition: .5s;
  color: #fff;
  background: #414141;
}

#ac-menu .label:hover {
  background-color: #ffc705;
  color: #000;
}

#ac-menu .label:hover::before,
#ac-menu .label:hover::after {
background: #000;

}

/*
ラベル右側のアイコン「＋」を設定
beforeが横棒
afterが縦棒
*/
#ac-menu .label::before,
#ac-menu .label::after {
  content: '';
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 12%;
  transform: translateY(-50%);
}
#ac-menu .label::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
/*
アコーディオンメニューが開いている場合
*/
#ac-menu .label.open {
  /* ラベルの背景色を変更 */
  background-color: #ffc705;
  color: #000;
}
#ac-menu .label.open:hover::before,
#ac-menu .label.open:hover::after {
  background: #000;

}
#ac-menu .label.open::before {
  /* ラベルアイコンの横棒を非表示 */
  opacity: 0;
}
#ac-menu .label.open::after {
  /* ラベルアイコンの縦棒を横向きに回転 */
  transform: rotate(180deg);
    background: #000;

}
/*
アコーディオンメニューのコンテンツ部分は、「display: none;」で非表示にしておく。
ラベルクリック時にjQueryの「  $(this).next().slideToggle();」で表示に切り替わる
*/
#ac-menu .detail {
  border-top: solid 1px #ccc;
  padding: 35px 0;
  display: none;
  position: relative;
  background: #ece9e9;
}


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

.detail_title{
  margin-top: 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2rem;
}

.detail_title_text{
  margin-top: 15px;
  font-size: 20px;
}
.btntransform_l {
  margin-top: 20px;
  display: block;
}
.btntransform_l a {
    display: block;
    width: 120px;
    position: relative;
    z-index: 30;
}

.btntransform{
  background: url(../image/yajirushi.png) no-repeat 87% 50% #0095f3;
  border: 2px solid #0095f3;
  border-radius: 60px;
  color: #fff;
  display: block;
  font-weight: 600;
  max-width: 300px;
  padding: 15px 40px 15px 15px;
  transition: 0.3s;
}


.btntransform:hover {
  background: url(../image/yajirushi_b.png) no-repeat 92% 50% #fff;
  color: #0095f3;
}



.flex2 {
  width: 80%;
  margin:0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.entry_detail{
  background: #fff;
  padding:60px 10%;
  margin:60px auto;
}
.entry_title {
  font-size: 25px;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  border-bottom: solid 2px #ece9e9;
  padding-bottom: 35px;
}
.entry_title::before {
  position: absolute;
  display: block;
  content: "";
  height: 25px;
  width:5px;
  background: #000;
  top: 7px;
  left: 5px;
}

.entry_title2{
  margin-top:30px;
}

.entry_detail dd {
  padding: 27px 0;
  font-size:18px;
  line-height: 2rem;
  border-bottom: solid 2px #ece9e9;
}
.top_ul {
  padding-top: 7px;
}

.job_title{
  font-size:20px;
  font-weight: 600;
  line-height: 2.5rem;
}

.job_title .font-small {
  font-size: 14px;
}

.job-skill {
  font-size: 20px;
  font-weight: 600;
  padding-top: 18px;
}

.text_ind {
  padding-left: 1rem;
  text-indent: -1.3rem;
  }

.maru{
  padding-left: 40px;
  position: relative;
}

.maru::before {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #0095f3;
  border-radius: 50%;
  top: 7px;
  left: 10px;
} 

.maru::after {
  content:"";
  position: absolute;
  width:2px;
  height:90px;
  background: #0095f3;
  top: 17px;
  left: 14px;
} 

.maru2_1::after {
  height:70px;
} 
.maru2_2::after {
  height:50px;
} 


.maru2::after {
  display: none;
} 


.text_ind2 {
  margin-left: 98px;
  }
  .text_ind3 {
  margin-left: 1rem;
  text-indent: -1rem;
  }

.ent_font {
    display: inline-block;
    color: #0095f3;
  }

.oneday_s td{
    padding-left: 30px;
    padding-bottom:28px;
    vertical-align:top;
    line-height: 1.5rem;
}

.oneday_s{
  margin-top: 10px; 
}
.oneday_s .td_2{
    padding-left: 20px;
}

/***********************************************
main/リクルート図
/************************************************/

.flow_content {
    width: 100%;
    padding: 45px 20px;
    margin: 0 auto;
    background: #0095f3;
}
.flow_pic img {
  width: 894px;
} 

.flow_title {
  font-weight: 600;
  font-size: 30px;
  color:#fff;
}
.flow_pic {
  text-align: center;
}
/***********************************************
ENTRY
/************************************************/

.form-title {
font-size: 25px;
font-weight:600;
margin-bottom: 20px; 
}

span.error {
  margin-top:7px;
}
.entry_content{
  width: 100%;
  padding: 100px 13%;
  margin: 0 auto;
  font-size: 17px;
}
.font-redcol {
  color: #dc0909;
}

.top_text {
  line-height: 2rem;
  margin-bottom: 70px;
}

.entry_table .th_title{
  padding-left: 15px;
  width: 600px;
  padding:15px 0 15px 15px;
  background: #eeeeee;
  border-bottom: solid 1px #cccccc;
}
.entry_table th {
    padding-left: 15px;
    width: 25%;
    padding: 15px 0 15px 15px;
    background: #eeeeee;
    border-bottom: solid 1px #cccccc;
    font-weight: 600;
}
.entry_table td{
  width: 75%;
  padding:15px 0 15px 25px;
  border-bottom: solid 1px #cccccc;
}
.input_long{
  width: 500px;
  height: 40px;
  border: solid 2px #cccccc;
  outline-color: #cccccc;
}
.p_aki{
  margin-top: 10px;
}

.input_middle {
  width: 257px;
  height: 40px;
  border: solid 2px #cccccc;
  outline-color: #cccccc;
}
.input_short {
  width: 45px;
  height: 40px;
  border: solid 2px #cccccc;
  outline-color: #cccccc;
}
.input_short_2 {
  width: 95px;
  height: 40px;
  border: solid 2px #cccccc;
  outline-color: #cccccc;
}

.adress_line {
  line-height: 0.9rem;
}

.coment_text {
  padding-top: 5px;
  font-size: 15px;
  line-height: 1rem;
}
.coment_text2 {
  padding-top: 13px;
  font-size: 15px;
  line-height: 1.8rem;
}
.coment_text3 {
  padding-bottom:5px;
  font-size: 16px;
}


.textarea_1 {
    width: 340px;
    height: 100px;
    border: 2px solid #d0d0d0;
    background-color: #fff;
    padding: 5px 10px;
}
.textarea_2 {
    width: 500px;
    height: 200px;
    border: 2px solid #d0d0d0;
    background-color: #fff;
    padding: 5px 10px;
}


.flex_name {
  display: flex;
}
.flex_name li:nth-child(2) {
  margin-left: 20px;
}

.input_radio {
  color: red;
}


.scrollbar-all {
    height: 150px;
    border: 2px solid #d0d0d0;
    padding: 0 40px 20px 20px;
    margin-top: 10px;
    margin-bottom: 26px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    overflow-y: scroll;
	overflow-x: hidden;
}

.scrollbar-all p {
  padding-top:15px;
  font-size: 16px;
  line-height: 1.6rem;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.check-agree {
  margin-bottom: 25px;
  line-height: 18px;
    color: #d0d0d0;
}

.line_btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.line_btn li:nth-child(2){
  margin-left: 10px;
}


.ent_btn1 {
  display: block;
  margin:0 auto;
  width: 150px;
  color: #fff;
  background: url(../image/yajirushi.png) no-repeat 87% 50% #0095f3;
  padding: 15px 0 15px 17px;
  text-align: left;
  border: none;
  font-size: 17px;
  transition: 0.3s;
  font-weight: 600;
}

.ent_btn1:hover {
  color: #fff;
  background: url(../image/yajirushi.png) no-repeat 90% 50% #0095f3;
  border-radius: 5px;
  padding: 15px 0 15px 17px;
  opacity: 0.7;
}

.ent_btn2 {
  display: block;
  margin:0 auto;
  width: 150px;
  font-size: 17px;
  color: #000;
  border: none;
  font-weight: 600;
  background: url(../image/yajirushi_g.png) no-repeat 87% 50% #d0d0d0;
  padding: 15px 0 15px 0px;
  transition: 0.3s;
}

.ent_btn2:hover {
  background: url(../image/yajirushi_g.png) no-repeat 90% 50% #d0d0d0;
  border-radius: 5px;
  padding: 15px 0 15px 0px;
  opacity: 0.7;
}

.ent_btn3 {
  margin-top: 40px;
  display: block;
  width: 200px;
  font-size: 17px;
  color: #000;
  border: none;
  font-weight: 600;
  background: url(../image/yajirushi_g.png) no-repeat 87% 50% #d0d0d0;
  padding: 15px 0 15px 25px;
  transition: 0.3s;
}

.ent_btn3:hover {
  background: url(../image/yajirushi_g.png) no-repeat 90% 50% #d0d0d0;
  border-radius: 5px;
  padding: 15px 0 15px 25px;
  opacity: 0.7;
}

.ent_btn5 {
  margin-top:30px;
  color: #0095f3;
}
.ent_btn5 a{
  color: #0095f3;
}




#conform .tel-line li:nth-child(1)::after, #conform .tel-line li:nth-child(2)::after{
  content: none;
}


#conform .display_no{
  display: none;
}
#conform .mw-wp-form_file a{
  color: #0095f3;
  text-decoration: underline;
}
#conform .adress_line{
  line-height: 1.5rem;
}



