@charset "utf-8";
/* CSS Document */

html {
    scroll-behavior: smooth;
    font-size: 62.5%;

    /* スムーススクロール */
}

.pc {
    display: none !important;
}

body {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    line-height: 22.5px;
    color: #202020;

    margin: auto;

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background: url(../img/sp_bg_img.png);


    position: relative;
    font-feature-settings: "palt";
    letter-spacing: 1px;

}



/* フォント */




body .body-inner {
    margin: auto;

    background-attachment: fixed;
    background-size: cover;
    background-position: center;


}

ul {
    list-style: none;
}

.pc {
    display: none;
}



/* 共通 */

section {}

a {
    color: #333333;
}

a:hover {
    opacity: 0.5;
}



/* フォント */

.noto-sans-jp-<uniquifier> {
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.noto-serif-jp-<uniquifier> {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.m-plus-rounded-1c-regular {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-style: normal;
  }




body .body-inner {

    margin: auto;

    background-attachment: fixed;
    background-size: cover;
    background-position: center;


}

ul {
    list-style: none;
}

h2 img {
    zoom: .5;
}

img {
    zoom: .5;
}






/* 共通 */


nav {
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 80%;
    right: 0;
}

nav ul {
    /*最初はナビゲーションボタンは非表示*/
    display: none;
    list-style: none;
    height: 100vh;
    background-color: #FFF7E3;
    padding: 60px 20px 0px 20px;
}

nav ul li {

    padding: 5px 0;

}



nav ul li a {
    padding-bottom: 12px;
    font-size: 1.8rem;
    color: #464646;
    display: block;
    text-decoration: none;
    text-align: center;

}

.btn_line img {
    width: 100%;
}


li.btn_tel a {
    padding-bottom: 6px !important;
}




/* メニュー */
#menu {
    position: fixed;
    width: 73%;
    height: 100%;
    background: #E9F7FF;
    right: 0;
    top: 0;
    z-index: 998;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;



    margin-bottom: 20px;
    border-left: #E0E0E0 1px solid;

    & ul {
        list-style: none;
        padding: 0;
        margin: 80px 0 0 40px;
    }


    & li {
        padding-bottom: 34px;
    }


}




.hamburger {
    position: fixed;
    top: 24px;
    right: 20px;
    cursor: pointer;
    width: 32px;
    height: 24px;
    z-index: 1000;
}

.hamburger span {
    /*3本の線を作る*/
    transition: all .3s;
    position: absolute;
    height: 2px;
    background-color: #FC5500;
    width: 100%;
    z-index: 10;
}


.hamburger span:nth-of-type(1) {
    /*上の線の位置*/
    top: 4px;
}

.hamburger span:nth-of-type(2) {
    /*真ん中の線の位置*/
    top: 12px;
}

.hamburger span:nth-of-type(3) {
    /*下の線の位置*/
    top: 20px;
}

.hamburger.open span:nth-of-type(1) {
    /*openのとき、上の線を右斜めにする*/
    top: 10px;
    transform: translateY(6px) rotate(-33deg);
}

.hamburger.open span:nth-of-type(2) {
    /*真ん中の線を消す*/
    opacity: 0;
}

.hamburger.open span:nth-of-type(3) {
    /*下の線を左斜めにする*/
    top: 22px;
    transform: translateY(-6px) rotate(33deg);
}

/* メニュー */
.block_menu {
    background: #E9F7FF;
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: #E0E0E0 1px solid;


}

.menu_tit {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    align-items: center;

    padding: 16px;
}

.menu_tit02 {
    display: none;
}

/* オープン時のバー */

.menu-open {
    .menu_tit {
        display: none;

    }

    .menu_tit02 {
        display: block;

    }

}

.menu_tit02 img {
    width: 22px;
}


.menu_tit img {
    width: 28px;
    margin-right: 20px;

}

.block_menu ul li {}

.block_menu a span {
    color: #2D98E0;
    margin-right: 10px;
}

.block_menu a {
    color: #202020;
}


/* fフェードイン */
.fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1.5s;


    &.fadein-bottom {
        transform: translate(0, 30px);
    }

    &.scrollin {
        opacity: 1 !important;
        transform: translate(0, 0) !important;
    }
}




/* ハンバーガーメニュー */
#menu-button {
    width: 161px;
    right: 0px;
    display: grid;
    place-items: center;
    place-content: center;
    cursor: pointer;
    z-index: 999;
    mix-blend-mode: normal;
    position: fixed;

}


section {
    padding-top: 70px;
    padding-bottom: 70px;

}

section h2 {
    text-align: center;

    padding-bottom: 40px;
}

section h2 img {}

.news h2 img,
.block04 h2 img,
.block05 h2 img,
.block06 h2 img,
.block07 h2 img,
.block08 h2 img,
.block09 h2 img  {
    height: 110px;
}


