@charset "UTF-8";

    @import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap');

/* 右側の赤いライン削除・フォント */
main {
    border-right: none;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

p {
    font-weight: 500;
}

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

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

/* ボタンデザイン変更 */
.contents_btn01 a {
    transform: none;
    background: #00B19A;
    min-width: 350px;
    border-radius: 45px;
    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: 2rem 1rem;
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 2px;
}

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

/* MVをPCとSPで切り替える */
#mv_img_sp+section{
  display: none;
}

/* FAQ01 */
#faq01+div{
  position: relative;
  overflow: visible;
}
#faq01+div::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251224164050.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 270%;
  top: 0;
  left: 0;
}
#faq01+div .flex-box{
  display: flex;
  justify-content: center;
  gap: 6rem;
  margin-top: 4rem;
}
#faq01+div .flex-box p{
  width: calc((100% - 18rem) / 4);
  border: 1px solid #00B19A;
  background: #C5ECCF;
  padding: 1.5rem 0;
  text-align: center;
  font-size: 2rem;
  position: relative;
}
#faq01+div .flex-box p::before{
  content: '→';
  position: absolute;
  font-size: 3rem;
  color: #00B19A;
  top: 50%;
  transform: translateY(-50%);
  left: -4.5rem;
}
#faq01+div .flex-box p:first-child::before{
  content: none;
}


/* faqデザイン変更 */
.contents_faq01 dl{
  border: none!important;
  padding: 0!important;
}
.contents_faq01 dt{
    background: #C5ECCF;
    padding: 15px 30px 15px 50px !important;
    border-radius: 35px;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
    font-size: 1.6rem;
    font-weight: bold;
}
.contents_faq01 dl:nth-child(n+2){
  margin-top: 2rem;
}
.contents_faq01 dl:last-child{
  padding-bottom: 0!important;
}
.contents_faq01 dt:before,
.contents_faq01 dd:before{
  content: 'Q.';
  color: #000;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}
.contents_faq01 dd{
  background: #fff;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 30px;
  transform: translateY(-15px);
  z-index: -1;
}
.contents_faq01 dd:before{
  content: none;
}
.contents_faq01 dd span::before{
  content: 'A.';
  position: absolute;
  border: none;
  color: #00B19A;
  line-height: 1.5;
  width: 4rem;
  height: 4rem;
  font-size: 2.6rem;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  top: 2.5rem;
  left: 3rem;
}
.contents_faq01 dt i.more:before{
  content: "+";
  position: absolute;
  right: 2rem;
  top: -0.5rem;
}
.contents_faq01 dt.open i.more:before{
  content: "+";
}
h2.h {
    color: #00B39F;
}
/* コンタクト */
#contact+section {
    position: relative;
    overflow: visible;
    padding-top: 10rem;
    padding-bottom: 150px;
}
#contact+section::before{
    content: '';
    position: absolute;
    background-image: url(/common/upload_data/leap-ltdjp/image/20251112163658_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    width: 122%;
    height: 100%;
    top: -28rem;
    left: -8rem;
}
#contact+section::after {
    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: 60%;
    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(3){
  width: 80%;
}
#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: 480px;
    background: #007AC3;
}
#contact+section .text-box .contents_btn01 a::before{
  right: 1.5rem;
}
#contact+section .text-box .contents_btn01 a span{
  padding: 2rem 3rem;
  font-size: 2rem;
}
#contact+section .text-box .contents_btn01 a:hover {
    opacity: 0.7;
}
#contact+section .img-box {
    height: 40rem;
    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: 50rem;
    height: 100%;
    bottom: -34rem;
    left: -1rem;
    z-index: 1;
}
#contact+section .img-box img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    transform: translate(-50px, -20px);
}

@media screen and (min-width: 1800px){
  #faq01+div::before{
    height: 350%;
  }
}
@media screen and (max-width: 768px){
#contact+section .text-box p:nth-of-type(3){
display: none;
}
  /* MVをPCとSPで切り替える */
  #mv_img_sp+section{
    display: block;
    padding-top: 7rem;
  }
  #mv_img_sp+section{
    padding-top: 11rem;
  }
  #mv_img_sp+section .content_wrapper {
      max-width: 100% !important;
      padding: 0;
  }
  #mv_img_sp+section .content_wrapper img{
      pointer-events: none;
  }
  #mv_img+section{
    display: none;
  }

  /* faq01 */
  #faq01+div::before{
    height: 130%;
  }
  /* タイトル画像 */
  #faq01_ttl+section .inner_item_img{
    max-width: 60%!important;
  }
  #faq02_ttl+section{
    pading-top: 0;
  }
  #faq02_ttl+section .inner_item_img{
    max-width: 85%!important;
  }
  #faq03_ttl+section{
    pading-top: 0;
  }
  #faq03_ttl+section .inner_item_img{
    max-width: 35%!important;
  }
  /* コンタクト */
  #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: 21rem;
  }
  #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){
  /* faq01 */
  #faq01+div::before{
    height: 60%;
  }
  #faq01+div .flex-box{
    flex-direction: column;
    margin-top: 2rem;
    gap: 4rem;
  }
  #faq01+div .flex-box p{
    width: 100%;
    font-size: 1.8rem;
    padding: 1rem 0;
  }
  #faq01+div .flex-box p::before{
    top: -5rem;
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
  }
  /* faq03 */
  #faq03+div{
    position: relative;
    overflow: visible;
  }
  #faq03+div::before{
    content: '';
    position: absolute;
    background-image: url(/common/upload_data/leap-ltdjp/image/20251112160204.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* デザイン変更 */
  .contents_faq01 dt{
    font-size: 1.8rem;
    padding: 10px 50px 10px 50px!important;
  }
  .contents_faq01 dd{
    padding-bottom: 15px;
    padding-left: 5rem;
  }
  .contents_faq01 dd span::before{
    left: 1rem;
  }
}

/* Gナビ変更★重要 */
header#pattern2 nav.nomal-header{
    display: none;
}
header#pattern2 nav.recruit-header{
    display: flex;
}
header#pattern2 nav.recruit-header ul.nav_1st.nav_1st_white{
    width: 53%;
}
@media screen and (max-width: 900px){
  header#pattern2 nav.recruit-header{
    display: block;
  }
}

/* 追従設定 */
#fixbtn .inner {
    opacity: 0;
    transform: translateY(100%);
    transition: 0.3s all;
}
body.scrolled #fixbtn .inner {
    opacity: 1;
    transform: translateY(0%);
}
#fixbtn .inner>div.contents_btn01{
  display: none;
}
.fixed_banner_recruit{
  display: block;
  opacity: 1;
  pointer-events: auto;
  width: 35rem;
}
.fixed_banner_recruit:hover{
  opacity: 0.7;
}
@media screen and (max-width: 700px){
  .fixed_banner_recruit{
    width: 100%;
  }
}