header{
    position: fixed;
    top:-60px;
    left:0;
    z-index: 5;
    width:100%;
    background: #fff;
    transition: ease 0.3s;
}
.scrolled header{
    top:0;
}

.active header{
    top:0;
}
body.active {
    height: 100%;
    overflow: hidden;
}
header .container{
    align-items: center;
    height:60px;
}
header h1{
    width:100px;
}
header h1 a{
    width: 100%;
    display: block;
}
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 10;
	display:none;
}
#loader {
    position: fixed;
    inset: 0;
    margin: auto;
    width: 94px;
    height:354px;
    text-align: center;
    color: #fff;
    z-index:11;
	display:none;
}
.hamburger-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 24px;
    height: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0;
    /*display: none;*/
}
.hamburger-btn .menu-trigger {
position: relative;
width: 100%;
height: 100%;
float: right;
display: inline-block;
-webkit-transition: all 0.4s;
transition: all 0.4s;
-webkit-box-sizing: border-box;
box-sizing: border-box;
opacity: 1;
}
.hamburger-btn .menu-trigger span {
display: inline-block;
-webkit-transition: all 0.4s;
transition: all 0.4s;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
left: 0;
width: 100%;
height: 2px;
background: #000;
}
.hamburger-btn .menu-trigger span:nth-of-type(1) {
top: 0;
}

.hamburger-btn .menu-trigger span:nth-of-type(2) {
 top: 7px;
}    
.hamburger-btn .menu-trigger span:nth-of-type(3) {
bottom: 0;
}

.active .menu-trigger {
transform: translateY(-2px);
}
.active .menu-trigger span:nth-of-type(1) {
-webkit-transform: translateY(7px) rotate(-45deg);
transform: translateY(7px) rotate(-45deg);
}
.active .menu-trigger span:nth-of-type(2) {
-webkit-transform: translateY(0) rotate(45deg);
transform: translateY(0) rotate(45deg);
}
.active .menu-trigger span:nth-of-type(3) {
display: none;
    }
.active .hamburger-contents {
left: 0;
}
.active .overlay {
opacity: 1;
pointer-events: auto;
}
.hamburger-contents{
    position: fixed;
    top:60px;
    left:-100%;
    background-color: #000;
    z-index: 8;
    width: 100%;
    display: none;
    overflow: scroll;
    height: 100%;
    transition: ease 0.5s;
    display: block;

}
.hamburger-contents .container{
    background:url(../img/common/hamburger_bg.png);
    background-repeat: repeat;
    height: 100%;;
}
.hamburger-contents .main-nav{
    padding-top:80px;
}
.hamburger-contents .main-nav ul{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hamburger-contents .main-nav li{
    margin-bottom: 30px;
}
.hamburger-contents .main-nav li a{
    font-size: 20px;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    color:#fff;
}
.hamburger-contents ul.sns{
    margin:0 auto;
	    width: 130px;
    display: flex;
    justify-content: space-between;
}

.hamburger-contents ul.sns li{
    width: 30px;
    height: 30px;
	background:#fff;
	border-radius:50%;
		background:#fff;
}
.hamburger-contents ul.sns li a{
    width: 100%;
    height: 100%;
	padding:7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hamburger-contents ul.sns li a img{
    width: 100%;
    height: 100%;
	object-fit:contain;
}

@media (min-width: 768px){
	header{
		top:0;
	}
	header .container{
    height:100px;
}
header h1{
    width:180px;
}
	.hamburger-btn{
		width:40px;
		height:30px;
	}
	.hamburger-btn .menu-trigger span:nth-of-type(2) {
 top: 14px;
}    
	.active .menu-trigger span:nth-of-type(1) {
-webkit-transform: translateY(14px) rotate(-45deg);
transform: translateY(14px) rotate(-45deg);
}
	.hamburger-contents{
		top:100px;
	}
	.hamburger-contents .container{
    background-image: url(../img/top/vision_bg1_pc.png);
}
	.hamburger-contents ul.sns li{
    width: 40px;
    height: 40px;
}
}

footer ul.sns{
    width: 130px;
    display: flex;
    justify-content: space-between;
}
footer ul.sns li{
    width: 30px;
    height: 30px;
}
footer ul.sns li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer ul.sns li a img{
    width: 100%;
    height: 100%;
	object-fit:contain;
}
footer .container{
    padding: 10px 10px 40px 10px;
    background: #fff;
}
footer .arrow{
    width:19px;
    margin:0 auto 30px auto;
}
footer .logo{
    width:170px;
    margin:0 auto 40px auto;
}
footer .logo img{
    width: 100%;
}
footer ul.sns{
    margin:0 auto;
}
footer ul.sns a{
	transition:ease 0.3s;
}
footer ul.sns a:hover{
	opacity:0.5;
}
footer nav ul{
    width: 250px;
    margin:20px auto 0 auto;
}
footer nav ul li{
    width: 82px;
    display: flex;
    justify-content: center;
}
footer nav ul a{
    font-size: 12px;
    text-align: center;
	transition:ease 0.3s;
}
footer nav ul a:hover{
	opacity:0.5;
}
footer .copy{
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    background: #000;
    width: 100%;
    height: 44px;
}
@media (min-width: 768px){
	footer .container{
    padding: 75px 10px 85px 10px;

}
	footer .arrow{
    width:60px;
    margin:0 auto 100px auto;
}
	footer .logo{
    width:270px;
    margin:0 auto 60px auto;
}
	footer ul.sns{
		margin-bottom:40px;
	}
footer ul.sns li{
    width: 40px;
    height: 40px;
}	

}

.information dl{
    padding: 15px 0 7px 0;
    border-bottom:1px solid #fff;
}
.information dl:first-of-type{
    margin-top: 40px;
}
.information dl dt{
    width: 80px;
    color:#fff;
}
.information dl dd{
    width: calc(100% - 90px);
    color:#fff;
}
.information dl dd figure{
    width: 14px;
    padding-top: 7px;
}
.information dl dd a{
    width: calc(100% - 20px);
    color:#fff;
    text-decoration: underline;
}

@media (min-width: 768px){
	.information dl{
		    padding: 20px 0;
		width:900px;
		margin:0 auto;
}
	.information dl dt{
		width:140px;
		font-size:16px;
}
.information dl dd{
	width: calc(100% - 140px);
    font-size:16px;
}
}