@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;
}
/* セクション01 */
  #section01+section {
    padding: 10rem 0;
  }
#section01+section .content_wrapper {
    background: linear-gradient(to right, #25BEB5, #6DE095);
    width: 55%;
    margin-left: 0;
    padding: 10rem 5rem 15rem;
}
#section01+section p {
    color: #fff;
}
p.section1_ttl {
    font-size: 2.5rem;
}
span.section01_img img {
    width: 60%;
    padding: 0 1rem;
}
p.section01_ttl02.editor {
    font-size: 3rem;
    margin-bottom: 5rem;
}

#section01+section::before {
    content: '';
    position: absolute;
    background-image: url(/common/upload_data/leap-ltdjp/image/20260115140117.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50vw;
    height: 66vw;
    right: -5vw;
    top: 1vw;
    z-index: 3;
    max-width: 75rem;
}
/* セクション02*/
#section02 +div img {
    max-height: 10rem;
    width: auto !important;
    height: 100% !important;
}
  #section02+div img {
    height: auto !important;
  }

  #section02+div .inner_item_img {
    width: 35%;
  }

  #section02+div .inner_item:nth-child(1) {
    border: solid #48BFC5;
    border-radius: 50%;
    width: 35rem;
    height: 35rem;
    transform: translateX(45px);
    z-index: 2;
  }

  #section02+div .inner_item {
    padding: 5rem;
    background: #fff;
  }

  #section02+div .inner_item:nth-child(1) h3.h {
    color: #48BFC5;
  }

  #section02+div .inner_item:nth-child(2) {
    border: solid #88D94C;
    border-radius: 50%;
    width: 35rem;
    height: 35rem;
    margin-left: 0;
    z-index: 1;
  }

  #section02+div .inner_item:nth-child(2) h3.h {
    color: #88D94C;
  }

  #section02+div .inner_item:nth-child(3) {
    border: solid #00DFA7;
    border-radius: 50%;
    width: 35rem;
    height: 35rem;
    margin-left: 0;
    transform: translateX(-45px);
  }

  .inner_item:nth-child(3) h3.h {
    color: #00DFA7;
  }
  #section02+div .inner_item .inner_item_txt p{
    text-align: justify!important;
  }
  #section02+div .wrapper_item {
    justify-content: center;
    align-items: center;
  }

  #section02+div {
    margin-top: -20rem;
    padding-bottom: 8rem;
  }
#section02+div .inner_item a{
  pointer-events: none;
}

/* セクション03*/
  #section03+section .content_wrapper {
    color: #00B19A;
    font-size: 3rem;
    font-weight: 900;
}
.section03_img img {
    width: 18rem;
    padding: 0 1rem;
}
#section03+section .line-deco{
  position: relative;
}
#section03+section .line-deco::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251112163658_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 2rem;
  left: 0;
  bottom: -3rem;
}
/* セクション04*/
#section04+div .wrapper_item{
  overflow: visible;
}
#section04+div img {
    height: auto !important;
}
#section04+div .inner_item_img {
    width: 80%;
    padding: 5rem 0;
}
#section04+div .inner_item:nth-child(1) h3.h {
    background: #4D4D4D;
    color: #fff;
    padding: 1rem 2rem;
    width: 49%;
    text-align: center;
    border-radius: 0 3rem 3rem 0;
    transform: translateX(-20px);
}
#section04+div .inner_item:nth-child(2) h3.h {
    background: #00B5C4;
    color: #fff;
    padding: 1rem 2rem;
    width: 49%;
    text-align: center;
    border-radius: 0 3rem 3rem 0;
    margin-top: 4rem;
    transform: translateX(-20px);
}
#section04+div .inner_item:nth-child(1) {
    border: solid #4d4d4d;
}
#section04+div .inner_item:nth-child(1) h3.h {
    background: #4D4D4D;
    color: #fff;
    padding: 1rem 2rem;
    width: 49%;
    text-align: center;
    border-radius: 0 3rem 3rem 0;
    margin-top: 4rem;
}
#section04+div .inner_item:nth-child(2) {
    border: solid #00B5C4;
}
#section04+div .inner_item {
    padding: 0 0 2rem 0;
}
#section04+div .inner_item a{
    pointer-events: none;
}
#section04+div .inner_item:nth-child(2)

/* セクション05*/
  #section05+section h2.h {
    font-size: 3rem !important;
    color: #00B19A;
    padding-bottom: 3rem;
}
/* セクション06*/
#section06+div a span {
    font-size: 2rem;
}

