@charset "UTF-8";

   @import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap');
/* TOPページ入れ替え作業20251125 */
/* 右側の赤いライン削除・フォント */
main{
  border-right: none;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

/* 元のMV非表示設定 */
#mv_outer{
  display: none;
}

/* パンくず非表示 */
#pan{
  display: none;
}

/* ボタンデザイン変更 */
.contents_btn01 a{
  transform: none;
  background: #00B19A;
  min-width: 350px;
  border-radius: 35px;
  position: relative;
}
.contents_btn01 a::before{
  content: '＞';
  position: absolute;
  color: #fff;
  font-weight: bold;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.contents_btn01 a:hover{
  background: #88D94D;
}
.contents_btn01 a span{
  transform: none;
  padding: 15px 10px;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 2px;
}

/* MV全幅いっぱいへ */
#mv_img+section .content_wrapper{
  max-width: 100%!important;
  padding: 0;
}
#mv_img+section .content_wrapper img,
#mv_img_sp+section .content_wrapper img{
  pointer-events: none;
}



 div#lv {
        height: 56vw !important;
        width: 100vw !important;
        opacity: 1.0 !important;
    }

    #lv p span {
        display: none;
    }
#lv div {
    opacity: 1 !important;
}
#MV_btn+div .content_wrapper a{
    background-color: #e83080 !important;
}
main {
    border-right: none;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    border-right: none;
    overflow: visible;
    z-index: 2;
}
#MV_btn+div {
    position: absolute;
    z-index: 5;
    top: -12rem;
    left: 50vw;
    overflow: visible;
    transform: translateX(-50%);
}
p {
    font-weight: 500 !important;
}
img.michi {
    width: 30%;
}
h2.h {
    color: #00b19a !important;
}

#section1+section {
    background-size: cover !important;
    background-image: url(/common/upload_data/leap-ltdjp/image/20251212165217.png);
    padding: 10rem 0;
    background-position: top;
}


  #section2+section .content_wrapper {
    width: 100%;
    max-width: 100% !important;
    padding: 0;
    margin-top: 0rem;
  }

  #section3+div {
    margin-top: -15rem;
  }

  #section3+div .inner_item {
    position: relative;
    padding: 2rem;
  }

  #section3+div .inner_item::before {
    content: '';
    position: absolute;
    width: 98%;
    height: 98%;
    border: 2px solid transparent;
    border-image-source: linear-gradient(90deg, #00B6C4, #88D94D);
    border-image-slice: 1;
    top: 0;
    left: 0;
  }
  #section3+div h3.h {
    color: #00b19a;
}
#section3+div .heading.block_header_4 p {
    color: #00b19a;
    font-size: 2rem;
}

#section3+div .inner_item {
    position: relative;
    background: #fff;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
    transform: translate(10px, 10px);
    padding: 2rem 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 30%;
}
#section3+div .wrapper_item {
    padding: 3rem;
}
#section4+div{
  position: relative;
  overflow: visible;
  text-align: left;
}
#section4+div::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251216101756.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 300%;
  bottom: 0;
}
#section4+div .content_wrapper{
  text-align: center;
}
#section4+div .content_wrapper a{
  background: #E83080;
}
#section4+div .content_wrapper a:hover{
  opacity: 0.7;
}

/* ストーリー */
#section5+section .story-wrapper{
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 8rem;
}
#section5+section .story-wrapper .story-box{
  width: calc((100% - 3rem) / 2);
  background: #fff;
  padding: 1.5rem 0 4rem;
  position: relative;
}
#section5+section .story-wrapper .story-box::before{
  content: '';
  position: absolute;
  width: 80%;
  height: 106%;
  background: rgba(0, 0, 0, 0.2);
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 3rem;
  box-shadow: 0px 0px 22px 10px rgba(0, 0, 0, 0.2);
}
#section5+section .story-wrapper .story-box .title{
  text-align: center;
  padding: 1rem 0;
  background: #00b19a;
  color: #fff;
  font-size: 2.6rem;
}
#section5+section .story-wrapper .story-box .detail{
  display: flex;
  justify-content: space-between;
  padding: 3rem 2rem;
}
#section5+section .story-wrapper .story-box .detail p span{
  font-size: 2.6rem;
  border-bottom: 4px solid #00b19a;
}
#section5+section .story-wrapper .story-box .detail .img{
  width: 13rem;
  height: 13.7rem;
}
#section5+section .story-wrapper .story-box .text{
  padding: 0 2rem;
  margin-top: 1rem;
}

