#content .mod-page-title {
  margin-bottom: 10px;
}

.pc_none{
  display: none;
}
.static_contet main ul.etc li {
  float: none;
}
ul.etc li {
  font-size: 100%;
}
ul.etc li:last-child {
  margin-bottom: 10px;
}
.wrap {
  margin-bottom: 20px;
}
.wrap:last-of-type {
  margin: 10px 0 0 0;
}

.wrap h2 {
  width: 980px;
  overflow: hidden;
  zoom: 1;
  padding: 11px 10px 8px 20px;
  font-size: 14px;
  border-bottom: 5px solid;
  border-image: linear-gradient( 
    90deg
    , rgba(99,163,200,1) 0%, rgb(118 196 247) 50%, rgb(149 218 241) 100%);
  border-image-slice: 1;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-sizing: border-box;
  color: #222;
}
.wrap > ul {
  width: 980px;
  overflow: hidden;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fff;
  border-bottom-left-radius : 4px;
  border-bottom-right-radius : 4px;
  box-sizing: border-box;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.wrap > ul > li {
  width: 306px;
  padding: 0 0 5px 20px;
}
.wrap.salary > ul > li {
  width: 175px;
}
h2 .mod-link {
  margin: 0 0 10px 10px;
  display: inline-block;
  font-weight: normal;
}
.sp_content {
  display: none;
}

/* Scroll to top button.
========================================================================== */

.scroll-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.scroll-top .btn {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #9ca2aa;
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
}

.scroll-top .btn .icon {
  display: inline-block;
  position: absolute;
  border: 12px solid transparent;
  border-bottom-color: #fff;
  right: 12px;
  margin-top: -2px;
}

.scroll-top .btn .text {
  display: inline-block;
  position: absolute;
  height: 30px;
  right: 9px;
  margin-top: 10px;
}


#sp-contents {
  display: none;
}


section {
  margin-bottom: 0!important;
}

#outer {
  width: 980px;
  margin: 0 auto;
  color: #000;
}

.blue {
  background-color: #FEC804;
}

.pink {
  background-color: #FF6745;
}

.yellowgreen {
  background-color: #38618F;
}


/* headline */

.headline h3 {
  width: 980px;
  overflow: hidden;
  zoom: 1;
  padding: 11px 10px 8px 20px;
  font-size: 14px;
  border-bottom: 5px solid;
  border-image: linear-gradient( 
    90deg
    , rgba(99,163,200,1) 0%, rgb(118 196 247) 50%, rgb(149 218 241) 100%);
  border-image-slice: 1;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-sizing: border-box;
  color: #222;
}
}

.label-blue {
  border-left: 6px solid #FEC804;
}

.label-pink {
  border-left: 6px solid #FF6745;
}



main .headline h3:before,
main .headline h3:before {
  position: absolute;
  left: -6px;
  top: 16px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 50%;
  background: #ccc;
  border-radius: 0;
}

.main-content{
  margin-top: 0px !important;
  padding-top: 15px;
  
}

main .headline h3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

.content {
  background-image: url(../img/pc_bg.png);
}


/* hero-header */

.hero-header {
  width: 100%;
  position: relative;
  background-size: cover;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 0 30px;
}

.hero-header:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0,0,0,.1);
  z-index: 0;
}

.hero-header .hero-title {
  position: relative;
  margin: 9.5% 0;
  text-align: center;
  padding: 0 60px;
}

.hero-title > *{
  color: #fff;
  text-shadow: 1px 1px rgba(0,0,0,.5);
}

.hero-title h1 {
  font-size: 3rem;
}

.hero-title h1 span {
  font-size: 2rem;
  display: block;
}

.hero-paragraph {
  background: rgba(255,255,255,.8);
  padding: 15px;
  position: relative;
  bottom: 0;
}

.hero-paragraph h2 {
  background: #ffe100;
  margin: 0 0 15px;
  display: inline-block;
  padding: 2px 5px;
  font-size: 18px;
}

.hero-paragraph p {
  font-size: 14px;
}





/* navi */

#tabs-list {
  margin: 30px 0 27px 0;
  display: flex;
}

