.mainvisual {
	width: 100%;
	height: 100vh;
	position: relative;
	background: url("../images/white/mv.jpg") no-repeat center;
	background-size: cover;
	margin-bottom: 80px;
}
.mainvisual .mv-ttl {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.3em;
	letter-spacing: 6px;
	line-height: 170%;
}
.mainvisual .mv-ttl span {
	display: block;
	text-align: center;
	font-size: 4.5em;
	letter-spacing: 13px;
	font-weight: 400;
	line-height: 140%;
}
@media screen and (max-width: 680px) {
	.mainvisual {
		margin-bottom: 60px;
	}
	.mainvisual .mv-ttl span {
		font-size: 3.5em;
	}
}
@media screen and (max-width: 480px) {
	.mainvisual {
		height: 400px;
		margin-bottom: 40px;
	}
	.mainvisual .mv-ttl {
		top: 55%;
	}
	.mainvisual .mv-ttl span {
		font-size: 2.5em;
	}
}
/* --------------------------------------------------- */
#sec01 {
	width: 85%;
	margin: 0 auto 80px;
}
#sec01 .ttl {
	margin-bottom: 35px;
	font-size: 1.3em;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 180%;
}
#sec01 p {
	max-width: 600px;
	width: 100%;
	font-size: 1em;
}
@media screen and (max-width: 680px) {
	#sec01 {
        margin: 0 auto 60px;
    }
}
@media screen and (max-width: 480px) {
	#sec01 {
        margin: 0 auto 40px;
    }
	#sec01 .ttl {
		font-size: 1.1em;
		letter-spacing: 2px;
	}
	#sec01 .ttl br {
		display: none;
	}
}
/* --------------------------------------------------- */
#sec02 {
	width: 120%;
	margin: 0 -10% 150px;
    display: flex;
    align-items: stretch;
}
.image-wrapper {
  display: flex;
}
.image-wrapper.align-top {
  align-items: flex-start;
}
.image-wrapper.align-bottom {
  align-items: flex-end;
}
.image-wrapper.align-center {
  align-items: center;
}
.image-wrapper:nth-child(1) {
	margin-right: 12px;
}
.image-wrapper:nth-child(2) {
	margin-right: 30px;
}
.image-wrapper:nth-child(3) {
	margin-right: 18px;
}
@media screen and (max-width: 680px) {
	#sec02 {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 480px) {
	#sec02 {
		margin-bottom: 10px;
	}
	.image-wrapper:nth-child(1) {
        margin-right: 5px;
    }
    .image-wrapper:nth-child(2) {
        margin-right: 5px;
    }
    .image-wrapper:nth-child(3) {
        margin-right: 5px;
    }
}
/* --------------------------------------------------- */
#sec03 {
	margin-bottom: 150px;
}
.slider .slick-slide {
  margin: 0;
  padding: 0;
}
.slider img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 680px) {
	#sec03 {
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 480px) {
	#sec03 {
        margin-bottom: 20px;
    }
}
/* --------------------------------------------------- */
#sec04 {
	width: 100%;
	padding: 40px 0;
	margin-bottom: 0px;
}
#sec04 .plan {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 70px;
}
#sec04 .plan .img {
	max-width: 640px;
	width: 100%;
	margin: 0 auto 30px;
}
#sec04 .plan .inner {
	border: #999 1px solid;
	padding: 30px;
}
#sec04 .plan dl {
	max-width: 400px;
	width: 100%;
	display: table;
	margin: 0 auto 3px;
	font-size: 14px;
}
#sec04 .plan dt,
#sec04 .plan dd {
	display: table-cell;
	vertical-align: top;
	line-height: 170%;
}
#sec04 .plan dt {
	font-weight: 500;
	width: 130px;
	position: relative;
}
#sec04 .plan dt::after {
	content: ":";
	position: absolute;
	right: 10px;
	top: 0;
}
#sec04 .plan dd {
}
#sec04 .plan .inner .ttl {
	max-width: 400px;
	width: 100%;
	margin: 20px auto 5px;
	font-weight: 500;
}
#sec04 .plan .inner .ttl::before {
	content: "【";
	margin-left: -10px;
