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

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

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

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

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

    .sp450 {
        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 */
    #mv_img+section {
        padding-top: 13rem;
    }

    #mv_img+section .inner_item_img img {
        width: 101% !important;
    }

    /* MVテキスト */
    #mv_text+section {
        position: absolute;
        width: 100%;
        top: 37vw;
    }

    #mv_text+section .inner_item_txt {
        width: 50%;
        background: #00b19a;
        color: #fff;
        padding: 2rem 3rem !important;
        margin-left: auto;
        margin-right: 0;
    }

    /* 採用情報 */
    #recruit_info+div {
        position: relative;
        overflow: visible;
        text-align: left;
    }

    #recruit_info+div::before {
        content: '';
        position: absolute;
        background-image: url(/common/upload_data/leap-ltdjp/image/20251117092132.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top;
        width: 100%;
        height: 100%;
        top: 3rem;
    }

    #recruit_info+div::after {
        content: '';
        position: absolute;
        background-image: url(/common/upload_data/leap-ltdjp/image/20251112163658_2.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom;
        width: 100%;
        height: 100%;
        bottom: -10rem;
        left: 0;
    }

    #recruit_info+div .heading.block_header_2 .h {
        color: #00b19a;
    }

    #recruit_info+div .wrapper_item {
        gap: 4rem;
        justify-content: center;
        margin-top: 10rem;
        overflow: visible;
    }

    #recruit_info+div .wrapper_item .inner_item {
        width: calc((100% - 4rem) / 2);
        margin-left: 0;
        background: #fff;
        box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
    }

    #recruit_info+div .wrapper_item .inner_item:nth-of-type(n+3) {
        margin-top: 4rem;
    }

    #recruit_info+div .wrapper_item .inner_item .inner_item_txt {
        position: relative;
        padding: 5rem 2rem;
        margin-top: 0;
    }

    #recruit_info+div .wrapper_item .inner_item .inner_item_txt::before {
        content: '';
        position: absolute;
        background-image: url(/common/upload_data/leap-ltdjp/image/20251112150341.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 5px;
        top: 0;
        left: 0;
    }

    /* コンタクト */
    #contact+section {
        position: relative;
        overflow: visible;
        padding-bottom: 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 .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) {
        body {
            font-size: 1.75rem;
        }

        /* 採用情報 */
        #recruit_info+div::before {
            background-repeat: repeat-x;
            background-size: 100%;
            width: 100%;
            height: 100%;
            top: 0rem;
        }

        #recruit_info+div .heading.block_header_2 .h {
            font-size: 3.6rem !important;
        }
    }

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

    @media screen and (max-width: 800px) {
        #recruit_info+div .heading.block_header_2 .h {
            font-size: 2.6rem !important;
        }
    }

    @media screen and (max-width: 768px) {

        /* MVテキスト */
        #mv_text+section{
            top: 77vw;
        }
        #mv_text+section .inner_item_txt {
            width: 60%;
            padding: 2rem 3rem !important;
        }

        /* 採用情報 */
        #recruit_info+div .wrapper_item {
            flex-direction: column;
        }

        #recruit_info+div .wrapper_item .inner_item {
            width: 100%;
        }

        #recruit_info+div .wrapper_item .inner_item .inner_item_img img {
            height: 350px !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;
        }

        #mv_img+section {
            display: none;
        }
#mv_img_sp+section {
    padding-top: 7rem;
}
    }

    @media screen and (max-width: 450px) {

        /* 段落ち */
        .sp450 {
            display: block;
        }

        /* MVテキスト */
        #mv_text+section {
            position: relative;
            width: 100%;
            top: -3vw;
        }

        #mv_text+section .inner_item_txt {
            width: 85%;
        }

        /* コンタクト */
        #contact+section .text-box p:nth-of-type(2) {
            font-size: 2.2rem;
        }

        #contact+section .text-box .contents_btn01 a {
            min-width: 250px;
        }
    }

    @media screen and (min-width: 769px) {
        #mv_img_sp+section {
            display: none;
        }
    }


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

/* 追加修正20251126 */
/* MVクリック作動しない */
#mv_img+section img,
#mv_img_sp+section img{
    pointer-events: none;
}
@media screen and (max-width: 768px){
  /* ボタンの見切れ */
  .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;
  }
}

/* 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%;
  }
}