@charset "utf-8";
/* CSS Document */
html{
  
}
body{
  font-family: 'Noto Sans JP', sans-serif;
}
li{
	list-style-type: none;
}
a{
	text-decoration: none;
	display: inline-block;
}
.pc{
	display: block;
}
.sp,img.sp{
	display:none;
}
img.pc{
	display: inline-block;
}
.effect-fade{
	opacity:0;
	transform : translate(0, 45px);
	transition : all 1s;
}
.effect-fade.effect-scroll{
	opacity:1;
	transform:translate(0, 0);
}
.stop.effect-fade{
	transform : translate(0, 0);
	transition : all 1s;
}
.stop.effect-fade.effect-scroll{
	opacity:1;
	transform:translate(0, 0);
}


header{
	position:fixed;
	width:100%;
	box-sizing: border-box;
	padding: 3vw 0 3vw 4vw;
	z-index: 100;
}
.logo{
	float:left;
	font-size: 3vw;
    margin-top: 1vw;
}
.logo img{
	width:36vw;
}
.logo span{
	display: block;
	font-size:10px;
	color: #000;
}
.head_contact.left_slide_btn{
	float: right;
    background: #8BA4DD;
    padding: 1.6vw 0 2.6vw 3vw;
    width: 40vw;
    box-sizing: border-box;
    border-radius: 5vw 0 0 5vw;
    text-align: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    border: 1px solid #8BA4DD;
	margin-top: 2vw;
}
.hero{
	position: relative;
	overflow: hidden;
}
.hero_left {
    width: 88%;
    margin: 0 auto;
    padding: 30vw 0 5vw;
    box-sizing: border-box;
    vertical-align: middle;
}
.hero_left h1 {
    font-size: 10vw;
    color: #23367F;
    letter-spacing: 1.5vw;
    font-feature-settings: "palt";
    line-height: 1.3;
    margin: 0 0 4vw;
}
.hero_left h1 span{
	font-size: 4.2vw;
	display: block;
	letter-spacing: 2px;
	margin: 0 0 3vw;
}
.hero_left p {
    font-size: 3.6vw;
    line-height: 1.9;
    margin: 0 0 10vw;
}
.hero_left a span{
    font-size: 5vw;
	font-family: 'Shippori Mincho', serif;
	color:#23367F;
	font-weight: bold;
	vertical-align: middle;
}
.hero_left a{
	position: relative;
}
.hover_btn i.btn {
    fill: none;
    stroke: #23367f;
    stroke-miterlimit: 10;
    padding: 4.8vw 5.5vw 6.5vw;
    border-radius: 50%;
    border: 1px solid #23367f;
    margin-left: 2vw;
    transition: transform 0.3s ease;
    display: inline-block;
}

