@charset "UTF-8";

#midcareer__content{
  background:#FFF;
}
/* -------------------- mv_head -------------------- */
#midcareer__content .mv_head {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #008d93;
}
@media only screen and (max-width: 768px) {
  #midcareer__content .mv_head {
      padding-top: 20px;
      padding-bottom: 10px;
    }
}

#midcareer__content .mv_head a.mv_head_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border: 1px solid #fff;
  line-height: 1;
  color: #fff;
}

#midcareer__content .mv_head a.mv_head_link .left_side {
  display: flex;
  align-items: end;
  gap: 1rem;
}

#midcareer__content .mv_head a.mv_head_link .left_side .mv_head_ttl {
  font-size: 4.5rem;
  padding-right: 10px;
  border-right: 1px solid #fff;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
  #midcareer__content .mv_head a.mv_head_link .left_side .mv_head_ttl {
    font-size: 4.2vw;
  }
}

@media only screen and (max-width: 559px) {
  #midcareer__content .mv_head a.mv_head_link .left_side .mv_head_ttl {
    font-size: 5vw;
  }
}

#midcareer__content .mv_head a.mv_head_link .left_side span {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
}

#midcareer__content .mv_head a.mv_head_link .mv_head_link_txt {
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
}

#midcareer__content .mv_head a.mv_head_link .mv_head_link_txt span {
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  
  #midcareer__content .mv_head a.mv_head_link {
    padding: 5px 10px;
  }
  
  #midcareer__content .mv_head a.mv_head_link .left_side {
    flex-direction: column;
    align-items: start;
    gap: 4px;
  }
  
  #midcareer__content .mv_head a.mv_head_link .left_side .mv_head_ttl {
    padding-right: 0;
    padding-bottom: 4px;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  
  #midcareer__content .mv_head a.mv_head_link .left_side span {
    font-size: 6px;
    line-height: 1.2;
  }
  
  #midcareer__content .mv_head a.mv_head_link .mv_head_link_txt {
    font-size: 12px;
    gap: 4px;
  }
  
  #midcareer__content .mv_head a.mv_head_link .mv_head_link_txt span {
    font-size: 8px;
  }
}

/* -------------------- mv -------------------- */
#midcareer__content .mv {
  width: 100%;
  position: relative;
}

#midcareer__content .mv .mv_slider .mv_slider_card {
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
}

#midcareer__content .mv .mv_ttl_wrap {
  width: auto;
  display: inline-block;
  position: absolute;
  margin: auto;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  z-index: 10;
}

#midcareer__content .mv .mv_ttl {
  display: inline-block;
  font-size: clamp(40 * 0.8px, 40 / 1280 * 100vw, 40px);
  font-weight: 900;
  line-height: 1;
  color: #fff;
}

#midcareer__content .mv .mv_ttl span {
  display: block;
  margin-bottom: 10px;
  font-size: 70%;
}

#midcareer__content .mv .mv_slider .slick-dots {
  position: absolute;
	left:0;
	right:0;
	bottom:0px !important;
	margin: auto;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

#midcareer__content .mv .sp_obj {
  display: none;
}

@media only screen and (max-width: 768px) {	
	#midcareer__content .mv .mv_slider_card .pc_obj {
    display: none;
  }
      
  #midcareer__content .mv .mv_slider_card .sp_obj {
    display: block;
  }
    
  #midcareer__content .mv .mv_ttl {
    font-size: clamp(40 * 0.6px, 40 / 559 * 100vw, 40px);
    line-height: 1.4;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  
  #midcareer__content .mv .mv_ttl span {
    margin-bottom: 5px;
    font-size: 15px;
  } 
} 

/* -------------------- recruit_info -------------------- */
#midcareer__content .recruit_info {
  background-color: #b8b8b8;
}

#midcareer__content .recruit_info div.SiteContent__sectionInner {
  padding-top: 30px;
  padding-bottom: 15px;
  line-height: 1;
}

