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

/* ボタンデザイン変更 */
.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;
}

/* section01 */
#section01+section{
  padding-top: 15rem;
  padding-bottom: 27rem;
  position: relative;
  overflow: visible;
}
#section01+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251224164049.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70rem;
  height: 51rem;
  right: -3rem;
  bottom: 0;
}
#section01+section .title{
  color: #00B19A;
  font-size: 3.6rem;
}
#section01+section .img{
  margin-top: 4rem;
  width: 50rem;
}
#section01+section .text{
  font-size: 2rem;
  margin-top: 6rem;
  width: 57rem;
}

/* section02三つの魅力 */
#section02+section{
  padding-top: 30rem;
  padding-bottom: 10rem;
  position: relative;
  overflow: visible;
}
#section02+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251224165148.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 65rem;
  height: 45rem;
  left: 0;
  top: -20rem;
}
#section02+section .title{
  color: #00B19A;
  font-size: 3.6rem;
}
#section02+section .title img{
  width: 3rem;
  padding: 0 1rem;
}
#section02+section .sub-title{
  font-size: 2rem;
  margin-top: 4rem;
}
#section02+section .flex-wrapper{
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 8rem;
}
#section02+section .flex-wrapper .flex-box{
  width: calc((100% - 4rem) / 3);
  background: #fff;
  padding: 7rem 3.5rem 4rem;
  position: relative;
}
#section02+section .flex-wrapper .flex-box:nth-child(1){
  border: 1px solid #00B6C4;
}
#section02+section .flex-wrapper .flex-box:nth-child(2){
  border: 1px solid #00C69A;
}
#section02+section .flex-wrapper .flex-box:nth-child(3){
  border: 1px solid #88D94D;
}
#section02+section .flex-wrapper .flex-box::before{
  position: absolute;
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 5px;
  right: 1rem;
  bottom: -3rem;
}
#section02+section .flex-wrapper .flex-box:nth-child(1)::before{
  content: '01';
  color: #00B6C4;
}
#section02+section .flex-wrapper .flex-box:nth-child(2)::before{
  content: '02';
  color: #00C69A;
}
#section02+section .flex-wrapper .flex-box:nth-child(3)::before{
  content: '03';
  color: #88D94D;
}
#section02+section .flex-wrapper .flex-box .category{
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  width: 80%;
  margin: 0 auto;
  padding: 2rem 1rem;
  border-radius: 3rem;
  position: absolute;
  top: -3rem;
}
#section02+section .flex-wrapper .flex-box:nth-child(1) .category{
  background: #00B6C4;
}
#section02+section .flex-wrapper .flex-box:nth-child(2) .category{
  background: #00C69A;
}
#section02+section .flex-wrapper .flex-box:nth-child(3) .category{
  background: #88D94D;
  border-radius: 8rem;
  top: -5rem;
}
#section02+section .flex-wrapper .flex-box .category span{
  position: relative;
}
#section02+section .flex-wrapper .flex-box:nth-child(1) .category span::before{
  content: '';
  position: absolute;
  width:0;
  height:0;
  border-style:solid;
  border-width: 20px 25px 0 25px;
  border-color: #00B6C4 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3.5rem;
}
#section02+section .flex-wrapper .flex-box:nth-child(2) .category span::before{
  content: '';
  position: absolute;
  width:0;
  height:0;
  border-style:solid;
  border-width: 20px 25px 0 25px;
  border-color: #00C69A transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3.5rem;
}
#section02+section .flex-wrapper .flex-box:nth-child(3) .category span::before{
  content: '';
  position: absolute;
  width:0;
  height:0;
  border-style:solid;
  border-width: 20px 25px 0 25px;
  border-color: #88D94D transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3.5rem;
}
#section02+section .flex-wrapper .flex-box .text{
  font-size: 2rem;
  text-align: justify;
}
#section02+section .contents_btn01{
  padding-top: 10rem;
}
    /*---section03始まり----*/
    #section03+section .inner_item_txt p {
        font-size: 3rem;
    }

    #section03+section {
        padding: 17rem 0;
        position: relative;
    }

    #section03+section .inner_item_txt {
        width: 75vw;
        margin-left: -21vw;
        padding: 10vw 0vw 10vw 20vw;
        background: linear-gradient(to right, #25BEB5, #94F284);
        color: #fff;
        max-width: 115rem;
    }

    #section03+section::before {
    content: '';
    position: absolute;
    background-image: url(/common/upload_data/leap-ltdjp/image/20251225111359.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40vw;
    height: 51rem;
    left: 5rem;
    top: 7rem;
    z-index: 3;
    }

    /*---section03おわり----*/

/* サービス */
#service_ttl+section{
  position: relative;
  overflow: visible;
  padding-top: 300px;
  background-position: center 7%!important;
}
#service_ttl+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112141119_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 100%;
  left: -13px;
  top: -150px;
  z-index: 1;
}
#service_ttl+section .inner_item_txt{
  text-align: center;
}
#service_ttl+section p{
  font-size: 3.6rem;
  color: #00B19A;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.4rem;
  display: inline-block;
}
#service_ttl+section p::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112150232.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 20px;
  bottom: -15px;
}
#service_ttl+section p img{
  width: 6%;
  padding: 0 10px;
}
#service01+div{
  position: relative;
  overflow: visible;
