/*

【CSS記述ルール】

① font-sizeはpxで指定してください
　（rem、%等の指定はしないようお願いいたします）

② career はディレクトリ名に変更してください

③ 必ずディレクトリ名が付いたidセレクタを先頭に記述した後に、要素を記述してください
　（例：#oneday .inner、#oneday .page-title 等）

④ CSS内の画像指定パスは、CSSファイルから見た相対パスで指定してください
　（例：../images/ディレクトリ名/画像名.拡張子）

*/

/*------------------------------------------------------------
common
------------------------------------------------------------*/
.career {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

#career * {
  box-sizing: border-box;
}

#career a {
  transition: opacity .3s;
  color: unset;
}

#career a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#career a:hover {
  text-decoration: none;
}

#career a:focus-visible {
  outline: none;
}

#career img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#career .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#career .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#career .text {
  margin-bottom: 2em;
}

#career .text:last-of-type {
  margin-bottom: 0;
}

#career .pc-br {
  display: none;
}

#career .notes {
  display: inline-block;
  position: relative;
  margin-left: 1em;
}

#career .notes::before {
  content: '\0203B';
  display: block;
  position: absolute;
  top: 0;
  left: -1em;
}

#career .inner {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {/* ---------- タブレット・PC以上 ---------- */
  .career {
    font-size: 16px;
  }
  
  #career a[href^="tel:"] {
    color: inherit;
    pointer-events: none;
  }
  
  #career a:not([href^="tel:"]):hover {
    opacity: .5;
  }
  
  #career .sp-br {
    display: none;
  }
  
  #career .pc-br {
    display: inline;
  }
}

/*------------------------------------------------------------
font
------------------------------------------------------------*/
#career .font-neworder{
  font-family: "new-order", sans-serif;
  font-weight: 700;
  font-style: normal;
}


/*------------------------------------------------------------
main
------------------------------------------------------------*/
#career .main-wrap{
  position: relative;
}

#career .main-ttl{
  position: absolute;
  color: #0068B7;
  bottom: 43px;
  letter-spacing: .02em;
}

#career .ttl-eng{
  font-size: 40px;
  line-height: 1;
  padding-bottom: 10px;
  letter-spacing: .02em;
  display: block;
}

#career .ttl-jpn{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: .02em;
}

#career .swiper-wrapper{
  transition-timing-function: linear;
}

#career .content{
  padding-top: 50px; 
}

#career .inline-block{
  display: inline-block;
}

@media print, screen and (min-width: 768px) {/* ---------- タブレット・PC以上 ---------- */
  
  #career .ttl-eng{
    font-size: min(100px, calc(2.5rem + ((1vw - 3.75px) * 3.8835)));
  }
  
  #career .ttl-jpn{
    font-size: min(30px, calc(0.9375rem + ((1vw - 3.75px) * 0.9709)));
  }
  
  #career .main-ttl-outer{
    max-width: 1460px;
  }
  
  #career .content{
    padding-top: 100px; 
  }
}

/*----------plan-wrap----------*/

#career .plan-top{
  position: relative;
  background: url("../images/career/career_plan_bg_sp.png") no-repeat top center / cover;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 50px 12px 144px;
}

#career .plan-top::before{
  content: "";
  position: absolute;
  background: url("../images/career/career_plan_img02_sp.png") no-repeat center center / cover;
  width: 92px;
  height: 185px;
  right: 12px;
  bottom: -20px;
}

#career .career-ttl {
  padding-bottom: 25px;
  font-size: 25px;
  letter-spacing: .02em;
  color: #fff;
}

#career .career-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.64;
}

#career .plan-top img {
  width: calc(100% - 41px);
  min-width: 290px;
  margin-top: 30px;
}

#career .content-step {
  position: relative;
  padding: 18px 0 92px;
}

#career .step {
  display: flex;
  margin-bottom: 34px;
}

#career .career-step {
  position: relative;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  width: 55px;
  text-align: center;
  flex-shrink: 0;
  z-index: 10;
}

#career .step01.career-step {
  top: 14px;
}

