@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: "メイリオ","Meiryo",sans-serif;
}

body {
color: #1A1A1A;
font-size: 12px;
line-height: 1.4;
margin: 0px;
overflow: hidden;
background-color: #FFFFFF;
}

p {
  margin: 5px;
}

a:link {
  color: #004CCA;
}

a:visited {
  color: #6219DB;
}

a:hover {
  color: #048ADE;
  text-decoration: none;
}

a:active {
  color: #048ADE;
  text-decoration: none;
}

img {
  max-width: 100%;
}

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

h1{
    margin:0;
}

h2{
    margin:0;
}

.oh {
    overflow: hidden;
}

.L {
    float: left;
}

.R {
    float: right;
}

.sp {
    display: none;
}

.pr {
  position: relative;
}

#menu {
    display: none;
}

.flex{
  flex-wrap: inherit;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.flex-sb{
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}

.wrap{
  width: 1200px;
  margin:0 auto;
}

header.top_header.pc {
    padding: 90px 0 20px;
    padding-bottom: 10px;
    background-color: #0d6cbe
}

.header01.flex-sb {
    margin-bottom: 20px;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    padding: 10px calc(50vw - 600px);
}

.hd_logo {
    width: 190px;
}

.hd_linklist {
    width: 850px;
}

.hd_linklist ul li {
  width: 160px;
  height: 32px;
}

.hd_linklist ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 34px;
  background-color: #0d6cbe;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  padding-left: 50px;
  font-weight: 600;
  background-repeat: no-repeat;
  transition: 0.3s;
}

.hd_linklist ul li a:hover{
  opacity: 0.6;
}

.hd_link00 a{
  background-image: url(../img/hd_icon00.png);
  background-size: 18px;
  background-position: center left 15px;
}

.hd_link01 a{
  background-image: url(../img/hd_icon01.png);
  background-size: 18px;
  background-position: center left 13px;
}
.hd_link02 a{
  background-image: url(../img/hd_icon02.png);
  background-size: 16px;
  background-position: center left 20px;
}
.hd_link03 a{
  background-image: url(../img/hd_icon03.png);
  background-size: 15px;
  background-position: center left 20px;
}
.hd_link04 a{
  background-image: url(../img/hd_icon04.png);
  background-size: 18px;
  background-position: center left 20px;
  background-color: #f39d2c !important;
}

nav.hd_nav ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    transition: 0.3s;
}

nav.hd_nav ul li a:after{
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 900;
  margin-left: 5px;
}

nav.hd_nav ul li ul li a:after{
  display: none;
}

nav.hd_nav ul li.icon_none a{
  background: url(../img/tb_icon02.png) no-repeat, #fff;
  background-size: 19px;
  background-position: 9px;
  color: #0d6cbe;
  padding: 5px 10px;
  padding-left: 38px;
  border-radius: 5px;
}

nav.hd_nav ul li.icon_none a:after{
  display: none;
}

nav.hd_nav ul.flex-sb{
  align-items: center;
}

.top {
    background-image: url(../img/top_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 70px 0 120px 0;
}

.top:before{
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

.top .wrap{
  z-index: 100;
  position: relative;
}

.top_h1{
  color: #fff;
  font-size: 22px;
  margin-bottom: 40px;
  text-align: center;
}

.top_logo{
  width: 685px;
  margin: 0 auto 55px auto;
}

.top_logo img{
  display: block;
}

.top_list{
  width: 1100px;
  margin: 0 auto 40px auto;
}

.top_list ul li{
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 5px solid #fff;
  padding-top: 20px;
}

.top_list_icon{
  width: 90px;
  height: 90px;
  margin: 0 auto 10px auto;
  position: relative;
}

.top_list_icon img{
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.top_list_text p{
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.top_list_text span{
  font-size: 12px;
  display: block;
}

.top_bt_box{
  width: 600px;
  margin:0 auto;
}

.top_bt_ttl{
  margin-bottom: 10px;
}

.top_bt_ttl p{
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: 3px;
  }

.top_bt{
  width: 100%;
  height: 55px;
  position: relative;
  transition: 0.3s;
}

.top_bt a{
  display: block;
  width: 100%;
  height: 100%;
  line-height:55px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  background-color: #f39d2c;
  border-radius: 15px;
  letter-spacing: 5px;
  border-radius: 30px;
  transition: .3s;
}

.top_bt a:hover{
  background-color: #17a06c;
  color: #fff;
}

.top_bt a span{
  width: 80px;
  height: 80px;
  display: block;
  background-color: #fff;
  border:3px solid #424242;
  color: #424242;
  line-height: 24px;
  font-size: 20px;
  border-radius: 40px;
  padding-top: 13px;
  top:-50px;
  left:50px;
  position: absolute;
  text-align: center;
  padding-left: 5px;
}

.sec01{
  background-color: #0d6cbe;
  position: relative;
}

.sec01.type01{
  background-color: #0d6cbe;
}

.sec01.type02{
  background-color: #003b6d;
}

span.lv_text {
    font-size: 27px !important;
    font-weight: 600 !important;
}

/*タブ切り替え全体のスタイル*/
.tabs {padding-bottom: 0px;margin: 0 auto;z-index: 100;position: relative;/*overflow: hidden;*/top: -60px;}

/*タブのスタイル*/
.tab_item {
  width: 20%;
  height: 45px;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  line-height: 13px;
  padding-top: 6px;
  background-color: #fff;
  margin-top: 15px;
}

div#programming_content:before {
    content: "";
    height: 100%;
    background: #525252;
    position: absolute;
    left: calc(-50vw - 600px);
    right: calc(-50vw - 600px);
    top: 60px;
    margin: auto;
    z-index: -1;
}

.sec05 div#programming_content:before {
  content: none;
}

.tab_item.type01{
  background-color: #0d6cbe;
}

.tab_item.type02{
  background-color: #525252;
}

.tab_item.type03{
  background-color: #7a7a7a;
}

.tab_item.type04{
  background-color: #b9b9b9;
}

.tab_item.type05{
  background-color: #7a7a7a;
}

.tab_item span{
  font-size: 11px;
}
.tab_item a{
  color: #fff;
  text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}
.tab_item:hover {
   cursor: pointer;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    padding: 35px 0 5px 0;
    clear: both;
    /*overflow: hidden;*/
    display: none;
}

/*選択されているタブのコンテンツのみを表示*/
#sec01_all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content,
#support:checked ~ #support_content,
#long_intern:checked ~ #long_intern_content {
  display: block;
}

/*選択されているタブのコンテンツのみを表示*/
#sec05_all:checked ~ #all_content,
#sec05_programming:checked ~ #programming_content,
#sec05_design:checked ~ #design_content,
#sec05_support:checked ~ #support_content,
#sec05_long_intern:checked ~ #long_intern_content {
  display: block;
}

input[name="tab_item2"] {
    display: none;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  font-size: 16px;
  height: 60px;
  line-height: 19px;
  padding-top: 8px;
  margin-top: 0px;
}

.sec01_search01_L{
  width: 475px;
}

.sec01_search01_L01{
  margin-bottom: 40px;
}

.sec01_search_ttl{
  margin-bottom: 10px;
}

.sec01_search02 .sec01_search_ttl{
  margin-top: -100px;
}

.sec01_search_ttl p{
  font-size: 16px;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/secc01_icon.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center left;
  color: #fff;
  padding-left: 25px;
  font-weight: 600;
}

.sec01_free_search{
  width: 475px;
  height: 35px;
  border:1px solid #fff;
  background-color: #fff;
}

.sec01_free_search input::placeholder{
  color: #898989;
  font-size: 10px;
}

/*フォーム全体*/
#form1{
position:relative;/*フォームの相対位置*/
max-width:100%;/*フォームのサイズ*/
margin-bottom:15px;/*フォームの下に余白*/
}
/*検索ボックス*/
#sbox{
position:absolute;/*フォームの絶対位置*/
left:0;
top:0;
outline:0;/*クリック時の青い枠線消す*/
height:35px;/*検索ボックスの高さ*/
padding:0 10px;/*テキスト位置調整*/
border-radius:0px 0 0 0px;/*検索ボックスの角を丸める*/
background:none;/*検索ボックスの背景カラー*/
width: 405px;
border:none;
color: #525252; /*検索文字カラー */
}
/*検索ボタン*/
#sbtn {
width: 60px;
height: 25px;
position: absolute;
right: 4px;
top: 4px;
border-radius: 0 0px 0px 0;
background: #fff;
border: none;
color: #0d6cbe;
font-weight: bold;
font-size: 14px;
line-height: 25px;
font-weight: 400;
cursor: pointer;
}
/*検索ボタンマウスオーバー時*/
#sbtn:hover{
color:#666;/*検索ボタンマウスオーバー時のフォントカラー*/
}

.sec05 .tab_content_description li:hover{
  background-color: #fff !important;
  color: #000;
}

.sec05 .tab_content_description li:hover .checkbox01-parts::before{
  border:1px solid #000;
}

.tab_content_description li{
  position: relative;
  cursor: pointer;
}

.sec01_search01_L02{
  margin-bottom: 30px;
}

.sec01_search01_L02_list li{
  width: 85px;
  height: 80px;
  border:1px solid #fff;
}

.sec01_search01_L02_list li{
  font-size: 27px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  position: relative;
  line-height: 23px;
  transition: 0.3s;
}

.sec01_search01_L02_list{
  margin-bottom: 30px;
}

.sec01_search01_L02_list li label {
    padding-top: 25px;
    display: block;
    height: 100%;
    position: relative;
}

.sec01_search01_L02_list li:hover .checkbox01-input:checked + .checkbox01-parts::after {
    border-color: #0d6bbf;
}

.sec01_search01_L02_list li:hover{
  background-color: #fff;
  color: #0d6cbe;
}

.sec01_search01_R01_list li:hover{
  background-color: #fff;
  color: #0d6cbe;
}

.tab_content_description li:hover{
  background-color: #fff;
  color: #0d6cbe;
}

.tab_content_description li:hover .checkbox01-parts::before{
  border:1px solid #0d6cbe;
}

.tab_content_description li{
  transition: 0.3s;
}


.sec01_search01_R01_list li:hover .checkbox01-parts::before{
  border:1px solid #0d6cbe;
}

.sec01_search01_L02_list li:hover .checkbox01-parts::before{
  border:1px solid #0d6cbe;
}

.sec01_search01_L02_list li span{
  font-size: 12px;
  font-weight: bold;
  display: block;
  text-align: center;
  font-weight: 400;
}

.sec01_search01_R{
  width: 685px;
}

.sec01_search01_R01{
  margin-bottom: 30px;
}

.sec01_search01_R01_list li {
    width: 48%;
    height: 75px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding-top: 0 !important;
    transition: 0.3s;
    margin-bottom: 20px;
}

.sec01_search01_R01_list li:nth-child(2){
  background-image: url(../img/search_icon01.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.sec01_search01_R01_list li:nth-child(3){
  background-image: url(../img/search_icon01.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: bottom right;
}


.sec01_search01_R01_list li:nth-child(4){
  padding-top: 20px;
}

.sec01_search02_list{
  width: 480px;
}

.sec01_search02_list li{
  width: 135px;
  height: 45px;
  border:1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 45px;
}

.sec01_search01_R02_list li{
  width: 330px;
  height: 50px;
  border:1px solid #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 48px;
  color: #fff;
}

.sec01_search_bt{
  width: 320px;
  height: 50px;
  position: relative;
  transition: 0.3s;
  margin-left: auto;
  margin-top: 30px;
  margin-top: 100px;
}

.sec01 div#programming_content .sec01_search_bt{
  margin-top: 0;
}


.sec01_search_bt a{
  display: block;
  width: 99%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  color: #0d6cbe;
  font-size: 20px;
  text-decoration: none;
  border-radius: 30px;
  line-height: 50px;
  z-index: 100;
  position: relative;
  transition: .3s;
  font-size: 16px;
}
label.tab_item.tab_item04 {
    padding-top: 13px;
}

.sec02{
  padding: 75px 0 60px 0;
  background-color: #f9f9f9;
  overflow: hidden;
}

.sec_slider_ttl{
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px !important;
  letter-spacing: 2px;
  background-image: url(../img/sec02_title_icon.png);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center left;
  padding-left: 45px;
}

.sec02_ttl{
  width: 540px;
  margin: 0 auto;
}

.bx-viewport {
    overflow: inherit !important;
    margin-bottom: 60px;
}

.bx-wrapper {
    margin: 0 auto;
    background: none;
    border: none;
    box-shadow: 0px 0px 0px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
  background-color: #0d6cbe !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #a3a3a3;
    text-indent: -9999px;
    display: block;
    width: 70px;
    height: 5px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
  position: static;
  padding-top: 0px !important;
}

.top_slider {
    height: 100%;
}

.top_sliderbox {
    background-color: #fff;
    box-shadow: 0px 0px 5px #ccc;
    position: relative;
    border-bottom: 2px solid #0d6cbe;
    height: 100%;
}

.top_sliderbox a{
  position:relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 10px;
  color: #000;
  font-weight: 600;
  transition: 0.3s;
}

.top_sliderbox a:hover{
  opacity: 0.6;
}

.top_slider_cat{
  width: 125px;
  height: 25px;
  position: absolute;
  top:0;
  left:0;
  z-index: 100;
}

.top_slider_cat p{
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 25px;
  background-color: #f99621;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 85%;

}

.top_slider_img{
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 15px;
}

.top_slider_img img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin:auto;
  display: block;
}

.top_slider_ttl{
  margin-bottom: 10px;
  height: 40px;
}

.top_slider_ttl p{
  font-size: 13px;
  line-height: 19px;
}

.top_slider_list{
  padding-bottom: 20px;
}

.top_slider_list ul li{
  font-size: 13px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

.top_slider_list ul li i{
  position: absolute;
  left:0;
  top: 0;
  color: #0d6cbe;
}

li.catch_copy{
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   -webkit-text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
}

.top_slider_list ul li span{
  display: inline-block;
  width: 60px;
}

.top_slider_bt{
  position: absolute;
  bottom:0;
  right: 0;
  width: 125px;
  border-bottom: 30px solid #0d6cbe;
  border-left: 20px solid transparent;
  height: 0;
}

.top_slider_bt p{
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 13px;
  line-height: 33px;
  text-align: right;
  padding-right: 10px;
}

.sec03{
  padding: 75px 0 90px 0;
}

.sec03 ul.tab li{
  width: 49.5%;
  text-align: center;
}

.sec03 ul.tab li a{
  line-height: 50px;
  border: 1px solid;
  display: block;
  border: 1px solid #f39d2c;
  color: #f39d2c;
}

.sec03 .tabContents{
  visibility:hidden;
  height:0;
}

.sec03 .tabContents.active {
  visibility: unset;
  height:auto;
}

.sec03 ul.tab li.active a{
  display: block;
  background-color: #f39d2c;
  color: #fff;
}

.sec_ttl{
  font-size: 25px;
  width: 100%;
  height: 70px;
  color: #fff;
  line-height: 70px;
  background-color: #0d6cbe;
  padding-left: 85px;
  position: relative;
  background-repeat: no-repeat;
}

.sec03_ttl{
  background-image: url(../img/sec03_icon.png);
  background-size: 30px;
  background-position: center left 25px;
}

.sec_ttl:before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top:8px;
  left:0;
  right:0;
  margin: auto;
}

.sec_ttl:after{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 8px;
  left:0;
  right:0;
  margin: auto;
}

.sec03_list{
  box-shadow: 0px 0px 5px #ccc;
}

.sec03_list ul {
    width: 1130px;
    margin: 0 auto;
    padding: 20px 0;
}

.sec03_list li{
  border-bottom: 1px dashed #dddddd;
}

.sec03_list li a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 20px 0 50px 0;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}

