@charset "utf-8";
/* 全体基本CSS */
html {
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
}
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
    font-family: 'Noto Sans JP', serif;
    font-weight: 400;
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
}
li, dt, dd {
	list-style-type: none;
}
p {
	margin: 0;
	font-size: 16px;
	line-height: 100%;
}
img {
	border: 0;
	border: none;
    width: 100%;
    height: auto;
    -webkit-user-drag:none;
    -khtml-user-drag:none;
}
a,a:hover {
	text-decoration: none;
    cursor: pointer;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
a:link,
a:visited {
	color: inherit;
}
i, b, u {
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}
figure{
	margin: 0;
	font-size: 14px;
}
html,body{
	background-color:#fff;
	font-size: 16px;
	overflow: hidden;
	color: #333;
}
p{
    line-height: 1.8rem;
}
b{
    font-weight: 500;
    line-height: 1.8rem;
}
/* scrollbar */
::-webkit-scrollbar,
 ::-webkit-scrollbar-track,
 ::-webkit-scrollbar-thumb{
    display: none;
 }
/*  */
header{
	display: flex;
	flex-direction: column;
}
.alert-box,.header-wrap,main{
	max-width: 1600px;
	margin: 0 auto;
    padding: 0 80px;
}
.footer-wrap{
	max-width: 1600px;
	margin: 0 auto;
}
body{
    overflow-y: scroll;
    letter-spacing: 0.1em;
}
/* alert-box */
.header-alert-wrap{
    background-color: #C31B1B;
    color: #fff;
    height: 100px;
    display: none;
}
.alert-box{
    line-height: 1;
    display: flex;
    align-items: center;
    height: 100%;
}
.alert-box > p{
    line-height: 1.8rem;
    margin: 0 2rem;
    position: relative;
}
.alert-box > p::before{
    content: "";
    background-image: url("./../images/img_icon_info.png");
    background-size: contain;
    height: 23px;
    width: 23px;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
}
.alert-box .alert-text{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.alert-box .alert-text > dl{
    display: flex;
}
.alert-box .alert-text > dl dt{
    padding-right: 30px;
}

/* header */
header{
    width: 100%;
    display: flex;
    background-color: #fff;
    position: fixed;
    z-index: 100;
}
header .header-wrap{
    height: 100px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0;
    max-width: 96vw;
    position: relative;
}
header .logo{
    height: 56px;
    width: 380px;
    padding: 18px 0;
}
header .logo img{
    margin: auto;
}
header .header-menu-wrap-pc{
    display: flex;
    flex-direction: column;
    height: auto;
    width: 700px;
    justify-content: space-between;
    padding-top: 22px;
}
header .header-menu-wrap-sp{
    display: none;
}
header .header-menu-wrap-pc .header-menu-list-01,
header .header-menu-wrap-pc .header-menu-list-02{
    line-height: 1;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
header .header-menu-wrap-pc .header-menu-list-01{
    margin-left: 10px;
}
header .header-menu-wrap-pc .header-menu-list-01 > li{
    margin: auto 0.5em;
    font-size: 14px;
}
header .header-menu-wrap-pc .header-menu-list-01 > li{
    position: relative;
}
header .header-menu-wrap-pc .header-menu-list-01 > li:hover{
    opacity: 0.7;
}
header .header-menu-wrap-pc .header-menu-list-01 > li::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
}
header .header-menu-wrap-pc .header-menu-list-01 > li.li-01,
header .header-menu-wrap-pc .header-menu-list-01 > li.li-02,
header .header-menu-wrap-pc .header-menu-list-01 > li.li-03{
    text-indent: 2em;   
}
header .header-menu-wrap-pc .header-menu-list-01 > li.li-en a{
    border: 1px solid #333;
    border-radius: 50px;
    padding: 0 12px;
}
header .header-menu-wrap-pc .header-menu-list-01 > li.li-en:hover{
    opacity: 1;
}
header .header-menu-wrap-pc .header-menu-list-01 > li.li-en:hover a{
    background-color: #0B6C21;
    color: #fff;
}
header .header-menu-wrap-pc .header-menu-list-01 > li.li-01::before{
    background-image: url("./../images/img_icon_headermenu01_01@4x.png");
    height: 18px;
    width: 22.5px;
    bottom: 6px;
}
header .header-menu-wrap-pc .header-menu-list-01 > li.li-02::before{
    background-image: url("./../images/img_icon_headermenu01_02@4x.png");
    height: 22px;
    width: 22px;
    bottom: 6px;
}
header .header-menu-wrap-pc .header-menu-list-01 > li.li-03::before{
    background-image: url("./../images/img_icon_headermenu01_03@4x.png");
    height: 13px;
    width: 19px;
    bottom: 0;
}
header .header-menu-wrap-pc .header-menu-list-02 > li{
    margin: auto 10px;
    font-size: 16px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 600;
    border-bottom: 2px solid #fff;
}
header .header-menu-wrap-pc .header-menu-list-02 > li::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
}
header .header-menu-wrap-pc .header-menu-list-02 > li:hover{
    color: #0B6C21;
    border-bottom: 2px solid #0B6C21;
}
header .header-menu-wrap-pc .header-menu-list-02 > li.li-04{
    padding-right: 1em;
}
header .header-menu-wrap-pc .header-menu-list-02 > li.li-04::before{
    background-image: url("./../images/img_icon_headermenu02_01@4x.png");
    height: 12.5px;
    width: 12px;
    top: 2px;
}
header .header-menu-wrap-pc .header-menu-list-02 > li > a{
    font-family: 'Noto Serif JP';
}
/* hover-menu */
.hover-menu-wrap{
    display: none;
}
.hover-menu{
    color: #333;
    background: #fff;
    width: calc(100vw - 120px);
    min-height: 100px;
    padding: 30px 60px;
    position: fixed;
    left: 0;
    right: 0;
    top: 100px;
    z-index: 30;
    border-top: 3px solid #0B6C21;
    border-bottom: 3px solid #0B6C21;
    display: flex;
}
.hover-menu-left{
    width: auto;
    min-width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-right: 1px solid #0B6C21;
    padding: 20px 0;
}
.hover-menu-left > h2,
.hover-menu-left > a > p{
    font-family: 'Noto Serif JP';
}
.hover-menu-left > h2{
    color: #0B6C21;
}
.hover-menu-left > a{
    position: relative;
    display: flex;
    height: 42px;
    margin-top: 10px;
}
.hover-menu-left > a > p{
    line-height: 42px;
    font-family: 'Noto Sans JP';
    font-size: 14px;
}
.hover-menu-left > a > span{
    border-radius: 42px;
    width: 42px;
    height: 42px;
    content: "";
    box-sizing: border-box;
    border: 1px solid #0B6C21;
    color: #0B6C21;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: 30px;
    position: relative;
    overflow: hidden;
}
.hover-menu-left > a:hover{
    color: #0B6C21;
}
.hover-menu-left > a:hover > span{
    background-color: #0B6C21;
    color: #fff;
}
.hover-menu-left > a > span i{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    height: 42px;
    width: 42px;
}
.hover-menu-right{
    height: 140px;
    width: 100%;
    padding-left: 40px;
}
.hover-menu-right > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: space-around;
    width: 100%;
    height: 100%;
}
.hover-menu-right > ul > li{
    flex: 0 0 33%;
}
.hover-menu-04 .hover-menu-right > ul > li{
    min-width: 25%;
}

