/* Scss Document info
*****************************************************************/
/* mixin
*********************************************************************/
/* media query */
/* setting
**********************************************************************/
/* mixin
*********************************************************************/
/* media query */
.fade {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
}

.cover_w {
  position: relative;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cover_h {
  position: relative;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.glow, .block_logo p {
  text-shadow: 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff;
}

.shadow {
  text-shadow: 0px 0px 10px #000, 0px 0px 8px #000;
}

.img_w {
  width: 100%;
  height: auto;
}

.img_h {
  width: auto;
  height: 100%;
}

/*
*****************************************************************/
.area_feature {
  height: 60vh;
  background-image: url("../images/main.jpg");
}
@media all and (max-width: 769px) {
  .area_feature {
    height: 40vh;
  }
}

.third {
  height: 30vh;
}
@media all and (max-width: 769px) {
  .third {
    height: 40vh;
  }
}

.block_logo p {
  color: #000;
}

.block_news {
  padding: 0px 0 60px;
}
@media all and (max-width: 769px) {
  .block_news {
    padding: 0px 0 0px;
  }
}

.job_ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFF;
  padding: 8px;
  margin: 40px 0 10px;
}
.job_ttl .inner {
  display: flex;
  font-size: 2rem;
  line-height: 1.2em;
}
.job_ttl .inner h2 {
  font-size: 2rem;
  line-height: 1.2em;
}
.job_ttl .s_label {
  padding: 4px 4px;
}
@media all and (max-width: 769px) {
  .job_ttl {
    display: block;
    margin: 20px 0 10px;
  }
  .job_ttl .inner {
    font-size: 1.6rem;
    padding: 0 0 5px;
  }
  .job_ttl .inner h2 {
    font-size: 1.6rem;
  }
}

.box_detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box_detail .part_txt {
  width: 68%;
  padding: 5px 0;
}
.box_detail .part_txt table {
  margin: 5px 0;
  border-top: #666 solid 1px;
  width: 100%;
}
.box_detail .part_txt table th, .box_detail .part_txt table td {
  border-bottom: #666 dotted 1px;
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
.box_detail .part_txt table th {
  vertical-align: middle;
  width: 150px;
  font-weight: 400;
  background-color: #ededed;
}
.box_detail .part_txt table td {
  background-color: #FFF;
}
.box_detail .part_img {
  width: 30%;
}
.box_detail .part_img img {
  width: 100%;
  height: auto;
}
.box_detail .part_img ul {
  padding: 5px 0;
}
.box_detail .part_img ul li {
  padding: 5px 0;
  line-height: 0em;
}
@media all and (max-width: 769px) {
  .box_detail .part_txt {
    width: 100%;
  }
  .box_detail .part_txt table th {
    width: 70px;
  }
  .box_detail .part_img {
    width: 100%;
  }
}

.box_btn {
  text-align: center;
}
.box_btn .btn_entry {
  text-align: center;
  padding: 16px 0;
}
.box_btn .btn_entry a {
  width: 60%;
  margin: 0 auto;
  color: #FFF;
  background-color: #EC5644;
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box_btn .btn_entry a .box_icon {
  line-height: 0em;
  width: 38px;
  padding: 0 10px 0 0;
}
.box_btn .btn_entry a .box_icon img {
  width: 100%;
  height: auto;
}
.box_btn .btn_entry a p {
  font-size: 2rem;
  line-height: 1em;
}
