/*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#jobseeker {
  font-size: 13px;
  font-weight: 500;
  color: #1F0305;
  overflow: hidden;
  background: #fff;
  position: relative;
}

#jobseeker * {
  box-sizing: border-box;
}

#jobseeker a {
  transition: opacity .3s;
}

#jobseeker a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#jobseeker a:hover {
  text-decoration: none;
}

#jobseeker a:focus-visible {
  outline: none;
}

#jobseeker img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#jobseeker .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#jobseeker .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#jobseeker .pc-br {
  display: none;
}

#jobseeker .sp-br {
  display: inline;
}

#jobseeker .inner {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}

#jobseeker .inner-inside{
  width: calc(100% - 36px);
  margin: 0 auto;
}

#jobseeker .inline-block{
  display: inline-block;
}

#jobseeker .font-mont{
  font-style: normal;
  font-family: montserrat, sans-serif;
  font-weight: 600;
}

#jobseeker .jobseeker-txt a{
  color: #D41221;
  text-decoration: underline;
  transition: all .3s;
}

#jobseeker .jobseeker-txt a.mail-link{
  display: block;
  margin-top: 5px;
}

#jobseeker .jobseeker-txt a.pdf-link svg{
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-left: 5px;
  transform: translateY(3px);
}

#jobseeker .jobseeker-txt a.pdf-link svg path{
  fill: #D41221;
  transition: all .3s;
}

#jobseeker .common-heading .ja{
  background: rgb(255, 255, 255);
  background: linear-gradient(-90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgb(212, 18, 33) 43%, rgb(230, 0, 133) 59%, rgb(31, 3, 5) 75%, rgb(31, 3, 5) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100%, 0;
  background-size: 400% 100%;
}

#jobseeker .common-heading .en{
  background: rgb(31, 3, 5);
  background: linear-gradient(-90deg, rgb(31, 3, 5) 0%, rgb(230, 0, 133) 38%, #e60012 75%, #e60012 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100%, 0;
  background-size: 400% 100%;
}

#jobseeker .common-heading.scroll-in .ja{
  animation: heading01 ease-in-out 2s forwards;
}
#jobseeker .common-heading.scroll-in .en{
  animation: heading01 ease-in-out 3s forwards;
}

#jobseeker .jobseeker-heading{
  position: relative;
  padding-top: 110px;
}

#jobseeker .jobseeker-heading::before{
  position: absolute;
  content: "FOR JOB SEEKER";
  bottom: 40px;
  left: 12px;
  color: #FEF2F2;
  font-style: normal;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: .8;
  z-index: -1;
}

#jobseeker .jobseeker-heading .ja,
#jobseeker .jobseeker-heading .en{
  display: block;
  line-height: 1.1;
}

#jobseeker .jobseeker-heading .ja{
  margin-bottom: 8px;
  font-size: 23px;
  font-weight: 700;
}

#jobseeker .jobseeker-heading .en{
  position: relative;
  display: block;
  padding-left: 15px;
  font-size: 18px;
  font-style: normal;
  font-family: montserrat, sans-serif;
  font-weight: 700;
} 

#jobseeker .jobseeker-menu{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

#jobseeker .menu-item{
  position: relative;
  width: 50%;
  margin-bottom: 10px;
}

#jobseeker .jobseeker-menu .menu-item:nth-of-type(3),
#jobseeker .jobseeker-menu .menu-item:nth-of-type(4){
  margin-bottom: 0;
}

#jobseeker .jobseeker-menu .menu-item:nth-of-type(3)::after,
#jobseeker .jobseeker-menu .menu-item:nth-of-type(4)::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: -5px;
  left: 0;
  background-color: #DDD;
}

#jobseeker .jobseeker-menu .menu-item:nth-of-type(2n){
  border-right: solid 1px #DDDDDD;
}

#jobseeker .jobseeker-menu .menu-item:nth-of-type(2n+1){
  border-left: solid 1px #DDDDDD;
  background-image: repeating-linear-gradient(180deg, #DDD, #DDD 2px, transparent 2px, transparent 4px);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 1px 100%;
}

#jobseeker .jobseeker-menu .menu-item-txt{
  position: relative;
  display: block;
  padding: 10px 0 22px;
  color: #1F0305;
  font-size: 15px;
  text-align: center;
  transition: all .3s;
}

#jobseeker .jobseeker-menu .menu-item-txt::before{
  position: absolute;
  content: "";
  width: 15px;
  height: 10px;
  left: calc(50% - 8px);
  bottom: 4px;
  background: url("../images/jobseeker/arrow_red.svg")no-repeat center center / contain;
  transition: all .3s;
}

#jobseeker .content-heading .ja,
#jobseeker .content-heading .en{
  display: block;
  line-height: 1.2;
}

#jobseeker .content-heading .ja{
  margin-bottom: 5px;
  font-size: 23px;
  font-weight: 700;
}

#jobseeker .content-heading .en{
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  font-style: normal;
  font-family: montserrat, sans-serif;
  font-weight: 700;
}

#jobseeker .content-heading .en::before{
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E60012;
  top: calc(50% - 3px);
  left: 0;
}

#jobseeker .main-menu{
  margin: 78px 0 0;
}

#jobseeker .main-img{
  margin-left: -12px;
}

#jobseeker .main-menu-list{
  position: relative;
  max-width: 363px;
  margin: -45px 0 0 auto;
  padding: 15px 0 15px 38px;
  background-color: #fff;
}

#jobseeker .main-menu-item{
  padding: 15px 10px;
  border-bottom: 1px solid #DDDDDD;
}

#jobseeker .main-menu-item a{
  display: block;
  position: relative;
  padding-right: 30px;
  color: #1F0305;
}

#jobseeker .main-menu-item a::before{
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  right: 0;
  border: solid 1px #DDDDDD;
  border-radius: 50%;
  box-sizing: content-box;
}

#jobseeker .main-menu-item .ttl{
  margin-bottom: 15px;
  font-size: 16px;
}

#jobseeker .main-menu-item .txt{
  font-size: 14px;
  line-height: 1.7;
}

#jobseeker .main-menu-item svg{
  position: absolute;
  width: 6px;
  height: 10px;
  top: calc(50% - 3px);
  right: 10px;
  transform: rotate(90deg);
}

#jobseeker .main-menu-item svg path{
  fill: #e60012;
  transition: all .3s;
}

#jobseeker #work{
  margin: 0 0 50px;
  padding-top: 75px;
}

#jobseeker .common-overview{
  margin: 40px 0 30px;
  font-size: 14px;
  line-height: 1.78;
}

#jobseeker .work-content{
  position: relative;
  z-index: 0;
  margin-top: 55px;
  padding: 20px 0 50px;
}

#jobseeker .work-content::before{
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 215px);
  left: 0;
  bottom: 0;
  background-color: #F7F8FC;
  z-index: -1;
}

#jobseeker .work-ttl-block{
  margin-bottom: 15px;
}

#jobseeker .work-ttl{
  background: rgb(31,3,5);
  background: linear-gradient(-90deg, rgba(31,3,5,1) 0%, rgba(230,0,133,1) 38%, rgba(230,0,18,1) 90%, rgba(230,0,133,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100%, 0;
  background-size: 400% 100%;
  font-size: 27px;
  font-weight: 700;
  filter: blur(0);
}

#jobseeker .work-ttl.scroll-in{
  animation: heading01 ease-in-out 3s forwards;
}

#jobseeker .work-ttl-txt{
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.76;
}

#jobseeker .work-main{
  position: relative;
  padding-right: 16px;
  overflow: hidden;
}

#jobseeker .work-content:nth-of-type(2n) .work-main{
  padding: 0 0 0 16px;
}

#jobseeker .work-main .en{
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: right bottom;
  top: -16px;
  right: 0;
  color: #e60012;
  font-size: 10px;
  font-weight: 700;
}

#jobseeker .work-content:nth-of-type(2n) .work-main .en{
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: left top;
  top: 0;
  right: auto;
  left: 0;
}

#jobseeker .work-main .line{
  position: relative;
}

#jobseeker .work-main .line::before{
  position: absolute;
  content: "";
  width: calc(100vw / 750 * 336);
  height: 1px;
  background-color: #E60012;
  top: 6px;
  right: calc(100% + 4px);
}

#jobseeker .work-point-ttl{
  position: relative;
  margin: 45px 0 24px;
  padding-left: 50px;
  color: #E60085;
  font-size: 18px;
  font-weight: 700;
}

#jobseeker .circleTxt{
  position: absolute;
  top: -6px;
  left: 0;
  z-index: 1;
  width: 45px;
  height: 45px;
  font-size: 20px;
}

#jobseeker .circleTxt::before{
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  bottom: calc(50% - 20px);
  left: calc(50% - 20px);
  background: linear-gradient(90deg, #e60085 0%, #d41221 100%);
  border-radius: 50%;
  transform: rotate(45deg);
}

#jobseeker .circleItem{
  position: absolute;
  width: 42px;
  height: 42px;
  top: -1px;
  left: 1px;
}

#jobseeker .circleItem svg{
  overflow: visible;
  transform: rotate(50deg);
}

#jobseeker .circleItem svg path{
  fill: none;
}

#jobseeker .circleItem svg text{
  fill: #e60012;
  font-weight: 700;
}

#jobseeker .point{
  position: absolute;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  top: 0;
  left: 0;
}

#jobseeker .works-point-txt{
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.78;
}

#jobseeker .common-link{
  display: block;
  position: relative;
  width: fit-content;
  min-width: 300px;
  margin: 0 auto;
  padding: 13px 0;
  border-radius: 99px;
  overflow: hidden;
  text-align: center;
  z-index: 0;
}

#jobseeker .common-link::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(230, 0, 133) 0%, rgb(230,0,20) 100%);
  top: 0px;
  left: 0px;
  border-radius: 99px;
  z-index: -2;
}

#jobseeker .common-link .link-txt{
  width: fit-content;
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
  color: #fff;
  font-size: 15px;
}

#jobseeker .common-link .link-txt::before{
  position: absolute;
  content: "";
  width: 15px;
  height: 18px;
  top: calc(50% - 9px);
  left: 0;
  background: url("../images/jobseeker/search_ico.svg")no-repeat center center / contain;
}

#jobseeker .common-link .link-txt::after{
  position: absolute;
  content: "";
  width: 8px;
  height: 14px;
  top: calc(50% - 7px);
  right: 0;
  background: url("../images/jobseeker/arrow_white.svg")no-repeat center center / contain;
}

#jobseeker .common-back{
  display: block;
  text-align: center;
}

#jobseeker .common-back .link-txt{
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding-right: 16px;
  color: #000000;
  font-size: 13px;
}

#jobseeker .common-back .link-txt::before{
  position: absolute;
  content: "";
  width: 10px;
  height: 6px;
  top: calc(50% - 4px);
  right: 0;
  background: url("../images/jobseeker/arrow_black.svg")no-repeat center center / contain;
}

#jobseeker #workstyle{
  margin: 50px 0;
  padding: 25px 0 0;
}

#jobseeker .sticky-common{
  display: none; 
}

#jobseeker .sticky-content-block{
  position: relative;
  margin: 60px 0 0;
  padding: 58px 12px 0;
  z-index: 0;
}

#jobseeker .sticky-content-block::before{
  position: absolute;
  content: "";
  width: calc(100% - 12px);
  height: 100%;
  top: 0;
  left: 0;
  background-color: #514F4F;
  z-index: -1;
}

#jobseeker .sticky-content{
  position: relative;
  padding: 40px 8px 40px 18px;
  background-color: #fff;
}

#jobseeker .sticky-content:last-of-type{
  padding-bottom: 60px!important;
}

#jobseeker .sticky-content:nth-of-type(2n){
  background-color: #F7F8FC;
}

#jobseeker .sticky-content:nth-of-type(2n)::before{
  position: absolute;
  content: "";
  width: 12px;
  height: 100%;
  top: 0;
  right: -12px;
  background-color: #F7F8FC;
}

#jobseeker .workstyle-item + .workstyle-item{
  margin-top: 60px;
}

#jobseeker .common-ttl{
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 10px 28px;
  font-size: 18px;
  font-weight: 700;
  background-image: repeating-linear-gradient(90deg, #DDDDDD, #DDDDDD 3px, transparent 3px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

#jobseeker .common-ttl::before{
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  top: calc(50% - 5px);
  left: 2px;
  background-color: #D41221;
}

#jobseeker .common-ttl02{
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
  color: #E60085;
  font-size: 18px;
  font-weight: 700;
}

#jobseeker .common-ttl02::before{
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  left: 0;
  background-color: #E60085;
  border-radius: 50%;
}

#jobseeker .workstyle-content .txt{
  font-size: 14px;
  line-height: 1.78;
}

#jobseeker .workstyle-content .txt.overview{
  margin-bottom: 40px;
}

#jobseeker .workstyle-content .txt + .txt{
  padding-top: 1em;
}

#jobseeker .workstyle-content .img{
  margin: 16px 0 35px;
}

#jobseeker .common-contact{
  position: relative;
  display: block;
  width: fit-content;
  margin: 20px auto 0;
  padding: 8px 20px;
  border: 1px solid #514F4F;
  border-radius: 99px;
}

#jobseeker .common-contact .link-txt{
  position: relative;
  padding-right: 16px;
  color: #514F4F;
  font-size: 13px;
}

#jobseeker .common-contact .link-txt::before{
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  top: calc(50% - 5px);
  right: 0;
  background: url("../images/jobseeker/arrow_gray.svg")no-repeat center center / contain;
}

#jobseeker .workstyle-content .merit-list{
  margin-bottom: 35px;
}

#jobseeker .workstyle-content .merit-item{
  margin-top: 20px;
}

#jobseeker .workstyle-content .merit-ttl{
  margin-bottom: 15px;
  color: #D41221;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

#jobseeker #flow{
  margin: 50px 0;
  padding-top: 25px;
}

#jobseeker .flow-content{
  position: relative; 
  margin: 68px 0 50px;
  z-index: 0;
}

#jobseeker .flow-content::before{
  position: absolute;
  content: "";
  width: 120px;
  height: 100%;
  bottom: 0;
  left: calc(50% - 60px);
  background-color: #514F4F;
  z-index: -1;
}

#jobseeker .flow-content .link-txt{
  color: #D41221;
  font-weight: 700;
  text-decoration: underline;
}

#jobseeker .flow-item{
  position: relative;
  margin-bottom: 53px;
  padding: 26px 17px 20px;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(31,3,5,.16);
}
#jobseeker .flow-item:last-of-type{
  margin-bottom: 0;
}

#jobseeker .flow-item .circleTxt{
  top: -22px;
  left: calc(50% - 22px);
}

#jobseeker .flow-item .icon{
  width: 50px;
  margin: 0 auto 10px;
}

#jobseeker .flow-item .ttl{
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

#jobseeker .flow-item .txt{
  font-size: 13px;
  line-height: 1.77;
}

#jobseeker .flow-item .item-list{
  width: fit-content;
  margin: 10px auto 0;
}

#jobseeker .follow-content .txt{
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.78;
}

#jobseeker .follow-content .txt:last-of-type{
  margin-bottom: 20px;
}

#jobseeker #faq{
  margin: 75px 0;
  padding-top: 50px;
  background-color: #F7F8FC;
}

#jobseeker #faq .sticky-content-block::after{
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 58px);
  background-color: #fff;
  bottom: 0;
  right: 0;
  z-index: -2;
}

#jobseeker #faq .sticky-content{
  padding: 40px 0 0 19px;
}

#jobseeker #faq .sticky-content:nth-of-type(2n){
  background-color: #fff;
}

#jobseeker #faq .sticky-content:nth-of-type(2n)::before{
  content: none;
}

#jobseeker .faq-item{
  border-top: 1px solid #DDDDDD;
}

#jobseeker .faq-item:last-of-type{
  border-bottom: 1px solid #DDDDDD;
}

#jobseeker .faq-ttl{
  position: relative;
  align-items: center;
  padding: 20px 26px 20px 41px;
  font-size: 15px;
  transition: all .3s;
}

#jobseeker .faq-ttl::before{
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #D41221;
  top: 30px;
  right: 8px;
}

#jobseeker .faq-ttl::after{
  position: absolute;
  content: "";
  width: 2px;
  height: 12px;
  background-color: #D41221;
  top: 25px;
  right: 13px;
  transition: all .3s;
}

#jobseeker .faq-ttl.active::after{
  opacity: 0;
  transform: rotate(90deg);
}

#jobseeker .faq-ttl.active{
  background-color: #F7F8FC;
}

#jobseeker .faq-ttl .q{
  position: absolute;
  top: 0;
  left: 10px;
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
}

#jobseeker .faq-txt{
  position: relative;
  padding: 0 27px 20px 50px;
  background-color: #F7F8FC;
  font-size: 14px;
  line-height: 1.5;
}

#jobseeker .faq-txt .a{
  position: absolute;
  top: 0;
  left: 20px;
  width: 30px;
  color: #E60012;
  font-size: 15px;
  font-weight: 700;
}

#jobseeker .mb-1{
  display: block;
  margin-bottom: 1em;
}

#jobseeker .mb-2{
  display: block;
  margin-bottom: 2em;
}

#jobseeker #faq .txt-red{
  color: #D41221;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  
  #jobseeker .sp-br {
    display: none;
  }
  
  #jobseeker .pc-br {
    display: inline;
  }
  
  #jobseeker .jobseeker-txt a{
    color: #1F0305;
    font-weight: 700;
    text-decoration: none;
  }
  
  #jobseeker .inner-inside{
    width: 100%;
  }
  
  #jobseeker .jobseeker-txt a.pdf-link svg path{
    fill: #1F0305
  }
  
  #jobseeker .jobseeker-heading{
    padding-top: 140px;
    padding-left: 10px;
  }

  #jobseeker .jobseeker-heading::before{
    bottom: 80px;
    left: 20px;
    font-size: 120px;
  }

  #jobseeker .jobseeker-heading .ja{
    margin-bottom: 24px;
    font-size: 48px;
    filter:blur(0);
  }

  #jobseeker .jobseeker-heading .en{
    padding-left: 20px;
    font-size: 30px;
    filter:blur(0);
  }

  #jobseeker .jobseeker-heading .en::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: -1px;
    left: 0;
    background: #fff;
    z-index: 1;
  }
  
  #jobseeker .jobseeker-menu{
    margin: 70px auto 0;
  }
  
  #jobseeker .jobseeker-menu .menu-item-txt{
    padding: 14px 0 28px;
    font-size: 18px;
  }

  #jobseeker .jobseeker-menu .menu-item-txt::before{
    width: 20px;
    height: 12px;
    left: calc(50% - 10px);
    bottom: 12px;
    transition: all .3s;
  }
  
  #jobseeker .menu-item{
    width: 25%;
    overflow: hidden;
    margin-bottom: 0!important;
    background-image: repeating-linear-gradient(180deg, #DDD, #DDD 3px, transparent 3px, transparent 6px);
    background-position: right top;
    background-repeat: repeat-y;
    background-size: 1px 100%;
  }

  #jobseeker .jobseeker-menu .menu-item:nth-of-type(3)::after,
  #jobseeker .jobseeker-menu .menu-item:nth-of-type(4)::after{
    content: none;
  }

  #jobseeker .jobseeker-menu .menu-item:nth-of-type(2n),
  #jobseeker .jobseeker-menu .menu-item:nth-of-type(2n+1){
    border: none;
  }
  
  #jobseeker .jobseeker-menu .menu-item:first-of-type{
    border-left: solid 1px #DDD;
  }
  
  #jobseeker .jobseeker-menu .menu-item:last-of-type{
    background: none;
    border-right: solid 1px #DDD;
  }
  
  #jobseeker .menu-item::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #F7F8FC;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: all .3s;
  }

  #jobseeker .content-heading .ja{
    margin-bottom: 16px;
    font-size: 34px;
    filter:blur(0);
  }

  #jobseeker .content-heading .en{
    padding-left: 20px;
    font-size: 26px;
    filter:blur(0);
  }

  #jobseeker .content-heading .en::before{
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
  }
  
  #jobseeker .content-heading .en::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: -1px;
    left: 0;
    background: #fff;
    z-index: 1;
  }
  
  #jobseeker #faq .content-heading .en::after{
    background-color: #F7F8FC;
  }

  #jobseeker .main-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 130px 0 40px;
  }

  #jobseeker .main-img{
    width: 50vw;
    margin-left: calc(50% - 50vw);
  }

  #jobseeker .main-menu-list{
    width: calc(50% + 120px);
    max-width: none;
    margin: 70px 0 0 -120px;
    padding: 30px 0 30px min(calc(100vw / 1920 * 120),120px);
  }

  #jobseeker .main-menu-item{
    padding: 30px 10px 30px 20px;
  }

  #jobseeker .main-menu-item a{
    padding-right: 54px;
    z-index: 0;
    transition: all .3s;
  }

  #jobseeker .main-menu-item a::before{
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    right: 0;
    z-index: -2;
  }

  #jobseeker .main-menu-item a::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;;
    background: rgb(230, 0, 133);
    background: radial-gradient(circle, rgb(230, 0, 133) 0%, #e60012 100%);
    border: solid 1px transparent;
    border-radius: 50%;
    top: calc(50% - 15px);
    right: 0;
    z-index: -1;
    transition: all .3s;
    transform: scale(0);
    box-sizing: content-box;
  }
  
  #jobseeker .main-menu-item .ttl{
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.4;
  }

  #jobseeker .main-menu-item .txt{
    font-size: 14px;
    line-height: 2;
  }
  
  #jobseeker .main-menu-item svg{
    right: 13px;
  }

  #jobseeker #work{
    margin: 20px 0 130px;
    padding-top: 130px;
  }

  #jobseeker .common-overview{
    margin: 70px 0;
    font-size: 18px;
  }

  #jobseeker .work-content{
    margin-top: 130px;
    padding: 20px 0 80px;
  }

  #jobseeker .work-content::before{
    height: calc(100% - 350px);
    background-color: #F7F8FC;
  }

  #jobseeker .work-ttl-block{
    display: flex; 
    margin-bottom: 30px;
  }

  #jobseeker .work-ttl{
    margin-right: 80px;
    font-size: 48px;
  }

  #jobseeker .work-ttl-txt{
    margin-top: 12px;
    font-size: 20px;
    line-height: 2;
  }

  #jobseeker .work-main{
    padding-right: 80px;
  }

  #jobseeker .work-content:nth-of-type(2n) .work-main{
    padding: 0 0 0 80px;
  }
  
  #jobseeker .work-main .en{
    top: -60px;
    font-size: 40px;
  }

  #jobseeker .work-main .line::before{ 
    width: 500px;
    height: 4px;
    top: calc(50% - 2px);
    right: calc(100% + 10px);
  }

  #jobseeker .work-main + .inner-inside{
    padding-right: 80px;
  }
  
  #jobseeker .work-content:nth-of-type(2n) .work-main + .inner-inside,
  #jobseeker .work-content:nth-of-type(2n) .work-ttl-block{
    padding: 0 0 0 80px;
  }
  
  #jobseeker .work-point-ttl{
    margin: 64px 0 44px;
    padding-left: 80px;
    font-size: 20px;
  }

  #jobseeker .circleTxt{
    top: -18px;
    left: 0;
    width: 65px;
    height: 65px;
    font-size: 24px;
  }

  #jobseeker .circleTxt::before{
    width: 60px;
    height: 60px;
    bottom: calc(50% - 30px);
    left: calc(50% - 30px);
  }

  #jobseeker .circleItem{
    position: absolute;
    width: 72px;
    height: 72px;
    top: -1px;
    left: -3px;
  }

  #jobseeker .point{
    width: 65px;
    height: 65px;
    padding: 2px 0 0 2px;
    font-size: 30px;
  }

  #jobseeker .works-point-txt{
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 2;
  }
  
  #jobseeker .work-link-block{
    display: flex;
    align-items: center; 
    justify-content: center;
  }

  #jobseeker .common-link{
    min-width: 400px;
    margin: 0 100px 0 0;
    padding: 20px 0;
  }

  #jobseeker .common-link::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #F06670;
    border-radius: 99px;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: all .3s;
    z-index: -1;
  }
  
  #jobseeker .common-link .link-txt{
    padding: 0 36px;
    font-size: 20px;
  }

  #jobseeker .common-link .link-txt::before{
    width: 18px;
    height: 20px;
    top: calc(50% - 10px);
  }

  #jobseeker .common-link .link-txt::after{
    width: 10px;
    height: 16px;
    top: calc(50% - 8px);
    transition: all .3s;
  }

  #jobseeker .common-back .link-txt{
    margin-top: 0;
    padding-right: 24px;
    font-size: 16px;
    transition: all .3s;
  }

  #jobseeker .common-back .link-txt::before{
    width: 13px;
    height: 8px;
    top: calc(50% - 5px);
    transition: all .3s;
  }

  #jobseeker .common-back .link-txt::after{
    position: absolute;
    content: "";
    width: 13px;
    height: 8px;
    top: calc(50% - 5px);
    right: 0;
    background: url("../images/jobseeker/arrow_red.svg")no-repeat center center / contain;
    transition: all .3s;
    transform: rotate(180deg);
    opacity: 0;
  }

  #jobseeker #workstyle{
    margin: 130px 0;
    padding-top: 20px;
  }
  
  #jobseeker .sticky-contents{
    z-index: 0;
    background: linear-gradient(90deg, #514F4F 0%, #514F4F 50%, #fff 50%, #fff 100%);
  }

  #jobseeker .sticky-contents::before{
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #514F4F;
    z-index: -1;
  }
  
  #jobseeker .sticky-common{
    position: relative;
    display: block;
    z-index: 1;
    width: 240px !important;
    left: 0;
  }
  @media print, screen and (min-width: 1200px){
    #jobseeker .sticky-common{
      left: calc(50vw - 612px);
    }
  }
  
  #jobseeker .sticky-common::before{
    position: absolute;
    content: "";
    width: calc(50vw + 620px);
    min-width: 1200px;
    height: 88px;
    top: 0;
    left: 0;
    background-color: #514F4F;
    z-index: 1;
  }
  @media print, screen and (min-width: 1200px){
    #jobseeker .sticky-common::before{
      left: calc(600px - 50vw);
    }
  }
  
  #jobseeker .sticky-menu{
    width: 240px;
    padding: 130px 0 40px 40px;
    position: relative;
    z-index: 1;
  }
  
  #jobseeker .sticky-menu-item{
    margin-bottom: 20px;
  }
  
  #jobseeker .sticky-menu-item a{
    color: #fff;
    font-size: 16px;
    transition: all .3s;
  }
  
  #jobseeker .sticky-menu-item.current a{
    color: #E60085;
  }
  
  #jobseeker .sticky-content-wrapper{
    width: calc(100% - 24px);
    max-width: 1200px;
    margin: 0 auto;
  }
  
  #jobseeker .sticky-content-block{
    width: calc(100% - 240px);
    margin: -220px 0 0 auto;
    padding: 0;
  }

  #jobseeker .sticky-content-block::before{
    content: none;
  }

  #jobseeker .sticky-content{
    padding: 80px 0 80px 60px;
    transform: translateY(1px);
  }

  #jobseeker .sticky-content:last-of-type{
    padding-bottom: 120px!important;
  }

  #jobseeker .sticky-content:nth-of-type(2n)::before{
    width: 50vw;
    right: -50vw;
    z-index: -3;
  }
  
  #jobseeker .workstyle-item + .workstyle-item{
    margin-top: 100px;
  }

  #jobseeker .common-ttl{
    margin-bottom: 40px;
    padding: 0 0 12px 35px;
    font-size: 22px;
  }

  #jobseeker .common-ttl::before{
    top: 18px;
    left: 5px;
  }

  #jobseeker .common-ttl02{
    margin-bottom: 30px;
    padding-left: 20px;
    font-size: 20px;
  }

  #jobseeker .workstyle-content .txt{
    font-size: 18px;
    line-height: 1.88;
  }

  #jobseeker .workstyle-content .txt.overview{
    margin-bottom: 60px;
  }

  #jobseeker .workstyle-content .img{
    margin: 40px 0 70px;
    text-align: center;
  }

  #jobseeker .workstyle-link-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
  }
  
  #jobseeker .workstyle-content .common-link{
    margin: 0;
  }

  #jobseeker .common-contact{
    position: relative;
    display: block;
    margin: 0;
    padding: 13px 32px;
    border-width: 2px;
    overflow: hidden;
  }

  #jobseeker .common-contact::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #E3E3E3;
    border-radius: 99px;
    transform: translateX(-100%);
    transition: all .3s;
    z-index: -1;
  }
  
  #jobseeker .common-contact .link-txt{
    padding-right: 20px;
    font-size: 16px;
  }

  #jobseeker .common-contact .link-txt::before{
    width: 8px;
    height: 16px;
    top: calc(50% - 8px);
    transition: all .3s;
  }

  #jobseeker .workstyle-content .merit-list{
    margin-bottom: 70px;
  }

  #jobseeker .workstyle-content .merit-item{
    margin-top: 40px;
  }

  #jobseeker .workstyle-content .merit-ttl{
    margin-bottom: 12px;
    font-size: 18px;
  }

  #jobseeker #flow{
    margin: 180px 0 150px;
    padding-top: 20px;
  }

  #jobseeker .flow-content{
  margin: 100px 0 60px;
  padding-bottom: 80px;
  }

  #jobseeker .flow-content::before{
    width: 100%;
    height: 200px;
    left: 0;
  }

  #jobseeker .flow-content .link-txt{
    color: #1F0305;
    text-decoration: none;
    transition: all .3s;
  }
  
  #jobseeker .flow-content .link-txt.tel{
    pointer-events: none;
    font-weight: 500;
  }
  
  #jobseeker .flow-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  #jobseeker .flow-item{
    position: relative;
    width: calc((100% - 32px * 3) / 4);
    margin-bottom: 0;
    padding: 60px 20px 40px;
    box-shadow: 0 3px 6px rgba(31,3,5,.16);
  }

  #jobseeker .flow-item::before{
    position: absolute;
    content: "";
    width: 16px;
    height: 26px;
    background: url("../images/jobseeker/arrow_lightgray.svg")no-repeat center center / contain;
    top: calc(50% - 13px);
    right: -24px;
  }
  
  #jobseeker .flow-item:last-of-type::before{
    content: none;
  }
  
  #jobseeker .flow-item .circleTxt{
    top: -32px;
    left: calc(50% - 33px);
  }

  #jobseeker .flow-item .icon{
    width: 82px;
    margin: 0 auto 20px;
  }

  #jobseeker .flow-item .ttl{
    margin-bottom: 20px;
    font-size: 15px;
  }

  #jobseeker .flow-item .txt{
    font-size: 14px;
    line-height: 1.85;
  }
  
  #jobseeker .flow-item .item-list{
    margin: 20px auto 0;
  }

  #jobseeker .follow-content .inner-inside{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  #jobseeker .follow-txt{
    width: calc(50% - 20px);
  }
  
  #jobseeker .common-ttl02{
    margin-bottom: 20px;
  }
  
  #jobseeker .follow-content .txt{
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 2;
  }
  
  #jobseeker .follow-img{
    width: calc(50% - 40px);
  }
  
  #jobseeker #faq{
    margin: 150px 0;
    padding-top: 80px;
  }

  #jobseeker #faq .sticky-common::after{
    position: absolute;
    content: "";
    width: 100vw;
    height: 88px;
    background-color: #F7F8FC;
    left: 50vw;
    top: 0;
    z-index: 0;
  }
  
  #jobseeker #faq .sticky-content-block::after{
    height: 100%;
    right: -20px;
  }

  #jobseeker #faq .sticky-content{
    padding: 60px 0 0 60px;
  }
  
  #jobseeker #faq .sticky-content:nth-of-type(2n)::before{
    content: none;
  }

  #jobseeker .faq-ttl{
    padding: 30px 60px 30px 86px;
    cursor: pointer;
    font-size: 20px;
    transition: all .3s;
  }

  #jobseeker .faq-ttl::before{
    width: 16px;
    top: 44px;
    right: 30px;
  }

  #jobseeker .faq-ttl::after{
    height: 16px;
    top: 37px;
    right: 37px;
  }

  #jobseeker .faq-ttl .q{
    display: block;
    top: 26px;
    left: 30px;
    margin-right: 30px;
    font-size: 24px;
  }

  #jobseeker .faq-txt{
    padding: 0 85px 30px 125px;
    font-size: 18px;
    line-height: 1.8;
  }

  #jobseeker .faq-txt .a{
    top: -4px;
    left: 70px;
    font-size: 24px;
  }
  
  #jobseeker .faq-answer-list{
    display: flex;
  }

}
@media print, screen and (min-width: 1201px){
  #jobseeker .menu-item:hover::before{
    transform: none;
  }
  
  #jobseeker .menu-item:hover .menu-item-txt::before{
    transform: translateY(2px);
  }
  
  #jobseeker .jobseeker-txt a:hover{
    color: #D41221;
  }
  
  #jobseeker .jobseeker-txt a:hover svg path{
    fill: #D41221;
  }
  
  #jobseeker .main-menu-item a:hover{
    color: #D41221;;
  }
  
  #jobseeker .main-menu-item a:hover::after{
    transform: none;
  }
  
  #jobseeker .main-menu-item a:hover svg path{
    fill: #fff;
  }
  
  #jobseeker .common-link:hover::after{
    transform: none;
  }
  
  #jobseeker .common-link:hover .link-txt::after{
    transform: translateX(16px);
  }

  #jobseeker .common-back:hover .link-txt{
    color: #D41221;
  }
  
  #jobseeker .common-back:hover .link-txt::before{
    opacity: 0;
  }
  
  #jobseeker .common-back:hover .link-txt::after{
    opacity: 1;
  }
  
  #jobseeker .sticky-menu-item a:hover{
    color: #E60085;
    text-decoration: underline;
  }
  
  #jobseeker .common-contact:hover::before{
    transform: none;
  }
  
  #jobseeker .common-contact:hover .link-txt::before{
    transform: translateX(8px);
  }
  
  #jobseeker .faq-ttl:hover{
    color: #D41221;
  }
  
  #jobseeker .flow-content .link-txt:hover{
    color: #D41221;
  }
}

@keyframes heading01 {
  0% {
    background-position: 100%,0;
  }
  100% {
    background-position: 0,0;
  }
}