#midcareer__content .recruit_info div.info_wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  color: #fff;
}

#midcareer__content .recruit_info div.info_wrap p.info_txt {
  font-size: 20px;
  font-weight: 700;
}

#midcareer__content .recruit_info div.info_wrap p.info_txt span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

#midcareer__content .recruit_info div.info_wrap a.info_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 250px;
  height: 50px;
  border-radius: 12px;
  background-color: #00a8a9;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  transform: translateY(70%);
}

#midcareer__content .recruit_info div.info_wrap a.info_link span {
  font-size: 12px;
}

@media (max-width: 768px) {
  #midcareer__content .recruit_info div.SiteContent__sectionInner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  #midcareer__content .recruit_info div.info_wrap {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
  }
  
  #midcareer__content .recruit_info div.info_wrap p.info_txt {
    font-size: 14px;
    line-height: 1.4;
  }
  
  #midcareer__content .recruit_info div.info_wrap p.info_txt span {
    font-size: 10px;
    margin-bottom: 5px;
  }
  
  #midcareer__content .recruit_info div.info_wrap a.info_link {
    margin: 0 auto;
    gap: 4px;
    width: 250px;
    height: 50px;
    border-radius: 12px;
    background-color: #00a8a9;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    transform: none;
  }
  
  #midcareer__content .recruit_info div.info_wrap a.info_link span {
    font-size: 12px;
  }
}

/* -------------------- recruit_contents -------------------- */
#midcareer__content .recruit_contents div.SiteContent__sectionInner {
  padding-top: 60px;
  padding-bottom: -40px;
}

#midcareer__content .recruit_contents h2.contents_ttl {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  color: #008486;
}

#midcareer__content .recruit_contents div.contents_wrap {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
}

#midcareer__content .recruit_contents div.contents_wrap div.contents_item h3.contents_info_ttl {
  width: 100%;
  height: 130px;
  border-radius: 20px;
  background-color: #00a8a9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}

#midcareer__content .recruit_contents div.contents_wrap div.contents_item h3.contents_info_ttl span {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  line-height: 1;
}

#midcareer__content .recruit_contents div.contents_wrap div.contents_item p.contents_txt {
  margin: 10px auto 0;
  /* font-size: 13px; */
  line-height: 1.8;
  width: fit-content;
}

#midcareer__content .recruit_contents a.contents_link {
  display: block;
  margin: 40px auto 0;
  width: 100%;
  padding: 20px 40px;
  background-color: #e5dfdf;
  font-size: 24px;
  font-weight: 700;
  color: #008486;
}

#midcareer__content .recruit_contents p.contents_greet {
  margin: 60px auto 40px;
  width: 330px;
  height: 200px;
  background-image: url(../images/frame_recruit.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
}

#midcareer__content .recruit_contents a.contents_link02 {
  margin: 0 auto;
  display: block;
  width: 600px;
  height: 60px;
  background-color: #00a8a9;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(50%);
}

#midcareer__content .image_area {
  width: 100%;
  height: 300px;
}

#midcareer__content .image_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  #midcareer__content .recruit_contents div.SiteContent__sectionInner {
    padding-top: clamp(60 * 0.8px, 60 / 768 * 100vw, 60px);
    padding-bottom: 0px;
  }
  
  #midcareer__content .recruit_contents h2.contents_ttl {
    font-size: 5.8vw;
    line-height: 1.4;
  }
  
  #midcareer__content .recruit_contents div.contents_wrap {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    align-items: start;
  }
  
  #midcareer__content .recruit_contents div.contents_wrap div.contents_item h3.contents_info_ttl {
    height: 150px;
    border-radius: 10px;
    gap: 5px;
    font-size: 30px;
  }
  
  #midcareer__content .recruit_contents div.contents_wrap div.contents_item h3.contents_info_ttl span {
    font-size: 18px;
  }
  
  #midcareer__content .recruit_contents div.contents_wrap div.contents_item p.contents_txt {
    margin: 10px auto 0;
    /* font-size: 14px; */
  }
  
  #midcareer__content .recruit_contents a.contents_link {
    margin: 20px auto 0;
    width: 100%;
    padding: 30px 0px;
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
  }
  
  #midcareer__content .recruit_contents p.contents_greet {
    margin: 20px auto 20px;
    width: 300px;
    height: 180px;
    font-size: 24px;
    line-height: 1.4;
  }
  
  #midcareer__content .recruit_contents a.contents_link02 {
    margin-top: 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
    height: 60px;
    font-size: 24px;
    transform: none;
  }
  
  section.image_area {
    width: 100%;
    height: 120px;
  }
}

