@charset "utf-8";
/* CSS Document */

#sec_spe01 .txt {
 font-size: 26px;
 font-weight: bold;
 text-align: center;
 line-height: 170%;
 letter-spacing: 1px;
 margin-top: 80px;
}

#sec_spe01 .div_img {
 display: flex;
 justify-content: space-between;
 align-items: stretch;
 flex-wrap: wrap;
 margin-top: 80px;
}

#sec_spe02 .txt01 {
 font-size: 18px;
 line-height: 177%;
 font-weight: bold;
 color: #009FE8;
 text-align: center;
 margin-top: 80px;
}

#sec_spe02 .title01 {
 text-align: center;
 font-weight: bold;
 font-size: 40px;
 line-height: 180%;
 color: #009FE8;
 letter-spacing: 1px
}

#sec_spe02 .all_btn {
 width: 100%;
 display: flex;
 justify-content: space-between;
 align-items: stretch;
 flex-wrap: wrap;
 max-width: 900px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 65px;
 padding-bottom: 50px;
}

#sec_spe02 .all_btn a {
 width: 46.676%;
 height: 80px;
 color: #fff;
 background-color: #009FE8;
 font-size: 22px;
 line-height: 170%;
 letter-spacing: 1px;
 font-weight: bold;
 text-decoration: none;
 display: flex;
 align-items: center;
 justify-items: flex-start;
 padding-left: 10%;
 background-image: url(../img/employment/emp_icon.png);
 background-repeat: no-repeat;
 background-position: left 9.523% center;
}

#sec_spe02 .all_btn a:hover {
 opacity: 0.8;
}

#sec_spe02 .title02 {
 width: 100%;
 max-width: 800px;
 margin-left: auto;
 margin-right: auto;
 display: flex;
 justify-content: space-between;
 align-items: center;
 border-bottom: 1px solid #009FE8;
 padding-bottom: 10px;
 margin-top: 40px;
}

#sec_spe02 .title02 .cate {
 width: 20%;
 text-align: center;
}

#sec_spe02 .title02 .cate span {
 font-size: 20px;
 line-height: 140%;
 color: #009FE8;
 font-weight: bold;
 letter-spacing: 1px;
 max-width: 140px;
 width: 100%;
 border: 1px solid #009FE8;
 text-align: center;
 display: block;
 margin-left: auto;
 margin-right: auto;
}

#sec_spe02 .title02 .txt {
 width: 73.75%;
 color: #009FE8;
 font-weight: bold;
 font-size: 26px;
 line-height: 170%;
 letter-spacing: 1px;
 padding-left: 20px;
 padding-right: 20px;
}

#sec_spe02 .title02 .btn_title {
 width: 6.25%;
 height: 27px;
 background-image: url(../img/employment/emp_plus.png);
 background-repeat: no-repeat;
 background-position: center center;
 background-size: contain;
 cursor: pointer;
 display: none;
}

#sec_spe02 .title02 .btn_title:hover {
 opacity: 0.8;
}

#sec_spe02 .title02.active .btn_title {
 background-image: url(../img/employment/emp_minus.png);
}

#sec_spe02 .div_content {
 width: 100%;
 max-width: 800px;
 margin-left: auto;
 margin-right: auto;
 padding-bottom: 65px;
 /*    display: none;*/
 padding-top: 10px;
}

#sec_spe02 .div_content.active {
 display: block;
}

#sec_spe02 .div_content table {
 width: 100%;
}

#sec_spe02 .div_content table tr {
 border-bottom: 1px solid #DCDDDD;
}

#sec_spe02 .div_content table tr td {
 font-size: 15px;
 /* line-height: 387.5%; */
 padding: 1.4em 0;
 color: #231815;
 vertical-align: middle;
 text-align: center;
}

#sec_spe02 .div_content table tr td:first-child {
 width: 30%;
 text-align: center;
 padding-left: 10px;
}

#sec_spe02 .div_content table tr td:first-child span {
 width: 65px;
 display: inline-block;
 text-align: left;
}

#sec_spe02 .div_content table tr td .w50{
    width: 500px;
    display: table-cell;
    line-height: 1em;
    vertical-align: middle;
    padding: 0 1em;
    border-left: 1px solid #959595;
}
#sec_spe02 .div_content table tr td .w50:first-child{
    padding-left: 0;
    border-left: none;
}

#sec_spe02 .div_content.mynavi {
 margin: 20px auto;
 display: flex;
 justify-content: space-around;
}

#sec_spe02 .div_content.mynavi p {
 font-size: 16px;
 line-height: 1.5em;
 max-width: 390px;
}

#sec_spe02 .div_content.mynavi p a{
 text-decoration: underline;
 color:#009FE8;
}

#sec_spe02 .div_content.mynavi .mn_b{
 display: block;
 width: 40%;
}

#sec_spe02 .div_content.mynavi .mn_b img{
    border: 2px solid #21a0d8;
    display: block;
    margin: auto;
}

