@charset "UTF-8";
/* ▼▼▼ ページタイトル
============================== */
#title_wrap .page_title {
  background-color: #62B5AF;
}
#title_wrap .page_title::before {
  background-color: #62B5AF;
}

#main .main_inner h2 {
  color: #62B5AF;
  margin-bottom: 50px;
}

.anchor_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto 70px;
}
.anchor_btn li {
  margin: 0 15px;
  width: 450px;
  height: 76px;
  border: 1px solid #62B5AF;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.anchor_btn li:hover {
  opacity: 0.6;
}
.anchor_btn li a {
  display: block;
  color: #62B5AF;
  text-align: center;
  line-height: 74px;
  font-size: 26px;
  text-decoration: none;
}
.anchor_btn li a::before {
  margin: 0 10px 0 0;
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/guideline/btn_icon.svg);
  background-size: contain;
  vertical-align: middle;
}

h3 {
  height: 76px;
  border-top: 1px solid #62B5AF;
  border-bottom: 1px solid #62B5AF;
  background-color: rgba(98, 181, 175, 0.05);
  line-height: 74px;
  text-align: center;
  color: #62B5AF;
  font-size: 36px;
  margin: 0 0 40px;
}

#new, #mid, .job_list {
  padding: 0 0 100px;
}

.job {
  padding: 50px 0 50px;
}
.job:nth-child(odd) {
  background-color: rgba(98, 181, 175, 0.05);
}
.job .category {
  color: #62B5AF;
  font-size: 32px;
  font-weight: 700;
  margin: 0 auto 20px;
}
.job .introduction-block {
  margin-bottom: 20px;
}
.job .introduction-block .job-catch {
  color: #62B5AF;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
.job .introduction-block .job-lead {
  margin-top: 5px;
}
.job .item_wrap {
  border-top: 1px solid #62B5AF;
}
.job .item_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #62B5AF;
}
.job .item_wrap dl dt {
  width: 300px;
  font-size: 18px;
  color: #62B5AF;
  font-weight: 700;
}
.job .item_wrap dl dd {
  width: calc(100% - 300px);
}
.job .item_wrap dl dd .image_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.job .item_wrap dl dd .image_list li {
  width: 32%;
  max-width: 300px;
}
.job .item_wrap dl dd .image_list li img {
  width: 100%;
  aspect-ratio: 300/213;
}
.job .item_wrap dl dd .btn_jobcat {
  width: 340px;
  margin: 20px 0 0;
}
.job .item_wrap dl dd .btn_jobcat a {
  border-radius: 4px;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #62B5AF;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  line-height: 1.3;
}
.job .item_wrap dl dd .btn_jobcat a::after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: " ";
  display: inline-block;
  width: 26px;
  height: 6px;
  background: url(../img/top/arrow_wh.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.job .item_wrap dl dd .video_wrap {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 0;
}
.job .item_wrap dl dd .video_wrap video {
  width: 100%;
  aspect-ratio: 16/9;
  border: 1px solid #ccc;
  background-color: #fff;
}
.job .item_wrap dl dd .video_wrap .voice {
  font-size: 12px;
  text-align: right;
  line-height: 1.2;
  margin-top: 2px;
}
.job .recruiting_method {
  width: 100%;
  max-width: 700px;
  border: 1px solid #F6A429;
  margin: 30px auto 0;
  padding: 25px;
  background-color: #FEF9F2;
  color: #F6A429;
}
.job .recruiting_method .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
}
.job .recruiting_method .text {
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
}
.job .recruiting_method .text > span {
  font-size: 16px;
}
.job .recruiting_method .time_text {
  text-align: center;
  font-size: 18px;
  margin-top: 0;
}