.sec03_list li a:hover{
  opacity: 0.6;
}


.sec03_list_img{
  width: 260px;
  height: 220px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

/*.sec03_list_img img{
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 100%;
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin:auto;
  display: block;
  background-color: #fff;
  padding: 10px;
}*/
.sec03_list_img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    background-color: #fff;
}

.sec03_list_R{
  width: 845px;
}

.sec03_list_L{
  width: 220px;
}

.sec03_list .bx-viewport{
  overflow: hidden!important;
}

.sec03_list_ttl{
  border-bottom: 1px dashed #dddddd;
}

.sec03_list_ttl p{
  font-size: 24px;
  font-weight: 600;
  padding-left:45px;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/sec03_list_icon01.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center left;
  line-height: 50px;
}

.sec03_list_point{
  border-bottom:1px dashed #ddd;
  padding: 25px 0;
}

.sec03_list_point p{
  display: block;
  width: 90%;
  height: 100%;
  position: relative;
  font-size: 16px;
  line-height: 24px;
}

.sec03_list_point p span{
    display: inline-block;
    color: #fff;
    padding: 0 10px 0 40px;
    background-image: url(../img/engineer_single_icon_graduation.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px center;
    line-height: 31px;
    border-radius: 5px;
}

.sec03_list_text{
  padding: 10px 0 0px 0;
}

.sec03_list_text p{
  font-size: 16px;
  background-repeat: no-repeat;
  padding-left: 25px;
}

p.sec03_list_text01{
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/sec03_list_icon02.png);
  background-size: 15px;
  background-position: 0 5px;
  margin-bottom: 5px;
}

p.sec03_list_text02 {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/sec03_list_icon03.png);
    background-size: 12px;
    background-position: center left 2px;
    margin-bottom: 5px;
}

.sec03_list02{
  /*padding: 20px 0 0 0;*/
}

.sec03_list02_list ul{
  display: flex;
  width: 630px;
}

.sec03_list02_list li {
  width: 95px;
  height: 30px;
  background-color: #e58d00;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  color: #fff;
  border-bottom: 0px;
  margin-right: 10px;
}

.sec03_list02_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec03_list_bt{
  width: 175px;
  height: 40px;
  box-shadow: 0px 4px 0px #8e8e8e;
  margin-top: 5px;
}

.sec03_list_bt p{
  display: block;
  width: 100%;
  height:100%;
  background-color: #d6d6d6;
  text-align: center;
  line-height: 43px;
  font-weight: 600;
  color: #515151;
  font-size: 15px;
  margin: 0;
}

.sec04{
    padding: 75px 0 120px 0;
    background-color: #f9f9f9;
    overflow: hidden;
}

.sec04_ttl{
  width: 660px;
  margin: 0 auto;
}

.sec05 {
    background-image: url(../img/sec05_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 90px;
}

.sec05:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin: auto;
}

.sec05 .tab_item.type01,
.sec05 .tab_item.type02{
  background-color: #fff;
}

.sec05 .tab_item{
  border:4px solid #000000;
  color: #000;
}

.sec05 .tab_item a{
  color: #000;
}

.sec05 #sbtn{
  color: #fff;
  background-color: #0d6cbe
}

.sec05 .sec01_search_bt a{
  color: #000;
}

.sec06{
  margin-bottom: 90px;
}

.sec06_ttl{
  background-image: url(../img/sec06_icon.png);
  background-repeat: no-repeat;
  background-size: 37px;
  background-position: center left 20px;
}

.sec06_list{
  box-shadow: 0px 0px 10px #ddd;
  border:1px solid #dddddd;
  padding: 40px 20px 20px 20px;
}

.sec06_list li{
  width: 275px;
  height: 55px;
  margin-right: 18px;
  margin-bottom: 20px;
}

.sec06_list li:nth-child(4n){
  margin-right: 0px;
}

.sec06_list li a{
display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #dddddd;
    text-align: center;
    color: #444444;
    text-decoration: none;
    font-size: 15px;
    line-height: 55px;
    background-image: url(../img/bt_icon.png);
    background-size: 6px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    transition: 0.3s;
    font-weight: 600;
}

.sec06_list li a:hover{
  background-color: rgba(13, 108, 190, 0.05);
  border:1px solid #0d6cbe;
  color: #0d6cbe;
  background-image: url(../img/sec06_list_icon.png);
}

.sec07{}

.sec07_ttl{
  background-image: url(../img/sec07_icon.png);
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center left 24px;
}

.sec07_list{
  padding: 40px 20px 00px 20px;
    box-shadow: 0px 0px 10px #ddd;
    border: 1px solid #dddddd;
    margin-bottom: 55px;
}

.sec07_list li{
  width: 560px;
  margin-bottom: 30px;
  transition: 0.3s;
}

.sec07_list li:hover {
    opacity: 0.6;
}

.sec07_list li a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

.sec07_list_img{
  width: 220px;
  height: 175px;
  position: relative;
  overflow:hidden;
}

.sec07_list_img img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin:auto;
  display: block;
}

.sec07_lsit_textbox{
  width: 320px;
}

.sec07_list_cat{
  background-color: #6d6d6d;
  height: 30px;
  width: 100%;
}

