@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;
}
#topservice +.composite_box01{
	background-size: 100% 30% !important;
}
#topservice +.composite_box01 .inner_item{
	background: #f6f6f6;
	margin-left: 1px !important;
	width: calc(33.3% - 1px);
}
#topservice +.composite_box01 .inner_item .inner_item_txt{
	padding: 5px 20px 15px;
}
#topservice +.composite_box01 .inner_item .inner_item_txt p:empty{
	display: none;
}
#topservice +.composite_box01 .inner_item_txt p{
	margin-bottom: 0;
}
@media screen and (max-width: 650px){
	#topservice +.composite_box01 .inner_item{
		margin-left: 0 !important;
		width: 100%;
	}
}

#topblog +.block_news_1,
#topnews +.block_news_1{
	margin-bottom: 60px;
}
#topblog +.block_news_1 .content_wrapper,
#topnews +.block_news_1 .content_wrapper{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
#topblog +.block_news_1 .content_wrapper .heading,
#topnews +.block_news_1 .content_wrapper .heading{
	margin-bottom: 0;
	width: 150px;
	align-items: center;
}
#topblog +.block_news_1 .content_wrapper .heading:before,
#topnews +.block_news_1 .content_wrapper .heading:before{
	left: calc(50% - 38px);
}
#topblog +.block_news_1 .content_wrapper ul,
#topnews +.block_news_1 .content_wrapper ul{
	width: calc(100% - 200px);
	padding-left: 40px;
	box-sizing: border-box;
}
#topblog +.block_news_1 .content_wrapper .contents_btn01,
#topnews +.block_news_1 .content_wrapper .contents_btn01{
	position: absolute;
	bottom: -80px;
}
@media screen and (max-width: 850px){
	#topblog +.block_news_1 .content_wrapper,
	#topnews +.block_news_1 .content_wrapper{
		display: block;
	}
	#topblog +.block_news_1 .content_wrapper .heading,
	#topnews +.block_news_1 .content_wrapper .heading{
		width: auto;
		margin-bottom: 20px;
	}
	#topblog +.block_news_1 .content_wrapper ul,
	#topnews +.block_news_1 .content_wrapper ul{
		width: 100%;
		padding: 0 20px;
	}
	#topblog +.block_news_1 .content_wrapper .contents_btn01,
	#topnews +.block_news_1 .content_wrapper .contents_btn01{
		position: static;
		padding: 20px 20px 0;
	}
}

@media screen and (max-width: 900px){
	#topmission +.contents_box01{
		background-image: none !important;
		background: #ae0001;
	}
}

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

/* 私たちが信じる価値観 */
#value+section{
  position: relative;
  overflow: visible;
  z-index: 1;
  padding-bottom: 230px;
}
#value+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112134257.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  width: 102%;
  height: 131.5%;
  top: -200px;
}
#value+section::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112134312_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  height: 100%;
  right: 0;
  bottom: -200px;
}
#value+section .inner_item_txt .title{
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 0;
}
#value+section .inner_item_txt .img-wrapper{
  width: 50%;
  margin: 35px 0 45px;
}
#value+section .inner_item_txt p:nth-of-type(2){
  margin-bottom: 20px;
}
#value+section .inner_item_txt p:last-of-type{
  width: 41%;
  letter-spacing: 0.5px;
  text-align: justify;
}

/* 4つの価値(aboutセクション) */
#about+section{
  position: relative;
  overflow: visible;
  padding-top: 250px;
  padding-bottom: 150px;
  background-position: center 90%!important;
}
#about+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112134312_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 100%;
  left: -13px;
  top: -150px;
  z-index: 1;
}
#about+section::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112141120.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  height: 100%;
  right: -22px;
  top: 30%;
}
#about+section .inner_item_txt .title{
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 0;
}
#about+section .inner_item_txt .title img{
  width: 4.5%;
  padding: 0 5px;
}
#about+section .inner_item_txt .img-wrapper{
  width: 55%;
}
#about+section .inner_item_txt .img-wrapper img{
  transform: translateX(-100px);
}

/* サービス */
#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;
}
#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;
}

/* お知らせ */
#news+div{
  position: relative;
  overflow: visible;
  padding-bottom: 200px;
}
#news+div::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112160204.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 110%;
  height: 120%;
  bottom: 0;
  left: -50px;
  z-index: 1;
}
#news+div .heading.block_header_1::before{
  content: none;
}
#news+div .heading.block_header_1 .h{
  font-size: 3.6rem !important;
  color: #00B19A;
  position: relative;
}
#news+div .heading.block_header_1 .h::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112160213.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 82px;
  top: -90px;
}
#news+div li:first-of-type{
  border-top: none;
}
#news+div li a{
  padding: 25px 15px;
}
#news+div li p:nth-of-type(1):before{
  content: none;
}
#news+div .contents_btn01{
  padding: 80px 8px 0;
}

/* ブログ */
#blog+div{
  position: relative;
  overflow: visible;
  padding-bottom: 200px;
}
#blog+div::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112160204.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-position: top;
  width: 110%;
  height: 132%;
  height: 115%;
  bottom: 0;
  left: -50px;
  z-index: 1;
}
#blog+div .heading.block_header_1::before{
  content: none;
}
#blog+div .heading.block_header_1 .h{
  font-size: 3.6rem !important;
  color: #00B19A;
  position: relative;
}
#blog+div .heading.block_header_1 .h::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251126120034.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 200px;
  top: -145px;
}
#blog+div li:first-of-type{
  border-top: none;
}
#blog+div li a{
  padding: 25px 15px;
}
#blog+div li p:nth-of-type(1):before{
  content: none;
}
#blog+div .contents_btn01{
  padding: 80px 8px 0;
}

