/*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#jobs {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  color: #050726;
  overflow: hidden;
  background: #fff;
  position: relative;
}

#jobs * {
  box-sizing: border-box;
}

#jobs *:focus {
  outline: none;
}

#jobs a {
  color: inherit;
  transition: opacity .3s;
}

#jobs a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#jobs a:hover {
  text-decoration: none;
}

#jobs a:focus-visible {
  outline: none;
}

#jobs img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#jobs .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#jobs .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#jobs .pc-br {
  display: none;
}

#jobs .sp-br {
  display: inline;
}

#jobs .inline-block {
  display: inline-block;
}

#jobs .inner {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}

#jobs .font-udmincho {
  font-family: fot-udmincho-pr6n, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#jobs .font-garamond {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
}

#jobs .navy {
  color: #0A0F50;
}

#jobs .main {
  position: relative;
}

#jobs .main .content-main-block {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#jobs .main .content-main {
  display: flex;
  flex-direction: column;
  margin-left: 24px;
}

#jobs .main .content-main .ja {
  margin-top: 4px;
  margin-bottom: 10px;
}

#jobs .main .content-main .ja img {
  height: 27px;
  width: auto;
}

#jobs .main .content-main .en {
  font-size: 16px;
  line-height: 1.25;
  margin-left: 2px;
}

#jobs .index {
  padding: 20px 0 40px;
}

#jobs .index-list {
  display: flex;
  flex-wrap: wrap;
}

#jobs .index-item {
  position: relative;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #0A0F50;
  transition: all .3s;
}

#jobs .index-item::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 7px;
  background: url("../images/jobs/common_arrow_down_navy.png") center center / contain;
  right: 7px;
  top: calc(50% - 3px);
  transition: all .3s;
}

#jobs .index-item:last-of-type {
  margin-bottom: 0;
}

#jobs .index-item .index-icon {
  width: 30px;
  margin-right: 4px;
}

#jobs .index-item .txt {
  font-size: 15px;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  #jobs {
    font-size: 16px;
  }
  
  #jobs .sp-br {
    display: none;
  }
  
  #jobs .pc-br {
    display: inline;
  }
  
  #jobs .main-img img {
    width: 100%;
    min-height: 400px;
    object-fit: cover;
    object-position: right;
  }
  
  #jobs .main .content-main-block {
    width: calc(100% - 24px);
    max-width: 1200px;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  
  #jobs .main .content-main {
    margin-left: 0;
  }
  
  #jobs .main .content-main .ja {
    margin-top: 15px;
    margin-bottom: 22px;
  }
  
  #jobs .main .content-main .ja img {
    height: 47px;
  }
  
  #jobs .main .content-main .en {
    font-size: 24px;
    margin-left: 4px;
  }
  
  #jobs .index {
    padding: 120px 0;
  }
  
  #jobs .index-list {
    justify-content: center;
    gap: 32px 24px;
  }
  
  #jobs .index-item {
    width: calc((100% - 48px) / 3);
    max-width: 380px;
    height: 80px;
    border-width: 2px;
    padding-left: 0;
    margin-bottom: 0;
  }
  
  #jobs .index-item .index-icon {
    width: 60px;
    margin-right: 8px;
  }
  
  #jobs .index-item .txt {
    font-size: 20px;
  }
  
  #jobs .index-item:last-of-type {
    /*margin-right: auto;*/
  }
}
@media print, screen and (min-width: 1201px) {
  #jobs .index-item:hover {
    border-color: #6EB92C;
  }
  
  #jobs .index-item:hover::before{
    transform: translateY(8px);
  }
}

/*------------------------------------------------------------
contents
------------------------------------------------------------*/
#jobs .jobs-box-outer {
  padding-bottom: 60px;
}
/*----------overview-----------*/
#jobs .content-heading01 {
  position: relative;
  font-size: 15px;
  line-height: 1;
  padding-top: 35px;
  z-index: 0;
}

#jobs .content-heading01::before {
  position: absolute;
  content: "";
  width: 160px;
  height: 50px;
  background: #d4dadc;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}

#jobs .content-heading01 .num {
  display: inline-block;
  font-size: 24px;
  margin-left: 8px;
  transform: translateY(2px);
}

#jobs .overview {
  position: relative;
  margin-top: 20px;
  z-index: 0;
}

#jobs .overview::before {
  position: absolute;
  content: "";
  width: 215px;
  height: 190px;
  background: #f9f8f4;
  top: 0;
  right: calc(50% - 50vw);
  z-index: -1;
}

#jobs .overview .ttl-block {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

#jobs .overview-ttl-icon {
  width: 40px;
  margin-right: 12px;
}

