@charset "utf-8";

/* 共通
--------------------------------------------------------------*/

body {
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  min-width: 960px;
  /*scrollbar-face-color: #de0000;
  scrollbar-track-color: #f8b7b7;*/
}

a {
  color: #000;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.big_container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 90px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sp,
.spin {
  display: none;
}

/* レスポンシブ画像切り替え用 */
.img_switch {
  visibility: hidden;
}
/* /レスポンシブ画像切り替え用 */



/* header
--------------------------------------------------------------*/
#header {
  padding-bottom: 90px;
}

#header .header_wrap {
  position: relative;
}

#header .header_wrap h1 {
  position: absolute;
  z-index: 1;
  background: #fff;
  width: 278px;
  height: 198px;
  text-align: center;
  line-height: 198px;
}

#header .header_wrap h1 img {
  vertical-align: middle;
}

#header .header_wrap .mv img {
  width: 100%;
}

#header .header_wrap .tit_txt {
  background: rgba(0,0,0,.5);
  padding: 2vw 1vw 1vw;
  position: absolute;
  z-index: 1;
  bottom: 1.5vw;
  left: 1.5vw;
  width: 31.5vw;
}

#header .header_wrap .tit_txt .entry_tel {
  display:none;
}

#header .header_wrap .tit_txt p {
  color: #fff;
  text-shadow: 1px 2px 0 rgba(0,0,0,1);
  letter-spacing: .05em;
}

#header .header_wrap .tit_txt .tit {
  font-size: 2.4vw;
}

#header .header_wrap .tit_txt .txt {
  font-size: 1.7vw;
  padding: 2.5vw 0 1vw;
  line-height: 2.2;
}

#header .header_wrap .tit_txt a {
  display: block;
  background: #3BB036;
  border-radius: 1vw;
  height: 7vw;
  line-height: 6.5vw;
  color: #fff;
  font-size: 1.6vw;
  padding: 0 .5vw;
  text-align: center;
}

#header .header_wrap .tit_txt .entry_tel {
  margin-top: 10px;
}
#header .header_wrap .tit_txt .entry_tel a {
  background: #f19725;
}

#header .header_wrap .tit_txt a img {
  vertical-align: middle;
}

#header .header_wrap .tit_txt a .fv_ico {
  margin-right: .7vw;
  width: 4vw;
}

#header .header_wrap .tit_txt a .fv_arrow {
  width: 2vw;
}

#header .header_wrap .tit_txt a span {
  background: #fff;
  border-radius: 5px;
  color: #3BB036;
  font-size: .5vw;
  padding: .7vw;
  vertical-align: middle;
  margin: 0 .5vw 0 .3vw;
  letter-spacing: .05em;
}
#header .header_wrap .tit_txt .entry_tel a span {
  color: #f19725;
}

.mv_bottom.container {
  margin-bottom: 90px;
}

.content .mv_bottom {
  text-align: center;
  padding: 0 10px;
}

.content .mv_bottom .tit {
  font-size: 36px;
  letter-spacing: .05em;
  margin: 90px 0 20px;
}

.content .mv_bottom .txt {
  text-align: left;
  letter-spacing: .15em;
  line-height: 2.2;
  margin: 40px 0 130px;
}

.fixed_side_banner {
  position:fixed;
  top: 20%;
  right: 0;
  width:84px;
  padding: 20px 0;
  z-index: 1000;
}
.fixed_side_banner .entry_tel {
  padding-top: 10px;
  display: none;
}
.fixed_side_banner img {
  margin-left:5px;
}

/* /header*/



/*CONTENT------------------------------
--------------------------------------*/

/*共通*/

.content {
  text-align: center;
}

.content section h2 {
  font-size: 40px;
  width: 100%;
}

.content .bg {
  background: #f4f4f4;
  padding: 100px 0 80px;
}

/*/ 共通*/

/*ボタン*/