.block-inner {
    margin: auto;
    width: 90%;
}



/* ヘッダー */
header {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;

}

h1 {
    width: 40%;
    margin-left: 6%;
}

h1 img {
    width: 100%;
}

h2 img {
    zoom: .5;
}


h3  {
    background-image: url(../img/nft/tit_line.png);
    background-size: 130px;
    background-repeat: no-repeat;
    background-position: center bottom;  
    margin-bottom: 30px;
}

h3 p {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #0f683e;
    text-align: center;
    font-size: 2.4rem;
    line-height: 30px;
    padding-bottom: 20px;
    
}

section h2 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}


.pankuzu {
    margin: auto;
    text-align: right;
    font-size: 1.0rem;
    padding: 4px;
 }
 
 .pankuzu a{
     color: #026E3D;
 
 }
 
 
/* メイン */
.main_img {
    width: 100%;
    max-width: 1200px;
    border-radius: 10px;
    margin: auto;
    

    position: relative;
}

.main_img img {
    width:100%;
    text-align: center;
    border-radius: 10px;
}




.main_img .page_tit {
    position: absolute;
    bottom: -130px;
    left: 0;
    width: 50%;
    height: auto;
    z-index: 2;
    background-color: #fff;
    border-radius: 10px;
}

.main_img .page_tit {
    width: 60%;
    height: ;
    z-index: 2;
    background-color: #fff;
    border-radius: 20px 20px 0px 0px;

    text-align: center;
    padding: 30px;

    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    
   
}

.main_img .page_tit img {
    width: auto;
    height: 70px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}




/* メニュー */



nav#menu {}

nav#menu li {
    margin: 0 30px;
    display: block;
}



/* メイン */
.main_img {
    width: 96%;

    position: relative;
}

.main_img img {
    width: 100%;
    border-radius: 20px
}

.main_img .main_copy {
    width: 80%;
    position: absolute;
    bottom: -60px;

    height: auto;
    z-index: 5;
}


.main_img .main_cover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
}



@keyframes infiniteScrollRTL {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * (100% / var(--_infinite-scroll-clone-length)) - var(--_infinite-scroll-gap,
                        var(--scroll-gap)) / var(--_infinite-scroll-clone-length)));
    }
}

@keyframes infiniteScrollLTR {
    0% {
        transform: translateX(calc(-1 * (100% / var(--_infinite-scroll-clone-length)) - var(--_infinite-scroll-gap,
                        var(--scroll-gap)) / var(--_infinite-scroll-clone-length)));
    }

    100% {
        transform: translateX(0);
    }
}

.js-scrollTrack {
    width: max-content;

    &[data-scroll-initialized="true"][data-scroll-direction="left"] {
        animation: infiniteScrollRTL var(--_infinite-scroll-duration) linear infinite;
    }

    &[data-scroll-initialized="true"][data-scroll-direction="right"] {
        animation: infiniteScrollLTR var(--_infinite-scroll-duration) linear infinite;
    }

    &[data-scroll-pause-on-hover="true"]:hover {
        animation-play-state: paused;
    }
}

.js-scrollList {
    display: flex;
    flex-wrap: nowrap;
    gap: 0 var(--_infinite-scroll-gap, var(--scroll-gap));
}

.js-scrollCont {
    flex-shrink: 0;
}

.js-scrollCont img {

    height: 1000px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;

}

.scroll_wrap {
    width: 100%;
    overflow: hidden;
}

.scroll_cont {

    display: grid;
    place-content: center;
    flex-shrink: 0;
    min-width: 22vw;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;

}


#calloutElm {}







/* メニュー */
.block_menu {
    position: fixed;
    top: 40%;
    right: 40px;
    z-index: 100;
}

.block_menu .inner {
    background-image: url(../img/contact_btnbg@2x.png);
    background-size: 310px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 310px;
    height: 310px;
}

.block_menu .inner .cont01 {
    margin-bottom: 10px;
    padding-top: 100px;
    text-align: center;
}

.block_menu .inner .cont02 {

    text-align: center;
}

.block_menu .cont_close {
    position: absolute;
    top: 28px;
    right: 12px;
}



.block_menu .js_close {
    display: none;
    position: absolute;
    right: 400px;
}

li.btn_tel dl {
    display: flex;
    justify-content: center;
    align-items: center;

}

li.btn_tel a {
    font-size: 3.0rem;
    font-weight: bold;
    justify-content: center;

}

li.btn_tel p {
    margin-top: -10px;
    font-size: 1.2rem;
    text-align: center;
}





.button a {
    background-color: #026E3D;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: center;

    margin: 0 auto;
    max-width: 290px;
    padding: 10px 25px;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    align-items: center;
}

.button img {
    margin-right: 10px;
}



/* よくあるご質問 */

.block06 {
    background-image: url(../img/block06_bg2x.png);
    background-size: 68px;

}

.block06 h2 {
    padding-top: 50px;
}

