@charset "utf-8";
/* CSS Document */

.wrapper{
	width: 100%;
	margin: 0% auto;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.bnr{
	display: block;
	width: 100%;
	margin: 0 auto;
	line-height: 0;
}

.lead{
	text-align: center;
	font-size: 15px;
	line-height: 1.8;
	margin: 8% auto;
	color: #646464;
}

.box{
	width: 100%;
	margin: 0 auto 15%;
	background: linear-gradient(0deg, #f2f2f2 0%, #f2f2f2 85%, #ffffff 85%, #ffffff 100%);
	padding: 10% 0;
}

.box-position{
	position: relative;
}

.main{
	display: block;
	width: 75%;
	margin: 0 auto;
}

.no{
	display: block;
	position: absolute;
	width: 28%;
}

.no1{
	top: 0;
}

.name{
	position: absolute;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.5;
	background-color: #fff;
	background:rgba(255,255,255,0.6);
	box-sizing: border-box;
	padding: 2%;
	margin: 0;
	color: #646464;
}

.name span{
	color: #646464;
	font-size: 18px;
	line-height: 1.3;
}

.item1-pos1{
	bottom: 20%;
	left: 12.5%;
}

.three{
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 5px;
	justify-content: center;
	width: 95%;
	margin: 2% auto;
}

.three li{
	width: 33.3%;
	line-height: 0;
}

.ttl{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 4% auto;
	line-height: 1.6;
	color: #646464;
}

.box-lead{
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
}

.btn-box{
	display: flex;
	column-gap: 20px;
	align-items: self-end;
	margin: 5% auto;
}

.btn-box-harf{
	width: 50%;
	margin: 0 auto;
}

.btn-box-harf p{
	text-align: center;
	font-size: 13px;
	line-height: 1.6;
}

.btn{
	width: 60%;
	margin: 2% auto;
	background-color: #646464;
}

.btn a{
	display: block;
	color: #fff;
	line-height: 2;
	padding: 2% 0;
}

.front{
	z-index: 10;
}

.main2{
	width: 75%;
	margin-left: 20%;
}

.no2{
	top: 0;
	left: 0%;
}

.item2-pos1{
	bottom: 25%;
	left: 20%;
}

.sub2{
	width: 70%;
	margin: -10% 30% 0% 0%;
}

.item2-pos2{
	bottom: 10%;
	left: 20%;
}

.main3{
	width: 80%;
	margin-left: 10%;
}

.no3{
	top: 0;
	left: 0%;
}

.item3-pos1{
	bottom: 20%;
	left: 10%;
}

.sub3{
	display: block;
	width: 70%;
	margin: -10% 0 0% 30%;
	position: relative;
}

.main4{
	display: block;
	width: 75%;
	margin-left: 20%;
}

.no4{
	top: 0;
	left: 5%;
}

.item4-pos1{
	left: 20%;
	bottom: 20%;
}

.sub4{
	width: 70%;
	margin: -10% 30% 0% 0%;
}

.main5{
	width: 80%;
	margin-left: 10%;
}

.no5{
	top: 0;
	left: 0;
}

.item5-pos1{
	left: 10%;
	bottom: 15%;
}

.sub5{
	display: block;
	width: 60%;
	margin: -10% 0 0% 40%;
	position: relative;
}

.all{
	width: 90%;
	margin: 10% auto 15%;
	text-align: center;
}

.all a{
	display: block;
	font-size: 16px;
	color: #646464;
	border:  solid 2px #646464;
	padding: 5% 0;
}

.lp__background{
	display: none;
}

@media(min-width:750px){
.lp__wrapper {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
	background-color: #f2f2f2;
}

.container__base {
    position: relative;
    max-width: 650px;
    margin: 0 5% 0 50%;
    background-color: #fff;
    z-index: 1;
}
.wrapper{
	margin: 10% auto;
	padding: 0 0 5%;
	box-sizing: border-box;
	border: solid 20px #fff;
}
.lp__background{
	/*background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;*/
    background-color: #f2f2f2;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: block;
	}

.background__left__container {
    position: relative;
    width: 37.8645833333vw;
}
.background__h1 {
    position: absolute;
    top: 35.5555555556vh;
    left: 6%;
    /*-webkit-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
    width: 35%;
}
}
