
@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  font-family: 'Noto Sans JP',serif;
}

#cont_base {
  overflow: hidden;
}

#cont_wrapper {
  width: 100%;
  padding: 0;
  background: #F9F5EA;
}



#cont_pc {
  display: flex;
  width: 980px;
  margin: 0 auto;
  background: #fff;
}
#cont_SP {
  display: none;
}

.cont_side {
}

.cont_side img {
  position: relative;
  top: 0;
  left: 0;
  width: 30%;
}

.cont_main {
  position:relative;
  width: 980px;
}

.top_image {
  position: relative;
  max-width: 980px;
  width: 100%;
  z-index: 1;
}
.cont_main .cinte_index_top_img {
width: 980px;
}
.cont_main .inte_index_top_img img {
  width:100%;
  margin-bottom: 180px;
}

.grid {
  position: relative;
  width: 772px;
  margin: 50px auto 50px;
  z-index: 50;
}

.item.big {
  width: 340px;
  height: 340px;
}

.item {
  display: block;
  position: absolute;
  width: 340px;
  height: 104px;
  z-index: 1;
  margin: 23px 23px;
}
.item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.item.muuri-dragging,
.item.muuri-releasing {
  z-index: 2;
}
.item.muuri-hidden {
  z-index: 0;
}
.item-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition:transform .6s ease;
}
.item-content img {
  width: 100%;
  height: 100%;
}

.inte {
  box-shadow:
  0 0.2px 0.2px -6px rgba(0, 0, 0, 0.008),
  0 0.5px 0.5px -6px rgba(0, 0, 0, 0.012),
  0 0.8px 0.9px -6px rgba(0, 0, 0, 0.015),
  0 1.2px 1.3px -6px rgba(0, 0, 0, 0.018),
  0 1.8px 1.9px -6px rgba(0, 0, 0, 0.02),
  0 2.5px 2.7px -6px rgba(0, 0, 0, 0.022),
  0 3.5px 3.8px -6px rgba(0, 0, 0, 0.025),
  0 5.1px 5.5px -6px rgba(0, 0, 0, 0.028),
  0 7.9px 8.4px -6px rgba(0, 0, 0, 0.032),
  0 14px 15px -6px rgba(0, 0, 0, 0.04);
}

.inte:before {
  content: "Interview";
  position: absolute;
  top: -15px;
  left: 0px;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 5px 10px;
  background: #fff;
  color: #888;
  z-index: 10000;
  box-shadow:
  0 0.2px 0.2px -6px rgba(0, 0, 0, 0.008),
  0 0.5px 0.5px -6px rgba(0, 0, 0, 0.012),
  0 0.8px 0.9px -6px rgba(0, 0, 0, 0.015),
  0 1.2px 1.3px -6px rgba(0, 0, 0, 0.018),
  0 1.8px 1.9px -6px rgba(0, 0, 0, 0.02),
  0 2.5px 2.7px -6px rgba(0, 0, 0, 0.022),
  0 3.5px 3.8px -6px rgba(0, 0, 0, 0.025),
  0 5.1px 5.5px -6px rgba(0, 0, 0, 0.028),
  0 7.9px 8.4px -6px rgba(0, 0, 0, 0.032),
  0 14px 15px -6px rgba(0, 0, 0, 0.04);
}

.sp_cont_bn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  width: 727px;
  margin: auto;
  text-align: right;
}
.sp_cont_bn a {
  display: inline;
  width: 20px;
}
.sp_cont_bn a img {
  width: 200px;
  height: auto;
}

/* sidebar */

.sidebar_link a {
  text-decoration: none;
  color: #000;
}


/* about */

.about {
  position: relative;
  width: 100%;
  padding-bottom: 0;
  text-align: center;
}
.about_wrapper {
  width: 400px;
  margin: 0 auto;
  padding: 50px 0 0;
}
.about_text {
  position: relative;
  font-size: 18px;
  text-align: left;
  line-height: 45px;
  color: #434343;
  z-index: 50;
}
.about_img img {
  position: relative;
  width: 980px;
  margin-top: -450px;
  z-index: 10;
}

.inte_index_top_img {
width: 100%;
text-align: left;
}
.inte_index_top_img img {
  width:60%;
}

@media screen and (max-width:980px) {
  #cont_pc {
    display: flex;
    width: 100%;
    margin: 0 auto;
    background: #fff;
  }

  .cont_main {
    width: 100%;
  }

  .logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (min-width: 769px){
  /* ==========PC=========== */
  /* ========================= */
  /*表示・非表示
  /*  sp-on/pc-on(PC)
  /* ========================= */
  .sp-on {
    display: none;
  }
  .pc-on {
    display: block;
  }
  #wrapper {
    background: #FAF5EA;
  }
  .common-breadcrumb {
    font-size: 12px;
  }
  .a01 {
    display: inline-block;
  }

}

@media screen and (max-width:768px) {
  /* ==========SP=========== */
  /* ========================= */
  /*表示・非表示
  /*  sp-on/pc-on(SP)
  /* ========================= */
  .sp-on {
    display: block;
  }
  .pc-on {
    display: none;
  }


  #cont_base {
    padding-bottom: 0vw;
  }
  #cont_SP {
    display: block;
    width: 100%;
    background: #7FC4C1;
  }
  .cont_main {
    width: 100%;
  }

  .top_image {
    position: relative;
    max-width: 100%;
    width: 100%;
    z-index: 1;
  }
  .top_image img {
    width: 100%;
  }

  .cont_side {
    display: none;
  }

  .top_logo {
    width: 60%;
  }

  .grid {
    position: relative;
    left: 0;
    width: 90%;
    margin: 7vw auto 0;
    transform: translateX(0);
    z-index: 50;
  }

  .item.big {
    width: 97%;
    height: 87vw;
  }

  .item {
    width: 97%;
    height: 25vw;
    margin: 5vw 0;
  }

  .sp_menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ECECEC;
    z-index: 100;
  }
  .sp_menu ul {
    display: flex;
    justify-content: space-between;
    padding:  1vw 5vw;
  }
  .sp_menu ul li {
    list-style: none;
    cursor: pointer;
  }
  .sp_menu ul li img {
    width: 20vw;
  }

  .sp_cont_bn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 85%;
    margin: auto;
    text-align: right;
  }
  .sp_cont_bn a {
    display: inline;
    width: 20px;
  }
  .sp_cont_bn a img {
    width: 160px;
    height: auto;
  }

  /* about */

  .about {
    position: relative;
    width: 100%;
    padding-bottom: 0;
    text-align: center;
  }
  .about_wrapper {
    width: 68%;
    margin: 0 auto;
    padding: 10vw 0 0;
  }
  .about_text {
    position: relative;
    font-size: 2.8vw;
    text-align: left;
    line-height: 7vw;
    color: #434343;
    z-index: 50;
  }
  .about_img img {
    position: relative;
    width: 100%;
    margin-top: -40vw;
    z-index: 10;
  }

  .inte_index_top_img img {
    width:100%;
  }

  .cont_main .cinte_index_top_img {
  width: 100%;
  }
  .cont_main .inte_index_top_img img {
    width:100%;
    margin-bottom: 30vw;
  }


}



