@charset "UTF-8";
html{
  font: 14px/1.6 Arial, 'Noto Sans JP',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
}
body {
  color: #1a1311;
  text-align: left;
}

/* -----------------------------------------
PC_共通
----------------------------------------- */
.sec-title > .title,
.sec-title > .sub-title{
  display: block;
  line-height: 1;
}
.sec-title > .title{
  margin-bottom: 15px;
}

.btn-entry{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  color: #fff;
  background-color: #00A200;
}
.btn-entry:hover{
  background-color: #4bbd4b;
}

.txtBold{
  font-weight: bold;
}
.txtGreen{
  color: #00A200;
}

.onlySP{
  display: none;
}
.onlySP-nl{
  display: none;
}

/* -----------------------------------------
PC_ヘッダー
----------------------------------------- */
.header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  font-size: 1.6rem;
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
}
.header > .logo{
  margin: 0 0 0 20px;
}
.header > .logo:hover{
  opacity: .7;
}
.header > .logo .image{
  height: 28px;
}
.header > .logo .text{
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 1.6rem;
  color: #00A200;
}

.header-menu{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
}
.page-contents-list{
  display: flex;
  margin: 0 30px 0 0;
}
.page-contents-list> .contents-item{
  margin: 0 30px 0 0; 
}
.page-contents-list> .contents-item:last-child{
  margin: 0;
}
.page-contents-list> .contents-item:hover > .link{
  color: #00A200;
}
.page-contents > .btn-entry{
  display: none;
}

.header-menu > .btn-entry{
  white-space: nowrap;
  height: 70px;
  padding: 0 30px;
}
.header-menu > .sp-hamburger-menu{
  display: none;
  width: 70px;
  height: 70px;
}
.header-menu > .sp-hamburger-menu > .inner > .bar{
  display: block;
  width: 25px;
  height: 1px;
  margin: 0 0 8px;
  background-color: #1a1311;
}
.header-menu > .sp-hamburger-menu > .inner > .bar:last-child{
  margin: 0;
}

/* -----------------------------------------
PC_エントリーボタンセクション
----------------------------------------- */
.entry-btn-sec > .btn-entry{
  max-width: 580px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
}
.entry-btn-sec > .btn-entry::after{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 110%;
  height: 80px;
  transform: translate(-50%, -50%);
  background: #F8DC52;
}
.entry-btn-sec.first{
  padding: 0px 20px 0;
  margin-top: 90px;
  /*margin-bottom: 30px;*/
}

/* -----------------------------------------
PC_ファーストビュー
----------------------------------------- */
.firstview{
  position: relative;
  display: flex;
  align-items: center;
  margin: 70px 0 0;
  padding: 200px 0 230px;
}
.firstview > .page-heading{
  width: 100%;
  min-width: 650px;
  margin: 0 53.6428% 0 0;
  font-size: 3.5vw;
  font-weight: bold;
}
.firstview > .page-heading > .inner{
  display: block;
  padding: 20px 0 70px 40px;
  background-color: #DFF6D2;
}
.firstview > .img-wrap{
  min-width: 50%;
}
.firstview > .img-wrap > img{
  width: 100%;
}
.firstview > .img-wrap{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-30%);
  width: 63.5%;
}
.firstview > .img-wrap > .firstview-sp{
  display: none;
}


/* -----------------------------------------
PC_各セクション共通要素
----------------------------------------- */
.sec-block{
  font-size: 1.8rem;
}
.sec-block .sec-title{
  margin: 0 auto 60px;
  text-align: center;
  font-weight: bold;
}
.sec-block .sec-title > .title{
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.3;
}
.sec-block .sec-title > .sub-title{
  font-size: 2rem;
  color: #00A200;
}
.sec-block .sec-title > .sub-title.sub-title-note{
  font-size: 1.6rem;
  color: #9b0a0a;
  margin-top: 2.5rem;
}

/* -----------------------------------------
PC_メッセージ
----------------------------------------- */
.sec-block#message{
  position: relative;
  padding: 0 0 180px;
}
.sec-block#message::after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  transform: translateY(-60%);
  width: 71.4285%;
  height: 740px;
  background-color: #FFF8CF;
}
.message-block{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
}
.message-block:not(:last-child){
  margin: 0 0 40px 0;
}
.message-block:nth-child(odd){
  flex-direction: row-reverse;
}
.message-block > .image-wrap,
.message-block > .text-wrap{
  position: relative;
  width: 34.1428%;
  height: auto;
}
.message-block:nth-of-type(odd) > .image-wrap,
.message-block:nth-of-type(even) > .text-wrap{
  margin: 0 7.1428% 0 0;
}
.message-block > .image-wrap > .image{
  width: 100%;
}

