@charset "UTF-8";
html {font-size: 62.5%;}

body {
	font-size: 1.6em;
	line-height: 1.4em;
	min-width: 320px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
*{
    text-decoration: none;
}
.w-1000{
    max-width: 1000px;
    margin: 0 auto;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.mv{
    background-image: url(../images/mv.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 80vh;
}
.mv .absolute{
    position: absolute;
    top: 20px;
    right: 20px;
}
.mv .pc{width: 450px;}
.mv .sp{display: none;}
img{max-width: 100%;}

.copy{
    padding: 5% 20px;
}
.copy h1{
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
.copy p{
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.8;
}

.policy{padding-bottom: 5%;}
.policy ul li{
    width: 100%;
    background: #F2F2F2;
    margin-bottom: 4%;
}
.policy ul{
    justify-content: space-between;
}
.policy ul li{
    width: 48%;
    background: #F2F2F2;
    margin-bottom: 4%;
}
.policy h2{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    padding: 10px;
    background: #3E3A39;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
}
.policy ul li .box{
    padding: 20px;
}
.policy ul li .box .img{
    padding-bottom: 20px;
    border-bottom: solid 1px #3E3A39;
}
.policy ul li .box .txt{
    padding-top: 20px;
}
footer{
    background: #3E3A39;
    padding: 10px;
}
footer span{
    display: block;
    font-size: 1rem;
    text-align: center;
    color: #fff;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 5;
	overflow:hidden;
    width: 60px;
	height: 60px;
    border-radius: 40px;
}
#page-top a {
    position: relative;
    text-align: center;
    display: block;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-transition: .5s;
	transition: .5s;
	height: 100%;
    background: #3E3A39;
}
#page-top a::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 15px solid #fff;
    border-top: 0;
}

/* <---responsive---> */

@media screen and (max-width: 1000px){
    .policy{padding: 0 20px 5% 20px;}

}
@media screen and (max-width: 800px){
    .copy{padding: 8% 20px;}
    .copy h1{font-size: 2.5rem;}
    .copy p{font-size: 1.4rem;}
    .policy h2{font-size: 1.6rem;}
}
@media screen and (max-width: 650px){
    .mv .pc{display: none;}
    .mv .sp{display: block; width: 150px;}
    .copy{padding: 15% 20px;}
    .copy h1{font-size: 2rem;}
    .copy p{text-align: start;}
    .copy p br.sp{display: none;}
    .policy h2{min-height: 60px;}
    .policy ul li{width: 100%; margin-bottom: 30px;}
    .policy ul li .box .txt{font-size: 1.4rem;}
}