.contents_btn01 a::before {
    content: '＞';
    position: absolute;
    color: #fff;
    font-weight: bold;
    right: 20px !important;
    top: 50%;
    transform: translateY(-50%);
}
#section06+div a:nth-of-type(1) {
    background: #007AC3;
}
#section06+div a:nth-of-type(2) {
    background: #E83080;
}
#section06+div {
    padding: 5rem 0;
}
#section06+div h2.h {
    font-size: 3rem !important;
    padding-bottom: 4rem;
    color: #00B19A;
}
#section06+div .heading+.add_text {
    padding-bottom: 2rem;
}
#middle_img+section .content_wrapper {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}
#middle_img+section img{
  pointer-events: none;
}
/* セクション07*/
#section07+section h2.h {
    background: linear-gradient(to right, #25BEB5, #6DE095);
    padding: 12rem 29rem 10rem 10rem;
    font-size: 3rem;
    color: #fff;
    margin-right: -20vw;
    border-radius: 15rem 0 0 15rem;
    position: relative;
}
#section07+section h2.h::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20260120101949.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 15rem;
  left: 12rem;
  top: -5rem;
}
.heading.block_header_7.align-left {
    justify-content: flex-start;
}
#section07+section .inner_item_img {
    padding: 5rem;
}
#section07+section {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position-y: 25rem !important;
    background-position-y: 35rem !important;
    padding: 15rem 0;
    position: relative;
}
#section07+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251223111233_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45rem;
  height: 30rem;
  top: 10rem;
  left: -10rem;
}
#section07_sp+section{
  display: none;
}
#section07_sp+section h2.h {
    background: linear-gradient(to right, #25BEB5, #6DE095);
    padding: 12rem 29rem 10rem 10rem;
    font-size: 3rem;
    color: #fff;
    margin-right: -20vw;
    border-radius: 15rem 0 0 15rem;
    position: relative;
}
#section07_sp+section h2.h::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20260120101949.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 15rem;
  left: 12rem;
  top: -5rem;
}
.heading.block_header_7.align-left {
    justify-content: flex-start;
}
#section07_sp+section .inner_item_img {
    padding: 5rem;
}
#section07_sp+section {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position-y: 25rem !important;
    background-position-y: 35rem !important;
    padding: 15rem 0;
    position: relative;
}
#section07_sp+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251223111233_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45rem;
  height: 30rem;
  top: 10rem;
  left: -10rem;
}
#section07+section img,
#section07_sp+section img{
  pointer-events: none;
}

/* セクション08*/
#section08+div{
  overflow: visible;
}
#section08+div h2.h {
    background: linear-gradient(to right, #25BEB5, #6DE095);
    padding: 15rem 12rem 15rem 30rem;
    font-size: 3rem;
    color: #fff;
    margin-left: -20vw;
    border-radius: 0 17rem 17rem 0;
    position: relative;
}
#section08+div h2.h::before{
    content: '';
    position: absolute;
    background-image: url(/common/upload_data/leap-ltdjp/image/20260120103026.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 15rem;
    left: 25rem;
    top: -1rem;
}
#section08+div .heading.block_header_7.align-left {
    justify-content: flex-end;
}
#section08+div .inner_item {
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
    background: #fff;
    border-radius: 2rem 2rem 0 0;
    padding: 4rem 2rem 5rem;
    position: relative;
}
#section08+div .inner_item::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;
    bottom: 0;
    left: 0;
}
#section08+div .wrapper_item{
    overflow: visible;
    margin-top: -7rem;
    position: relative;
}
#section08+div .wrapper_item::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20260120105604.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50rem;
  height: 40rem;
  top: -40rem;
  right: 0;
}
#section08+div .inner_item_img{
  width: 65%;
}
#section08+div .inner_item_img img{
  object-fit: contain;
  height: 100% !important;
}
#section08+div .inner_item_txt .heading{
  background: #00B19A;
  margin-bottom: 0;
  padding: 5px 0;
  margin: 3rem 0;
}
#section08+div .inner_item_txt .heading .h{
  color: #fff;
  margin-bottom: 0;
}
#section08+div .inner_item a{
  pointer-events: none;
}
/* contact */
#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){
  #section07+section h2.h{
    transform: translateX(20px);
  }
  #section08+div h2.h{
    transform: translateX(-20px);
  }
}
@media screen and (max-width: 1100px){
  /* section02 */
  #section02+div .inner_item{
    padding: 5rem 7rem;
  }
  #section02+div .inner_item:nth-child(1),
  #section02+div .inner_item:nth-child(2),
  #section02+div .inner_item:nth-child(3){
    width: 32rem;
    height: 32rem;
  }
  #section02+div .inner_item_img{
    width: 25%;
  }
}
@media screen and (max-width: 900px) {
    #contact+section .img-box::before {
        width: 100%;
    }
}
@media screen and (max-width: 768px){
#mv_img+section{
  display: none;
}
#mv_img_sp+section .content_wrapper {
    padding: 0 !important;
    margin-top: 12rem;
}
  /* section01 */
  #section01+section::before{
    width: 44vw;
    height: 30vw;
  }
  #section01+section .content_wrapper{
    width: 100%;
    padding: 10rem 2rem;
  }
  /* section02 */
  #section02+div{
    margin-top: -15rem;
    padding-bottom: 0;
  }
  #section02+div .wrapper_item{
    flex-direction: column;
  }
  #section02+div .inner_item:nth-child(1),
  #section02+div .inner_item:nth-child(2),
  #section02+div .inner_item:nth-child(3){
    width: 45rem;
    height: 45rem;
    transform: unset;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #section02+div .inner_item:nth-child(2){
    transform: translateY(-30px);
  }
  #section02+div .inner_item:nth-child(3){
    transform: translateY(-60px);
  }
  #section02+div .inner_item_img{
    width: 40%;
  }
  #section02 +div img{
    max-height: 15rem;
  }
  /* section04 */
  #section04+div .wrapper_item{
    flex-direction: column;
  }
  #section04+div .inner_item{
    width: 100%;
  }
  #section04+div .inner_item:nth-of-type(n+2){
    margin-left: 0;
    margin-top: 4rem;
  }
  /* section07 */
  #section07+section{
    display: none;
  }
  #section07_sp+section{
    display: block;
    padding: 8rem 0;
  }
  #section07_sp+section h2.h{
    padding: 7rem;
    font-size: 2.4rem;
    margin-right: -2rem;
  }
  #section07_sp+section h2.h::before{
    height: 13rem;
    left: 5rem;
    top: -6rem;
  }
  /* section08 */
  #section08+div h2.h{
    padding: 7rem;
    font-size: 2.4rem;
    margin-left: -2rem;
  }
  #section08+div h2.h::before{
    height: 11rem;
    left: 4rem;
    top: -4rem;
  }
  #section08+div .wrapper_item{
    margin-top: 6rem;
    flex-direction: column;
  }
  #section08+div .wrapper_item::before{
    right: -12rem;
    z-index: -1;
  }
  #section08+div .inner_item{
    width: 100%;
  }
  #section08+div .inner_item:nth-of-type(n+2){
    margin-top: 3rem;
    margin-left: 0;
  }
  #section08+div .inner_item_img{
    width: 50%;
  }
  /* コンタクト */
  #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){
