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

/* MVをPCとSPで切り替える */
#mv_img_sp+section{
  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;
  }
}

/* section01 */
#section01+section{
  position: relative;
  padding: 15rem 0;
}
#section01+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20260120135518.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70rem;
  height: 20rem;
  left: 0;
  top: 4rem;
}
#section01+section .flex-wrapper01,
#section01+section .flex-wrapper02{
  display: flex;
  justify-content: center;
  gap: 2rem;
}
#section01+section .flex-wrapper01 .flex-box,
#section01+section .flex-wrapper02 .flex-box{
  box-sizing: border-box;
  width: 23rem;
  height: 23rem;
  border-radius: 50%;
  padding: 3rem;
}
#section01+section .flex-wrapper02 .flex-box{
  margin-top: -6rem;
}
#section01+section .flex-wrapper01 .flex-box:nth-of-type(1){
  background: linear-gradient(to right, #5DE1DA, #70E2BD);
}
#section01+section .flex-wrapper01 .flex-box:nth-of-type(2){
  background: linear-gradient(to right, #72E2B9, #86E39B);
}
#section01+section .flex-wrapper01 .flex-box:nth-of-type(3){
  background: linear-gradient(to right, #89E396, #9CE47A);
}
#section01+section .flex-wrapper02 .flex-box:nth-of-type(1){
  background: linear-gradient(to right, #52E0EC, #66E0CD);
}
#section01+section .flex-wrapper02 .flex-box:nth-of-type(2){
  background: linear-gradient(to right, #67E1CA, #7AE2AC);
}
#section01+section .flex-wrapper02 .flex-box:nth-of-type(3){
  background: linear-gradient(to right, #7EE3A7, #91E48A);
}
#section01+section .flex-wrapper02 .flex-box:nth-of-type(4){
  background: linear-gradient(to right, #94E486, #A6E568);
}
#section01+section .flex-wrapper01 .flex-box a,
#section01+section .flex-wrapper02 .flex-box a{
  color: #00B19A;
  background: #fff;
  font-size: 2rem;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
#section01+section .flex-wrapper01 .flex-box a:hover,
#section01+section .flex-wrapper02 .flex-box a:hovre{
  opacity: 0.7;
}

/* section02 */
#section02+section{
  position: relative;
  padding: 15rem 0 2rem;
  overflow: visible;
}
#section02+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20260120144015_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60rem;
  height: 40rem;
  top: -8rem;
  right: -3rem;
}
#section02+section .heading{
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right, #25BEB6, #94F284);
  padding: 7rem 20rem 7rem 17rem;
  margin-left: -12vw;
  margin-bottom: 0;
  border-radius: 0 17rem 17rem 0;
  position: relative;
}
#section02+section .heading::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20260120144015.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  left: 50%;
  transform: translateX(-50%);
  top: -1rem;
}
#section02+section .heading.block_header_4 .h{
  position: relative;
  letter-spacing: 3px;
  font-size: 3rem;
}
#section02+section .heading.block_header_4 .h::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20260120144015.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15rem;
  height: 15rem;
  left: 50%;
  transform: translateX(-50%);
  top: -17rem;
}
#section02+section .heading p{
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
#section02+section .wrapper_item{
  margin-top: -3rem;
  position: relative;
  z-index: 2;
}
#section02+section .flex-wrapper{
  justify-content: center;
  gap: 2rem;
}
#section02+section .flex-wrapper .flex-box{
  width: calc((100% - 4rem) / 3);
  box-sizing: border-box;
  background: #fff;
  padding: 3.5rem;
}
#section02+section .flex-wrapper .flex-box .title{
  text-align: center;
  font-size: 2rem;
}