.content .btn {
  width: 870px;
  margin: 0 auto;
  background: #41ae3e;
  line-height: 120px;
}

.content .btn a {
  display: block;
  color: #fff;
  font-size: 36px;
}

.content .btn a img {
  display: inline-block;
  margin-bottom: -28px;
  margin-right: 45px;
  position: relative;
  z-index: 0;
}

.content .btn a span {
  display: inline-block;
  width: 170px;
  line-height: 45px;
  background: #fff;
  border-radius: 15px;
  font-size: 18px;
  letter-spacing: .05em;
  color: #46b044;
  margin-left: 40px;
  margin-top: 35px;
  vertical-align: top;
}

.content .btn a::after {
  display: inline-block;
  content: "";
  border-top: 25px solid #fff;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  margin-left: 40px;
}

/* / ボタン*/


/* コントローラー・ページャーあり（コントローラー画像使用）
--------------------------------------------------------------*/

/* 基本 */

.bg .bx-wrapper {
  position: relative;
}

/* ページャー */

.bg .bx-wrapper .bx-controls .bx-pager {
  display: none;
}

/* コントローラー */

.bx-controls-direction .bx-prev,
.bx-controls-direction .bx-next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 53px;
  height: 0;
  padding-top: 56px;
  overflow: hidden;
}

.bx-controls-direction .bx-prev {
  left: 20px;
  background: url(../img/arrow_left.png) center center no-repeat;
}

.bx-controls-direction .bx-next {
  right: 20px;
  background: url(../img/arrow_right.png) center center no-repeat;
}


/*MESSAGE*/

.content .message h2 {
  margin-bottom: 35px;
  font-size: 50px;
}

.content .message .message_wrap {
  background: #f4f4f4;
  padding: 80px 0;
}

.content .message .big_container {
  max-width: 1200px;
  padding: 0 10px;
}

.content .message .big_container .left_pic {
  float: left;
  width: 410px;
}

.content .message .big_container .right_txt {
  float: right;
  width: calc(100% - 450px);
  text-align: left;
}

.content .message .big_container .right_txt .tit {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: 40px;
}

.content .message .big_container .right_txt .txt {
  margin-bottom: 40px;
  letter-spacing: .15em;
  line-height: 2.35;
}

/*MESSAGE*/

/*WORK私たちの仕事について*/

.content .work h2 {
  background: url(../img/w_pic.png) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  line-height: 1.25;
  padding: 125px 0;
  margin-top: 60px;
}

.content .work .bg {
  margin-bottom: 55px;
}

.content .work .slide01 .left_txt {
  float: left;
  width: 48%;
}

.content .work .slide01 .right_pic {
  float: right;
  width: 48%;
}

.content .work .bg .slide01 .left_txt h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.5;
}

/*スクロールバー*/

.content .work .bg .slide01 .left_txt .scrollbar::-webkit-scrollbar {
  width: 13px;
}

.content .work .bg .slide01 .left_txt .scrollbar::-webkit-scrollbar-track {
  background-color: #ffe2e2;
}

.content .work .bg .slide01 .left_txt .scrollbar::-webkit-scrollbar-thumb {
  background-color: #de0000;
  border-right: 1px solid #f8b7b7;
}

.content .work .bg .slide01 .left_txt .scrollbar {
  width: 100%;
  height: 230px;
  overflow: auto;
}

.content .work .bg .slide01 .left_txt .scrollbar .inner {
  width: 98%;
  height: 300px;
  text-align: left;
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: .15em;
}

/* /スクロールバー*/

/* /WORK私たちの仕事について*/

/*STAFF VOICE 私たちと一緒に働きませんか？*/

.content .staff_voice h2 {
  background: url(../img/w_pic.png) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  line-height: 1.25;
  padding: 125px 0;
  margin-top: 135px;
}

.content .staff_voice .bg {
  margin-bottom: 100px;
}

