@charset "UTF-8";



/*  ----------------------------------------------------------

kv

----------------------------------------------------------  */

h1 {
	width: 16rem;
	margin-bottom: 3rem;
}
span{
  word-break: keep-all;
  overflow-wrap: break-word;
}

p{
  word-break: keep-all;
  overflow-wrap: break-word;
}

.kv {
	background: url(../img/top-2.jpg) no-repeat top / contain;
	padding: 1.5rem 10rem 4rem 10rem;
	position: relative;
	background-position-x: 0;
	background-size: 115%;
}
.kv-catch {
	padding-left: 4rem;
	margin-bottom: 2.5rem;
}
.kv-catch > div:first-of-type {
	font-size: 4.8rem;
	font-family: 'Noto Serif JP', serif;
	font-style: italic;
	color: var(--pink-2);
	line-height: 1.4;
	margin-bottom: 2rem;
	text-shadow: 0 0 1rem #fff,0 0 2rem #fff,0 0 2rem #fff;
}
.kv-catch > div:first-of-type strong {
	font-size: 6.8rem;
	margin-left: -3rem;
	margin-right: -2.5rem;
}
.kv-catch > div:last-of-type {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.kv-catch > div:first-of-type span {
	font-size: 3.2rem;
}
.kv-catch > div:last-of-type span {
	display: inline-block;
	background: var(--pink-1);
	color: #fff;
	padding: 0.4rem 1.5rem 0.6rem 1.5rem;
	font-size: 2.4rem;
}
.kv-catch > div:last-of-type span:first-of-type {
	margin-bottom: 0.6rem;
}
.kv-price {
	display: flex;
	align-items: center;
	padding-left: 5.5rem;
	text-shadow: 0 0 2rem #fff,0 0 2rem #fff,0 0 2rem #fff,0 0 2rem #fff;
}
.kv-price > div:first-of-type {
	width: 13rem;
	height: 13rem;
	border: solid 0.15rem var(--pink-1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--pink-1);
	border-radius: 50%;
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.2;
	padding-top: 0.7rem;
}
.kv-price > div:last-of-type {
	display: flex;
	align-items: flex-end;
	font-weight: bold;
	line-height: 1;
	font-size: 7.2rem;
	color: var(--pink-2);
	padding-bottom: 0.3rem;
	margin-left: 2rem;
}
.kv-price > div:last-of-type span {
	position: relative;
	font-size: 3.6rem;
	margin-bottom: 0.6rem;
	margin-left: 1rem;
}
.kv-price > div:last-of-type span i {
	font-size: 1.2rem;
	font-weight: normal;
	position: absolute;
	top: -1.3rem;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	white-space: nowrap;
}
.kv ul {
	position: absolute;
	right: 18rem;
	bottom: 3rem;
	display: flex;
}
.kv ul li {
	background: #fff;
	width: 17rem;
	height: 17rem;
	border: solid 0.3rem var(--pink-1);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--pink-1);
	border-radius: 50%;
	text-align: center;
	line-height: 1.4;
	font-size: 1.5rem;
	padding-top: 1rem;
}
.kv ul li span:first-of-type {
	position: absolute;
	top: 1.5rem;
	left: calc(50% - 8.75rem);
	background: url(../img/bg-ribbon-1.png) no-repeat;
	width: 17.5rem;
	height: 4.3rem;
	background-size: 17.5rem 4.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2rem;
}
.kv ul li:first-child {
	margin-right: 2rem;
}
@media screen and (min-width: 1401px) {
	.kv ul {
		right: 40rem;
	}
}
@media screen and (max-width: 767px) {
	h1 {
		width: 10rem;
		margin-bottom: 2rem;
	}
	.kv {
		background: url(../img/pixta_top.jpg) no-repeat top center / cover;
		padding:0;
	}
	.kv-catch {
		padding-left: 0;
		margin-bottom: 2.5rem;
	}
	.kv-catch > div:first-of-type {
		font-size: 3.2rem;
		text-shadow: 0 0 1rem #fff,0 0 1rem #fff,0 0 1rem #fff;
		text-align: center;
	}
	.kv-catch > div:first-of-type strong {
		font-size: 4.8rem;
		margin-left: -1rem;
		margin-right: -2.5rem;
	}
	.kv-catch > div:first-of-type span {
		font-size: 2.4rem;
	}
	.kv-catch > div:last-of-type {
		align-items: center;
	}
	.kv-catch > div:last-of-type span {
		padding: 0.4rem 1rem 0.6rem 1rem;
		font-size: 1.8rem;
	}
	.kv-price {
		justify-content: center;
		padding-left: 0;
		margin-bottom: 2rem;
	}
	.kv-price > div:first-of-type {
		width: 10rem;
		height: 10rem;
		font-size: 1.6rem;
	}
	.kv-price > div:last-of-type {
		font-size: 4.8rem;
		margin-left: 1.5rem;
	}
	.kv-price > div:last-of-type span {
		font-size: 3.2rem;
		margin-bottom: 0.3rem;
		margin-left: 0.5rem;
	}
	.kv ul {
		position: relative;
		right: auto;
		bottom: auto;
		display: flex;
		justify-content: center;
	}
}