.hover_btn:hover i.btn{
  	transform: scale(1.2);
	transition: transform 0.3s ease;
	background: #23367f;
	stroke: #fff;
}
.hover_btn svg{
	vertical-align: middle;
}
.hover_btn:hover svg{
  	transform: scale(0.9);
	transition: transform 0.1s ease;
}
.hero_right{
	width:100%;
	box-sizing: border-box;
	background:url("../Industrialwaste/img/Industrialwaste_001_bg.png") top / 100% no-repeat;
	position: relative;
}
.hero_right h2{
	text-align: center;
	padding: 19vw 0 5vw;
}
.hero_right h2 img{
	width: 82vw;
}
.hero_right ol{
	width: 96%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto 6vw;
	padding: 0 0 14.5vw;
	align-items: center;
}
@media screen and (min-width:1500px){
	.hero_right ol{
		padding: 0 0 258px;
	}
}
.hero_right ol li{
	width: 46%;
    background: url(../img/hero_list_bg.png) top / 100% no-repeat;
    text-align: center;
    padding: 7vw 0 10vw;
	filter: drop-shadow(11px 11px 10px rgba(0,0,0,0.3));
	margin: 0 0 4vw;
	position: relative;
}
.hero_right ol li:hover{
	opacity: 0.7;
	transition:0.5s;
}
.hero_right ol li img {
    margin: 0 0 5vw;
	width: 9vw;
}
.hero_right ol li p{
	font-size: 5.6vw;
    line-height: 1.4;
    margin: 0 0 5vw;
    letter-spacing: 1vw;
    color: #23367F;
    font-weight: 700;
}
.hero_right ol li::after{
	content: "";
    width: 6vw;
    bottom: 8vw;
    left: 50%;
    margin-left: -3vw;
    height: 2vw;
    background: url(../img/hero_arrow.svg) center / 100% no-repeat;
    position: absolute;
}
.hero_contact{
	background:#EEF2F5;
	padding: 7vw 0 11vw 6vw;
}
.hero .hero_contact {
    margin: -26vw 0 0;
    padding: 25vw 0 15vw 6vw;
}
.hero_contact>span{
	font-size:3.6vw;
	color:#6E8DD4;
	font-family: 'Shippori Mincho', serif;
	display: block;
	margin: 0 0 8vw -2vw;
	font-weight: 600;
}
.hero_contact>div{
	max-width: 1208px;
	margin: 0 auto;
}
.hero_contact h2 {
	color: #6E8DD4;
	font-size: 7vw;
    display: inline-block;
    margin: 0 3vw 0 0;
	vertical-align:middle;
	font-weight: 600;
	letter-spacing: 4px;
}
.hero_contact p{
	font-size: 4.2vw;
    line-height: 1.5;
    width: 51vw;
    display: inline-block;
    vertical-align: top;
	font-weight: bolder;
}
.hero_contact ul {
    width: 95%;
    padding: 5vw 0 0;
}
.hero_contact ul li{
	width:96%;
	box-sizing: border-box;
	background:#fff;
	border-radius: 5vw;
	position: relative;
	margin: 0 0 3vw;
}
.hero_contact ul li a{
	color:#000;
	width: 100%;
	padding:7vw 3vw 7vw 0;
	text-align: center;
	box-sizing: border-box;
}
.hero_contact ul li:hover{
	background-color:#CCD7F0;
	transition: 0.5s;
}
.hero_contact ul li p{
	font-size: 4vw;
    line-height: 1.4;
    color: #6E8DD4;
    font-weight: 600;
    padding-right: 0;
    letter-spacing: 0.5vw;
}
.hero_contact ul li:first-child div{
	font-size:6vw;
	line-height: 1.5;
	font-weight: bold;
}
.hero_contact ul li:first-child div span {
    font-size: 3.5vw;
	display: block;
	font-feature-settings: "palt";
	font-weight: normal;
}
.hero_contact ul li:nth-child(2) p{
	text-align: center;
	padding:5vw 0;
	vertical-align: middle;
	width: 100%;
}
.hero_contact ul li .hover_btn {
    position: absolute;
    right: -4vw;
    top: 50%;
    margin-top: -7.5vw;
    display: inline-block;
    padding: 0;
    width: auto;
}

.hero_contact ul li .hover_btn i.btn{
	background-color:#23367F;
	stroke:#fff;
	padding: 4vw 4vw 4.5vw;
}
.hero_contact ul li .hover_btn svg {
    vertical-align: middle;
    width: 6vw;
    height: 5vw;
}
.hero_contact ul li .hover_btn:hover i.btn{
	background-color:#fff;
	stroke:#23367F;
}




