

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

@media print{
body {
  -webkit-print-color-adjust: exact;
}
p {
  margin: 0px;
}

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: wrap;
  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: 20px 0;
}

.header01.flex-sb {
    margin-bottom: 20px;
    align-items: center;
}

.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: #000;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    transition: 0.3s;
    border-bottom: 1px solid #fff;
}

nav.hd_nav ul li a:hover{
  border-bottom: 1px solid #000;
}

.top{
  background-image: url(../img/top_bg.png);
  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: 220px;
}

.top_list_icon{
  width: 175px;
  margin: 0 auto 40px auto;
}

.top_list_icon img{
  display: block;
}

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

.top_list_text span{
  font-size: 15px;
  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:hover{
  position: relative;
  top:3px;
  left:3px;
}

.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;
  box-shadow: 1px 3px 0px #d3862a; 
  letter-spacing: 5px;
}

.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;
}

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

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: 130px;
  height: 45px;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  color: #0d6cbe;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  line-height: 13px;
  padding-top: 6px;
  background-color: #fff;
  border:4px solid #0d6cbe;
  margin-top: 15px;
}
.tab_item span{
  font-size: 11px;
}
.tab_item a{
  color: #0d6cbe;
  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 {
  background-color: #fff;
  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_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;
}

/*フォーム全体*/
#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;
}
/*検索ボタン*/
#sbtn{
width:60px;/*検索ボタンの横幅*/ 
height:25px;/*検索ボタンの縦幅*/ 
position:absolute;/*検索ボタンの絶対位置*/  
left:405px;/*検索ボタンの位置調整*/  
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;
  padding-top: 25px;
  line-height: 23px;
  transition: 0.3s;
}

.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: 160px;
  height: 75px;
  border:1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding-top: 10px;
  transition: 0.3s;
}

.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: 860px;
}

.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;
}

.sec01_search_bt:hover{
  position: relative;
  top:3px;
  left: 3px;
}

.sec01_search_bt:before{
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  border:1px solid #fff;
  border-radius: 15px;
  position: absolute;
  right: 0px;
  bottom:-4px;
}

.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: 15px;
  line-height: 50px;
  font-weight: 600;
  z-index: 100;
  position: relative;
}

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_sliderbox {
    background-color: #fff;
    box-shadow: 0px 0px 5px #ccc;
    position: relative;
    border-bottom: 2px solid #0d6cbe;
}

.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: 85px;
  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;

}

.top_slider_img{
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  background-color: #f2f2f2;
  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: 20px;
}

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

.top_slider_list{
  padding-bottom: 10px;
}

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

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

.top_slider_list ul li:before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  position: absolute;
  left:0;
  top:3px;
  margin: auto;
}

.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;
}

.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{
  overflow-y: scroll;
  box-shadow: 0px 0px 5px #ccc;
  height: 1455px;
}

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

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

.sec03_list li a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 0 25px 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: #515151;
  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_R{
  width: 845px;
}

.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;
  padding-left: 70px;
  font-size: 16px;
  line-height: 24px;
}

.sec03_list_point p span{
  display: block;
  width: 60px;
  height: 45px;
  color: #fff;
  background-color: #0d6cbe;
  position: absolute;
  font-size: 11px;
  text-align: center;
  padding-top: 6px;
  font-weight: 600;
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  margin: auto;
  line-height: 18px;
}

.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: center left;
  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;
}

.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;
}

.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{
  border:4px solid #000000;
  color: #000;
}

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

.sec05 #sbtn{
  color: #000;
}

.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:hover{
  position: relative;
  top:3px;
  left: 3px;
}

.sec_bt a{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 55px;
  color: #515151;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background-color: #d6d6d6;
  border-bottom: 3px solid #515151;
  transition: 0.3s;
}

.sec_bt a:hover{
  box-shadow: 3px 3px 0px #515151 inset;
  border-bottom:none;
}

.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:hover{
  position: relative;
  top:3px;
  left:3px;
}

.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: 15px;
  box-shadow: 0px 3px 0px #d3862a;
}

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

.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{
  align-items: center;
  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;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border:1px solid #fff;
  position: absolute;
  top:-17px;
  left: 5px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #fff;
}
.checkbox01-input:checked + .checkbox01-parts::after{
    content: "";
    display: block;
    position: absolute;
    top: -26px;
    left: 8px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

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

.sec01_search01_R01_list .checkbox01-parts::after{
  top:-13px !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;
}

.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 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%;
}

.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 30px;
}

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

.engineer_list_logo {
    width: 30%;
    background-color: #f2f2f2;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.engineer_list_logo 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;
    padding: 20px;
    background-color: #fff;
}

.engineer_list_infobox {
    width: 67%;
}

.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;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/sec03_list_icon02.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center left;
    padding-left: 20px;
}

.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 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;
}

.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_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_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;
}

.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;
}

.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_mailbox p {
    text-align: right;
    font-size: 13px;
    margin-bottom: 10px;
}

.login_mailbox {
    width: 400px;
    margin: 40px auto 50px 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 {
    font-style: italic;
    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;
}

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 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 input[type=password] {
    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 .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;
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
  clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #000;
}

.wp-pagenavi span.current {
  font-weight: bold;
}










}