/* 特別保証 */
#section6+section{
  position; relative;
  overflow: visible;
}
#section6+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112160204.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 130%;
  top: 0;
}
#section6+section .guarantee-wrapper{
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin-top: 8rem;
}
#section6+section .guarantee-wrapper .guarantee-box{
  width: calc((100% - 5rem) / 2);
  border: 2px solid transparent;
  border-image-source: linear-gradient(90deg, #00B6C4, #88D94D);
  border-image-slice: 1;
  padding: 4rem 1rem;
  box-sizing: border-box;
}
#section6+section .guarantee-wrapper .guarantee-box .title{
  text-align: center;
}
#section6+section .guarantee-wrapper .guarantee-box .title span{
  font-size: 2.6rem;
  color: #00b19a;
  position: relative;
  margin-bottom: 0;
}
#section6+section .guarantee-wrapper .guarantee-box:nth-of-type(1) .title span::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251216121807.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8rem;
  height: 7rem;
  right: -6rem;
  top: 50%;
  transform: translateY(-50%);
}
#section6+section .guarantee-wrapper .guarantee-box:nth-of-type(2) .title span::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251216121807_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8rem;
  height: 7rem;
  right: -6rem;
  top: 50%;
  transform: translateY(-50%);
}
#section6+section .guarantee-wrapper .guarantee-box .subtitle{
  text-align: center;
  font-size: 2rem;
  color: #00b19a;
  margin-bottom: 4rem;
}
#section6+section .guarantee-wrapper .guarantee-box .text{
  text-align: center;
}

/* サポート */
#section7+section{
  position: relative;
  overflow: visible;
}
#section7+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251216123856.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100rem;
  height: 50rem;
  left: -50rem;
  top: 4rem;
}
#section7+section .inner_item_txt{
  width: 50%;
  margin-right: 0;
}
#section7+section .inner_item_txt .h{
  font-size: 2.6rem;
  line-height: 2;
}
#section7+section .inner_item_txt .text{
  margin-top: 3rem;
  line-height: 2;
}

/* 内定までの流れ */
#section8+section{
  position: relative;
  overflow: visible;
}
#section8+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251117092132.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 180%;
  top: 0;
}
#section8+section .flow-wrapper{
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 6rem;
}
#section8+section .flow-wrapper .flow-box{
  width: calc((100% - 9rem) / 4);
  background: #fff;
  box-shadow: 4px 4px 8px 2px rgba(0,0,0,0.6);
  padding: 1rem;
  min-height: 25rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#section8+section .flow-wrapper .flow-box::before{
  content: '';
  position: absolute;
  /* background: #00b19a; */
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
  width: 10rem;
  height: 10rem;
  top: 0;
  left: 0;
}
#section8+section .flow-wrapper .flow-box:nth-of-type(1)::before{
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112150232_2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#section8+section .flow-wrapper .flow-box:nth-of-type(2)::before{
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112150232_3.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#section8+section .flow-wrapper .flow-box:nth-of-type(3)::before{
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112150232_1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#section8+section .flow-wrapper .flow-box:nth-of-type(4)::before{
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112150232_4.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#section8+section .flow-wrapper .flow-box p{
  text-align: center;
  font-size: 2rem;
}

/* よくある質問 */
#section9+div .content_wrapper{
  counter-reset: question;
  position: relative;
}
#section9+div .heading.block_header_2{
  margin-bottom: 0;
}
#section9+div .heading.block_header_2 .h{
  color: #000;
  text-align: center;
  font-size: 2.4rem!important;
}
#section9+div .heading.block_header_2 p{
  display: none;
}
#section9+div dl{
  border: none!important;
  padding: 10px 0;
}
#section9+div dt{
  background: #fff;
  padding: 15px 30px 15px 80px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
  border: 2px solid transparent;
  border-image-source: linear-gradient(90deg, #00B6C4, #88D94D);
  border-image-slice: 1;
}
#section9+div dt:before{
  counter-increment: question;
  content: 'Q.' counter(question);
  color: #00b19a;
  background: transparent;
  transform: translateY(9px);
  text-align: center;
  left: 1vw;
}
#section9+div dd{
  background: #fff;
  padding: 15px 30px 15px 80px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
  margin-top: 0;
  margin-bottom: 0;
}
#section9+div dd:before{
  content: 'A.';
  border: none;
  color: #007AC3;
  left: 1vw;
  top: 15px;
}