/*  ----------------------------------------------------------

cv

----------------------------------------------------------  */
.cv {
	padding: 6rem 0 7.5rem 0;
}
.cv > span {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--pink-1);
	font-size: 2.4rem;
	margin-bottom: 3rem;
}
.cv > span::before {
	content: "";
	width: 0.2rem;
	height: 5rem;
	background: var(--pink-1);
	transform: rotate(-30deg);
	margin-right: 2.5rem;
	margin-top: 1rem;
}
.cv > span::after {
	content: "";
	width: 0.2rem;
	height: 5rem;
	background: var(--pink-1);
	transform: rotate(30deg);
	margin-left: 2.5rem;
	margin-top: 1rem;
}
.cv a {
	display: block;
	background-image: -moz-linear-gradient( -90deg, rgba(250,158,170,0.99608) 0%, rgb(250,126,142) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgba(250,158,170,0.99608) 0%, rgb(250,126,142) 100%);
	background-image: -ms-linear-gradient( -90deg, rgba(250,158,170,0.99608) 0%, rgb(250,126,142) 100%);
	box-shadow: 0px 0px 20px 6px rgba(206, 196, 194, 0.6);
	color: #fff;
	width: 56rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 10rem;
	padding-bottom: 0.2rem;
}
.cv a span {
	display: flex;
	font-size: 2.4rem;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.2em;
}
.cv a span::after {
	content: "";
	width: 2.5rem;
	height: 2.5rem;
	background: url(../img/arrow-2.png) no-repeat;
	background-size: 2.5rem;
	display: block;
	margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
	.cv {
		padding: 6rem 0 7rem 0;
	}
	.cv > span {
		font-size: 2.2rem;
	}
	.cv a {
		width: 85%;
		height: 9rem;
	}
	.cv a span {
		font-size: 2.2rem;
	}
	.cv a span::after {
		margin-left: 1rem;
		margin-top: 0.2rem;
	}
}