margin-right: 5px;a
}
#sec04 .plan .inner .ttl::after {
	content: "】";
	margin-left: 5px;
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 480px) {
	#sec04 {
		padding: 30px 0;
        margin-bottom: 10px;
    }
	#sec04 .plan {
        margin: 0 auto 0px;
    }
	#sec04 .plan .inner {
        padding: 15px 20px;
    }
	#sec04 .plan dt {
        width: 110px;
    }
}
/* ----------------- */
#sec04 .price {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 60px;
}
#sec04 .price dl {
	width: 100%;
	display: table;
	border: #aaa 1px solid;
	margin-bottom: 10px;
}
#sec04 .price dt,
#sec04 .price dd {
	display: table-cell;
	vertical-align: top;
	padding: 20px 0px;
	line-height: 180%;
	text-align: center;
	width: 50%;
}
#sec04 .price dt {
	border-right: #aaa 1px dashed;
}
#sec04 .price dd {
	font-weight: 700;
}
#sec04 .price p {
	max-width: 750px;
	width: 100%;
	margin: 0 auto 30px;
	font-size: 15px;
	line-height: 180%;
}
#sec04 .price .ttl-style03 {
	max-width: 750px;
	width: 100%;
	margin: 0 auto 10px;
}
#sec04.black .price .ttl-style03 {
	color: #111;
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 480px) {
	#sec04 .price {
        margin: 0 auto 30px;
    }
	#sec04 .price dt {
		width: 70%;
	}
	#sec04 .price p {
		font-size: 1em;
		margin-bottom: 20px;
	}
}
#sec04 .precautions {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	border: #B23D3D 1px solid;
	padding: 30px;
}
#sec04 .precautions dt {
	color: #B23D3D;
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
#sec04 .precautions dt .material-symbols-outlined {
	display: block;
	text-align: center;
	font-size: 2em;
}
#sec04 .precautions dd {
	max-width: 540px;
	width: 100%;
	margin: 0 auto;
	line-height: 170%;
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 480px) {
}
/* --------------------------------------------------- */
#sec05 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 140px;
}
#sec05 ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
#sec05 li {
	width: 22%;
}
#sec05 li:nth-of-type(2) {
	transition-delay: .1s;
}
#sec05 li:nth-of-type(3) {
	transition-delay: .2s;
}
#sec05 li:nth-of-type(4) {
	transition-delay: .3s;
}
#sec05 p {
	text-align: center;
	margin-bottom: 30px;
}
#sec05 p.free {
	font-size: 1.1em;
	font-weight: 500;
}
#sec05 p.free::before,
#sec05 p.free::after {
	content: "ー";
	margin: 0 8px;
}
@media screen and (max-width: 680px) {
	#sec05 {
		margin-bottom: 80px;
	}
	#sec05 ul {
		flex-wrap: wrap;
	}
	#sec05 li {
		width: 47.5%;
		margin-bottom: 5%;
	}
	#sec05 li:nth-of-type(2) {
        transition-delay: .1s;
    }
    #sec05 li:nth-of-type(3) {
        transition-delay: 0s;
    }
    #sec05 li:nth-of-type(4) {
        transition-delay: .1s;
    }
}
@media screen and (max-width: 480px) {
	#sec05 {
		margin-bottom: 60px;
	}
	#sec05 ul {
		margin-bottom: 0;
	}
	#sec05 li:nth-of-type(2),
    #sec05 li:nth-of-type(3),
    #sec05 li:nth-of-type(4) {
        transition-delay: 0s;
    }
	#sec05 p {
		line-height: 160%;
		text-align: center;
	}
}
/* --------------------------------------------------- */
/*
#sec06 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sec06 .box {
	width: 47.5%;
	margin-bottom: 5%;
}
#sec06 .box .ph {
	margin-bottom: 20px;
}
#sec06 .box .ttl {
	line-height: 160%;
	margin-bottom: 15px;
}
#sec06 .box p {
	line-height: 180%;
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 480px) {
	#sec06 {
        margin: 0 auto 40px;
        display: block;
    }
    #sec06 .box {
        width: 100%;
        margin-bottom: 30px;
    }
	#sec06 .box .ph {
		margin-bottom: 15px;
	}
	#sec06 .box .ttl {
		margin-bottom: 10px;
	}
	#sec06 .box p {
        line-height: 160%;
    }
}
*/
/* --------------------------------------------------- */
#sec06 {
	max-width: 1700px;
	width: 100%;
	margin: 0 auto;
}
#sec06 .block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 90px;
}
#sec06 .block .ph {
	width: 60%;
	position: relative;
	padding-top: 450px;
}
#sec06 .block .ph img {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
#sec06 .block dl {
	width: 40%;
	padding: 5%;
}
#sec06 .block dt {
	font-size: 1.2em;
	font-weight: 600;
	line-height: 160%;
	margin-bottom: 20px;
}
#sec06 .block dd {
	line-height: 180%;
}
#sec06 .block2 {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 60px;
}
#sec06 .block2 .box {
	width: 47.5%;
	margin-bottom: 30px;
}
#sec06 .block2 .box .ph {
	margin-bottom: 15px;
}
#sec06 .block2 .box p {
	line-height: 160%;
}
@media screen and (max-width: 1100px) {
	#sec06 .block {
        margin-bottom: 60px;
    }
	#sec06 .block .ph {
        width: 55%;
        padding-top: 380px;
    }
    #sec06 .block dl {
        width: 45%;
        padding: 4%;
    }
}
@media screen and (max-width: 680px) {
	#sec06 .block {
		width: 95%;
        margin: 0 auto 30px;
		display: block;
		position: relative;
		padding-top: 280px;
		border: #111 2px solid;
    }
	#sec06 .block .ph {
        width: 100%;
        padding-top: 280px;
		position: absolute;
		top: 0;
		left: 0;
    }
    #sec06 .block dl {
        width: 100%;
        padding: 25px;
    }
	#sec06 .block2 {
        display: block;
        margin: 0 auto 20px;
    }
    #sec06 .block2 .box {
        width: 100%;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 480px) {
	#sec06 .block {
		padding-top: 160px;
		margin: 0 auto 20px;
    }
	#sec06 .block .ph {
        padding-top: 160px;
    }
	#sec06 .block2 .box {
        margin-bottom: 20px;
    }
	#sec06 .block2 .box .ph {
        margin-bottom: 10px;
    }
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */
.btn-about-usage {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	display: table;
}
.btn-about-usage p,
.btn-about-usage a {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.2em;
	padding: 5%;
	line-height: 160%;
	font-weight: 500;
	letter-spacing: 4px;
}
.btn-about-usage p span.en,
.btn-about-usage a span.en {
	display: block;
	font-size: 11px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 140%;
	padding-top: 5px;
}
.btn-about-usage p {
	width: 60%;
	background-color: #5F5F5F;
	color: #fff;
}
.btn-about-usage a {
	width: 40%;
	background-color: #000;
	color: #fff;
	text-align: center;
	border-left: rgba(255,255,255,0) 1px dashed;
	position: relative;
}
.btn-about-usage a span.en {
	text-align: center;
}
.btn-about-usage a span.material-symbols-outlined {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(0%, -50%);
}
.btn-about-usage a:hover {
	background-color: #5F5F5F;
	color: #fff;
	border-left: rgba(255,255,255,.4) 1px dashed;
}
@media screen and (max-width: 1100px) {
	.btn-about-usage p,
    .btn-about-usage a {
        font-size: 1em;
    }
	.btn-about-usage a {
		padding: 5% 0 5% 5%;
	}
}
@media screen and (max-width: 680px) {
	.btn-about-usage,
	.btn-about-usage p,
	.btn-about-usage a {
		display: block;
	}
	.btn-about-usage {
		background-color: #5F5F5F;
		padding: 20px;
	}
	.btn-about-usage p {
		width: 100%;
		padding: 5px 10px 20px;
	}
	.btn-about-usage a {
		width: 100%;
		border: rgba(255,255,255,0) 1px dashed;
		padding: 15px;
	}
	.btn-about-usage p span.en,
    .btn-about-usage a span.en {
        font-size: 9px;
    }
	.btn-about-usage a:hover {
		border: rgba(255,255,255,.4) 1px dashed;
	}
}
@media screen and (max-width: 480px) {
}
/* --------------------------------------------------- */
#price01 {
	margin-bottom: 70px;
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 480px) {
	#price01 {
        margin-bottom: 40px;
    }
}
/* --------------------------------------------------- */
#price02 {
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 480px) {
}
/* --------------------------------------------------- */
#price03 {
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 480px) {
}
/* --------------------------------------------------- */
#price04 {
	margin-bottom: 80px;
	color: #111;
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 480px) {
	#price04 {
        margin-bottom: 40px;
    }
}
/* --------------------------------------------------- */
#sec07 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 140px;
	border: #333 1px dashed;
	padding: 40px 30px 30px;
	position: relative;
}
#sec07 .ttl {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 1.3em;
	letter-spacing: 6px;
	line-height: 170%;
	display: block;
	border: #333 1px solid;
	background-color: #fff;
	max-width: 450px;
	width: 90%;
	position: absolute;
	top: 0;
	left: 50%;
	padding: 5px 0 7px;
	transform: translate(-50%, 0%);
	margin-top: -24px;
}
#sec07 .ttl br {
	display: none;
}
#sec07 p {
	text-align: center;
	margin-bottom: 20px;
}
#sec07 ul {
	display: flex;
	justify-content: space-between;
}
#sec07 li {
	width: 23%;
}
@media screen and (max-width: 880px) {
	#sec07 {
        padding: 30px 15px 15px;
    }
	#sec07 .ttl {
		font-size: 1.2em;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 680px) {
	#sec07 {
        margin: 0 auto 80px;
        padding: 30px 15px 15px;
    }
	#sec07 .ttl br {
		display: block;
	}
	#sec07 ul {
		flex-wrap: wrap;
	}
	#sec07 li {
		width: 46%;
		margin: 2%;
	}
@media screen and (max-width: 480px) {
	#sec07 {
        margin: 0 auto 60px;
		padding: 30px 10px 10px;
    }
	#sec07 .ttl {
		font-size: 1.1em;
		letter-spacing: 2px;
		
		width: 95%;
        padding: 5px 0 7px;
        margin-top: -20px;
	}
	#sec07 p {
		margin-bottom: 10px;
	}
}
/* --------------------------------------------------- */