.content .staff_voice .bg .slide02 .left_txt {
  float: left;
  width: 48%;
}

.content .staff_voice .bg .slide02 .right_pic {
  float: right;
  width: 48%;
}

.content .staff_voice .bg .slide02 .left_txt > p {
  text-align: left;
  margin-bottom: 5px;
}

.content .staff_voice .bg .slide02 .left_txt h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.5;
}

/* スクロールバー*/

.content .staff_voice .bg .slide02 .left_txt .scrollbar::-webkit-scrollbar {
  width: 13px;
}

.content .staff_voice .bg .slide02 .left_txt .scrollbar::-webkit-scrollbar-track {
  background-color: #ffe2e2;
}

.content .staff_voice .bg .slide02 .left_txt .scrollbar::-webkit-scrollbar-thumb {
  background-color: #de0000;
  border-right: 1px solid #f8b7b7;
}

.content .staff_voice .bg .slide02 .left_txt .scrollbar {
  width: 100%;
  height: 230px;
  overflow: auto;
}

.content .staff_voice .bg .slide02 .left_txt .scrollbar .inner {
  width: 98%;
  height: 300px;
  text-align: left;
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: .15em;
}

/* /スクロールバー*/

/* /STAFF VOICE 私たちと一緒に働きませんか？*/

/*FEATURE 弊社の特徴*/

.content .feature h2 {
  background: url(../img/w_pic.png) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  line-height: 1.25;
  padding: 125px 0;
}

.content .feature .bg {
  padding: 70px 0;
  margin-bottom: 70px;
}

.content .feature .bg .slide03 li ul li {
  float: left;
  width: 32%;
}

.content .feature .bg .slide03 li ul li {
  margin-right: 15px;
}

.content .feature .bg .slide03 li ul li:last-of-type {
  margin-right: 0;
}

.content .feature .bg .slide03 li ul li .top_pic {
  margin-bottom: 30px;
}

.content .feature .bg .slide03 li ul li .li_tit {
  font-size: 25px;
  margin-bottom: 30px;
  text-align: left;
  letter-spacing: .05em;
  font-weight: 700;
}

.content .feature .bg .slide03 li ul li .li_s_tit {
  font-size: 19px;
  margin: 35px 0 30px;
  text-align: left;
  font-weight: 500;
}

.content .feature .bg .slide03 li ul li .li_txt {
  text-align: left;
  line-height: 2;
}

.content .feature .bg .slide03 li ul li .li_txt span {
  color: #000;
}

/*FEATURE 弊社の特徴*/

/*FEATURE 弊社の特徴ムービー紹介*/

.content .movie h2 {
  background: url(../img/w_pic.png) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  line-height: 1.25;
  padding: 125px 0;
  margin-top: 130px;
}

.content .movie .bg {
  padding: 70px 0;
}

.content .movie .bg iframe {
  width: 951px;
  height: 536px;
}

/*FEATURE 弊社の特徴ムービー紹介*/

/*会社概要*/

.content .company {
  padding: 0px 0 90px;
  max-width: 1085px;
  margin: 0 auto;
}

.content .company h2 {
  margin-bottom: 55px;
}

.content .company table {
  border-collapse: separate;
  border-spacing: 45px 0;
}

.content .company table tr th,
.content .company table tr td {
  padding: 15px 0;
  line-height: 1.8;
}

.content .company table tr th {
  width: 245px;
  border-bottom: #707070 1px solid;
  padding-left: 30px;
  font-weight: 700;
  box-sizing: border-box;
  font-size: 16px;
}

.content .company table tr td {
  width: 705px;
  border-bottom: #707070 1px solid;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 16px;
}

/*会社概要*/

/*募集要項*/

.content .recruit {
  padding: 0 0 140px;
  max-width: 1085px;
  margin: 0 auto;
}

.content .recruit h2 {
  margin-bottom: 40px;
}