/* コンタクト */
#contact+section {
    position: relative;
    overflow: visible;
    padding-bottom: 150px;
    padding-top: 150px;
}
#contact+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112163659.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 55%;
  bottom: 0;
}
#contact+section .text-box{
  width: 50%;
  background: #00C69A;
  padding: 50px;
  box-sizing: border-box;
  color: #fff;
}
#contact+section .text-box p:nth-of-type(1){
  font-size: 2rem;
}
#contact+section .text-box p:nth-of-type(2){
  font-size: 2.4rem;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
#contact+section .text-box p:nth-of-type(2)::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112163658_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 20px;
  bottom: -15px;
}
#contact+section .text-box .contents_btn01{
  padding-top: 30px;
  text-align: start;
}
#contact+section .text-box .contents_btn01 a{
  min-width: 400px;
  background: #007AC3;
}
#contact+section .text-box .contents_btn01 a:hover{
  opacity: 0.7;
}
#contact+section .img-box{
  height: 300px;
  width: 50%;
  position: relative;
}
#contact+section .img-box::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112163658.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 570px;
  height: 100%;
  bottom: -200px;
  left: -10px;
  z-index: 1;
}
#contact+section .img-box img{
  object-fit: contain;
  width: 100%;
  height: 100%;
  transform: translateX(-140px);
}

/* 段落ち */
.sp768,
.sp450{
  display: none;
}

/* レスポンシブ */
@media screen and (min-width: 1800px){
  #section6+section::before{
    background-position: bottom;
  }
  #section8+section::before{
    height: 230%;
  }
    #consulting_text+section::after {
        height: 54% !important;
        bottom: -39.5rem;
        z-index: 1;
    }
}

@media screen and (max-width: 1120px){
  #contact + section .img-box::before{
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .block_header_4 .h{
    font-size: 2.6rem!important;
  }
  #contact+section .img-box::before {
    width: 100%;
  }
}

@media screen and (max-width: 768px){
  #lv_outer{
    padding-top: 70px;
  }
  /* 段落ち */
  .sp768{
    display: block;
  }
  /* ピロミス */
  #section3+div .wrapper_item{
    flex-directtion: column;
  }
  #section3+div .inner_item{
    width: 100%;
    margin-left: 0;
  }
  #section3+div .inner_item:nth-of-type(n+2){
    margin-top: 30px;
  }
  /* ストーリー */
  #section5+section .story-wrapper{
    flex-direction: column;
    gap: 10rem;
  }
  #section5+section .story-wrapper .story-box{
    width: 100%;
  }
  /* 保証 */
  #section6+section .guarantee-wrapper{
    flex-direction: column;
  }
  #section6+section .guarantee-wrapper .guarantee-box{
    width: 100%;
  }
  /* 内定までの流れ */
  #section8+section .flow-wrapper{
    flex-wrap: wrap;
  }
  #section8+section .flow-wrapper .flow-box{
    width: calc((100% - 3rem) / 2);
  }
  /* コンタクト */
  #contact+section .text-box {
    padding: 30px 30px 70px 30px;
    width: 90%;
    margin: 0 auto;
  }
  #contact+section .wrapper {
    flex-direction: column;
  }
  #contact+section .img-box {
    height: 175px;
    width: 90%;
    position: relative;
    margin-top: -3rem;
  }
  #contact+section .img-box::before {
    width: 23rem;
    bottom: -10rem;
    right: -47px;
    left: 17rem;
  }
  #contact+section .img-box img {
    transform: translateX(-55px);
  }
  .contents_btn01 a::before {
    right: 15px;
  }
  #contact+section .text-box .contents_btn01 a {
     min-width: 277px;
  }
  #contact+section .contents_btn01.block_button_1 {
    text-align: center;
  }
  #contact+section {
    position: relative;
    overflow: visible;
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}

@media screen and (max-width: 450px){
  /* 段落ち */
  .sp450{
    display: block;
  }
  #MV_btn+div{
    top: -10rem;
  }
  img.michi{
    width: 75%;
  }
  #section5+section .story-wrapper .story-box .title{
    font-size: 2.2rem;
  }
  #section5+section .story-wrapper .story-box .detail p span{
    font-size: 2.2rem;
    border-bottom: 3px solid #00b19a;
  }
  #section7+section::before{
    width: 50rem;
    height: 25rem;
    left: -25rem;
    top: -8rem;
  }
  #section7+section .inner_item_txt{
    width: 100%;
  }
  #section7+section .inner_item_txt .h{
    text-shadow: 2px 2px 2px #fff;
  }
  .contents_btn01 a,
  #contact+section .text-box .contents_btn01 a{
    min-width: 250px;
  }
  /* 内定までの流れ */
  #section8+section .flow-wrapper .flow-box{
    width: 95%;
  }
}
