@charset "UTF-8";
/* ==========================================================================//
//
// 採用情報
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
@media all and (min-width: 751px) {
  .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/*  仕事環境
---------------------------------------------------------- */
section.sec_job .box {
  padding: 70px 0;
}
@media all and (min-width: 751px) {
  section.sec_job .box {
    padding: 0 0 170px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_job .box {
    padding: 0 0 14vw;
  }
}
@media all and (min-width: 751px) {
  section.sec_job .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_job .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) {
  section.sec_job .txt_contents {
    width: 70%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_job .txt_contents {
    margin-top: 50px;
    width: 74%;
  }
}
section.sec_job .job_details .detail_item {
  padding: 10px 8px 20px;
}
@media all and (min-width: 751px) {
  section.sec_job .job_details .detail_item {
    padding: 22px 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
section.sec_job .job_details .detail_item:first-child {
  padding: 0 8px 20px;
}
@media all and (min-width: 751px) {
  section.sec_job .job_details .detail_item:first-child {
    padding: 0 34px 22px;
  }
}
section.sec_job .job_details .detail_item:last-child {
  padding: 10px 8px 0;
}
@media all and (min-width: 751px) {
  section.sec_job .job_details .detail_item:last-child {
    padding: 22px 34px 0;
  }
}
section.sec_job .job_details .detail_item:not(:last-child) {
  border-bottom: 1px solid #B4B4B4;
}
section.sec_job .job_details .detail_item p {
  font-size: 15.5px;
}
@media all and (max-width: 750px) {
  section.sec_job .job_details .detail_item p {
    letter-spacing: 0.05em;
  }
}
section.sec_job .job_details .detail_item .contents {
  font-weight: bold;
}
@media all and (max-width: 750px) {
  section.sec_job .job_details .detail_item .contents {
    margin-bottom: 5px;
  }
}
@media all and (min-width: 751px) {
  section.sec_job .job_details .detail_item .contents {
    width: 30%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_job .job_details .detail_item .contents {
    font-size: clamp(14px, 1.3vw, 18px);
  }
}
section.sec_job .job_details .detail_item .detail {
  font-weight: 500;
}
@media all and (max-width: 750px) {
  section.sec_job .job_details .detail_item .detail {
    font-size: 14.5px;
    line-height: 1.74;
  }
}
@media all and (min-width: 751px) {
  section.sec_job .job_details .detail_item .detail {
    padding-left: 10px;
    width: 70%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_job .job_details .detail_item .detail {
    font-size: clamp(14px, 1.3vw, 18px);
  }
}
@media all and (min-width: 751px) {
  section.sec_job .job_details .detail_item .detail a {
    background-image: -webkit-gradient(linear, left top, right top, from(#262424), to(#262424));
    background-image: linear-gradient(90deg, #262424, #262424);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.4s;
    transition: background-size 0.4s;
  }
}
@media (min-width: 751px) and (hover: hover) {
  section.sec_job .job_details .detail_item .detail a:hover {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}
section.sec_job .sec_wrap {
  margin-top: 75px;
}
@media all and (min-width: 751px) {
  section.sec_job .sec_wrap {
    margin-top: 160px;
  }
}

/* インターンシップ案内
---------------------------------------------------------- */
section.sec_internship .box {
  padding: 70px 0 0;
}
@media all and (min-width: 751px) {
  section.sec_internship .box {
    padding: 170px 0 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_internship .box {
    padding: 9vw 0 0;
  }
}
@media all and (min-width: 751px) {
  section.sec_internship .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_internship .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) {
  section.sec_internship .txt_contents {
    width: 70%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_internship .txt_contents {
    width: 74%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_internship .step_list .step_detail {
    width: 100%;
  }
}
section.sec_internship .step_list .step_detail:not(:first-child) {
  border-top: 1px solid rgba(38, 36, 36, 0.6);
}
section.sec_internship .step_list .step_detail:first-child {
  padding: 0 0 80px;
}
@media all and (min-width: 751px) {
  section.sec_internship .step_list .step_detail:first-child {
    padding: 0 0 130px;
  }
}
section.sec_internship .step_list .step_detail:last-child {
  padding: 60px 0 0;
}
@media all and (min-width: 751px) {
  section.sec_internship .step_list .step_detail:last-child {
    padding: 120px 0 0;
  }
}
section.sec_internship .step_list .step_detail:not(:first-child, :last-child) {
  padding: 60px 0 80px;
}
@media all and (min-width: 751px) {
  section.sec_internship .step_list .step_detail:not(:first-child, :last-child) {
    padding: 120px 0 130px;
  }
}
@media all and (min-width: 751px) {
  section.sec_internship .step_list .step_detail .list_wrap {
    margin-bottom: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: min(923px, 100%);
  }
}
section.sec_internship .step_list .step_detail .list_wrap .step_number {
  margin-bottom: 30px;
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  font-weight: 500;
}
@media all and (min-width: 751px) {
  section.sec_internship .step_list .step_detail .list_wrap .step_number {
    margin-bottom: 50px;
    font-size: 15px;
  }
}
section.sec_internship .step_list .step_detail .list_wrap .step_number span {
  padding-left: 8px;
  font-size: 35px;
  font-weight: 400;
}
@media all and (min-width: 751px) {
  section.sec_internship .step_list .step_detail .list_wrap .step_number span {
    font-size: 40px;
  }
}
section.sec_internship .step_list .step_detail .list_wrap .step_ttl span {
  display: block;
  font-weight: 400;
}
section.sec_internship .step_list .step_detail .list_wrap .step_ttl .ttl_01 {
  font-size: 17px;
}
@media all and (min-width: 751px) {
  section.sec_internship .step_list .step_detail .list_wrap .step_ttl .ttl_01 {
    font-size: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_internship .step_list .step_detail .list_wrap .step_ttl .ttl_01 {
    font-size: 1.7vw;
  }
}
section.sec_internship .step_list .step_detail .list_wrap .step_ttl .ttl_02 {
  margin-top: 8px;
  font-size: 23px;
}
@media all and (min-width: 751px) {
  section.sec_internship .step_list .step_detail .list_wrap .step_ttl .ttl_02 {
    margin-top: 15px;
    font-size: 30px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_internship .step_list .step_detail .list_wrap .step_ttl .ttl_02 {
    font-size: 2.5vw;
  }
}
@media all and (min-width: 751px) {
  section.sec_internship .step_list .step_detail .list_wrap .image {
    width: 47%;
  }
}
section.sec_internship .step_list .step_detail .content_list {
  margin-top: 50px;
}
@media all and (min-width: 751px) {
  section.sec_internship .step_list .step_detail .content_list {
    margin-top: 0;
    width: min(840px, 100%);
  }
}
@media all and (min-width: 751px) {
  section.sec_internship .step_list .step_detail .content_list .content_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
section.sec_internship .step_list .step_detail .content_list .content_detail:not(:first-child) {
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  section.sec_internship .step_list .step_detail .content_list .content_detail:not(:first-child) {
    margin-top: 50px;
  }
}
section.sec_internship .step_list .step_detail .content_list .content_detail .ttl {
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media all and (max-width: 750px) {
  section.sec_internship .step_list .step_detail .content_list .content_detail .ttl {
    margin-bottom: 35px;
    font-size: 18px;
  }
}
@media all and (min-width: 751px) {
  section.sec_internship .step_list .step_detail .content_list .content_detail .ttl {
    font-size: 18px;
    width: 27.42%;
  }
}
section.sec_internship .step_list .step_detail .content_list .content_detail .point {
  margin-left: 5px;
}
@media all and (min-width: 751px) {
  section.sec_internship .step_list .step_detail .content_list .content_detail .point {
    margin-left: 0;
    width: 72.7%;
  }
}
section.sec_internship .step_list .step_detail .content_list .content_detail .point p {
  padding-left: 15px;
  position: relative;
  letter-spacing: 0.02em;
}
@media all and (max-width: 750px) {
  section.sec_internship .step_list .step_detail .content_list .content_detail .point p {
    font-size: 16px;
  }
}
@media all and (min-width: 751px) {
  section.sec_internship .step_list .step_detail .content_list .content_detail .point p {
    padding-left: 15px;
  }
}
section.sec_internship .step_list .step_detail .content_list .content_detail .point p.no_circle {
  padding-left: 0;
}
section.sec_internship .step_list .step_detail .content_list .content_detail .point p.no_circle::before {
  display: none;
}
section.sec_internship .step_list .step_detail .content_list .content_detail .point p::before {
  position: absolute;
  content: "";
  background-color: #262424;
  border-radius: 50%;
  top: 13px;
  left: 0;
  width: 6px;
  height: 6px;
}
@media all and (min-width: 751px) {
  section.sec_internship .step_list .step_detail .content_list .content_detail .point p::before {
    top: 15px;
  }
}
section.sec_internship .step_list .step_detail .content_list .content_detail .point p:not(:first-of-type) {
  margin-top: 10px;
}
section.sec_internship .step_list .step_detail .content_list .content_detail .point p span {
  padding: 0 2px;
  font-size: 21px;
}