.content .recruit table {
  border-collapse: separate;
  border-spacing: 45px 0;
}

.content .recruit table tr th,
.content .recruit table tr td {
  padding: 15px 0;
  line-height: 1.8;
}

.content .recruit table tr td.adjustment,
.content .recruit table tr td.adjustment_06 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.content .recruit table tr th {
  width: 245px;
  border-bottom: #707070 1px solid;
  padding-left: 30px;
  font-weight: 700;
  vertical-align: middle;
  font-size: 16px;
}

.content .recruit table tr td {
  width: 705px;
  border-bottom: #707070 1px solid;
  padding-left: 15px;
  vertical-align: middle;
  font-size: 16px;
}

.content .recruit table tr td p {
  display: inline-block;
  margin-bottom: 22px;
}

.content .recruit table tr td p:last-of-type {
  margin-bottom: 0;
}


/*募集要項*/


/*今すぐエントリー*/

.content .entry h2 {
  background: #097b06;
  color: #fff;
  line-height: 115px;
  font-size: 36px;
  font-weight: 700;
  overflow: hidden;
}

.content .entry h2 img {
  display: inline-block;
  margin-bottom: -28px;
  margin-right: 45px;
  position: relative;
  z-index: 0;
}

.content .entry h2 span {
  display: inline-block;
  width: 170px;
  line-height: 48px;
  background: #fff;
  border-radius: 15px;
  font-size: 18px;
  color: #46b044;
  margin-left: 40px;
  margin-top: 35px;
  vertical-align: top;
  letter-spacing: .05em;
}

.content .entry .form {
  background: #2d8e2a;
  padding: 70px 0;
  color: #fff;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

.content .entry .form > p,
.content .entry .form table {
  width: 410px;
  margin: 0 auto;
  text-align: left;
  line-height: 2;
}

.content .entry .form > p {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 15px;
}

.content .entry .form table tr th::before {
  display: inline-block;
  content: "";
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #fff;
  vertical-align: 2px;
  margin-right: 1px;
}

.content .entry .form table tr th,
.content .entry .form table tr td {
  display: block;
  font-size: 15px;
}

.content .entry .form table tr td {
  margin: 5px 0 20px;
}

.content .entry .form table tr td input[type="text"] {
  -webkit-appearance : none;
  border-radius: 0;
  border: #e1e1e1 1px solid;
  width: 410px;
  box-sizing: border-box;
  padding: 10px 5px;
  font-size: 16px;
}

.content .entry .form table tr td select {
  border-radius: 5px;
  margin-right: 10px;
  width: 90px;
  height: 35px;
  padding-left: 10px;
  background: #ccc;
  border: none;
  font-size: 16px;
}

.content .entry .form .radio label:last-of-type {
  margin-left: 40px;
}

.content .entry .form input[type="submit"] {
  -webkit-appearance : none;
  border-radius: 10px;
  border: none;
  width: 410px;
  height: 80px;
  font-size: 20px;
  letter-spacing: .05em;
  font-weight: 900;
  background: #f39800;
  color: #fff;
  margin-top: 55px;
  cursor: pointer;
}

/*今すぐエントリー*/

.error {
  font-size: 0.8em;
  color: #ff0000;
  background-color:#cceecc;
  opacity:0.8;
  border-radius: 5px;
  margin:2px 0;
  padding:1px 10px;
}

/* /リクルート情報　リスト*/
.lp_list {
  margin-bottom: 5%;
}
.lp_listBox {
  border-bottom: 1px solid #707070;
  display: flex;
  margin: auto;
  padding: 3% 0;
  width: 1000px;
}
.lp_listBox_img {
  width: 230px;
}
.lp_listBox_img img {
  width: 100%;
}
.lp_listBox_text {
  width: 735px;
  text-align: left;
  padding-left: 35px;
}
.lp_listBox_text h3 {
  font-size: 18px;
  margin-bottom: 5%;
}
.lp_listBox_text p {
  font-weight: normal;
  font-size: 15px;
  margin: 1% 0;
}
a.lp_listBox_button {
  background: #41AE3E;
  color: #fff;
  font-weight: normal !important;
  width: 300px;
  font-size: 18px;
  padding: 2%;
  border-radius: 10px;
  margin-top: 5%;
  display: block;
  text-align: center;
}
/* /CONTENT*/



/*=============================================================================================================

 レスポンシブ

=============================================================================================================*/


/* レスポンシブ スマホ*/
@media screen and (max-width: 640px) {

  /* 共通
  --------------------------------------------------------------*/
  body {
    min-width: 320px;
    font-size: 12px;
  }

  .container {
    width: calc(100% - 40px);

  }

  .big_container {
    width: calc(100% - 40px);
    padding: 0;
  }

  .pc {
    display: none;
  }

  .spin {
    display: inline;
  }

  .sp {
    display: block;
  }

}


/* SPサイズでメニューを閉じてPCサイズにしたときの対策 */
@media only screen and (min-width:481px) {
  #global {
    display: block !important;
  }
}
/*   /SPサイズでメニューを閉じてPCサイズにしたときの対策 */

