@charset "UTF-8";
/* 共通
===============================================================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
    color: #252525;
}


.header-flex.pc-only{ display: flex;}
/* header
===============================================================*/
#header{
    padding: 20px 15px 0;
    min-height: 120px;
}
#header .header-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .left.header-flex{
    align-items: flex-end;
}
#header .left .logo1{
    margin-right: 40px;
}
#header .fukko-logo{
    max-width: 100px;
}

/* フォントサイズ変更 */
#fontChange{
    margin-right: 20px;
}
#fontChange p{
	margin-right: 20px;
}
.headChange{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.headChange li{
	background-color: #f5f5f5;
    border: 1px solid #c1c1c1;
}
.headChange li.middle{
    margin-right: 5px;
}
.headChange li span {
    cursor: pointer;
    width: 60px;
    height: 25px;
    font-size: 13px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headChange li.current{
	background-color: #282828;
    border: 1px solid #282828;
    color: #fff;
}

/* ナビゲーション */
#header nav ul{
    display: flex;
}
#header nav ul li{
    margin-right: 20px;
}
#header nav ul li a{
    display: block;
    padding-top: 25px;
    padding-bottom: 15px;
}
#header .sp-nav-foot{
    display: none;
}
/* footer
===============================================================*/
#footer{
    padding: 3.2rem 2rem;
    border-top: 1px solid var(--border-graycolor);
}
#footer .footer-link a{
    font-size: 2rem;
    font-weight: 400;
}
#footer .footer-link a::after{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/kenshou/images/2023/link-gray.svg);
    background-size: contain;
    vertical-align: -2px;
    margin-left: 4px;
}
#footer .footer-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6rem;
}
#footer .footer-area small{
    line-height: 1.4;
    font-weight: 400;
    font-size: 1.2rem;
}
#footer.footer-logo a{
    display: inline-block;
}
#footer .logo1{
    margin-right: 2rem;

}
@media (max-width: 1024px){

/* sp header
===============================================================*/
    #header{
        padding: 0;
        height: auto;
        min-height: auto;
        border-bottom: 1px solid var(--border-graycolor);
    }
    #header .header-top{
        height: 80px;
        width: 100%;
        padding: 1rem;
        background-color: #fff;
    }
    #header .left.header-flex {
        align-items: center;
    }
    #header .left .logo1{
        margin-right: 20px;
        max-width: 50px;
    }
    #header .left .logo2{
        max-width: 170px;
    }
    #header .right{
        display: none;
    }
    #header nav ul{
        flex-wrap: wrap;
    }
    #header nav ul li:first-of-type{
        border-top: 1px solid var(--border-graycolor);
    }
    #header nav ul li{
        width: 100%;
        margin: 0;
        border-bottom: 1px solid var(--border-graycolor);
    }
    #header nav ul li a{
        padding-bottom: 3rem;
        padding-top: 3rem;
        padding-left: 4.5rem;
        font-size: 1.8rem;
    }
    #header nav ul li a::before{
        content: '●';
        font-size: .7em;
        vertical-align: 2.5px;
        color: var(--main-color);
        padding-right: 1rem;
    }
/* ハンバーガー */
    #sp-trig{
        width: 70px;
        height: 65px;
        border-radius: 10px;
        background: #fff;
        padding: 1rem 1.3rem 0;
        margin: .5rem 1rem 0 0;
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        text-align: center;
        cursor: pointer;
        z-index: 10;
        box-shadow: 0 5px 3px rgba(0,0,0,0.1);
        font-size: 13px;
    }
    #sp-trig u{
        display: block;
        width: 100%;
        height: 3px;
        border-radius: 10px;
        margin: 8px auto;
        background: #000;
        transition: .5s all;
    }
    #sp-trig u:first-child{
        margin-top: 0;
    }
    #sp-trig span.open,#sp-trig.open span.close{
        display: none;
    }
    #sp-trig span.close,#sp-trig.open span.open{
        display: block;
    }

    #sp-trig.open  u:nth-child(1){
		transform: translateY(11px) rotate(-45deg);
	}
	#sp-trig.open  u:nth-child(2){
		opacity: 0;
	}
	#sp-trig.open  u:nth-child(3){
		transform: translateY(-10px) rotate(45deg);
	}

    #header .sp-nav-wrap{
        display: block;
        width: 100%;
        padding-top: 8rem;
        background-color: #fff;
        position: fixed;
        top: -200%;
        visibility: hidden;
        right: 0;
        opacity: 0;
        z-index: 5;
        overflow: auto;
        height: fit-content;
        transition: .7s all;
        -webkit-overflow-scrolling: touch;
        box-shadow: 0 0 3px #00000075;
    }
    @media (orientation: landscape) and (max-width: 767px) and (max-height: 650px){
        #header .sp-nav-wrap{
            height: 100%;
        }
        }
    #header .sp-nav-foot{
        display: flex;
        justify-content: center;
        padding: 3rem 1.5rem 3rem 1.5rem;
    }
    #header .sp-nav-wrap.open {
        opacity: 1;
        top: 0;
        z-index: 5;
        visibility: visible;
    }
    #header .sp-fontChange{
        justify-content: center;
        margin-right: 2rem;
    }
    #header .sp-fontChange p{
        margin-right: 20px;
    }
    #footer .footer-area{
        flex-direction: column;
        margin-top: 2rem;
    }
    #footer .footer-area .copy-right{
        order: 2;
        width: 100%;
        text-align: center;
    }
    #footer .footer-area .footer-logo{
        order: 1;
        width: 100%;
        margin-bottom: 5rem;
    }
}


@media (max-width: 768px){
    #header nav ul li a{
        padding-bottom: 2rem;
        padding-top: 2rem;
        padding-left: 3rem;
        font-size: 1.6rem;
    }
    #header nav ul li a::before{
        content: '●';
        font-size: .7em;
        vertical-align: 2px;
        color: var(--main-color);
        padding-right: 1rem;
    }
    #header .sp-nav-foot{
        flex-direction: column;
        align-items: center;
    }
    #header .sp-fontChange {
        margin-right: 0;
        margin-bottom: 2rem;
    }
    #footer .footer-link a{
        font-size: 1.6rem;
    }
    #footer .footer-link a::after{
        width: 14px;
        height: 14px;
    }
}
