@charset 'UTF-8';
/*
主たるブレイクポイント
768px
430px
*/

/*=====================
全サイズ共通 & 汎用クラス
=====================*/
html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body{
    font-size: 1.6rem;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 2;
    color: #333;
}

a{
    text-decoration: none;
    color:#f77237;
}

a:hover{
    opacity: 0.6;
}

.inner{
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width:1000px){

    .inner{
        padding:0 5%;
    }
}

li{
    list-style: none;
}

.title{
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 30px;
    line-height: 1;
}

.btn a{
    width:270px;
    display: block;
    line-height: 70px;
    background-image: linear-gradient(to right,#3CAD5A,#307041);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.btn.back a{
    background-image: none;
    background-color: #999;
    width: 100px;
    margin-right: 2rem;
}

.pb0{padding-bottom: 0!important;}
.pb5{padding-bottom: 5px!important;}

.break{
    display: inline-block;
}

/*=====================
ヘッダー
=====================*/

header{
    position: sticky;
    top: 0;
    background-color: rgba(255,255,255,0.5);
    backdrop-filter: blur(3px);
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 1000;
}

header > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav .menu_btn,
header nav p{
    display: none;
}

header nav >.menu_body> ul{
    display: flex;
}

header nav >.menu_body > ul >li{
    margin-left: 20px;
}

header nav >.menu_body> ul >li >ul{
    position: absolute;
    display: none;
    background-color: #fff;
    padding:1rem;
}
header nav >.menu_body> ul >li:hover >ul{
    display: block;
}

@media screen and (max-width:1000px){
    header{
        padding-left: 50px;
        padding-right: 50px;
    }
    header .inner{
        padding:0;
    }
}/*===max-width:1000px===*/

@media screen and (max-width:768px){
    body{
        width:100%;
        overflow-x: hidden;
        position: relative;
    }
    header{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    header nav .menu_btn,
    header nav p{
        display: block;
    }
    header nav p{
        width:80%;
        margin-left: auto;
        margin-right: auto;
    }
    header nav{
        position: fixed;
        background-color: #faebdf;
        top:0;
        left:0;
        visibility: hidden;
        opacity: 0;
        width: 100%;
        height: 100vh;
        transition: 0.5s;
        padding-top: 64px;
        padding-left: 32px;
        padding-right: 32px;
    }
    header.on nav{
        visibility: visible;
        opacity: 1;
    }

    header .menu_btn{
        width:24px;
        height: 24px;
        position: fixed;
        z-index: 100;
        right: 20px;
        top:30px;
    }
    header .menu_btn span{
        display: block;
        height: 2px;
        width: 100%;
        background-color: #333;
        position: absolute;
        transition: 0.5s;
    }
    header .menu_btn span:first-child{
        top:0;
    }
    header .menu_btn span:nth-child(2){
        top:12px;
    }
    header .menu_btn span:last-child{
        bottom:0;
    }

    header.on .menu_btn span:first-child{
        transform: translateY(11px) rotate(45deg);
    }
    header.on .menu_btn span:nth-child(2){
        display: none;
    }
    header.on .menu_btn span:last-child{
        transform: translateY(-11px) rotate(-45deg);
    }



    header nav >.menu_body> ul{
        display: block;
        line-height: 5rem;
        margin-bottom: 32px;
    }
    header nav >.menu_body a{
        color: #666666;
    }
    header nav >.menu_body img{
        margin-left: auto;
        margin-right: auto;
    }
    header nav >.menu_body> ul >li{
        font-size: 2rem;
        border-bottom: 1px solid #666666;
        margin-left: 0;
    }
    header nav >.menu_body> ul >li:last-child{
        border-bottom: none;
    }
    header nav >.menu_body> ul >li >ul{
        display: block;
        position: static;
        font-size: 1.8rem;
        padding-left: 1.8rem;
        background-color: transparent;
    }

    header nav >.menu_body> ul >li >ul>li{
        border-bottom: 1px dotted #666666;
    }
    header nav >.menu_body> ul >li >ul>li:first-child{
        border-top: 1px solid #666666;
    }
}


/*===================
フッター
=====================*/
footer{
    background-color: #F77237;
    margin-top: 150px;
    padding-top: 30px;
}
footer a{
    color: #fff;
    display: block;
}
footer .footer_logo{
    margin-bottom: 30px;
    text-emphasis: center;
}
footer ul{
    margin: 0;
    padding: 0;
}
footer .footer_wrap{
    display: flex;
    flex-direction: column-reverse;
}
footer .footer_right ul{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
footer .footer_right ul li:nth-child(2){
    margin-left: 20px;
    margin-right: 20px;
}
footer .footer_right dl{
    color:#fff;
    margin-bottom: 30px;
}
footer .footer_right dl dt{
    border-bottom: 1px solid #fff;
}
footer .footer_left{
    margin-bottom: 30px;
}
footer .footer_left ul{
    font-size: 2.1rem;
    color:#fff;
    line-height: 3;
}
footer .footer_left ul li{
    padding-left: 1rem;
}
footer .footer_left > ul{
    border-top: 1px solid #fff;
}
footer .footer_left > ul > li:not(:last-child){
    border-bottom: 1px solid #fff;
}
footer .footer_left > ul > li > ul{
    padding-left: 2.1rem;
    border-top: 1px solid #fff;
    font-size: 1.6rem;
}
footer .footer_left > ul > li > ul > li{
    border-bottom: 1px dotted #fff;
}
footer .copy{
    text-align: center;
    color:#fff;
}
@media screen and (min-width:680px){
    footer .footer_wrap{
        flex-direction: row;
        justify-content: space-between;
    }
    footer .footer_left ul{
        font-size: 1.6rem;
        border:none;
        line-height: 2;
    }
    footer .footer_left > ul > li:not(:last-child){
        border-bottom:none;
    }
    footer .footer_left > ul > li > ul{
        border-top: none;
    }
    footer .footer_left > ul > li > ul >li{
        border-bottom: none;
    }
}

/*===================
トップへ戻る
=====================*/
.to_top{
    background-color: #fff;
    width: 50px;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: fixed;
    bottom:-100px;
    right:10px;
    opacity: 0;
    transition: 0.5s;
}
.to_top.on{
    bottom:10px;
    opacity: 1;
}
.to_top a span{
    line-height: 50px;
    font-size: 3rem;
}




