.jobDetail{
  padding:40px 0 80px;
}
.jobDetail_disc {
  width: min(100%,1220px);
  margin: 0 auto 60px;
  position: relative;
}
.job_grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 50px;
  padding: 0 10px;
}
.job_sprout img {
  max-width: 130px;
  height: auto;
}
@media (max-width: 767px) {
  .job_grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .jobDetail_disctext {
    order: 1;
  }
  .job_sprout {
    order: 2;
    text-align: center;
	margin: 0 auto;
  }
}

.jobDetail_disctext {
  width: min(100%,1320px);
  margin: 0 auto 50px;
  position: relative;
  line-height: 1.8;
}
.jobDetail_catch {
  font-size: 180%;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0 0 30px;
}
.jobDetail_inner{
  width:min(100%,1320px);
  margin:0 auto;
}
.jobDetail_tabs{
  margin:0 0 0;
}
.jobDetail_tabsInner{
  display:flex;
  gap:12px;
  align-items:flex-end;
  overflow-x:auto;
  padding: 0 20px 0;
  overflow-y: hidden;
}
.jobDetail_tab{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:150px;
  min-height:72px;
  padding:10px 18px;
  border-radius:18px 18px 0 0;
  background:var(--tabColor,#74a978);
  color:#fff;
  text-align:center;
  text-decoration:none;
  font-size:clamp(18px, 1.2vw + 18px, 20px);
  line-height:1.35;
  font-weight:700;
  transition:transform .2s ease,opacity .2s ease;
  cursor: pointer;
}
.jobDetail_tab:hover{
  transform:translateY(3px);
  opacity:.92;
}
.jobDetail_tab.is-current{
  position:relative;
  z-index:2;
}
.jobDetail_panel{
  position:relative;
  margin-top:-1px;
  padding:48px 34px 40px;
  border:6px solid var(--jobAccent,#74a978);
  border-radius:18px;
  background:#fff;
  box-shadow:0 0 0 6px rgba(255,255,255,.8) inset;
}
.jobDetail_main{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,540px);
  gap:40px;
  align-items:start;
}
.jobDetail_title {
  margin: 0 auto 40px;
  font-size: clamp(20px, 1.2vw + 20px, 30px);
  line-height: 1.2;
  font-weight: 700;
  padding: 15px;
  background: var(--jobAccent,#74a978);
  border-radius: 50px;
  color: #fff;
}
.jobDetail_summary{
  margin:24px 0 0;
  color:var(--jobAccent,#74a978);
  font-size:32px;
  line-height:1.5;
  font-weight:700;
  border-bottom: 2px solid var(--jobAccent,#74a978);
  padding: 5px;
}
.jobDetail_description{
  margin:26px 0 0;
  color:var(--jobAccent,#74a978);
  font-size:16px;
  line-height:2;
  font-weight:600;
}
.jobDetail_description p{
  margin:0;
}
.jobDetail_description p + p{
  margin-top:12px;
}
.jobDetail_knowledge {
  margin: 32px 0 0;
  padding: 28px 22px;
  border-radius: 8px;
  color: var(--jobAccent,#74a978);
  text-align: center;
  border: var(--jobAccent,#74a978) solid 3px;
}
.jobDetail_knowledgeLabel{
  margin:0;
  font-size:20px;
  line-height:1.4;
  font-weight:700;
}
.jobDetail_knowledgeText{
  margin:12px 0 0;
  font-size:14px;
  line-height:1.8;
  font-weight:700;
}
.jobDetail_image{
  margin:0;
  border-radius:8px;
  overflow:hidden;
  background:#f3f3f3;
}
.jobDetail_image img{
  display:block;
  width:100%;
  height:auto;
}
.jobDetail_bottom{
  margin:50px 0 0;
  padding:34px;
  border-radius:14px;
  background:#f5f5f3;
}
.jobDetail_blockTitle{
  display:flex;
  align-items:center;
  justify-content:center;
  width:min(100%,300px);
  min-height:46px;
  margin:0 auto;
  border-radius:999px;
  background:#fff;
  color:var(--jobAccent,#74a978);
  font-size:32px;
  line-height:1.2;
  font-weight:700;
}
.jobDetail_rewardText{
  margin:28px 0 0;
  color:var(--jobAccent,#74a978);
  font-size:18px;
  line-height:2;
  font-weight:700;
}
.jobDetail_rewardText p{
  margin:0;
}
.jobDetail_rewardText p + p{
  margin-top:14px;
}
.jobDetail_lowerGrid{
  display:grid;
  grid-template-columns:minmax(0,420px) minmax(0,1fr);
  gap:40px;
  align-items:start;
  margin:40px 0 0;
}
.jobDetail_subTitle{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  margin:0 0 22px;
  border-radius:6px;
  background:var(--jobAccent,#74a978);
  color:#fff;
  font-size:24px;
  line-height:1.2;
  font-weight:700;
}
.jobDetail_schedule{
  min-height:100%;
  padding:34px 28px;
  border:3px solid var(--jobAccent,#74a978);
  border-radius:8px;
  background:#fff;
}
.jobDetail_scheduleText{
  color:var(--color-brown,#5c3d1b);
  font-size:18px;
  line-height:2;
  font-weight:700;
}
.jobDetail_scheduleText p{
  margin:0;
}
.jobDetail_scheduleText p + p{
  margin-top:10px;
}
.jobDetail_interviewCards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.jobInterviewCard{
  background:#fff;
  border:3px solid var(--jobInterviewColor,#74a978);
  border-radius:16px;
  box-shadow:0 8px 0 var(--jobInterviewColor,#74a978);
  overflow:hidden;
}
.jobInterviewCard_link{
  display:block;
  height:100%;
  color:inherit;
  text-decoration:none;
}
.jobInterviewCard_thumb{
  margin:0;
  padding: 10px;
}
.jobInterviewCard_thumb img{
  display:block;
  width:100%;
  height:auto;
}
.jobInterviewCard_body{
  padding:18px 16px 20px;
}
.jobInterviewCard_catch {
  margin: 0 0 18px;
  color: var(--jobInterviewColor,#74a978);
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  min-height: calc(1em * 1.8 * 1);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.jobInterviewCard_nameRow{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin:0;
}
.jobInterviewCard_name{
  color:var(--jobInterviewColor,#74a978);
  font-size:22px;
  line-height:1.2;
  font-weight:700;
}
.jobInterviewCard_job{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:5px 12px;
  border-radius:999px;
  background:var(--jobInterviewColor,#74a978);
  color:#fff;
  font-size:12px;
  line-height:1.2;
  font-weight:600;
}
.jobInterviewCard_type {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
}
.jobInterviewCard_meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:16px 0 0;
}
.jobInterviewCard_year{
  color:#5c3d1b;
  font-size:14px;
  line-height:1.6;
  font-weight:700;
}
.jobDetail_btnWrap{
  margin:44px 0 0;
  text-align:center;
}
.jobDetail_btn{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  min-width:320px;
  padding:18px 22px 18px 28px;
  border-radius:8px;
  background:#5f996a;
  color:#fff;
  text-decoration:none;
  box-shadow:0 4px 10px rgba(0,0,0,.12);
}
.jobDetail_btnText{
  font-size:24px;
  line-height:1.2;
  font-weight:700;
}
.jobDetail_btnIcon{
  position:relative;
  flex:0 0 48px;
  width:48px;
  height:48px;
  border-radius:50%;
  background:#fff;
}
.jobDetail_btnIcon::before{
  content:"";
  position:absolute;
  top:50%;
  left:53%;
  transform:translate(-50%,-50%);
  width:0;
  height:0;
  border-top:9px solid transparent;
  border-bottom:9px solid transparent;
  border-left:14px solid #5f996a;
}
@media (min-width:1023px){
.jobDetail_tabsInner{
  text-align: center;
}
}
@media (max-width:1024px){
  .jobDetail_panel{
    padding:34px 22px 30px;
  }
  .jobDetail_main{
    grid-template-columns:1fr;
    gap:28px;
  }
  .jobDetail_lowerGrid{
    grid-template-columns:1fr;
    gap:28px;
  }
  .jobDetail_interviewCards{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:767px){
  .jobDetail{
    padding:24px 0 60px;
  }
  .jobDetail_inner{
    width:min(100%,calc(100% - 20px));
  }
  .jobDetail_tabsInner{
    gap:8px;
  }
  .jobDetail_tab{
    min-width:124px;
    min-height:68px;
    padding:10px 14px;
    font-size:16px;
    border-radius:12px 12px 0 0;
  }
  .jobDetail_panel{
    padding:22px 14px 22px;
    border-width:3px;
  }
  .jobDetail_summary{
    margin-top:16px;
    font-size:24px;
  }
  .jobDetail_description{
    margin-top:18px;
    font-size:14px;
    line-height:1.9;
  }
  .jobDetail_knowledge{
    margin-top:22px;
    max-width:none;
    padding:22px 16px;
  }
  .jobDetail_blockTitle{
    min-height:42px;
    font-size:24px;
  }
  .jobDetail_rewardText{
    margin-top:18px;
    font-size:15px;
  }
  .jobDetail_bottom{
    margin-top:30px;
    padding:18px 14px;
  }
  .jobDetail_lowerGrid{
    margin-top:24px;
  }
  .jobDetail_subTitle{
    min-height:42px;
    font-size:18px;
  }
  .jobDetail_schedule{
    padding:20px 16px;
  }
  .jobDetail_scheduleText{
    font-size:15px;
  }
  .jobDetail_interviewCards{
    grid-template-columns:1fr;
    gap:18px;
  }
  .jobInterviewCard_body{
    padding:14px 12px 16px;
  }
  .jobInterviewCard_name{
    font-size:20px;
  }
  .jobInterviewCard_year{
    font-size:13px;
  }
  .jobDetail_btn{
    width:100%;
    min-width:0;
    padding:16px 18px 16px 20px;
  }
  .jobDetail_btnText{
    font-size:18px;
  }
  .jobDetail_btnIcon{
    flex-basis:42px;
    width:42px;
    height:42px;
  }
  .jobDetail_btnIcon::before{
    border-top:8px solid transparent;
    border-bottom:8px solid transparent;
    border-left:12px solid #5f996a;
  }
}

.shiftCompare {
  padding: 80px 10px;
  width: min(100%,1320px);
  margin: 0 auto;
}
.shiftCompare_grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:46px;
}
.shiftCard{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
}
.shiftCard_head{
  background:#45765d;
  color:#fff;
  min-height:84px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  padding:24px 20px;
}
.shiftCard_title{
  margin:0;
  font-size:30px;
  line-height:1;
  font-weight:700;
  letter-spacing:.04em;
}
.shiftCard_badge{
  margin:0;
  padding:8px 22px 10px;
  border:1px solid rgba(255,255,255,.8);
  border-radius:999px;
  font-size:20px;
  line-height:1;
  font-weight:700;
  letter-spacing:.04em;
}
.shiftCard_body{
  padding:54px 46px 48px;
}
.shiftCard_list{
  margin:0;
}
.shiftCard_row{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:start;
  gap:24px;
}
.shiftCard_row + .shiftCard_row{
  margin-top:26px;
}
.shiftCard_row dt,
.shiftCard_row dd{
  margin:0;
}
.shiftCard_row dt{
  color:#45765d;
  font-size:20px;
  line-height:1.6;
  font-weight:600;
}
.shiftCard_row dd{
  font-size:20px;
  line-height:1.6;
  font-weight:600;
  text-align:right;
  white-space:nowrap;
}
.shiftCard_divider{
  border-top:4px dotted #45765d;
  margin:42px 0 40px;
}
.shiftCard_list-time .shiftCard_row + .shiftCard_row{
  margin-top:18px;
}
@media (max-width:1024px){
  .shiftCompare_grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .shiftCard_title{
    font-size:32px;
  }
  .shiftCard_badge{
    font-size:22px;
    padding:9px 22px 11px;
  }
  .shiftCard_row dt,
  .shiftCard_row dd{
    font-size:23px;
  }
}
@media (max-width:767px){
  .shiftCompare{
    padding:56px 10px;
  }
  .shiftCard_head{
    min-height:108px;
    gap:12px;
    padding:20px 16px;
  }
  .shiftCard_title{
    font-size:28px;
  }
  .shiftCard_badge{
    font-size:18px;
    padding:8px 18px 10px;
  }
  .shiftCard_body{
    padding:34px 22px 30px;
  }
  .shiftCard_row{
    grid-template-columns:1fr;
    gap:4px;
  }
  .shiftCard_row dt,
  .shiftCard_row dd{
    font-size:20px;
    text-align:left;
  }
  .shiftCard_row + .shiftCard_row{
    margin-top:20px;
  }
  .shiftCard_divider{
    margin:30px 0 28px;
  }
}

.photo_album {
  text-align: center;
  background: #fff;
  padding: 50px;
  width: min(100%,1320px);
  margin: 0 auto 80px;
  border-radius: 18px;
}
@media (max-width:767px){
.photo_album {
  padding: 25px 15px;
  width: min(100%,1320px);
  margin: 0 auto 60px;
}
}