.message-block > .text-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  line-height: 2;
}
.message-block > .text-wrap > .inner > .text:not(:last-child){
  margin: 0 0 25px 0;
}

/* -----------------------------------------
PC_プログラム
----------------------------------------- */
.sec-block#program{
  padding: 120px 0 120px;
  background-color: #DFF6D2;
}
.program-wrap{
  display: flex;
  justify-content: center;
  max-width: 1240px;
  margin: 0 auto;
}
.program-wrap > .item{
  width: 39%;
  padding: 20px;
  background-color: #fff;
}
.program-wrap > .item:not(:last-child){
  margin: 0 6.4285% 0 0;
}
.program-wrap > .item > .heading{
  margin: 0 0 20px;
  padding: 5px 0;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #00A200;
}

.program-wrap > .item > .text{
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: bold;
}

/* -----------------------------------------
PC_こんな人におすすめ
----------------------------------------- */
.sec-block#recommend{
  position: relative;
  padding: 120px 80px;
  margin-bottom: 30px;
}
.sec-block#recommend > .inner{
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 40px;
  background-color: #FFF8CF;
}

.recommend-list-wrap{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 40px;
  padding-left: 160px;
  font-size: 2.4rem;
  background-color: #fff;
}
.recommend-list{
  display: inline-block;
}
.recommend-list > .item{
  display: flex;
  align-items: flex-start;
  font-weight: bold;
}
.recommend-list > .item:not(:last-child){
  margin: 0 0 35px 0;
}
.recommend-list > .item::before{
  content: '';
  display: inline-block;
  min-width: 30px;
  height: 30px;
  margin: 3px 30px 0 0;
  background-color: #fff;
  border: 3px solid #ddd;
}
.recommend-list-image{
  position: absolute;
  width: 200px;
}
.recommend-list-image > img{
  width: 100%;
}
/* 左画像 縦長の画像の場合 */
.recommend-list-image.image01{
  top: 50%;
  left: 0;
  width: 17.8571%;
  height: auto;
  transform: translate(-80px, -50%);
}
.recommend-list-image.image02{
  bottom: 0;
  right: 0;
  width: 35%;
  /*width: 26.7857%;*/
  height: auto;
  transform: translate(80px, 190px);
  /*transform: translate(80px, 100px);*/
  /*transform: translate(80px, 80px);*/
}
/* 左画像 横長の画像の場合 */
.recommend-list-image.image03{
  top: 50%;
  left: 0;
  width: 30%;
  height: auto;
  transform: translate(-80px, -50%);
  /*transform: translate(-130px, -50%);*/
}

.sp-recommend-image-wrap{
  display: none;
}

/* -----------------------------------------
PC_募集要項
----------------------------------------- */
.sec-block#outline{
  padding: 120px 0 120px;
}

/* 募集要項リスト 共通要素 */
.outline-list{
  max-width: 1000px;
  margin: 0 auto 60px;
}
.outline-list .greenHeading{
  font-weight: bold;
  color: #00A200;
}
.outline-list .bgGreenHeading{
  font-weight: bold;
  background-color: #DFF6D2;
  margin: 0 0 10px;
  padding: 5px 10px;
}

.outline-list > .outline-item:not(:last-child){
  margin: 0 0 40px;
}
.outline-item > .heading{
  width: 100%;
  margin: 0 0 20px 0;
  padding: 5px 10px;
  font-size: 2rem;
  color: #fff;
  background-color: #00A200;
}
.outline-item > .cont:not(:last-child){
  margin: 0 0 40px 0;
}
.outline-item > .cont > .text:not(:last-child){
  margin: 0 0 10px
}
.outline-item > .cont > .note{
  width: 100%;
  margin: 0 0 40px;
  font-size: 1.4rem;
}

/* 募集要項リスト 個別設定 */
.outline-item.schedule .cont{
  width: 100%;
  font-size: 2rem;
}
.outline-item.schedule .term-wrap:not(:last-child){
  margin: 0 0 40px;
}
.outline-item.schedule .term-wrap > .date-wrap{
  display: flex;
}
.outline-item.schedule .term-wrap .date{
  display: block;
  width: 40%;
  font-weight: bold;
  text-indent: -3.5em;
  padding-left: 3.5em;
}
.outline-item.schedule .term-wrap .date:nth-child(odd){
  margin: 0 4% 0 0;
}
.outline-item.schedule > .cont .date > .heading{
  color: #00A200;
}

