@charset "UTF-8";




header {
    color: #093;
    background-color: #fff;
}
@media screen and ( max-width: 768px ){
    header {
        position: fixed;
        left: 0;
        top: 0;
    }
}



header .container_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



header .section_logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: calc( 100vw * 20 / 1920 ) 0 calc( 100vw * 20 / 1920 ) calc( 100vw * 10 / 1920 );
}
@media screen and ( max-width: 1920px ){
    header .section_logo {
        padding: 20px 0 20px 10px;
    }
}
@media screen and ( max-width: 1920px ){
    header .section_logo {
        padding: calc( 100vw * 20 / 768 ) 0 calc( 100vw * 20 / 768 ) calc( 100vw * 10 / 768 );
    }
}




header .logo {
    width: calc( 100vw * 143 / 1920 );
}
@media screen and ( max-width: 1920px ){
    header .logo {
        width: 143px;
    }
}
@media screen and ( max-width: 768px ){
    header .logo {
        width: calc( 100vw * 200 / 768 );
    }
}



header .logo img {
    width: 100%;
}



header .section_gNavi {
}
@media screen and ( max-width: 768px ){
    header .section_gNavi {
        display: none;
    }
}



header .gNavi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



header .gNavi li a {
    font-size: calc( 100vw * 22 / 1920 );
    padding: 0.3em 1em 0.3em 0;
}
@media screen and ( max-width: 1920px ){
    header .gNavi li a {
        font-size: 22px;
    }
}
@media screen and ( max-width: 1000px ){
    header .gNavi li a {
        font-size: 16px;
    }
}



header .hamburger_sp {
    display: none;
}
@media screen and ( max-width: 768px ){
    header .hamburger_sp {
        display: block;
    }
    header .hamburger_sp .button_bg {
		/* position */
        position: absolute;
        top: 0;
        right: 0;
		/* display */
		/* box */
        width: 80px;
        height: 80px;
		/* font */
		/* border */
        border-radius: 0 0 0 100%;
		/* background */
        background-color: #093;
		/* animation */
		/* etc */
    }
    header .hamburger_sp .button {
		/* position */
		/* display */
		/* box */
        width: 41px;
        height: 41px;
        margin: 12px 10px 0 auto;
		/* font */
		/* border */
		/* background */
		/* animation */
		/* etc */
    }
    header .hamburger_sp .icon-wrap {
		/* position */
        position: relative;
		/* display */
        overflow: hidden;
		/* box */
        width: 36px;
        height: 22px;
        margin: 0 auto 2px auto;
		/* font */
		/* border */
		/* background */
		/* animation */
		/* etc */
    }
    header .hamburger_sp .icon {
		/* position */
        position: absolute;
        left: 0;
		/* display */
        display: inline-block;
		/* box */
        width: 100%;
        height: 2px;
		/* font */
		/* border */
		/* background */
        background-color: #fff;
		/* animation */
		/* etc */
    }
    header .hamburger_sp .icon:nth-of-type(1) { top: 0; }
    header .hamburger_sp .icon:nth-of-type(2) { top: 10px; }
    header .hamburger_sp .icon:nth-of-type(3) { top: 20px; }
    header .hamburger_sp .button p {
		/* position */
		/* display */
		/* box */
		/* font */
        color: #fff;
        font-size: 12px;
        text-align: center;
		/* border */
		/* background */
		/* animation */
		/* etc */
    }
}



.drawer_container {
	/* position */
    position: fixed;
    top: 0;
    right: -120%;
	/* display */
    opacity: 1;
    z-index: 300;
    overflow-y: scroll;
	/* box */
    width: 100%;
    height: 100vh;
    margin: 0;
	/* font */
    color: #093;
	/* border */
	/* background */
    background-color: #fff;
	/* animation */
    transition: all 0.3s linear;
	/* etc */
    pointer-events: none;
}
.drawer_container.active {
	/* position */
    right: 0;
	/* display */
	/* box */
	/* font */
	/* border */
	/* background */
	/* animation */
	/* etc */
    pointer-events: auto;
}
.drawer_container .drawer_header {
	/* position */
	/* display */
	/* box */
    width: 100%;
    padding: 0;
	/* font */
	/* border */
	/* background */
	/* animation */
	/* etc */
}
.drawer_container .drawer_header .section_logo {
    padding: calc( 100vw * 20 / 768 ) 0 calc( 100vw * 20 / 768 ) calc( 100vw * 10 / 768 );
}
.drawer_container .drawer_header .logo {
	/* position */
	/* display */
	/* box */
    width: calc( 100vw * 200 / 768 );
    padding: 0;
	/* font */
	/* border */
	/* background */
	/* animation */
	/* etc */
}
.drawer_container .drawer_header .button_bg {
	/* position */
    position: absolute;
    top: 0;
    right: 0;
	/* display */
	/* box */
    width: 80px;
    height: 80px;
	/* font */
	/* border */
    border: solid  1px #093;
    border-radius: 0 0 0 100%;
	/* background */
    background: #093;
	/* animation */
	/* etc */
}
.drawer_container .drawer_header .button {
	/* position */
	/* display */
	/* box */
    width: 41px;
    height: 41px;
    margin: 6px 8px 0 auto;
	/* font */
	/* border */
	/* background */
	/* animation */
	/* etc */
}
.drawer_container .drawer_header .icon-wrap {
	/* position */
	/* display */
	/* box */
    width: 36px;
    height: 30px;
    margin: 0 auto 0px auto;
	/* font */
	/* border */
	/* background */
	/* animation */
	/* etc */
}
.drawer_container .drawer_header .icon {
	/* position */
    position: relative;
	/* display */
    display: inline-block;
	/* box */
    width: 100%;
    height: 100%;
	/* font */
	/* border */
	/* background */
	/* animation */
	/* etc */
}
.drawer_container .drawer_header .icon:before, 
.drawer_container .drawer_header .icon:after {
	/* position */
    position: absolute;
    top: 50%;
    left: 50%;
	/* display */
    content: "";
    display: block;
    transform: translate(-50%, -50%);
	/* box */
    width: 90%;
    height: 2px;
	/* font */
	/* border */
	/* background */
    background: #fff;
	/* animation */
    transition: all 0.4s;
	/* etc */
}
.drawer_container .drawer_header .icon:before {
	/* position */
	/* display */
    transform: translate(-50%, -50%) rotate(45deg);
	/* box */
	/* font */
	/* border */
	/* background */
	/* animation */
	/* etc */
}
.drawer_container .drawer_header .icon:after {
	/* position */
	/* display */
    transform: translate(-50%, -50%) rotate(-45deg);
	/* box */
	/* font */
	/* border */
	/* background */
	/* animation */
	/* etc */
}
.drawer_container .drawer_header .button p {
	/* position */
	/* display */
	/* box */
	/* font */
    color: #fff;
    font-size: 12px;
    text-align: center;
	/* border */
	/* background */
	/* animation */
	/* etc */
}
.drawer_container .gNavi {
	/* position */
	/* display */
    z-index: 300;
	/* box */
    width: 100%;
    padding: 1.0em 35px;
	/* font */
    font-size: calc( 100vw * 32 / 768 );
	/* border */
	/* background */
	/* animation */
	/* etc */
}
.drawer_container .gNavi li {
	/* position */
    position: relative;
	/* display */
	/* box */
    width: 100%;
    margin: 0;
    padding: 1.5em 0 0.5em 0;
	/* font */
	/* border */
    border-bottom: dotted 1px #093;
	/* background */
	/* animation */
	/* etc */
}