#tabs-list li {
  text-align: center;
  flex: 0 1 25%;
  margin: 0 3px 0 0;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

#tabs-list li:last-child {
  margin-right: 0;
}

#tabs-list li:hover,
.searchbox_it .submit:hover {
  cursor: pointer;
}

#tabs-list #li-for-panel-1 {
  color: #FEC804;
  border: 1px solid #FEC804;
}

#tabs-list #li-for-panel-1.active{
  background-color: #FEC804;
  color: #fff;
}

#tabs-list #li-for-panel-2 {
  color: #FF6745;
  border: 1px solid #FF6745;
}

#tabs-list #li-for-panel-2.active{
  background-color: #FF6745;
  color: #fff;
}

#tabs-list #li-for-panel-3 {
  color: #38618F;
  border: 1px solid #38618F;
}

#tabs-list #li-for-panel-3.active{
  background-color: #38618F;
  color: #fff;
}

#tabs-list #li-for-panel-4 {
  color: #282863;
  background-color: #fff;
  border: 1px solid #282863;
}

#tabs-list #li-for-panel-4.active{
  background-color: #282863;
  color: #fff;
}


/* panel */

.panel-blue {
  border: 3px solid #FEC804;
}

.panel-pink {
  border: 3px solid #FF6745;
}

.panel-yellowgreen {
  border: 3px solid #38618F;
}

.panel-orange {
  border: 3px solid #282863;
}


/* arrow */

#panel-1:after,
#panel-1:before,
#panel-2:after,
#panel-2:before,
#panel-3:after,
#panel-3:before,
#panel-4:after,
#panel-4:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#panel-1:after,
#panel-1:before {
  left: 12.5%;
}

#panel-2:after,
#panel-2:before {
  left: 37.5%;
}

#panel-3:after,
#panel-3:before {
  left: 62.5%;
}

#panel-4:after,
#panel-4:before {
  left: 88.5%;
}

#panel-1:after,
#panel-2:after,
#panel-3:after,
#panel-4:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}

#panel-1:before,
#panel-2:before,
#panel-3:before,
#panel-4:before {
  border-color: rgba(0, 151, 217, 0);
  border-width: 20px;
  margin-left: -20px;
}

#panel-1:before {
  border-bottom-color: #FEC804;
}

#panel-2:before {
  border-bottom-color: #FF6745;
}

#panel-3:before {
  border-bottom-color: #38618F;
}

#panel-4:before {
  border-bottom-color: #282863;
}


#panels .container {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
}

section[id^="panel-"]{
  position:  absolute;
  top: 0;
  left:  0;
  display: none;
}

#panels {
  margin-right: 0;
}

#panel-2 .panel2-item {
  width: 220px;
  float: left;
  margin-right: 10px;
}

#panel-2 .panel2-item:last-child {
  margin-right: 0
}

main {
  padding: 20px!important;
}

#panel-4 main {
  padding: 28px!important;
}


/* shokushu-search */

.shokushu-search {
  width: 934px;
}

.shokushu-search .block {
  width: 305px;
  float: left;
}

#it_body .shokushu-search .block {
  width: 260px;
  float: left;
}

.shokushu-search .block:nth-child(4n+1) {
  width: 312px;
  float: left;
}

#it_body .shokushu-search .block:nth-child(4n+1) {
  width: 392px;
  float: left;
}

.shokushu-search .block h3 a {
  color:#000;
  text-decoration: none;
}

.shokushu-search .shokushu {
  margin-top:10px;
}

.shokushu-search .shokushu li {
  margin: 0 10px 10px 0;
  line-height: 16px;
  display: flex;
}

.shokushu-search .shokushu p.cbox {
  vertical-align: top;
}

/* ===============================================
# checkbox settings
=============================================== */
input.cbox {
  display: none;
}

.checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 20px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
}

#panel-1 .checkbox:hover:after {
  border-color: #FEC804;
}
#panel-2 .checkbox:hover:after {
  border-color: #FF6745;
}
#panel-3 .checkbox:hover:after {
  border-color: #38618F;
}