/* コントローラー・ページャーあり（コントローラー画像使用）
--------------------------------------------------------------*/

/* ページャー */
@media screen and (max-width: 640px) {

  /* コントローラー */

  .bx-controls-direction .bx-prev,
  .bx-controls-direction .bx-next {
    background-size: 100% auto;
    margin-top: 10px;
    width: 30px;
    padding-top: 30px;
    top: 50%;
  }

  .bx-controls-direction .bx-prev {
    left: 10px;
  }

  .bx-controls-direction .bx-next {
    right: 10px;
  }
}



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

  /* header
  --------------------------------------------------------------*/

  #header .header_wrap {
    margin-bottom: -70px;
  }

  #header .header_wrap h1 {
    padding: 10px 20px;
    width: auto;
    height: auto;
    line-height: 0;
  }

  #header .header_wrap h1 img {
    width: 100px;
  }

  #header .header_wrap .tit_txt {
    padding: 10px;
    /*top: 75%;*/
    bottom: 70px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    text-align: center;
    position: relative;
  }

  #header .header_wrap .tit_txt .entry_tel{
    display:block;
  }

  #header .header_wrap .tit_txt img {
    width: 40%;
  }

  #header .header_wrap .tit_txt p {
    line-height: 1.25;
  }

  #header .header_wrap .tit_txt .tit {
    font-size: 20px;
  }

  #header .header_wrap .tit_txt .txt {
    padding: 5px 0;
    font-size: 15px;
  }

  #header .header_wrap .tit_txt a {
    border-radius: 8px;
    height: 40px;
    line-height: 37px;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding: 0 3px;
  }

  #header .header_wrap .tit_txt a img {
    vertical-align: middle;
  }

  #header .header_wrap .tit_txt a .fv_ico {
    margin-right: 5px;
    width: 8%;
  }

  #header .header_wrap .tit_txt a .fv_arrow {
    width: 5%;
  }

  #header .header_wrap .tit_txt a span {
    padding: 3px 5px;
    vertical-align: middle;
    margin: 0 10px;
    font-size: 12px;
  }

  .content .mv_bottom .tit {
    margin: 30px 0 10px;
    font-size: 22px;
  }

  .content .mv_bottom .txt {
    margin: 10px 0 30px;
  }
  /* /header*/

  .fixed_side_banner {

  }
  .fixed_side_banner img {
    width: 60%;
    margin-left: 41%;
  }
  .fixed_side_banner .entry_tel {
    display:block;
  }


  /*CONTENT------------------------------
  --------------------------------------*/

  /*共通*/

  .content .bg {
    background: #f4f4f4;
    padding: 10px 0 60px;
  }

  .content section h2 {
    font-size: 26px;
  }

  /*/ 共通*/

  /*ボタン*/
  .content .btn {
    width: 300px;
    margin: 0 auto;
    padding: 10px 0;
  }

  .content .btn a {
    position: relative;
    line-height: 1.2;
    font-size: 18px;
  }

  .content .btn a img {
    position: absolute;
    margin: 0;
    left: 10px;
    bottom: -20px;
    width: 50px;
  }

  .content .btn a span {
    display: block;
    width: 80px;
    line-height: 18px;
    font-size: 10px;
    margin: 10px auto 0;
  }

  .content .btn a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -5px 0 0;
    border-top: 15px solid #fff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
  }

  /* / ボタン*/


  /*MESSAGE*/

  .content .message h2 {
    margin-bottom: 10px;
    font-size: 34px;
  }

  .content .message .message_wrap {
    padding: 30px 0 5px;
  }

  .content .message .big_container .left_pic {
    float: none;
    width: 100%;
  }

  .content .message .big_container .right_txt {
    float: none;
    width: 100%;
  }

  .content .message .big_container .right_txt .tit {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .content .message .big_container .right_txt .txt {
    margin-bottom: 25px;
  }

  /*MESSAGE*/

  /*WORK私たちの仕事について*/

  .content .work h2 {
    line-height: 1.25;
    padding: 10px 0;
    margin-top: 30px;
    background-attachment: scroll;
  }

  .content .work .bg {
    margin-bottom: 30px;
  }

  .content .work .bg .slide01 .big_container {
    width: 100%;
    padding: 0 60px;
  }

  .content .work .bg .slide01 .left_txt {
    float: none;
    width: 100%;
  }

  .content .work .bg .slide01 .right_pic {
    float: none;
    width: 100%;
  }

  .content .work .bg .slide01 .left_txt h3 {
    font-size: 20px;
  }

  /*スクロールバー*/

  .content .work .bg .slide01 .left_txt .scrollbar::-webkit-scrollbar {
    width: 10px;
    /* -webkit-overflow-scrolling: touch;*/
  }

  .content .work .bg .slide01 .left_txt .scrollbar {
    margin-bottom: 15px;
  }

  .content .work .bg .slide01 .left_txt .scrollbar .inner {
    width: 90%;
  }

  /* /スクロールバー*/

  /* /WORK私たちの仕事について*/

  /*STAFF VOICE 私たちと一緒に働きませんか？*/

  .content .staff_voice h2 {
    padding: 10px 0;
    margin-top: 30px;
    background-attachment: scroll;
  }

  .content .staff_voice .bg {
    margin-bottom: 30px;
  }

  .content .staff_voice .bg .slide02 .big_container {
    width: 100%;
    padding: 0 60px;
  }

  .content .staff_voice .bg .slide02 .left_txt {
    float: none;
    width: 100%;
  }

  .content .staff_voice .bg .slide02 .right_pic {
    float: none;
    width: 100%;
  }

  .content .staff_voice .bg .slide02 .left_txt > p {
    text-align: left;
    margin-bottom: 5px;
  }

  .content .staff_voice .bg .slide02 .left_txt h3 {
    font-size: 20px;
  }

  /* スクロールバー*/

  .content .staff_voice .bg .slide02 .left_txt .scrollbar::-webkit-scrollbar {
    width: 10px;
    /*-webkit-overflow-scrolling: touch;*/
  }

  .content .staff_voice .bg .slide02 .left_txt .scrollbar {
    margin-bottom: 15px;
  }

  .content .staff_voice .bg .slide02 .left_txt .scrollbar .inner {
    width: 90%;
  }

  /* /スクロールバー*/

  /* /STAFF VOICE 私たちと一緒に働きませんか？*/

  /*FEATURE 弊社の特徴*/
  .content .feature h2 {
    padding: 10px 0;
    background-attachment: scroll;
  }

  .content .feature .bg {
    padding: 30px 0 60px;
    margin-bottom: 30px;
  }

  .content .feature .bg .slide03 .big_container {
    width: 100%;
    padding: 0 60px;
  }

  .content .feature .bg .slide03 li ul li {
    float: none;
    width: 100%;
  }

  .content .feature .bg .slide03 li ul li {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .content .feature .bg .slide03 li ul li:last-of-type {
    margin-bottom: 0;
  }

  .content .feature .bg .slide03 li ul li .top_pic {
    margin-bottom: 10px;
  }

  .content .feature .bg .slide03 li ul li .li_tit {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .content .feature .bg .slide03 li ul li .li_s_tit {
    margin: 10px 0;
  }

  /*FEATURE 弊社の特徴*/

  /*FEATURE 弊社の特徴ムービー紹介*/

  .content .movie h2 {
    padding: 10px 0;
    margin-top: 30px;
    background-attachment: scroll;
  }

  .content .movie .bg {
    padding: 30px 20px;
  }

  .content .movie .bg iframe {
    width: 100%;
    height: 240px;
  }

  /*FEATURE 弊社の特徴ムービー紹介*/

  /*会社概要*/

  .content .company {
    width: calc(100% - 40px);
    padding: 30px 0 50px;
  }

  .content .company h2 {
    margin-bottom: 0;
  }

  .content .company table {
    border-spacing: 0px;
    width: 100%;
  }

  .content .company table tr th {
    display: block;
    width: 100%;
    padding-left: 10px;
    font-size: 14px;
  }

  .content .company table tr td {
    display: block;
    width: 100%;
    padding-left: 10px;
    font-size: 14px;
  }


  /*会社概要*/

  /*募集要項*/

  .content .recruit {
    width: calc(100% - 40px);
    padding: 0 0 30px;
  }

  .content .recruit h2 {
    margin-bottom: 0;
  }

  .content .recruit table {
    border-spacing: 0px;
    width: 100%;
  }

  .content .recruit table tr td.adjustment,
  .content .recruit table tr td.adjustment_06 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .content .recruit table tr th {
    display: block;
    width: 100%;
    padding-left: 10px;
    font-size: 14px;
  }

  .content .recruit table tr td {
    display: block;
    width: 100%;
    padding-left: 10px;
    font-size: 14px;
  }

  /*募集要項*/


  /*今すぐエントリー*/

  .content .entry h2 {
    padding: 10px 0;
    line-height: 1.2;
    font-size: 18px;
    position: relative;
  }

  .content .entry h2 img {
    position: absolute;
    margin: 0;
    left: 10px;
    bottom: -10px;
    width: 50px;
  }

  .content .entry h2 span {
    display: block;
    width: 80px;
    line-height: 18px;
    font-size: 10px;
    margin: 10px auto 0;
  }

  .content .entry .form {
    padding: 30px 0;
    margin-bottom: 50px;
  }

  .content .entry .form > p,
  .content .entry .form table {
    width: 90%;
  }

  .content .entry .form table tr td {
    width: 100%;
  }

  .content .entry .form > p {
    margin-bottom: 10px;
  }

  .content .entry .form table tr td input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 5px;
    font-size: 16px;
  }

  .content .entry .form table tr td select {
    margin-right: 3%;
    width: 29%;
    height: 35px;
    padding-left: 2%;
  }

  .content .entry .form input[type="submit"] {
    width: 80%;
    height: 60px;
    margin-top: 20px;
  }


  /*今すぐエントリー*/

  /* /リクルート情報　リスト*/
  .lp_listBox {
    display: block;
    padding: 5% 0;
    width: 100%;
  }
  .lp_listBox_img {
    width: 100%;
  }
  .lp_listBox_text {
    width: 100%;
    text-align: left;
    padding: 5% 10px;
  }
  .lp_listBox_button{
    width: 100% !important;
  }
  /* /CONTENT*/

}