.hover-menu-right > ul > li > a{
    position: relative;
    padding:0 30px;
    display: block;
    font-weight: 500;
}
.hover-menu-right > ul > li > a,
.hover-menu-right > ul > li > a:link,
.hover-menu-right > ul > li > a:visited{
    color: #333;
}
.hover-menu-right > ul > li > a::before{
    content: "";
    border-bottom: 1px solid #333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1em;
    height: 1px;
    margin: auto;
}
/* main */
/* BreadcrumbList */
.BreadcrumbList{
    color: #333;
    max-width: 1600px;
    margin: auto;
    height: 20px;
    line-height: 20px;
    padding: 10px 20px;
    padding-top: 110px;
    font-size: 12px;
}
/*
.BreadcrumbList.text-white{ color: #fff;}
*/
.BreadcrumbList > ol{
    line-height: 1;
    display: flex;
}
.BreadcrumbList > ol > li::after{
    content: ">";
    margin: 0 0.5em;
}
.BreadcrumbList > ol > li:last-child::after{
    content: "";
}
.BreadcrumbList > ol > li > a{
    color: #333;
}
.BreadcrumbList > ol > li > a[href] {
    text-decoration: underline;
}

/* pagination */
ul.pagination{
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
ul.pagination li{
    margin-right: 5px;
}
ul.pagination li a{
    border: 1px solid #E8E8E8;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 50%;
    color: #333;
    display: inline-block;
    line-height: 40px;
    text-align: center;
}
ul.pagination li span{
    width: 40px;
    height: 40px;
    color: #333;
    display: inline-block;
    line-height: 1.8;
    text-align: center;
}
ul.pagination li a:hover{
    background-color: #0B6C21;
    color: #fff;
}
ul.pagination li.back a,
ul.pagination li.next a{
    border-color: #0B6C21;
    color: #0B6C21;
    position: relative;
    font-family: monospace;
}
ul.pagination li.back a:hover,
ul.pagination li.next a:hover{
    background-color: #0B6C21;
    color: #fff;
}

/* aside#side-menu */
aside#side-menu{
    min-width: 260px;
    position: sticky;
    top: 120px;
    display: block;
    height: max-content;
    padding-left: 30px;
}
aside#side-menu h2{
    color: #fff;
    background-color: #888;
    min-height: 24px;
    padding: 20px 20px;
    line-height: 24px;
    font-size: 18px;
    border-left: 3px solid #0B6C21;
}
aside#side-menu nav ul li a{
    min-height: 24px;
    padding: 20px 20px;
    line-height: 24px;
    border-bottom: 1px solid #BABABA;
    font-weight: 500;
    background: #fff;
    width: auto;
    display: block;
}
aside#side-menu nav ul li a:hover,
aside#side-menu nav ul li a.on{
        color: #0B6C21;
}
aside#side-menu nav:nth-child(2){
    margin-bottom: 30px;
}

