/*

【CSS記述ルール】

① font-sizeはpxで指定してください
　（rem、%等の指定はしないようお願いいたします）

② work はディレクトリ名に変更してください

③ 必ずディレクトリ名が付いたidセレクタを先頭に記述した後に、要素を記述してください
　（例：#oneday .inner、#oneday .page-title 等）

④ CSS内の画像指定パスは、CSSファイルから見た相対パスで指定してください
　（例：../images/ディレクトリ名/画像名.拡張子）

*/

/*------------------------------------------------------------
common
------------------------------------------------------------*/
body{
  background-color: #fff;
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
  font-weight: 500;
}

.work {
  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;
  color: #000;
}

#work * {
  box-sizing: border-box;
}

#work a {
  transition: opacity .3s;
}

#work a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#work a:hover {
  text-decoration: none;
}

#work a:focus-visible {
  outline: none;
}

#work img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#work .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#work .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#work .text {
  margin-bottom: 2em;
}

#work .text:last-of-type {
  margin-bottom: 0;
}

#work .pc-br {
  display: none;
}

#work .notes {
  display: inline-block;
  position: relative;
  margin-left: 1em;
}

#work .notes::before {
  content: '\0203B';
  display: block;
  position: absolute;
  top: 0;
  left: -1em;
}

#work .font-ardoise{
  font-family: ardoise-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}

#work .inner {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}

#work .main-block{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

#work .main-txt{
  position: relative;
  width: 200px;
  margin-bottom: 28px;
  padding-left: 12px;
  font-size: 15px;
}

#work .main-txt .ja{
  position: relative;
  padding-left: 60px;
  font-weight: 500;
}

#work .main-txt .ja::before{
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #000000;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

#work .main-txt .en{
  display: block;
  font-size:32px; 
}

#work .main-img{
  width: calc(100% - 95px);
  margin: 0 0 0 -105px;
  text-align: right;
}

#work .overview{
  margin: 60px 0;
  font-size: 14px;
  line-height: 2.14;
  font-weight: 500;
}

#work .link-ttl{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  padding: 15px 0 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

#work .link-ttl-text::before{
  content: "";
  display: inline-block;
  background-color: #B0CEE6;
  height: 60px;
  width: 1px;
  position: absolute;
  transform: translateX(-19px);
}

#work .link-ttl-number{
  padding-left: 12px;
  padding-right: 15px;
  color: #B0CEE6;
}

#work .link-ttl-text{
  position: relative;
  padding-left: 19px;
  color: #000000;
}

#work .link-wrap{
  margin-bottom: 20px;
}

#work .link-wrap:last-of-type{
  margin-bottom: 0;
}

#work .link-ttl-wrap{
  border: solid 1px #B0CEE6;
  border-top: none;
  position: relative;
}

#work .scroll_icon{
  display: block;
  width: 30px;
  height: 30px;
  background: #3A86C1;
  position: absolute;
  bottom: 0;
  right: 0;
}

#work .scroll_icon::before{
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: solid 2px #FFFFFF;
  border-left: solid 2px #FFFFFF;
  transform: rotate(-45deg) translate(1px, -8px);
  position: absolute;
  top: 50%;
  left: 50%;
}

#work .link-ttl-wrap a{
  color: #000000;
}

#work .content-ttl-inner{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  z-index: 50;
  letter-spacing: .1em;
}

#work .content01 .content-ttl .content-ttl-inner::before{
  content: "01";
}

#work .content02 .content-ttl .content-ttl-inner::before{
  content: "02";
}

#work .content03 .content-ttl .content-ttl-inner::before{
  content: "03";
}

#work .content01 .content-ttl .content-ttl-inner::before, #work .content02 .content-ttl .content-ttl-inner::before, #work .content03 .content-ttl .content-ttl-inner::before{
  color: #B0CEE6;
  font-size: 60px;
  padding-bottom: 20px;
  font-family: ardoise-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
}