.anchor_fixtop {
 display: block;
 position: relative;
 top: -100px;
 width: 100%;
 visibility: hidden;
}

#sec_spe02 .div_btn2 {
 width: 100%;
 text-align: center;
 margin-top: 100px;
 margin-bottom: 100px;
}

#sec_spe02 .div_btn2 a {
 font-size: 20px;
 line-height: 330%;
 text-decoration: none;
 background-color: #4B4B4B;
 color: #fff;
 width: 100%;
 max-width: 400px;
 display: inline-block;
 height: 80px;
 display: flex;
 justify-content: center;
 align-items: center;
 margin-left: auto;
 margin-right: auto;
 background-image: url(../img/employment/emp_arrow.png);
 background-repeat: no-repeat;
 background-position: center right 7.5%;
}

#sec_spe02 .div_btn2 a:hover {
 opacity: 0.8;
}

@media all and (-ms-high-contrast:none) {
 #sec_spe02 .all_btn a {
  padding-top: 10px;
 }

 #sec_spe02 .title02 .cate span {
  padding-top: 8px;
  line-height: 100%;
 }

 #sec_spe02 .title02 .txt {
  padding-top: 10px;
  line-height: 100%;
 }
}

@media screen and (max-width:1202px) {
 #sec_spe01 .div_img img {
  width: 33.333%;
  padding-left: 5px;
  padding-right: 5px;
 }
}

@media screen and (max-width:767px) {
 #sec_spe01 .txt {
  font-size: 3.20vw;
  margin-top: 15.645vw;
 }

 #sec_spe01 .div_img {
  justify-content: center;
  margin-top: 13.690vw;
 }

 #sec_spe01 .div_img img {
  margin-bottom: 15px;
 }

 #sec_spe02 .txt01 {
  font-size: 2.347vw;
  margin-top: 18.253vw;
 }

 #sec_spe02 .title01 {
  font-size: 5.997vw;
 }

 #sec_spe02 .all_btn {
  margin-top: 8.475vw;
  padding-bottom: 6.519vw;
 }

 #sec_spe02 .all_btn a {
  width: 100%;
  max-width: 420px;
  font-size: 3.390vw;
  padding-left: 15%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
 }

 #sec_spe02 .title02 {
  padding-bottom: 1.304vw;
  margin-top: 5.215vw;
 }

 #sec_spe02 .title02 .cate span {
  font-size: 2.608vw;
 }

 #sec_spe02 .title02 .txt {
  font-size: 3.390vw;
  padding-left: 2.608vw;
  padding-right: 2.608vw;
 }

 #sec_spe02 .div_content table tr td {
  font-size: 2.086vw;
 }

 #sec_spe02 .div_content {
  padding-bottom: 8.475vw;
 }

 #sec_spe02 .div_btn2 {
  margin-top: 13.038vw;
  margin-bottom: 13.038vw;
 }

 #sec_spe02 .div_btn2 a {
  font-size: 2.608vw;
  height: 13.038vw;
  max-width: 52.151vw;
 }
}

@media screen and (max-width:580px) {
 #sec_spe01 .txt {
  font-size: 18px;
  margin-top: 40px;
 }

 #sec_spe01 .div_img {
  margin-top: 30px;
 }

 #sec_spe02 .txt01 {
  font-size: 14px;
  margin-top: 40px;
 }

 #sec_spe02 .title01 {
  font-size: 26px;
 }

 #sec_spe02 .all_btn {
  margin-top: 20px;
  padding-bottom: 20px;
 }

 #sec_spe02 .all_btn a {
  max-width: 420px;
  font-size: 16px;
  padding-left: 25%;
  height: 90px;
 }

 #sec_spe02 .title02 .cate span {
  font-size: 14px;
 }

 #sec_spe02 .title02 .cate {
  width: 30%;
 }

 #sec_spe02 .title02 .btn_title {
  width: 11.25%;
 }

 #sec_spe02 .title02 .txt {
  font-size: 20px;
 }

 #sec_spe02 .div_content table tr td {
    padding: 1em 0;
 }
 #sec_spe02 .div_content table tr td:first-child {
  width: 100%;
  line-height: 120%;
  padding-top: 20px;
  padding-left: 0;
  padding-bottom: 0;
 }
 #sec_spe02 .div_content table tr td:first-child span {
  width: auto;
 }
 #sec_spe02 .div_content table tr td {
  width: 100%;
  float: left;
  font-size: 14px;
 }

 #sec_spe02 .div_btn2 a {
  font-size: 18px;
  height: 70px;
  max-width: 300px;
 }

 #sec_spe02 .div_btn2 {
  margin-top: 30px;
  margin-bottom: 40px;
 }

 #sec_spe01 .div_img img {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
 }
 
 #sec_spe02 .div_content.mynavi {
 margin: 20px auto;
  flex-wrap: wrap;
 justify-content: center;
}

#sec_spe02 .div_content.mynavi p {
 max-width: inherit;
     margin-bottom: 10px;
}
 
#sec_spe02 .div_content.mynavi .mn_b{
 width: 100%;
}

}