.lp_001 {
    padding: 9vw 0 0;
	position: relative;
}
.lp_001_left_img {
    width: 94%;
    padding:0 6% 5vw 0;
    position: absolute;
    left: 0;
    top: 43vw;
}
.lp_001_left_img.is-in{
	position: fixed;
	left:0;
	top:90px;
}
.lp_001_left_img.bottom-fix{
	position: absolute;
	left:0;
	top:auto;
	bottom:0;
}
.lp_001_left_img img{
	width:100%;
	filter: drop-shadow(10px 10px 10px rgba(200,205,223,1));
}
.lp_001_right {
	width: 100%;
}
.lp_001_right>span{
	font-size: 3.6vw;
    color: #6E8DD4;
    display: block;
    margin: 0 0 8vw 3vw;
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
}
.lp_001_right h2{
	font-size: 6vw;
    color: #6E8DD4;
    line-height: 1.6;
    margin: 0 0 82vw 7vw;
}
.lp_001_right h2 span{
	font-size: 5vw;
    display: block;
}
.lp_001_right ul{
	width:88%;
	margin: 0 auto;
}
.lp_001_right >ul >li{
	font-size: 5vw;
    border-bottom: 1px solid #e6e6e6;
    padding: 3vw 0 3vw 2em;
    font-weight: bold;
    text-indent: -2em;
    line-height: 1.3;
}
.lp_001_right >ul >li::before{
	content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7vw;
    height: 7vw;
    background: url(../img/lp_001_check.svg) center / 100% no-repeat;
    margin-right: 3vw;
}
.lp_001_right p {
    font-size: 6.5vw;
    line-height: 1.5;
    padding: 7vw 0 8vw 31vw;
    color: #6E8DD4;
    position: relative;
    letter-spacing: 2px;
    font-weight: 600;
	margin: 0 0 6vw;
}
.lp_001_right p::before {
    width: 8vw;
    height: 44vw;
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 20vw;
    background: url(../img/lp_001_arrow.svg) center / 100% no-repeat;
}
.lp_001_right dl {
    width: 88%;
    margin: 0 auto;
    position: relative;
    padding: 3vw 0 0;
}
.lp_001_right dt {
    color: #fff;
    background: #6E8DD4;
    display: inline-block;
    padding: 2vw 5vw 1.8vw;
    text-align: center;
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    font-size: 3vw;
    border-radius: 5vw;
    position: absolute;
    top: 0;
    left: 0;
}
.lp_001_right dd{
	padding:10vw 0 5vw;
	border-top:1px solid #6E8DD4;
	border-bottom:1px solid #6E8DD4;
}
.lp_001_right dl ul{
	width:100%;
}
.lp_001_right dd li {
    font-size: 4vw;
    line-height: 1.5;
    font-weight: bold;
    text-indent: -1.1em;
    margin: 0 0 4vw 1.1em;
}
.lp_001_right dd li::before{
	content:"";
	width:3vw;
	height:3vw;
	border-radius: 50%;
	background-color:#000;
	display: inline-block;
	vertical-align: 1px;
	margin:0 0.2em 0 0.2em;
}

.lp_002{
    padding: 20vw 0 0;
	position: relative;
}
.lp_002>div{
	text-align: center;
}
.lp_002 ol{
	width: 88%;
	margin: 0 auto;
}
.lp_002 ol li{
	border-bottom:1px solid #B6C6E9;
	text-align: center;
	padding:11vw 9vw 13vw;
	box-sizing: border-box;
}
.lp_002 ol li:last-child{
	border:none;
}
.lp_002 ol li>img{
	width:48vw;
}
.lp_002>div>span{
	font-size: 3.4vw;
    color: #6E8DD4;
    display: block;
    margin: 0 0 3vw;
    font-family: 'Shippori Mincho', serif;
    font-weight: 700;
    margin-left: 0;
}
.lp_002 h2{
    font-size: 6vw;
    color: #6E8DD4;
    margin: 0 0 3vw;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.3;
}
.lp_002 h3{
	font-size:5vw;
	color:#6E8DD4;
	font-weight: 600;
	line-height: 1.5;
	margin:-1em 0 5vw;
}
.lp_002 p {
    font-size: 4.3vw;
    line-height: 2.3;
    text-align: left;
    margin: 0 0 5vw;
}
.left_slide_btn {
    padding: 3.5vw 0 4.5vw;
    width: 100%;
    background: #23367F;
    border-radius: 8vw;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #23367F;
    box-sizing: border-box;
}
.left_slide_btn span{
	color:#fff;
	transition: all .4s ease-in-out;
	font-size:4vw;
}
header .left_slide_btn span{
	font-size:3.4vw;
}
.left_slide_btn svg{
	stroke: #fff;
    transition: all .4s ease-in-out;
    position: absolute;
    right: 5vw;
    width: 4vw;
    top: 4.8vw;
	fill:transparent;
}

