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

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

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

/* 詳細ページタイトル削除 */
.entry_header{
  display: none;
}

/* サイドメニュー削除 */
.content_wrapper #sidebar{
  display: none;
}
.content_wrapper #primary{
  width: 100%;
}

/* 要素の幅削除 */
.width_fixed .content_wrapper{
  max-width: 100%!important;
  padding: 0;
}
#primary article .entry_body .content_wrapper{
  padding: 0 2%!important;
}

/* 一覧に戻るボタンデザイン */
.pager2{
  margin: 0;
  padding-top: 3rem;
}
#primary{
  margin-bottom: 0;
}

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

/* section01(MV) */
#section01+section{
  /* width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); */
  position: relative;
}
#section01+section::before{
    content: '';
    position: absolute;
    background-image: url(/common/upload_data/leap-ltdjp/image/20260113094041_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 87rem;
    height: 37rem;
    right: 0;
    bottom: 0vw;
}
#section01+section .wrapper_item{
  width: 80%;
  margin: 0 auto;
}
#section01+section .inner_item_img{
  margin-bottom: 0;
}
#section01+section .inner_item_img img{
  pointer-events: none;
}
#section01+section .inner_item_txt{
  padding: 0;
}
#section01+section .img-wrapper{
  transform: translateY(-10rem);
}
#section01+section .mane-wrapper{
  transform: translateX(30rem);
  color: #fff;
}
#section01+section .mane-wrapper .left{
  border-right: 1px solid #fff;
  padding-right: 2rem;
}
#section01+section .mane-wrapper .right{
  padding-left: 2rem;
  font-size: 1.2em;
}

/* section02(2カラム×2) */
#section02+section{
  padding: 10rem 0 15rem;
}
#section02+section .content_wrapper{
  max-width: 1200px!important;
  padding: 0 2%!important;
}
#section02+section .flex-wrapper .flex-item{
  width: calc((100% - 5rem) / 2);
  box-sizing: border-box;
}
#section02+section .flex-wrapper .flex-item .title{
  padding: 1.5rem 0;
  font-size: 1.6rem;
  margin-bottom: 0;
}
#section02+section .flex-wrapper .flex-item .text{
  padding: 4rem 3rem;
  text-align: justify;
}

/* section03(2カラム) */
#section03+section{
  position: relative;
  overflow: visible;
}
#section03+section::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20260113103807.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40rem;
  height: 15rem;
  right:22rem;
  top: -8rem;
  z-index: 2;
}
#section03+section .content_wrapper{
  max-width: 1200px!important;
  padding: 0 2%!important;
}
#section03+section .inner_item_img{
  width: 50vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 0;
  flex-basis: 65%;
  max-width: 65%;
}
#section03+section .inner_item_img img{
  pointer-events: none;
}
#section03+section .inner_item_txt{
  flex-basis: 35%;
  max-width: 35%;
}

/* section04(BeforeAfter)*/
#section04+section{
  padding: 10rem 0 15rem;
}
#section04+section .content_wrapper{
  max-width: 1200px!important;
  padding: 0 2%!important;
}
#section04+section .flex-wrapper .flex-box{
  width: calc((100% - 5rem) / 2);
  box-sizing: border-box;
  padding: 10rem 3rem 5rem;
}
#section04+section .flex-wrapper .flex-box .category{
  padding: 1rem 7rem 1rem 5rem!important;
  display: inline-block;
  border-radius: 0 30px 30px 0;
  transform: translate(-5rem, -6rem);
}
#section04+section .flex-wrapper .flex-box ul li{
  line-height: 1;
}
#section04+section .flex-wrapper .flex-box ul li img{
  width: 3%;
  margin-right: 1rem;
}

/* section05(time table) */
#section05+div{
  padding: 6rem 0;
  position: relative;
  overflow: visible;
}
#section05+div::before{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/leap-ltdjp/image/20260113114455_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40rem;
  height: 15rem;
  top: -8rem;
  right: 0;
}
#section05+div .content_wrapper{
  max-width: 1200px!important;
  padding: 0 2%!important;
}
#section05+div .heading.block_header_2 .h{
  color: #00b19a!important;
}
#section05+div table{
  border-collapse: separate;
  border-spacing: 0 3rem;
}
#section05+div table tr:nth-of-type(n+2){
  margin-top: 3rem;
}
#section05+div table tr th:first-child{
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: none;
  background: #00B6C4;
  color: #fff;
  transform: translateX(3rem);
  position: relative;
}
#section05+div table tr th:first-child::before{
  content: '';
  position: absolute;
  background: #00B6C4;
  width: 2px;
  height: 3rem;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