/* リクルート画像 */
#bg_img+section{
  position: relative;
  overflow: visible;
}
#bg_img+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112162454.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 450px;
  height: 100%;
  top: -85px;
  left: 30px;
  z-index: 2;
}
#bg_img+section .content_wrapper{
  max-width: 100%!important;
  padding: 0;
}

/* リクルート */
#recruit+section{
  position: relative;
  overflow: visible;
}
#recruit+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112163658_2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 135%;
  height: 140%;
  bottom: -250px;
  left: -90px;
}
#recruit+section .inner_item_txt{
  text-align: center;
}
#recruit+section .green-text{
  font-size: 3.6rem;
  color: #00B19A;
  font-weight: bold;
  background-image: linear-gradient(to top, rgba(255, 255, 0, 0.4) 40%, transparent 40%);
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 40px;
}
#recruit+section .contents_btn01{
  padding-top: 60px; 
}
#recruit+section .contents_btn01 a{
  background: #E83080;
}
#recruit+section .contents_btn01 a:hover{
  opacity: 0.7;
}

/* コンタクト */
#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);
}
p {
    font-weight: 500;
}
    @media screen and (max-width: 768px) {
        #mv_img+section {
            display: none;
        }

        #mv_img_sp+section .content_wrapper {
            padding: 0 !important;
        }

        #value+section::before {
            background-image: url(/common/upload_data/leap-ltdjp/image/20251113104542_1.png);
            background-repeat: no-repeat;
            height: 109%;
            top: -11rem;
            background-size: cover;
            background-position: right;
        }

        .width_fixed .content_wrapper {
            padding: 0px 5%;
        }

        #value+section .inner_item_txt .img-wrapper {
            width: 60%;
            margin: 10px 0 10px;
        }

        #value+section .inner_item_txt p:last-of-type {
            width: 100%;
        }

        #value+section::after {
            width: 27rem;
            height: 100%;
            right: 0;
            bottom: -39rem;
        }

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

        #about+section::after {
            background-image: url(/common/upload_data/leap-ltdjp/image/20251113105621.png);
            width: 52%;
            top: 6rem;
            right: 0.5rem;
        }

        #about+section {
            padding-top: 0rem;
            padding-bottom: 28rem;
            background-position-x: 0rem !important;
        }

        #about+section .inner_item_txt .title img {
            width: 6.5%;
            margin-top: 1.5rem;
        }

        #about+section .inner_item_txt .img-wrapper img {
            transform: translateX(10px);
        }

        #about+section .inner_item_txt .img-wrapper {
            width: 95%;
        }

        #service_ttl+section::before {
            width: 29rem;
            height: 100%;
            left: -13px;
            top: -24rem;
        }

        #service_ttl+section {
            padding-top: 12rem !important;
        }

        #service_ttl+section p img {
            margin-top: 1.5rem;
        }

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

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

        #service01+div .wrapper_item .inner_item .inner_item_txt .title,
        #service02+div .wrapper_item .inner_item .inner_item_txt .title {
            font-size: 2.2rem;

        }

        #service01+div,
        #service02+div {
            background-image: url(/common/upload_data/leap-ltdjp/image/20251113113509.png) !important;
        }

        #service_btn+div {
            padding: 2rem 0 7rem 0;
        }

        #news+div .heading.block_header_1 .h::before{
            width: 20rem;
        }
        #blog+div .heading.block_header_1 .h::before{
            width: 20rem;
            height: 120px;
            top: -100px;
        }

        #news+div::before,
        #blog+div::before {
            background-repeat: repeat;
            background-size: contain;
            width: 133%;
            height: 114%;
            left: -52px;
        }

        .contents_btn01 a {
            min-width: 320px;
        }

        #contact+section .wrapper {
            flex-direction: column;
        }

        #contact+section .text-box {
            padding: 30px 30px 70px 30px;
            width: 100%;
        }

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

        #contact+section .img-box img {
            transform: translateX(-55px);
        }

        #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 {
            padding-bottom: 8rem;
        }
#service_ttl+section p::before {
    right: 0rem;
}
#recruit+section .contents_btn01 {
    padding-top: 35px;
}
#recruit+section {
    padding-bottom: 2rem;
}
#mv_img_sp+section {
    padding-top: 7rem;
}
    }
    @media screen and (min-width: 1440px) {
        #about+section::before {
            width: 32%;
        }

        body {
            font-size: 1.95rem;
        }

        #value+section .inner_item_txt p:last-of-type {
            width: 55%;
        }

        #about+section .inner_item_txt .img-wrapper {
            width: 68%;
        }

        #about+section::after {
            width: 40%;
        }
        #contact+section .img-box img {
            transform: translateX(-35px);
        }

        #contact+section .img-box {
            height: 400px;
        }

        #contact+section .img-box::before {
            bottom: -31rem;
            left: 12rem;
            z-index: 1;
        }
#news+div .heading.block_header_1 .h::before {
    width: 308px;
    height: 116px;
    top: -90px;
    right: 2rem;
}
#blog+div .heading.block_header_1 .h::before {
    width: 308px;
    height: 202px;
    top: -165px;
    right: 2rem;
}
#mv_img+section {
    margin-top: -20rem;
}
    }

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

/* 追加修正202511025 */
#service_btn+div .content_wrapper{
  z-index: 2;
}
@media screen and (min-width: 1800px){
  #news+div::before{
    height: 115%;
  }
  #recruit+section::before{
    height: 185%;
    bottom: -275px;
  }
}

/* 追加修正202511026 */
/* SP時段落ち */
.sp768{
  display: none;
}
@media screen and (max-width: 768px){
  .sp768{
    display: block;
  }
  /* ボタンの見切れ */
  .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;
  }
}