/* 仕事紹介ページ（作成者：森） ここから↓↓↓ */
/*-------------------------
ファーストビュー
-------------------------*/
.main-container:has(.fv-type4){
  background: #EEF4F8; 
}
.fv-type4-pc{
  display: none;
}
.fv-type4-sp{
background: linear-gradient(180deg, #2067A7 0%, #2067A7 368px, #EEF4F8 368px, #EEF4F8 100%);
}

/* FV タイトル */
.fv-type4-sp .fv-type4-content-wrapper{
  position: relative;
  height: 368px;
  max-width: 652px;
  margin: 0 auto;
}
.fv-type4-sp .fv-type4-content-wrapper .fv-type4-title-box{
  color: #fff;
  position: absolute;
  top: 123px;
  left: 45px;
}

.fv-type4-sp .fv-type4-content-wrapper .fv-type4-title-box h1{
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.fv-type4-sp .fv-type4-content-wrapper .fv-type4-title-box small{
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
}

.fv-type4-sp .fv-type4-content-wrapper .fv-type4-title-box .fv-type3-info{
  margin-top: 16px;
  width: fit-content;
}

/*FV 画像 */
.fv-type4-sp .fv-type4-image-wrapper{
  width: 100%;
 padding: 0 25px;
 margin: 0 auto;
 margin-top: -70px;
}

.fv-type4-sp .fv-type4-image-wrapper .fv-type4-image-sp{
  max-width: 652px;
  display: block;
  margin: 0 auto;
}

.fv-type4-sp .fv-type4-image-wrapper .fv-type4-image-tab{
  display: none;
}

/*FV スローガン */
.fv-type4-sp .fv-type4-slogan-wrapper{
  max-width: 652px;
  box-sizing: content-box;
  padding: 0 24px 56px 24px;
  margin: 16px auto 0 auto;
}

.fv-type4-sp .fv-type4-slogan-wrapper .slogan h2{
  color: #2067A7;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: 700;

}
.fv-type4-sp .fv-type4-slogan-wrapper .slogan p{
  font-size: 16px;
  margin-top: 16px;
  line-height: 28px;
  letter-spacing: 0.03em;
  font-weight: 400;
}

/*-------------------------
仕事内容（About Work）
-------------------------*/
.job-introduction-about-work{
  background: #fff;
  padding: 0 24px 46px 24px;
}

.job-introduction-about-work .kazari{
  background: url(/images/4_work/cam/kazari_mobile.webp) no-repeat right/180px 60px;
  height: 60px;
  margin-right: -24px;
}

/* タイトル（共通） */
.job-introduction-title-box p{
  font-family: var(--text-font-roboto);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.03em;
  margin: 0;
  color: #2067A7;
}
.job-introduction-title-box h2{
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.03em;
}

.job-introduction-about-work .flex-wrapper{
  max-width: 1200px;
  margin: 0 auto;
}
/* リスト */
.job-introduction-about-work .flex-wrapper ul{
  margin-top: 40px;
}
.job-introduction-about-work .flex-wrapper ul li:not(:first-of-type){
  margin-top: 48px;
  position: relative;
}
.job-introduction-about-work .flex-wrapper ul li span{
  border: solid 1px #2067A7;
  color: #2067A7;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.05em;
  display: block;
  padding: 4px 16px;
  width: fit-content;
  position: relative;
}
.job-introduction-about-work .flex-wrapper ul li:not(:first-of-type)::before{
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #EAEAEA;
  top: -24px;
}
.job-introduction-about-work .flex-wrapper ul li p{
  margin: 20px 0 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.03em;
}

/* 画像 */
.job-introduction-about-work .flex-wrapper .image-box{
  max-width: 327px;
  margin: 32px auto 0 auto;
}
.job-introduction-about-work .flex-wrapper .image-box img{
  max-width: 327px;
  max-height: 242px;
}
.job-introduction-about-work .flex-wrapper .image-box img:not(:first-of-type){
  margin-top: 19px;
}

/*-------------------------
１日の流れ（schedule）
-------------------------*/
.job-introduction-schedule{
  padding-top: 56px;
}

.job-introduction-schedule .job-introduction-title-box{
  text-align: center;

}

.job-introduction-schedule .schedule-list{
  position: relative;
  z-index: 1;
  max-width: 756px;
  margin: 40px auto 0 auto;
  padding: 0px 25px;
  box-sizing: content-box;
}
.job-introduction-schedule .schedule-list::before{
  content: "";
  position: absolute;
  background: #2067A7;
  width: 1px;
  height: 100%;
  left: 60px;
  z-index: -1;
}
.job-introduction-schedule .schedule-list li{
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 28px 16px 24px 0;
}
.job-introduction-schedule .schedule-list li:not(:first-of-type){
  margin-top: 24px;
}
.job-introduction-schedule .schedule-list li .container{
	display: grid;
	grid-template-rows: 34px 1fr;
	grid-template-columns: 67px 1fr;
	grid-template-areas:
  "areaA areaB"
  "areaC areaD";
}
.job-introduction-schedule .schedule-list li .container p{
  margin: 0;
}

/* アイテム */
.job-introduction-schedule .schedule-list li .container .itemA01{
  background: #2495DA;
}
.job-introduction-schedule .schedule-list li .container .itemA02{
  background: #248FD4;
}

.job-introduction-schedule .schedule-list li .container .itemA03{
  background: #2287C9;
}

.job-introduction-schedule .schedule-list li .container .itemA04{
  background: #2381C5;
}

.job-introduction-schedule .schedule-list li .container .itemA05{
  background: #2277B9;
}

.job-introduction-schedule .schedule-list li .container .itemA06{
  background: #216CAD;
}

.job-introduction-schedule .schedule-list li .container .itemA07{
  background: #216CAD;
}

.job-introduction-schedule .schedule-list li .container .itemA {
	grid-area: areaA;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-introduction-schedule .schedule-list li .container .itemB {
	grid-area: areaB;
  padding-left: 14px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.05em;
}
.job-introduction-schedule .schedule-list li .container .itemD {
	grid-area: areaD;
	padding-left: 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
/*-------------------------
１日の流れ（schedule）
「先輩社員へのインタビュー（interview）」
-------------------------*/ 
.job-introduction-schedule .interview-wrapper{
  padding: 56px 0px;
  margin-top: 56px;
  background: #2067A7;
  border-bottom-right-radius: 0px;
}
.job-introduction-schedule .interview-wrapper{
  color: #fff;
}
.job-introduction-schedule .interview-wrapper p{
  color: #fff;
}
.job-introduction-schedule .interview-wrapper .interview-list{
  margin-top: 40px;
  padding: 0 88px 0 88px;
}
.job-introduction-schedule .interview-wrapper .interview-list li{
  max-width: 200px;
  margin: 0 auto;
}
.job-introduction-schedule .interview-wrapper .interview-list li:not(:first-of-type){
  margin-top: 40px;
}
.job-introduction-schedule .interview-wrapper .interview-list li img{
  width: 200px;
  height: 272px;
}
.job-introduction-schedule .interview-wrapper .interview-list li .name-and-date{
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.job-introduction-schedule .interview-wrapper .interview-list li .name-and-date p{
  margin: 0;
  font-weight: 700;

}
.job-introduction-schedule .interview-wrapper .interview-list li .name-and-date p:first-of-type{
  margin-right: 24px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
}
.job-introduction-schedule .interview-wrapper .interview-list li .name-and-date .initials{
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 0.05em;
}
.job-introduction-schedule .interview-wrapper .interview-list li .name-and-date p:nth-of-type(2){
  border: #fff 1px solid;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  border-radius: 4px;
}




@media screen and (min-width:768px){
  /*-------------------------
  ファーストビュー
  -------------------------*/
  /* FV タイトル */
  .fv-type4-sp .fv-type4-content-wrapper{
    max-width: 688px;
  }
  .fv-type4-sp .fv-type4-content-wrapper .fv-type4-title-box{
    left: 0;
  }

  /*FV 画像 */
  .fv-type4-sp .fv-type4-image-wrapper .fv-type4-image-sp{
  display: none;
 }
  .fv-type4-sp .fv-type4-image-wrapper .fv-type4-image-tab{
  display: block;
  max-width: 688px;
  margin: 0 auto;
 }

  /*FV スローガン */
 .fv-type4-sp .fv-type4-slogan-wrapper{
  margin: 24px auto 0 auto;
  padding: 0 40px 80px 40px;
 }
 .fv-type4-sp .fv-type4-slogan-wrapper .slogan p {
  margin-top: 24px;
 }

  /*-------------------------
  仕事内容（About Work）
  -------------------------*/
  /* タイトル（共通） */
  .job-introduction-title-box{
    text-align: center;
  }

  .job-introduction-title-box p{
    font-size: 20px;
  }

  .job-introduction-title-box h2{
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.05em;
  }

  /* リスト */
  .job-introduction-about-work .flex-wrapper ul li:not(:first-of-type){
    margin-top: 80px;
  }
  .job-introduction-about-work .flex-wrapper ul li:not(:first-of-type)::before{
    top: -40px;
  }

  .job-introduction-about-work .flex-wrapper ul li span{
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.05em;
  }

  /* 画像 */
  .job-introduction-about-work .flex-wrapper .image-box{
    max-width: 100%;
    margin: 40px auto 0 auto;
    display: flex;
    justify-content: center;
  }
  .job-introduction-about-work .flex-wrapper .image-box img{
    max-width: 334px;
    max-height: 237px;
  }
   .job-introduction-about-work .flex-wrapper .image-box img:not(:first-of-type){
    margin: 0 0 0 20px;
   }

    /*-------------------------
    １日の流れ（schedule）
    「先輩社員へのインタビュー（interview）」
    -------------------------*/
    .job-introduction-schedule .interview-wrapper{
    box-shadow: 0px 4px 4px 0px #00000040;
    }


}






@media screen and (min-width:1024px){
  /*-------------------------
  ファーストビュー
  -------------------------*/
  .fv-type4-sp{
    display: none;
  }
  .fv-type4-pc{
    max-width: 1280px;
    display: block;
    display: flex;
    padding: 100px 40px 100px 81px;
    margin: 0 auto;
    position: relative;
    height: 797px;
  }
  .fv-type4-pc::before{
    position: absolute;
    content: "";
    background: #2067A7;
    height: 697px;
    width: 527px;
    right: 0;
    top: 0;
  }

  .fv-type4-pc .left-wrapper{
    width: 49%;
    padding-right: 99px;
    position: absolute;
    top: 161px;
    z-index: 2;
  }
  .fv-type4-pc .right-wrapper{
    width: 51%;
  }

  /* FV タイトル */
   .fv-type4-pc .fv-type4-content-wrapper .fv-type4-title-box h1{
    font-size: 64px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 0.05em;
    background: linear-gradient(98.21deg, #2067A7 -57.59%, #2488CC 2.34%, #23A7EE 40.31%, #2488CC 79.01%, #2067A7 103.74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .fv-type4-pc .fv-type4-content-wrapper .fv-type4-title-box small{
    font-family: Roboto;
    color: #5C5D5D;
    margin-top: 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.03em;
  }
  .fv-type4-pc .fv-type4-content-wrapper .fv-type4-title-box .fv-type3-info{
    margin-top: 40px;
    width: fit-content;
  }
  .fv-type4-pc .fv-type4-content-wrapper .fv-type4-title-box .fv-type3-info dt::after{
    background: #242D34;
  }

  /* FV スローガン */
  .fv-type4-pc .fv-type4-slogan-wrapper .slogan h2{
    margin-top: 60px;
    color: #2067A7;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.05em;
  }
  .fv-type4-pc .fv-type4-slogan-wrapper .slogan p{
    margin-top: 18px;
    margin-bottom: 0;
    font-size: 16px;
    max-width: 444px;
  }

   /* FV 画像 */
   .fv-type4-pc .right-wrapper{
    max-width: 616px;
    position: absolute;
    right: 40px;
    top: 133px;
    z-index: 1;
   }

   /*-------------------------
  仕事内容（About Work）
  -------------------------*/
   .job-introduction-about-work{
    padding: 0 40px 100px 40px;
   }

  .job-introduction-about-work .kazari{
    background: url(/images/4_work/cam/kazari.webp) no-repeat right/432px 124px;
    height: 124px;
    margin-right: -40px;
  }

  .job-introduction-about-work .flex-wrapper{
    display: flex;
    justify-content: center;
    margin-top: 80px;
  }
  .job-introduction-about-work .flex-wrapper ul{
    order: 2;
    width: 36%;
    margin: 0 0 0 96px;
    flex-grow: 1;
  }

  .job-introduction-about-work .flex-wrapper .image-box{
    order: 1;
    width: 64%;
    margin: 0;
    display: block;
    max-width: 432px;
  }
  .job-introduction-about-work .flex-wrapper .image-box img{
    max-width: 432px;
    max-height: 320px;
  }
  .job-introduction-about-work .flex-wrapper .image-box img:not(:first-of-type){
    margin: 19px 0 0 0;
  }
  /*-------------------------
  １日の流れ（schedule）
  -------------------------*/
  .job-introduction-schedule{
  padding: 100px 0;
  }
  .job-introduction-schedule .job-introduction-title-box p{
    font-size: 20px;
  }
  .job-introduction-schedule .schedule-list{
    margin: 80px auto 0 auto;
  }
  .job-introduction-schedule .schedule-list::before{
    left: 78px;
  }
  .job-introduction-schedule .schedule-list li{
    padding: 32px 16px 32px 0;
  }
  .job-introduction-schedule .schedule-list li .container{
    grid-template-rows: 40px 1fr;
    grid-template-columns: 104px 1fr;
  }
  .job-introduction-schedule .schedule-list li .container .itemA{
    font-size: 20px;
    line-height: 20px;
  }
  .job-introduction-schedule .schedule-list li .container .itemB{
    font-size: 20px;
    line-height: 35px;
    padding-left: 33px;
  }
   .job-introduction-schedule .schedule-list li .container .itemD{
    padding: 6px 0 0 33px;
    font-weight: 500;
   }

   /*-------------------------
    １日の流れ（schedule）
    「先輩社員へのインタビュー（interview）」
    -------------------------*/ 
    .job-introduction-schedule .interview-wrapper{
      max-width: 1120px;
      margin: 100px auto 0 auto;
      border-bottom-right-radius: 64px;
    }
    .job-introduction-schedule .interview-wrapper .interview-list{
      display: flex;
      justify-content: center;
    }
    .job-introduction-schedule .interview-wrapper .interview-list li:first-of-type{
      margin: 0;
    }
    .job-introduction-schedule .interview-wrapper .interview-list li:nth-of-type(n + 2){
      margin: 0 0 0 74px;
    }
    .job-introduction-schedule .interview-wrapper .interview-list li .name-and-date{
      margin-top: 24px;
      justify-content: flex-start;
       align-items: end;
    }
    .job-introduction-schedule .interview-wrapper .interview-list li .name-and-date p:first-of-type{
      font-size: 20px;
      margin-right: 16px;
    }
    .job-introduction-schedule .interview-wrapper .interview-list li .name-and-date .initials{
      font-size: 40px;
    }





}





/* 仕事紹介ページ（作成者：森） ここまで↑↑↑ */