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

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
    /* スムーススクロール */
}


body {
    width: 100%;
    min-width: 800px;
    font-size: 1.6rem;
    line-height: 2;
    line-height: 22.5px;
    color: #333333;

    margin: auto;

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


    position: relative;

}

a {
    color: #333333;
}

a:hover {
    opacity: 0.5;
}


/* 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;
    }
}

/* フォント */

.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 {
    max-width: 1440px;
    margin: auto;

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


}

ul {
    list-style: none;
}

h2 img {
    zoom: .5;
}



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

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




img {
    zoom: .5;
}


.sp {
    display: none !important;
}



/* 共通 */

.ntf{
    
}

.pankuzu {
   width: 1200px;
   margin: auto;
   text-align: right;
   font-size: 1.4rem;
   padding: 10px;
}

.pankuzu a{
    color: #026E3D;

}



section {
    padding-top: 120px;
    padding-bottom: 200px;

}

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


.block-inner {
    max-width: 1000px;
    margin: auto;

}



/* ヘッダー */
header {
    max-width: 1400px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    

}

h1 {
    width: auto;
   
}

h1 img{
    max-width: 100%;
    height: auto;
    display: block;
    
}


/* メニュー */
nav {
    flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  font-size: 1.4rem;
   
}

nav ul#header-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap; 
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    list-style: none;
  
}

nav ul#header-menu li {
    margin: 0 6px;
    display: block;
}

.btn_line img{
    width: 100%;
}

nav ul#header-menu li a {
    font-size: 1.6rem;
    color: #3D3F42;
}



nav#menu li.btn_line img {
    width: 100%;
}


/* メイン */
.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: 600px;
    height: 100px;
    z-index: 2;
    background-color: #fff;
    border-radius: 30px 30px 0px 0px;

    text-align: center;
    padding: 30px;
    


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

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





.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 {
    position: fixed;
    bottom: 130px;
    right: 20px;
    max-width: 300px;
    z-index: 400;

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

.callout-container {
    margin-top: 100px;
    text-align: center;
}

.cont01 {
    margin-bottom: 10px;
}

.closebtn {
    position: absolute;
    top: 12px;
    right: 3px;
    color: white;
    font-size: 30px;
    padding: 10px;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
}

.closebtn:hover {
    color: lightgrey;
}






/* メニュー */
.block_menu {
    position: fixed;
    bottom: 5%;
    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;
}









.button a {

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

    margin: 0 auto;
    width: 240px;
    padding: 15px 25px;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;

    margin-top: 40px;
}

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


.block05 .box02 .right img {
    width: 100%;
}


/* よくあるご質問 */

.block06 {
  background-color: #FFF7E3;
}

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

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

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


.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.8rem;
        line-height: 32.7px;
        padding: 15px 20px;
        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: 30px;
            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: 50px;
    }

    .accordion_cnt {
        padding: 0 15px;
        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;
}

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

.answer img {
    margin-right: 50px;
}

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






/* お問い合わせ */
.block07 {
    background: #FF8F00;
    background: rgba(255, 143, 0, 1);
    border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    margin-top: -70px;
    padding-top: 100px;
    padding-bottom: 140px;
    position: relative;
    z-index: 20;
}

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

.block07 .box01,
.block07 .box02,
.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: 60px;
}

.block07 .box01 .inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;


}

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

}

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

.block07 .box01 .left {
    margin-right: 20px;
}

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

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

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

.block07 .box02 dl dt {
    font-weight: bold;
    font-size: 3.3rem;
    margin-right: 30px;
}

.block07 .box02 dl dd {
    font-size: 1.5rem;
}
/**アンカー**/

main {
    position: relative;
}

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

.page_box img {
    width: 200px;
}




/**フッター**/

footer {
    background-image: url(../img/fot_bg@2x.png);
    color: #595757;
    padding-bottom: 150px;
    padding-top: 200px;
margin-top: -60px;
}

footer .ad {
    text-align: center;
}




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

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

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



footer .fot {
    max-width: 1000px;
    margin: auto;
}

footer p.copy {

    text-align: center;
    font-size: 1.2rem;

}

footer .fot dl {
    display: flex;
    justify-content: space-between;
}

footer .fot dl dt {}

footer .fot dl dd {}

footer .fot img {}


/* バナー */


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


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

ul.bn_block{
    width: 1200px;
    display: flex;
    margin: 20px auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.bn_block li{
    margin: 10px;
}


.mail_box{
  width: 100%;
  margin: 0 auto;
}

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