.lp_003{
	padding:14vw 0 0;
	position: relative;
	text-align: center;
}
.lp_003_main {
    height: 58vw;
    width: 100%;
    background-image: url(../img/lp_003_bg.jpg);
    background-size: 100%;
}
.lp_003>div>span {
    font-size: 3vw;
    color: #6E8DD4;
    display: block;
    margin: 0 5vw 5vw;
    font-family: 'Shippori Mincho', serif;
    font-weight: 700;
}
.lp_003 h2 {
    font-size: 6.5vw;
    color: #6E8DD4;
    margin: 0 0 11vw;
    letter-spacing: 1px;
    font-weight: 600;
}
.lp_003 ol {
    width: 88%;
    display: flex;
    justify-content: space-between;
	flex-wrap:wrap;
    margin: -5vw auto 8vw;
}
.lp_003 ol li{
	width: 47%;
    padding: 4vw 4vw 6vw;
    box-sizing: border-box;
    background: url(../img/lp_003_list_bg.png) top /cover no-repeat;
    filter:drop-shadow(0vw 1vw 2vw rgba(0,0,0,0.2));
    font-size: 4vw;
    line-height: 1.4;
    font-weight: 600;
    border-radius: 6vw;
	margin: 0 0 5vw;
	will-change: filter;
}
.lp_003 ol li span{
	font-size: 3.4vw;
    color: #6E8DD4;
    font-family: 'Shippori Mincho', serif;
    font-weight: 700;
    padding: 0 0 2vw;
    margin: 0 0 5vw;
    border-bottom: 1px solid #6E8DD4;
    display: inline-block;
}
.lp_003_txt{
	width: 88%;
    text-align: left;
    margin: 0 auto 22vw;
}
.lp_003_txt p{
	font-size:3.6vw;
	line-height: 2.5;
}
.lp_003_txt h3 {
    font-size: 4.8vw;
    line-height: 1.6;
    color: #6E8DD4;
    margin: 0 0 5vw;
    letter-spacing: 1px;
}

.lp_004{
	background:url("../img/lp_004_bg.jpg") top / cover no-repeat;
	text-align: center;
	padding:25vw 0 0;
	color:#fff;
}
.lp_004 h2 {
    font-size: 6vw;
    margin: 0 0 8vw;
    letter-spacing: 2px;
    font-weight: 600;
}
.lp_004 h3 {
    font-size: 4.5vw;
    margin: 0 0 5vw;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 600;
}
.lp_004>div p {
    font-size: 3.6vw;
    line-height: 1.9;
    margin: 0 auto 16vw;
    width: 88%;
}
.lp_004>div>span {
    font-size: 3.4vw;
    display: block;
    margin: 0 0 7vw;
    font-family: 'Shippori Mincho', serif;
    font-weight: 700;
    letter-spacing: 1px;
}
.lp_004 ol {
    width: 88%;
    margin: 0 auto 10vw;
    padding: 0 0 15vw;
    border-bottom: 1px solid #fff;
}
.lp_004 ol li{
	margin:0 0 15vw;
	position: relative;
	text-align: left;
}
.lp_004 ol li:last-child{
	margin:0;
}
.lp_004 ol li>span {
    font-size: 17vw;
    font-family: 'Roboto', sans-serif;
    color: #99AFE1;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    left: 10vw;
    top: -8vw;
}
.lp_004 ol li>span::before{
	content: "";
    height: 1px;
    width: 21vw;
    background: #99AFE1;
    position: absolute;
    transform: rotate(-45deg);
    left: 11vw;
    top: 12vw;
}
.lp_004 ol dl {
    padding: 18vw 10vw 15vw;
    background: #fff;
    border-radius: 7vw;
}
.lp_004 ol dt {
	text-align: center;
    color: #23367F;
    font-size: 5.5vw;
    line-height: 1.5;
    font-weight: 600;
    font-feature-settings: "palt";
    letter-spacing: 2px;
    margin: 0 0 5vw;
}
.lp_004 ol dd {
    font-size: 3.6vw;
	line-height: 1.9;
	color:#000;
	vertical-align: middle;
}
.lp_004_fee{
	width:88%;
	margin: 0 auto;
	padding:0 0 19vw;
}
.lp_004_fee>div{
	width:100%;
	text-align: left;
	margin: 0 0 6vw;
}
.lp_004_fee>div h3{
	font-size: 6vw;
	letter-spacing: 3px;
	font-weight: 600;
	line-height: 1.6
}
.lp_004_fee>div p {
    font-size: 3.6vw;
    line-height: 1.9;
    width: 100%;
	margin:0 auto;
}
.lp_004_fee table{
	width:100%;
	border-spacing: 0 2.5vw;
	border-collapse: separate;
	position: relative;
}