/*  ----------------------------------------------------------

こんなお悩みありませんか？

----------------------------------------------------------  */
.sec-1 .wrap-1 {
	background: url(../img/bg-arrow.png) no-repeat center bottom;
	background-size: 100% auto;
	background-color: #f8f8f8;
	padding: 8rem 10rem 14rem 10rem;
	position: relative;
}
.sec-1 .wrap-1 ul {
	display: flex;
	justify-content: space-between;
}
.sec-1 .wrap-1 ul li {
	background: #fff;
	width: 31%;
	position: relative;
	padding: 4rem 0;
}
.sec-1 .wrap-1 ul li dl dt {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: 3rem;
	letter-spacing: 0.15em;
}
.sec-1 .wrap-1 ul li dl dt span {
	font-size: 2.4rem;
}
.sec-1 .wrap-1 ul li dl dd {
	text-align: center;
}
.sec-1 .wrap-1 ul li::before {
	content: "";
	width: 3rem;
	height: 3rem;
	background: url(../img/deco-1.png) no-repeat;
	background-size: 3rem;
	position: absolute;
	left: calc(50% - 1.5rem);
	top: -1rem;
	display: block;
}
.sec-1 .wrap-2 {
	background: url(../img/完成形.jpg) no-repeat top / contain;
	padding: 6rem 0 4rem 0;
	background-position: left 0rem top 0;
}
.sec-1 .wrap-2 .inner-1 {
	width: 60rem;
	margin-left: auto;
	margin-right: 10rem;
	margin-bottom: 4rem;
}
.sec-1 .wrap-2 .inner-1 h3 {
	color: var(--pink-2);
	font-family: 'Noto Serif JP', serif;
	font-size: 4rem;
	font-style: italic;
	position: relative;
	letter-spacing: 0.1em;
	line-height: 1.2;
	padding-left: 14rem;
	padding-top: 7rem;
	font-weight: normal;
	margin-bottom: 5rem;
}
.sec-1 .wrap-2 .inner-1 h3 span {
	font-size: 3rem;
}
.sec-1 .wrap-2 .inner-1 h3 i {
	font-style: italic;
	padding-left: 2rem;
}
.sec-1 .wrap-2 .inner-1 h3 > span:first-of-type {
	width: 17rem;
	height: 17rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/deco-2.png) no-repeat;
	background-size: 17rem;
	line-height: 1.2;
	transform: rotate(-10deg);
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 3rem;
}
.sec-1 .wrap-2 .inner-1 p {
	padding-left: 11rem;
}
.sec-1 .wrap-2 .inner-2 {
	width: 80rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.sec-1 .wrap-2 .inner-2 span {
	background: var(--pink-1);
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-style: italic;
	font-weight: bold;
	font-size: 2.8rem;
	padding: 0.4rem 1.5rem 0.6rem 1.5rem;
	letter-spacing: 0.2em;
}
.sec-1 .wrap-2 .inner-2 span:first-of-type {
	margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
	.sec-1 .wrap-1 {
		padding: 8rem 3rem 10rem 3rem;
	}
	.sec-1 .wrap-1 ul {
		display: block;
	}
	.sec-1 .wrap-1 ul li {
		width: 100%;
	}
	.sec-1 .wrap-1 ul li:not(:last-child) {
		margin-bottom: 3rem;
	}
	.sec-1 .wrap-2 {
		background: url(../img/完成形.jpg) no-repeat center top / cover;
		padding:0;
	}
	.kv .white{
		background: rgb(255 255 255 / 65%);
		padding: 1.5rem 2rem 3rem 2rem;
	}
	.white{
		background: rgb(255 255 255 / 65%);
		padding: 6rem 0 4rem 0;
	}
	.sec-1 .wrap-2 .inner-1 {
		width: 36rem;
		margin: 0 auto 4rem auto;
	}
	.sec-1 .wrap-2 .inner-1 h3 {
		font-size: 4.4rem;
		line-height: 1.2;
		padding-left: 10rem;
		padding-top: 2rem;
		margin-bottom: 3rem;
		text-shadow: 0 0 1rem #fff,0 0 1rem #fff,0 0 2rem #fff;
	}
	.sec-1 .wrap-2 .inner-1 h3 em {
		display: block;
		margin-top: 0.3rem;
	}
	.sec-1 .wrap-2 .inner-1 h3 > span:first-of-type {
		width: 12rem;
		height: 12rem;
		background-size: 12rem;
		line-height: 1.4;
		left: 0;
		top: 0;
		padding-left: 2.5rem;
		font-size: 1.8rem;
	}
	.sec-1 .wrap-2 .inner-1 p {
		padding-left: 0;
	}
	.sec-1 .wrap-2 .inner-2 {
		width: 100%;
		padding: 0 3rem;
	}
	.sec-1 .wrap-2 .inner-2 span {
		font-size: 1.5rem;
		letter-spacing: 0em;
	}
}



/*  ----------------------------------------------------------

お客様の声

----------------------------------------------------------  */
.sec-2 {
	background: url(../img/top-bg-3.jpg) no-repeat center / cover;
	padding: 8rem 0 0;
}
.sec-2 ul {
	width: 80rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.sec-2 ul li {
	width: 39rem;
	height: 38.6rem;
	padding: 0.5rem;
	background: url(../img/bg-frame-1.png) no-repeat left 0.5rem top 0.5rem;
	background-size: 38rem 37.6rem;
	background-color: #fff;
	box-shadow: 0 0 2rem rgba(0,0,0,0.1);
}
.sec-2 ul li:nth-child(n + 3) {
	margin-top: 2rem;
}
.sec-2 h3 {
	display: flex;
	align-items: center;
	margin-bottom: 1.5em;
	padding: 4rem 2rem 0 2rem;
}
.sec-2 h3 img {
	width: 10rem;
}
.sec-2 h3 span {
	width: calc(100% - 10rem);
	padding-left: 1rem;
	color: var(--pink-1);
	font-weight: normal;
	font-size: 1.6rem;
}
.sec-2 p {
	padding: 0 3rem;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.sec-2 ul {
		width: 36rem;
		display: block;
	}
	.sec-2 ul li {
		width: 36rem;
		height: 38.3rem;
		background-size: 35rem 37.3rem;
	}
	.sec-2 ul li:nth-child(n + 3) {
		margin-top: 0;
	}
	.sec-2 ul li:nth-child(n + 2) {
		margin-top: 2rem;
	}	
	.sec-2 p {
		padding: 0 2.5rem;
		line-height: 1.6;
		font-size: 1.3rem;
	}
}



/*  ----------------------------------------------------------

キャンペーン

----------------------------------------------------------  */
.sec-3 {
	padding: 8rem 0;
	width: 90rem;
	margin: 0 auto;
}
.sec-3 h2 {
	width: 46rem;
	margin: 0 auto 4rem auto;
}
.sec-3 h3 {
	text-align: center;
	font-weight: normal;
	font-size: 2.3rem;
	margin-bottom: 4rem;
	word-break: keep-all;
	overflow-wrap: break-word;
	white-space: nowrap
}
.sec-3 .price {
	display: flex;
	align-items: center;
}
.sec-3 .price > div:first-of-type {
	background: var(--pink-1);
	width: 34rem;
	color: #fff;
	position: relative;
	padding: 1.5rem 0 1.3rem 0;
	text-align: center;
	font-size: 2rem;
	line-height: 1.2;
}
.sec-3 .price > div:first-of-type::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 2rem solid var(--pink-1);
	border-top: 2rem solid transparent;
	border-bottom: 2rem solid transparent;
	display: block;
	position: absolute;
	right: -1.9rem;
	top: calc(50% - 2rem)
}
.sec-3 .price > div:first-of-type strong {
	font-size: 3.2rem;
	margin-right: 0.4rem;
	vertical-align: -0.15rem;
}
.sec-3 .price > div:last-of-type {
	width: 36rem;
	color: var(--pink-2);
	font-weight: bold;
	display: flex;
	align-items: flex-end;
	line-height: 1;
	padding-bottom: 0.5rem;
	justify-content: flex-end;
}
.sec-3 .price > div:last-of-type strong {
	font-size: 8rem;
}
.sec-3 .price > div:last-of-type span {
	font-size: 4.8rem;
	position: relative;
	margin-bottom: 0.8rem;
	margin-left: 0.5rem;
}
.sec-3 .price > div:last-of-type span i {
	font-size: 1.2rem;
	font-weight: normal;
	position: absolute;
	top: -1.2rem;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	white-space: nowrap;
}
.sec-3 ul {
	display: flex;
	justify-content: space-between;
	margin: 2rem 0;
}
.sec-3 ul li {
	color: var(--pink-1);
	border: solid 1px var(--pink-1);
	padding: 0.4rem 0 0.6rem 0;
	text-align: center;
}
.sec-3 ul li:nth-child(1) {
	width: 14rem;
}
.sec-3 ul li:nth-child(2) {
	width: 24rem;
}
.sec-3 ul li:nth-child(3) {
	width: 30rem;
}
.sec-3 p {
	text-align: center;
	margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
	.sec-3 {
		padding: 8rem 2rem;
		width: 100%;
	}
	.sec-3 h2 {
		width: 90%;
		margin: 0 auto 3rem auto;
	}
	.sec-3 h3 {
		font-size: 1.8rem;
		margin-bottom: 2.5rem;
	}
	.sec-3 .price {
		flex-direction: column;
	}
	.sec-3 .price > div:first-of-type {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.sec-3 .price > div:first-of-type::before {
		content: "";
		width: 0;
		height: 0;
		border-left: 2rem solid transparent;
		border-right: 2rem solid transparent;
		border-top: 2rem solid var(--pink-1);
		display: block;
		position: absolute;
		right: calc(50% - 2rem);
		top: auto;
		bottom: -3.9rem;
	}
	.sec-3 .price > div:first-of-type strong {
		font-size: 2.8rem;
		margin-right: 0.4rem;
		vertical-align: -0.15rem;
	}
	.sec-3 .price > div:last-of-type {
		width: 100%;
		justify-content: center;
	}
	.sec-3 .price > div:last-of-type strong {
		font-size: 6.4rem;
	}
	.sec-3 .price > div:last-of-type span {
		font-size: 3.2rem;
		margin-bottom: 0.5rem;
	}
	.sec-3 .price > div:last-of-type span i {
		top: -1.3rem;
	}
	.sec-3 ul {
		display: block;
	}
	.sec-3 ul li:not(:last-child) {
		margin-bottom: 0.4rem;
	}
	.sec-3 ul li:nth-child(1) {
		width: 100%;
	}
	.sec-3 ul li:nth-child(2) {
		width: 100%;
	}
	.sec-3 ul li:nth-child(3) {
		width: 100%;
	}
}



/*  ----------------------------------------------------------

選ばれるポイント

----------------------------------------------------------  */
.sec-4 {
	width: 84rem;
	height: 95rem;
	background: url(../img/bg-frame-3.png) no-repeat;
	background-size: 84rem 95rem;
	margin: 0 auto 8rem auto;
	padding: 6rem 5rem 0 5rem;
}
.sec-4 ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sec-4 ul li:not(:last-child) {
	margin-bottom: 3rem;
}
.sec-4 ul li:nth-child(even) {
	flex-direction: row-reverse;
}
.sec-4 ul li > figure {
	width: 44%;
}
.sec-4 ul li > div {
	width: 50%;
}
.sec-4 .point {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: url(../img/bg-ribbon-2.png) no-repeat;
	background-size: 11rem 4rem;
	font-size: 1.6rem;
	width: 11rem;
	height: 4rem;
	padding-right: 0.4rem;
	margin-bottom: 1.5rem;
}
.sec-4 .point span {
	font-size: 2rem;
	margin-bottom: 0.3rem;
	margin-left: 0.5rem;
}
.sec-4 p {
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.sec-4 {
		width: 90%;
		height: auto;
		background: none;
		padding: 4rem 3rem;
		border: double 4px #fddfe3;
	}
	.sec-4 ul li {
		display: block;
	}
	.sec-4 ul li:not(:last-child) {
		margin-bottom: 4rem;
	}
	.sec-4 ul li > figure {
		width: 100%;
	}
	.sec-4 ul li > div {
		width: 100%;
		margin-top: -1.5rem;
		position: relative;
		z-index: 99;
	}
}



/*  ----------------------------------------------------------

お申し込みの流れ

----------------------------------------------------------  */
.sec-5 {
	background: url(../img/top-bg-4.jpg) no-repeat center / cover;
	padding: 10rem 0;
}
.sec-5 ul {
	width: 68rem;
	margin: 0 auto;
}
.sec-5 ul li {
	background: #fff;
	box-shadow: 0 0 1.5rem rgba(0,0,0,0.1);
	display: flex;
	align-items: center;
	padding: 5rem 0;
	position: relative;
}
.sec-5 ul li:not(:last-child) {
	margin-bottom: 4rem;
}
.sec-5 ul li:not(:last-child)::after {
	content: "";
	width: 4rem;
	height: 4rem;
	background: url(../img/arrow-3.png) no-repeat center;
	background-size: 1.5rem;
	display: block;
	position: absolute;
	left: calc(50% - 2rem);
	bottom: -4rem;
}
.sec-5 ul li > div:first-of-type {
	width: 30%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	color: var(--pink-1);
	font-size: 1.6rem;
	letter-spacing: 0.15em;
	line-height: 1;
}
.sec-5 ul li > div:first-of-type figure {
	width: 6rem;
	margin: 0 auto 1.5rem auto;
}
.sec-5 ul li > div:first-of-type span span {
	font-size: 2.2rem;
}
.sec-5 ul li > div:last-of-type {
	width: 70%;
}
.sec-5 ul li > div:last-of-type {
	padding-right: 6rem;
}
.sec-5 h3 {
	font-weight: normal;
	font-size: 2.2rem;
	margin-bottom: 1.5rem;
}
.sec-5 .table-wrap {
	border-top: solid 1px #353535;
	border-bottom: solid 1px #353535;
	padding: 1.5rem 0;
	margin-top: 2rem;
}
.sec-5 table th {
	font-weight: normal;
	width: 10rem;
	padding: 0.2rem 0;
}
.sec-5 table td {
	width: calc(100% - 10rem);
	padding: 0.2rem 0;
}
.sec-5 .wrap {
	display: flex;
	justify-content: space-between;
}
.sec-5 .wrap > p {
	width: 60%;
	padding-top: 2rem;
}
.sec-5 .wrap > figure {
	width: 35%;
}
@media screen and (max-width: 767px) {
	.sec-5 {
		padding: 8rem 3rem;
	}
	.sec-5 ul {
		width: 100%;
	}
	.sec-5 ul li {
		display: block;
		padding: 4rem 3rem;
	}
	.sec-5 ul li > div:first-of-type {
		width: 100%;
		margin-bottom: 2.5rem;
	}
	.sec-5 ul li > div:last-of-type {
		width: 100%;
	}
	.sec-5 ul li > div:last-of-type {
		padding-right: 0;
	}
	.sec-5 h3 {
		text-align: center;
	}
}



/*  ----------------------------------------------------------

よくあるご質問

----------------------------------------------------------  */
.sec-6 {
	padding: 10rem 20rem 3rem 20rem;
}
.sec-6 > dl:not(:last-of-type) {
	margin-bottom: 2rem;
}
.faq-ttl {
	position: relative;
	display: flex;
	align-items: center;
	transition: all .3s;
	line-height: 1;
	background: var(--bg-pink);
	padding: 2rem 6rem 2.2rem 2.5rem;
	font-weight: bold;
	font-size: 1.2rem;
}
.faq-ttl > span:first-of-type {
	color: var(--pink-1);
	width: 4rem;
	font-size: 2.4rem;
	margin-bottom: 0.4rem;
}
.faq-ttl > span:last-of-type {
	width: calc(100% - 4rem);
}
.faq-ttl:hover {
	cursor: pointer;
	opacity: 0.5;
}
.faq-ttl::before{
	content: "";
	position: absolute;
	top: calc(50% - 1.25rem);
	right: 2rem;
	width: 2.5rem;
	height: 2.5rem;
	background: url(../img/arrow-1.png) no-repeat;
	background-size: 2.5rem;
	transition: all .3s ease-in-out;
}
.faq-ttl.open::before {
	transform: rotate(180deg);
}
.faq-content {
	border: solid 0.2rem var(--bg-pink);
	padding: 2rem 2.5rem;
	display: block;
	font-size: 1.3rem;
}
.faq-content > span:first-of-type {
	color: var(--pink-1);
	width: 4rem;
	font-size: 2.4rem;
	font-weight: bold;
	margin-top: -0.5rem;
}
.faq-content > span:last-of-type {
	width: calc(100% - 4rem);
}
@media screen and (max-width: 767px) {
	.sec-6 {
		padding: 8rem 3rem 0 3rem;
	}
	.sec-6 > dl:not(:last-of-type) {
		margin-bottom: 2rem;
	}
	.faq-ttl {
		padding: 2rem 5.5rem 2rem 2.5rem;
		line-height: 1.5;
	}
}





/*  ----------------------------------------------------------

LINEお友だち登録募集中！

----------------------------------------------------------  */
.sec-7 {
	width: 80rem;
	height: 46rem;
	margin: 0 auto 8rem auto;
	background: url(../img/bg-frame-2.png);
	background-size: 80rem 46rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5rem;
}
.sec-7 .wrap {
	display: flex;
	align-items: center;
}
.sec-7 .wrap > div:first-of-type {
	width: 70%;
	padding: 0 5rem;
}
.sec-7 .wrap > div:last-of-type {
	width: 30%;
	padding-right: 5rem;
	text-align: center;
}
.sec-7 h3 {
	text-align: center;
	font-weight: normal;
	font-size: 2.2rem;
	margin-bottom: 3rem;
}
.sec-7 dl dt {
	background: #4cc764;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5rem;
	position: relative;
	font-size: 1.8rem;
	letter-spacing: 0.15em;
	padding-bottom: 0.2rem;
	margin-bottom: 2rem;
}
.sec-7 dl dt::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 2rem solid transparent;
	border-right: 2rem solid transparent;
	border-top: 2rem solid #4cc764;
	position: absolute;
	left: calc(50% - 2rem);
	bottom: -1.2rem;
}
.sec-7 dl dd {
	text-align: center;
	font-size: 1.6rem;
}
.sec-7 .wrap > div:last-of-type figure {
	margin-top: 1rem;
}
@media screen and (max-width: 767px) {
	.sec-7 {
		width: 90%;
		height: auto;
		margin: 0 auto 8rem auto;
		background: none;
		display: block;
		padding: 4rem 3rem;
		border: double 3px #e9e6e6;
	}
	.sec-7 .wrap {
		display: block;
	}
	.sec-7 .wrap > div:first-of-type {
		width: 100%;
		padding: 0;
		margin-bottom: 3rem;
	}
	.sec-7 .wrap > div:last-of-type {
		width: 100%;
		padding-right: 0;
	}
	.sec-7 h3 {
		font-size: 2rem;
		margin-bottom: 1.5rem;
	}
	.sec-7 .wrap > div:last-of-type figure {
		width: 70%;
		margin: 1rem auto 0 auto;
	}
}



/*  ----------------------------------------------------------

アクセス

----------------------------------------------------------  */
.sec-8 {
	background: url(../img/top-bg-5.jpg) no-repeat center / cover;
	padding: 10rem 10rem;
}
.sec-8 .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec-8 .wrap > * {
	width: 48%;
}
.sec-8 .logo {
	width: 60%;
	margin: 0 auto 3rem auto;
}
.sec-8 address {
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
}
.sec-8 .tel {
	color: var(--pink-1);
	font-size: 3.2rem;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	.sec-8 {
		padding: 8rem 3rem;
	}
	.sec-8 .wrap {
		display: block;
	}
	.sec-8 .wrap > * {
		width: 100%;
	}
	.sec-8 .logo {
		margin: 4rem auto 3rem auto;
	}
}



/*  ----------------------------------------------------------

注意事項

----------------------------------------------------------  */
.sec-9 {
	padding: 10rem 15rem;
	background: url(../img/top-bg-6.jpg) no-repeat center / cover;
}
.sec-9 .wrap {
	background: #fff;
	padding: 5rem;
	box-shadow: 0 0 2rem rgba(0,0,0,0.1);
}
.sec-9 .wrap > section:not(:last-of-type) {
	margin-bottom: 4rem;
}
.sec-9 h3 {
	background: var(--bg-pink);
	color: var(--pink-1);
	font-size: 1.8rem;
	padding: 0.8rem 2rem 0.9rem 2rem;
	margin-bottom: 1.5rem;
}
.sec-9 h3 + p {
	padding: 0 2rem;
}
.sec-9 section > ul {
	padding: 0 2rem;
}
.sec-9 section > ul li:not(:last-child) {
	margin-bottom: 2rem;
}
.sec-9 section > ul li dl dt::before {
	content: "●";
	color: var(--pink-1);
}
.sec-9 section > ul li dl dd {
	padding-left: 1.35em;
}
.sec-9 .inner {
	display: flex;
	padding: 0 2rem;
}
.sec-9 .inner table {
	width: 50%;
	border-collapse: collapse;
}
.sec-9 .inner table th {
	background: #f78190;
	color: #fff;
	vertical-align: middle;
	width: 40%;
	border: solid 0.2rem #fff;
	font-weight: normal;
}
.sec-9 .inner table td {
	width: 30%;
	vertical-align: middle;
	border: solid 0.2rem #fff;
}
.sec-9 .inner table tr > td:first-of-type {
	background: #f99fab;
	color: #fff;
	text-align: center;
}
.sec-9 .inner table tr > td:last-of-type {
	background: #fff4f5;
	text-align: center;
}
.sec-9 .inner ul {
	width: 50%;
	padding-left: 3rem;
	color: #a7a7a7;
	font-size: 1.2rem;
}
.sec-9 .inner ul li {
	position: relative;
	padding-left: 1.5em;
}
.sec-9 .inner ul li::before {
	content: "＊";
	position: absolute;
	left: 0;
	top: 0;
}
.sec-9 .inner ul li:first-child {
	margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
	.sec-9 {
		padding: 8rem 3rem;
	}
	.sec-9 .wrap {
		padding: 3rem 2.5rem;
	}
	.sec-9 .wrap > section:not(:last-of-type) {
		margin-bottom: 3rem;
	}
	.sec-9 h3 {
		background: var(--bg-pink);
		color: var(--pink-1);
		font-size: 1.6rem;
		padding: 0.8rem 2rem 0.9rem 2rem;
		margin-bottom: 1.5rem;
	}
	.sec-9 h3 + p {
		padding: 0;
	}
	.sec-9 section > ul {
		padding: 0;
	}
	.sec-9 .inner {
		display: block;
		padding: 0;
	}
	.sec-9 .inner table {
		width: 100%;
		border-collapse: collapse;
		margin-bottom: 1rem;
	}
	.sec-9 .inner table th {
		padding: 1rem 0;
	}
	.sec-9 .inner table td {
		padding: 1rem 0;
	}
	.sec-9 .inner ul {
		width: 100%;
		padding-left: 0;
	}

	.pc-br {
		display: none;
	}
}