@charset "UTF-8";
/* ==========================================================================//
//
// Recruit
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
section:not(:first-of-type) {
  margin-top: 100px;
}
@media all and (min-width: 751px) {
  section:not(:first-of-type) {
    margin-top: 155px;
  }
}

/* セクションタイトル */
.sec_ttl {
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media all and (max-width: 750px) {
  .sec_ttl {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
@media all and (min-width: 751px) {
  .sec_ttl {
    font-size: 26px;
  }
}

@media all and (min-width: 751px) {
  .lead {
    line-height: 2.21;
  }
}

/* 募集要項
---------------------------------------------------------- */
@media all and (min-width: 751px) {
  .sec_recruitment .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (min-width: 751px) {
  .sec_recruitment .recruitment_list {
    width: 75%;
  }
}
.sec_recruitment .recruitment_list .recruitment_detail {
  padding: 20px 0;
  border-bottom: 1px solid #E6E6E6;
}
@media all and (min-width: 751px) {
  .sec_recruitment .recruitment_list .recruitment_detail {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sec_recruitment .recruitment_list .recruitment_detail:first-child {
  border-top: 1px solid #E6E6E6;
}
@media all and (max-width: 750px) {
  .sec_recruitment .recruitment_list .recruitment_detail .contents {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 751px) {
  .sec_recruitment .recruitment_list .recruitment_detail .contents {
    width: 31.5%;
  }
}
@media all and (min-width: 751px) {
  .sec_recruitment .recruitment_list .recruitment_detail .detail {
    width: 68.4%;
  }
}
@media (hover: hover) {
  .sec_recruitment .recruitment_list .recruitment_detail .detail a {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 0.6)), to(rgba(32, 32, 32, 0.6)));
    background-image: linear-gradient(90deg, rgba(32, 32, 32, 0.6), rgba(32, 32, 32, 0.6));
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.4s;
    transition: background-size 0.4s;
  }
  .sec_recruitment .recruitment_list .recruitment_detail .detail a:hover {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}

/* 応募方法
---------------------------------------------------------- */
@media all and (min-width: 751px) {
  .sec_apply .sec_ttl {
    margin-bottom: 55px;
  }
}
.sec_apply .apply_list {
  margin: 45px 0 40px;
}
@media all and (min-width: 751px) {
  .sec_apply .apply_list {
    margin: 95px 0 90px;
  }
}
@media all and (min-width: 751px) and (min-width: 781px) {
  .sec_apply .apply_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (min-width: 781px) {
  .sec_apply .apply_list .apply_detail {
    width: 45.84%;
  }
}
@media all and (max-width: 780px) {
  .sec_apply .apply_list .apply_detail:not(:first-child) {
    margin-top: 40px;
  }
}
.sec_apply .apply_list .apply_detail .apply_ttl {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media all and (min-width: 751px) {
  .sec_apply .apply_list .apply_detail .apply_ttl {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.sec_apply .apply_list .apply_detail .txts {
  padding: 22px 0;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  text-align: center;
}
@media all and (min-width: 751px) {
  .sec_apply .apply_list .apply_detail .txts {
    padding: 32px 0;
  }
}
.sec_apply .apply_list .apply_detail .address {
  text-align: left;
  display: inline-block;
}
@media (hover: hover) {
  .sec_apply .apply_list .apply_detail .address a {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 0.6)), to(rgba(32, 32, 32, 0.6)));
    background-image: linear-gradient(90deg, rgba(32, 32, 32, 0.6), rgba(32, 32, 32, 0.6));
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.4s;
    transition: background-size 0.4s;
  }
  .sec_apply .apply_list .apply_detail .address a:hover {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}
.sec_apply .apply_list .apply_detail .mail {
  margin-bottom: 15px;
  font-size: 20px;
  letter-spacing: 0.08em;
}
@media all and (min-width: 751px) {
  .sec_apply .apply_list .apply_detail .mail {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.sec_apply .apply_list .apply_detail .mail_link {
  padding: 10px;
  display: block;
  background-color: #F2EDE9;
  text-align: center;
}
@media all and (min-width: 751px) {
  .sec_apply .apply_list .apply_detail .mail_link {
    margin-inline: auto;
    padding: 13px;
    width: min(200px, 100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .sec_apply .apply_list .apply_detail .mail_link:hover {
    background-color: #202020;
    color: #fff;
  }
  .sec_apply .apply_list .apply_detail .mail_link:hover span::after {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
.sec_apply .apply_list .apply_detail .mail_link span {
  padding-right: 17px;
  position: relative;
}
.sec_apply .apply_list .apply_detail .mail_link span::after {
  position: absolute;
  content: "";
  background-image: url(../images/recruit/ico_mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 9.42px;
  height: 6.68px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec_apply .note {
  color: #7B7B7B;
  font-size: 12px;
}
@media all and (min-width: 751px) {
  .sec_apply .note {
    font-size: 13px;
  }
}