@charset "utf-8";

body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", sans-serif;
    margin: 0;
    padding: 0;
    padding-top: 70px;
}

.wi1200 {
    max-width: 1200;
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}

.taxt-col-01 {
    color: #20BE8D;
}


.back-col-01 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 248 249 / var(--tw-bg-opacity));
    margin: 0;
    padding: 0;
}

.back-col-02 {
    background-color: #F7F5F4;
    margin: 0;
    padding: 0;
}

.back-col-03 {
    background-color: #cbfeee;
    margin: 0;
    padding: 0;
}


.mg-top {
    margin-top: 200px;
}

.sb-mida {
    font-size: 30px;
    font-weight: 600;
}

ol,
ul {
    list-style: none;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.1em;
}









.midashi-all p {
    font-weight: 700;
    font-size: 28px;
    margin: 20px 0 50px;
    padding: 0;
}

.midashi-all-h2 h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 0;

}

.midashi-all-h2 {
    position: relative;
    padding: 0px 0 20px;
    box-sizing: border-box;
}

.midashi-all-h2::before {
    content: "";
    width: 50px;
    height: 3px;
    line-height: 0;
    background-color: #f53c20;
    position: absolute;
    left: 50%;
    bottom:0;
    transform: translateX(-50%);
}












@media screen and (max-width: 767px) {
    .sb-mida {
        font-size: 20px;
        font-weight: 600;
    }

    .wi1200 {
        padding: 10px;
    }
}






#top-backimg {
    background-image: url('/assets/pal/img/back/top-front.jpg'); /* ここに背景画像のパスを設定 */
    background-size: cover; /* 画像が画面いっぱいに表示されるように */
    background-position: center; /* 画像が中央に来るように */
    height: 100vh; /* 画面の高さいっぱいに */
    width: 100%; /* 画面の幅いっぱいに */
    position: relative; /* テキストブロックの位置指定の基準点 */
}

.top-taxt-block {
    position: absolute; /* 背景画像に対して絶対位置 */
    top: 50%; /* 上から50%の位置 */
    left: 60%; /* 左から60%の位置 */
    transform: translate(-50%, -50%); /* 位置を中央に調整 */
    color: white; /* テキストの色 */
    text-align: left; 
    /* その他のスタイリングはここに追加 */
    padding: 0;
    margin: 0;
    max-width: 700px;
    width: 100%;
}



.top-taxt-block p {
    font-size: 28px;
    padding: 0;
    margin: 0;
}

.top-taxt-block h1 {
    font-size: 85px;
    padding: 0;
    margin: 0;
}
   
.top-taxt-block h2 {
    font-size: 28px;
    padding: 0;
    margin: 60px 0;
    letter-spacing: 0px;
    line-height: 1.7;
}



@media screen and (max-width: 767px) {
    .top-taxt-block {
        top: 50%;
        left: 0%;
        transform: translate(0%, -50%); /* 位置を中央に調整 */
        padding: 20px;
        box-sizing: border-box;
        
    }

    .top-taxt-block p {
        font-size: 14px;
        text-align: center; 
    }

    .top-taxt-block h1 {
        font-size: 40px;
        text-align: center; 
    }
       
    .top-taxt-block h2 {
        font-size: 18px;
        line-height: 1.9;
    }

}




.what-write {
    margin-top: 200px;
}








@media screen and (max-width: 767px) {
    .what-write {
        margin-top: 100px;
    }
    

    

}




.nw30sec {
    --tw-bg-opacity: 1;
    background-color: rgb(249 248 249 / var(--tw-bg-opacity));
    border-radius: 150px 150px 0 0;
    max-width: 600px;
    width: 100%;
    margin: 200px auto 0;
    text-align: center;
    padding: 30px 30px 0px;
    display: block;
    box-sizing: border-box;
}

.nw30sec img {
    max-width: 150px;
    display: inline-block;
}

.nw30sec-span {
    font-size: 20px;
    font-weight: 600;
    padding: 0 10px;
    margin: 0;
}

.nw30sec p {
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0;
    margin: 0;
}



.flex-block {
    display: flex;
    width: 100%;
    height: 100%;
}

.flex-block-inner {
    width: 50%;
    position: relative;
    display: block;
}

.flex-block-inner-taxt {
    text-align: left;
    position: absolute;
    display: block;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); /* 位置を中央に調整 */
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(249 248 249 / var(--tw-bg-opacity));
    box-sizing: border-box;
}