/* footer */
footer{
    background: #4B524C;
    color: #fff;
    padding: 0 80px 50px;
}
.footer-logo-wrap {
    padding: 50px 0 30px;
    border-bottom: 1px solid #fff;
}
.footer-logo-wrap ul{
    height: 125px;
    margin: auto;
}
.footer-logo-wrap ul li{
    line-height: 2em;
    text-align: center;
}
.footer-logo-wrap ul li img{
    width: 423px;
}
/* footer-sitemap */
.footer-sitemap-wrap{
    min-height: 60px;
    border-bottom: 1px solid #fff;
}
.footer-sitemap-wrap .sitemap-btn{
    font-size: 14px;
    text-align: center;
    line-height: 60px;
}
.footer-sitemap-wrap .sitemap-btn > p{
    position: relative;
    line-height: 60px;
    display: inline-block;
}
.footer-sitemap-wrap .sitemap-btn > p::after{
    content: "";
    background-image: url("./../images/img_sitemap_btn.png");
    background-size: contain;
    height: 30px;
    width: 30px;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -40px;
}
.footer-sitemap-wrap .sitemap-btn > p.on::after{
    transform: rotateZ(180deg);
}

.sitemap-wrap{
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
}
.sitemap-screen{
    display: none;
}
.sitemap-wrap .sitemap-list{
    margin-top: 10px;
}
.sitemap-wrap .sitemap-list > p{
    font-size: 16px;
    font-weight: bold;
    font-family: 'Noto Serif JP';
}
.sitemap-wrap .sitemap-list > ul{
    margin-top: 20px;
}
.sitemap-wrap .sitemap-list > ul >li{
    font-size: 14px;
    line-height: 2em;
    position: relative;
    text-indent: 1.5em;
}
.sitemap-wrap .sitemap-list > ul >li::before{
    content:"";
    border-bottom: 1px solid #fff;
    padding: 6px;
    position: absolute;
    bottom: 16px;
    top: 0;
    left: 0;
    margin: auto;
    height: 1px;
}
.sitemap-wrap .sitemap-list > ul >li > a,
.sitemap-wrap .sitemap-list > ul >li > a:link,
.sitemap-wrap .sitemap-list > ul >li > a:visited{
            color: #fff;
}
.footer-menulist-01{
    border-bottom: 1px solid #fff;
}
.footer-menulist-01 ul{
    font-size: 14px;
    display: flex;
    justify-content: center;
    height: 60px;
}
.footer-menulist-01 ul > li{
    margin: auto 2rem;
    line-height: 1;
    position: relative;
}
.footer-menulist-01 ul > li.campuslogin > a::before{
    content: "";
    position: absolute;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(./../images/img_icon_footerrmenu_01@4x.png.png);
    height: 12.5px;
    width: 12px;
    top: 2px;
    bottom: 0;
    left: -18px;
}