.lp_004_fee table th,
.lp_004_fee table td{
	width:25%;
	text-align: left;
	padding:4vw 3.5vw 4vw 3.5vw;
	box-sizing: border-box;
}
.lp_004_fee table th {
    font-size: 3.4vw;
    line-height: 1.3;
    color: #23367F;
    vertical-align: middle;
}
.lp_004_fee table::before {
    width: 25%;
    border: 1vw solid #8AA3DC;
    box-sizing: border-box;
    height: calc(100% - 6vw);
    content: "";
    display: block;
    position: absolute;
    left: 25%;
    top: 2vw;
    filter: drop-shadow(0 1vw 2vw rgba(138,163,220,1));
}
.lp_004_fee table::after {
    width: 0.6vw;
    height: calc(100% - 7.9vw);
    content: "";
    display: block;
    background-color: #A5B8E4;
    position: absolute;
    right: 25%;
    top: 3vw;
}
.lp_004_fee table thead th {
    text-align: center;
    font-size: 3.8vw;
    padding: 4vw 0 0;
    color: #fff;
    letter-spacing: 0.5vw;
}
.lp_004_fee table tbody tr{
	background:#fff;
}
.lp_004_fee table tbody tr:first-child th{
	padding:2.5vw 3.5vw 2.5vw 3.5vw
}
.lp_004_fee table tbody tr:nth-child(2n){
	background:#D3DDF2;
}
.lp_004_fee table tbody th {
    border-radius: 6vw 0 0 6vw;
}
.lp_004_fee table tbody td{
	text-align: center;
	font-size: 4vw;
	color:#23367F;
	vertical-align: middle;
	font-weight: 600;
}
.lp_004_fee table tbody td:last-child{
	border-radius:  0 6vw 6vw 0;
}
.lp_004_fee table tbody td img{
	height: 4.5vw;
}
.lp_004_fee table tbody td.batsu img{
	height: 3.8vw;
}