/* section03 */
#section03+section{
  position: relative;
  padding: 33rem 0 2rem;
  overflow: visible;
}
#section03+section .heading{
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right, #25BEB6, #94F284);
  padding: 7rem 17rem 7rem 20rem;
  margin-right: -12vw;
  margin-bottom: 0;
  border-radius: 17rem 0 0 17rem;
  position: absolute;
  top: -19rem;
  right: 0;
}
#section03+section .heading::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20260120152720.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  left: 50%;
  transform: translateX(-50%);
  top: -1rem;
}
#section03+section .heading.block_header_4 .h{
  position: relative;
  letter-spacing: 3px;
  font-size: 3rem;
}
#section03+section .heading.block_header_4 .h::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20260120152720.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15rem;
  height: 15rem;
  left: 50%;
  transform: translateX(-50%);
  top: -17rem;
}
#section03+section .heading p{
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
#section03+section .wrapper_item{
  margin-top: -3rem;
  position: relative;
  z-index: 2;
}
#section03+section .flex-wrapper{
  justify-content: center;
  gap: 1.5rem;
}
#section03+section .flex-wrapper .flex-box{
  width: calc((100% - 4.5rem) / 3);
  box-sizing: border-box;
  background: #fff;
  padding: 3.5rem;
}
#section03+section .flex-wrapper .flex-box .title{
  text-align: center;
  font-size: 2rem;
}

/* section04 */
#section04+section{
  position: relative;
  overflow: visible;
  padding-bottom: 2rem;
  padding-top: 10rem;
}
#section04+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20260120152720_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25rem;
  height: 35rem;
  top: -13rem;
  right: 3rem;
  z-index: 1;
}
#section04+section .heading{
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right, #25BEB6, #94F284);
  padding: 7rem 20rem 7rem 17rem;
  margin-left: -12vw;
  margin-bottom: 0;
  border-radius: 0 17rem 17rem 0;
  position: relative;
}
#section04+section .heading.block_header_4 .h{
  position: relative;
  letter-spacing: 3px;
  font-size: 3rem;
}
#section04+section .heading.block_header_4 .h::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20260120152720_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15rem;
  height: 15rem;
  left: 50%;
  transform: translateX(-50%);
  top: -17rem;
}
#section04+section .heading p{
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
#section04+section .wrapper_item{
  margin-top: -3rem;
  position: relative;
  z-index: 2;
}
#section04+section .flex-wrapper{
  justify-content: center;
  gap: 2rem;
}
#section04+section .flex-wrapper .flex-box{
  width: calc((100% - 4rem) / 3);
  box-sizing: border-box;
  background: #fff;
  padding: 5rem 3.5rem;
}
#section04+section .flex-wrapper .flex-box .title{
  text-align: center;
  font-size: 2rem;
}

/* section05 */
#section05+section{
  position: relative;
  padding: 33rem 0 2rem;
  overflow: visible;
}
#section05+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20260120160603_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40rem;
  height: 30rem;
  top: 3rem;
  left: 3rem;
  z-index: -1;
}
#section05+section .heading{
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right, #25BEB6, #94F284);
  padding: 7rem 17rem 7rem 20rem;
  margin-right: -12vw;
  margin-bottom: 0;
  border-radius: 17rem 0 0 17rem;
  position: absolute;
  top: -19rem;
  right: 0;
}
#section05+section .heading.block_header_4 .h{
  position: relative;
  letter-spacing: 3px;
  font-size: 3rem;
}
#section05+section .heading.block_header_4 .h::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20260120160603.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15rem;
  height: 15rem;
  left: 50%;
  transform: translateX(-50%);
  top: -17rem;
}
#section05+section .heading p{
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
#section05+section .wrapper_item{
  margin-top: -3rem;
  position: relative;
  z-index: 2;
}
#section05+section .flex-wrapper{
  justify-content: center;
  gap: 3rem;
}
#section05+section .flex-wrapper .flex-box{
  width: calc((100% - 3rem) / 2);
  box-sizing: border-box;
  background: #fff;
  padding: 3.5rem;
}
#section05+section .flex-wrapper .flex-box .title{
  text-align: center;
  font-size: 2rem;
}
/* section06 */
#section06+section{
  position: relative;
  overflow: visible;
  padding-bottom: 2rem;
  padding-top: 10rem;
}
#section06+section .heading{
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right, #25BEB6, #94F284);
  padding: 7rem 20rem 7rem 17rem;
  margin-left: -12vw;
  margin-bottom: 0;
  border-radius: 0 17rem 17rem 0;
  position: relative;
}
#section06+section .heading.block_header_4 .h{
  position: relative;
  letter-spacing: 3px;
  font-size: 3rem;
}
#section06+section .heading.block_header_4 .h::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20260120165053_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15rem;
  height: 15rem;
  left: 50%;
  transform: translateX(-50%);
  top: -17rem;
}
#section06+section .heading p{
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
#section06+section .wrapper_item{
  margin-top: -3rem;
  position: relative;
  z-index: 2;
}
#section06+section .flex-wrapper{
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
#section06+section .flex-wrapper .flex-box{
  width: calc((100% - 6rem) / 3);
  box-sizing: border-box;
  background: #fff;
  padding: 5rem 3.5rem;
}
#section06+section .flex-wrapper .flex-box .title{
  text-align: center;
  font-size: 2rem;
}
/* section07 */
#section07+section{
  position: relative;
  padding: 33rem 0 2rem;
  overflow: visible;
}
#section07+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20260120160603_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40rem;
  height: 30rem;
  top: 3rem;
  left: 3rem;
  z-index: -1;
}
#section07+section .heading{
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right, #25BEB6, #94F284);
  padding: 7rem 17rem 7rem 20rem;
  margin-right: -12vw;
  margin-bottom: 0;
  border-radius: 17rem 0 0 17rem;
  position: absolute;
  top: -19rem;
  right: 0;
}
#section07+section .heading.block_header_4 .h{
  position: relative;
  letter-spacing: 3px;
  font-size: 3rem;
}
#section07+section .heading.block_header_4 .h::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20260120165053_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15rem;
  height: 15rem;
  left: 50%;
  transform: translateX(-50%);
  top: -17rem;
}
#section07+section .heading p{
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
#section07+section .wrapper_item{
  margin-top: -3rem;
  position: relative;
  z-index: 2;
}
#section07+section .flex-wrapper{
  justify-content: center;
  gap: 2rem;
}
#section07+section .flex-wrapper .flex-box{
  width: calc((100% - 2rem) / 3);
  box-sizing: border-box;
  background: #fff;
  padding: 3.5rem;
}
#section07+section .flex-wrapper .flex-box .title{
  text-align: center;
  font-size: 2rem;
}