.sec07_list_cat p{
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 30px;
  font-weight: 600;
  padding-left: 40px;
  background-image: url(../img/sec07_list_icon.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center left 12px;
}

.sec07_list_ttl{
  border-bottom: 1px dashed #dddddd;
  margin-bottom: 13px;
}

.sec07_list_ttl p{
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.sec07_list_text{}

.sec07_list_text p{
  font-size: 13px;
  line-height: 24px;
  color: #000;
  text-align: justify;
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

.sec_bt{
  width: 520px;
  height: 55px;
  margin: 0 auto 80px auto;
  transition: 0.3s;
}

.sec_bt a{
  display: block;
    width: 280px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 16px;
    background-color: #0d6cbe;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
    height: 54px;
    line-height: 54px;
    color: #fff;
    margin: 0 auto;
    text-decoration: none;

}

.sec_bt a:hover{
    background-color: #2d82cc;
    color: #fff;
}


.sec08_ttl{
  background-repeat: no-repeat;
  background-image: url(../img/sec08_icon.png);
  background-position: center left 25px;
  background-size: 32px;
}

.sec08_list{
  padding: 70px 60px;
  box-shadow: 0px 0px 10px #ccc;
  border:1px solid #ddd;
  margin-bottom: 50px;
}

.sec08_list li{
  width: 300px;
}

.sec08_list_img{
  width: 300px;
  height: 230px;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.sec08_list_img img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin:auto;
  display: block;
}

.sec08_list_text p{
  font-size: 15px;
  line-height: 26px;
  text-align: justify;
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

.sec09{
  padding: 60px 0 45px 0;
  background-image: url(../img/sec09_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.sec09:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.sec09 .wrap{
  z-index: 100;
  position: relative;
}

.sec09_ttl{
  margin-bottom: 35px;
}

.sec09_ttl p{
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.sec09_bt_text{
  margin-bottom: 20px;
}

.sec09_bt_text p{
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.sec09_bt{
  width: 600px;
  height: 55px;
  margin: 0 auto;
  transition: 0.3s;
}

.sec09_bt a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  font-weight: 600;
  background-color: #f39d2c;
  line-height: 55px;
  border-radius: 130px;
  transition: .3s;
}

.sec09_bt a:hover{
  background-color: #17a06c;
  color: #fff;
}

.top_footer{
  padding: 45px 0 0 0;position: relative;
}

.footer01{
  align-items: center;
}

.ft_logo{
  width: 315px;
}

.ft_logo a{
  display: block;
  width: 100%;
  height: 100%;
}

.ft_logo a img{
  display: block;
}

.footer01_link_list{
  width: 650px;
}

.ft_link01{
  width: 410px;
  height: 55px;
}

.ft_link01 a{
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0d6cbe;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 55px;
  font-weight: 600;
  background-image: url(../img/ft_bt_icon.png);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center right 20px;
  transition: 0.3s;
}

.ft_link01 a:hover{
  background-color: #fff;
  border:1px solid #0d6cbe;
  background-image: url(../img/sec06_list_icon.png);
  color: #0d6cbe;
}

.footer01_link_list ul li a{
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  background-color: #727272;
  transition: 0.3s;
}

.footer01_link_list ul{
  width: 195px;
}

.footer01_link_list ul li{
  width: 90px;
  height: 55px;
}

.ft_link02 a{
  background-image: url(../img/ft_icon01.png);
}

.ft_link02 a:hover{
  background-color: #1a97f0;
}

.ft_link03 a{
  background-image: url(../img/ft_icon02.png);
}

.ft_link03 a:hover{
  background-color: #334d92;
}

.footer02{
  padding: 50px 0 30px 0;
}

.ft02_list{}

.ft02_list ul{}

.ft02_list ul li{
  margin-bottom: 15px;
}

.ft02_list ul li a{
  color: #000;
  text-decoration: none;
  font-size: 13px;
}

.copy_right{
  background-color: #0d6cbe;
  height: 30px;
  text-align: center;
}

.copy_right small{
  color: #fff;
  font-size: 11px;
  line-height: 30px;
}

/* css checkbox01 */
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
    /*position: relative;*/
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.sec01_search01_R01_list li label {
    display: block;
    padding-top: 25px;
    height: 100%;
}

.sec01_search01_R02_list li label,
.sec01_search02_list label {
    display: block;
    height: 100%;
}
.checkbox01-parts::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    position: absolute;
    top: 5px;
    left: 5px;
}
.checkbox01-input:checked + .checkbox01-parts{
  /*color: #fff;*/
}
.sec01_search02_list li:hover .checkbox01-input:checked + .checkbox01-parts::after {
  border-color: #0d6bbf;
}

.sec01_search01_R01_list li:hover .checkbox01-input:checked + .checkbox01-parts::after {
  border-color: #0d6bbf;
}

.sec01_search01_R02_list li:hover .checkbox01-input:checked + .checkbox01-parts::after {
  border-color: #0d6bbf;
}
.sec01_search02_list li:hover .checkbox01-input:checked + .checkbox01-parts {
  color: #0d6bbf;
}
.checkbox01-input:checked + .checkbox01-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 8px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.sec01_search01_R01_list li label { 
display: block; 
height: 100%; 
position: relative;
padding-top: 25px;
}

.sec01_search01_R01_list .checkbox01-parts::before{
  top:5px;
}

.sec01_search01_R01_list .checkbox01-parts::after{
  /*top:-23px !important;*/
}

.sec01_search01_R01_list li:nth-child(4) .checkbox01-parts::before{
  /*top:-15px;*/
}

.sec01_search01_R01_list li:nth-child(4) .checkbox01-parts::after{
  /*top:-23px !important;*/
}

.sec01_search01_R02_list .checkbox01-parts::before{
  top:5px;
}

.sec01_search01_R02_list .checkbox01-parts::after{
  top:-3px !important;
}

.sec01_search02_list .checkbox01-parts::before{
  top:5px;
}

.sec01_search02_list .checkbox01-parts::after{
  top:5px;
}

.sec01_search02_list .checkbox01-parts::after{
  top:-3px !important;
}

/*固定ページ*/
/*.kotei_h1box{
  background-image: url(../img/kotei_h1_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 280px;
  overflow: hidden;
}*/
.kotei_h1box {
    background-image: url(../img/kotei_h1_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
}

/*.kotei_h1_bg {
    position: absolute;
    z-index: 0;
    top: -150%;
    right: 0;
    left: 0;
    margin: auto;
}*/
.kotei_h1_bg, .kotei_h1_bg img {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}

.kotei_h1_bg_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

/*.kotei_h1_bg img{
    width: 100%;
}*/
.kotei_h1_bg img {
    width: 100%;
    /*image-rendering: pixelated;*/
}

.kotei_h1box:before{
  content: "";
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.kotei_h1box .wrap{
  z-index: 1000;
  position: relative;
}

.kotei_wrap{
  margin-bottom: 100px;
}

/*.kotei_h1{
  color: #fff;
  font-size: 30px;
  line-height: 280px;
}*/
.kotei_h1 {
    color: #fff;
    font-size: 30px;
    /* line-height: 280px; */
}

.kotei_h1box .event_list_ttl p {
    background: no-repeat;
    border: none;
    padding-left: 0;
}

.kotei_h1 span{
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 15px;
}

.breadcrumb a {
    color: #666;
    text-decoration: none;
}

.breadcrumb {
    padding-top: 15px;
    margin-bottom: 80px;
}

.contact_text p {
    text-align: center;
    font-size: 15px;
    line-height: 30px;
}

.contact_text {
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.kotei_table th {
    width: 20%;
    text-align: left;
    padding-left: 20px;
    background-color: #0d6cbe;
    border: 1px solid #ddd;
    color: #fff;
    font-size: 14px;
}

.kotei_table td {
    width: 80%;
    padding: 20px 30px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.kotei_table table input[type="text"] {
    width: 400px;
    height: 35px !important;
}

.kotei_table table input[type="email"] {
    width: 400px;
    height: 35px !important;
}

input.your_tel {
    width: 100px !important;
}

.kotei_table table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

span.hissu {
    font-size: 12px;
    background-color: #f39d2c;
    color: #fff;
    width: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    padding: 1px 0;
    margin-right: 10px;
}

textarea.your_text {
    width: 400px;
    height: 200px;
}

button.kakunin {
    height: 45px;
    width: 400px;
    margin: 0 auto;
    background-color: #f39d2c;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0px 3px 0px #d3862a;
    cursor: pointer;
}

div#btn-wrap {
    justify-content: center;
}

button.back-btn {
    width: 80px;
    height: 45px;
    margin-right: 10px;
    background-color: #d8d8d8;
    border: none;
    border-bottom: 2px solid #515151 !important;
    font-size: 15px;
    font-weight: 600;
    color: #515151;
    line-height: 45px;
    cursor: pointer;
    border:none;
    border-radius: 10px;
}

button.soshin {
    width: 300px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #f39d2c;
    border-bottom: 2px solid #d3862a !important;
    cursor: pointer;
    border:none;
    border-radius: 10px;
}

.mw_wp_form_complete p {
    font-size: 15px;
    text-align: center;
    line-height: 30px;
}

/*サイトマップ*/
ul#sitemap_list li {
    height: auto;
    margin-bottom: 15px;
    border-bottom: 2px solid #ddd;
}

ul#sitemap_list li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
}

ul.children li {
    border-bottom: 0px !important;
    position: relative;
}

ul.children li a {
    padding-left: 40px;
}

ul.children li:before {
    content: "-";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 25px;
    left: 20px;
}

/*個人情報*/
.privacy_date {
    margin-bottom: 20px;
}

.privacy_date p {
    font-size: 13px;
    text-align: right;
    line-height: 1.8;
}

.privacy_text p {
    font-size: 15px;
    text-align: justify;
    line-height: 1.8;
}

.privacy_text {
    margin-bottom: 30px;
}

.privacy_dl dt {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.privacy_dl dd {
    font-size: 15px;
    margin-left: 0;
}

.privacy_dl dl dt:nth-child(1) {
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.privacy_dl dl dd:nth-child(2) {
    margin-bottom: 20px;
}

.privacy_dl dl {
    border: 1px solid #000;
    padding: 30px 40px 10px 40px;
    margin-bottom: 30px;
}

.privacy_name p {
    font-size: 15px;
    line-height: 1.8;
}

.privacy_text p span {
    display: block;
    margin-bottom: 10px;
    background-color: #0d6cbe;
    color: #fff;
    padding: 5px 0 5px 20px;
    font-weight: 600;
}

/*利用規約*/
.kotei_title p {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #0d6cbe;
}

.kotei_title {
    border-bottom: 3px solid #0d6cbe;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.termsbox p {
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
}

.termsbox_title{
  margin-bottom: 5px;
}

.termsbox_title p {
    font-weight: 600;
    color: #0d6cbe;
    font-size: 15px;
}

.terms_text p {
    font-size: 15px;
    line-height: 1.8;
}

.terms_text {
    margin-bottom: 20px;
}

.termsbox_text {
    margin-bottom: 30px;
}

p.termsbox_sec {
    margin-bottom: 20px;
}

.termsbox_list ul li{
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.termsbox_list ul li span{
  margin-left: 20px;
}

/*求人・就活イベント・インターン*/
.engineer_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000;
    padding-bottom: 25px;
}

.engineer_list ul li{
  border:1px solid #ddd;
  margin-bottom: 30px;
}

.engineer_list_ttl {
    width: 100%;
    position: relative;
}

.engineer_list_ttl p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #0d6cbe;
    line-height: 1.8;
    padding: 10px 10px 10px 10px;
    margin: 0 0 5px 0;
}

/*.event_list_ttl p {
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    line-height: 1.8;
    padding: 10px 10px 10px 30px;
    border: 1px solid #ddd;
    border-top: 3px solid #1d6bbe;
    border-bottom: none;
}*/
.event_list_ttl p {
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #666;
    line-height: 1.8;
    padding: 10px 10px 10px 10px;
    border: 1px solid #ddd;
    border-bottom: none;
    color: #fff;
    margin: 0 0 5px 0;
}

.event_day .engineer_list_item p span {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    margin: 0 10px 0 10px;
    display: inline-block;
    padding-right: 8px;
    padding: 0 10px;
    background: #666;
    color: #fff;
}

.event_day .engineer_list_item p span:first-child {
    margin-left: 0;border-left: 0;
}

.event_day .engineer_list_item p {
    padding-left: 0;
    overflow: hidden;
    padding-right: 10px;
    background: #ddd;
    color: #333;
}

.engineer_list_inbox.flex-sb {
    padding: 20px 30px 0 30px;
    margin-bottom: 20px;
}

.engineer_list_inbox.flex-sb .engineer_list_inbox.flex-sb {
    padding: 20px 0;
}

/*.engineer_list_logo {
    width: 35%;
    height: 220px;
    position: relative;
    overflow: hidden;
}*/
.engineer_list_logo {
    width: 35%;
    position: relative;
    overflow: hidden;
}
.engineer_list_logo p {
    position: relative;
    height: 170px;
}

.engineer_list ul li .engineer_list_logo a {
    height: auto;
}

.logoWrap{
  width: 40%;
}

/*.engineer_list_logo .bx-wrapper {
  height: 240px;
  background-color: #f2f2f2;
}*/
.engineer_list_logo .bx-wrapper {
    height: 240px;
    margin-bottom: 40px;
}

.engineer_list_logo .bx-viewport{
  height: 250px !important;
  margin-bottom: 10px;
}

/*.engineer_list_logo_img {
    height: 240px;
    overflow: hidden;
    text-align: center;
}*/
.engineer_list_logo_img {
    height: 240px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.engineer_list ul li .bx-pager-item a{
    padding: 0;
}

/*.engineer_list_logo .bx-wrapper .bx-pager.bx-default-pager a{
  width: 30px;
}*/
.engineer_list_logo .bx-wrapper .bx-pager.bx-default-pager a {
    width: 14px;
    height: 14px;
    margin: 0 10px;
    border-radius: 50%;
}

.engineer_list_logo img {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    background-color: #fff;
    max-height: 100%;
    max-width: 100%;
}

/*.engineer_list_infobox {
    width: 100%;
    border: 1px solid #0e6bbe;
    background: rgba(14, 107, 190, .1);
    padding: 20px;
    margin-top: 20px;
}*/
.engineer_list_infobox {
    width: 60%;
}

.engineer_list_appeal + .engineer_list_inbox .engineer_list_infobox {
    border: none;
    background: none;
    padding: 0px;
}

.engineer_list_name p {
    font-size: 20px;
    font-weight: 600;
    color: #0d6cbe;
}

.engineer_list_name {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.engineer_list_job p {
    font-size: 15px;
    width: 100%;
    height: 100%;
    background-image: url(../img/sec03_list_icon02.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: top 3px left;
    padding-left: 20px;
    display: -webkit-box;
     /* -webkit-line-clamp: 4; */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
}

.engineer_list_copaccess p {
    font-size: 15px;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/sec03_list_icon03.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center left 2px;
    padding-left: 20px;
}

.engineer_list_job {
    margin-bottom: 10px;
}

/*.engineer_list_item {
    display: flex;
    flex-wrap: wrap;
}*/
.engineer_list_item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

/*.engineer_list_item p {
    display: block;
    height: 35px;
    line-height: 36px;
    background-color: #e58d00;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 5px;
    border-radius: 10px;
}*/
.engineer_list_item p {
    display: block;
    height: 25px;
    line-height: 26px;
    background-color: #e58d00;
    color: #fff;
    margin-right: 5px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    padding: 0 8px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.engineer_list_copaccess {
    margin-bottom: 20px;
}

.engineer_list_appeal {
    padding: 10px 30px;
}

.engineer_list_appeal p {
    font-size: 15px;
    line-height: 1.8;
}

/*.engineer_list_appeal {
    border-width: 1px 0;
    margin: 0 30px;
    padding: 10px 20px;
    background-color: rgba(13, 108, 190, 0.2);
}*/
.engineer_list_appeal {
    border-width: 1px 0;
    margin: 10px 0px 30px;
    padding: 10px 20px;
    background-color: rgba(13, 108, 190, 0.2);
}

/*求人詳細*/
.engineer_list_sigle {
  padding: 0 !important;
}

.engineer_singe_img {
    width: 160px;
    height: 120px;
    overflow: hidden;
    position: relative;
    background-color: #f2f2f2;
}

.engineer_singe_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin:auto;
  display: block;
}

.engineer_singe_info {
    border: 1px solid #ddd;
    padding: 30px 30px 0 30px;
    margin-bottom: 0px;
}

.engineer_singe_title p {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #0d6cbe;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 30px;
}

.engineer_singe_title {
    margin-bottom: 10px;
    border-bottom: 1px solid #0d6cbe;
    padding-bottom: 5px;
}

.engineer_singe_box {
    margin-bottom: 30px;
}

.engineer_singe_text p {
    font-size: 15px;
    line-height: 1.5;
}

.engineer_singe_text {
    /*margin-bottom: 7vw;*/
    margin-bottom: 3vw;
}

.engineer_singe_imgbox.flex-sb {
    margin-bottom: 30px;
}

.engineer_singe_title01 p{
  background-image: url(../img/sec03_list_icon02.png);
  background-size: 20px;
}

.engineer_singe_title02 p{
  background-image: url(../img/sec03_list_icon01.png);
  background-size: 20px;
}

.engineer_singe_title03 p{
  background-image: url(../img/engineer_single_icon03.png);
  background-size: 20px;
}

.engineer_singe_title04 p{
  background-image: url(../img/engineer_single_icon04.png);
  background-size: 20px;
}

.engineer_singe_title05 p{
  background-image: url(../img/sec02_title_icon.png);
  background-size: 20px;
}

.engineer_singe_btlist ul li {
    width: 45%;
    height: 45px;
}

.engineer_singe_btlist ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #515151;
    line-height: 45px;
    text-align:center;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    background-color: #d6d6d6;
    background-image: url(../img/bt_icon.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center right 20px;
    border-bottom: 3px solid #515151;
}

.engineer_singe_btlist ul li:nth-child(3) {
    width: 7%;
}

.engineer_singe_btlist ul li:nth-child(3) a{
  background-color: #e58d00;
  color: #fff;
  background-image: url(../img/hd_icon01.png);
  background-size: 20px;
  border-bottom: 3px solid #d3862a;
  background-position: center;
}

.engineer_singe_btlist ul li:last-child a{
  background-color: #e58d00;
  color: #fff;
  background-image: url(../img/hd_icon01.png);
  background-size: 20px;
  border-bottom: 3px solid #d3862a;
  background-position: center;
  font-size: 0;
}

.favo_button {
    background-color: #e58d00;
    color: #fff;
    background-image: url(../img/hd_icon01.png);
    background-size: 20px;
    border-bottom: 3px solid #d3862a;
    background-position: center;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    background-repeat: no-repeat !important;
    float: right !important;
    margin-top: 5px;
}

.sec03_list li .sec03_list_ttl a {
    margin: 5px 0 0;
}

.engineer_singe_btlist ul li:nth-child(2) a {
  background-color: #0d6cbe;
  color: #fff;
  background-image: url(../img/ft_bt_icon.png);
  border-bottom: 3px solid #11538c;
}

.engineer_singe_btlist {
    width: 700px;
    margin: 30px auto 0;
}

.engineer_single_btbox_ttl p {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #515151;
}

.engineer_single_btbox_ttl {
    margin-bottom: 30px;
    position: relative;
}

.engineer_single_btbox_ttl:before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #515151;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 440px;
}

.engineer_single_btbox_ttl:after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #515151;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 440px;
}

.engineer_single_btbox {
    margin-top: 80px;
}

.engineer_single_list ul li {
    width: 49%;
}

.engineer_single_list ul {
    display: flex;
    justify-content: space-around;
}

.engineer_singe_news_link{
    height: 45px;
    width: 500px;
    margin: 0 auto;
}

.engineer_singe_news_link a{
    display: block;
    width: 100%;
    height: 100%;
    color: #515151;
    line-height: 45px;
    text-align:center;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    background-color: #d6d6d6;
    background-image: url(../img/bt_icon.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center right 20px;
    border-bottom: 3px solid #515151;
}

.engineer_single_news{
  margin-bottom: 80px;
}

.engineer_single_table {
    margin-top: 15px;
}

.corpoinfo_ttl p {
    font-size: 20px;
    font-weight: 600;
    color: #515151;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #d6d6d6;
    line-height: 40px;
    padding-left: 20px;
    border-left: 4px solid #515151;
}

.corpoinfo_ttl {
    margin-bottom: 10px;
}

.corpoinfo_table {
    margin-bottom: 60px;
    width: 65%;
}

.corpoinfo_sld .bx-wrapper {
    width: 30%;
    overflow: hidden;
}

.corpoinfo_sld .bx-viewport {
    margin-bottom: 20px;
}

.corpoinfo_ttl03 {
    margin-top: 70px;
}


/*掲載企業様へ*/
.listed_text_ttl p {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}

.listed_text_ttl {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 9px;
    margin-top: 50px;
}

p.listed_text {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.listed_link {
    width: 550px;
    height: 45px;
    margin: 0 auto 50px auto;
}

.listed_link a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 45px;
    background-color: #0d6cbe;
    font-weight: 600;
    font-size: 14px;
}

.listed_QA_ttl {
    margin-bottom: 20px;
    position: relative;
    margin-top: 50px;
}

.listed_QA_ttl:before{
    content: "";
    width: 50px;
    height: 2px;
    background-color: #515151;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 360px;
}

.listed_QA_ttl:after{
    content: "";
    width: 50px;
    height: 2px;
    background-color: #515151;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 360px;
}

.listed_QA_ttl p {
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    color: #515151;
}

.listed_QA_Q {
    height: 45px;
    margin-bottom: 10px;
}

.listed_QA_Q p {
    line-height: 45px;
    font-size: 15px;
    font-weight: 600;
    background-color: #f39d2c;
    color: #fff;
    padding-left: 30px;
    display: block;
    width: 100%;
    height: 100%;
}

.listed_A_ttl p {
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #d6d6d6;
    padding-left: 30px;
    color: #515151;
}

.listed_A_ttl {
    margin-bottom: 5px;
    height: 40px;
}

.listed_A_text {
    margin-bottom: 20px;
}

.listed_A_text p {
    font-size: 14px;
    line-height: 1.5;
}

.listed_QA_Q_inbox {
    margin-bottom: 30px;
}

.listed_QAbox {
    margin-bottom: 50px;
}

.listed_QA_A_list ul li p span {
    font-weight: 600;
}

.listed_QA_A_list ul li p span.A_red {
    color: red;
}

.contact_bt{
  width: 400px;
  height: 45px;
  margin: 0 auto;
}

.contact_bt a{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #f39d2c;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0px 3px 0px #d3862a;
    text-decoration: none;
    text-align: center;
    line-height: 45px;
}

.login_check p {
    text-align: center;
    font-size: 15px;
}

/*.login_check {
    margin-bottom: 10px;
}*/
.login_check {
    margin-bottom: 10px;
    margin-top: 40px;
}

.login_mailbox p {
    text-align: right;
    font-size: 13px;
    margin-bottom: 10px;
}

/*.login_mailbox {
    width: 400px;
    margin: 40px auto 50px auto;
}*/
.login_mailbox {
    width: 400px;
    margin: 40px auto 0px auto;
}

.login_linklist ul li {
    width: 500px;
    height: 45px;
    margin:0 auto 10px auto;
}

.login_linklist ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #515151;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    background-color: #d6d6d6;
    line-height: 45px;
}

/*エントリフォーム*/
.engineer_entry_text p {
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
}

.engineer_entry_text {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.engineer_entry_ttl p {
    font-size: 15px;
    font-weight: 600;
    color: #515151;
    line-height: 35px;
    background-color: #d4d4d4;
    padding-left: 25px;
    border-left: 3px solid #515151;
}

.engineer_entry_ttl {
    margin-bottom: 10px;
}

/*資格やスキルの登録*/
.maypage_skill_text p {
    font-size: 15px;
    text-align: center;
    line-height: 1.8;
}

.maypage_skill_text {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.mypage_skill_list ul li {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}

.mypage_skill_list ul li:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #0d6cbe transparent;
  bottom:0;
  right:0;
  position: absolute;
}

.mypage_skill_date p {
    width: 160px;
    text-align: center;
    display: block;
    line-height: 25px;
    background-color: #515151;
    color: #fff;
    font-weight: 600;
}

.mypage_skill_date {
    margin-bottom: 10px;
}

.mypage_skill_ttl p {
    font-size: 18px;
    font-weight: 600;
}

.mypage_skill_bt {
    width: 200px;
    height: 35px;
}

.mypage_skill_bt a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    color: #515151;
    background-color: #d8d8d8;
    font-size: 15px;
    font-weight: 600;
    border-radius: 7px;
    border-bottom: 2px solid #515151;
}

.mypage_skill_list .kotei_table table{
  margin-bottom: 10px;
}

.withdrow_bt a {
    background-color: #d8d8d8;
    color: #515151;
    border-bottom: 3px solid #515151;
}

.withdrow_bt a {
    box-shadow: 0px 0px 0px;
}

.mypage_list_ttl p {
    line-height: 35px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    /* width: 100%; */
    padding-left: 20px;
    background-color: #d8d8d8;
    color: #515151;
    border-left: 3px solid #515151;
}

.mypage_list_ttl {
    margin-bottom: 15px;
    width: 100%;
}

.mypage_list ul li {
    margin-bottom: 50px;
    width: 47%;
    border: 1px solid #ddd;
    padding-bottom: 20px;
}

.mypage_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mypage_list_text {
    padding: 0 20px;
    margin-bottom: 15px;
}

.mypage_list_text p {
    font-size: 13px;
}

.mypage_list_btbox {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}

.mypage_list_bt {
    width: 48%;
    height: 35px;
}

.mypage_list_bt a {
    line-height: 35px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #e58d00;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 7px;
}

.mypage_list_bt.mypage_list_bt02 {
    margin: 0 auto;
}

/*インタビュー*/
.interview_ttl p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #0d6cbe;
}

.interview_ttl {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.interview_img {
    width: 670px;
    margin: 0 auto 30px auto;
    background-color: #f2f2f2;
    height: 350px;
    overflow:hidden;
    position: relative;
}

.interview_img img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin:auto;
  display: block;
}

.interview_text {
    width: 850px;
    margin: 0 auto;
    border-top: 1px dashed #ddd;
    padding-top: 20px;
}

.interview_text p {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}

/*シングル*/
.singleContent {
    width: 800px;
}

.singleSidebar {
    width: 270px;
}

.single_ttl{
  border-bottom: 2px dashed #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.single_ttl p span {
    font-size: 13px;
    display: block;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: 600;
    color: #515151;
}

.single_ttl p {
    font-size: 17px;
    font-weight: 600;
    color: #0d6cbe;
}

.single_text p {
    font-size: 15px;
    line-height: 1.8;
}

.single_text {
    margin-bottom: 30px;
}

a.ichiran_link {
    display: block;
    width: 400px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    background-color: #f39d2c;
    margin: 0 auto;
    line-height: 45px;
    font-size: 15px;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
}

.singleSidebar h2 {
    text-align: center;
    background-color: #0d6cbe;
    color: #fff;
    line-height: 45px;
    border-radius: 8px;
}

aside#info-side li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    text-decoration: none;
    color: #000;
}

aside#info-side li a span {
    display: block;
    font-style: italic;
    font-size: 12px;
    margin-bottom: 3px;
}

.archivebox.flex article {
    width: 32%;
    margin-right: 24px;
    margin-bottom: 50px;
}

.archivebox.flex article:nth-child(3n) {
    margin-right: 0px;
}

.pro_img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
    background-color: #f2f2f2;
    margin-bottom: 10px;
}

.pro_img img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin:auto;
  display: block;
}

.date {
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 3px;
}

.ttl {
    font-size: 13px;
    line-height: 1.8;
}

nav.navigation.pagination h2 {
    display: none;
}

.nav-links {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-bottom: 100px;
}

span.page-numbers.current {
    width: 30px;
    display: inline-block;
    height: 30px;
    border: 0px solid #E9C142;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    font-weight: 600;
    background-color:#f39d2c;
    color: #fff;
    margin-right:10px;
}

a.page-numbers {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    line-height: 30px;
    text-align: center;
    color: #000;
    text-decoration: none;
    background-color: #ccc;
    margin-right: 10px;
}

a.next.page-numbers {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    margin: 0;
}

a.next.page-numbers:before{
  content: ">";
  color: #000;
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  margin: auto;
  font-size: 15px;
}

a.next.page-numbers span {
    display: none;
}

a.next.page-numbers svg {
    display: none !important;
}

nav.navigation.pagination {
    margin-left: auto;
}

.archivebox a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

span.nav-prev-text {
    display: none;
}

svg.svg-icon {
    display: none;
}

a.prev.page-numbers{
  position: relative;
}

a.prev.page-numbers:after{
  content: "<";
  color: #000;
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  margin: auto;
  font-size: 15px;
}

.interview_list ul li {
    width: 32%;
    margin-right: 24px;
    margin-bottom: 50px;
    border:1px solid #ddd;
    padding: 15px;
}

.interview_list ul li a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
}

.interview_list ul li:nth-child(3n) {
    margin-right: 0px;
}

.interview_list .interview_img {
    width: 100%;
    margin-bottom: 15px;
}

.interview_list .interview_text{
  width: 100%;
  padding-top: 10px;
}

.interview_list .interview_text p{
  font-size: 13px;
}

.interview_list .interview_ttl{
  padding-bottom: 0px;
  margin-bottom: 15px;
  border-bottom: 0px;
}

.interview_list .interview_ttl p{
  font-size: 15px;
}

.interview_box{
  margin-bottom: 50px;
}

.sec08_list ul li a {
    text-decoration: none;
    color: #000;
}

/*検索ページ*/
.search_ttl p {
    font-size: 17px;
    font-weight: 600;
    color: #515151;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #d6d6d6;
    line-height: 40px;
    padding-left: 20px;
    border-left: 4px solid #515151;
}

.search_ttl {
    margin-bottom: 10px;
}

.search_list_ttl p {
    background-color: #0d6cbe;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 34px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding-left: 20px;
}

.search_list_textbox {
    padding: 10px 30px;
    border: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
}

.search_list_text p {
    font-size: 13px;
}

.search_list_text {
    margin-right: 30px;
}

.search_list ul li {
    margin-bottom: 30px;
}

.searchbox{
  margin-bottom: 80px;
}

.search_list_bt{
    width: 400px;
    height: 45px;
    margin: 0 auto;
}

.search_list_bt a{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #f39d2c;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0px 3px 0px #d3862a;
    text-decoration: none;
    text-align: center;
    line-height: 45px;
}

nav.hd_nav ul li ul {
    position: absolute;
    opacity: 0;
    transition: 0.2s;
    z-index: -1;
    top: 0;
    background: #fff;
    padding: 10px;
    display: inline-block;
    width: 300px;
    transition-property: top,opacity;
}

nav.hd_nav ul li {
    position: relative;
}

nav.hd_nav ul li:hover ul {
    opacity: 1;
    z-index: 10000;
    top: 100%;
}

nav.hd_nav ul li ul li a {
    width: auto;
    display: block;
    background: #1d6cbe;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    margin: 5px;
}

.onSidebar {
    overflow: hidden;
    position: relative;
}

.onSidebarContent {
    float: left;
    width: 900px;
    max-width: 100%;
}

.onSidebarSidebar {
    float: right;
    width: 250px;
    /*overflow-y: scroll;*/
}

.onSidebarSidebar .entryBtn a {
    display: block;
    text-align: center;
    text-decoration: none;
    background: #E91E63;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px #a52945;
    margin-bottom: 15px;
}

/*.login {
    border: 2px solid #1d6cbe;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}*/
.login {
/*    border: 2px solid #1d6cbe;
    border-radius: 5px;*/
    overflow: hidden;
    margin-bottom: 15px;
}

.login_area,.register_area {
    width: 49%;
    border: 2px solid;
}

.login .title {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    padding-bottom: 2px;
    color: #fff;
}

.login_area .title {
    background: #0d6bbe;
}

.register_area .title {
    background: #c80000;
}

.login_area {
    border-color: #0d6bbe;
}

.register_area {
    border-color: #c80000;
}

.login .title span {
    margin: 0 10px;
}

.form_area {
    padding: 20px;
}

.login_area .th {
    font-size: 16px;
    margin: 20px 0 10px;
    color: #0d6abe;
    font-weight: bold;
}

.login_area .th:first-child {
    margin-top: 0;
}

.login_area .td input {
    width: 100%;
    border-radius: 5px;
    height: 40px;
    font-size: 16px;
    padding-left: 10px;
}

p.register_text {
    text-align: center;
    font-size: 20px;
    line-height: 2;
    margin: 30px 0;
    color: #c80000;
    font-weight: bold;
}

p.register_text span {
    display: inline-block;
    position: relative;
    font-size: 27px;
    padding: 0 5px;
    margin-right: 5px;
}

p.register_text span:after {
    content: "";
    width: 100%;
    height: 10px;
    background: rgba(255, 235, 59, 0.5);
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: -1;
}

.form_area .text {
    text-align: center;
    width: 70%;
    margin: 0 auto 30px;
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
}

.login .register_area input[type=submit] {
    background: #c80000;
    border-radius: 40px;
    border: none;
    color: #fff;
}

.login.type01{
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  border: none;
  border-radius: 0;
}

.login.type01 .wrap01{
  width: 49%;
  border: 3px solid #b50000;
  position: relative;
  background-color: #fff8f8;
}

.login.type01 .wrap01 .text{
  position: relative;
}

.login.type01 .wrap01 .text h4{
  font-size: 25px;
  text-align: center;
  line-height: 2;
  margin-bottom: 30px;
  color: #b50000;
  font-weight: 600;
}

.login.type01 .wrap01 .text h4 span{
  font-size: 33px;
  margin-right: 5px;
  background: linear-gradient(transparent 70%, #fffcc1 0%);
  font-weight: bold;
}

.login.type01 .wrap01 .text p{
  padding: 0 100px;
  font-size: 14px;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.login.type01 input.login_submit{
  display: block;
  width: 80%;
  height: 50px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  background-color: #cc0000;
  line-height: 50px;
  border-radius: 130px;
  transition: .3s;
  border: none;
  margin: 0 auto;
}


.login.type01 .wrap02{
  width: 49%;
  order: -1;
  border: 3px solid #1d6cbe;
}

.login.type01 .wrap01 h3{
  background-color: #b50000;
  color: #fff;
  margin-bottom: 50px;
}

.login.type01 .wrap02 h3{
  background-color: #1d6cbe;
  color: #fff;
}

.login.type01 .login_mailbox{
  margin-bottom: 0;
}

.login.type01 form{
  background: none;
}

.login.type01 .kotei_table th {
    width: 100%;
    background: none;
    display: block;
    color:  #1d6cbe;
    border: none;
}

.login.type01 .kotei_table td {
    width: 100%;
    display: block;
    border: none;
}

.login.type01 .kotei_table table input{
  background-color: #e9f4ff;
  width: 100%;
  height: 40px;
  border-radius: 5px;
}

/*.login form {
    display: block;
    padding: 20px 10px 10px;
    background: #fafafa;
}*/
.login form {
    display: block;
    padding: 20px 10px 10px;
    /*background: #fafafa;*/
}

.login h3 {
    margin: 0;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 36px;
}

.login input[type=email],.login .password_input {
    width: 100%;
    -webkit-appearance: none;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 16px;
    height: 40px;
    padding-left: 10px;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05) inset;
}

.login label {
    display: block;
    margin-bottom: 10px;
}

.login input[type=submit] {
    -webkit-appearance: none;
    width: 100%;
    display: block;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    height: 50px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
}
.login .login_submit {
    -webkit-appearance: none;
    width: 100%;
    display: block;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    height: 50px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    cursor: pointer;
}

.login .hojo a {
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 3px;
    display: block;
    color: #607D8B;
}

.adArea .ad {
    position: relative;
    line-height: 0;
    margin-bottom: 15px;
}

.adArea .ad .sample {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    background: #d3d1d3;
    font-size: 10px;
    padding: 2px 4px;
    color: #333;
    border-radius: 0 0 0 5px;
}

.pager .wp-pagenavi {
    display: flex;
    justify-content: center;
}

.pager .wp-pagenavi .pages {
    border-radius: 30px;
    padding: 0 20px;
    line-height: 22px;
    background: #1d6bbd;
    color: #fff;
    border: none;
}

.pager .wp-pagenavi .current {
    background: #1d6abc;
    color: #fff;
    border-color: #ccc;
}

.search_list_bt input[type=submit] {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #f39d2c;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0px 3px 0px #d3862a;
    text-decoration: none;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}

.search_list_bt input[type=button] {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #f39d2c;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0px 3px 0px #d3862a;
    text-decoration: none;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}

.contact_bt input[type=submit] {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #f39d2c;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0px 3px 0px #d3862a;
    text-decoration: none;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}

.contact_bt input[type=button] {
    display: inline-block;
    width: 40%;
    height: 100%;
    margin: 0 auto;
    background-color: #f39d2c;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0px 3px 0px #d3862a;
    text-decoration: none;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}

.kotei_table textarea {
    width: 100%;
    height: 150px;
}

.gotop {
    width: 100px;
    z-index: 100;
}

.sec05 .sec01_search01_L02_list li:hover .checkbox01-input:checked + .checkbox01-parts::after {
    border-color: #000;
}

.sec05 .sec01_search01_R01_list li:hover .checkbox01-input:checked + .checkbox01-parts::after {
    border-color: #000;
}

.sec05 .sec01_search02_list li:hover .checkbox01-input:checked + .checkbox01-parts {
    color: #000;
}

.sec05 .sec01_search02_list li:hover .checkbox01-input:checked + .checkbox01-parts::after {
    border-color: #000;
}

.sec05 .sec01_search01_R02_list li:hover .checkbox01-input:checked + .checkbox01-parts::after {
    border-color: #000;
}

.sec03_list::-webkit-scrollbar {
    display: none;
}

.login.loginNow h3 {
    line-height: 1.5;
    padding: 10px 0;
    font-weight: bold;
}

.loginNowArea {
    padding: 10px 5px 5px;
    background: #f2f2f2;
}

.loginNowArea a {
    display: block;
    text-align: center;
    text-decoration: none;
    background: #1866b0;
    margin-bottom: 5px;
    color: #fff;
    border-radius: 4px;
    padding: 5px 0;
    font-weight: bold;
    box-shadow: 0 2px #0f406f;
}

.loginNowArea .flex {
    justify-content: space-between;
}

.loginNowArea .flex > p {width: 49%;}

.loginNowArea .flex > p a {
    font-size: 11px;
}

.loginNowArea .flex > p a em {
    font-size: 130%;
}

.loginNowArea .logout a {
    background: #ccc;
    color: #333;
    box-shadow: 0 2px #828080;
}

.engineer_list_ttl p.favCheck {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    background: none;
    padding: 0;
    margin: auto;
    border: 2px solid;
}

label.favForControl input {
    -webkit-appearance: none;
    margin: 0;
}

.engineer_list_ttl p.favCheck:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 7px;
    border: solid #F44336;
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
    top: -2px;
    opacity: 0;
}

.engineer_list_ttl label.favForControl input:checked + .favCheck:before {
    opacity: 1;
}

label.favForControl {
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.engineer_list_ttl label.favForControl input:checked + .favCheck {
    background: rgba(255, 255, 255, 0.3);
}

.favContorl {
    display: flex;
    align-items: center;
    background: #f2f2f2;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 40px;
}

.favContorl input {
    -webkit-appearance: none;
    background: #f44336;
    color: #fff;
    border: none;
    font-size: 14px;
    cursor: pointer;
    line-height: 40px;
    padding: 0 30px;
}

.favContorl a {
    background: #0d6bbf;
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
}

.favContorl > * {
    margin-right: 10px;
}

.top_slider_list ul li.date {
    line-height: 1;
    position: relative;
    line-height: 1.2;
    padding-left: 20px;
    height: 30px;
}

.top_slider_list ul li.date:before {
    top: 6px;
}

.top_slider_list ul li.date span {
    font-size: 13px;
}

.top_slider_list ul li.shamei:before {
    display: none;
}

.top_slider_list ul li.shamei {
    text-align: center;
    background: #f1f1f1;
    padding: 10px;
    margin: 10px 0;
    color: #333;
    border: solid #0d6bbe;
    border-width: 0 2px;
}

.top_slider_cat.説明会 p {
    background-color: #009688;
}

.top_slider_cat.見学会 p {
    background-color: #0d6bbe;
}

.engineer_list_job p.catch {
    background-image: url(../img/engineer_single_icon_megaphon.png);
}

.engineer_list_job p.target {
    background-image: url(../img/engineer_single_icon_target.png);
}

.engineer_list_job p.point {
    background-image: url(../img/engineer_single_icon_point.png);
    /* background-size: contain;
    background-position: 0; */
}

.engineer_singe_title01 p.content {
    background-image: url(../img/engineer_single_icon_content.png);
}

.engineer_singe_title04 p.terms {
    background-image: url(../img/engineer_single_icon_terms.png);
}

.engineer_singe_title04 p.flow {
    background-image: url(../img/engineer_single_icon_flow.png);
}

.engineer_singe_title04 p.calendar {
    background-image: url(../img/engineer_single_icon_calendar.png);
}

.engineer_list_ttl p span {
    display: inline-block;
    color: #fff;
    padding: 0 10px 0 40px;
    background-image: url(../img/engineer_single_icon_graduation.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px center;
    line-height: 31px;
    border-radius: 5px;
}

.event_list_ttl  p span:not(.event_syubetu_icon)  {
    display: inline-block;
    color: #fff;
    padding: 0 10px 0 40px;
    background-image: url(../img/engineer_single_icon_graduation.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px center;
    line-height: 31px;
    border-radius: 5px;
}

.event_syubetu_icon{
    display: inline-block;
    color: #555555;
    padding: 0 10px 0 10px;
    background-color: white;
    line-height: 31px;
    border-radius: 5px;

}

.graduation_2019 {
    background: #0dbe73;
}
.graduation_2020 {
    background: #0db6be;
}
.graduation_2021 {
    background: #beab0d;
}
.graduation_2022 {
    background: #0dbe73;
}
.graduation_2023 {
    background: #0db6be;
}
.graduation_2024 {
    background: #beab0d;
}
.graduation_2025 {
    background: #0dbe73;
}
.graduation_2026 {
    background: #0db6be;
}
.graduation_2027 {
    background: #beab0d;
}
.graduation_2028 {
    background: #0dbe73;
}
.graduation_2029 {
    background: #0db6be;
}
.graduation_2030 {
    background: #beab0d;
}
.graduation_2031 {
    background: #0dbe73;
}
.graduation_2032 {
    background: #0db6be;
}
.graduation_2033 {
    background: #beab0d;
}
.graduation_2034 {
    background: #0dbe73;
}
.graduation_2035 {
    background: #0db6be;
}
.graduation_2036 {
    background: #beab0d;
}
.graduation_2037 {
    background: #0dbe73;
}
.graduation_2038 {
    background: #0db6be;
}
.graduation_2039 {
    background: #beab0d;
}
.graduation_2040 {
    background: #0dbe73;
}
.graduation_2041 {
    background: #0db6be;
}
.graduation_2042 {
    background: #beab0d;
}
.graduation_2043 {
    background: #0dbe73;
}
.graduation_2044 {
    background: #0db6be;
}
.graduation_2045 {
    background: #beab0d;
}
.graduation_2046 {
    background: #0dbe73;
}
.graduation_2047 {
    background: #0db6be;
}
.graduation_2048 {
    background: #beab0d;
}
span.cl_link {
    width: 200px;
    display: block;
    margin-left: auto;
}

.cl_link input {
    -webkit-appearance: none;
    border: none;
    background: #555;
    color: #fff;
    cursor: pointer;
}

td.wantService span.title {
    padding-left: 14px;
}

td.wantService span.text {
    display: block;
    padding-left: 42px;
}

td.skillCheck span {
    padding-left: 7px;
}

a.ouboBtn {
    display: block;
    width: 300px;
    text-align: center;
    background: #f39d2c;
    color: #fff;
    margin: 10px 0;
    padding: 10px 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 0 2px #b57522;
}

/* 絞り込み検索（PC） */
.listPage_searchBox{
  background-color: #f2f2f2;
  margin-bottom: 50px;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
}

.listPage_searchBox h3{
  margin: 0;
  padding: 20px;
}

.listPage_searchBox dl{
  background-color: #fff;
  margin: 0;
}

.listPage_searchBox dl dt{
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px;
  padding-left: 40px;
  color: #0d6cbe;
  font-weight: 600;
  font-size: 14px;
}

.listPage_searchBox dl.skill dt{
  background: url(../img/skill_icon.png) no-repeat;
  background-position: 10px;
  background-size: 20px;
}

.listPage_searchBox dl.area dt{
  background: url(../img/area_icon.png) no-repeat;
  background-position: 10px;
  background-size: 15px;
}

.listPage_searchBox dl.nareru dt{
  background: url(../img/nareru_icon.png) no-repeat;
  background-position: 10px;
  background-size: 20px;
}

.listPage_searchBox dl.other dt{
  background: url(../img/other_icon.png) no-repeat;
  background-position: 10px;
  background-size: 17px;
}

.listPage_searchBox dl dt span{
  background-color: #0d6cbe;
  color: #fff;
  border-radius: 5px;
  padding: 2px 10px;
  position: absolute;
  right: 20px;
  top: 17px;
}

.listPage_searchBox dl dd{
  padding: 20px;
  border-bottom: 1px solid #f2f2f2;
  margin: 0;
  background-color: #e1f1ff;
}

.listPage_searchBox p.closeBtnHat{
  display: none;
}

dl.skill li{
  width: 85px;
  height: 80px;
  border:1px solid #0d6bbf;
}

dl.skill li{
  font-size: 27px;
  text-align: center;
  font-weight: 600;
  color: #0d6bbf;
  position: relative;
  line-height: 23px;
  transition: 0.3s;
  margin-left: 20px;
}

dl.skill li:first-child{
  margin-left: 0;
}

dl.skill .checkbox01-parts::before{
  border: 1px solid #0d6bbf;
}

dl.skill li label {
    padding-top: 25px;
    display: block;
    height: 100%;
    position: relative;
}

dl.skill li:hover .checkbox01-input:checked + .checkbox01-parts::after {
    border-color: #0d6bbf;
}

dl.skill li span{
  font-size: 12px;
  font-weight: bold;
  display: block;
  text-align: center;
  font-weight: 400;
}

dl.skill li:hover .checkbox01-parts::before{
  border:1px solid #000;
}

dl.area li{
  width: 135px;
  height: 45px;
  border:1px solid #0d6bbf;
  color: #0d6bbf;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 45px;
  position: relative;
  margin-left: 20px;
}

dl.area li:nth-child(1){
  margin-left: 0;
}

dl.nareru li {
    width: 270px;
    height: 75px;
    border: 1px solid #0d6bbf;
    text-align: center;
    color: #0d6bbf;
    font-size: 14px;
    font-weight: 600;
    padding-top: 0 !important;
    transition: 0.3s;
    position: relative;
}

dl.nareru li label{
    display: block;
    padding-top: 17px;
    height: 100%;
}

dl.nareru li:nth-child(4) label{
  padding-top: 25px;
}

.listPage_searchBox li:hover{
  background-color: #fff !important;
  color: #000;
}

.listPage_searchBox li:hover .checkbox01-input:checked + .checkbox01-parts::after {
  border-color: #0d6bbf;
}

.listPage_searchBox li:hover .checkbox01-input:checked + .checkbox01-parts::after {
  border-color: #0d6bbf;
}

.listPage_searchBox li:hover .checkbox01-input:checked + .checkbox01-parts::after {
  border-color: #0d6bbf;
}
.listPage_searchBox li:hover .checkbox01-input:checked + .checkbox01-parts {
  color: #0d6bbf;
}

.listPage_searchBox .checkbox01-parts::before{
    border: 1px solid #0d6bbf;
}

.listPage_searchBox .checkbox01-input:checked + .checkbox01-parts::after{
    border-bottom: 2px solid #0d6bbf;
    border-right: 2px solid #0d6bbf;
}

.listPage_searchBox .sec01_search_bt a{
  background-color: #f39d2c;
  color: #fff;
  font-weight: 400;
}

.listPage_searchBox .sec01_search_bt:before{
  border: 1px solid #f39d2c;
  background-color: #ef8800;
}

.listPage_searchBox .sec01_search_bt{
  margin: 20px auto;
}

dl.other li{
  width: 330px;
  height: 50px;
  border:1px solid #0d6bbf;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 48px;
  color: #0d6bbf;
  margin-left: 20px;
  position: relative;
}

dl.other li:nth-child(1){
  margin-left: 0;
}

dl.other .sec01_free_search{
  margin-bottom: 20px;
}

.listPage_searchBox .sec01_free_search{
  background-color: #fff;
}

.listPage_searchBox #sbox{
  color: #1a1a1a;
}

.listPage_searchBox #sbtn{
  background-color: #0d6bbf;
  color: #fff;
}

.listPage_searchBox .sec01_search_ttl p{
  color: #0d6bbf;
  background: none;
  padding: 0;
}

.narabekae{
  width: 15%;
  margin-left: auto;
  margin-bottom: 20px;
}

.narabekae select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.narabekae select::-ms-expand {
    display: none;
}

.narabekae {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}
.narabekae::before {
  position: absolute;
  top: 13px;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.narabekae select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

.listPage_searchBox input{
  background-color: #fff;
  height: 40px;
}

.listPage_searchBox .sec01_search02_R{
  margin-top: 20px;
}

.listPage_searchBox button{
  height: 40px;
  border-radius: 5px;
  background-color: #0d6cbe;
  color: #fff;
}

.listPage_searchBox span{
  color: #0d6cbe;
}

/* 特集検索（PC） */
.topSearch_featured{
  padding: 70px 0;
}

.topSearch_featured h2{
  margin-bottom: 1.5em;
  color: #0d6cbe;
  padding-left: 80px;
  position: relative;
}

.topSearch_featured h2:before{
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/occupation_title.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -20px;
}

.topSearch_featured ul li{
  width: 31%;
  margin-bottom: 20px;
  position: relative;
}

.topSearch_featured ul li a{
  display: block;
  height: 55px;
  line-height: 55px;
  border: 2px solid #0d6cbe;
  text-align: center;
  color: #0d6cbe !important;
  font-weight: 600;
  transition: .3s;
}

.topSearch_featured ul li a:hover{
  background-color: #0d6cbe;
color: #fff !important;
}

.topSearch_featured ul li a:hover::before{
  border-color: transparent transparent #fff transparent;
}

.topSearch_featured ul li a:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #0d6cbe transparent;
  position: absolute;
  right: 7px;
  bottom: 7px;
  transition: .3s;
}

.sec05 .sec01_search_bt a:hover{
  color: #fff;
}

.sec01_search_bt a:hover{
  background-color: #ffae00;
  color: #fff;
}

.sec05 .sec01_search_bt a:hover{
  color: #fff;
}

p.red.main_red {
    background: #f00;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 10px;
}

.red_area {
    display: flex;
    flex-wrap: wrap;
    padding:  20px 20px 10px;
    margin-bottom: 10px;
    background: rgba(255, 0, 0, 0.1);
}

.red_area .red {
    font-weight: bold;
    margin: 0 10px 10px 0;
    border: 1px solid;
    padding: 5px 10px;
    background: #fff;
}

.pager {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pager * {
    padding: 5px 10px;
    line-height: 20px;
}

.pager span {
    padding: 5px 10px;
    background: #0d6bbe;
    color: #fff;
}

.pager a {
    text-decoration: none;
    font-weight: bold;
    color: #0d6bbe;
    position: relative;
}

.pager a:after {content: "";width: 0;height: 2px;position: absolute;right: 0;bottom: 0;transition: .2s;background: #0d6bbe;}

.pager a:hover:after {
    width: 100%;
    left: 0;
}

/*** PC_絞り込み機能 ***/
.pagehd_searchContent {
    margin: 0 auto 40px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}

.modalLR {
    margin: 30px auto 0;
    justify-content: space-evenly;
}

a.js-modal-open, a.js-modal-close, .modalLR input[type="submit"] {
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #1d6bbe;
    color: #fff;
    font-weight: 100;
    background: #1d6bbe;
}

.modalLR input[type="submit"] {
  cursor: pointer;
}

.custom-select {
    width: 230px;
    height: 50px;
    font-size: 14px;
    border-color: #0d6cbe;
    background: #fff;
    color: #0d6cbe;
    font-weight: bold;
    border: none;
}

ul.selectList li {
  border: 1px solid #0d6cbe;
}

.job_target_title {
    background-image: url(../img/sec03_list_icon02.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: top 3px left;
    padding-left: 20px;
    display: inline-block;
    font-size: 15px;
}

.job_point_title {
  background-image: url(../img/engineer_single_icon_point.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: top -1px left;
  padding-left: 20px;
  display: inline-block;
  font-size: 15px;
}

.job_target {
    display: inline-block;
    /*margin-right: 10px;*/
    margin: 5px;
    font-size: 15px;
}

.job_target span:nth-child(1) {
    background: #666;
    color: #fff;
    border-radius: 5px 0 0 5px;
    margin-right: 3px;
}

.job_target span:nth-child(2) {
    background: #ddd;
    border-radius: 0 5px 5px 0;
}

.job_target span {
    padding: 0 10px;
}

.form_bannerArea{
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9999;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 374px;
}

.form_bannerArea a{
  color: #fff;
}

.form_bannerArea:hover .beforeBox{
  right: -50px;
}

.form_bannerArea:hover .afterBox{
  right: 0px;
}

.form_bannerArea:hover a{
  color: #fff;
}

.beforeBox{
  background-color: #f39d2c;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  transition: .3s;
  height: 374px;
  box-shadow: 1px 1px 2px #333;
}

.beforeBox .icon{
  position:absolute;
  left: 0;
  top: -24px;
}

.beforeBox .nextArea{
  background-color: #bababa;
  color: #1a1a1a;
  text-align: center;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.beforeBox .text{
   writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode:vertical-rl;
  line-height: 50px;
  padding-top: 80px;
  padding-bottom: 50px;
  font-size: 16px;
}

.afterBox{
  width: 250px;
  height: 374px;
  position: absolute;
  right: -250px;
  top: 0;
  background-color: #f39d2c;
  padding-top: 80px;
  padding-bottom: 0;
  text-align: center;
  transition: .3s;
  box-shadow: 1px 1px 2px #333;
}

.afterBox .text{
  padding: 20px;
  padding-top: 0;
  margin-bottom: 5px;
}

.afterBox .text h3{
  font-size: 14px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 2;
}

.afterBox .text p{
  font-size: 14px;
  line-height: 2;
}

.afterBox .icon{
  width: 50%;
  position: absolute;
  left: 25%;
  top: -62px;
}

.afterBox .nextArea{
  background-color: #bababa;
  padding: 9px 0;
}

.afterBox .nextArea p{
  margin-bottom: 0;
  color: initial;
  font-size: 12px;
}

.afterBox .nextArea p i{
  margin-left: 10px;
}

p.more_btn{
  width: 300px;
    height: 35px;
    line-height: 36px;
    background-color: #e58d00;
    color: #fff;
    margin-right: 5px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    padding: 0 8px;
    border-radius: 5px;
    margin-left: auto;
    margin-top: 10px;
}

.engineer_list p.more_btn a{
  color: #fff;
}

.logo_image{
  width: 80px;
  height: 80px;
  position: relative;
  border: 1px solid #ccc;
  margin-top: -55px;
  margin-bottom: 10px;
  background-color: #fff;
  margin-left: 10px;
}

.logo_image img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}

@media (max-width: 750px) {

.pc {
  display: none;
}

.sp {
  display: block;
}

/*spmenu~*/
.sp_hd {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1200;
}
.sp_pr {
    position: relative;
}
.slicknav_menu .slicknav_menutxt {
    display: none !important;
}
.slicknav_menu .slicknav_icon {
    width: 100%;
    margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
    width: 25px !important;
    height: 3px !important;
}
a.slicknav_btn {
    background: #fff;
    border-radius: 0px;
}
/*SPMENU kurukuru*/
a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child {
    top: 5px;
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
    position: absolute;
}
a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(3) {
    top: 0.4px;
    -moz-transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg);
    position: absolute;
}
a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}
span.slicknav_icon-bar {
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}
.slicknav_menu .slicknav_icon {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    position: relative;
}
/*kokomade*/
.slicknav_menu .slicknav_menutxt {
    display: none;
}
.slicknav_menu {
    background-color: #fff;
    box-shadow: 0px 1px 10px #515151;
    font-size: 18px;
}
a.slicknav_btn {
    margin: 12px 3px 3px 0px;
    padding: 0px 0 0 0px;
    height: 25px;
    width: 25px;
}
.slicknav_menu .slicknav_icon {
    height: 16px !important;
    display: block;
}
.slicknav_menu .slicknav_icon:after {
    display: block;
    font-size: 70%;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
}
.slicknav_nav a {
    color: #333 !important;
    display: inline-block;
    font-weight: bold;
    line-height: 2;
    width: 100%;
    text-align: center;
    margin: 0;
    letter-spacing: normal;
    font-size: 80%;
    border: solid #ccc;
    border-width: 0 0px 1px 0;
    line-height: 30px;
    background-image: url(../img/sec06_list_icon.png);
    background-size: 6px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-left: 0px;
}

.slicknav_nav a.ttl{
  background-image: none;
  background: #f1f1f1;
}

.slicknav_nav a.tbIcon{
  background-color: #7d7c7c;
  color :#fff!important;
  background-image: url(../img/tb_icon.png);
  background-size: 20px;
}


.slicknav_nav a.tbIcon:hover{
  background-color: #565656;
  background-image: url(../img/tb_icon.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 15px center;
  border-radius: 0;
}

.sp_nav_title p{
    color: #fff !important;
    display: inline-block;
    font-weight: bold;
    line-height: 2;
    width: 100%;
    text-align: center;
    margin: 0;
    letter-spacing: normal;
    font-size: 80%;
    border: solid #ccc;
    border-width: 0 0px 1px 0;
    line-height: 20px;
    background-image: url(../img/sp_link_icon.png);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-left: 0px;
    padding: 10px 5px;
    cursor: pointer;
    background-color: #0d6cbe;
}

.sp_nav_clist ul {
    margin: 0;
}

.sp_nav_clist.open {
    display: block;
    transition: 0.3s;
    background: #eaeaea;
}
/*~spmenu*/
.sp_hd_logo {
    position: absolute;
    width: 150px;
    top: 5.5px;
    left: 5px;
}

.slicknav_menu .slicknav_icon-bar{
  background-color: #0d6cbe;
}

.wrap{
  max-width: 94%;
}

.top {
    margin-top: 50px;
    padding: 10vw 0;
}

.top_h1 {
    font-size: 4vw;
    margin-bottom: 3vw;
}

.top_logo {
    width: 100%;
    margin: 0 auto 5vw auto;
}

.top_list {
    width: 100%;
    margin: 0 auto 2vw auto;
}

.top_list ul li {
    width: 30vw;
    height: 30vw;
    margin-bottom: 2vw;
    padding-top: 2vw;
    border-width: .6vw;
}

.top_list ul li:nth-child(1),
.top_list ul li:nth-child(4){
  padding-top: 5vw;
}

.top_list_icon {
    width: 12vw;
    height: 12vw;
    margin: 0 auto 1vw auto;
}

.top_list_text p {
    font-size: 2.8vw;
}

.top_list_text span {
    font-size: 2.2vw;
}

.top_list ul li:nth-child(6) {
  background-color: #f39d2c;
  border-color: #f39d2c;
}

.top_list ul li:nth-child(5) .top_list_text{
  width: 120%;
  margin-left: -2vw;
}

.top_bt_box {
    width: 100%;
}

.top_bt_ttl {
    margin-bottom: 2vw;
}

.top_bt_ttl p {
    font-size: 5vw;
}

.top_bt {
    height: 14vw;
}

.top_bt a {
    line-height: 15vw;
    font-size: 6vw;
}

.top_bt a span {
    width: 17vw;
    height: 17vw;
    font-size: 4vw;
    line-height: 1.3;
    padding-top: 3vw;
    padding-left: 1.5vw;
    top: -2vw;
    left: 2vw;
}

.tab_item {
    width: 100%;
    height: 14vw;
    padding-top: 0px;
    line-height: 12vw;
    margin-top: 0;
}

.tab_item.type01,
.tab_item.type02{
  width: 50%;
}

.tabs {
    top: -30px;
}

.tab_content {
    padding: 5vw 0 10vw 0;
}

label.tab_item.tab_item04 {
    padding-top: 0px;
}

.sec01_search01_L {
    width: 100%;
}

.sec01_search01_L01 {
    margin-bottom: 5vw;
}

.sec01_free_search {
    width: 100%;
}

#sbox {
    width: 85%;
}

#sbtn {
    left: 83%;
    width: 15%;
    font-size: 4vw;
}

.sec01_search_ttl p {
    font-size: 4vw;
    background-size: 4vw;
    padding-left: 6vw;
}

.sec01_search_ttl {
    margin-bottom: 2vw;
}

.sec01_search02 .sec01_search_ttl{
  margin-top: 0;
}

.sec01_search01_L02_list li {
    width: 100%;
    height: 14vw;
    margin-bottom: 3vw;
    padding-top: 0px;
}

.sec01_search01_L02_list li span {
    display: inline-block;
    text-align: left;
    padding-left: 5vw;
}

.sec01_search01_L02_list li p {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 14vw;
}

span.lv_text {
    font-size: 7vw !important;
    margin-right: 2vw;
}

.checkbox01-parts::before {
    top: 4.5vw;
    left: 2vw;
}

.checkbox01-input:checked + .checkbox01-parts::after {
    top: 2vw;
}

.sec01_search01_L02 {
    margin-bottom: 5vw;
}

.sec01_search01_R {
    width: 100%;
}

.sec01_search01_R01_list li {
    width: 49%;
    margin-bottom: 2vw;
    font-size: 13px;
    padding-top: 12px;
}

.sec01_search01_R01_list li:nth-child(4){
  padding-top: 22px;
}
.sec01_search01_R01{
  margin-bottom: 5vw;
}

.sec01_search01_R02 {
    margin-bottom: 5vw;
}

.sec01_search01_R02_list li {
    height: 14vw;
    margin-bottom: 2vw;
    font-size: 5vw;
    line-height: 14vw;
    width: 100%;
}

.sec01_search01_R02_list .checkbox01-parts::before {
    top: 2vw;
}

.sec01_search01_R02_list .checkbox01-parts::after {
    top: -0.5vw !important;
}

.sec01_search02_list li {
    width: 49%;
    margin-bottom: 2vw;
    height: 14vw;
    line-height: 14vw;
    font-size: 13px;
}

.sec01_search02_list .checkbox01-parts::before {
    top: 2vw;
    left: 2vw;
}

.sec01_search02_list {
    width: 100% !important;
    margin-bottom: 5vw;
}

.tabs input:checked + .tab_item {
    height: 16vw;
    font-size: 3.5vw;
    height: 14vw;
    padding-top: 0px;
    line-height: 12vw;
    margin-top: 0;
}

div#programming_content:before{
  top: 20px;
}

.sec01_search_bt {
    width: 100%;
    height: 14vw;
    margin-top: 0;
}

.sec01_search_bt:before {
    width: 100%;
    height: 14vw;
}

.sec01_search_bt a {
    font-size: 4vw;
    line-height: 15vw;
}

.sec02 {
    padding: 10vw 0;
}

.sec02_ttl {
    width: 96%;
}

.sec_slider_ttl {
    font-size: 5vw;
    padding-left: 6vw;
    background-size: 5vw;
    margin-bottom: 5vw !important;
}

.bx-viewport {
    margin-bottom: 5vw;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 40px;
    height: 4vw;
}

.sec03 {
    padding: 10vw 0;
}

.sec03_ttl {
    background-size: 6vw;
    background-position: center left 4vw;
}

.sec_ttl {
    font-size: 5vw;
    padding-left: 15vw;
    height: 17vw;
    line-height: 18vw;
}

.sec_ttl:before {
    top: 2vw;
}

.sec_ttl:after {
    bottom: 2vw;
}

.sec03_list li a {
    padding: 5vw;
}

.sec03_list01.flex-sb {
    display: block;
}

.sec03_list_img {
    width: 100%;
    height: 40vw;
}

.sec03_list_R {
    width: 100%;
}

.sec03_list .bx-wrapper .bx-pager.bx-default-pager a{
  padding: 0;
}

.sec03_list02_list ul {
    width: 100%;
}

.sec03_list ul {
    width: 100%;
    flex-wrap: wrap;
    padding: 20px 3vw;
}

.sec03_list_img img {
    padding: 3vw;
}

.sec03_list_L {
    margin-bottom: 5vw;
    width: 100%;
}

.sec03_list_ttl p {
    padding-left: 8vw;
    font-size: 5vw;
    background-size: 5vw;
    line-height: 10vw;
}

.sec03_list_point {
    padding: 5vw 0;
}

.sec03_list_point p {
    padding-left: 0;
    width: 100%;
    font-size: 13px;
    line-height: 1.5;
}

.sec03_list_text {
    padding-top: 4vw;
}

p.sec03_list_text01 {
    background-size: 5vw;
}

.sec03_list_text p {
    font-size: 12px;
    text-align: justify;
    line-height: 1.4;
    padding-left: 7vw;
}

p.sec03_list_text02 {
    background-size: 3vw;
    background-position: center left 1vw;
}

.sec03_list02_list li {
    width: 41vw;
    margin-bottom: 2vw;
    margin-right: 2vw;
}

.sec03_list02_list li:nth-child(2n) {
    margin-right: 0px;
}

.sec03_list02 {
    padding: 5vw 0 0 0;
}

.sec03_list02_list {
    margin-bottom: 2vw;
}

.sec03_list_bt {
    width: 100%;
    height: 12vw;
}

.sec03_list_bt p {
    line-height: 13vw;
    font-size: 4vw;
}

.sec04_ttl {
width: 100%;
    text-align: left;
    padding-left: 8vw;
}

.sec04 {
    padding: 10vw 0;
}

.sec05 {
    margin-bottom: 10vw;
}

.sec06_ttl {
    background-size: 8vw;
    background-position: center left 3vw;
}

.sec06_list {
    padding: 5vw;
}

.sec06_list li {
    width: 41vw;
    margin-right: 0;
    margin-bottom: 1vw;
    height: 13vw;
}

.sec06_list ul {
    justify-content: space-between;
}

.sec06_list li a {
    line-height: 1.4;
    font-size: 12px;
    padding-top: 4vw;
    text-align: left;
    padding-left: 2vw;
    background-size: 1.5vw;
    background-position: center right 2vw;
}

.sec06_list li:nth-child(5) a {
    padding-top: 1.5vw;
}

.sec06_list li:nth-child(7) a {
    padding-top: 1.5vw;
}

.sec06_list li:nth-child(8) a {
    padding-top: 1.5vw;
}

.sec06_list li:nth-child(10) a {
    padding-top: 1.5vw;
}

.sec06_list li:nth-child(12) a {
    padding-top: 1.5vw;
}

.sec06_list li:nth-child(13) a {
    padding-top: 1.5vw;
}

.sec06{
  margin-bottom: 10vw;
}

.sec07_ttl {
    background-size: 5vw;
    background-position: center left 3vw;
    padding-left: 10vw;
}

.sec07_list {
    padding: 5vw;
    margin-bottom: 5vw;
}

.sec07_list li {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #333;
}

.sec07_list li a {
    padding: 5vw 0;
    display: block;
}

.sec07_list_img {
    width: 100%;
    height: 54vw;
    background-color: #f2f2f2;
    margin-bottom: 3vw;
}

.sec07_lsit_textbox {
    width: 100%;
}

.sec07_list_ttl p {
    font-size: 13px;
}

.sec07_list_ttl {
    margin-bottom: 3vw;
}

.sec07_list_text p {
    font-size: 13px;
    line-height: 1.5;
}

.sec_bt {
    width: 100%;
    height: 14vw;
margin-bottom: 10vw;
}

.sec_bt a {
    line-height: 14vw;
    font-size: 3.5vw;
}

.sec08_ttl {
    background-size: 6vw;
    background-position: center left 3vw;
    padding-left: 12vw;
}

.sec08_list {
    padding: 5vw;
}

.sec08_list li {
    width: 100%;
    height: auto;
    margin-bottom: 5vw;
}

.sec08_list_img {
    width: 100%;
    height: 55vw;
    background-color: #f2f2f2;
    margin-bottom: 3vw;
}

.sec08_list ul {
    display: block;
}

.sec08_list_text p {
    font-size: 13px;
    line-height: 1.5;
}

.sec08_list {
    margin-bottom: 5vw;
}

.sec09 {
    padding: 10vw 0;
}

.sec09_ttl p {
    font-size: 18px;
}

.sec09_ttl {
    margin-bottom: 3vw;
}

.sec09_bt_text p {
    font-size: 15px;
}

.sec09_bt_text {
    margin-bottom: 1vw;
}

.sec09_bt {
    width: 100%;
    height: 12vw;
}

.sec09_bt a {
    line-height: 13vw;
    font-size: 5vw;
}

.top_footer {
    padding-top: 10vw;
    margin-bottom: 14vw;
}

.ft_logo {
    width: 80%;
    margin: 0 auto 3vw auto;
}

.footer01_link_list {
    width: 100%;
}

.ft_link01 {
    width: 80vw;
    height: 12vw;
    margin-bottom: 2vw;
    margin: 0 auto 2vw auto;
}

.ft_link01 a {
    line-height: 12vw;
    font-size: 4vw;
    background-size: 2vw;
    background-position: center right 4vw;
}

.footer01_link_list ul li {
    width: 39vw;
}

.footer01_link_list ul {
    width: 80vw;
    margin: 0 auto;
}

.footer01_link_list ul li a {
    background-size: 9vw;
}

.footer02 {
    padding: 10vw 0 5vw 0;
}

.ft02_list ul li a {
    font-size: 12px;
}

.ft02_list ul li {
    margin-bottom: 3vw;
}

.sp.sp_btbox {
    padding: 10vw 0;
    background-image: url(../img/sec09_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.sp.sp_btbox:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.sp.sp_btbox .wrap{
  position: relative;
  z-index: 100;
}

.sp_bt_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sp_bt_list ul li {
    width: 49%;
    height: 14vw;
    margin-bottom: 2vw;
}

.sp_bt_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    text-align: center;
    color: #fff;
    line-height: 14vw;
    text-decoration: none;
    font-weight: 600;
    font-size: 4vw;
    border: 1px solid #fff;
}

.sp_bt_list ul li:nth-child a{
  background-color: #0d6cbe;
}

.sp.sp_btlink {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 3vw;
    z-index: 1000;
}

.sp_btlink_list ul li {
    height: 14vw;
    width: 48%;
}

.sp_btlink_list ul {
    display: flex;
    justify-content: space-between;
}

.sp_btlink_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 14vw;
    color: #fff;
    text-decoration: none;
    font-size: 4.5vw;
    padding-left: 15vw;
    background-repeat: no-repeat;
    font-weight: 600;
}

.sp_btlink_list ul li:first-child a{
    background-image: url(../img/hd_icon03.png);
    background-size: 5vw;
    background-position: center left 5vw;
    background-color: #0d6cbe;
}

.sp_btlink_list ul li:last-child a{
    background-image: url(../img/hd_icon04.png);
    background-size: 7vw;
    background-position: center left 5vw;
    background-color: #f39d2c;
}

/*固定ページ*/
.kotei_h1 {
    font-size: 6vw;
}

.kotei_h1box {
    height: auto;
    margin-top: 50px;
    padding: 10vw 0;
}


.event_list_ttl p span:not(.event_syubetu_icon) {
    font-size: 12px;
}

span.event_syubetu_icon {
    font-size: 12px;
}

.kotei_h1box .event_list_ttl p {
    font-size: 3vw;
}

.kotei_h1 span {
    font-size: 4vw;
    margin-left: 2vw;
}

.kotei_table th {
    width: 100%;
    display: block;
    padding: 3vw;
}

.kotei_table td {
    width: 100%;
    display: block;
    border-width: 0px 1px;
    padding: 3vw;
}

.kotei_table table input[type="text"] {
    width: 100%;
    height: 30px;
}

.kotei_table table input[type="email"] {
    width: 100%;
    height: 30px;
}

textarea.your_text {
    width: 100%;
    height: 40vw;
}

.kotei_table table {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5vw;
    table-layout: fixed;
}

.contact_text p {
    font-size: 13px;
    line-height: 1.8;
}

.contact_text {
    padding-bottom: 5vw;
    margin-bottom: 5vw;
}

.breadcrumb {
    padding-top: 3vw;
    margin-bottom: 10vw;
}

.breadcrumb {
    padding-top: 3vw;
    margin-bottom: 10vw;
}

.kotei_wrap {
    margin-bottom: 10vw;
}

input.your_tel {
    width: 26vw !important;
}

/*サイトマップ*/
ul#sitemap_list li a {
    font-size: 13px;
    line-height: 12vw;
}

ul#sitemap_list li {
    height: auto;
    margin-bottom: 2vw;
}

ul.children li:before {
    left: 5vw;
}

ul.children li a {
    padding-left: 11vw;
}

/*個人情報*/
.privacy_date p {
    font-size: 12px;
}

.privacy_date {
    margin-bottom: 3vw;
}

.privacy_text p span {
    font-size: 13px;
    padding: 2vw 0 2vw 5vw;
}

.privacy_text p {
    font-size: 13px;
}

.privacy_text {
    margin-bottom: 5vw;
}

.privacy_dl dl {
    padding: 4vw;
    margin-bottom: 5vw;
}

.privacy_dl dt {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 3vw;
}

.privacy_dl dl dt:nth-child(1) {
    margin-bottom: 2vw;
}

.privacy_dl dd {
    font-size: 13px;
    text-align: justify;
}

.privacy_dl dl dd:nth-child(2) {
    margin-bottom: 3vw;
}

.privacy_name p {
    font-size: 13px;
    line-height: 1.5;
}

/*利用規約*/
.kotei_title p {
    font-size: 15px;
}

.kotei_title {
    padding-bottom: 2vw;
    margin-bottom: 4vw;
}

.terms_text p {
    font-size: 13px;
    line-height: 1.7;
    text-align: justify;
}

.terms_text {
    margin-bottom: 5vw;
}

.termsbox_title p {
    font-size: 14px;
}

.termsbox_title {
    margin-bottom: 1vw;
}

.termsbox p {
    font-size: 13px;
}

.termsbox_text {
    margin-bottom: 5vw;
}

p.termsbox_sec {
    margin-bottom: 3vw;
}

.termsbox_list ul li {
    font-size: 13px;
    margin-bottom: 3vw;
    text-align: justify;
}

/*エンジニア求人*/
.single-post h1.kotei_h1 {
  line-height: 1.8 !important;
    font-size: 15px;
    padding-top: 12vw;
}

.engineer_list_ttl p {
    font-size: 15px;
    padding: 4vw 3vw 4vw 10px;
    line-height: 1.3;
}

.engineer_list_inbox.flex-sb {
    padding: 3vw;
    display: block;
    margin-bottom: 0px;
}

.engineer_list_logo {
    width: 100%;
    margin-bottom: 3vw;
}

.engineer_list_logo img {
    padding: 3vw;
}

.engineer_list_infobox {
    width: 100%;
}

.engineer_list_name p {
    font-size: 16px;
}

.engineer_list_name {
    margin-bottom: 2vw;
    padding-bottom: 1vw;
}

.engineer_list_job {
    margin-bottom: 2vw;
}

.engineer_list_job p {
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
    background-size: 5vw;
    padding-left: 7vw;
}

.engineer_list_copaccess {
    margin-bottom: 5vw;
}

.engineer_list_copaccess p {
    font-size: 13px;
    line-height: 1.5;
    background-size: 4vw;
    background-position: center left 0vw;
}

.engineer_list_item p {
    width: auto;
    margin-right: 1vw;
    margin-bottom: 1vw;
    padding: 0 4vw;
}

.engineer_list_appeal {
    width: auto;
    margin: 0 3vw;
    padding: 3vw;
}

.engineer_list_appeal p {
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
}

.engineer_list ul li a {
    padding-bottom: 3vw;
}

.engineer_list ul li {
    margin-bottom: 5vw;
}

/*求人詳細*/
.engineer_singe_info {
    padding: 3vw 3vw 0 3vw;
    margin-bottom: 5vw;
}

.engineer_singe_imgbox.flex-sb {
    margin-top: 5vw;
    margin-bottom: 3vw;
}

.engineer_singe_img {
    width: 42vw;
    margin-bottom: 3vw;
    height: 33vw;
}

.engineer_singe_img:last-child {
    display: none;
}

.engineer_singe_title p {
    font-size: 16px;
    padding-left: 8vw;
    background-size: 6vw;
}

.engineer_singe_title {
    margin-bottom: 3vw;
    padding-bottom: 2vw;
}

.engineer_singe_text p {
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
}

.engineer_singe_box {
    margin-bottom: 7vw;
}

.engineer_singe_btlist {
    width: 100%;
}

.engineer_singe_btlist ul li {
    width: 100%;
}

.engineer_singe_btlist ul li a {
    font-size: 13px;
}

.engineer_singe_btlist ul {
    flex-wrap: wrap-reverse;
}

.engineer_singe_btlist ul li:last-child {
    margin-bottom: 3vw;
}

.engineer_single_btbox {
    margin-top: 10vw;
}

.engineer_single_btbox_ttl {
    margin-bottom: 3vw;
}

.engineer_single_btbox_ttl:before {
    left: 10vw;
    width: 5vw;
}

.engineer_single_btbox_ttl p {
    font-size: 5vw;
}

.engineer_single_btbox_ttl:after {
    width: 5vw;
    right: 10vw;
}

.engineer_single_list ul {
    display: block;
}

.engineer_single_list ul li {
    width: 100%;
}

.engineer_singe_news_link {
    width: 100%;
}

.engineer_single_news {
    margin-bottom: 10vw;
}
.engineer_single_table {
    margin-top: 2vw;
}

.engineer_singe_btlist ul li:last-child {
    width: 100%;
}

.engineer_singe_btlist ul li:last-child a {
    background-image: none;
    font-size: 13px;
}

.engineer_singe_btlist ul li:nth-child(2) {
    margin-bottom: 3vw;
}

.corpoinfo_table {
    width: 100%;
}

.corpoinfo_sld .bx-wrapper {
    width: 100%;
    margin-bottom: 20px;
}

.company_img_box .company_img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.company_img_box .company_img img{
  margin: auto;
}

/*企業情報*/
.corpoinfo_ttl p {
    font-size: 4vw;
    padding-left: 3vw;
    line-height: 10vw;
}

.corpoinfo_table {
    margin-bottom: 10vw;
}

.corpoinfo_ttl {
    margin-bottom: 1vw;
}

.corpoinfo_ttl03 {
    margin-top: 10vw;
}

.listed_link {
    width: 100%;
    margin: 0 auto 5vw auto;
    height: auto;
}

.listed_link a {
    line-height: 1.4;
    padding: 3vw;
}

p.listed_text {
    margin-bottom: 2vw;
    font-size: 13px;
    text-align: justify;
}

.listed_text_ttl {
    margin-top: 5vw;
    margin-bottom: 5vw;
    padding-bottom: 3vw;
}

.listed_text_ttl p {
    font-size: 13px;
}

.listed_QA_ttl p {
    font-size: 5vw;
}

.listed_QA_ttl:after {
  display: none;
}

.listed_QA_ttl:before {
  display: none;
}

.listed_QA_Q {
    height: auto;
    margin-bottom: 3vw;
}

.listed_QA_Q p {
    line-height: 1.3;
    padding: 3vw 4vw;
    text-align: justify;
    font-size: 13px;
}

.listed_A_ttl{
    height: auto;
    margin-bottom: 3vw;
}

.listed_A_ttl p {
    padding: 3vw;
    line-height: 1.4;
    text-align: justify;
    font-size: 13px;
}

.listed_A_text p {
    font-size: 13px;
    text-align: justify;
}

.listed_QA_Q_inbox {
    margin-bottom: 8vw;
}

.listed_QAbox {
    margin-bottom: 5vw;
}

.listed_QA_ttl {
    margin-top: 5vw;
    margin-bottom: 2vw;
}

/*ログイン*/
.contact_bt {
    width: 100%;
}

/*.login_mailbox {
    width: 100%;
    margin: 5vw 0 10vw 0;
}*/
.login_mailbox {
    width: 100%;
    margin: 5vw 0 0vw 0;
}

.login_area, .register_area {
    width: 100%;
}

.login_area {
    margin-bottom: 15px;
}

.form_area {
    padding: 10px;
}

.login .title {
    font-size: 14px;
}

.login_area .th {
    font-size: 13px;
}

.login_area .td input {
    height: 30px;
}

.login_check {
    margin-top: 20px;
}

p.register_text {
    margin: 0 0 10px;
    font-size: 14px;
}

p.register_text span {
    font-size: 22px;
}

.form_area .text {
    width: 100%;
    font-size: 12px;
    margin-bottom: 0px;
}

.login .register_area input[type=submit] {
    font-size: 14px;
    height: 40px;
}

.login_mailbox p {
    font-size: 12px;
}

.login_linklist ul li {
    width: 100%;
    height: 12vw;
}

.login_linklist ul li a {
    font-size: 13px;
    line-height: 12vw;
}

.engineer_entry_text p {
    font-size: 13px;
}

.engineer_entry_text {
    margin-bottom: 5vw;
    padding-bottom: 2vw;
}

.engineer_entry_ttl p {
    font-size: 13px;
    padding-left: 3vw;
}

/*資格やスキルを追加する*/
.maypage_skill_text p {
    font-size: 13px;
    line-height: 1.8;
}

.maypage_skill_text {
    padding-bottom: 5vw;
    margin-bottom: 5vw;
}

.mypage_skill_list ul li {
    padding: 5vw;
}

.mypage_skill_date {
    margin-bottom: 2vw;
}

.mypage_skill_ttl p {
    font-size: 15px;
}

.mypage_skill_ttl {
    margin-bottom: 1vw;
}

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

.mypage_skill_bt a {
    font-size: 13px;
}

/*マイページ*/
.mypage_list ul li {
    width: 100%;
    margin-bottom: 5vw;
    padding-bottom: 3vw;
}

.mypage_list_ttl {
    margin-bottom: 4vw;
}

.mypage_list_text {
    padding: 0 5vw;
    margin-bottom: 4vw;
}

.mypage_list_btbox {
    padding: 0 5vw;
    flex-wrap: wrap;
}

.mypage_list_bt {
    width: 100%;
    margin-bottom: 2vw;
}

.mypage_list_bt a {
    font-size: 13px;
}

/*インタビュー*/
.interview_ttl p {
    font-size: 15px;
    text-align: justify;
}

.interview_ttl {
    padding-bottom: 3vw;
    margin-bottom: 5vw;
}

.interview_img {
    width: 100%;
    height: 63vw;
    margin: 0 auto 5vw auto;
}

.interview_text {
    width: 100%;
}

.interview_text p {
    font-size: 13px;
    line-height: 1.6;
}

/*インタビュー詳細*/
.interview_box {
    margin-bottom: 5vw;
}

.interview_list ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5vw;
}

.archivebox.flex article {
    width: 100%;
    margin-bottom: 5vw;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3vw;
    margin-right: 0px;
}

.archivebox.flex article .pr {
    display: flex;
    justify-content: space-between;
}

.pro_img {
    width: 40%;
    height: 33vw;
    margin-bottom: 0px;
}

.archive_postbox {
    width: 57%;
}

.date {
    font-size: 11px;
}

.singleContent {
    width: 100%;
}

.single_ttl {
    padding-bottom: 3vw;
    margin-bottom: 3vw;
}

.single_ttl p {
    font-size: 15px;
}

.single_text p {
    font-size: 13px;
    text-align: justify;
}

.single_text {
    margin-bottom: 5vw;
}

a.ichiran_link {
    width: 100%;
}

.mw_wp_form_complete p {
    font-size: 13px;
    line-height: 1.8;
}

button.back-btn {
    width: 20%;
}

button.soshin {
    width: 65%;
}

.search_ttl p {
    font-size: 4vw;
    padding-left: 4vw;
    line-height: 12vw;
}

.search_ttl {
    margin-bottom: 2vw;
}

.search_list_ttl p {
    padding-left: 4vw;
    font-size: 13px;
}

.search_list_textbox {
    padding: 3vw 5vw 0 5vw;
}

.search_list ul li {
    margin-bottom: 5vw;
}

.search_list_bt {
    width: 100%;
    height: 12vw;
}

.searchbox {
    margin-bottom: 10vw;
}

.search_list_text {
    margin-right: 2vw;
    margin-bottom: 3vw;
}

.search_list_bt a {
    line-height: 14vw;
}

.gotop {
  width: 60px;
  bottom: 12vw!important;
}

.favContorl {
    flex-wrap: wrap;
    justify-content: space-between;
}

.favContorl input {
    width: 100%;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 30px;
    display: block;
}

.favContorl a {
    width: 49%;
    font-size: 11px;
    text-align: center;
    padding: 0;
    display: block;
    line-height: 30px;
}

.favContorl > * {
    margin-right: 0px;
}

.sec01_search01_L02_list li label {
    padding-top: 0;
}

.sec03_list li .sec03_list_ttl a {
    width: 30px !important;
    height: 30px !important;
    margin: 0 5px 0 0;
    background-size: 15px;
}

.sec01_search01_R01_list li .checkbox01-parts::after {
    top: -3px !important;
}

.sp_hd_btn {
    position: absolute;
    top: 7px;
    right: 40px;
    display: flex;
    justify-content: space-between;
    width: 95px;
}

.sp_hd_btn a {
    text-decoration: none;
    font-size: 8px;
    width: 45px;
    height: 40px;
    padding-top: 23px;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-size: 10px;
    background-position: center 6px;
    background-repeat: no-repeat;
}

.sp_hd_btn .loginBtn a {
    background-image: url(../img/hd_icon03.png);
    background-color: #0d6cbe;
}

.sp_hd_btn .entryBtn a {
    background-image: url(../img/hd_icon04.png);
    background-color: #f39d2c;
    background-size: 15px;
}

.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    list-style: none;
    overflow: hidden;
    max-height: calc(100vh - 50px);
    overflow-y: scroll !IMPORTANT;
}

.kotei_table td.skillCheck label {
    width: 100% !important;
    display: flex !important;
    margin-bottom: 5px;
}

td.wantService span.title {
    padding-left: 0;
    font-weight: bold;
    color: #333;
}

td.wantService span.text {
    padding-left: 20px;
    font-size: 12px;
}

.kotei_table td select {
    margin-bottom: 7px;
}

a.ouboBtn {
    width: 100%;
    font-size: 14px;
    padding: 5px 0;
}

dl.skill li {
    width: 100%;
    height: 14vw;
    margin-bottom: 3vw;
    padding-top: 0px;
    margin-left: 0;
}

dl.skill li span {
    display: inline-block;
    text-align: left;
    padding-left: 5vw;
}

dl.skill li p {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 14vw;
}

dl.skill li label {
    padding-top: 0;
}

dl.area ul{
  justify-content: space-between;
}

dl.area li{
  width: 48%;
  margin-left: 0;
  margin-bottom: 3%;
}

dl.nareru li {
    width: 49%;
    margin-bottom: 2vw;
    font-size: 3vw;
    padding-top: 12px;
}

dl.nareru li label{
  padding-top: 25px;
}

.listPage_searchBox dl dd{
  padding: 10px;
}

dl.other li{
  width: 100%;
  margin-left: 0;
}

dl.other li:first-child{
  margin-bottom: 10px;
}

.listPage_searchBox .checkbox01-parts::before{
  top: 5px;
}

.listPage_searchBox .checkbox01-parts::before{
  top: 5px;
}

.listPage_searchBox .checkbox01-input:checked + .checkbox01-parts::after {
  top: -2px;
  left: 12px;
}

.narabekae{
  width: 100px;
}

/* 特集検索（SP） */

.topSearch_featured{
  padding: 40px 0;
}

.topSearch_featured ul li{
  width: 100%;
  margin-bottom: 10px;
}

.topSearch_featured ul li:last-child{
  margin-bottom: 0;
}

.topSearch_featured ul li a{
  font-size: 13px;
  height: 45px;
  line-height: 43px;
  background-color: #0d6cbe;
  color: #fff !important;
}

.topSearch_featured h2{
  padding-left: 40px;
  font-size: 16px;
  font-weight: 600;
}

.topSearch_featured h2:before{
  width: 30px;
  height: 30px;
  top: -10px;
}

.topSearch_featured ul li a:before{
  border-color: transparent transparent #fff transparent;
}

/* スマホ時トップ検索ボックス（SP） */
nav.sp_searchNav li.selectBtn{
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

nav.sp_searchNav li.selectBtn:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #ffa900 transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 18px;
}

nav.sp_searchNav li.linkBtn:before{
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #0d6cbe;
  right: 10px;
  top: 18px;
}

nav.sp_searchNav li.selectBtn:last-child:before{
  top: 25px;
}

nav.sp_searchNav li a{
  color: initial;
}

.sec01{
  padding: 10px;
}

nav.sp_searchNav p.closeBtnHat{
  display: none;
}

.sec01_search_bt a{
  background-color: #ffae00;
  color: #fff;
}

.sec05 .sec01_search_bt a{
  color: #fff;
}

.login.type01 .wrap01{
  width: 100%;
  margin-top: 20px;
}

.login.type01 .wrap02{
  width: 100%;
}

.login.type01 .wrap01 .text h4{
  font-size: 4vw;
  margin-bottom: 7vw;
}

.login.type01 .wrap01 .text h4 span{
  font-size: 7vw;
  margin-right: 1vw;
}

.login.type01 .wrap01 .text p{
  padding: 0 6vw;
  font-size: 3.5vw;
  margin-bottom: 3vw;
}

.logoWrap{
  width: 100%;
  margin-bottom: 20px;
}

.pager span, .pager * {
    padding: 5px;
    font-size: 10px;
}

/*** SP_絞り込み機能 ***/
.modal__content{
    padding: 4vw;
    width: 90%;
}

ul.selectList li {
  width: 100%;
}

ul.selectList li:not(:last-child) {
  margin-bottom: 1rem;
}

.custom-select{
    width: 100%;
    height: 40px;
    font-size: 13px;
    -webkit-appearance: none;
}

.modalLR {
    margin: 1rem auto 0;
}

a.js-modal-close, .modalLR input[type="submit"] {
    max-width: 200px;
    width: 45%;
    font-size: 13px;
    -webkit-appearance: none;
}

.job_target_title {
    font-size: 13px;
}

.job_target {
    font-size: 11px;
    margin-right: 5px;
}

.form_bannerArea{
  bottom: 2vw;
  top: auto;
  width: 100%;
  height: 7vw;
  right: auto;
  left: 0;
}

.beforeBox{
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.beforeBox .icon{
  left: 4vw;
  width: 10vw;
  top: 2vw;
}

.beforeBox .text{
   writing-mode: unset;
  -ms-writing-mode: unset;
  -webkit-writing-mode: unset;
  line-height: 2;
  padding-top: 2vw;
  padding-left: 20vw;
  padding-bottom: 0;
  font-size: 4vw;
}

.beforeBox .nextArea{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 15vw;
  padding-top: 4vw;
  background-color: #ccc;
  color: #fff;
}

.form_bannerArea:hover .beforeBox{
  right: 0;
}

.afterBox{
  display: none;
}

p.more_btn{
  width: 100%;
  margin: 10px 0;
}

.sec05 .tab_item{
  border: none;
  color: #000;
  background: url(../img/link_icon.png) no-repeat,#fff;
  background-position: 98%;
  background-size: 6vw;
}

.sec05 .tab_item.type01,
.sec05 .tab_item.type02{
  border: 1px solid;
  background-image: none;
}

.sec05 .tabs input:checked + .tab_item{
  background-color: #000;
  color: #fff;
}

.tab_item.type03 a,
.tab_item.type04 a,
.tab_item.type05 a{
  color: #000;
  background: url(../img/link_icon.png) no-repeat,#fff;
  background-position: 98%;
  background-size: 6vw;
}

.sp_hd p.closeBtnHat{
  display: none;
}

/*test*/

}

/* .top_bnr{
  text-align:center;
 }  */

.top_bnr-right ul li {
  text-align:center;
  padding-bottom: 20px;
 } 

 .top_bnr-pc {
  position: relative; 
  overflow: hidden;
}

.top_bnr-pc ul {
  position: relative;
  left: 50%; /* リスト全体であるul要素を右に50%移動。先頭を中央に持ってくる */
  float: left;
}

.top_bnr-pc ul li {
  position: relative;
  left: -50%; /* 各リスト項目になるli要素を左に50%移動。*/
  float: left;
  /* list-style: none; */
  padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
  width: calc(100%/3);/*画像を横に並べる場合 100%/●←を変える*/
}

.top_bnr-sp ul li {
  text-align:center;
  padding-bottom: 5px;
}