@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap');
.contents_btn_recruit {
    display: none !important;
}
/* 右側の赤いライン削除・フォント */
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: 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;
}
dd {
    font-weight: 500;
}
    /*今岡調整大切にしていること*/
    #important+section {
    padding: 15rem 0;
    position: relative;
}
#important+section::before{
    content: '';
    position: absolute;
    background-image: url(/common/upload_data/leap-ltdjp/image/20251117092132.png);
    background-repeat: repeat;
    background-size: 100%;
    background-position: top;
    width: 102%;
    height: 131.5%;
    top: 3rem;
}
#important+section::after {
    content: '';
    position: absolute;
    background-image: url(/common/upload_data/leap-ltdjp/image/20251117092202.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    width: 42%;
    height: 131.5%;
    top: 27rem;
    right: 0;
}
    /*今岡調整ミッション*/
#mission+section {
    padding: 26rem 0 40rem 0;
    position: relative;
    background-position: bottom !important;
}
#mission+section::before {
    content: '';
    position: absolute;
    background-image: url(/common/upload_data/leap-ltdjp/image/20251117092201_2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    width: 100%;
    height: 131.5%;
    top: 1rem;
}
#mission+section::after {
    content: '';
    position: absolute;
    background-image: url(/common/upload_data/leap-ltdjp/image/20251117092203.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    width: 67%;
    height: 131.5%;
    bottom: 0rem;
    right: -11rem;
}
/*今岡調整会社概要*/
#company+div {
    background-position: top !important;
}
#company+div h2.h {
    color: #00B19A;
    font-size: 4rem;
    padding-top: 27rem;
}
#company+div .inner_item_txt {
    background: #fff;
    padding: 10rem;
}
.widget_shop01 dt {
    width: 33%;
    text-align: center;
    font-weight: 700;
    padding: 5rem 0;
}
#company+div h3.h {
    display: none;
}
.widget_shop01 dl:nth-of-type(1) {
    border-top: 1px solid rgba(0, 0, 0, 0.13);
    display: none;
}
.widget_shop01 dl:nth-of-type(2) {
    border-top: 1px solid rgba(0, 0, 0, 0.13);
}
/* コンタクト */
#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::after{
    content: '';
    position: absolute;
    background-image: url(/common/upload_data/leap-ltdjp/image/20251117120211.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 55%;
    top: 0;
    left: -23rem;
}
/* #contact+section .content_wrapper{
  position: relative;
}
#contact+section .content_wrapper::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112163658_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
  height: 100%;
  right: 0;
  top: 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);
}

@media screen and (min-width: 1440px){
#important+section {
    padding: 20rem 0;
}
#important+section::before {
    background-repeat: repeat-x;
    background-size: 100%;
    width: 88%;
    height: 100.5%;
    top: 0rem;
}
    #mission+section::before {
        content: '';
        position: absolute;
        background-image: url(/common/upload_data/leap-ltdjp/image/20251117092201_2.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top;
        width: 86%;
        height: 131.5%;
        top: 0rem;
    }
body {
    font-size: 1.75rem;
}
#mission+section::after {
    right: -18rem;
}
    #contact+section .img-box {
    height: 400px;
    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: -287px;
}
#contact+section::after {
    content: '';
    position: absolute;
    background-image: url(/common/upload_data/leap-ltdjp/image/20251117120211.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 55%;
    top: 0;
    left: -26rem;
}
}
    @media screen and (min-width: 769px) {
        #mv_img_sp+section {
            display: none;
        }
.br_sp{
            display: none;
        }
    }

    @media screen and (max-width: 768px) {
        #mv_img+section {
            display: none;
        }

        #important+section {
            padding: 3rem 0 10rem 0;
            position: relative;
        }

        #important+section::after {
            top: 50rem;
        }

        #mission+section {
            padding: 7rem 0 20rem 0;
        }

        #mission+section::before {
            background-image: url(/common/upload_data/leap-ltdjp/image/20251117163227.png);
            width: 172%;
            height: 131.5%;
            top: -2rem;
            left: -15rem;
        }
        #mission+section::after {
            width: 98%;
            right: -6rem;
        }

        #company+div {
            background-position: top !important;
            background-size: contain !important;
            background-repeat: repeat !important;
        }

        #company+div h2.h {
            color: #00B19A;
            font-size: 3rem !important;
            padding-top: 6rem;
        }

        #company+div .inner_item_txt {
            background: #fff;
            padding: 0 2rem;
        }

        .widget_shop01 dt {
            width: 100%;
            text-align: left;
            font-weight: 700;
            padding: 2rem 0;
        }

        #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;
}
    }

/* ヘッダーの余白分調整20251125 */
#mv_img+section{
  padding-top: 111px;
}
@media screen and (max-width: 900px){
  #mv_img+section{
    padding-top: 70px;
  }
}


/* SP時ヘッダーの高さ修正 */
@media screen and (max-width: 768px){
  #mv_img_sp+section{
    margin-top: 70px;
  }
}

/* 追加修正20251126 */
/* 段落ち */
.sp768{
  display: none;
}
/* MVクリック作動しない */
#mv_img+section img,
#mv_img_sp+section img{
  pointer-events: none;
}
/* 擬似要素の画像修正 */
#important+section{
  overflow: visible;
}
#important+section::after{
  right: -2rem;
}
@media screen and (min-width: 1800px){
  #important+section::after{
    right: -3rem;
  }
}
@media screen and (max-width: 768px){
  /* 段落ち */
  .sp768{
    display: block;
  }
  /* タブレット時のテーブル修正 */
  .widget_shop01 dt,
  .widget_shop01 dd{
    width: auto;
    display: block;
    padding: 10px 0;
  }
  /* ボタンの見切れ */
  .contents_btn01 a{
    min-width: 280px;
  }
  .contents_btn01 a::before{
    right: 20px;
  }
  #contact+section .text-box .contents_btn01{
    text-align: center;
  }
  #contact+section .text-box .contents_btn01 a{
    min-width: 280px;
  }
}