#jobs .overview .ttl-block .ttl {
  font-size: 18px;
  font-weight: 700;
}

#jobs .overview .job-description .txt {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 13px;
  margin-bottom: 8px;
}

#jobs .overview .job-description .txt::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #101981;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#jobs .overview .job-description .txt:nth-of-type(2)::before {
  background: #7075b3;
}

#jobs .overview .job-description .txt:nth-of-type(3)::before {
  background: #9FA3CD;
}

#jobs .overview .job-description .detail-txt {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 1px;
}

#jobs .overview .overview-txt {
  font-size: 14px;
  line-height: 1.6;
  margin: 20px auto;
}

#jobs .search-link {
  width: fit-content;
}

#jobs .search-link-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 244px;
  height: 40px;
  background: #6EB92C;
  border-radius: 20px;
  padding-left: 24px;
  transition: all 0.3s;
}

#jobs .search-link-btn .link-txt {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding-right: 34px;
}

#jobs .search-link-btn .link-txt::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 16px;
  background: url("../images/jobs/jobs_arrow_right_white.svg") no-repeat center center/contain;
  right: 0;
  top: calc(50% - 8px);
  transition: all .3s;
}

/*----------oneday-----------*/
#jobs .oneday {
  padding-top: 36px;
}

#jobs .content-heading02 {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

#jobs .content-heading02::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/jobs/job_icon_oneday.png") no-repeat center center/contain;
  margin-right: 8px;
}

#jobs .oneday-list {
  border-top: solid 1px #d4dadc;
  margin-top: 16px;
}

#jobs .oneday-item {
  position: relative;
  border-bottom: solid 1px #d4dadc;
}

#jobs .oneday-item:not(:last-of-type)::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 14px;
  background: #d4dadc;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

#jobs .oneday-item .txt-block {
  position: relative;
  padding: 10px 12px 16px;
}

#jobs .oneday-item .ttl {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  height: 50px;
  display: flex;
  align-items: center;
  z-index: 0;
}

#jobs .oneday-item .ttl .time {
  display: inline-block;
  width: 60px;
  font-weight: 300;
}

#jobs .oneday-item .ttl .num {
  position: absolute;
  color: #d4dadc;
  font-size: 60px;
  line-height: 1;
  top: -4px;
  right: -8px;
  z-index: -1;
  opacity: 0.7;
}

#jobs .oneday-item .txt {
  margin-top: 13px;
  font-size: 14px;
  line-height: 1.6;
}

/*----------recommend-----------*/
#jobs .recommend {
  padding-top: 36px;
}

#jobs .recommend .content-heading02::before {
  background-image: url("../images/jobs/job_icon_recommend.png");
}

#jobs .recommend-list {
  margin-top: 20px;
}

#jobs .recommend-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

#jobs .recommend-item:last-of-type {
  margin-bottom: 0;
}

#jobs .recommend-item .num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 12px;
  padding-top: 6px;
  padding-left: 5px;
  z-index: 0;
}

#jobs .recommend-item .num::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/jobs/jobs_icon_check_sp.png") no-repeat center center/contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}


#jobs .recommend-item .txt {
  width: calc(100% - 47px);
  background: #f9f8f4;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 12px;
}

/*----------message-----------*/
#jobs .message {
  position: relative;
  width: 100vw;
  background: rgba(212,218,220,0.5);
  margin-top: 48px;
  margin-left: -12px;
  z-index: 0;
}

#jobs .message-inner {
  position: relative;
  width: calc(100% - 24px);
  max-width: 1200px;
  padding: 25px 8px 20px;
  margin: 0 auto;
  z-index: 0;
}

#jobs .message::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background:
url("../images/jobs/jobs_message_pattern.png") repeat top left / contain;
  top: 0;
  left: 0;
  z-index: -1;
}

#jobs .message-heading {
  position: absolute;
  font-size: 15px;
  top: -12px;
}

#jobs .message-txt-block .ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 24px;
}