.lp_005{
	padding:17vw 0 22vw;
	text-align: center;
}
.lp_005 h2{
	font-size: 6.5vw;
	letter-spacing: 2px;
	color:#6E8DD4;
	margin: 0 0 7vw;
}
.lp_005>div>span{
	font-size: 3.4vw;
    color: #6E8DD4;
    display: block;
    margin: 0 0 6vw;
    font-family: 'Shippori Mincho', serif;
    font-weight: 700;
}
.lp_005>div>p {
    font-size: 4.8vw;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 9vw;
	letter-spacing: 1px;
}
.lp_005 ol{
	width:88%;
	margin: 0 auto;
}
.lp_005 ol li{
	margin: 0 0 35px;
	display: table;
	width: 100%;
	position: relative;
}
.lp_005 ol li:nth-child(2){
	height:58vw;
}
.lp_005 ol li:nth-child(3){
	height:54vw;
}
.lp_005 ol li:last-child{
	margin:0 0 24px;
}
.lp_005 ol li>span{
	display: table-cell;
    width: 17%;
    font-size: 6vw;
    text-align: center;
    padding: 6vw 0 6vw 1vw;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    background-color: #6E8DD4;
    border-radius: 6vw 0 0 6vw;
	vertical-align: middle;
}
.lp_005 ol li>p{
	display: table-cell;
    background: #E9EEF9;
    text-align: left;
    font-size: 4vw;
    padding: 3.5vw 4vw;
    box-sizing: border-box;
    border-radius: 0 6vw 6vw 0;
    font-weight: 600;
	line-height: 1.5;
	vertical-align: middle;
}
.lp_005 ol li:nth-child(2)>p,
.lp_005 ol li:nth-child(3)>p{
	vertical-align: top
}
.lp_005 ol li:not(:last-child)::after{
	position: absolute;
    left: 5vw;
    bottom: -6vw;
    background: url(../img/lp_005_arrow.svg) top / 100% no-repeat;
    width: 5vw;
    height: 3vw;
    content: "";
}
.lp_005 ol li>p>span {
    font-size: 3.6vw;
    display: inline-block;
    vertical-align: text-top;
    text-indent: 3em;
    margin: 0.5vw 0 0 -3.3em;
}
.lp_005 small{
	text-align: left;
    font-size: 3.4vw;
    line-height: 1.5;
    display: block;
    width: 88%;
    margin: 0 auto;
}
.schedule_time {
    position: absolute;
    padding: 16vw 0;
    background: url(../img/lp_005_bg2.svg) top / auto 100% no-repeat;
    right: 4vw;
    top: 9vw;
    z-index: 2;
}
.lp_005 ol li:nth-child(1) .schedule_time {
    padding: 55vw 0;
    background: url(../img/lp_005_bg.svg) top / auto 100% no-repeat;
    right: 4vw;
    top: 9vw;
    z-index: 2;
}
.schedule_time span{
	width: 20.5vw;
    font-size: 3.4vw;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    padding: 6vw 0;
    letter-spacing: 2px;
    background: #6E8DD4;
}
.lp_005 figure{
	position: absolute;
    width: 22vw;
    left: 19vw;
    top: 18vw;
}
.lp_005 li:nth-child(3) figure{
    top: 12vw;
}
.lp_005 figure img{
	width:100%;
}
.lp_005 figcaption{
	font-size: 2.3vw;
    width: 100%;
    margin: 5px 0 0 0;
}
.lp_005 figcaption small{
	font-size:1.6vw;
	color:#6E8DD4;
	display: inline;
}