#work .content-ttl{
  position: relative;
  padding-bottom: 330px;
  margin-bottom: 72px;
}

#work .content-ttl-bgImg{
  position: absolute;
  z-index: 20;
  bottom: 0;
  right: -12px;
  max-width: 340px;
  min-width: calc(100% - 35px);
}

#work .sub01::before{
  content: "仕事内容";
}

#work .sub02::before{
  content: "この仕事のやりがい";
}

#work .sub01::before, #work .sub02::before{
  color: #3A86C1;
  font-size: 18px;
  font-weight: bold;
  border: solid 1px #3A86C1;
  width: fit-content;
  padding: 4px 30px 5px;
  margin-bottom: 20px;
}

#work .jobDescription-subttl, #work .jobReward-subttl{
  color: #3A86C1;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

#work .jobDescription-inner, #work .jobReward-inner{
  margin: 22px auto 21px;
}

#work .jobDescription-inner:first-of-type, #work .jobReward-inner:first-of-type{
  margin-top: 0;
}

#work .jobDescription{
  margin-bottom: 22px;
}

#work .jobReward{
  margin-bottom: 15px;
}

#work .jobDescription-text, #work .jobReward-text{
  font-weight: 500;
  font-size: 14px;
  line-height: 2.1;
}

#work .jobImg{
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

#work .jobImg-inner{
  margin-bottom: 21px;
}

#work .jobImg-inner:last-of-type{
  margin-bottom: 0;
}

#work .jobVoice{
  background: #E4F0F2;
  padding: 21px 29px 25px;
}

#work .jobVoice-ttl{
  display: flex;
  flex-direction: column;
  color: #3A86C1;
  font-size: 18px;
}

#work .jobVoice-ttl-jp{
  font-weight: bold;
}

#work span .jobVoice-ttl-en{
  font-family: ardoise-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}

#work .jobVoice-ttl-en::before{
  content: "";
  display: inline-block;
  background-color: #3A86C1;
  width: 30px;
  height: 2px;
  margin-right: 10px;
  margin-bottom: 5px;
}

#work .jobVoice-prof{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 18px auto 26px;
}
#work .jobVoice-prof-imgIcon{
  max-width: 120px;
  margin-right: 26px;
}

#work .prof-name{
  color: #3A86C1;
  font-size: 20px;
}

#work .prof-year{
  font-size: 16px;
  font-weight: bold;
}

#work .jobVoice-text{
  font-size: 14px;
  font-weight: 500;
  line-height: 2.1;
}

#work .content-wrap{
  margin-top: 100px;
}

#work .content-wrap:last-of-type{
  margin-bottom: 107px;
}

#work #content01, #work #content02, #work #content03{
  padding-top: 70px;
  margin-top: -70px;
}