#career .step01::before{
  content: "";
  position: absolute;
  display: block;
  background: url("../images/career/career_step_ttl_bg01_sp.png") no-repeat center / contain;
  width: 55px;
  height: 46px;
  top: -16px;
  z-index: -10;
}

#career .step02::before{
  content: "";
  position: absolute;
  display: block;
  background: url("../images/career/career_step_ttl_bg02_sp.png") no-repeat center / contain;
  width: 55px;
  height: 46px;
  top: -16px;
  z-index: -10;
}

#career .step03::before{
  content: "";
  position: absolute;
  display: block;
  background: url("../images/career/career_step_ttl_bg03_sp.png") no-repeat center / contain;
  width: 55px;
  height: 46px;
  top: -16px;
  z-index: -10;
}

#career .step04::before{
  content: "";
  position: absolute;
  display: block;
  background: url("../images/career/career_step_ttl_bg04_sp.png") no-repeat center / contain;
  width: 55px;
  height: 46px;
  top: -16px;
  z-index: -10;
}

#career .step05::before{
  content: "";
  position: absolute;
  display: block;
  background: url("../images/career/career_step_ttl_bg05_sp.png") no-repeat center / contain;
  width: 55px;
  height: 46px;
  top: -16px;
  z-index: -10;
}

#career .career-step::after{
  content: "";
  position: absolute;
  display: block;
  background: url("../images/career/career_step_icon_arrow.svg") no-repeat center / contain;
  width: 16px;
  height: 21px;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

#career .step:last-child .career-step::after{
  display: none;
}

#career .step-wrap {
  margin: auto 10px auto 6px;
}

#career .step-flex {
  position: relative;
}

#career .step-flex::before{
  background: url("../images/career/career_step_dot_sp.png") repeat-y top center / contain;
  content: "";
  display: block;
  width: 7px;
  height: calc(100% - 6px);
  position: absolute;
  left: -36px;
  top: 6px;
  z-index: -10;
}

#career .step:last-child .step-flex::before{
  display: none;
}

#career .step-ttl {
  font-size: 18px;
  letter-spacing: .02em;
  line-height: 1.27;
  margin: auto auto 23px 11px;
}

#career .step:first-child .step-ttl{
  margin-bottom: 15px;
}

#career .step-sub-ttl {
  font-size: 14px;
}

#career .step img {
  border-radius: 10px;
}

#career .step-text {
  margin-top: 20px;
}

#career .content-step::before {
  content: "";
  position: absolute;
  background: url("../images/career/career_skill_img01_sp.png") no-repeat center center / cover;
  width: 133px;
  height: 181px;
  left: 0;
  bottom: -58px;
  z-index: 10;
}

@media print, screen and (min-width: 768px) {/* ---------- タブレット・PC以上 ---------- */
  #career .plan-top{
    position: relative;
    background: url("../images/career/career_plan_bg_pc@2x.png") no-repeat top center / cover;
    padding-top: 82px;
    padding-bottom: 38px;
    min-height: 886px;
    margin-bottom: 120px;
  }