.block06 .block-inner {
    background-color: #FFF7E3;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}

.block06 .box01 {
    padding-bottom: 40px;
}


.accordion {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1000px;

    .accordion_ttl {
        position: relative;
        background: #fff;
        font-weight: bold;
        font-size: 1.7rem;

        padding: 15px 10px;
        border: 1px solid #ff8b00;
        cursor: pointer;
        border-radius: 12px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        margin-bottom: 15px;




        &:before,
        &:after {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            right: 15px;
            transform: translate(0, -50%);
            width: 16px;
            height: 2px;
            background: #ff8b00;
            transition: 0.2s ease transform;
        }

        &:after {
            transform: translate(0, -50%) rotate(-90deg);
        }

        &.active {
            &:after {
                transform: translate(0, -50%) rotate(0deg);
            }
        }
    }

    .accordion_ttl img {
        margin-right: 30px;
    }

    .accordion_cnt {
        padding: 0 10px;
        line-height: 1.5;
        max-height: 0;
        overflow: hidden;
        transition: 0.2s ease max-height;

        p {
            margin: 15px 0;
        }
    }
}

.accordion_ttl dl {
    display: flex;
    align-items: center;
}

.accordion_ttl dl dd {
    margin-right: 20px;
}

.accordion_ttl img {
    width: 60px;
}


.answer {
    display: flex;
    margin-bottom: 60px;
}

.answer img {
    width: 60px;
    margin-right: 30px;
}

.answer span {
    font-weight: bold;
    font-size: 2.0rem;
}


/* お問い合わせ */
.block07 {
    background: #FF8F00;
    background: rgba(255, 143, 0, 1);


    position: relative;
    z-index: 20;
}

.block07 .txt01 {
    color: #FFF;
    text-align: center;
    margin-bottom: 30px;
}

.block07 .box01,
.block07 .box02 {
    margin: auto;
    max-width: 1000px;
    background: #FFFFFF;
    background: rgba(255, 255, 255, 1);
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    padding: 30px;
}

.block07 .box03 {
    margin: auto;
    max-width: 1000px;
    background: #FFFFFF;
    background: rgba(255, 255, 255, 1);
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.block07 .box01 .inner {}

.block07 .box01 .sub_tit,
.block07 .box02 .sub_tit ,
.block07 .box03 .sub_tit{
    font-weight: bold;
    font-size: 2.0rem;
    text-align: center;
    margin-bottom: 30px;

}

.block07 .box01 p,
.block07 .box02 p,
.block07 .box03 p {
    text-align: center;
    margin-bottom: 10px;
}

.block07 .box01 .left {}

.block07 .box01 .left img {
    width: 100%;

}

.block07 .box01 .right dl {
    display: flex;
    align-items: center;
}

.block07 .box02 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.block07 .line_btn {
    text-align: center;
    margin-top: 10px;
}

.block07 .line_btn img {
    width: 100%;
}

.block07 .box02 dl {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.block07 .box02 dl dt {
    font-weight: bold;
    font-size: 3.0rem;

}

.block07 .box02 dl dd {
    font-size: 1.5rem;
}




.page_box {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 998;
}

.page_box img {
    width: 160px;
}



.contact_box {
    position: fixed;
    bottom: 0;
    z-index: 997;
    text-align: center;

}

.contact_box img {
    width: 80%;
}


footer {

    background-image: url(../img/fot_bg@2x.png);
    color: #595757;
    padding-top: 60px;

}

footer .ad {
    text-align: center;
    font-size: 1.2rem;
    line-height: 33px;

    margin-bottom: 10px;
}




footer p {
    line-height: 33px;
    margin-top: 10px;
    margin-bottom: 10px;
}

footer .ad dl dt {
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: 1.02px;
}

footer .ad dl dd {
    font-size: 1.4rem;
}



footer .fot {
    text-align: center;
    padding-bottom: 100px;
}

footer .fot p {
    text-align: center;
    font-size: 1.2rem;
}

footer .fot img {
    width: 40%;

}


footer a {
    color: #595757;

}


/* バナー */
.insta_block{
    width: 80%;
    text-align: center;
    margin: 40px auto;
}

.insta_block img{
    width: 100%;

    
}

.fotbn_block{
    
    text-align: center;
    margin: 40px auto;

    
}


.fotbn_block img{
   
    border: 1px solid #999
    
}

ul.bn_block{
   
    margin: 30px auto;
    text-align: center;
}

ul.bn_block li{
    width: 80%;
padding-bottom: 10px;
margin: auto;
display: block;
}

ul.bn_block li img{
    width: 100%;
    
}

.mail_box{
    width: 100%;
    margin: 0 auto;
  }
  
  .mail_box iframe {
    width: 100%;
    height: 2300px; /* フォーム内容に合わせて調整 */
    border: none;
    }


.tel-link {
    
}
