@charset "UTF-8";
body {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.p-layer_mainVisual {
  padding-top: 0;
}

.p-guidelines_mainVisual {
  background-image: url(../img/layer/recruit/guidelines/guidelines_mv.jpg);
  height: 550px;
}

.guidelines_contents {
  background: url(../img/layer/recruit/bg_triangle_bottom.svg) no-repeat right bottom;
  background-size: 610px;
}
.guidelines_contents .p-layer_container {
  padding-bottom: 106px;
  margin-top: -143px;
}
.guidelines_contents .p-layer_background {
  background: #ecf0f6;
}
.guidelines_contents .p-layer_background_top {
  background: linear-gradient(to bottom, transparent 145px, #ecf0f6 145px);
}
.guidelines_contents .bg_block {
  background: #fff;
  padding: 86px 96px 80px;
}
.guidelines_contents .page_nav {
  margin-bottom: 140px;
}
.guidelines_contents .page_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.guidelines_contents .page_nav ul li {
  width: 278px;
}
.guidelines_contents .page_nav ul li:not(:last-child) {
  margin-right: 40px;
}
.guidelines_contents .page_nav ul li a {
  text-align: center;
  display: block;
  background: linear-gradient(to top, #ecf0f6 16px, transparent 16px);
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 8px;
  letter-spacing: 0.1em;
}
.guidelines_contents .page_nav ul li a::after {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  background: url(../img/layer/recruit/guidelines/arw_bottom.svg) no-repeat center/contain;
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.guidelines_contents .page_nav ul li a::before {
  content: "";
  display: block;
  width: 0;
  height: 16px;
  background: #a3eef7;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.guidelines_contents .page_nav ul li a span {
  position: relative;
  z-index: 2;
}
.guidelines_contents .page_nav ul li a:hover::after {
  top: calc(100% + 22px);
}
.guidelines_contents .page_nav ul li a:hover::before {
  width: 100%;
}
.guidelines_contents .intro_txt {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.guidelines_contents .part_block h3 {
  background: #ecf0f6;
  font-size: 26px;
  line-height: 57px;
  font-weight: bold;
  padding: 0 18px;
  margin-bottom: 37px;
}
.guidelines_contents .part_block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.guidelines_contents .part_block dl dt {
  width: 278px;
  border-bottom: 2px solid #4ccad9;
  padding: 20px;
  font-size: 15px;
  line-height: 1.8;
}
.guidelines_contents .part_block dl dd {
  width: calc(100% - 278px);
  border-bottom: 2px solid #bebebe;
  padding: 20px;
  font-size: 15px;
  line-height: 1.8;
}
.guidelines_contents .part_block dl dd p:not(:last-child) {
  margin-bottom: 30px;
}
.guidelines_contents .part_block .entry_button {
  margin: 50px auto 0;
  font-size: 26px;
  font-family: "Overpass", sans-serif;
  letter-spacing: 0.1em;
  width: 500px;
  height: 80px;
  line-height: 80px;
}
.guidelines_contents .part_block .entry_button a {
  display: block;
  width: 100%;
  height: 100%;
}
.guidelines_contents .part_block .entry_button::before {
  border-bottom-width: 80px;
  border-left-width: 80px;
  -webkit-transform: translateX(500px);
          transform: translateX(500px);
  left: -30px;
  width: 660px;
}
.guidelines_contents .part_block .entry_button:hover::before {
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
}
.guidelines_contents .part_block:not(:last-child) {
  margin-bottom: 160px;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .p-layer_mainVisual {
    margin-top: 50px;
  }

  .p-guidelines_mainVisual {
    padding-bottom: 20px;
    height: calc(61.3vw - 50px);
    background: url(../img/layer/recruit/guidelines/guidelines_mv_sp.jpg) no-repeat center top/cover;
  }

  .p-layer_breadcrumb_text_ja {
    margin-right: 25px;
  }

  .guidelines_contents {
    background: url(../img/layer/recruit/bg_triangle_bottom.svg) no-repeat right bottom/240px;
  }
  .guidelines_contents .p-layer_background_top {
    background: linear-gradient(to bottom, transparent 38px, #ecf0f6 38px);
  }
  .guidelines_contents .p-layer_container {
    margin-top: -40px;
    padding-top: 62px;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  .guidelines_contents .bg_block {
    padding: 30px 5.4% 50px;
  }
  .guidelines_contents .page_nav {
    margin-bottom: 35px;
  }
  .guidelines_contents .page_nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .guidelines_contents .page_nav ul li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 30px;
  }
  .guidelines_contents .page_nav ul li:not(:last-child) {
    margin-right: 0;
  }
  .guidelines_contents .page_nav ul li a {
    font-size: 13px;
    letter-spacing: 0.04em;
  }
  .guidelines_contents .page_nav ul li a::after {
    top: calc(100% + 6px);
  }
  .guidelines_contents .intro_txt {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .guidelines_contents .part_block:not(:last-child) {
    margin-bottom: 70px;
  }
  .guidelines_contents .part_block h3 {
    font-size: 16px;
    line-height: 32px;
    padding: 0 9px;
    margin-bottom: 0;
  }
  .guidelines_contents .part_block dl dt {
    width: 100%;
    border-bottom: 0;
    padding: 15px 8px 0 8px;
    font-size: 13px;
    line-height: 1.4;
  }
  .guidelines_contents .part_block dl dd {
    width: 100%;
    padding: 8px 8px 15px 8px;
    font-size: 13px;
    line-height: 1.4;
    position: relative;
  }
  .guidelines_contents .part_block dl dd::after {
    content: "";
    display: block;
    height: 2px;
    width: 85px;
    background: #4ccad9;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  .guidelines_contents .part_block dl dd:last-child {
    border-bottom: 0;
  }
  .guidelines_contents .part_block dl dd:last-child::after {
    content: none;
  }
  .guidelines_contents .part_block .entry_button {
    width: 80vw;
    margin-top: 20px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
  .guidelines_contents .part_block .entry_button::before {
    border-bottom-width: 60px;
    border-left-width: 60px;
    right: -140px;
    left: auto;
  }
}
/*# sourceMappingURL=guidelines.css.map */