/* section08 */
#section08+section{
  position: relative;
  overflow: visible;
  padding-bottom: 10rem;
  padding-top: 10rem;
}
#section08+section .heading{
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right, #25BEB6, #94F284);
  padding: 7rem 20rem 7rem 17rem;
  margin-left: -12vw;
  margin-bottom: 0;
  border-radius: 0 17rem 17rem 0;
  position: relative;
}
#section08+section .heading.block_header_4 .h{
  position: relative;
  letter-spacing: 3px;
  font-size: 3rem;
}
#section08+section .heading.block_header_4 .h::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20260120165053.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15rem;
  height: 15rem;
  left: 50%;
  transform: translateX(-50%);
  top: -17rem;
}
#section08+section .heading p{
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
#section08+section .wrapper_item{
  margin-top: -3rem;
  position: relative;
  z-index: 2;
}
#section08+section .flex-wrapper{
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
#section08+section .flex-wrapper .flex-box{
  width: calc((100% - 3rem) / 2);
  box-sizing: border-box;
  background: #fff;
  padding: 5rem 3.5rem;
}
#section08+section .flex-wrapper .flex-box .title{
  text-align: center;
  font-size: 2rem;
}
/* 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){
  #section02+section .heading,
  #section04+section .heading,
  #section06+section .heading,
  #section08+section .heading{
    padding: 7rem 20rem 7rem 40rem;
    margin-left: -21vw;
  }
  #section03+section .heading,
  #section05+section .heading,
  #section07+section .heading{
    padding: 7rem 40rem 7rem 20rem;
    margin-right: -19vw;
  }
}
@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{
  display: block;
}
#mv_img_sp+section .content_wrapper {
    padding: 0 !important;
    margin-top: 12rem;
}
  #section01+section .flex-wrapper02{
    flex-wrap: wrap;
  }
  #section01+section .flex-wrapper01 .flex-box,
  #section01+section .flex-wrapper02 .flex-box{
    width: 18rem;
    height: 18rem;
    padding: 2rem;
  }
  #section01+section .flex-wrapper02 .flex-box{
    margin-top: -5rem;
  }
  #section02+section::before{
    width: 45rem;
    height: 30rem;
  }
  #section02+section .heading,
  #section04+section .heading,
  #section06+section .heading,
  #section08+section .heading{
    padding: 7rem 2rem 7rem 17rem;
    width: 72vw;
  }
  #section03+section .heading,
  #section05+section .heading,
  #section07+section .heading{
    padding: 7rem 17rem 7rem 2rem;
    width: 72vw;
    top: -18rem;
  }
  #section02+section .flex-wrapper,
  #section03+section .flex-wrapper,
  #section04+section .flex-wrapper,
  #section05+section .flex-wrapper,
  #section06+section .flex-wrapper,
  #section07+section .flex-wrapper,
  #section08+section .flex-wrapper{
    flex-direction: column;
  }
  #section02+section .flex-wrapper .flex-box,
  #section03+section .flex-wrapper .flex-box,
  #section04+section .flex-wrapper .flex-box,
  #section05+section .flex-wrapper .flex-box,
  #section06+section .flex-wrapper .flex-box,
  #section07+section .flex-wrapper .flex-box,
  #section08+section .flex-wrapper .flex-box{
    width: 100%;
  }
  #section02+section{
    padding: 15rem 0 0;
  }
  #section04+section{
    padding-bottom: 7rem;
  }
  #section05+section{
    padding: 27rem 0 2rem;
  }
  #section05+section::before,
  #section07+section::before{
    width: 35rem;
    height: 25rem;
    left: 0rem;
  }
  #section06+section{
    padding-bottom: 8rem;
  }
  #section07+section{
    padding: 25rem 0 2rem;
  }
  #section08+section{
    padding-bottom: 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;
  }
}
@media screen and (max-width: 450px){
  #section01+section{
    padding: 10rem 0;
  }
  #section01+section::before{
    width: 30rem;
    height: 10rem;
  }
  #section01+section .flex-wrapper01{
    flex-wrap: wrap;
  }
  #section01+section .flex-wrapper01 .flex-box,
  #section01+section .flex-wrapper02 .flex-box{
    padding: 1.5rem;
  }
  #section01+section .flex-wrapper01 .flex-box:nth-of-type(3){
    margin-top: -8rem;
  }
  #section02+section::before{
    width: 30rem;
    height: 20rem;
  }
  #section02+section .heading,
  #section04+section .heading,
  #section06+section .heading,
  #section08+section .heading{
    padding: 3rem 2rem 5rem 5rem;
    width: 85vw;
  }
  #section03+section .heading,
  #section05+section .heading,
  #section07+section .heading{
    padding: 3rem 7rem 5rem 2rem;
    width: 85vw;
    top: -15rem;
  }
  #section02+section .heading p,
  #section03+section .heading p,
  #section04+section .heading p,
  #section05+section .heading p,
  #section06+section .heading p,
  #section07+section .heading p,
  #section07+section .heading p{
    font-size: 1.2rem;
  }
  #section02+section .heading.block_header_4 .h::before,
  #section03+section .heading.block_header_4 .h::before,
  #section04+section .heading.block_header_4 .h::before,
  #section05+section .heading.block_header_4 .h::before,
  #section06+section .heading.block_header_4 .h::before,
  #section07+section .heading.block_header_4 .h::before,
  #section08+section .heading.block_header_4 .h::before{
    width: 10rem;
    height: 10rem;
    top: -9rem;
  }
  #section02+section{
    padding: 15rem 0 3rem;
  }
  #section03+section{
    padding: 19rem 0 2rem;
  }
  #section03+section .heading,
  #section05+section .heading,
  #section07+section .heading{
    top: -10rem;
  }
  #section04+section::before{
    width: 12rem;
    height: 20rem;
    right: -1rem;
    top: -4rem;
  }
  #section04+section,
  #section06+section{
    padding-bottom: 3rem;
  }
  #section04+section{
    padding-top: 7rem;
  }
  #section06+section{
    padding-top: 6rem;
  }
  #section05+section{
    padding: 20rem 0 4rem;
  }
  #section07+section{
    padding: 20rem 0 2rem;
  }
  #section05+section::before,
  #section07+section::before{
    width: 25rem;
    height: 16rem;
    top: -3rem;
  }
  #section08+section{
    padding-top: 7rem;
  }
  /* コンタクト */
  #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;
  }
}

/* 追従設定 */
#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%;
  }
}