/* -------------------- jobs -------------------- */
section.jobs div.SiteContent__sectionInner {
  padding-top: 40px;
  padding-bottom: 40px;
}

section.jobs h2.jobs_ttl {
  font-size: 35px;
  font-weight: 900;
  line-height: 1.4;
  color: #00a8a9;
}

section.jobs p.jobs_lead {
  margin-top: 20px;
  /* font-size: 16px; */
  font-weight: 700;
  line-height: 1.8;
  color:#666;
}

section.jobs div.jobs_wrap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  gap: 40px;
  align-items: start;
}

section.jobs div.jobs_wrap div.jobs_item {
  padding: 10px;
  border: 1px solid #00a8a9;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

section.jobs div.jobs_wrap div.jobs_item h3.jobs_item_ttl {
  width: 100%;
  padding: 5px 10px;
  background-color: #00a8a9;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  position: relative;
}

section.jobs div.jobs_wrap div.jobs_item h3.jobs_item_ttl a.jobs_detail_btn {
  position: absolute;
  padding: 6px 20px;
  background-color: #6f6f6f;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  border-radius: 8px;
  right: 0;
  bottom: 0;
  transform: translate(-20px, 50%);
}

section.jobs div.jobs_wrap div.jobs_item div.jobs_info {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 20px;
}

section.jobs div.jobs_wrap div.jobs_item h4.jobs_item_ttl {
  margin-top: 40px;
  font-size: 34px;
  font-weight: 700;
  color: #666666;
  line-height: 1;
  position: relative;
}

section.jobs div.jobs_wrap div.jobs_item h4.jobs_item_ttl span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #00a8a9;
  line-height: 1.1;
  margin-bottom: 10px;
}

section.jobs div.jobs_wrap div.jobs_item h4.jobs_item_ttl small {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin-left: 10px;
}

section.jobs div.jobs_wrap div.jobs_item h4.jobs_item_ttl em {
  all: unset;
  font-size: 16px;
  font-weight: 900;
  display: block;
  margin-bottom: 5px;
}

section.jobs div.jobs_wrap div.jobs_item p.jobs_txt {
  margin-top: 12px;
  /* font-size: 16px; */
  font-weight: 400;
  line-height: 1.6;
  color: #666;
}