.footer-menulist-01 ul > li.li-en{
    margin: auto 0.5em;
    font-size: 14px;
}
.footer-menulist-01 ul > li.li-en > a{
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 0 12px;
}
.footer-menulist-01 ul > li.li-en > a:hover{
    color: #333;
    background-color: #fff;
}
.footer-menulist-02{
    height:auto;
    width: auto;
    margin: auto;
}
.footer-menulist-02 ul{
    font-size: 14px;
    display: flex;
    justify-content: center;
    width: auto;
}
.footer-menulist-02 ul > li{
    line-height: 1.8rem;
    text-indent: 10px;
    position: relative;
    text-align: center;
    width: auto;
    padding: 20px 10px;
}
.footer-menulist-02 ul > li:last-child{
    padding-right: 0;
}
.footer-menulist-02 ul > li::before{
    content: "|";
    position: absolute;
    left: -10px;
    width: 0;
}
.footer-menulist-02 ul > li:first-child::before{
    content: none;
}
.footer-menulist-02 ul > li > a{
    display: block;

}
.footer-copylight{
    text-align: center;
}
.footer-copylight p{
    line-height: 1;
    font-size: 12px;
    font-weight: 400;
}

@media screen and (max-width:1280px) {
    header .header-menu-wrap-pc {
        display: none;
    }
    header .header-menu-wrap-sp {
        display: block;
    }
    header .header-menu-wrap-sp .header-menu-list-wrap{
        position: fixed;
        left: 0;
        right: 0;
        top: 100px;
        width: 100vw;
        height: calc(100vh - 100px);
        min-height: calc(100vh - 100px);
        background-color: #fff;
        overflow-y: scroll;
        display: none;
        z-index: 100;
    }
    header .header-menu-wrap-sp .header-menu-list-wrap .header-menu-list-01{
        padding: 0 3vw;
    }
    header .header-menu-wrap-sp .header-menu-list-wrap .header-menu-list-01 > li .link-wrap{
        min-height: 52px;
        border-top: 1px solid #0B6C21;
        display: flex;
    }
    header .header-menu-wrap-sp .header-menu-list-wrap .header-menu-list-01 > li:last-child .link-wrap{
        border-bottom: 1px solid #0B6C21;
    }
    header .header-menu-wrap-sp .header-menu-list-wrap .header-menu-list-01 > li .link-wrap > a{
        width: calc(100% - 87px);
        height: 22px;
        display: inline-block;
        padding: 15px;
        line-height: 22px;
        font-weight: bold;
        font-family: 'Noto Serif JP';
        position: relative;
    }

    header .header-menu-wrap-sp .header-menu-list-wrap .header-menu-list-01 > li .link-wrap.campuslogin > a::after{
        content: "";
        position: absolute;
        margin: auto;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(./../images/img_icon_headermenu02_01@4x.png);
        height: 12.5px;
        width: 12px;
        top: 2px;
        bottom: 0;
        margin-left: 8px;        
    }
    header .header-menu-wrap-sp .header-menu-list-wrap .header-menu-list-01 > li .link-wrap > i{
        width: 57px;
        height: 52px;
        display: inline-block;
        position: relative;
    }
    header .header-menu-wrap-sp .header-menu-list-wrap .header-menu-list-01 > li .link-wrap > i::before,
    header .header-menu-wrap-sp .header-menu-list-wrap .header-menu-list-01 > li .link-wrap > i::after{
        position: absolute;
        content: "";
        border-bottom: 1px solid #0B6C21;
        width: 18px;
        bottom: 26px;
        right: 0;
        left: 0;
        margin: auto;
    }
    header .header-menu-wrap-sp .header-menu-list-wrap .header-menu-list-01 > li .link-wrap > i::after{
        transform: rotate(90deg);
        transition-duration: 200ms;
    }
    header .header-menu-wrap-sp .header-menu-list-wrap .header-menu-list-01 > li .link-wrap > i.on::after{
        transform: rotate(0);
        transition-duration: 200ms;
    }
    .header-menu-wrap-sp .header-menu-list-01 ul.header-menu-list-sub {
        padding: 10px 0;
        border-top: 1px solid #0B6C21;
        display: none;
    }
    .header-menu-wrap-sp .header-menu-list-01 ul.header-menu-list-sub > li{
        padding-left: 40px;
        width: auto;
    }
    .header-menu-wrap-sp .header-menu-list-01 ul.header-menu-list-sub > li > a{
        font-size: 14px;
        padding: 11px 0;
        display: block;
        position: relative;
        line-height: 1.5;
        font-weight: 500;

    }
    .header-menu-wrap-sp .header-menu-list-01 ul.header-menu-list-sub > li > a::before{
        position: absolute;
        left: -24px;
        content:"";
        border-bottom: 1px solid #333;
        width: 12px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 1px;
    }
    .header-menu-wrap-sp .header-menu-list-02{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 3vw;
        border-bottom: 1px solid #0B6C21;
    }
    .header-menu-wrap-sp .header-menu-list-02 > li{
        width: 45vw;
        height: auto;
        position: relative;
    }
    .header-menu-wrap-sp .header-menu-list-02 > li > a{
        display: inline-block;
        height: 50px;
        width: 45vw;
        position: relative;
        margin-top: 7px;
        line-height: 43px;
        font-size: 14px;
        text-indent: 1em;
    }
    .header-menu-wrap-sp .header-menu-list-02 > li::before{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 10px;
        margin: auto;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    .header-menu-wrap-sp .header-menu-list-02 > li.li-01 a,
    .header-menu-wrap-sp .header-menu-list-02 > li.li-02 a,
    .header-menu-wrap-sp .header-menu-list-02 > li.li-03 a{
        text-indent: 40px;
    }
    .header-menu-wrap-sp .header-menu-list-02 > li.li-01::before{
        background-image: url("./../images/img_icon_headermenu01_01@4x.png");
        height: 18px;
        width: 22.5px;
    }
    .header-menu-wrap-sp .header-menu-list-02 > li.li-02::before{
        background-image: url("./../images/img_icon_headermenu01_02@4x.png");
        height: 22px;
        width: 22px;
    }
    .header-menu-wrap-sp .header-menu-list-02 > li.li-03::before{
        background-image: url("./../images/img_icon_headermenu01_03@4x.png");
        height: 13px;
        width: 19px;
    }
    

    .header-menu-wrap-sp .header-menu-list-02 > li:nth-child(odd) > a:after{
        content: "";
        border-right: 1px solid #0B6C21;
        height: 43px;
        position: absolute;
        right: -2vw;
        top: 0;
    }
    .header-menu-wrap-sp .header-menu-list-02 > li:nth-child(-n+2) > a{
        border-bottom: 1px solid #0B6C21;
    }
    .header-menu-wrap-sp .header-menu-list-03{
        height: 246px;
        padding: 10px 3vw 20px;
    }
    .header-menu-wrap-sp .header-menu-list-03 > a{
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
    .header-menu-wrap-sp .header-menu-list-03 > a:hover{
        color: #0B6C21;
    }
    .header-menu-wrap-sp .header-menu-list-03 > a:hover > span{
        background-color: #0B6C21;
    }
    .header-menu-wrap-sp .header-menu-list-03 > a > p{
        line-height: 48px;
    }
    .header-menu-wrap-sp .header-menu-list-03 > a > span{
        content: "";
        box-sizing: border-box;
        border-radius: 22px;
        width: 22px;
        height: 22px;
        right: 14px;
        top: 0;
        bottom: 0;
        overflow: hidden;
        position: absolute;
        margin: auto;

    }
    .header-menu-wrap-sp .header-menu-list-03 > a > span i{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        height: 22px;
    }
    .header-menu-wrap-sp .header-menu-list-03 > a > span i.off{
        left: 0;
    }
    .header-menu-wrap-sp .header-menu-list-03 > a > span i.on{
        left: -80px;
    }
    .header-menu-wrap-sp .header-menu-list-03 > a.btn-g{
        background-color: #0B6C21;
        color: #fff;
        height: 48px;
        line-height: 48px;
        border-radius: 22px;
        margin: 10px auto;
    }
    .header-menu-wrap-sp .header-menu-list-03 > a.btn-g > span{
        border: 1px solid #fff;
    }
    .header-menu-wrap-sp .header-menu-list-03 > a.btn-g > span > i{
        color: #fff;
    }
    .header-menu-wrap-sp .header-menu-list-03 > a.btn-w{
        border: 1px solid #0B6C21;
        background: #fff;
        box-sizing:border-box;
        color: #0B6C21;
        height: 48px;
        line-height: 48px;
        border-radius: 50px;
        margin: 20px auto;
    }
    .header-menu-wrap-sp .header-menu-list-03 > a.btn-w > span{
        border: 1px solid #0B6C21;
    }
    .header-menu-wrap-sp .header-menu-list-03 > a.btn-w > span > i{
        color: #0B6C21;
    }
    .header-menu-wrap-sp .header-menu-list-03 > a.btn-e{
        border: 1px solid #0B6C21;
        color: #0B6C21;
        height: 40px;
        line-height: 40px;
        font-weight: bold;
    }
    .menu-btn-sp{
        display: block;
        width: 100px;
        height: 100px;
        position: relative;
    }
    .menu-btn-sp > i{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 30px;
        height: 4px;
        width: 40px;
        background-color: #0B6C21;
    }
    .menu-btn-sp > i:nth-of-type(1) {
        top:25px; 
    }
    .menu-btn-sp > i:nth-of-type(2) {
        top:38px;
    }
    .menu-btn-sp > i:nth-of-type(3) {
        top:51px;
    }
    .menu-btn-sp.open > i:nth-of-type(1) {
        top: 28px;
        left: 28px;
        transform: translateY(6px) rotate(-45deg);
        width: 40px;
    }
    .menu-btn-sp.open > i:nth-of-type(2) {
      opacity: 0;
    }
    .menu-btn-sp.open > i:nth-of-type(3){
        top: 40px;
        left: 28px;
        transform: translateY(-6px) rotate(45deg);
        width: 40px;
    }
    .menu-btn-sp > em{
        position: absolute;
        top: 55px;
        width: 100px;
    }
    .menu-btn-sp > em::after {
        content:"MENU";
        position: absolute;
        top:15px;
        left: 0;
        right: 0;
        margin: auto;
        color: #0B6C21;
        font-size: 1em;
        text-align: center;
        font-style: normal;
    }
    .menu-btn-sp.open > em::after {
        content:"CLOSE";
    }

    footer{
        padding: 0 5vw 50px;
    }
    .footer-logo-wrap ul{
        height: auto;
    }
    .footer-logo-wrap ul li img{
        width: 100%;
        height: auto;
        max-width: 400px;
    }
    .footer-sitemap-wrap,
    .footer-menulist-01{
        display: none;
    }
    .footer-menulist-02 {
        height: auto;
        width: auto;
        line-height: 1.2em;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .footer-menulist-02 ul{
        flex-wrap: wrap;
    }
    .footer-menulist-02 ul > li{
        line-height: 30px;
    }
}

@media screen and (max-width:600px) {
    body{
        scroll-behavior: smooth;
        scroll-padding-top: 100px;    
    }
    header .header-wrap{
        padding: 10px;
        height: 50px;
        width: calc(100% - 20px);
    }
    header .header-wrap .logo{
        padding: 0;
        margin: 10px auto 10px 0;
        height: auto;
        width: 100%;
    }
    header .header-wrap .logo img{
        height: 36px;
        width: auto;
    }
    header .header-menu-wrap-sp{
        margin-top: auto;
    }
    header .header-menu-wrap-sp .header-menu-list-wrap{
        top: 70px;
        min-height: calc(100vh - 140px);
        height: calc(100vh - 140px);
    }
    .menu-btn-sp{
        transform: scale(0.7);
        position: absolute;
        right: -15px;
        top: -15px;
    }
    .alert-box{
        padding: 0 3vw;
    }

}