margin-top: -25rem;
}
#service01+div .heading.block_header_1::before{
  content: none;
}
#service01+div .heading.block_header_1 .h{
  font-size: 3.6rem!important;
  color: #00B19A;
  position: relative;
}
#service01+div .heading.block_header_1 .h::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112150232.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 20px;
  bottom: -15px;
}
#service01+div .wrapper_item,
#service02+div .wrapper_item{
  overflow: visible;
}
#service01+div .wrapper_item .inner_item,
#service02+div .wrapper_item .inner_item{
  background: #fff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  width: 45%;
  margin-left: 10%;
    z-index: 1;
}
#service01+div .wrapper_item .inner_item::after,
#service02+div .wrapper_item .inner_item::after{
  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;
  bottom: 0;
}
#service01+div .wrapper_item .inner_item::before,
#service02+div .wrapper_item .inner_item::before{
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  top: -50px;
  left: -50px;
  z-index: 2;
}
#service01+div .wrapper_item .inner_item:nth-of-type(1)::before{
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112150232_2.png);
}
#service01+div .wrapper_item .inner_item:nth-of-type(2)::before{
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112150232_3.png);
}
#service02+div .wrapper_item .inner_item:nth-of-type(1)::before{
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112150232_1.png);
}
#service02+div .wrapper_item .inner_item:nth-of-type(2)::before{
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112150232_4.png);
}
#service01+div .wrapper_item .inner_item .inner_item_txt,
#service02+div .wrapper_item .inner_item .inner_item_txt{
  margin-top: 0;
  padding: 40px 10px;
}
#service01+div .wrapper_item .inner_item .inner_item_txt .title,
#service02+div .wrapper_item .inner_item .inner_item_txt .title{
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 10px;
}
/*今岡調整会社概要*/
#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-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: 2rem;
    margin-bottom: 30px;
    display: inline-block;
}
#contact+section .text-box p:nth-of-type(3){
  width: 80%;
font-size: 2.5rem;
position: relative;
}
#contact+section .text-box p:nth-of-type(3)::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: 35rem;
}
/* 1つめのボタンの背景色 */
#contact+section .text-box .contents_btn01:nth-of-type(1) a {
    background-color: #E83080 !important;
}

/* 2つめのボタンの背景色 */
#contact+section .text-box .contents_btn01:nth-of-type(2) a {
    background-color: #007AC3 !important;
}
#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 (max-width: 768px) {
        body {
            background: #fff;
            font-size: 1.7rem;
            line-height: 1.8;
            color: #000;
            letter-spacing: 0.02rem;
            -webkit-text-size-adjust: 100%;
            font-weight: 500;
        }

        #mv_img_sp+section {
            padding-top: 15rem;
        }

        #mv_img+section {
            display: none;
        }

        #section01+section::before {
            display: none;
        }

        #section01+section {
            padding-top: 4rem;
        }

        #section02+section::before {
            width: 41rem;
            height: 44rem;
            left: 0;
            top: -26rem;
        }

        #section02+section {
            padding-top: 10rem;
            padding-bottom: 10rem;
        }

        #section02+section .title {
            font-size: 3rem;
        }

        #section01+section .title {
            font-size: 3rem;
        }

        #section01+section .img {
            margin-top: 3rem;
            width: 40rem;
        }

        #section01+section {
            background-repeat: repeat !important;
            background-size: contain !important;
        }

        #section01+section .text {
            font-size: 1.7rem;
            margin-top: 3rem;
        }

        #section02+section .title img {
            width: 2.3rem;
        }

        #section02+section .flex-wrapper {
            flex-direction: column;
            justify-content: center;
            gap: 7rem;
            align-items: center;
        }

        #section02+section .flex-wrapper .flex-box {
            width: 80%;
        }

        #section03+section .inner_item_txt {
            width: 101vw;
            margin-left: -2vw;
            padding: 7vw 2vw 7vw 2vw !important;
        }

        #section03+section {
            padding: 0rem 0;
            position: relative;
            padding-bottom: 7rem;
        }

        #service01+div {
            margin-top: 5rem;
        }

        #section03+section::before {
            width: 55vw;
            height: 51rem;
            right: 1rem;
            top: 24rem;
            z-index: 3;
            left: auto;
        }

        #service01+div .wrapper_item .inner_item,
        #service02+div .wrapper_item .inner_item {
            width: 80% !important;
        }

        .composite_box01 .wrapper_item {
            justify-content: center;
            align-items: center;
        }

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

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

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

        .widget_shop01 dt,
        .widget_shop01 dd {
            width: auto;
            display: block;
            padding: 10px 0;
        }

        .widget_shop01 dt {
            text-align: left;
        }

        #section02+section .flex-wrapper .flex-box .text {
            font-size: 1.7rem;
        }

        #section02+section .sub-title {
            font-size: 1.7rem;

        }

        .widget_shop01 dd {
            font-weight: 500;
        }


        /* コンタクト */
        #contact+section .text-box {
            padding:30px 10px 70px 10px;
            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;
        }
        #contact+section .text-box p:nth-of-type(2) {
            margin-bottom: 5px;
        }

        #contact+section .text-box p:nth-of-type(3) {
            width: 100%;
            font-size: 2.2rem;
        }
    }

    @media screen and (max-width: 400px) {
        #section03+section .inner_item_txt p {
            font-size: 2.8rem;
        }
    }

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

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