section.jobs div.jobs_wrap div.jobs_item a.jobs_link {
  display: block;
  width: 100%;
  border-radius: 20px;
  padding: 8px 10px;
  background-color: #d7d7d7;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

section.jobs div.jobs_wrap div.jobs_item a.jobs_link span {
  color: #00a8a9;
}

section.jobs a.jobs_link02 {
  margin-top: 40px;
  width: 100%;
  height: 180px;
  background-color: #00a8a9;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
section.jobs a.jobs_link02:hover {
  background-color: #1bc3b5;
}

@media only screen and (max-width: 768px) {
  section.jobs div.SiteContent__sectionInner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  section.jobs h2.jobs_ttl {
    font-size: 24px;
  }
  
  section.jobs p.jobs_lead {
    margin-top: 20px;
    /* font-size: 16px; */
    line-height: 1.8;
  }
  
  section.jobs div.jobs_wrap {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: stretch;
    gap: 40px;
    align-items: start;
  }
  
  section.jobs div.jobs_wrap div.jobs_item {
    padding: 10px;
    border: 1px solid #00a8a9;
    display: block;
  }
  
  section.jobs div.jobs_wrap div.jobs_item h3.jobs_item_ttl {
    width: 100%;
    padding: 5px 10px;
    background-color: #00a8a9;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
  }
  
  section.jobs div.jobs_wrap div.jobs_item div.jobs_info {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  
  section.jobs div.jobs_wrap div.jobs_item h4.jobs_item_ttl {
    margin-top: 30px;
    font-size: 28px;
    font-weight: 900;
    color: #666666;
    line-height: 1;
  }
  
  section.jobs div.jobs_wrap div.jobs_item h4.jobs_item_ttl span {
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 5px;
  }
  
  section.jobs div.jobs_wrap div.jobs_item h4.jobs_item_ttl small {
    display: inline-block;
    /* font-size: 14px; */
    margin-left: 10px;
  }
  
  section.jobs div.jobs_wrap div.jobs_item h4.jobs_item_ttl em {
    font-size: 20px;
    margin-bottom: 5px;
  }
  
  section.jobs div.jobs_wrap div.jobs_item p.jobs_txt {
    margin-top: 20px;
    /* font-size: 16px; */
    line-height: 1.6;
    
  }
  
  section.jobs div.jobs_wrap div.jobs_item a.jobs_link {
    border-radius: 20px;
    padding: 10px;
    font-size: 16px;
    margin-top: 20px;
    gap: 10px;
  }
  
  section.jobs div.jobs_image_area {
    margin-top: 20px;
  }
  
  section.jobs a.jobs_link02 {
    margin-top: 40px;
    width: 100%;
    height: 80px;
    background-color: #00a8a9;
    font-size: 16px;
    gap: 20px;
  }
}


/* ----- jobs_interview ----- */
#midcareer__content div.jobs_interview {
  margin-top: 40px;
  padding-top: clamp(40 * 0.8px, 40 / 1280 * 100vw, 40px);
  padding-bottom: clamp(20 * 0.8px, 40 / 1280 * 100vw, 40px);
  background: url(../images/img_recruit_interview.jpg) no-repeat right top;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  #midcareer__content div.jobs_interview {
    background: none;
  }
}

#midcareer__content div.jobs_interview h2 {
  padding-bottom: 15px;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #00a8a9;
}

#midcareer__content div.jobs_interview .interview_img {
  display: none;
}

@media only screen and (max-width: 768px) {
  #midcareer__content div.jobs_interview .interview_img {
    display: block;
    width: 100%;
  }
}

#midcareer__content div.jobs_interview .interview_box {
  margin-top: 30px;
  color: #666;
}

#midcareer__content div.jobs_interview .interview_box:first-of-type {
  margin-top: 0;
}

#midcareer__content div.jobs_interview .interview_box h3 {
  font-size: clamp(24 * 0.8px, 24 / 1280 * 100vw, 24px);
  font-weight: 600;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #midcareer__content div.jobs_interview .interview_box h3 {
    font-size: 22px;
  }
}
#midcareer__content div.jobs_interview .interview_box h3 span{
  font-size: 70%;
}

#midcareer__content div.jobs_interview .interview_box h3::before {
  content: "";
  width: 50%;
  height: 2px;
  background: rgba(0, 168, 169, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
}

#midcareer__content div.jobs_interview .interview_box.box02 h3::before {
  width: 86%;
}

#midcareer__content div.jobs_interview .interview_box.box03 h3::before {
  width: 40%;
}

#midcareer__content div.jobs_interview .interview_box.box04 h3::before {
  width: 78%;
}

#midcareer__content div.jobs_interview .interview_box.box05 h3::before {
  width: 46%;
}