.flex-block-inner-taxt .p_01 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 10px;
}
.flex-block-inner-taxt .p_02 {
    font-size: 60px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 10px;
}
.flex-block-inner-taxt .p_03 {
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 0 70;
    line-height: 1.8;
}


.w-full {
    width: 100%;
}

.aspect-w {
    aspect-ratio: 80/97;
}


@media screen and (max-width: 767px) {
    .back-col-01 {
        width: 100%;
    }

    .nw30sec {
        margin-top: 100px;
        
    }
    
    .nw30sec img {
        max-width: 120px;
        display: inline-block;
    }
    
    .nw30sec-span {
        font-size: 14px;
        font-weight: 600;
        padding: 0 20px;
        margin: 0;
    }

    .nw30sec p {
        font-size: 20px;
        font-weight: 600;
        padding: 20px 0;
        margin: 0;
    }

    .flex-block {
        display: block;
        width: 100%;
    }
    
    .flex-block-inner {
        width:  100%;
        position: relative;
    }
    
    .flex-block-inner-taxt {
        text-align: left;
        position: absolute;
        top: 0%; 
        left: 0%; 
        transform: translate(0%, 0%); /* 位置を中央に調整 */
        padding: 20px 20px 100px;
    }
    
    
    .flex-block-inner-taxt .p_01 {
        font-size: 30px;
        font-weight: 600;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .flex-block-inner-taxt .p_02 {
        font-size: 35px;
        font-weight: 600;
        line-height: 1.2;
        margin: 0;
        padding: 10px 0;
        text-align: center;
    }
    .flex-block-inner-taxt .p_03 {
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        padding: 0;
        color: rgb(72, 71, 71);
    }
    
    
    .w-full {
        max-width: 400px;
    }
}









.touch-taxt-block-bottom {
    text-align: right;
    font-size: 10px;
    color: gray;
}

.animated-image-container {
    display: block; /* 明示的にブロック要素として設定 */
    position: relative;
    width: 100vw; /* 画面の幅に合わせる */
    max-width: 100%; /* 最大幅を超えないように制限 */
    overflow: hidden; /* はみ出た内容は非表示に */
}

.static-background,
.moving-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* コンテナの幅に合わせる */
    object-fit: cover; /* 画像がコンテナにぴったり合うように調整 */
}


.static-background {
    z-index: 1; /* 背景レイヤーを後ろに */
}

.moving-layer {
    z-index: 2; /* 動くレイヤーを前面に */
    animation: verticalMovement 2s ease-in-out infinite; /* アニメーション設定 */
}

@keyframes verticalMovement {
    0%, 100% {
        transform: translateY(0); /* 初期位置 */
    }
    50% {
        transform: translateY(30px); /* 20ピクセル上に移動 */
    }
}




@media screen and (max-width: 767px) {
    .touch-taxt-block {
        text-align: center;
        font-size: 25px;
        font-weight: 600;
    }
    
    .touch-taxt-block-bottom {
        text-align: right;
        margin-top: 40px;
        font-size: 8px;
        color: gray;
    }
    
    .animated-image-container {
        display: block; /* 明示的にブロック要素として設定 */
        position: relative;
        width: 100vw; /* 画面の幅に合わせる */
        max-width: 100%; /* 最大幅を超えないように制限 */
        overflow: hidden; /* はみ出た内容は非表示に */
    }
    
    .static-background,
    .moving-layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; /* コンテナの幅に合わせる */
        object-fit: cover; /* 画像がコンテナにぴったり合うように調整 */
    }
}









.change-re {
    padding: 20px 0;
}

.change-re h3 {
    font-size: 70px;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 0;
}


.change-re img {
    margin: 100px auto;
    max-width: 600;
}



@media screen and (max-width: 767px) {
    .change-re h3 {
        font-size: 40px;
        font-weight: 400;
        margin: 0 0 0px;
        padding: 0;
    }
    
    
    .change-re img {
        margin: 50px auto;
    }
    
}