#jobs .message-txt-block .txt {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  #jobs .jobs-box-outer {
    padding-bottom: 160px;
  
  }
  /*----------overview-----------*/
  #jobs .content-heading01 {
    font-size: 24px;
    padding-top: 74px;
    padding-left: 6px;
  }
  
  #jobs .content-heading01::before {
    width: calc(320px + 12px);
    height: 100px;
    left: -12px;
  }
  
  #jobs .content-heading01::after {
    position: absolute;
    content: "";
    width: calc(50vw - 600px);
    height: 100px;
    background: #d4dadc;
    top: 0;
    right: 100%;
    z-index: -1;
  }
  
  #jobs .content-heading01 .num {
    font-size: 40px;
    margin-left: 16px;
  }
  
  #jobs .overview {
    margin-top: 80px;
    display: grid;
    grid-gap: 16px 32px;
    grid-template-areas:
     "ttl img"
     "desc img"
     "txt img"
     "link img";
    grid-template-rows: auto auto auto 1fr;
  }
  
  #jobs .overview::before {
    width: calc(500px + 12px);
    height: 380px;
    right: -12px;
    top: -100px;
  }
  
  #jobs .overview::after {
    position: absolute;
    content: "";
    width: calc(50vw - 600px);
    height: 380px;
    background: #f9f8f4;
    top: -100px;
    left: 100%;
    z-index: -1;
  }
  
  #jobs .overview .ttl-block {
    grid-area: ttl;
    margin-bottom: 0;
  }
  
  #jobs .overview-ttl-icon {
    width: 80px;
    margin-right: 24px;
  }
  
  #jobs .overview .ttl-block .ttl {
    font-size: 32px;
  }
  
  #jobs .overview .job-description {
    grid-area: desc;
  }
  
  #jobs .overview .job-description .txt {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
    padding-left: 26px;
  }
  
  #jobs .overview .job-description .txt:last-of-type {
    margin-bottom: 0;
  }
  
  #jobs .overview .job-description .txt::before {
    width: 10px;
  }
  
  #jobs .overview .overview-img {
    grid-area: img;
  }
  
  #jobs .overview .job-description .detail-txt {
    font-size: 16px;
    margin-top: 2px;
  }
  
  #jobs .overview .overview-txt {
    grid-area: txt;
    max-width: 568px;
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  
  #jobs .overview .search-link {
    grid-area: link;
  }
  
  #jobs .search-link-btn {
    width: 328px;
    height: 60px;
    border-radius: 30px;
    background: #0A0F50;
    padding-left: 40px;
  }
  
  #jobs .search-link-btn .link-txt {
    font-size: 20px;
    padding-right: 48px;
  }
  
  /*----------oneday-----------*/
  #jobs .oneday {
    padding-top: 48px;
  }
  
  #jobs .content-heading02 {
    font-size: 20px;
  }
  
  #jobs .content-heading02::before {
    width: 30px;
    height: 30px;
    margin-right: 16px;
  }
  
  #jobs .oneday-list {
    display: flex;
    border-top: none;
    border-left: solid 1px #d4dadc;
    margin-top: 32px;
  }
  
  #jobs .oneday-item {
    position: relative;
    flex: 1;
    min-height: 320px;
    border-right: solid 1px #d4dadc;
    border-bottom: none;
  }
  
  #jobs .oneday-item:not(:last-of-type)::before {
    width: 17px;
    height: 20px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
  }
  
  #jobs .oneday-item .txt-block {
    padding: 23px;
  }
  
  #jobs .oneday-item .ttl {
    height: 80px;
    font-size: 20px;
  }
  
  #jobs .oneday-item .ttl .time {
    width: fit-content;
    min-width: 54px;;
    margin-right: 16px;
  }
  
  #jobs .oneday-item .ttl .num {
    font-size: 96px;
    top: -12px;
    right: -14px;
  }
  
  #jobs .oneday-item .txt {
    font-size: 16px;
    margin-top: 26px;
  }
  
  /*----------recommend-----------*/
  #jobs .recommend {
    padding-top: 48px;
  }
  
  #jobs .recommend-list {
    margin-top: 40px;
  }
  
  #jobs .recommend-item .num {
    width: 60px;
    height: 60px;
    font-size: 16px;
    padding-top: 10px;
    padding-left: 11px;
  }
  
  #jobs .recommend-item .num::before {
    background-image: url("../images/jobs/jobs_icon_check_pc.png");
  }
  
  #jobs .recommend-item .txt {
    width: calc(100% - 100px);
    font-size: 24px;
    padding: 18px 24px;
  }
  
  /*----------message-----------*/
  #jobs .message {
    margin-top: 96px;
    margin-left: calc(50% - 50vw);
  }
  
  #jobs .message-inner {
    display: flex;
    padding: 50px 0 40px;
  }
  
  #jobs .message-heading {
    font-size: 24px;
    top: -17px;
  }
  
  #jobs .message-txt-block .ttl {
    font-size: 32px;
    margin-bottom: 48px;
  }
  
  #jobs .message-txt-block .txt {
    font-size: 16px;
    margin-bottom: auto;
  }
  
  #jobs .message-img {
    flex-shrink: 0;
    width: 420px;
    margin-left: 40px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}
@media print, screen and (min-width: 1201px) {
  #jobs .search-link-btn:hover {
    background: #6EB92C;
  }
  
  #jobs .search-link-btn:hover .link-txt::before {
    transform: translateX(8px);
  }
}