@media only screen and (max-width: 768px) {

  #midcareer__content div.jobs_interview .interview_box h3::before,
  #midcareer__content div.jobs_interview .interview_box.box02 h3::before,
  #midcareer__content div.jobs_interview .interview_box.box03 h3::before,
  #midcareer__content div.jobs_interview .interview_box.box04 h3::before,
  #midcareer__content div.jobs_interview .interview_box.box05 h3::before {
    width: 100%;
  }
}

#midcareer__content div.jobs_interview .interview_box h3::after {
  content: "施工管理";
  font-size: clamp(50 * 0.7px, 50 / 1280 * 100vw, 50px);
  white-space: nowrap;
  /* text-align: right; */
  color: #00a8a9;
  position: absolute;
  left: 52%;
  bottom: -35px;
}

#midcareer__content div.jobs_interview .interview_box.box02 h3::after {
  content: "設計";
  left: 88%;
}

#midcareer__content div.jobs_interview .interview_box.box03 h3::after {
  content: "営業";
  left: 42%;
}

#midcareer__content div.jobs_interview .interview_box.box04 h3::after {
  content: "管理部門";
  left: 80%;
}

#midcareer__content div.jobs_interview .interview_box.box05 h3::after {
  content: "維持管理";
  left: 48%;
}

@media only screen and (max-width: 768px) {

  #midcareer__content div.jobs_interview .interview_box h3::after,
  #midcareer__content div.jobs_interview .interview_box.box02 h3::after,
  #midcareer__content div.jobs_interview .interview_box.box03 h3::after,
  #midcareer__content div.jobs_interview .interview_box.box04 h3::after,
  #midcareer__content div.jobs_interview .interview_box.box05 h3::after {
    display: none;
  }
}

#midcareer__content div.jobs_interview .interview_box p {
  font-size: clamp(16 * 0.8px, 16 / 1280 * 100vw, 16px);
  font-weight: 500;
  line-height: 1.5;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  #midcareer__content div.jobs_interview .interview_box p {
    font-size: 14px;
  }
}


/* ===== button =====  */
#midcareer__content .jobs_info .button.-gray {
  display: grid;
  width: 100%;
  margin-top: 10px;
  font-size: 13px;
  text-align: left;
  position: relative;
}

#midcareer__content .interview_box .button.-gray {}

#midcareer__content .jobs_info .button.-gray a,
#midcareer__content .interview_box .button.-gray a {
  border-radius: 999px;
  color: #666;
  border: none;
}

#midcareer__content .jobs_info .button.-gray a {
  padding: 4px 30px 6px 30px;
  background: #d7d7d7;
  font-weight: 600;
}

#midcareer__content .interview_box .button.-gray a {
  padding: 2px 30px 3px 30px;
  background: #f1f1f1;
  font-size: 13px;
  line-height: 1;
}

#midcareer__content .jobs_info .button.-gray a::before,
#midcareer__content .jobs_info .button.-gray a::after,
#midcareer__content .interview_box .button.-gray a::before,
#midcareer__content .interview_box .button.-gray a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 10px;
  right: auto;
  bottom: auto;
  width: 8px;
  height: 2px;
  margin: auto;
  background: #00a8a9;
  transform-origin: calc(100% - 1px) 50%;
  clip-path: none;
}

#midcareer__content .jobs_info .button.-gray a::before,
#midcareer__content .interview_box .button.-gray a::before {
  transform: rotate(45deg);
}

#midcareer__content .jobs_info .button.-gray a::after,
#midcareer__content .interview_box .button.-gray a::after {
  transform: rotate(-45deg);
}

#midcareer__content .jobs_info .button.-gray a:hover,
#midcareer__content .interview_box .button.-gray a:hover {
  color: #FFF;
  background: #1bc3b5;
}

#midcareer__content .jobs_info .button.-gray a:hover::before,
#midcareer__content .jobs_info .button.-gray a:hover::after,
#midcareer__content .interview_box .button.-gray a:hover::before,
#midcareer__content .interview_box .button.-gray a:hover::after {
  background: #FFF;
}