#career .plan-top::before{
    background: url("../images/career/career_plan_img02_pc@2x.png") no-repeat center center / cover;
    width: 184px;
    height: 370px;
    right: 93px;
    bottom: 36px;
  }

  #career .content-step{
    padding: 0;
  }
  
  #career .step{
    margin-bottom: 82px;
  }
  
  #career .career-ttl{
    font-size: 50px;
    padding-bottom: 40px;
  }
  
  #career .career-text{
    font-size: 18px;
    line-height: 2.55;
  }
  
  #career .plan-top img {
    width: 658px;
    margin-top: 24px;
  }
  
  #career .step-wrap {
    margin: auto 20px auto 12px;
  }
  
  #career .step-flex {
    display: flex;
    flex-direction: row-reverse;
  }
  
  #career .step-ttl {
    font-size: 36px;
    margin-bottom: 60px !important;
    margin-left: 0;
  }
  
  #career .step-sub-ttl {
    font-size: 30px;
  }
  
  #career .step-text {
    flex-basis: 60%;
    margin-top: 0;
    
  }
  
  #career .step-flex picture {
    flex-basis: 40%;
    margin-left: 57px;
  }
  
  #career .step img {
    border-radius: 20px;
  }
  
  #career .step-flex::before {
    background-image: url("../images/career/career_step_dot_pc@2x.png");
    height: calc(100% + 30px);
    width: 10px;
    top: 4px;
    left: -72px;
  }
  
  #career .career-step {
    font-size: 24px;
    width: 110px;
    top: 11px;
  }
  
  #career .step01.career-step {
    top: 11px;
  }
  
  #career .step01::before{
    background-image: url("../images/career/career_step_ttl_bg01_pc@2x.png");
    width: 110px;
    height: 92px;
    top: -34px;
  }
  
  #career .step02::before{
    background-image: url("../images/career/career_step_ttl_bg02_pc@2x.png");
    width: 110px;
    height: 92px;
    top: -34px;
  }
  
  #career .step03::before{
    background-image: url("../images/career/career_step_ttl_bg03_pc@2x.png");
    width: 110px;
    height: 92px;
    top: -34px;
  }
  
  #career .step04::before{
    background-image: url("../images/career/career_step_ttl_bg04_pc@2x.png");
    width: 110px;
    height: 92px;
    top: -34px;
}
  
  #career .step05::before{
    background-image: url("../images/career/career_step_ttl_bg05_pc@2x.png");
    width: 110px;
    height: 92px;
    top: -34px;
  }
  
  #career .career-step::after {
    width: 31px;
    height: 42px;
    top: 42px;
  }
  
  #career .content-step::before {
    background-image: url("../images/career/career_skill_img01_pc@2x.png");
    width: 326px;
    height: 422px;
    left: 0px;
    bottom: -320px;
  }
}

@media print, screen and (min-width: 1350px) {
  #career .content-step::before{
    left: -78px;
    bottom: -202px;
  }
}
/*----------skill----------*/
#career .skill-inner{
  min-width: 320px;
}

#career .content-skill {
  background: url("../images/career/career_skill_bg_sp.png") no-repeat center / cover;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vw / 375 * 465);
  min-height: 420px;
}

#career .skill-wrap {
  width: calc(100% - 151px);
  margin: 0 auto;
  min-width: 200px;
}

#career .skill-name {
  background-color: #fff;
  height: 45px;
  margin: auto auto 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #0068B7;
  line-height: 45px;
}

@media print, screen and (min-width: 768px) {/* ---------- タブレット・PC以上 ---------- */
  #career .skill-inner {
    padding-top: 120px;
  }
  
  #career .content-skill {
    background-image: url("../images/career/career_skill_bg_pc@2x.png");
    background-size: contain;
    height: 466px;
  }
  
  #career .content-skill .career-ttl {
    padding-bottom: 58px;
  }
  
  #career .skill-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin-bottom: 38px;
  }
  
  #career .skill-name {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    line-height: 1.63;
    border-radius: 10px;
    height: 90px;
    width: calc((100% - 40px) / 5);
    margin: 0;
  }
  
}

/*----------link-area----------*/
#career .link-box-tw-container {
  margin-bottom: 37px;
}

#career .link-box {
  width: calc(100% - 60px);
  margin: 35px auto 0;
  min-width: 280px;
  position: relative;
  z-index: 0;
}

#career .link-box-bg-pc{
  display: none;
}

#career .link-box-bg-sp {
  color: #D6E6F3;
  font-size: 75px;
  line-height: 1;
  letter-spacing: .02em;
  position: absolute;
  text-align: center;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0.7;
}

#career .link-box-ttl {
  text-align: center;
  letter-spacing: .02em;
}

#career .link-ttl {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.43;
}

#career .link-ttl-small-01 {
  font-size: 18px;
}

#career .career-link-text {
  margin: 30px auto 12px;
}

#career .link-box-ttl .career-text {
  width: calc(100% + 10px);
  margin-left: -5px;
}

