@charset"utf-8";

/*
font-family: 'M PLUS 1c', sans-serif;
font-family: 'M PLUS 1p', sans-serif;
font-family: 'Sawarabi Gothic', sans-serif;
*/
@media screen {

section .inner {
  opacity: 0;
  -webkit-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.inner.inview_show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

}

@media print {
section .inner {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
}


/*[ kv ] ------------------------------------------*/

.kv {
	padding-top: 20vw;
  -webkit-box-shadow: 0 0 4px 0 rgba(111,111,111,0.56);
  box-shadow: 0 0 4px 0 rgba(111,111,111,0.56);
  background:linear-gradient(90deg,#f8f5ec 0%,#f8f5ec 50%,#0072bf 50%,#0072bf 100%);
  position: relative;
  margin-bottom: 8vw;
}
.kv .inner {
	background: url(../img/main_img.png) center 88.2% no-repeat;
	background-size: 42.2666667vw auto;
	padding: 10.6666667vw 0 37.3333333vw;
}

.kv:after {
	position: absolute;
	bottom: -8vw;
	content: "";
	display: block;
	height: 8vw; width: 100vw;
	background: url(../img/main_bg.png) top center no-repeat;
	background-size: contain;
}
.kv .lead {
	margin: 0 33%;
	line-height: 2;
font-family: 'M PLUS 1p', sans-serif;
	font-weight: normal;
}
.kv h1 {
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: 6.4vw;
	text-align: center;

}
.kv h1 span {
	display: block;
}
.kv h1 span.color01 {
	color: #fff;
}
.kv h1 span.color02 {
	color: #0072bf;
}

.kv p.btn_r {
	position: absolute;
	left: 0; bottom: 10vw;
}
.kv p.btn_l {
	position: absolute;
	right: 0; bottom: 10vw;
}
.kv p.btn_r img,
.kv p.btn_l img {
	width: 25vw;
	animation: slidein .5s ease .25s infinite both alternate;
}

@keyframes slidein {
  from {
    transform: translate(0, 0); }
  to {
    transform: translate(0, -2.5vw); } }


@media (min-width: 769px) {
.kv {
	padding-top: 86px;
  margin-bottom: 60px;
  -webkit-box-shadow: 0 0 8px 0 rgba(111,111,111,0.56);
  box-shadow: 0 0 8px 0 rgba(111,111,111,0.56);
}
.kv .inner {
	background: url(../img/main_img.png) center 88% no-repeat;
	background-size: auto;
	padding: 100px 0 320px;
}

.kv:after {
	position: absolute;
	bottom: -60px;
	content: "";
	display: block;
	height: 60px; width: 100%;
	background: url(../img/main_bg.png) top center no-repeat;
	background-size: contain;
}
.kv .lead {
	margin: 0 40%;
}
_::-webkit-full-page-media, _:future, :root .kv .lead {
	margin: 0 38%;
}
.kv h1 {
	font-size: 48px;
}

.kv p.btn_r {
	left: 0; bottom: 60px;
}
.kv p.btn_l {
	right: 0; bottom: 60px;
}
.kv p.btn_r img,
.kv p.btn_l img {
	width: auto;
}
.kv p.btn a:hover img {
	transform: scale(1.1);
}
@keyframes slidein {
  from {
    transform: translate(0, 0); }
  to {
    transform: translate(0, -8px); } }

}

@media print {
.kv {
	padding-top: 43px;
  margin-bottom: 30px;
}
.kv .inner {
	padding: 20px 0 300px;
}
}



/*[ intro ] ------------------------------------------*/

.intro {
	padding: 5vw 0 10vw;
	background: #fff;
}
.intro figure img {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 64.9333333vw;
}
.intro figure figcaption {
	display: block;
	text-align: center;
	margin: 5vw auto;
	font-size: 1.2rem;
}
.intro .document {
	border-top: 1.6vw solid #cac3aa;
	border-bottom: 1.6vw solid #cac3aa;
	padding: 5vw 0;
	font-size: 1.1rem;
	margin-bottom: 15vw;
}
.intro .document .bubble {
	font-size: 1rem;
	text-align: center;
	margin: 2.5vw auto 0 10vw;
	padding: 2.5vw;
	color: #fff;
	background: #e3610b;
	border-radius: 1vw;
	position: relative;
}
.intro .document .bubble:after {
	display: block;
  content: "";
  position: absolute;
  top: -2.5vw;
  left: 10%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent #e3610b transparent;
  border-width: 0 1.5vw 2.5vw 1.5vw;
}
.intro h3 {
	text-align: center;
	margin: 0 auto 5vw;
	font-size: 6.4vw;
}

.intro ol {
	display: flex;
	flex-wrap: wrap;
}
.intro ol li {
	flex-basis: 47.5%;
	text-align: center;
	margin: 0 auto 5vw;
}
.intro ol li dt {
	font-size: 8vw;
	color: #fff; font-weight: 800;
	width: 20.2666667vw;
	height: 32.4vw;
	margin: 0 auto 2.5vw;
	padding: 15vw 0 6vw;
}
.intro ol li:nth-child(1) dt {
	background: url(../img/img01.png) no-repeat;
	background-size: contain;
}
.intro ol li:nth-child(2) dt {
	background: url(../img/img02.png) no-repeat;
	background-size: contain;
}
.intro ol li:nth-child(3) dt {
	background: url(../img/img03.png) no-repeat;
	background-size: contain;
}
.intro ol li:nth-child(4) dt {
	background: url(../img/img04.png) no-repeat;
	background-size: contain;
}
.intro ol li dd {
	font-size: 1rem;
}

@media (min-width: 769px) {
.intro {
	padding: 60px 0;
}
.intro figure img {
	width: 324px;
}
.intro figure figcaption {
	margin: 20px auto;
	font-size: 24px;
}
.intro .document {
	border-top-witdh: 12px;
	border-bottom-witdh: 12px;
	padding: 50px 0;
	font-size: 18px;
	margin-bottom: 160px;
	display: flex;
	justify-content: space-between;
}
.intro .document .box {
	flex-basis: 45%;
}
.intro .document .box p.text {
	line-height: 2;
}
.intro .document .bubble {
	font-size: 16px;
	margin: 10px 0 0 30%;
	padding: 1rem 0.5rem;
	border-radius: 5px;
}
.intro .document .bubble:after {
  top: -10px;
  border-width: 0 6px 10px 6px;
}
.intro h3 {
	margin: 0 auto 110px;
	font-size: 36px;
}
.intro ol li {
	flex-basis: 25%;
	text-align: center;
	margin: 0 auto;
}
.intro ol li dt {
	font-size: 60px;
	width: 152px;
	height: 243px;
	margin: 0 auto 1rem;
	padding: 110px 0 0;
  transition: all .3s;
}
.intro ol li dd {
	font-size: 24px;
}
.intro ol li a:hover dt {
	opacity: 0.68;
}

}

@media print {
.intro .document {
	padding: 25px 0;
	margin-bottom: 80px;
}
}



/*[ lp_s1 ] ------------------------------------------*/

.lp_s1 {
	padding: 10vw 0;
	background: #bdad94;
  -webkit-box-shadow: 0 5px 4px -4px rgba(111,111,111,0.56) inset;
  box-shadow: 0 5px 4px -4px rgba(111,111,111,0.56) inset;
  position: relative;
}
.lp_s1:before {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	height: 8vw; width: 100vw;
	background: url(../img/intro_bg.png) top center no-repeat;
	background-size: contain;
}

.lp_s1 h1 {
	font-size: 6.4vw;
	color: #fff;
	text-align: center; margin: 0 auto 5vw;
	position: relative;
}
.lp_s1 h1:before {
	content: "";
	display: block;
	margin: 0 auto;
	height: 15.6vw; width: 9.8666667vw;
	background: url(../img/01.png) no-repeat;
	background-size: contain;
}

.lp_s1 .box {
	margin: 10vw auto;
}
.lp_s1 .box dl {
	background: #fff;
	text-align: center;
	margin-bottom: 5vw;
	position: relative;
}
.lp_s1 .box dl dt {
	background: #dad0c1;
	text-align: center;
	padding: 0.25rem;
	font-size: 1.1rem;
}
.lp_s1 .box dl dd {
	display: inline-block;
	font-size: 1rem;
	padding: 0.5rem 0.25rem;
	vertical-align: middle;
	font-weight: 600;
font-family: 'M PLUS 1c', sans-serif;
width: 45%; text-align: center;
}
.lp_s1 .box dl dd.before {
}
.lp_s1 .box dl dd.before:after {
	display: inline-block;
	content: "";
	width: 6.2666667vw; height: 4.9333333vw;
	background: url(../img/arrow.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 47.5%; right: 47.5%;
	bottom: 1.25rem;
}
.lp_s1 .box dl dd strong {
	font-size: 6.8vw;
}
.lp_s1 .box dl dd span {
	color: #ea2b2b;
}

.lp_s1 p {
	text-align: center;
	font-size: 1.1rem;
	margin: 0 auto 10vw;
}
.lp_s1 h2 {
	text-align: center;
	font-size: 1.1rem;
	margin: 0 auto 10vw;
}
.lp_s1 h2 span.price {
	color: #fcff00;
	font-size: 1.5rem;
}

.lp_s1 .message {
	font-size: 1.1rem;
	border-radius: 1vw;
	text-align: center;
	margin: 17.5vw auto 0;
	background: #fff;
	position: relative;
	padding: 2.5vw;
}
.lp_s1 .message:after {
	display: block;
  content: "";
  position: absolute;
  bottom: -2.5vw;
  right: 20%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 5.5vw 1.5vw 0 1.5vw;
  transform:rotate(-45deg)
}
.lp_s1 .message:before {
	display: inline-block;
	content: "";
	width: 16vw; height: 16.9333333vw;
	background: url(../img/photo02.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -10vw; right: -2.5vw;
}
.lp_s1 .message dt {
	margin-bottom: 2.5vw;
}
.lp_s1 .message dd {
	font-size: 4.8vw;
}
.lp_s1 .message dd .cost {
	font-size: 8vw;
}
.lp_s1 .message .bubble {
	font-size: 1rem;
	text-align: center;
	margin: 0;
	padding: 2.5vw;
	color: #fff;
	background: #e3610b;
	border-radius: 1vw;
	position: absolute;
	top: -40%; right: -2.5%;
}
.lp_s1 .message .bubble:after {
	display: block;
  content: "";
  position: absolute;
  bottom: -2vw;
  right: 10%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #e3610b transparent transparent transparent;
  border-width: 2.5vw 1.5vw 0 1.5vw;
}

@media (min-width: 769px) {
.lp_s1 {
	padding: 60px 0;
  -webkit-box-shadow: 0 8px 6px -6px rgba(111,111,111,0.56) inset;
  box-shadow: 0 8px 6px -6px rgba(111,111,111,0.56) inset;
}
.lp_s1:before {
	height: 60px; width: 100%;
}

.lp_s1 h1 {
	font-size: 48px;
	text-align: center; margin: 0 auto 100px;
}
.lp_s1 h1:before {
	height: 117px; width: 74px;
}

.lp_s1 .box {
	margin: 0 auto 80px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.lp_s1 .box dl {
	flex-basis: 44%;
	margin-bottom: 0;
}
.lp_s1 .box dl.box02 {
	flex-basis: 52%;
}
.lp_s1 .box dl dt {
	padding: 0.5rem;
	font-size: 16px;
}
.lp_s1 .box dl dd {
	font-size: 18px;
	padding: 1.5rem 0;
width: 42.5%; text-align: center;
line-height: 1.25;
}
.lp_s1 .box dl.box01 dd.before {
	width: 50%;
	padding: 0;
}
.lp_s1 .box dl dd.before {
	width: 55%;
	padding: 0 60px 0 0;
}
.lp_s1 .box dl dd.before:after {
	display: inline-block;
	content: "";
	width: 47px; height: 37px;
	left: 47.5%; right: 47.5%;
	bottom: 50px;
}
.lp_s1 .box dl dd strong {
	font-size: 60px;
}
.lp_s1 .box dl.box02 dd strong {
	font-size: 44px;
	letter-spacing: -0.1rem;
}

.lp_s1 p {
	text-align: center;
	font-size: 18px;
	margin: 0 auto 60px;
}
.lp_s1 h2 {
	text-align: center;
	font-size: 36px;
	margin: 0 auto 60px;
}
.lp_s1 h2 span.price {
	font-size: 54px;
}

.lp_s1 .message {
	font-size: 18px;
	border-radius: 10px;
	text-align: center;
	margin: 80px auto 40px;
	padding: 1rem;
	width: 90%;
}
.lp_s1 .message:after {
	display: block;
  content: "";
  position: absolute;
  bottom: -20px;
  right: 10%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 40px 10px 0 10px;
  transform:rotate(-45deg)
}
.lp_s1 .message:before {
	width: 120px; height: 127px;
	bottom: -100px; right: -60px;
	padding: 0;
}
.lp_s1 .message dt {
	margin-bottom: 0;
}
.lp_s1 .message dd {
	font-size: 36px;
}
.lp_s1 .message dd .cost {
	font-size: 72px;
}
.lp_s1 .message .bubble {
	font-size: 16px;
	padding: 1rem; line-height: 1.2;
	border-radius: 5px;
	top: 7.5%; right: -2.5%;
}
.lp_s1 .message .bubble:after {
  bottom: -10px;
  right: auto; left: 10%;
  border-width: 10px 6px 0 6px;
}

}

@media print {
.lp_s1 h1 {
	margin: 0 auto 50px;
}
.lp_s1 .box {
	margin: 0 auto 75px;
}

}


/*[ lp_s2 ] ------------------------------------------*/

.lp_s2 {
	padding: 10vw 0;
	background: #d6bda1;
  -webkit-box-shadow: 0 5px 4px -4px rgba(111,111,111,0.56) inset;
  box-shadow: 0 5px 4px -4px rgba(111,111,111,0.56) inset;
  position: relative;
}
.lp_s2:before {
	position: absolute;
	top: 0;
	content: "";
	display: block;
	height: 8vw; width: 100vw;
	background: url(../img/s1_bg.png) top center no-repeat;
	background-size: contain;
}
.lp_s2 h1 {
	font-size: 6.4vw;
	color: #fff;
	text-align: center; margin: 0 auto 5vw;
	position: relative;
}
.lp_s2 h1:before {
	content: "";
	display: block;
	margin: 0 auto;
	height: 15.6vw; width: 9.8666667vw;
	background: url(../img/02.png) no-repeat;
	background-size: contain;
}
.lp_s2 .box {
	margin: 10vw auto;
}
.lp_s2 .box dt {
	font-size: 6.4vw;
	margin-bottom: 5vw;
}
.lp_s2 .box dd {
	font-size: 1.1rem;
	margin-bottom: 5vw;
}
.lp_s2 .box dd .cost {
	font-size: 1.25rem;
}
.lp_s2 .box table {
	width: 100%;
}
.lp_s2 .box table th,
.lp_s2 .box table td {
	font-size: 1rem;
	border: 2px solid #fff;
	padding: 0.25rem;
	vertical-align: middle;
}
.lp_s2 .box table td {
	text-align: right;
}
.lp_s2 .box table td.year {
	text-align: center;
	width: 1.5rem;
}
.lp_s2 .box table td.cost {
	font-size: 1.2rem;
}
.lp_s2 .box table td.price {
	font-size: 4.2vw;
	color: #d85f15;
	font-weight: 800;
}
.lp_s2 .box figure img {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto 5vw;
}
.lp_s2 .message {
	font-size: 1.1rem;
	border-radius: 1vw;
	text-align: center;
	margin: 15vw auto 0;
	background: #fff;
	position: relative;
	padding: 2.5vw;
}
.lp_s2 .message:after {
	display: block;
  content: "";
  position: absolute;
  bottom: -2.5vw;
  right: 20%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 5.5vw 1.5vw 0 1.5vw;
  transform:rotate(-45deg)
}
.lp_s2 .message:before {
	display: inline-block;
	content: "";
	width: 16vw; height: 16.9333333vw;
	background: url(../img/photo02.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -10vw; right: -2.5vw;
}
.lp_s2 .message p {
	margin-bottom: 2.5vw;
}
.lp_s2 .message h3 {
	font-size: 4.8vw;
}
.lp_s2 .message .cost {
	font-size: 8vw;
}


@media (min-width: 769px) {
.lp_s2 {
	padding: 60px 0;
  -webkit-box-shadow: 0 8px 6px -6px rgba(111,111,111,0.56) inset;
  box-shadow: 0 8px 6px -6px rgba(111,111,111,0.56) inset;
}
.lp_s2:before {
	height: 60px; width: 100%;
}
.lp_s2 h1 {
	font-size: 48px;
	text-align: center; margin: 0 auto 100px;
}
.lp_s2 h1:before {
	height: 117px; width: 74px;
}
.lp_s2 .box {
	margin: 100px auto;
	display: flex;
	justify-content: space-between;
}
.lp_s2 .box dt {
	font-size: 44px;
	margin-bottom: 40px;
}
.lp_s2 .box dd {
	font-size: 18px;
	margin-bottom: 0;
}
.lp_s2 .box dd .cost {
	font-size: 27px;
}
.lp_s2 .box > dl {
	flex-basis: 47.5%;
	margin-right: 2rem;
}
.lp_s2 .box table {
	flex-grow: 1;
	flex-shrink: 1;
	width: 500px;
}
.lp_s2 .box table th,
.lp_s2 .box table td {
	font-size: 18px;
	padding: 0.5rem
}
.lp_s2 .box table td.cost {
	font-size: 20px;
}
.lp_s2 .box table td.price {
	font-size: 24px;
}
.lp_s2 .box figure {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.lp_s2 .box figure img {
	margin: 0 auto;
}
.lp_s2 .box figure figcaption {
	margin-left: 2rem;
}
.lp_s2 .message {
	font-size: 18px;
	border-radius: 10px;
	text-align: center;
	margin: 80px auto 40px;
	padding: 1rem;
	width: 90%;
}
.lp_s2 .message:after {
	display: block;
  content: "";
  position: absolute;
  bottom: -20px;
  right: 10%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 40px 10px 0 10px;
  transform:rotate(-45deg)
}
.lp_s2 .message:before {
	width: 120px; height: 127px;
	bottom: -100px; right: -60px;
	padding: 0;
}
.lp_s2 .message p {
	font-size: 18px;
	margin-bottom: 0;
}
.lp_s2 .message h3 {
	font-size: 24px;
}
.lp_s2 .message .cost {
	font-size: 48px;
}

}

@media print {
.lp_s2 h1 {
	margin: 0 auto 50px;
}
.lp_s2 .box {
	margin: 0 auto 75px;
}
}


/*[ lp_s3 ] ------------------------------------------*/

.lp_s3 {
	padding: 10vw 0;
	background: #c9c99e;
  -webkit-box-shadow: 0 5px 4px -4px rgba(111,111,111,0.56) inset;
  box-shadow: 0 5px 4px -4px rgba(111,111,111,0.56) inset;
  position: relative;
}
.lp_s3:before {
	position: absolute;
	top: 0;
	content: "";
	display: block;
	height: 8vw; width: 100vw;
	background: url(../img/s2_bg.png) top center no-repeat;
	background-size: contain;
}
.lp_s3 h1 {
	font-size: 6.4vw;
	color: #fff;
	text-align: center; margin: 0 auto 5vw;
	position: relative;
}
.lp_s3 h1:before {
	content: "";
	display: block;
	margin: 0 auto;
	height: 15.6vw; width: 9.8666667vw;
	background: url(../img/03.png) no-repeat;
	background-size: contain;
}

.lp_s3 .box {
	margin: 10vw auto;
}
.lp_s3 .box p {
	font-size: 1.1rem;
	margin-bottom: 5vw;
}
.lp_s3 .box table {
	width: 100%;
}
.lp_s3 .box table th,
.lp_s3 .box table td {
	font-size: 1rem;
	border: 2px solid #fff;
	padding: 0.25rem;
	text-align: left;
	vertical-align: middle;
}
.lp_s3 .box table td:last-child {
	text-align: center;
}

.lp_s3 h2 {
	text-align: center;
	font-size: 1.25rem;
	margin-bottom: 5vw;
}
.lp_s3 h2 .sholder {
	display: block;
	font-size: 1.1rem;
}
.lp_s3 h2 .time {
	font-size: 6.4vw;
}
.lp_s3 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lp_s3 ul li {
	flex-basis: 47.5%;
	background: #8ca7b4;
	text-align: center;
	margin: 0 auto 5vw;
	padding: 2.5vw;
}
.lp_s3 .message {
	font-size: 1.1rem;
	border-radius: 1vw;
	text-align: left;
	margin: 5vw auto 0;
	background: #fff;
	position: relative;
	padding: 5vw 2.5vw;
}
.lp_s3 .message:after {
	display: block;
  content: "";
  position: absolute;
  bottom: -2.5vw;
  right: 20%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 5.5vw 1.5vw 0 1.5vw;
  transform:rotate(-45deg)
}
.lp_s3 .message:before {
	display: inline-block;
	content: "";
	width: 16vw; height: 16.9333333vw;
	background: url(../img/photo02.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -10vw; right: -2.5vw;
}
.lp_s3 .message p {
	margin-bottom: 2.5vw;
}
.lp_s3 .message p .sholder {
	display: block;
	font-size: 1.1rem;
}
.lp_s3 .message p .time {
	font-size: 6.4vw;
}
.lp_s3 .message h3 {
	font-size: 4.8vw;
}
.lp_s3 .message .cost {
	font-size: 8vw;
}

@media (min-width: 769px) {
.lp_s3 {
	padding: 60px 0;
  -webkit-box-shadow: 0 8px 6px -6px rgba(111,111,111,0.56) inset;
  box-shadow: 0 8px 6px -6px rgba(111,111,111,0.56) inset;
}
.lp_s3:before {
	height: 60px; width: 100%;
}
.lp_s3 h1 {
	font-size: 48px;
	text-align: center; margin: 0 auto 100px;
}
.lp_s3 h1:before {
	height: 117px; width: 74px;
}

.lp_s3 .box {
	margin: 100px auto;
	display: flex;
	justify-content: space-between;
}
.lp_s3 .box p {
	font-size: 18px;
	margin-bottom: 0;
	flex-basis: 47.5%;
	margin-right: 2rem;
}
.lp_s3 .box table {
	flex-grow: 1;
	flex-shrink: 1;
	width: 480px;
}
.lp_s3 .box table th,
.lp_s3 .box table td {
	font-size: 18px;
	padding: 0.5rem;
}
.lp_s3 h2 {
	font-size: 24px;
	margin-bottom: 40px;
}
.lp_s3 h2 .sholder {
	font-size: 18px;
}
.lp_s3 h2 .time {
	font-size: 48px;
}
.lp_s3 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lp_s3 ul li {
	flex-basis: 22.5%;
	margin: 0 auto;
	padding: 1rem;
}
.lp_s3 .message {
	font-size: 18px;
	border-radius: 10px;
	text-align: center;
	margin: 80px auto 40px;
	padding: 2rem;
	width: 90%;
}
.lp_s3 .message:after {
	display: block;
  content: "";
  position: absolute;
  bottom: -20px;
  right: 10%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 40px 10px 0 10px;
  transform:rotate(-45deg)
}
.lp_s3 .message:before {
	width: 120px; height: 127px;
	bottom: -100px; right: -60px;
	padding: 0;
}
.lp_s3 .message p {
	font-size: 24px;
	margin-bottom: 0;
	line-height: 1;
}
.lp_s3 .message p .sholder {
	font-size: 18px;
}
.lp_s3 .message p .time {
	font-size: 48px;
}
}

@media print {
.lp_s3 h1 {
	margin: 0 auto 50px;
}
.lp_s3 .box {
	margin: 0 auto 75px;
}
}


/*[ lp_s4 ] ------------------------------------------*/

.lp_s4 {
	padding: 10vw 0;
	background: #afba93;
  -webkit-box-shadow: 0 5px 4px -4px rgba(111,111,111,0.56) inset;
  box-shadow: 0 5px 4px -4px rgba(111,111,111,0.56) inset;
  position: relative;
}
.lp_s4:before {
	position: absolute;
	top: 0;
	content: "";
	display: block;
	height: 8vw; width: 100vw;
	background: url(../img/s3_bg.png) top center no-repeat;
	background-size: contain;
}
.lp_s4 h1 {
	font-size: 6.4vw;
	color: #fff;
	text-align: center; margin: 0 auto 5vw;
	position: relative;
}
.lp_s4 h1:before {
	content: "";
	display: block;
	margin: 0 auto;
	height: 15.6vw; width: 9.8666667vw;
	background: url(../img/04.png) no-repeat;
	background-size: contain;
}
.lp_s4 .influence {
	background: url(../img/bg01.png) center center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 5vw 0;
}
.lp_s4 .influence dt {
	font-size: 1.25rem;
	margin-bottom: 5vw;
}
.lp_s4 .influence dd {
	font-size: 1.1rem;
}
.lp_s4 .sdgs {
	margin: 10vw auto;
}

.lp_s4 .sdgs .box01 {
	background: url(../img/sdgs.png) center top no-repeat;
	background-size: 68vw auto;
	padding-top: 75vw;
	margin-bottom: 10vw;
}
.lp_s4 .sdgs .box01 h2 {
	font-size: 5.8vw;
	margin-bottom: 5vw;
}
.lp_s4 .sdgs .box01 p {
	font-size: 1.1rem;
}
.lp_s4 .sdgs .box01 .bubble {
	font-size: 1rem;
	margin: 5vw 0 0 15vw;
	padding: 2.5vw;
	color: #fff;
	background: #e3610b;
	border-radius: 1vw;
	position: relative;
}
.lp_s4 .sdgs .box01 .bubble:after {
	display: block;
  content: "";
  position: absolute;
  top: -2.5vw;
  right: 10%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent #e3610b transparent;
  border-width: 0 1.5vw 2.5vw 1.5vw;
}

.lp_s4 .sdgs .box02 h2 {
	font-size: 5.8vw;
	margin-bottom: 5vw;
}
.lp_s4 .sdgs .box02 figure img {
	width: 100%;
}
.lp_s4 .sdgs .box02 figcaption {
	font-size: 1.1rem;
	margin: 0.5rem 0 1.5rem;
	color: #fff;
}
.lp_s4 .message {
	font-size: 1.1rem;
	border-radius: 1vw;
	text-align: left;
	margin: 5vw auto 0;
	background: #fff;
	text-align: center;
	position: relative;
	padding: 5vw 2.5vw;
}
.lp_s4 .message:after {
	display: block;
  content: "";
  position: absolute;
  bottom: -2.5vw;
  right: 20%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 5.5vw 1.5vw 0 1.5vw;
  transform:rotate(-45deg)
}
.lp_s4 .message:before {
	display: inline-block;
	content: "";
	width: 16vw; height: 16.9333333vw;
	background: url(../img/photo02.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -10vw; right: -2.5vw;
}
.lp_s4 .message p .count-up {
	font-size: 6.4vw;
}

@media (min-width: 769px) {
.lp_s4 {
	padding: 60px 0;
  -webkit-box-shadow: 0 8px 6px -6px rgba(111,111,111,0.56) inset;
  box-shadow: 0 8px 6px -6px rgba(111,111,111,0.56) inset;
}
.lp_s4:before {
	height: 60px; width: 100%;
}
.lp_s4 h1 {
	font-size: 48px;
	text-align: center; margin: 0 auto 60px;
}
.lp_s4 h1:before {
	height: 117px; width: 74px;
}
.lp_s4 .influence {
	padding: 80px 0;
}
.lp_s4 .influence dl {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lp_s4 .influence dt {
	font-size: 24px;
	margin-bottom: 0;
	margin-right: 2rem;
}
.lp_s4 .influence dd {
	font-size: 18px;
	flex-basis: 68%;
	line-height: 2;
}
.lp_s4 .sdgs {
	margin: 100px auto;
}

.lp_s4 .sdgs .box01 {
	background: url(../img/sdgs.png) left top no-repeat;
	background-size: auto;
	padding: 0 0 0 350px;
	margin-bottom: 60px;
}
.lp_s4 .sdgs .box01 h2,
.lp_s4 .sdgs .box02 h2 {
	font-size: 44px;
	margin-bottom: 50px;
	line-height: 1.4;
}
.lp_s4 .sdgs .box01 p {
	font-size: 18px;
}
.lp_s4 .sdgs .box01 .bubble {
	font-size: 16px;
	margin: 20px 0 0 100px;
	padding: 1rem;
	border-radius: 5px;
}
.lp_s4 .sdgs .box01 .bubble:after {
  top: -10px;
  right: 10%;
  border-width: 0 5px 10px 5px;
}
.lp_s4 .sdgs .box02 ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.lp_s4 .sdgs .box02 li {
	flex-basis: 33.3333%;
}
.lp_s4 .sdgs .box02 figure img {
	width: auto;
}
.lp_s4 .sdgs .box02 figcaption {
	font-size: 18px;
	margin: 0.5rem 0.5rem 0;
}
.lp_s4 .message {
	font-size: 18px;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto 40px;
	padding: 2rem 1rem;
	width: 90%;
}
.lp_s4 .message:after {
	display: block;
  content: "";
  position: absolute;
  bottom: -20px;
  right: 10%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 40px 10px 0 10px;
  transform:rotate(-45deg)
}
.lp_s4 .message:before {
	width: 120px; height: 127px;
	bottom: -100px; right: -60px;
	padding: 0;
}
.lp_s4 .message p {
	font-size: 36px;
	line-height: 1.4;
}
.lp_s4 .message p .count-up {
	font-size: 52px;
}

}


@media print {
.lp_s4 .sdgs {
	margin: 50px auto;
}
.lp_s4 .sdgs .box01 {
	margin-bottom: 30px;
}
}


/*[ lp_now ] ------------------------------------------*/

.lp_now {
	padding: 10vw 0 0;
	background: #fff;
  -webkit-box-shadow: 0 5px 4px -4px rgba(111,111,111,0.56) inset;
  box-shadow: 0 5px 4px -4px rgba(111,111,111,0.56) inset;
  position: relative;
}
.lp_now:before {
	position: absolute;
	top: 0;
	content: "";
	display: block;
	height: 8vw; width: 100vw;
	background: url(../img/s4_bg.png) top center no-repeat;
	background-size: contain;
}

.lp_now h1 {
	text-align: center;
	margin: 0 auto;
	padding: 5vw 0;
}
.lp_now h1:after {
	display: block;
	content: "";
	width: 12.6666667vw; height: 18.1333333vw;
	background: url(../img/item05.png) bottom center no-repeat;
	background-size: contain;
	text-align: center; margin: 5vw auto;
}
.lp_now h1 span {
	display: block;
	font-size: 1.25rem;
}
.lp_now h1 strong {
	font-size: 8vw;
font-family: 'M PLUS 1c', sans-serif;
}
.lp_now ul li {
	margin-bottom: 5vw;
}
.lp_now ul li dt {
	display: table;
font-family: 'M PLUS 1c', sans-serif;
	text-align: center;
margin: 0 auto 5vw;
}
.lp_now ul li dt strong {
	background: #cedc9d;
	border-radius: 50%;
	width: 60vw; height: 60vw;
	display: table-cell;
	vertical-align: middle;
font-weight: 800;
font-size: 6.4vw;
}
.lp_now ul li dt .shoulder {
	display: block;
	font-size: 1rem;
	text-align: left;
	margin: 12.5% 0 -12.5% 10%;
}
.lp_now ul li dt .price {
	font-size: 12.8vw;
}
.lp_now ul li dt .notice {
	display: block;
	font-size: 1rem;
}
.lp_now ul li dd {
	font-size: 1.1rem;
}
.lp_now ul li dd .btn {
	text-align: right;
	margin: 1rem 0;
}
.lp_now ul li dd .btn a {
	display: inline-block;
	color: #fff; background: #0072bf;
	padding: 0.5rem;
}

.lp_now .chance {
text-align: center;
margin: 15vw auto -2.5vw;
position: relative;
}
.lp_now .chance dt {
font-family: 'M PLUS 1c', sans-serif;
font-size: 9.6vw;
font-weight: 800;
}
.lp_now .chance dd {
	font-size: 1.1rem;
}
.lp_now .chance:after {
	display: inline-block;
	content: "";
	width: 16vw; height: 16.9333333vw;
	background: url(../img/photo02.png) bottom no-repeat;
	background-size: contain;
	text-align: center; margin: 2.5vw auto 0;
}

#target_price p img {
	width: 100%;
	height: auto;
}
.modal {
	max-width: 80%;
}

@media (min-width: 769px) {
.lp_now {
	padding: 60px 0 0;
  -webkit-box-shadow: 0 8px 6px -6px rgba(111,111,111,0.56) inset;
  box-shadow: 0 8px 6px -6px rgba(111,111,111,0.56) inset;
}
.lp_now:before {
	height: 60px; width: 100%;
}

.lp_now h1 {
	padding: 50px 0;
}
.lp_now h1:after {
	width: 95px; height: 136px;
	text-align: center; margin: 30px auto;
}
.lp_now h1 span {
	font-size: 30px;
}
.lp_now h1 strong {
	font-size: 60px;
}
.lp_now ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.lp_now ul li {
	flex-basis: 45%;
	margin-bottom: 50px;
}
.lp_now ul li dt {
margin: 0 auto 50px;
}
.lp_now ul li dt strong {
	width: 420px; height: 420px;
font-size: 48px;
}
.lp_now ul li dt .shoulder {
	display: block;
	font-size: 24px;
	text-align: left;
}
.lp_now ul li dt .price {
	font-size: 96px;
}
.lp_now ul li dt .notice {
	font-size: 24px;
}
.lp_now ul li dd {
	font-size: 18px;
}
.lp_now ul li dd .btn {
	text-align: right;
	margin: 1rem 0;
}
.lp_now ul li dd .btn a {
	display: inline-block;
	color: #fff; background: #0072bf;
	padding: 0.5rem;
}

.lp_now .chance {
margin: 100px auto -15px;
}
.lp_now .chance dt {
font-size: 72px;
}
.lp_now .chance dd {
	font-size: 18px;
}
.lp_now .chance:after {
	width: 120px; height: 127px;
	margin: 30px auto 0;
}

}

@media print {
.lp_now h1 {
	padding: 25px 0;
}
.lp_now .chance {
margin: 0 auto -15px;
}
}


/*[ lp_now ] ------------------------------------------*/

.lp_faq {
	padding: 10vw 0;
	background: #e8e8e8;
  position: relative;
}
.lp_faq h1 {
	text-align: center;
	margin: 0 auto;
	padding: 5vw 0;
	font-size: 6.4vw;
}
.lp_faq dt {
	font-size: 1.1rem;
	background: #fff;
	padding: 0.75rem 2rem 0.75rem 0.5rem;
	cursor: pointer; position: relative;
	margin-bottom: 5vw;
}

.lp_faq dt::before,
.lp_faq dt::after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
  
.lp_faq dt::after {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.1s;
  }
.lp_faq dt.active::after {
    transform: rotate(0);
    transition: 0.1s;
  }


.lp_faq dd {
	display: block;
	font-size: 1rem;
	margin: 0 0 5vw 2rem;
}


@media (min-width: 769px) {
.lp_faq {
	padding: 100px 0;
}
.lp_faq h1 {
	padding:0; margin-bottom: 80px;
	font-size: 48px;
}
.lp_faq dt {
	font-size: 24px;
	background: #fff;
	padding: 1rem 2rem 1rem 1rem;
	cursor: pointer; position: relative;
	margin-bottom: 30px;
}
.lp_faq dt::before,
.lp_faq dt::after {
    right: 1rem;
}
.lp_faq dd {
	font-size: 18px;
	margin: 0 0 40px 2rem;
}


}

@media print {
.lp_faq dd {
	display: block!important;
}
}

/*[ lp_form ] ------------------------------------------*/

.lp_form {
	padding: 20vw 0 10vw;
	background: #fff;
  position: relative;
}
.lp_form.confirm {
	padding-top: 40vw;
}
.lp_form h1 {
	text-align: center;
	margin: 0 auto;
	padding: 5vw 0;
	font-size: 6.4vw;
	position: relative;
}
.lp_form h1:after {
	display: inline-block;
	content: "";
	background: url(../img/contact_present.png) no-repeat;
	background-size: contain;
	width: 20vw; height: 20vw;
	position: absolute;
	right: 0;
	top: -15vw;
}
.lp_form.confirm h1:after {
	display: none;
}

.lp_form .error_box {
	padding: 5vw 0;
}
.lp_form .error_box .errmsg {
	padding: 5vw;
	color: #d73737;
}
.lp_form dl {
	font-size: 1rem;
}
.lp_form dt {
}
.lp_form dt .requied {
	font-size: 0.9rem;
	color: #d73737;
	padding-left: 0.25rem;
}
.lp_form dd {
	margin-bottom: 0.5rem;
}
.lp_form input,
.lp_form textarea {
	background: #f3f3f3;
	border: 1px solid #d7d7d7;
	width: 100%;
	padding: 0.5rem;
	font-size: 1rem;
}
.lp_form select {
	font-size: 1rem;
	padding: 0.5rem;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	border: 1px solid #d7d7d7;
	border-radius: 2px;
	background: #f3f3f3;
}
.lp_form select::-ms-expand {
    display: none;
}

.lp_form textarea {
	height: 6rem;
}
.lp_form .btn input {
	width: auto;
	background: #cfcfcf;
	padding: 0.5rem 1rem;
	cursor: pointer;
	font-size: 1rem;
}
.lp_form.confirm dd,
.lp_form.confirm .lp_form textarea {
	background: #f3f3f3;
	width: 100%;
	padding: 0.5rem;
	font-size: 1rem;
}
.lp_form.confirm dd pre {
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  font-size: 1.1rem;
}

.lp_form.confirm .txt {
	margin-bottom: 2rem;
}
.lp_form.confirm dl {
	margin-bottom: 2rem;
}
.lp_form.confirm dd {
	min-height: 2.5rem;
}



.lp_form .btn {
	width: auto;
	text-align: center;
	margin: 0 auto;
}
.lp_form .notes {
	margin: 1rem auto;
}

@media (min-width: 769px) {
.lp_form {
	padding: 280px 0 100px;
}
.lp_form.confirm {
	padding-top: 220px;
}

.lp_form h1 {
	padding: 0 0 80px;
	font-size: 48px;
}
.lp_form h1:after {
	width: 215px; height: 220px;
	right: 100px;
	top: -220px;
}

.lp_form form {
	width: 75%;
	margin: 0 auto;
}

.lp_form dl {
	font-size: 18px;
	position: relative;
}
.lp_form dt {
	position: absolute;
	left: 0; padding: 0.5rem 0;
}
.lp_form dt .requied {
	font-size: 16px;
}
.lp_form dd {
	margin: 0 0 30px 10rem;
	padding: 0;
}
.lp_form input,
.lp_form textarea {
	background: #f3f3f3;
	border: 1px solid #d7d7d7;
	width: 100%;
	padding: 0.5rem;
	font-size: 16px;
}
.lp_form.confirm dd {
	width: auto;
}
.lp_form select {
	font-size: 18px;
}
.lp_form textarea {
	height: 12rem;
}
.lp_form .error_box {
	padding: 80px 0;
}
.lp_form .error_box .errmsg {
	padding: 80px;
}

.lp_form .btn input {
	padding: 1rem 2rem;
	font-size: 18px;
}
.lp_form .notes {
	margin: 60px auto;
}
.lp_form.confirm .txt {
	margin-bottom: 60px;
}
.lp_form.confirm dl {
	margin-bottom: 60px;
}

}


/*[ thanks_s1 ] ------------------------------------------*/

.thanks_s1 {
	padding-top: 40vw;
}

.thanks_s1 h1 {
	text-align: center;
	font-size: 6.4vw;
	margin: 0 auto 10vw;
}
.thanks_s1 .comment {
	margin: 0 0 10vw;
}
.thanks_s1 .comment p {
	font-size: 1.1rem;
	margin: 0 0 1rem;
}

@media (min-width: 769px) {
.thanks_s1 {
	padding-top: 220px;
}
.thanks_s1 h1 {
	font-size: 48px;
	margin: 0 auto 70px;
}
.thanks_s1 .comment {
	font-size: 22px;
	text-align: center;
	margin: 0 auto 120px;
}

}

/*[ thanks_s2 ] ------------------------------------------*/

.thanks_s2 {
	padding: 10vw 0;
	margin-bottom: 20vw;
	background: #e8e8e8;
  position: relative;
}

.thanks_s2 figure img {
	display: block;
	text-align: center;
	margin: 0 auto 5vw;
}
.thanks_s2 figure p {
	margin: 0 auto 5vw;
}
.thanks_s2 figure .btn {
}
.thanks_s2 figure .btn a {
	display: block;
	background: #f6f6f6;
	padding: 0.5rem;
	text-align: center;
	vertical-align: middle;
}
.thanks_s2 figure .btn a:after {
	display: inline-block;
	content: "";
	width: 1rem; height: 1rem;
	background: url(../img/icon_pdf.png) no-repeat;
	background-size: contain;
	margin-left: 1rem;
}

.thanks_s2 .message {
	position: relative;
}
.thanks_s2 .message:before {
	display: inline-block;
	content: "";
	width: 24vw; height: 25.39999995vw;
	background: url(../img/photo02.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -20vw; right: 25vw;
}
.thanks_s2 .message .bubble {
	font-size: 0.9rem;
	text-align: center;
	margin: 0 0 10vw 50vw;
	padding: 2.5vw;
	color: #fff;
	background: #e3610b;
	border-radius: 1vw;
}
.thanks_s2 .message .bubble:after {
	display: block;
  content: "";
  position: absolute;
  bottom: -2vw;
  right: 25%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #e3610b transparent transparent transparent;
  border-width: 2.5vw 1.5vw 0 1.5vw;
}

@media (min-width: 769px) {
.thanks_s2 {
	padding: 70px 0;
	margin-bottom: 100px;
}
.thanks_s2 figure {
	display: flex;
	width: 620px;
	margin: 0 auto;
}
.thanks_s2 figure img {
	margin: 0 auto;
}
.thanks_s2 figure figcaption {
	flex-grow: 1;
	margin-left: 32px;
}
.thanks_s2 figure p {
	margin: 0 0 1.5rem;
	font-size: 22px;
}
.thanks_s2 figure .btn {
	max-width: 220px;
	font-size: 18px;
}
.thanks_s2 figure .btn a {
	padding: 0.5rem;
}
.thanks_s2 figure .btn a:hover {
	background: #000;
	color: #fff
}
.thanks_s2 figure .btn a:after {
	width: 23px; height: 26px;
	vertical-align: middle;
}
.thanks_s2 .message:before {
	width: 120px; height: 127px;
	bottom: 0; right: 150px;
	bottom: -70px;
	padding: 0;
}
.thanks_s2 .message .bubble {
	display: inline-block;
	font-size: 18px;
	margin: 0 0 0 auto;
	padding: 1rem 2rem;
	border-radius: 5px;
	position: absolute;
	right: 0; bottom: 30px;
}
.thanks_s2 .message .bubble:after {
  bottom: -10px;
  right: auto; left: 10%;
  border-width: 16px 6px 0 6px;
	transform: rotate(15deg);
}
}