/* =====================================

▼▼▼ max-width: 1024px

===================================== */
@media screen and (max-width: 1024px) {
  #main .main_inner {
    padding: 40px 0 0;
  }
  .anchor_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0 auto 70px;
  }
  .anchor_btn li {
    margin: 0 15px;
    width: 450px;
    height: 70px;
    border: 1px solid #62B5AF;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .anchor_btn li:hover {
    opacity: 0.6;
  }
  .anchor_btn li a {
    display: block;
    color: #62B5AF;
    text-align: center;
    line-height: 68px;
    font-size: 22px;
    text-decoration: none;
  }
  .anchor_btn li a::before {
    margin: 0 20px 0 0;
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/guideline/btn_icon.svg);
    background-size: contain;
    vertical-align: middle;
  }
  h3 {
    height: 70px;
    line-height: 68px;
    font-size: 30px;
    margin: 0 0 40px;
  }
  #new, #mid, .job_list {
    padding: 0 0 100px;
  }
  .job {
    padding-left: 20px;
    padding-right: 20px;
  }
  .job .category {
    font-size: 26px;
    margin: 0 auto 10px;
    padding: 0;
  }
  .job .item_wrap {
    border-top: 1px solid #62B5AF;
    padding: 0;
  }
  .job .item_wrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #62B5AF;
  }
  .job .item_wrap dl dt {
    width: 300px;
    font-size: 18px;
    color: #62B5AF;
    font-weight: 700;
  }
  .job .item_wrap dl dd {
    width: calc(100% - 300px);
  }
  .job .recruiting_method {
    width: 100%;
    max-width: 700px;
    border: 1px solid #F6A429;
    margin: 30px auto 0;
    padding: 25px;
    background-color: rgba(246, 164, 41, 0.06);
    color: #F6A429;
  }
  .job .recruiting_method .title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
  }
  .job .recruiting_method .text {
    text-align: center;
  }
}
/* =====================================

▼▼▼ max-width: 768px

===================================== */
@media screen and (max-width: 768px) {
  #main {
    margin-top: 70px;
  }
  #main .main_inner {
    padding: 40px 0 0;
  }
  .anchor_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 auto 40px;
  }
  .anchor_btn li {
    margin: 0;
    width: 49%;
    height: 50px;
  }
  .anchor_btn li a {
    line-height: 50px;
    font-size: 16px;
  }
  .anchor_btn li a::before {
    margin: 0 10px 0 0;
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/guideline/btn_icon.svg);
    background-size: contain;
  }
  h3 {
    height: 54px;
    line-height: 52px;
    font-size: 22px;
    margin: 0 0 10px;
  }
  #new, #mid {
    padding: 0 0 70px;
  }
  .job {
    padding: 20px 20px 30px;
  }
  .job .category {
    font-size: 22px;
    margin: 0 0 15px;
  }
  .job .introduction-block {
    margin-bottom: 20px;
    padding: 0;
  }
  .job .introduction-block .job-catch {
    font-size: 16px;
  }
  .job .introduction-block .job-lead {
    margin-top: 5px;
    font-size: 14px;
  }
  .job .item_wrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
  }
  .job .item_wrap dl dt {
    width: 200px;
    font-size: 16px;
  }
  .job .item_wrap dl dd {
    width: calc(100% - 200px);
    font-size: 14px;
  }
  .job .item_wrap dl dd .image_list {
    display: block;
    padding: 0 20px;
  }
  .job .item_wrap dl dd .image_list li {
    width: 100%;
    max-width: 100%;
  }
  .job .item_wrap dl dd .image_list li:not(:first-child) {
    margin-top: 15px;
  }
  .job .item_wrap dl dd .image_list li img {
    width: 100%;
    aspect-ratio: 380/270;
  }
  .job .recruiting_method {
    margin: 30px auto 0;
    padding: 20px;
  }
  .job .recruiting_method .title {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .job .recruiting_method .text {
    text-align: center;
    font-size: 22px;
  }
}
/* =====================================

	▼▼▼ max-width: 500px

===================================== */
@media screen and (max-width: 500px) {
  #main {
    margin-top: 70px;
  }
  #main .main_inner {
    padding: 20px 0 0px;
  }
  .anchor_btn {
    padding: 0 20px;
  }
  h3 {
    height: 52px;
    line-height: 50px;
    font-size: 20px;
    margin: 0 0 20px;
  }
  #new, #mid {
    padding: 0 0 50px;
  }
  .job .category {
    font-size: 20px;
  }
  .job .item_wrap dl {
    display: block;
    padding: 15px 0;
  }
  .job .item_wrap dl dt {
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 10px;
  }
  .job .item_wrap dl dd {
    width: 100%;
    font-size: 14px;
  }
  .job .item_wrap dl dd .btn_jobcat {
    width: 100%;
    max-width: 300px;
    margin: 30px auto 0;
  }
  .job .item_wrap dl dd .btn_jobcat a {
    border-radius: 4px;
    width: 100%;
    height: 54px;
    font-size: 14px;
  }
  .job .item_wrap dl dd .btn_jobcat a::after {
    width: 20px;
    height: 5px;
  }
  .job .recruiting_method {
    margin: 20px auto 0;
    padding: 15px;
  }
  .job .recruiting_method .title {
    font-size: 16px;
    margin: 0 0 5px;
  }
  .job .recruiting_method .text {
    text-align: center;
  }
  .job .recruiting_method .text > span {
    font-size: 13px;
  }
  .job .recruiting_method .time_text {
    font-size: 14px;
  }
}/*# sourceMappingURL=guideline.css.map */