@media print, screen and (min-width: 768px) {/* ---------- タブレット・PC以上 ---------- */
  #career .link-box-ttl .career-text{
    line-height: 1.44;
  }
  
  #career .link-ttl {
    font-size: 40px;
    line-height: 1.44;
    margin-top: 10px;
  }
  
  #career .link-ttl-small-01 {
    font-size: 36px;
  }
  
  #career .link-ttl-small-02 {
    font-size: 30px;
  }
  
  #career .link-box-bg-sp {
    display: none;
  }
  
  #career .link-box-inner{
    position: relative;
    z-index: 0;
  }
  
  #career .link-box-bg-pc{
    display: block;
    position: absolute;
    color: #D6E6F3;
    font-size: min(calc(5.875rem + ((1vw - 7.68px) * 4.8611)),150px);
    line-height: 1;
    letter-spacing: .02em;
    z-index: -1;
    opacity: 0.7;
    top: 190px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  
  #career .link-box-tw-container {
    max-width: 1120px;
    margin: auto auto 94px;
    display: flex;
    justify-content: space-between;
  }
  
  #career .link-box {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    width: calc((100% - 50px) / 2);
    margin: 140px 0 0;
  }
  
  #career .career-link-text{
    line-height: 2;
    margin: 49px auto 60px;
  }
  
  
  
  
  
  
}
/*----リンクボタン----*/
#career .link-box a:hover {
  opacity: 1 !important;
}

#career .link-shutter-wrapper a{
  position: relative;
  display: block;
}

#career .link-box-wrap{
  position: absolute;
  top: 30px;
}

#career .link-box-more {
  width: 190px;
  height: 40px;
  background: #009D85;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.02em;
}

#career .link-box-more .button-text {
  padding-left: 25px;
  display: flex;
  align-items: center;
  padding-top: 4px;
}

#career .link-box-more .button-text::after {
  position: absolute;
  content: "";
  z-index: 1;
  background: url("../images/career/top_arrow_ico_white.svg") no-repeat center center/contain;
  width: 9px;
  height: 15px;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

#career .link-shutter {
  overflow: hidden;
}

#career .link-shutter .link-shutter-content {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

#career .link-box-tw-container .link-box-tw-content .link-box-tw-img {
  width: 240px;
  height: 200px;
  margin: 0 0 0 auto;
}

#career .link-box-tw-container .link-box-tw-content .link-box-tw-img .link-box-tw-img-item {
  width: 100%;
  height: 100%;
}
#career .link-box-tw-container .link-box-tw-content .link-box-tw-img .link-box-tw-img-item .img {
  transition: all 0.3s;
}

#career .link-box-tw-container .link-box-tw-content .link-box-more {
  position: relative;
  z-index: 1;
}


@media screen and (min-width: 768px) {
  
  #career .link-box-more {
    width: 300px;
    height: 60px;
    font-size: 20px;
  }
  
  #career .link-box-more .button-text {
    padding-left: 52px;
  }
  
  #career .link-box-more .button-text::after {
    width: 10px;
    height: 18px;
  }
  
  #career .link-shutter-wrapper:hover {
    opacity: 1 !important;
  }
  
  #career .link-shutter:hover {
    opacity: 1 !important;
  }
  
  #career .link-box-tw-container .link-box-tw-content {
    display: flex;
    flex-direction: column;
    margin-top: auto;
  }

  #career .link-box-tw-container .link-box-tw-content .link-box-tw-img {
    width: 400px;
    height: auto;
    max-width: 100%;
    margin: 0 0 0 auto;
  }
  
  #career .link-box-tw-container .link-box-tw-content.link-box-welfare-content .link-box-common-txt {
    padding: 0 40px 0 60px;
  }

}

@media print, screen and (min-width: 1280px) {
  #career .link-box-more:hover {
    transition: all 1s ease-in;
    background-color: transparent;
  }
  #career .link-box-more:hover .button-text::after {
    right: 22px;
  }
  
  #career .link-shutter-wrapper:hover .link-shutter-content::before {
    transform: translateX(0%);
  }
  
  #career .link-shutter-wrapper:hover .button-text::after {
    right: 22px;
  }
  
  #career .link-box-tw-container .link-box-tw-content .link-shutter-wrapper:hover .link-box-tw-img-item .img {
    width: 104%;
    height: 104%;
  }
  
  #career .link-shutter .link-shutter-content::before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FF59B1;
    transition: all 0.3s ease-in-out;
    transform: translateX(-100%);
  }
  
  #career .link-shutter:hover .link-shutter-content::before {
    transform: translateX(0%);
  }
  
}