.outline-item.limit .term-wrap{
  font-size: 2rem;
  font-weight: bold;
}
.outline-item.limit .term-wrap:not(:last-child){
  margin: 0 0 40px;
}
.outline-item.limit .term-wrap > .text > .date{
  display: inline-block;
  width: 7.5em;
}

.outline-image-wrap{
  text-align: center;
}
.outline-image-wrap > img{
  width: 100%;
  max-width: 800px;
  height: auto;
}

/* -----------------------------------------
PC_申込フロー 
----------------------------------------- */
.sec-block#flow{
  position: relative;
  padding: 120px 0 120px;
  background-color: #DFF6D2;
}

.flow-list{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.flow-item{
  display: flex;
  align-items: center;
  padding: 25px 40px;
  font-weight: bold;
  background-color: #fff;
}
.flow-item:not(:last-child){
  margin: 0 0 70px 0;
}
.flow-item > .step-number{
  margin: 0 40px 0 0;
  text-align: center;
}
.flow-item > .step-number > .step,
.flow-item > .step-number > .number{
  display: block;
  line-height: 1;
}
.flow-item > .step-number > .step{
  margin: 0 0 10px;
  font-size: 2rem;
}
.flow-item > .step-number > .number{
  font-size: 4.2rem;
}
.flow-item > .text{
  font-size: 2.4rem;
}
.flow-item > .text > .note{
  display: block;
  margin: 10px 0 0;
  font-size: 1.4rem;
  font-weight: normal;
}

/* -----------------------------------------
PC_参加者の声
----------------------------------------- */
.image-sec.before-voice{
  text-align: center;
  padding: 120px 20px;
}
.image-sec.before-voice > .image-pc{
  width: 100%;
  max-width: 1240px;
}
.image-sec.before-voice > .image-sp{
  display: none;
}

.sec-block#voice{
  padding: 120px 20px 35px;
}