@media print, screen and (min-width: 768px) {/* ---------- タブレット・PC以上 ---------- */
  .work {
    font-size: 16px;
  }
  
  #work a[href^="tel:"] {
    color: inherit;
    pointer-events: none;
  }
  
  #work a:not([href^="tel:"]):hover {
    opacity: 1;
  }
  
  #work .sp-br {
    display: none;
  }
  
  #work .pc-br {
    display: inline;
  }
  
  #work .main-block{
    display: block;
    position: relative;
  }
  
  #work .main-txt-block{
    position: absolute;
    width:100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
  }
  
  #work .main-txt{
    width: calc(100% - 24px);
    max-width: 1200px;
    margin: 0 auto 86px;
    padding-left: 0;
    font-size: 24px;
  }
  
  #work .main-txt .ja{
    padding-left: 100px;
  }

  #work .main-txt .ja::before{
    width: 80px;
  }

  #work .main-txt .en{
    display: block;
    font-size:60px; 
  }
  
  #work .main-img{
    width: 100%;
    margin: 0;
  }
  
  #work .main-img img{
    width: 62.5%;
    object-fit: cover;
    min-height: 450px;
    min-width: 940px;
    object-position: left;
  }

  #work .overview{
    max-width: 480px;
    margin: 80px auto;
    font-size: 16px;
    line-height: 2.5;
    font-weight: 500;
  }
  
  #work .link{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 151px;
  }
  
  #work .link-wrap{
    max-width: calc((100% - 60px) / 3);
    margin-bottom: 0;
  }
  
  #work .content-wrap{
    margin-top: 180px;
  }
  
  #work .content-wrap:first-of-type{
    margin-top: 0;
  }
  
  #work .content-ttl-bgImg{
    right: 0;
    max-width: 1000px;
    width: 100%;
    min-width: unset;
  }
  
  #work .content-ttl{
    padding-bottom: 500px;
    margin-bottom: 61px;
  }
  
  #work .content-ttl-inner{
    margin-top: 20px;
  }
  
  #work .jobDescription, #work .jobReward{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  
  #work .jobDescription-inner,#work .jobReward-inner{
    max-width: calc(100% - 400px);
  }
  
  #work .jobDescription-img, #work .jobReward-img{
    max-width: 360px;
    position: absolute;
    top: 0;
  }
  
  #work .jobDescription-inner, #work .jobReward-inner{
    margin: 0;
  }
  
  #work .jobReward{
    flex-direction: row-reverse;
    margin-bottom: 86px;
  }
  
  #work .content01 .content-ttl .content-ttl-inner::before, #work .content02 .content-ttl .content-ttl-inner::before, #work .content03 .content-ttl .content-ttl-inner::before{
    font-size: 80px;
  }
  
  #work .content-ttl-inner{
    font-size: 40px;
  }
  
  #work .jobDescription-text, #work .jobReward-text{
    font-size: 16px;
    line-height: 1.8;
  }
  
  #work .jobDescription{
    margin-bottom: 92px;
  }
  
  #work .jobImg{
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 90px;
  }
  
  #work .jobImg-inner{
    max-width: calc(100% - 610px);
    margin-bottom: 0;
  }
  
  #work span .jobVoice-ttl-en, #work .jobVoice-ttl-jp{
    font-size: 20px;
  }
  
  #work .jobVoice-prof{
    flex-direction: column;
    align-items: center;
    max-width: fit-content;
    position: absolute;
    top: 30px;
    margin: 0;
    margin-left: 60px;
  }
  
  #work .jobVoice-prof-imgIcon{
    margin: 0;
    max-width: 160px;
  }
  
  #work .jobVoice-prof-text{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    max-width: 180px;
  }
  
  #work .jobVoice{
    position: relative;
    min-height: 270px;
    padding: 48px 0;
  }
  
  #work .jobVoice-ttl, #work .jobVoice-text{
    margin: 0 80px 0 300px;
    max-width: 790px;
    font-size: 16px;
    }
  
  #work .jobVoice-text{
    padding-top: 30px;
  }
  
  #work .prof-name{
    font-size: 26px;
  }
  
  #work #content01, #work #content02, #work #content03{
  padding-top: 80px;
  margin-top: -80px;
}
  
  #work .link01:hover, #work .link02:hover, #work .link03:hover{
    opacity: .7;
    transition: .5s;
  }
  
  #work .content-wrap:last-of-type{
    margin-bottom: 204px;
  }
  
  #work .jobDescription-img{
    right: 0;
  }
  
  #work .jobReward-img{
    left: 0;
  }
}

/*------------------------------------------------------------
content style
------------------------------------------------------------*/
#work .yyyyyy {
  background: url("../images/work/image_sp.jpg") no-repeat 50% 50% / cover;
}

@media print, screen and (min-width: 768px) {/* ---------- タブレット・PC以上 ---------- */
  #work .yyyyyy {
    background-image: url("../images/work/image_pc.jpg");
  }
}