.lp_006{
	background:#23367F url("../img/lp_004_bg.jpg") top / cover no-repeat;
	text-align: center;
	padding:22vw 0 28vw;
	color:#fff;
}
.lp_006 h2{
	font-size: 6vw;
    margin: 0 0 6vw;
    letter-spacing: 1px;
    font-weight: 600;
}
.lp_006>div>p{
	width: 88%;
    font-size: 4vw;
    line-height: 1.9;
    margin: 0 auto 47vw;
}
.lp_006>div>span{
	font-size: 3.4vw;
    color: #fff;
    display: block;
    margin: 0 0 6vw;
    font-family: 'Shippori Mincho', serif;
    font-weight: 700;
}
.lp_006_profile{
	width:80%;
	margin: 0 auto;
	position: relative;
	color:#000;
}
.lp_006_profile img{
	width: 80%;
    border-radius: 5vw;
    position: absolute;
    left: 8vw;
    top: -35vw;
    filter: drop-shadow(8px 8px 8px rgba(35,54,127,0.3));
}
.lp_006_profile div{
	background:#fff;
	padding:21vw 8vw 10vw;
	border-radius: 6vw;
	box-sizing: border-box;
	text-align: left;
}
.lp_006_profile h3{
	font-size: 7vw;
    margin: 0 0 5vw;
}
.lp_006_profile h3 span {
    margin: 2vw 0 0;
    font-size: 3vw;
    color: #6E8DD4;
    display: block;
    font-weight: normal;
    letter-spacing: 0.5vw;
}
.lp_006_profile p{
	font-size:3.2vw;
	line-height: 2;
}
.lp_007{
	padding:18vw 0 20vw;
	text-align: center;
}
.lp_007 h2{
	font-size: 6vw;
	letter-spacing: 1px;
	color:#6E8DD4;
	margin: 0 0 10vw;
}
.lp_007>div>span{
	font-size: 3.4vw;
    color: #6E8DD4;
    display: block;
    margin: 0 0 6vw;
    font-family: 'Shippori Mincho', serif;
    font-weight: 700;
}
.lp_007>div{
	width:88%;
	margin: 0 auto;
}
.lp_007 dl{
	border: 1px solid #B6C6E9;
    padding: 0 5vw;
    box-sizing: border-box;
    margin: 0 0 8vw;
    text-align: left;
    border-radius: 5vw;
}
.lp_007 dt{
	font-size:4vw;
	padding:5vw 0;
	display: flex;
	align-items: top;
	position: relative;
	font-weight: bold;
}
.lp_007 dt::before{
	content: "";
    width: 14vw;
    height: 14vw;
    background: url(../img/lp_q.svg) center / 100% no-repeat;
    display: inline-block;
}
.lp_007 dt p{
	padding: 2.5vw 0 2.5vw 4vw;
    font-size: 4.4vw;
    width: 90vw;
    line-height: 1.5;
}
.lp_007 dt span{
    position: absolute;
    top: 10.5vw;
    right: 1vw;
    height: 1px;
    width: 5vw;
    background: #B6C6E9;
    transition: all .3s ease-in-out;
}
.lp_007 dt span::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    height: 1px;
    width: 5vw;
    background: #B6C6E9;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}