/*------------------------------------------------------------
bottom
------------------------------------------------------------*/
#career .no-link{
  opacity: .7;
  pointer-events: none;
}

#career .bottom-link-text .text-wrap{
  letter-spacing: .02em;
  padding-right: calc(100vw / 375 * 11);
}

#career .bottom-link-text .text-eng{
  font-size: 28px;
  line-height: 1.3;
}

#career .bottom-link-text .text-jpn{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.46;
}

#career .bottom-links .bottom-link-text .text-jpn{
  font-size: 10px;
}

#career .btn-more .btn-text{
  font-size: 10px;
  transform: scale(.8);
  letter-spacing: .02em;
  line-height: 1;
  text-align: center;
  padding-top: 3px;
}

#career .btn-more{
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  width: 35px;
  justify-content: center;
}

#career .btn-more::after{
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-color: #FF59B1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -10;
}

#career .bottom-link-text{
  display: flex;
  flex-wrap: wrap;
  color: #FFF;
}

#career .bottom-illust{
  position: relative;
}

#career .bottom-illust .bottom-link-text{
  position: absolute;
  right: calc(100vw / 375 * 12);
  bottom: 5px;
}

#career .bottom-links{
  background-color: #0068B7;
  padding: 40px 0 10px;
}

#career .bottom-links .bottom-link-text{
  max-width: 288px;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

#career .bottom-links .bottom-link-text:last-of-type{
  margin-bottom: 0;
}

#career .bottom-links .btn-more{
  margin-top: 11px;
}

#career .bottom-links .bottom-link-text .text-eng{
  line-height: 1;
}

#career .bottom-links-innerwrap{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
  gap: 10px;
}

#career .bottom-links-innerwrap .hover-area{
  padding-left: 10px;
}


@media print, screen and (min-width: 768px) {/* ---------- タブレット・PC以上 ---------- */
  #career .bottom-illust .text-eng{
    font-size: min(80px, calc(1.75rem + ((1vw - 3.75px) * 3.3657)));
  }
  
  #career .bottom-illust .text-jpn{
    font-size: min(30px, calc(0.9375rem + ((1vw - 3.75px) * 0.9709)));
  }
  
  #career .btn-more .btn-text{
    font-size: 16px;
    transform: scale(1);
  }
  
  #career .bottom-illust .bottom-link-text{
    bottom: calc(100vw / 1920 * 80);
    left: 50%;
    transform: translateX(calc(-50% - calc(100vw / 1920 * 123)));
  }
  
  #career .btn-more::after{
    width: 70px;
    height: 70px;
    transition: all .3s ease-out;
    
  }
  
  #career .bottom-link-text{
    flex-wrap: nowrap;
    width: max-content;
  }
  
  #career .bottom-links .bottom-link-text .text-eng{
    font-size: min(60px, calc(1.75rem + ((1vw - 3.75px) * 2.0712)));
  }
  
  #career .bottom-links .bottom-link-text .text-jpn{
    font-size: min(20px, calc(0.9375rem + ((1vw - 3.75px) * 0.3236)));
  }
  
  #career .btn-more{
    padding: 15px;
    width: 70px;
  }
  
  #career .bottom-links-innerwrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: column;
    gap: 20px 45px;
  }
  
  #career .bottom-links .bottom-link-text{
    max-width: unset;
    margin-bottom: 0;
  }
  
  #career .bottom-link-text:hover .btn-more{
    color: #FF59B1;
  }
  
  #career .bottom-link-text:hover .btn-more::after{
    background-color: #FFF;
    border: solid 2px #FF59B1;
    transform: translate(-50%, -50%) scale(1.3);
    transform-origin: center;
  }
  
  #career .bottom .hover-area a{
    opacity: 1;
  }
  
  #career .bottom-links-innerwrap .hover-area{
    padding: 0;
  }
  
  #career .bottom-links .bottom-link-text .text-wrap{
    padding-right: 0;
  }

}