@charset "UTF-8";
/* CSS Document */
body{
	margin: 0px !important;
	overscroll-behavior: none;
}
h1,h2,h3,h4,h5,h6{margin: 0;}
ul {
    display: block;
    list-stslideyle-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
*{
    min-height: 0;
    min-width : 0;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
#bl{
    padding: 0;
	margin: 0 auto;
    font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 400;
    line-height: 2.0;
    font-size: 11px;
    letter-spacing: 1px;
	width: 100%;
    box-sizing: border-box;
    color: #111;
	background: #fff;
    -webkit-text-size-adjust: 100%;
}
#bl a {
	text-decoration: none;
	color: #2b2b2b;
}
#bl p {
    margin: 0;
}
#bl　a:hover {
	opacity: 1;
}
#bl .clear{
	clear: both;
}
#bl img{
    width: 100%;
    line-height: 0;
}
#bl ul,#bl li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#bl .f-en {
	font-family: aktiv-grotesk, sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}


#bl .main_visual{
	position: relative;
	width: 100%;
}

#bl .main_visual .ttl{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 63%;
}

#bl .read{
	padding: 20px;
}

#bl .read p{
	text-align: center;
}

@media only screen and (min-width: 768px) {
    #bl .main_visual{
	background-color:#dddddd;
	width: 1200px;
	margin: 0 auto;
	}
    #bl .main_visual .main_pic{
	width: 50%;
	line-height: 0;
	}
	#bl .main_visual .ttl{
	left: 24%;
	width: 35%;
	}
	#bl .main_visual .read_p{
	position: absolute;
    top: 50%;
    right: 5%;
    text-align: center;
	transform: translate(-50%, -50%);
	}
	
}

#bl .detail{
	margin: 3% auto;
}

#bl .detail .main{
	margin: 0 auto 3%;
}

#bl .detail_2 .pic_3 .main{
	margin: 0 auto 3%;
}

#bl .detail_2 .pic_4 .main{
	margin: 0 auto 3%;
}

#bl .detail_3 .square{
	margin: 0 auto 3%;
}

#bl .point{
	display: flex;
	margin: 0 auto;
	justify-content: center;
    align-items: center;
}
#bl .point .tick{
	width: 6%;
	padding: 5px 5px 0 0;
}
#bl .point .tick2{
	width: 5%;
	padding: 5px 5px 0 0;
}

#bl .detail .square{
	margin: 10% auto 3%;
	width: 80%;
}

@media only screen and (min-width: 768px) {
	#bl .detail{
	display: flex;
	width: 1000px;
	justify-content: space-between;
    align-items: center;
	}
	#bl .detail .block_l{
	width: 45%;
	}
	#bl .detail .block_r{
	width: 45%;
	}
	#bl .point .tick {
    padding: 5px 10px 0 0;
	}
	#bl .point .tick2 {
	width: 6%;
    padding: 5px 10px 0 0;
	}
	#bl .detail .square{
	width: 100%;
	}
}

#bl .detail_2{
	margin: 10% auto;
}

#bl .detail_2 .pic_3{
	margin:0 0 10% auto;
	width: 80%;
}

#bl .detail_2 .pic_4{
	margin-right: auto;
	width: 80%;
}

#bl .detail_3{
	width: 89%;
	margin: 0 auto 15%;
}

@media only screen and (min-width: 768px) {
	#bl .detail_2{
	display: flex;
	width: 1000px;
    justify-content: space-between;
    align-items: flex-start;
	}
	#bl .detail_2 .pic_3{
	width: 45%;
	margin: 10% 0 0 0;
	}

	#bl .detail_2 .pic_4{
	width: 45%;
	margin: 0;
	}
	#bl .main {
    margin: 0 auto 3%;
	}
	#bl .detail_3{
	width: 33%;
	margin: 0 auto 7%;
	}
	#bl .detail_3 .square{
	margin: 0 auto 3%;
	}
	#bl .detail_3 .point .tick{
	width: 5%;
    padding: 5px 10px 0 0;
	}
	
}

#bl .btn{
	margin: 0 auto 15%;
}

#bl .btn .button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: #fff;
    color: #000000;
    font-size: 1em;
}

#bl .btn .button::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    content: '';
}

@media only screen and (min-width: 768px) {
	#bl .btn{
	margin: 0 auto 10%;
	}
	
}
/*********************************************
                js
*********************************************/
#bl .anim {
	opacity: 0;
	transition: 1.5s all 0s;
}
#bl .anim.ac {
	opacity: 1;
	transform: translate(0);
}
/*********************************************
                view
*********************************************/
.spview {
	display: block;
}
.pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
    .spview {
		display: none;
	}	
	.pcview {
		display: block;
	}
}	