.sp450{
  display: block;
}
  /* section01 */
  #section01+section{
    padding: 0rem 0 4rem 0;
  }
  #section01+section::before{
    width: 50vw;
    height: 35vw;
    top: 0vw;
  }
  span.section01_img img{
    width: 78%;
  }
  p.section01_ttl02.editor{
    margin-bottom: 2rem;
  }
  /* section02 */
  #section02+div{
    margin-top: -12rem;
  }
  #section02+div .inner_item:nth-child(1),
  #section02+div .inner_item:nth-child(2),
  #section02+div .inner_item:nth-child(3){
    width: 32rem !important;
    height: 32rem;
  }
  #section02+div .inner_item:nth-child(2){
    transform: translateY(-50px);
  }
  #section02+div .inner_item:nth-child(3){
    transform: translateY(-100px);
  }
  /* section03 */
  #section03+section{
    padding-top: 0;
    padding-bottom: 3rem;
  }
  #section03+section .inner_item_txt p{
    font-size: 2.2rem;
  }
  .section03_img img{
    width: 15rem;
  }
  /* section04 */
  #section04+div .inner_item:nth-of-type(n+2){
    margin-top: 0;
  }
  #section04+div .inner_item:nth-child(1) h3.h{
    margin-top: 2rem;
  }
  #section04+div .inner_item_img{
    width: 95%;
    padding: 3rem 0;
  }
  /* section06 */
  #section06+div{
    padding: 0;
  }
  #section06+div h2.h{
    font-size: 2.2rem !important;
    padding-bottom: 2rem;
  }
  /* section07 */
  #section07_sp+section h2.h{
    padding: 3rem 2rem;
    font-size: 2rem;
  }
  #section07_sp+section h2.h::before{
    height: 8rem;
    left: 9rem;
    top: -5rem;
  }
  /* section08 */
  #section08+div h2.h{
    padding: 3rem 2rem;
    font-size: 2rem;
  }
  #section08+div h2.h::before{
    height: 6rem;
    left: 3rem;
    top: -2rem;
  }
  #section08+div .wrapper_item::before{
    width: 34rem;
    height: 26rem;
    top: -32rem;
  }
  #section08+div .wrapper_item{
    margin-top: 3rem;
  }
  #section08+div .inner_item:nth-of-type(n+2){
    margin-top: 0;
  }
  #section08+div .inner_item_txt .heading .h{
    font-size: 2.2rem!important;
  }
  /* コンタクト */
  #contact+section::before{
    width: 125%;
    height: 100%;
    top: -3rem;
    left: -4rem;
  }
  #contact+section .text-box{
    padding: 3rem 2rem 7rem;
  }
  #contact+section .img-box::before{
    left: 17rem;
  }
  #contact+section .text-box p:nth-of-type(2) {
    font-size: 2rem;
  }
  #contact+section .text-box p:nth-of-type(3){
    width: 100%;
  }
  #contact+section .text-box .contents_btn01 a {
    min-width: 250px;
  }
}

/* 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%;
  }
}
@media screen and (min-width: 769px){
#mv_img_sp+section{
  display: none;
}
}