.voice-wrap{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.voice-wrap > .item{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32.8571%;
  margin: 0 0 100px;
  padding: 20px;
}
.voice-wrap > .item::before,
.voice-wrap > .item::after{
  content: '';
  display: block;
  position: absolute;
  width: 80px;
  height: 40px;
  background-repeat: no-repeat;
}
.voice-wrap > .item::before{
  top: 0;
  left: 0;
  background-image: url(/recruit/internship/img/voice-start.png);
  background-position: top 0 left 0;
}
.voice-wrap > .item::after{
  bottom: 0;
  right: 0;
  background-image: url(/recruit/internship/img/voice-end.png);
  background-position: bottom 0 right 0;
}
.voice-wrap > .item > .text > .strong{
  position: relative;
  font-weight: bold;
  color: #00A200;
  /* background-color: #F8DC52; */
  background: linear-gradient(180deg,#fff 0%,#fff 13px,#F8DC52 100%);
}

.voice-wrap > .item:nth-child(odd){
  margin: 0 4.7619% 100px 0;
}

/* -----------------------------------------
PC_スクロールボタン
----------------------------------------- */
.scroll-btn{
  opacity: 0;
  
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(/recruit/internship/img/arrow-up.svg);
  background-color: #F8DC52;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  cursor: pointer;
  transition: opacity .3s;
}
.scroll-btn.appear{
  opacity: 1;
}
.scroll-btn:hover{
  opacity: .7;
}

/* -----------------------------------------
PC_フッター
----------------------------------------- */
.image-sec.before-footer{
  padding: 120px 20px;
  text-align: center;
}
.image-sec.before-footer > img{
  max-width: 800px;
}

.main-footer{
  padding: 30px 20px;
  background-color: #DFF6D2;
  font-size: 1.4rem;
  color: #1A1311;
}
.footer-nav-wrap{
  margin: 0 0 -10px 0;
  font-size: 1.4rem;
}
.footer-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 40px 0;
}
.footer-nav > .item{
  margin: 0 0 10px;
}
.footer-nav > .item:not(:last-child){
  margin: 0 35px 10px 0;
}
.footer-nav > .item:hover > .link{
  color: #00A200;
}

.main-footer > .copyright{
  text-align: center;
}


/* タブレット */
@media screen and (max-width: 1250px){
  /* -----------------------------------------
  TB_ヘッダー
  ----------------------------------------- */
  .page-contents{
    display: none;
    transform: translateX(200vw);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #dff6d2;
    transition: .3s;
  }
  .page-contents.active{
    display: block;
    animation: menuSlide .3s .1s forwards alternate;
  }
  @keyframes menuSlide{
    0%{
      opacity: 0;
      transform: translateX(200vw);
    }
    100%{
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  
  .page-contents-list{
    display: block;
    margin: 80px 0 40px;
    text-align: center;
  }
  .page-contents-list > .contents-item{
    margin: 0;
    border-top: 1px solid #00a200;
  }
  .page-contents-list > .contents-item:last-child{
    border-bottom: 1px solid #00a200;
  }
  .page-contents-list > .contents-item > .link{
    display: block;
    padding: 15px 0;
  }
  .page-contents > .btn-entry{
    display: flex;
    max-width: 335px;
    height: 60px;
    margin: 0 auto;
  }
  
  .header-menu > .sp-hamburger-menu{
    position: relative;
    top: 0;
    right: 0;
    z-index: 50;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .header-menu > .sp-hamburger-menu.active > .inner > .bar{
    margin: 0;
    transition: .3s;
  }
  .header-menu > .sp-hamburger-menu.active > .inner > .bar:first-child{
    transform: rotate(45deg);
  }
  .header-menu > .sp-hamburger-menu.active > .inner > .bar:nth-child(2){
    display: none;
  }
  .header-menu > .sp-hamburger-menu.active > .inner > .bar:last-child{
    transform: rotate(-45deg);
  }
  
  /* -----------------------------------------
  TB_ファーストビュー
  ----------------------------------------- */
  .firstview{
    padding: 100px 0 300px;
  }
  .firstview > .img-wrap{
    width: 55vw;
    transform: translateY(-22vw)
  }
  .firstview > .img-wrap > .firstview-pc{
    display: none;
  }
  .firstview > .img-wrap > .firstview-sp{
    display: block;
  }
  
  /* -----------------------------------------
  TB_各セクション共通要素
  ----------------------------------------- */
  .sec-block .sec-title{
    margin: 0 auto 50px;
  }
  
  /* -----------------------------------------
  TB_メッセージ
  ----------------------------------------- */
  .sec-block#message{
    padding: 100px 20px;
  }
  .message-block > .image-wrap,
  .message-block > .text-wrap{
    width: 50%;
  }
  
  /* -----------------------------------------
  TB_プログラム
  ----------------------------------------- */
  .sec-block#program{
    padding: 80px 20px;
    margin: 0 0 80px;
  }
  .program-wrap{
    max-width: 800px;
  }
  .program-wrap > .item{
    width: 45%;
  }
  .program-wrap > .item > .heading{
    font-size: 2.4rem;
  }
  .program-wrap > .item > .text{
    font-size: 2.0rem;
  }
  .program-wrap > .item:not(:last-child){
    margin: 0 5% 0 0;
  }
  
  /* -----------------------------------------
  TB_こんな人におすすめ
  ----------------------------------------- */
  .sec-block#recommend{
    padding: 0;
  }
  .sec-block#recommend > .inner{
    padding: 80px 40px;
  }
  
  .recommend-list-image{
    display: none;
  }
  .sp-recommend-image-wrap{
    display: block;
    transform: translateY(-40px);
  }
  .sp-recommend-image-wrap > img{
    width: 100%;
  }
  .recommend-list-wrap{
    padding-left: 40px;
  }
  
  /* -----------------------------------------
  TB_募集要項
  ----------------------------------------- */
  .sec-block#outline{
    padding: 100px 0;
  }
  .outline-list-wrap{
    padding: 0 20px;
  }
  
  .outline-item.schedule .term-wrap .date{
    width: 48%;
  }
  .outline-item.schedule .term-wrap .date:nth-child(odd){
    margin: 0 4% 0 0;
  }


  /* -----------------------------------------
  TB_申込フロー 
  ----------------------------------------- */
  .sec-block#flow > .image{
    right: 20px;
  }
  .image-sec.before-voice{
    padding: 100px 0;
  }
  
  /* -----------------------------------------
  TB_参加者の声
  ----------------------------------------- */
  .sec-block#voice{
    padding: 100px 20px 35px;
  }
  .voice-wrap > .item{
    width: 100%;
    margin: 0 0 60px!important;
    padding: 20px 40px;
  }
  
  
  .image-sec.before-footer{
    padding: 100px 0;
  }
  .image-sec.before-footer > img{
    max-width: 100%;
  }
}