.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: -8px;
  left: 0px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
}
#panel-1 .checkbox:after{
  border: 1px solid #FEC804;
}
#panel-2 .checkbox:after{
  border: 1px solid #FF6745;
}
#panel-3 .checkbox:after{
  border: 1px solid #38618F;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: -8px;
  left: 3px;
  display: block;
  width: 4px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}

.checked .checkbox:after  {
  opacity: 1;
}
#panel-1 .checked .checkbox:after  {
  background-color: #FEC804;
}
#panel-2 .checked .checkbox:after  {
  background-color: #FF6745;
}
#panel-3 .checked .checkbox:after  {
  background-color: #38618F;
}

/* ===============================================
# checkbox end
=============================================== */


p.inline.submit {
  width: 318px;
  height: 43px;
  margin: 0 auto;
}

.inline .submit {
  width: 320px;
  height: 45px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-image: url(./img/arrow.png);
  background-repeat: no-repeat;
  background-position: 23px 13px;
  border: 0;
  box-shadow: 2px 2px 8px -5px #333333;
}


/* skill */

.skill_list {
  margin-bottom: 45px;
}

.skill_list li,
.map_wrap li {
  float: left;
  line-height: 20px;
  margin: 0 8px;
}


/* keyword */

.block-left,
.block-right {
  width: 442px;
  float: left;
  display: inline-block;
}

.block-left {
  margin-right: 50px;
}

.keyword-input .mod-form-keyword {
  width: 306px;
  float: left;
  margin-right: 15px;
}

.mod-button.search-mini {
  width: 94px;
  float: left;
  padding: 3.5px 15px!important;
  border-radius: 13px!important;
  font-size: 12px;
}


/* policy_search */

.policy_search_wrap li {
  width: 175px;
  float: left;
  margin-bottom: 6px;
}

.policy_search_wrap li:last-child {
  margin-bottom: 0;
}


/* map */

.map_wrap {
  margin:15px auto;
  padding-left: 20px;
}


/* knowhow */

main #knowhow {
  background-color: #fff;
}

#knowhow li {
  width: 216px;
  height: 274px;
  float: left;
  margin: 0 15px 15px 0;
  box-shadow:0px 0px 8px -4px #000000;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border:1px solid #ccc;
}

#knowhow li a {
  height: 274px;
  color: #000;
  text-decoration: none;
  display: block;
}

#knowhow li:nth-child(4n) {
  margin-right: 0;
}

#knowhow li:nth-child(n+9) {
  margin-bottom: 0;
}

#knowhow li img{
  width: 216px;
  border-radius: 4px 4px 0 0;
}

#knowhow li .block{
  padding: 10px 15px;
}

#knowhow li .title{
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: bold;
}


/* et */

#et h3{
  padding: 10px 0;
  text-align: center;
  background-color: #007b50;
}

#et .inner {
  margin-bottom: 50px;
  padding: 15px 20px;
  border: 3px solid #007b50;
  border-top: none;
}

#et .title {
  padding: 3px 0 6px 30px;
  border-bottom: 1px solid #222;
  font-size: 15px;
  font-weight: bold;
  background-image: url(./img/book.png);
  background-repeat: no-repeat;
}

#et .item {
  width: 449px;
  float: left;
  border-bottom: 1px dotted #333;
}

#et .item:nth-child(3),
#et .item:nth-child(4) {
  border-bottom: none;
}

#et .inner img {
  width: 81px;
  float: left;
  margin-right: 15px;
}

#et .text {
  width: 352px;
  float: left;
}

#et .text a {
  color: #000;
}

.Occupation_area {
  width: 980px;
  overflow: hidden;
  zoom: 1;
  /* padding: 11px 10px 8px 20px; */
  /* font-size: 14px; */
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-sizing: border-box;
  color: #222;
  margin-bottom: 50px;
}
.it_inner {
  padding: 20px;
}


/*
#panel-4-ctrl:checked ~ #panels #panel-4 {
padding: 28px;
}

#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1.last,
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last,
#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4.last {
border-right: 1px solid transparent;
}

#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
pointer-events: none;
cursor: default;
}
*/