#section05+div table tr:last-of-type th:first-child::before{
  content: none;
}
#section05+div table tr td{
  border: none;
  background: #F1F1F1;
}
#section05+div table tr td:nth-of-type(1){
  padding: 6px 6px 6px 50px;
}
#section05+div table tr td:nth-of-type(2){
  border-radius: 0 30px 30px 0;
}

/* コンタクト */
#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 .content_wrapper{
  max-width: 1200px!important;
  padding: 0 2%!important;
}
#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){
  /* mv */
  #section01+section .mane-wrapper{
    transform: translate(62rem, 9rem);
  }
  /* section03 */
  #section03+section .inner_item_img{
    flex-basis: 80%;
    max-width: 80%;
  }
}
@media screen and (max-width: 1200px){
  /* mv */
  #section01+section::before{
    width: 54rem;
    height: 22rem;
    bottom: 9rem;
  }
  /* section03 */
  #section03+section .inner_item_img{
    flex-basis: 50%;
    max-width: 50%;
  }
  #section03+section .inner_item_txt{
    flex-basis: 50%;
    max-width: 50%;
    padding: 3rem 2rem!important;
  }
}
@media screen and (max-width: 900px) {
  /* mv */
  #section01+section::before{
    width: 45rem;
    height: 18rem;
    bottom: 9rem;
  }
  #section01+section .wrapper_item{
    display: flex;
    width: 100%;
  }
  #section01+section .inner_item_img{
    flex-basis: 40%;
    max-width: 40%!important;
  }
  #section01+section .mane-wrapper{
    transform: translateX(13rem);
  }
  /* contact */
  #contact+section .img-box::before {
    width: 100%;
  }
}

@media screen and (max-width: 768px){
  /* section02 */
  #section02+section .flex-wrapper{
    flex-direction: column;
  }
  #section02+section .flex-wrapper .flex-item{
    width: 100%;
  }
  /* section03 */
  #section03+section::before{
    right: 0;
  }
  #primary article .entry_body #section03+section .content_wrapper{
    padding: 0!important;
  }
  #section3+section .wrapper_item{
    flex-direction: column;
  }
  #section03+section .inner_item_img{
    width: 100vw;
    max-width: 100% !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 0;
    flex-basis: 100%;
  }
  /* section04 */
  #section04+section .flex-wrapper{
    flex-direction: column;
  }
  #section04+section .flex-wrapper .flex-box{
    width: 100%;
    padding: 5rem 3rem 2rem;
  }
  #section04+section .flex-wrapper .flex-box .category{
    transform: translate(-4rem, -3rem);
  }
  /* コンタクト */
  #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){
  /* mv */
  #section01+section::before{
        width: 30rem;
        height: 16rem;
        bottom: -3.5rem;
  }
  #section01+section .img-wrapper{
    transform: none;
  }
  #section01+section .mane-wrapper{
    transform: translateX(0rem);
  }
  #section01+section .mane-wrapper .left{
    padding-right: 1rem;
    font-size: 1.2rem;
  }
  #section01+section .mane-wrapper .right{
    padding-left: 1rem;
    font-size: 1.2em;
  }
  #section01+section .mane-wrapper .right p{
    font-size: 1.4rem;
  }
  /* section02 */
  #section02+section{
    padding: 6rem 0 10rem;
  }
  #section02+section .flex-wrapper .flex-item .text{
    padding: 2rem 1rem;
  }
  /* section03 */
  #section03+section::before{
    width: 23rem;
    height: 8rem;
    top: -4rem;
  }
  #section03+section .inner_item_txt{
    padding: 3rem 2rem!important;
  }
  /* section04 */
  #section04+section{
    padding: 6rem 0 7rem;
  }
  #section04+section .flex-wrapper .flex-box ul li img{
    width: 4%;
  }
  /* section05 */
  #section05+div::before{
    width: 25rem;
    height: 9rem;
    top: -3rem;
  }
  #section05+div .heading.block_header_2{
    margin-bottom: 0;
  }
  #section05+div table{
    overflow: hidden;
    margin-top: -2rem;
  }
  #section05+div table,
  #section05+div tbody,
  #section05+div tr,
  #section05+div th,
  #section05+div td{
    display: block;
    width: 100%;
  }
  #section05+div tr{
    text-align: center;
  }
  #section05+div table tr:nth-of-type(n+2){
    margin-top: -1rem;
  }
  #section05+div table tr th:first-child{
    transform: translateY(3rem);
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  #section05+div table tr th:first-child::before{
    content: none;
  }
  #section05+div td{
    box-sizing: border-box;
  }
  #section05+div table tr td:nth-of-type(1){
    padding: 4rem 1rem 1rem;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #section05+div table tr td:nth-of-type(1)>div{
    text-align: center;
  }
  #section05+div table tr td:nth-of-type(2){
    border-radius: unset;
  }
  /* btn */
    .contents_btn01 a{
    min-width: 300px;
  }
  /* コンタクト */
  #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;
  }
}