/* OTHER */
@media screen and (max-width: 1233px){
  .recommend-list-wrap{
    padding-left: 40px;
  }
}

/* SP */
@media screen and (max-width: 750px){
  /* -----------------------------------------
  SP_共通
  ----------------------------------------- */
  .btn-entry{
    font-size: 1.6rem;
  }
  
  .onlySP{
    display: inline;
  }
  .onlySP-nl{
    display: block;
  }
  
  /* -----------------------------------------
  SP_ヘッダー
  ----------------------------------------- */
  .header{
    height: 50px;
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .header > .logo{
    margin: 0 0 0 10px;
  }
  .header > .logo .image{
    height: 18px;
  }
  .header > .logo .text{
    display: block;
    font-size: 1.1rem;
    margin: 0 0 0 28px;
  }
  
  .header-menu > .btn-entry{
    height: 50px;
    padding: 0 10px;
  }
  
  .header-menu > .sp-hamburger-menu{
    width: 50px;
    height: 50px;
  }
  
  /* -----------------------------------------
  SP_各セクション共通要素
  ----------------------------------------- */
  .sec-block{
    font-size: 1.6rem;
  }
  .sec-block .sec-title{
    margin: 0 0 30px;
  }
  .sec-block .sec-title > .title{
    font-size: 3.6rem;
  }
  
  /* -----------------------------------------
  SP_エントリーボタンセクション
  ----------------------------------------- */
  .entry-btn-sec{
    padding: 50px 20px 100px;
  }
  .entry-btn-sec > .btn-entry{
    font-size: 1.8rem;
    height: 80px;
    margin: 0 auto;
  }
  .entry-btn-sec > .btn-entry::after{
	width: 95vw;
    /*width: 100vw;*/
    height: 60px;
  }
  .entry-btn-sec.first{
	margin-top: 30px;
	margin-bottom: 80px;
    padding: 50px 20px 0;
  }
  .entry-btn-sec.second{
    padding: 50px 20px 40px;
  }
  
  /* -----------------------------------------
  SP_ファーストビュー
  ----------------------------------------- */
  .firstview{
    display: flex;
    justify-content: flex-end;
    margin: 50px 0 0;
    padding: 190px 0 90px;
  }
  .firstview > .img-wrap{
    height: auto;
    max-height: 350px;
  }
  .firstview > .page-heading{
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
    width: 92.2666%;
    min-width: 0;
    height: 300px;
    font-size: 32px;
    line-height: 1.3;
  }
  .firstview > .page-heading > .inner{
    padding: 10px 0 0 20px;
    min-width: 0;
    height: 100%;
  }
  
.firstview > .img-wrap{
  position: static;
  display: flex;
  justify-content: flex-end;
  width: 96%;
  transform: translateY(0);
}
.firstview > .img-wrap > img{
  max-width: 360px;
}
  
  /* -----------------------------------------
  SP_メッセージ
  ----------------------------------------- */
  .sec-block#message{
    padding: 0 0 80px;
  }
  .sec-block#message::after{
    display: none;
  }
  .message-block{
    display: block;
    margin: 0;
    padding: 0;
  }
  .message-block > .image-wrap{
    width: 100%;
  }
  .message-block > .image-wrap::after{
    display: none;
  }
  .message-block:nth-child(odd) > .image,
  .message-block:nth-child(even) > .image{
    margin: 0;
  }
  .message-block > .text-wrap{
    width: 100%;
    padding: 30px 30px 0;
  }
  
  /* -----------------------------------------
  SP_プログラム
  ----------------------------------------- */
  .sec-block#program{
    margin: 0 0 40px;
  }
  .program-wrap{
    display: block;
  }
  .program-wrap > .item{
    width: 100%;
  }
  .program-wrap > .item:not(:last-child){
    margin: 0 0 30px 0;
  }
  .program-wrap > .item > .heading{
    margin: 0 0 10px;
    font-size: 2rem;
  }
  .program-wrap > .item > .text{
    font-size: 1.8rem;
  }
  
  /* -----------------------------------------
  SP_こんな人におすすめ
  ----------------------------------------- */
  .sec-block#recommend{
    position: relative;
    margin: 0;
    padding: 0;
  }
  .sec-block#recommend > .inner{
    padding: 40px 20px 80px;
  }
  .sec-block .sec-title{
    margin: 0 20px 40px;
  }
  
  .recommend-list-wrap{
    flex-wrap: wrap;
    margin: 0;
    padding: 20px;
	padding-left: 20px;
    font-size: 1.6rem;
  }
  .recommend-list{
    width: 100%;
    margin: 0;
  }
  .recommend-list > .item::before{
    /*min-width: 0;*/
	min-width: 16px;
    width: 16px;
    height: 16px;
    margin: 3px 10px 0 0;
  }
  .recommend-list > .item:not(:last-child){
    margin: 0 0 15px 0;
  }
  
  .sp-recommend-image-wrap{
    transform: translateY(-40px);
  }
  
  /* -----------------------------------------
  SP_募集要項
  ----------------------------------------- */
  .sec-block#outline{
    padding: 100px 0 50px;
  }
  /* 募集要項リスト 共通要素 */
  .outline-list-wrap{
    margin: 0 0 40px;
  }
  
  .outline-item > .cont{
    margin: 0 0 10px;
  }
  .outline-item > .heading{
    margin: 0 0 15px 0;
  }
  .outline-item > .cont > .note{
    margin: 0 0 30px;
  }
  
  /* 募集要項リスト 個別設定 */
  .outline-item.schedule{
    margin-bottom: -30px;
  }
  .outline-item.schedule .term-wrap > .date-wrap{
    display: block;
  }
  .outline-item.schedule > .cont .term-number{
    font-size: 20px;
  }
  .outline-item.schedule .term-wrap > .date-wrap > .date{
    width: 100%;
    margin: 0;
    font-size: 18px;
  }
  .outline-item.schedule .term-wrap > .date-wrap > .date:not(:last-child){
    margin: 0 0 10px;
  }
  
  .outline-item.limit .term-wrap{
    font-size: 1.8rem;
  }
  
  /* -----------------------------------------
  SP_申込フロー
  ----------------------------------------- */
  .sec-block#flow{
    padding: 40px 0 70px;
  }
  
  .flow-item{
    padding: 20px;
  }
  .flow-item:not(:last-child){
    margin: 0 0 30px;
  }
  .flow-item > .step-number{
    margin: 0 15px 0 0;
  }
  .flow-item > .step-number > .step{
    font-size: 1.2rem;
  }
  .flow-item > .step-number > .number{
    font-size: 2.8rem;
  }
  .flow-item > .text{
    font-size: 1.8rem;
  }
  .flow-item > .text > .note{
    margin: 5px 0 0;
    line-height: 1.3;
  }
  
  .sec-block#flow > .image{
    right: 0;
    width: 100%;
    transform: translateY(100%);
  }
  
  /* -----------------------------------------
  SP_参加者の声
  ----------------------------------------- */
  .image-sec.before-voice{
    position: static;
    width: 100%;
    padding: 0;
    transform: translateY(-20px);
  }
  .image-sec.before-voice > .image-pc{
    display: none;
  }
  .image-sec.before-voice > .image-sp{
    display: block;
    width: 100%;
  }
  
  .sec-block#voice{
    padding: 80px 20px 20px;
  }
  .voice-wrap{
    display: block;
  }
  .voice-wrap > .item{
    width: 100%;
    margin: 0 0 20px!important;
    padding: 20px;
  }
  .voice-wrap > .item:not(:last-child){
    margin: 0 0 20px;
  }
  .voice-wrap > .item:last-child{
    margin: 0;
  }
  /* -----------------------------------------
  SP_スクロールボタン
  ----------------------------------------- */
  .scroll-btn{
    position: sticky;
    bottom: 10px;
    right: 10px;
    margin: 0 0 10px;
    float: right;
  }
  
  /* -----------------------------------------
  SP_フッター
  ----------------------------------------- */
  .image-sec.before-footer{
    padding: 10px 0 30px;
  }
  
  .main-footer{
    margin: 70px 0 0;
    padding: 0 0 30px;
  }
  .footer-nav-wrap{
    margin: 0;
    padding: 0;
  }
  .footer-nav{
    display: block;
    margin: 0 0 30px;
  }
  .footer-nav > .item{
    margin: 0!important;
    background-image: url(/recruit/internship/img/arrow-right-green.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: top 54% left 20px;
    border-bottom: 1px solid #00A200;
  }
  .footer-nav > .item > .link{
    display: block;
    padding: 15px 20px 15px 50px;
  }
}