.lp_007 dt.active span{
    transform: rotate(180deg);
}
.lp_007 dt.active span::after {
    opacity: 0;
}
.lp_007 dd{
	padding:4vw 0 8vw;
	display: none;
	border-top:1px solid #B6C6E9;
}
.lp_007 dd::before{
	content:"";
	width: 11vw;
    height: 11vw;
	background:url("../img/lp_a.svg") center / 100% no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.lp_007 dd p{
	font-size: 3.4vw;
    line-height: 1.9;
    width: 80%;
    padding: 1vw 0 0 3vw;
    display: inline-block;
    vertical-align: top;
}

.lp_008{
	padding:20vw 0 19vw;
	text-align: center;
}
.lp_008>div{
	width:88%;
	margin: 0 auto;
}
.lp_008>div>div:nth-child(3){
	margin:0 auto 15vw;
	border-bottom:1px solid #B6C6E9;
}
.lp_008 h2{
	font-size: 6vw;
	letter-spacing: 1px;
	color:#6E8DD4;
	margin: 0 0 14vw;
}
.lp_008>div>span{
	font-size: 3.4vw;
    color: #6E8DD4;
    display: block;
    margin: 0 0 6vw;
    font-family: 'Shippori Mincho', serif;
    font-weight: 700;
}
.lp_008>div>div>dl{
	border-top:1px solid #B6C6E9;
	width: 100%;
	text-align: left;
}
.lp_008>div dt{
	padding: 10vw 2vw 4vw;
    box-sizing: border-box;
    font-size: 4.5vw;
    font-weight: bold;
}
.lp_008>div dd{
    padding: 0 4vw 12vw;
    font-size: 3.8vw;
    line-height: 1.8;
}
.lp_008>div dd address{
	font-style: normal;
}
.lp_008>div dd address ul li:not(:last-child){
	margin: 0 0 26px;
}
.lp_008>div dd a{
	color:#666;
}
.lp_008>div dd a:hover{
	color:#B6C6E9;
	transition:0.5s;
}
.lp_008>div dd ul li{
	font-size:3.6vw;
}
.lp_008>div dd ul li p{
	font-size: 3.8vw;
	font-feature-settings: "palt";
}
.lp_008>div>div:nth-child(3) dl:last-child li::before{
	content:"";
	width:9px;
	height:9px;
	background-color:#000;
	border-radius: 50%;
	display: inline-block;
	margin-right:5px;
	vertical-align: middle;
}

.lp_008>div>div:last-child{
	box-sizing: border-box;
    padding: 11vw 5vw 10vw;
    border: 1px solid #B6C6E9;
    border-radius: 6vw;
    text-align: left;
}
.lp_008>div>div:last-child h3{
	font-size: 4vw;
    text-align: center;
    color: #6E8DD4;
    margin: 0 0 8vw;
    letter-spacing: 0;
}
.lp_008>div>div:last-child p{
	font-size:4vw;
	text-indent: -1.5em;
    margin-left: 1.5em;
}
.lp_008>div>div:last-child p:not(:last-child){
	margin:0 0 4vw 1.5em;
}
.lp_008>div>div:last-child p::before{
	content: "";
    width: 5vw;
    height: 5vw;
    display: inline-block;
    background: url(../img/lp_check.svg) center / 100% no-repeat;
    margin-right: 0.3em;
	vertical-align: middle;
}


.lp_contact{
	padding:0 0 14vw;
}
.lp_contact>div:nth-child(2){
	width:90%;
	margin: 0 auto;
	text-align: left;
}
.lp_contact h2{
	font-size: 6vw;
	letter-spacing: 1px;
	color:#6E8DD4;
	text-align: center;
    margin: 0 auto 12vw;
}
.lp_contact h2:before {
    height: 42vw;
    min-width: 100%;
}
.lp_contact h2 span {
    padding: 13vw 0 2vw;
}
.lp_contact>div>span{
	font-size: 3.4vw;
    color: #6E8DD4;
    display: block;
    margin: 0 0 6vw;
    font-family: 'Shippori Mincho', serif;
    font-weight: 700;
	text-align: center;
}
.lp_contact_main{
	height: 54vw;
    width: 100%;
    background-image: url(../img/lp_contact_img.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 0 20vw;
}
.lp_contact form{
	margin: 0 auto;
	box-sizing: border-box;
}
.lp_contact dl{
	width: 100%;
    margin: 0 0 10vw;
}
.lp_contact dl:nth-child(5){
	margin:0 0 4vw;
}
.lp_contact dt{
	font-size: 3.8vw;
	margin: 0 0 2vw;
}
.lp_contact dd{
	font-size:3.6vw;
}
.lp_contact dl:nth-child(7) dt{
	margin:0 0 5vw;
}
.lp_contact .policy dt{
	line-height: 1.6;
}
.lp_contact .policy dd a{
	text-decoration: underline;
	color:#000;
}
.lp_contact .policy dd p{
	margin: 0 0 8vw;
	font-size: 3.2vw;
	line-height: 1.9;
}
.lp_contact dd>input[type="checkbox"] {
    margin: 2vw 0.8em 2vw 1.3em;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.lp_contact input[type="text"],
.lp_contact select,
.lp_contact textarea{
	width: 100%;
    padding: 2vw;
    font-size: 16px;
    border-radius: 1.5vw;
    border: 1px solid #b3b3b3;
    box-sizing: border-box;
}
.lp_contact .contact_send{
	width:300px;
	margin: 0 auto;
	background-color:#ccc;
	transition: 0.5s;
}
.lp_contact .contact_send:hover{
	background-color:#333;
	transition: 0.5s;
}
.lp_contact dt span{
	color:#c1272d;
	margin-left:0.2em;
}

.lp_contact .contact_send {
    width: 80%;
}
.lp_contact .contact_send input{
    width:100%;
}

.lp_contact select {
    width: 50vw;
}
.lp_contact form {
    margin: 0 auto 26vw;
}

footer div{
	padding: 0 0 6vw 3vw;
}
footer a span{
	display: block;
	color:#000;
	font-size:3vw;
	font-weight: bold;
	letter-spacing: 1px;
}
footer div img{
	width:42vw;
}
.copyright{
	padding:0 0 5vw 3vw;
}
.copyright a{
	color:#808080;
	font-size:3vw;
}