@charset "UTF-8";

.header-link-info-group {
  z-index: 9;
  position: absolute;
  right: 45px;
  top: 45%;
}

.header-link-group {
  background-color:rgba(255,255,255,0.75);
  padding: 15px;
  margin-top: 15px;
  margin-right: 0;
  margin-left: calc(100% - 280px);
}

.header-link-group a,
.header-link-group-smp a {
  display: block;
  color: white;
  opacity: 1;
  font-weight:normal;
  background-color:#37474f;
  border-left: solid 5px #337ab7;
  box-sizing:border-box;
  transition-property: opacity,font-weight;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transition-delay: 0;
}

.header-link-group a:hover,
.header-link-group-smp a:hover {
  text-decoration: none;
  font-weight: bold;
  opacity:0.75;
}

.header-link-group a:not(:last-child),
.header-link-group-smp a:not(:last-child) {
  margin-bottom:10px;
}

.header-link-group a:nth-child(2),
.header-link-group-smp a:nth-child(2) {
}

.header-link-group img,
.header-link-group-smp img {
  height:24px;
  margin-left: 15px;
  margin-right: 10px;
}

.header-link-group .new-graduate{
  margin-bottom: 10px;
}
.header-link-group .new-graduate a{
  margin-bottom: 0;
}
.header-link-group .new-graduate > a{
  pointer-events: none;
}
.header-link-group .new-graduate div{
  display: flex;
  justify-content: space-between;
}
.header-link-group .new-graduate div a{
  background-color: #005bac;
  border-left: 0;
  padding: 15px 33px;
}

.header-link-group-smp a>img:nth-child(1) {
  height: 8px;
}

.header-link-group-smp a>img:nth-child(2) {
  float:right;
  margin-top: 6px;
}

.header-link-group a>img:nth-child(1) {
  height: 8px;
}

.header-link-group a>img:nth-child(3)  {
    float: right;
    margin-top: 6px;
}

.header-link-group a>img:nth-child(2) {
  float:right;
  margin-top: 6px;
}

.header-link-info-group-smp img {}

/* div.post-head-image-frame>img {
  top: 40%;
} */


@media screen and (max-width:576px) {
  /* div.post-head-image-frame {
    height:180px;
  } */
}

@media screen and (min-width:577px) and (max-width:767px) {

  /* div.post-head-image-frame {
    height:250px;
  } */

}

@media screen and (max-width:767px) {

  .check-recruit .article-body h2.article-head {
    margin: 15px 15px 0 15px;
    padding-bottom: 15px;
  }

  .post-head-image-frame-pos {
    /*padding-left: 15px;
    padding-right: 15px;*/
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    width: auto;
    position: relative;
  }

  .header-link-info-group {
    display: none;
  }

  .header-link-group-smp .new-graduate{
    margin-bottom: 10px;
  }
  .header-link-group-smp .new-graduate a{
    margin-bottom: 0;
  }
  .header-link-group-smp .new-graduate > a{
    pointer-events: none;
  }
  .header-link-group-smp .new-graduate div{
    display: flex;
    justify-content: space-between;
  }
  .header-link-group-smp .new-graduate div a{
    background-color: #005bac;
    border-left: 0;
    padding: 15px 18px;
    flex-basis: 49%;
    text-align: center;
  }

  #button-link::before{
    content: "";
    display: block;
    height: 85px;
    margin-top: -85px;
    visibility: hidden;
  }

  /*.header-link-group-smp a:nth-child(1) {
    margin-right: 15px;
    margin-left: 15px;
  }

  .header-link-group-smp a:nth-child(2) {
    margin-right: 15px;
    margin-left: 15px;
  }*/
}

@media screen and (min-width:768px) {

  .recruit h2.article-head {
    margin: 15px 15px 0 15px;
  }

  .post-head-image-frame-pos {
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
  }

  .header-link-info-group-smp { display: none; }

}

@media screen and (max-width:992px) {

  .header-link-group-smp {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (min-width:768px) and (max-width:992px) {

  .header-link-info-group {
    top: auto;
    bottom: 25px;
    right: 25px;
  }
}

@media screen and (min-width:993px) {
  .header-link-info-group-smp {
    display:none;
  }

}

@media screen and (min-width:992px) and (max-width:1199px) {
  .header-link-info-group {
    z-index: 9;
    position: absolute;
    right: 25px;
    bottom: 25px;
  }
}

@media screen and (min-width:1200px) {
  .header-link-info-group {
    z-index: 9;
    position: absolute;
    right: 60px;
    bottom: 60px;
  }
}

/* 2019.11.11 追加分 */
.recruit h3{
  line-height: 1.8em;
}

.recruit .thumbnail-button img{
  margin-top: 0;
  margin-bottom: 0;
}
.recruit .thumbnail-button p.summary {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  font-size: 16px;
}
.recruit .thumbnail-button .thumbnail-button {
  margin-bottom: 45px;
}
.recruit a.thumbnail-button-link {
  display:block;
  text-decoration:none;

  -moz-transition-property: box-shadow;
  -webkit-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  -ms-transition-property: box-shadow;

  -moz-transition-duration:0.3s;
  -webkit-transition-duration:0.3s;
  -o-transition-duration:0.3s;
  -ms-transition-duration:0.3s;

  -moz-transition-timing-function:ease-out;
  -webkit-transition-timing-function:ease-out;
  -o-transition-timing-function:ease-out;
  -ms-transition-timing-function:ease-out;

  margin: 20px 15px 15px;
}
.recruit a.thumbnail-button-link:hover {
  box-shadow: 12px 16px 20px -4px rgba(0,0,0,0.5 /* 51,122,183,0.5*/);
}
@media screen and (max-width: 767px) {
  .recruit .thumbnail-buttons {
    flex-flow: column nowrap;
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* 2019.11.11 追加分 ここまで */