.action-container {
    
    margin: 0 auto;
    padding: 0px;
  }
  
  .action-item {
    position: relative;
    margin-bottom: 10px;
    padding: 10px 0 0 50px;
  }
  
  .action-heading {
    position: absolute;
    left: 0;
    top:0;
    background-color: #20BE8D;
    color: white;
    padding: 20px 40px;
    margin: 0; /* 余白を取り除く */
    border-radius: 10px;
    font-size: 1em; /* フォントサイズ */
  }
  
  .action-text {
    font-size: 1.4em;
    font-weight: 600;
    display: block;
    box-sizing: border-box;
    background-color: #F7F5F4;
    border-radius: 10px;
    padding: 2em;
  }

  .action-container span {
    font-size: 1.2em;
    padding: 0 10px;
    box-sizing: border-box;
    color: #20BE8D;
  }
  
  @media (max-width: 768px) {
    .action-container {
      padding: 10px;
    }
  
    .action-item {
        padding: 40px 0 0 0px;
        margin-bottom: 40px;
    }
  
    .action-heading {
        top:20px;
        padding: 10px 20px;
        font-size: 13px; /* 小さい画面では見出しサイズを小さく */
    }
  
    .action-text {
        font-size: 16px;
        padding: 1em;
        text-align: left;
      
    }

    .action-container span {
        font-size: 1.1em;
        padding: 0 3px;
        box-sizing: border-box;
        color: #20BE8D;
      }
  }







.price-block-section {
    padding: 70px 0;
    box-sizing: border-box;
}

  .price-block {
    width: 700px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .price-block-box {
    width: 30%;
    text-align: center;
    background-color: #fff;
    padding: 30px 20px 30px;
    border-radius: 10px;
    box-sizing: border-box;
  }

  .price-block-ps {
    width: 5%;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    display: grid;
    place-items: center;
    box-sizing: border-box;
}
  
.price-block-box-title {
    font-size: 18px;
    font-weight: 700;
    color: #20BE8D;
}
.price-block-box-price {
    font-size: 15px;
}
.price-block-box-amount {
    font-size: 25px;
    font-weight: 700;
}
.price-block-box-tax {
    text-align: center;
    font-size: 10px;
}

.price-block-taxt {
    width: 700px;
    margin: 30px auto;
}
.price-block-taxt p {
    font-size: 10px;
    text-align: left;
    padding: 0;
    margin: 0;
}
.price-block-taxt p::before {
    content: "※";
}

@media screen and (max-width: 767px) {


    .price-block {
        width: 100%;
        display: block;
    }

    .price-block-box {
        width: 80%;
        padding: 20px 5px 5px;
        margin: 0 auto;
    }

    .price-block-ps {
        width: 100%;
    }

    .price-block-box-tax {
        text-align: center;
        font-size: 10px;
    }

    .price-block-taxt {
        width: 80%;
    }




}



.flow-block {
    margin: 0 auto;
    padding: 20px;
    display: block;
    box-sizing: border-box;
    text-align: left;
}

.flow-block-taxt {
    font-size: 10px;
}
.flow-block-taxt::before {
    content: "※";
}

.flow_design09 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .flow09 {
    padding-left: 0;
    border-bottom: solid 1px #E1E8ED;
  }
  
  .flow09 > li {
    list-style-type: none;
    display: flex;
    padding: 20px 0;
    border-top: solid 1px #E1E8ED;
  }
  
  .flow09 > li dl dt {
    font-size: 1.2em;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .flow09 > li .icon09 {
    line-height: 1;
    font-size: 2em;
    font-weight: bold;
    color: #E26B5D;
    text-align: center;
    width: 70px;
    position: relative;
    margin-top: 0;
  }
  
  .flow09 > li .icon09::before {
    content: 'STEP';
    font-size: 0.3em;
    display: block;
    margin-bottom: 3px;
    letter-spacing: 1px;
  }
  
  .flow09 > li .icon09::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 40px);
    background-color: #858585;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    margin: auto;
  }
  
  .flow09 > li dl dd {
    margin: 0;
  }
  
  .flow09 > li dl {
    width: calc(100% - 70px);
    margin-top: 0.8em;
  }






  .scrollable-blocks-container {
    display: flex;
    overflow-x: auto;
    padding: 20px 0 0;
    
  }

  .info-block {
    flex: 0 0 auto; 
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    height: 400px;
    margin: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); 
    text-align: center;
    background-color: #EDDBC3;
    border-radius: 20px;
    padding: 30px 30px;
  }

.holder-sub-title {
    font-size: 17;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.holder-title {
    font-size: 30;
    font-weight: 600;
    margin: 5 0;
    padding: 0;
}
.holder-taxt {
    font-size: 15;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-align: left;
}

  .image-holder {
    width: 100%;
    margin: 20px 0;

  }

  .image-holder img {
    max-width: 100%;
    height: auto;
  }

  @media (min-width: 768px) {
    .scrollable-blocks-container {
      justify-content: center;
    }
  }