@charset "UTF-8";

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
a,
table,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Noto Sans JP';
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

ol,
ul {
	list-style: none;
	list-style-type: none;
}

* {
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	color: #222222;
}


figure {
	padding: 0;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;

}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

p,
dl {
	line-height: 160%;
	font-size: 24px;
}

/*--------common-------*/
a {
	text-decoration: none;
}

.flex {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: center;
}

.wrap {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}


.img {
	white-space: nowrap;
	overflow: hidden;
	text-indent: 100%;
}

h2 {
	font-size: 56px;
}

header {
	padding: 10px 0;
	background: white;
}

.fv h1 {
	background: url("../images/fv.png") no-repeat;
	background-size: 1920px auto;
	height: 535px;
	background-position: center;
	margin-bottom: 10px;
}

@media screen and (min-width:1921px) {
	.fv h1 {
		background: url("../images/fv.png") no-repeat;
		background-size: cover;
		height: 550px;
		background-position: center bottom;
		margin-bottom: 10px;
	}
}

.fv_text {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
	background: #fff;
	/* 背景色を白に設定 */
	padding: 10px;
	/* 内側の余白を追加 */
}

.fv .fv_cta {
	background: url("../images/fv_cta_bk.png") no-repeat;
	background-size: cover;
	padding-bottom: 15px;
	background-position: center 15px;
}

.fv .cta_btn {
	display: block;
	width: 30%;
	margin: 0 auto;
	transition: transform 0.5s ease, left 0.5s ease, z-index 0.5s ease, opacity 0.5s ease;
}

.cta_btn:hover {
	transform: scale(1.1);
}

.fv .fv_cta .cta_btn {
	position: relative;
	margin-top: -10px;
}


/*--------footer-------*/

footer small {
	display: block;
	text-align: center;
	font-size: 20px;
	padding: 2% 0 5%;
}

footer dl {
	background: #222222;
	color: white;
	text-align: center;
	padding: 3% 0 2%;
}

footer dt {

	padding-bottom: 2%;
}

footer dd {
	font-size: 20px;
}




/*-------- media -------*/

.media {
	padding: 45px 0;
}


.media .title {
	margin: 0px auto 35px;
	width: 690px;
	padding-bottom: 20px;
	border-bottom: 4px solid #eeeeee;
}

.media .title h2 {
	text-align: center;
	background-image: url("../images/media_title1.png"), url("../images/media_title2.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left bottom, right bottom;
	font-size: 32px;
	margin: 0 30px;
	padding: 20px 55px 0;
}

.media .title h2 span {
	font-size: 48px;
}




/*-------- worry -------*/
.worry {
	padding: 45px 0;
	background: #eeeeee;
}

.worry h2 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}

.worry dl {
	width: 47%;
	background: white;
	border-radius: 15px;
	overflow: hidden;
	padding: 25px;
	margin: 20px 15px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.worry dl dt,
.worry dl dd {
	display: table-cell;
	vertical-align: middle;
}

.worry dl dt {
	width: 35%;

}

.worry dl dd {
	width: 65%;
	padding: 10px 0 10px 5%;
}

.worry dl dd h3 {
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: 4px solid #eeeeee;
	margin-bottom: 10px;
	font-weight: normal;
}

.worry dl dd p {

	font-weight: bold;
}


/*-------- solution -------*/
.solution article {
	padding: 60px 0;
	background: #fbe0ec;
}

.solution article h2 {
	text-align: center;
	line-height: 1;
	margin-bottom: 50px;
}

.solution article h2:nth-of-type(2) {
	margin-top: 60px;
	margin-bottom: 50px;
}

.solution article h2 span {
	font-size: 48px;
}

.solution article h2 img {
	vertical-align: middle;
	display: inline-block;
	padding-bottom: 15px;
}

.solution .pic {
	background: url("../images/solution_picbk.png") repeat-x;
	background-position: center;
	margin: 50px 0;
}

.solution p.greet {
	text-align: center;
	color: #333333;
	font-size: 32px;
	font-weight: bold;
}

.solution .point {
	background: white;
	overflow: hidden;
	border-radius: 15px;

	margin: 2% auto;
	width: 620px;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
}

.solution .point li {
	font-size: 24px;
	margin: 10px 0;
}

.solution .point ul {
	list-style: disc;
	padding: 25px;
	padding-left: 35px;
	margin-left: 20px;

}

.solution .point p {
	color: white;
	text-align: center;
	padding: 25px;
	background: url("../images/point_bk.png") no-repeat #eb6ea5;
	background-position: center top;
	padding-top: 50px;
	font-size: 28px;
	font-weight: bold;
}

.solution .about {
	position: relative;
	background: white;
	border-radius: 15px;
	margin: 2% auto;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
	width: 600px;
}

.solution .about p {
	padding: 25px;
	line-height: 185%;
	text-align: center;
}

.solution .about p span {
	font-weight: bold;
}

.solution .about img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -23px;
}




.solution aside {
	padding: 60px 0;
}

.solution aside h2 {
	text-align: center;
	margin-bottom: 30px;

}

.solution aside h2 span {
	display: inline-block;
	font-size: 32px;
	padding: 0 40px 20px;
	border-bottom: 4px solid #eeeeee;

}

/*-------- cta -------*/

.f-center {
	text-align: center;
}

.cta_area .arrow_box {
	font-size: 22px;
	font-family: emoji;
	margin: 0 0 1em 0;
	padding: 1.25em 1.5em;
	font-weight: 600;
	border-radius: 6px;
	display: inline-block;
	position: relative;
	background: rgba(255, 255, 255, 0.8);
}

.cta_area .arrow_box span {
	font-size: 30px;
	color: #e4007f;
}

.cta_area {
	background: url("../images/cta_bk.png") no-repeat;
	background-position: center;
	background-size: cover;
	padding: 30px 0;
}

.cta_area dt {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.cta_area .cta_btn {
	display: block;
	width: 530px;
	margin: 0 auto;
	position: relative;
	margin-top: -20px;
	transition: transform 0.5s ease, left 0.5s ease, z-index 0.5s ease, opacity 0.5s ease;
}


/*-------- campaign area -------*/
/* PC用（デフォルト） */
.campaign_area {
	width: 80%;
	max-width: 900px;
	/* PCで広めに表示 */
	min-width: 280px;
	padding: 30px;
	border: 3px solid #e4007f;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	margin: 50px auto;
	box-shadow:
		0 4px 12px rgba(0, 0, 0, 0.08),
		0 2px 6px rgba(228, 0, 127, 0.08);
}

/* SP用（画面幅480px以下で上書き） */
@media screen and (max-width: 480px) {
	.campaign_area {
		width: 90%;
		max-width: none;
		/* SPでは画面幅いっぱいに */
		padding: 15px;
		margin-top: 20px;
		box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(228, 0, 127, 0.05);
	}

	.campaign_area h3 {
		font-size: 1.1em;
	}

	.campaign_area p {
		font-size: 0.9em;
		line-height: 1.4em;
	}

	.campaign_area .campaign_period {
		font-size: 1.1em;
	}
}

.campaign_period {
	font-size: 40px;
	font-weight: bold;
	color: #e4007f;
	text-align: center;
	margin-bottom: 10px;
}

.campaign_note {
	font-size: 14px !important;
	padding-bottom: 20px;
}

.campaign_area h3 {
	text-align: center;
	font-size: 40px;
	padding-bottom: 5px;
	background-position: center bottom;
}

.campaign_area article h3 {
	text-align: center;
	font-size: 40px;
	padding-bottom: 5px;
	background-position: center bottom;
}

.campaign_area article h3 strong {
	color: #e4007f;
	font-size: 32px;
	display: inline-block;
	padding-right: 15px;
}

.campaign_area article p strong span {
	color: #e4007f;
}

.campaign_area article h3 strong span {
	font-size: 40px;
}

.campaign_area article .flex p {
	width: 50%;

}

.campaign_area article p {
	font-size: 20px;
}

.campaign_area article aside p span {
	font-weight: bold;
}

.campaign_area article aside p {
	padding: 30px 85px 0;
}


/*-------- reason -------*/
.reason {
	padding: 60px 0 30px;
}

.reason .campaign {
	border: 3px solid #e4007f;
	background: none;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
}

.reason .campaign h3 {
	text-align: center;
	font-size: 40px;
	padding-bottom: 5px;
	background-position: center bottom;
}

.reason h2 {
	text-align: center;
}

.reason h2 span {
	font-size: 48px;
}

.reason h2 img {
	vertical-align: middle;
	display: inline-block;
	padding-bottom: 15px;
}

.reason article {
	background: #fbe0ec;
	border-radius: 15px;
	padding: 40px 80px;
	margin: 40px 0;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}

.reason article h3 {
	text-align: center;
	font-size: 40px;
	padding-bottom: 25px;
	background: url("../images/reason_bar.png") no-repeat;
	background-position: center bottom;
	margin-bottom: 25px;
}

.reason article h3 strong {
	color: #e4007f;
	font-size: 32px;
	display: inline-block;
	padding-right: 15px;
}

.reason article p strong span {
	color: #e4007f;
}

.reason article h3 strong span {
	font-size: 40px;
}

.reason article .flex p {
	width: 50%;

}

.reason article p {
	font-size: 20px;
}

.reason article aside p span {
	font-weight: bold;
}

.reason article aside p {
	padding: 30px 85px 0;
}


/*-------- videoarea -------*/
.video_area {
	padding: 60px 0;
}

.video_area h2 {
	text-align: center;
}

.video_area video {
	display: block;
	margin: 5% auto;
	width: 60%;
}


/*-------- tab -------*/
.tab_area {
	padding: 60px 0;
	background-image: linear-gradient(180deg, rgba(235, 110, 165, 1), rgba(251, 224, 236, 1));
}

.tab_area h2 {
	color: white;
	text-align: center;
}

.tab_area p.greet {
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 80px;
}

.tab_area p.greet span {
	background: white;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 10px;
	color: #eb6ea5;
	font-size: 32px;
}

.tab_area h3.title {
	text-align: center;
	color: white;
}

.tab_area h3.title span {
	display: inline-block;
	padding: 0 50px;
	background-image: url("../images/tab_title_v.png"), url("../images/tab_title_v.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
}

.content_area {
	width: 690px;
	background: white;
	margin: 15px auto;
	overflow: hidden;
	border-radius: 15px;

}

.tab-container {
	display: flex;
	flex-wrap: wrap;
}

.tab-container {
	margin: 0 0 15px;
	background-color: #eeeeee;
}

.tab {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	width: calc(100% / 2);
	border-radius: 15px 15px 0 0;
	padding: 25px 0;
	background-color: #eeeeee;
	cursor: pointer;
}

.tab:hover {
	opacity: 0.4;
}


.tab.active {
	background-color: white;
}

.content-container {
	padding: 30px;
}

.content {
	display: none;
	/*必須*/
}

.content.show {
	display: block;
	/*必須*/
}

.tab_area div.vector {
	text-align: center;
	margin: 20px 0;
}

.tab_area dt {
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 30px;
}

.tab_area dt span {
	color: #e4007f;
	display: inline-block;
	padding-right: 20px;
}

.tab_area dd figure img {
	display: block;
	margin: 0 auto;
}

.tab_area dd figcaption {
	display: block;
	padding-top: 15px;
	font-size: 20px;
	text-align: justify;
}

.tab_area dt span.space {
	padding-left: 100px;
}

.tab_area small {
	font-size: 16px;
}

.tab_area dt.fl {
	display: flex;
	text-align: left;
	margin-left: 13%;
}

/*-------- promise -------*/

.promise {
	padding: 60px 0 0;
}

.promise h2 {
	text-align: center;
}

.promise h2 img {
	display: inline-block;
	padding-bottom: 10px;
	padding-right: 10px;
}

.promise aside {
	background: #fbe0ec;
	padding: 30px 0;
}

.promise .vector {
	display: block;
	margin: 0 auto;
}

.promise aside dl {
	text-align: center;
}

.promise aside dd img {
	display: block;
	margin: 25px auto;
}

.promise aside dt {
	text-align: center;
	font-weight: bold;
	font-size: 32px;
}

.promise aside dd {
	font-size: 20px;
}

.promise article dl {
	border-radius: 24px 0 24px 0;
	border: 2px solid #eeeeee;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	margin: 40px 0;
	padding: 35px 80px;
}

.promise article dd p {
	width: 50%;
	font-size: 20px;
	text-align: justify;
}

.promise article dt {
	color: #eb6ea5;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	margin-bottom: 25px;
}

.promise article dt span {
	display: inline-block;
	padding: 0 15px 20px;
	border-bottom: 2px solid #fbe0ec;
}


/*-------- staff -------*/

.staff {
	padding: 60px 0;
	background-image: linear-gradient(0deg, rgba(235, 110, 165, 1), rgba(251, 251, 251, 1));
}

.staff h2 {
	text-align: center;
	margin-bottom: 40px;
}

.staff .vector {
	display: block;
	margin: 0 auto;
}

.staff div.greet {
	background: #eb6ea5;
	border-radius: 15px;
	padding: 20px 0;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

.staff div.greet p {
	text-align: center;
	color: white;
	font-size: 32px;
}

.staff h3 {
	text-align: center;
	font-size: 32px;
	margin: 35px 0 20px;
}

.staff article {
	padding-bottom: 5px;
}

.staff article dl {
	background: white;
	width: 46%;
	border-radius: 24px 0 24px 0;
	padding: 40px;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

.staff article dt {
	text-align: center;
}

.staff article dt span {
	font-weight: bold;
}

.staff dt img {
	display: block;
	margin: 0 auto 20px;
}

.staff article dd {
	padding-top: 20px;
	text-align: justify;
	border-top: 2px solid #fbe0ec;
	margin-top: 20px;
}

.staff aside h3 {
	color: white;
}

.staff aside dl {
	background: white;
	width: 76%;
	margin: 0 auto;
	border-radius: 24px 0 24px 0;
	padding: 40px;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}


/*-------- slide -------*/

.slide_area {
	padding: 60px 30px;
}

.slide_area h2 {
	text-align: center;
	margin-bottom: 25px;
}

.slide_area h2 span {
	font-size: 32px;
}


.slide_area .slider div.slick-slide {
	border-radius: 24px 0 24px 0;
	border: 2px solid #eeeeee;
	margin: 20px;
	padding: 40px 20px 20px;
	overflow: hidden;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

div.slick-slide h3 {
	text-align: center;
	color: #eb6ea5;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

div.slick-slide h3.one {
	padding: 20px 0;
}

div.slick-slide img {
	display: block;
	margin: 20px auto;
}

div.slick-slide dt {
	text-align: center;
	font-size: 20px;
}

div.slick-slide dt span {
	font-weight: bold;
	font-size: 24px;
}

div.slick-slide dd {
	font-size: 20px;
	text-align: justify;
	margin-top: 15px;
	min-height: 360px;
}

.slick-next {
	background: url("../images/next.png") no-repeat;
	width: 38px;
	height: 38px;
	background-size: contain;
	z-index: 1;
	right: -30px;
}

.slick-prev {
	background: url("../images/prev.png") no-repeat;
	width: 38px;
	height: 38px;
	background-size: contain;
	z-index: 1;
	left: -30px;
}


/*-------- flow -------*/

.flow {
	padding: 60px 0px;

}

.flow .wrap {
	width: 690px;
}

.flow h2 {
	text-align: center;
	margin-bottom: 95px;
}

.flow h2:last-of-type {
	margin-bottom: 25px;
}



.flow article dl {

	margin: 80px auto;
	position: relative;
	padding: 75px 25px 25px;
	border-radius: 24px 0 24px 0;
	border: 2px solid #eeeeee;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

.flow article dl .icon {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -60px;
}

.flow article dt {
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 20px;
}

.flow article dd p {
	width: 48%;
	font-size: 19px;
}

.flow aside {
	background: url("../images/flow_aside_bk.png");
	background-position: center;
	padding: 40px 0;
}


.flow aside .right {
	width: 53%;
}

.flow aside .right small {
	display: block;
	font-size: 12px;
	padding-top: 20px;
}

.flow aside .left {
	width: 45%;
}

.flow aside .left dd {
	font-size: 20px;
	margin: 5px 0 20px;
	padding-left: 10px;
}

.flow aside .left dt span {
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
	background: #fbe0ec;
	border-radius: 15px;
	padding: 5px 15px;
}


/*-------- question -------*/
.question {
	padding: 60px 0;
}

.question h2 {
	text-align: center;
	font-weight: bold;
	font-size: 64px;
	margin-bottom: 3%;
}

.accordion section {
	border-top: 2px solid #666666;
	padding: 1.5% 1%;
}

.accordion section:last-of-type {
	border-bottom: 2px solid #666666;
}


/* 必須 */
.accordion-content {
	display: none;
}

.accordion-header {
	background-color: #FFF;
	padding: 0 45px 0 50px;
	font-size: 22px;
	font-weight: bold;
	transition: background .3s ease;
	cursor: pointer;
	position: relative;
	background: url("../images/q_icon.png") no-repeat;
	background-size: 30px;
	background-position: 5px bottom;
}

.accordion-header::before,
.accordion-header::after {
	position: absolute;
	content: '';
	top: 1px;
	right: 20px;
	bottom: 0;
	width: 15px;
	height: 2px;
	margin: auto;
	background: #666666;
}

.accordion-header::after {
	transform: rotate(-90deg);
	transition: transform 0.3s;
}

.accordion-header.active::after {
	transform: rotate(45deg);
}

.accordion-header.active::before {
	transform: rotate(-45deg);
}

.accordion-content {
	background-color: #FFF;
	padding: 12px 20px 10px;
}

.accordion-content {
	padding: 1.5% 0.5% 0;
	position: relative;
	text-align: justify;
	font-size: 20px;
	line-height: 180%;

}


#page-top {
	width: 500px;
	display: block;
	text-align: center;
	position: fixed;
	right: 0;
	left: 0;
	bottom: 30px;
	z-index: 2;
	opacity: 0;
	transform: translateY(300px);
	margin: auto;
}

#page-top dl {
	margin: 0 auto;
}

#page-top dt {
	text-align: center;
	position: relative;
	z-index: 1;
}

#page-top dd {
	position: relative;
	text-align: center;
	margin-top: -8px;
}

#page-top dd .vector {
	position: absolute;
	right: 6%;
	bottom: -30%;
	width: 9%;
}

.reflection {
	position: relative;
	overflow: hidden;
	display: block;
	width: 95%;
	margin: 0 auto;
	border-radius: 15px;
}

.reflection::after {
	content: "";
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	top: -180px;
	left: 0;
	background-color: #FFF;
	opacity: 0;
	transform: rotate(45deg);
	animation: reflect 2s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflect 2s ease-in-out infinite;
}


@media screen and (min-width:1025px) {

	.sp {
		display: none !important;
	}

}



@media (min-width: 768px) and (max-width: 1024px) {


	.pc {
		display: none !important;
	}

	.wrap {
		width: 88%;
		margin: 0 auto;
		overflow: hidden;
	}

	p,
	dl {
		line-height: 160%;
		font-size: 22px;
	}

	h2 {
		font-size: 36px;
	}

	header {
		padding: 10px 0;
		background: white;
	}

	header img {
		width: 25%;
	}


	.fv img.sp {
		width: 100%;
	}



	.fv .fv_cta {
		background: url("../images/fv_cta_bk.png") no-repeat;
		background-size: cover;
		padding-bottom: 15px;
		background-position: center 15px;
	}

	.fv .cta_btn {
		display: block;
		width: 80%;
		margin: 0 auto;
	}

	.cta_btn {
		animation: dokidoki 1.5s infinite;
	}

	.fv .fv_cta .cta_btn {
		position: relative;
		margin-top: 0px;
		text-align: center;
	}


	/*--------footer-------*/

	footer small {
		display: block;
		text-align: center;
		font-size: 12px;
		padding: 2% 0 10%;
	}

	footer dl {
		background: #222222;
		color: white;
		text-align: center;
		padding: 8% 0 6%;
	}

	footer dt {
		font-size: 16px;
		padding-bottom: 2%;
	}

	footer dd {
		font-size: 13px;
		line-height: 150%;
	}




	/*-------- media -------*/

	.media {
		padding: 7% 0;
	}


	.media .title {
		margin: 0px auto 35px;
		width: 78%;
		padding-bottom: 20px;
		border-bottom: 4px solid #eeeeee;
	}

	.media .title h2 {
		text-align: center;
		background-image: url("../images/media_title1.png"), url("../images/media_title2.png");
		background-repeat: no-repeat, no-repeat;
		background-size: contain, contain;
		background-position: left bottom, right bottom;
		font-size: 38px;
		margin: 0;
		padding: 0px 9%;
	}

	.media .title h2 span {
		font-size: 34px;
	}

	.media ul {
		justify-content: center;
	}


	.media ul li {
		width: 30%;
		margin: 3% 2%;
	}

	.media ul li:nth-of-type(3) {
		width: 25%
	}

	.media ul li:nth-of-type(5) {
		width: 20%;
	}

	.media ul li:nth-of-type(6) {
		width: 15%;
	}

	/*-------- media: SP用キャンペーン枠 -------*/
	@media screen and (max-width: 480px) {
		.campaign_area {
			width: 90%;
			padding: 15px;
			box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(228, 0, 127, 0.05);
		}

		.campaign_area h3 {
			font-size: 1.1em;
		}

		.campaign_area p {
			font-size: 0.9em;
			line-height: 1.4em;
		}

		.campaign_area .campaign_period .highlight {
			font-size: 1.2em;
		}
	}

	/*-------- worry -------*/
	.worry {
		padding: 5% 0 10%;
		background: #eeeeee;
	}

	.worry h2 {
		text-align: center;
		font-weight: bold;
		margin-bottom: 30px;
	}

	.worry dl {
		width: 100%;
		background: white;
		border-radius: 15px;
		overflow: hidden;
		padding: 25px 10px;
		display: flex;
		flex-flow: wrap;
		justify-content: center;
		align-items: center;
		margin: 10px;
		box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
	}

	.worry dl dt,
	.worry dl dd {
		display: block;
		vertical-align: middle;
	}

	.worry dl dt {
		width: 30%;
		text-align: center;

	}

	.worry dl:nth-of-type(2n) {
		flex-direction: row-reverse;
	}

	.worry dl dd br {
		display: none;
	}

	.worry dl dd {
		width: 65%;
		padding: 10px 0 10px 0;
	}

	.worry dl dd h3 {
		font-size: 18px;
		padding-bottom: 10px;
		border-bottom: 2px solid #eeeeee;
		margin-bottom: 10px;
		font-weight: normal;
	}

	.worry dl dd p {

		font-weight: bold;
	}


	/*-------- solution -------*/
	.solution article {
		padding: 7% 0;
		background: #fbe0ec;
	}

	.solution article h2 {
		text-align: center;
		line-height: 160%;
		margin-bottom: 25px;
	}

	.solution article h2:nth-of-type(2) {
		margin-top: 30px;
		margin-bottom: 25px;
	}

	.solution article h2 span {
		font-size: 24px;
	}

	.solution article h2 img {
		vertical-align: middle;
		display: inline-block;
		padding-bottom: 10px;
		width: 25%;
	}

	.solution .pic {
		background: url("../images/solution_picbk.png") repeat-x;
		background-position: center;
		margin: 25px 0;
	}

	.solution p.greet {
		text-align: center;
		color: #333333;
		font-size: 24px;
		font-weight: bold;
	}

	.solution .point {
		background: white;
		overflow: hidden;
		border-radius: 15px;
		margin: 2% auto;
		width: 90%;
		box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
	}

	.solution .point li {
		font-size: 24px;
		margin: 5px 0;
		font-weight: bold;
	}

	.solution .point ul {
		list-style: disc;
		padding: 10px;
		padding-left: 15%;
		margin-left: 20px;

	}

	.solution .point p {
		color: white;
		text-align: center;
		padding: 15px;
		background: url(../images/point_bk.png) no-repeat #eb6ea5;
		background-position: center top;
		background-size: contain;
		padding-top: 50px;
		font-size: 24px;
		font-weight: bold;
	}

	.solution .about {
		position: relative;
		background: white;
		border-radius: 15px;
		margin: 2% auto;
		box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
		width: 86%;
	}

	.solution .about p {
		padding: 15px 0;
		line-height: 185%;
		text-align: center;
		font-size: 22px;
	}

	.solution .about p span {
		font-weight: bold;
	}

	.solution .about img {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: -23px;
	}

	.solution ul.flex {
		display: block;
	}

	.solution ul.flex li {
		text-align: center;
	}


	.solution aside {
		padding: 7% 0;
	}

	.solution aside h2 {
		text-align: center;
		margin-bottom: 20px;

	}

	.solution aside h2 span {
		display: inline-block;
		font-size: 34px;
		padding: 0 40px 10px;
		border-bottom: 2px solid #eeeeee;

	}

	.solution aside ul {
		justify-content: center;
		text-align: center;
	}

	.solution aside ul li {
		width: 28%;
		text-align: center;
		display: inline-block;
		margin: 1.5%;
	}

	.solution aside ul li:nth-of-type(n+4) {
		width: 30%;
	}




	/*-------- cta -------*/

	.cta_area {
		background: url("../images/cta_bk.png") no-repeat;
		background-position: center;
		background-size: cover;
		padding: 30px 8%;
	}

	.cta_area dt {
		text-align: center;
	}

	.cta_area .cta_btn {
		display: block;
		width: 100%;
		margin: 0 auto;
		position: relative;
		margin-top: -4%;
		text-align: center;
		transition: transform 0.5s ease, left 0.5s ease, z-index 0.5s ease, opacity 0.5s ease;
	}


	/*-------- reason -------*/
	.reason {
		padding: 7% 0;
	}

	.reason h2 {
		text-align: center;
	}

	.reason h2 span {
		font-size: 24px;
	}

	.reason h2 img {
		vertical-align: middle;
		display: inline-block;
		padding-bottom: 5px;
		width: 40%;
	}

	.reason article {
		background: #fbe0ec;
		border-radius: 15px;
		padding: 5%;
		margin: 20px 0;
		box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
	}

	.reason article h3 {
		text-align: center;
		font-size: 26px;
		padding-bottom: 15px;
		background: url("../images/reason_bar.png") no-repeat;
		background-position: center bottom;
		margin-bottom: 15px;
	}

	.reason article h3 strong {
		color: #e4007f;
		font-size: 26px;
		display: inline-block;
		padding-right: 15px;
	}

	.reason article h3 strong span {
		font-size: 18px;
	}

	.reason article .flex img {
		width: 42%;
	}

	.reason article .flex p {
		width: 55%;
		font-size: 20px;
	}



	.reason article aside p span {
		font-weight: bold;
	}

	.reason article aside p {
		padding: 10px 0;
		font-size: 20px;
	}


	/*-------- videoarea -------*/
	.video_area {
		padding: 7% 0;
	}

	.video_area h2 {
		text-align: center;
	}

	.video_area video {
		display: block;
		margin: 5% auto;
		width: 80%;
	}


	/*-------- tab -------*/
	.tab_area {
		padding: 7% 0;
		background-image: linear-gradient(180deg, rgba(235, 110, 165, 1), rgba(251, 224, 236, 1));
	}

	.tab_area h2 {
		color: white;
		text-align: center;
	}

	.tab_area h2 br.sp {
		display: none;
	}


	.tab_area p.greet {
		text-align: center;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 40px;
	}

	.tab_area p.greet span {
		background: white;
		display: inline-block;
		padding: 5px 20px;
		border-radius: 10px;
		color: #eb6ea5;
		font-size: 24px;
	}

	.tab_area h3.title {
		text-align: center;
		color: white;
	}

	.tab_area h3.title span {
		display: inline-block;
		padding: 0 50px;
		background-image: url("../images/tab_title_v.png"), url("../images/tab_title_v.png");
		background-repeat: no-repeat, no-repeat;
		background-position: left center, right center;
	}

	.tab_area img.sp {
		display: none;
	}

	.tab_area img.pc {
		display: inherit !important;
	}

	/*-------- promise -------*/

	.promise {
		padding: 60px 0 0;
	}

	.promise h2 {
		text-align: center;
	}

	.promise h2 img {
		display: inline-block;
		padding-bottom: 5px;
		padding-right: 0;
		width: 20%;
	}

	.promise h2 br.sp {
		display: none;
	}

	.promise aside {
		background: #fbe0ec;
		padding: 30px 0;
	}

	.promise .vector {
		display: block;
		margin: 0 auto;
	}

	.promise aside dl {
		text-align: center;
	}

	.promise aside dd img {
		display: block;
		margin: 25px auto;
	}

	.promise aside dt {
		text-align: center;
		font-weight: bold;
		font-size: 24px;
	}

	.promise aside dd {
		font-size: 18px;
	}

	.promise aside dd img {
		width: 25%;
	}



	.promise article dl {
		border-radius: 24px 0 24px 0;
		border: 2px solid #eeeeee;
		box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
		margin: 40px 0;
		padding: 5%;
	}

	.promise article dd p {
		width: 50%;
		text-align: justify;
	}

	.promise article dt {
		color: #eb6ea5;
		font-weight: bold;
		font-size: 24px;
		text-align: center;
		margin-bottom: 25px;
	}

	.promise article dt span {
		display: inline-block;
		padding: 0 10px 10px;
		border-bottom: 2px solid #fbe0ec;
	}

	.promise article dd img {
		width: 45%;
	}



	/*-------- staff -------*/

	.staff {
		padding: 7% 0;
		background-image: linear-gradient(0deg, rgba(235, 110, 165, 1), rgba(251, 251, 251, 1));
	}

	.staff h2 {
		text-align: center;
		margin-bottom: 20px;
	}

	.staff .vector {
		display: block;
		margin: 0 auto;
	}

	.staff div.greet {
		background: #eb6ea5;
		border-radius: 15px;
		padding: 20px 10px;
		box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	}

	.staff div.greet p {
		text-align: center;
		color: white;
		font-size: 20px;
	}

	.staff h3 {
		text-align: center;
		margin: 35px 0 20px;
	}

	.staff article {
		padding-bottom: 5px;
	}

	.staff article dl {
		background: white;
		width: 48%;

		border-radius: 12px 0 12px 0;
		padding: 5% 3%;
		box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	}

	.staff article dt {
		text-align: center;
		font-size: 18px;
		line-height: 150%;
	}

	.staff article dt span {
		font-weight: bold;
	}

	.staff dt img {
		display: block;
		width: 50%;
		margin: 0 auto 20px;
	}

	.staff article dd {
		padding-top: 10px;
		text-align: justify;
		font-size: 18px;
		line-height: 150%;
		border-top: 2px solid #fbe0ec;
		margin-top: 10px;
		min-height: 150px;
	}

	.staff aside h3 {
		color: white;
	}

	.staff aside dl {
		background: white;
		width: 100%;
		margin: 0 auto;
		border-radius: 12px 0 12px 0;
		padding: 5% 3%;
		box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	}

	.staff aside dd {
		font-size: 18px;
		line-height: 150%;
	}

	/*-------- slide -------*/

	.slide_area {
		padding: 7% 0;
		width: 100%;
	}

	.slide_area h2 {
		text-align: center;
		margin-bottom: 25px;
		font-size: 32px;
	}

	.slide_area h2 span {
		font-size: 20px;
	}


	.slide_area .slider div.slick-slide {
		border-radius: 12px 0 12px 0;
		border: 2px solid #eeeeee;
		margin: 0px 15px 10px;
		padding: 0.5%;
		overflow: hidden;
		box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	}

	div.slick-slide h3 {
		text-align: center;
		color: #eb6ea5;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	div.slick-slide h3.one {
		padding: 20px 0;
	}

	div.slick-slide img {
		display: block;
		margin: 10px auto;
		width: 50%;
	}

	div.slick-slide dt {
		text-align: center;
		font-size: 18px;
	}

	div.slick-slide dt span {
		font-weight: bold;
		font-size: 20px;
	}

	div.slick-slide dd {
		font-size: 18px;
		text-align: justify;
		margin-top: 15px;
		min-height: 340px;
	}

	.slick-next {
		background: url("../images/next.png") no-repeat;
		width: 28px;
		height: 28px;
		background-size: contain;
		z-index: 1;
		right: 8px;
	}

	.slick-prev {
		background: url("../images/prev.png") no-repeat;
		width: 28px;
		height: 28px;
		background-size: contain;
		z-index: 1;
		left: 8px;
	}


	/*-------- flow -------*/

	.flow {
		padding: 7% 0px;

	}

	.flow .wrap {
		width: 690px;
	}

	.flow article dd img {
		width: 48%;
	}


	.flow article dd p {
		width: 50%;
	}

	.flow aside .right {
		width: 53%;
	}

	.flow aside .right small {
		display: block;
		font-size: 12px;
		padding-top: 15px;
	}

	.flow aside .left {
		width: 45%;
	}

	.flow aside .left dt span {
		display: inline-block;
		font-size: 24px;
		font-weight: bold;
		background: #fbe0ec;
		border-radius: 5px;
		padding: 5px 10px;
	}

	.small-text {
		font-size: 0.8em;
		color: #666;
	}


	/*-------- question -------*/
	.question {
		padding: 7% 0;
	}

	.question .wrap {
		width: 700px;
	}

	.question h2 {
		text-align: center;
		font-weight: bold;
		font-size: 28px;
		margin-bottom: 7%;
	}

	.accordion section {
		border-top: 2px solid #666666;
		padding: 3% 1%;
	}

	.accordion section:last-of-type {
		border-bottom: 2px solid #666666;
	}


	/* 必須 */
	.accordion-content {
		display: none;
	}

	.accordion-header {
		background-color: #FFF;
		padding: 0 45px 0 35px;
		font-size: 22px;
		font-weight: bold;
		transition: background .3s ease;
		cursor: pointer;
		position: relative;
		background: url("../images/q_icon.png") no-repeat;
		background-size: 20px;
		background-position: 5px 8px;
	}

	.accordion-header::before,
	.accordion-header::after {
		position: absolute;
		content: '';
		top: 1px;
		right: 10px;
		bottom: 0;
		width: 15px;
		height: 2px;
		margin: auto;
		background: #666666;
	}

	.accordion-header::after {
		transform: rotate(-90deg);
		transition: transform 0.3s;
	}

	.accordion-header.active::after {
		transform: rotate(45deg);
	}

	.accordion-header.active::before {
		transform: rotate(-45deg);
	}

	.accordion-content {
		background-color: #FFF;
		padding: 12px 20px 10px;
	}

	.accordion-content {
		padding: 1.5% 7% 0 0.5%;
		position: relative;
		text-align: justify;
		font-size: 18px;
		line-height: 160%;

	}






}




@media screen and (max-width:767px) {

	.pc {
		display: none !important;
	}

	.wrap {
		width: 94%;
		margin: 0 auto;
		overflow: hidden;
	}

	p,
	dl {
		line-height: 150%;
		font-size: 16px;
	}

	h2 {
		font-size: 30px;
	}

	header {
		padding: 10px 0;
		background: white;
	}

	header img {
		width: 25%;
	}

	.fv .fv_cta {
		background: url("../images/fv_cta_bk.png") no-repeat;
		background-size: cover;
		padding-bottom: 15px;
		background-position: center 15px;
	}

	.fv .cta_btn {
		display: block;
		width: 80%;
		margin: 0 auto;
	}

	.cta_btn {
		animation: dokidoki 1.5s infinite;
	}

	.fv .fv_cta .cta_btn {
		position: relative;
		margin-top: 0px;
	}


	/*--------footer-------*/

	footer small {
		display: block;
		text-align: center;
		font-size: 12px;
		padding: 2% 0 10%;
	}

	footer dl {
		background: #222222;
		color: white;
		text-align: center;
		padding: 8% 0 6%;
	}

	footer dt {
		font-size: 16px;
		padding-bottom: 2%;
	}

	footer dd {
		font-size: 13px;
		line-height: 150%;
	}




	/*-------- media -------*/

	.media {
		padding: 7% 0;
	}


	.media .title {
		margin: 0px auto 35px;
		width: 94%;
		padding-bottom: 20px;
		border-bottom: 4px solid #eeeeee;
	}

	.media .title h2 {
		text-align: center;
		background-image: url("../images/media_title1.png"), url("../images/media_title2.png");
		background-repeat: no-repeat, no-repeat;
		background-size: 8%, 8%;
		background-position: left bottom, right bottom;
		font-size: 18px;
		margin: 0;
		padding: 0px 9%;
	}

	.media .title h2 span {
		font-size: 25px;
	}

	.media ul {
		justify-content: center;
	}


	.media ul li {
		width: 30%;
		margin: 3% 2%;
	}

	.media ul li:nth-of-type(3) {
		width: 25%
	}

	.media ul li:nth-of-type(5) {
		width: 20%;
	}

	.media ul li:nth-of-type(6) {
		width: 15%;
	}

	/*-------- worry -------*/
	.worry {
		padding: 5% 0 10%;
		background: #eeeeee;
	}

	.worry h2 {
		text-align: center;
		font-weight: bold;
		margin-bottom: 30px;
	}

	.worry dl {
		width: 100%;
		background: white;
		border-radius: 15px;
		overflow: hidden;
		padding: 5px 10px;
		display: flex;
		flex-flow: wrap;
		justify-content: center;
		align-items: center;
		margin: 10px;
		box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
	}

	.worry dl dt,
	.worry dl dd {
		display: block;
		vertical-align: middle;
	}

	.worry dl dt {
		width: 30%;

	}

	.worry dl:nth-of-type(2n) {
		flex-direction: row-reverse;
	}


	.worry dl dd {
		width: 65%;
		padding: 10px 0 10px 5%;
	}

	.worry dl dd h3 {
		font-size: 18px;
		padding-bottom: 10px;
		border-bottom: 2px solid #eeeeee;
		margin-bottom: 10px;
		font-weight: normal;
	}

	.worry dl dd p {

		font-weight: bold;
	}


	/*-------- solution -------*/
	.solution article {
		padding: 7% 0;
		background: #fbe0ec;
	}

	.solution article h2 {
		text-align: center;
		line-height: 160%;
		margin-bottom: 25px;
	}

	.solution article h2:nth-of-type(2) {
		margin-top: 30px;
		margin-bottom: 25px;
	}

	.solution article h2 span {
		font-size: 24px;
	}

	.solution article h2 img {
		vertical-align: middle;
		display: inline-block;
		padding-bottom: 10px;
		width: 40%;
	}

	.solution .pic {
		background: url("../images/solution_picbk.png") repeat-x;
		background-position: center;
		margin: 25px 0;
	}

	.solution p.greet {
		text-align: center;
		color: #333333;
		font-size: 18px;
		font-weight: bold;
	}

	.solution .point {
		background: white;
		overflow: hidden;
		border-radius: 15px;
		margin: 2% auto;
		width: 90%;
		box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
	}

	.solution .point li {
		font-size: 13px;
		margin: 5px 0;
		font-weight: bold;
	}

	.solution .point ul {
		list-style: disc;
		padding: 10px;
		padding-left: 10px;
		margin-left: 20px;

	}

	.solution .point p {
		color: white;
		text-align: center;
		padding: 15px;
		background: url(../images/point_bk.png) no-repeat #eb6ea5;
		background-position: center top;
		padding-top: 40px;
		font-size: 15px;
		font-weight: bold;
	}

	.solution .about {
		position: relative;
		background: white;
		border-radius: 15px;
		margin: 2% auto;
		box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
		width: 86%;
	}

	.solution .about p {
		padding: 5px;
		line-height: 185%;
		text-align: center;
		font-size: 14px;
	}

	.solution .about p span {
		font-weight: bold;
	}

	.solution .about img {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: -23px;
	}




	.solution aside {
		padding: 7% 0;
	}

	.solution aside h2 {
		text-align: center;
		margin-bottom: 20px;

	}

	.solution aside h2 span {
		display: inline-block;
		font-size: 20px;
		padding: 0 40px 10px;
		border-bottom: 2px solid #eeeeee;

	}

	.solution aside ul {
		justify-content: center;
	}

	.solution aside ul li {
		width: 25%;
		margin: 3%;
	}

	.solution aside ul li:nth-of-type(n+4) {
		width: 30%;
	}




	/*-------- cta -------*/

	.cta_area {
		background: url("../images/cta_bk.png") no-repeat;
		background-position: center;
		background-size: cover;
		padding: 30px 8%;
	}

	.cta_area dt {
		text-align: center;
	}

	.cta_area .cta_btn {
		display: block;
		width: 100%;
		margin: 0 auto;
		position: relative;
		margin-top: -4%;
		transition: transform 0.5s ease, left 0.5s ease, z-index 0.5s ease, opacity 0.5s ease;
	}


	/*-------- reason -------*/
	.reason {
		padding: 7% 0;
	}

	.reason h2 {
		text-align: center;
	}

	.reason h2 span {
		font-size: 24px;
	}

	.reason h2 img {
		vertical-align: middle;
		display: inline-block;
		padding-bottom: 5px;
		width: 40%;
	}

	.reason article {
		background: #fbe0ec;
		border-radius: 15px;
		padding: 5%;
		margin: 20px 0;
		box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
	}

	.reason article h3 {
		text-align: center;
		font-size: 18px;
		padding-bottom: 15px;
		background: url("../images/reason_bar.png") no-repeat;
		background-position: center bottom;
		margin-bottom: 15px;
	}

	.reason article h3 strong {
		color: #e4007f;
		font-size: 14px;
		display: inline-block;
		padding-right: 15px;
	}

	.reason article h3 strong span {
		font-size: 18px;
	}

	.reason article .flex img {
		width: 42%;
	}

	.reason article .flex p {
		width: 55%;
		font-size: 11px;
	}



	.reason article aside p span {
		font-weight: bold;
	}

	.reason article aside p {
		padding: 10px 0;
		font-size: 11px;
	}


	/*-------- videoarea -------*/
	.video_area {
		padding: 7% 0;
	}

	.video_area h2 {
		text-align: center;
	}

	.video_area video {
		display: block;
		margin: 5% auto;
		width: 80%;
	}


	/*-------- tab -------*/
	.tab_area {
		padding: 7% 0;
		background-image: linear-gradient(180deg, rgba(235, 110, 165, 1), rgba(251, 224, 236, 1));
	}

	.tab_area h2 {
		color: white;
		text-align: center;
	}

	.tab_area p.greet {
		text-align: center;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 40px;
	}

	.tab_area p.greet span {
		background: white;
		display: inline-block;
		padding: 5px 20px;
		border-radius: 10px;
		color: #eb6ea5;
		font-size: 18px;
	}

	.tab_area h3.title {
		text-align: center;
		color: white;
	}

	.tab_area h3.title span {
		display: inline-block;
		padding: 0 50px;
		background-image: url("../images/tab_title_v.png"), url("../images/tab_title_v.png");
		background-repeat: no-repeat, no-repeat;
		background-position: left center, right center;
	}

	.content_area {
		width: 90%;
		background: white;
		margin: 15px auto;
		overflow: hidden;
		border-radius: 15px;

	}

	.tab-container {
		display: flex;
		flex-wrap: wrap;
	}

	.tab-container {
		margin: 0 0 15px;
		background-color: #eeeeee;
	}

	.tab {
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		width: calc(100% / 2);
		border-radius: 15px 15px 0 0;
		padding: 15px 0;
		background-color: #eeeeee;
		cursor: pointer;
	}

	.tab:hover {
		opacity: 0.4;
	}


	.tab.active {
		background-color: white;
	}

	.content-container {
		padding: 20px 10px;
	}

	.content {
		display: none;
		/*必須*/
	}

	.content.show {
		display: block;
		/*必須*/
	}

	.tab_area div.vector {
		text-align: center;
		margin: 20px 0;
	}

	.tab_area dt {
		text-align: left;
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 13px;
		padding-left: 40%;
		padding-top: 7%;
		position: relative;

	}

	.tab_area dt img {
		width: 37%;
		position: absolute;
		left: 0;
		top: 10%;
	}


	.tab_area dt span {
		color: #e4007f;
		display: block;
		padding-right: 0px;
	}

	.tab_area dd figure img {
		display: block;
		margin: 0 auto;
	}

	.tab_area dd figcaption {
		display: block;
		padding-top: 5%;
		font-size: 12px;
		text-align: justify;
	}

	.tab_area dt span.space {
		padding-left: 100px;
	}

	.tab_area small {
		font-size: 12px;
	}

	.tab_area dt.fl {
		display: block;
		text-align: left;
		margin-left: 0;
	}

	/*-------- promise -------*/

	.promise {
		padding: 60px 0 0;
	}

	.promise h2 {
		text-align: center;
	}

	.promise h2 img {
		display: inline-block;
		padding-bottom: 5px;
		padding-right: 0;
		width: 45%;
	}

	.promise aside {
		background: #fbe0ec;
		padding: 30px 0;
	}

	.promise .vector {
		display: block;
		margin: 0 auto;
	}

	.promise aside dl {
		text-align: center;
	}

	.promise aside dd img {
		display: block;
		margin: 25px auto;
	}

	.promise aside dt {
		text-align: center;
		font-weight: bold;
		font-size: 18px;
	}

	.promise aside dd {
		font-size: 12px;
	}

	.promise aside dd img {
		width: 40%;
	}



	.promise article dl {
		border-radius: 24px 0 24px 0;
		border: 2px solid #eeeeee;
		box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
		margin: 20px 0;
		padding: 5%;
	}

	.promise article dd p {
		width: 50%;
		font-size: 11px;
		text-align: justify;
	}

	.promise article dt {
		color: #eb6ea5;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		margin-bottom: 15px;
	}

	.promise article dt span {
		display: inline-block;
		padding: 0 10px 10px;
		border-bottom: 2px solid #fbe0ec;
	}

	.promise article dd img {
		width: 45%;
	}



	/*-------- staff -------*/

	.staff {
		padding: 7% 0;
		background-image: linear-gradient(0deg, rgba(235, 110, 165, 1), rgba(251, 251, 251, 1));
	}

	.staff h2 {
		text-align: center;
		margin-bottom: 20px;
	}

	.staff .vector {
		display: block;
		margin: 0 auto;
	}

	.staff div.greet {
		background: #eb6ea5;
		border-radius: 15px;
		padding: 20px 10px;
		box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	}

	.staff div.greet p {
		text-align: center;
		color: white;
		font-size: 16px;
	}

	.staff h3 {
		text-align: center;
		font-size: 18px;
		margin: 35px 0 20px;
	}

	.staff article {
		padding-bottom: 5px;
	}

	.staff article dl {
		background: white;
		width: 48%;
		min-height: 340px;
		border-radius: 12px 0 12px 0;
		padding: 5% 3%;
		box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	}

	.staff article dt {
		text-align: center;
		font-size: 11px;
		line-height: 150%;
	}

	.staff article dt span {
		font-weight: bold;
	}

	.staff dt img {
		display: block;
		width: 50%;
		margin: 0 auto 20px;
	}

	.staff article dd {
		padding-top: 10px;
		text-align: justify;
		font-size: 11px;
		line-height: 150%;
		border-top: 2px solid #fbe0ec;
		margin-top: 10px;
	}

	.staff aside h3 {
		color: white;
	}

	.staff aside dl {
		background: white;
		width: 100%;
		margin: 0 auto;
		border-radius: 12px 0 12px 0;
		padding: 5% 3%;
		box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	}

	.staff aside dd {
		font-size: 11px;
		line-height: 150%;
	}

	/*-------- slide -------*/

	.slide_area {
		padding: 7% 0;
		width: 100%;
	}

	.slide_area h2 {
		text-align: center;
		margin-bottom: 25px;
		font-size: 24px;
	}

	.slide_area h2 span {
		font-size: 16px;
	}


	.slide_area .slider div.slick-slide {
		border-radius: 12px 0 12px 0;
		border: 2px solid #eeeeee;
		margin: 0px 35px 10px;
		padding: 0.5%;
		overflow: hidden;
		box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	}

	div.slick-slide h3 {
		text-align: center;
		color: #eb6ea5;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	div.slick-slide h3.one {
		padding: 20px 0;
	}

	div.slick-slide img {
		display: block;
		margin: 10px auto;
		width: 50%;
	}

	div.slick-slide dt {
		text-align: center;
		font-size: 14px;
	}

	div.slick-slide dt span {
		font-weight: bold;
		font-size: 16px;
	}

	div.slick-slide dd {
		font-size: 12px;
		text-align: justify;
		margin-top: 15px;
		min-height: inherit;
	}

	.slick-next {
		background: url("../images/next.png") no-repeat;
		width: 18px;
		height: 18px;
		background-size: contain;
		z-index: 1;
		right: 8px;
	}

	.slick-prev {
		background: url("../images/prev.png") no-repeat;
		width: 18px;
		height: 18px;
		background-size: contain;
		z-index: 1;
		left: 8px;
	}


	/*-------- flow -------*/

	.flow {
		padding: 7% 0px;

	}

	.flow .wrap {
		width: 94%;
	}

	.flow h2 {
		text-align: center;
		margin-bottom: 95px;
	}

	.flow h2:last-of-type {
		margin-bottom: 25px;
	}



	.flow article dl {

		margin: 60px auto;
		position: relative;
		padding: 15% 5% 5%;
		border-radius: 24px 0 24px 0;
		border: 2px solid #eeeeee;
		box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	}

	.flow article dl .icon {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: -20%;
		width: 25%;
	}

	.flow article dl:last-of-type {
		margin-bottom: 20px;
	}


	.flow article dt {
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 20px;
	}

	.flow article dd img {
		width: 48%;
	}


	.flow article dd p {
		width: 50%;
		font-size: 12px;
	}

	.flow aside {
		background: url("../images/flow_aside_bk.png");
		background-position: center;
		padding: 5% 0;
	}


	.flow aside .right {
		width: 53%;
	}

	.flow aside .right small {
		display: block;
		font-size: 12px;
		padding-top: 15px;
	}

	.flow aside .left {
		width: 45%;
	}

	.flow aside .left dd {
		font-size: 12px;
		margin: 5px 0 10px;

		padding-left: 10px;
	}

	.flow aside .left dt span {
		display: inline-block;
		font-size: 18px;
		font-weight: bold;
		background: #fbe0ec;
		border-radius: 5px;
		padding: 5px 10px;
	}


	/*-------- question -------*/
	.question {
		padding: 7% 0;
	}

	.question h2 {
		text-align: center;
		font-weight: bold;
		font-size: 28px;
		margin-bottom: 7%;
	}

	.accordion section {
		border-top: 2px solid #666666;
		padding: 3% 1%;
	}

	.accordion section:last-of-type {
		border-bottom: 2px solid #666666;
	}


	/* 必須 */
	.accordion-content {
		display: none;
	}

	.accordion-header {
		background-color: #FFF;
		padding: 0 45px 0 35px;
		font-size: 18px;
		font-weight: bold;
		transition: background .3s ease;
		cursor: pointer;
		position: relative;
		background: url("../images/q_icon.png") no-repeat;
		background-size: 20px;
		background-position: 5px 5px;
	}

	.accordion-header::before,
	.accordion-header::after {
		position: absolute;
		content: '';
		top: 1px;
		right: 10px;
		bottom: 0;
		width: 15px;
		height: 2px;
		margin: auto;
		background: #666666;
	}

	.accordion-header::after {
		transform: rotate(-90deg);
		transition: transform 0.3s;
	}

	.accordion-header.active::after {
		transform: rotate(45deg);
	}

	.accordion-header.active::before {
		transform: rotate(-45deg);
	}

	.accordion-content {
		background-color: #FFF;
		padding: 12px 20px 10px;
	}

	.accordion-content {
		padding: 1.5% 7% 0 0.5%;
		position: relative;
		text-align: justify;
		font-size: 13px;
		line-height: 160%;

	}


	#page-top {
		width: 90%;
		display: block;
		text-align: center;
		position: fixed;
		right: 0;
		left: 0;
		bottom: 20px;
		z-index: 2;
		opacity: 0;
		transform: translateY(300px);
		margin: auto;
	}

	#page-top dl {
		margin: 0 auto;
	}

	#page-top dt {
		text-align: center;
		position: relative;
		z-index: 1;
	}

	#page-top dd {
		position: relative;
		text-align: center;
		margin-top: -8px;
	}

	#page-top dd .vector {
		position: absolute;
		right: 6%;
		bottom: -30%;
		width: 9%;
	}

	.reflection {
		position: relative;
		overflow: hidden;
		display: block;
		width: 95%;
		margin: 0 auto;
		border-radius: 15px;
	}

	.reflection::after {
		content: "";
		display: block;
		width: 30px;
		height: 100%;
		position: absolute;
		top: -180px;
		left: 0;
		background-color: #FFF;
		opacity: 0;
		transform: rotate(45deg);
		animation: reflect 2s ease-in-out infinite;
		-webkit-transform: rotate(45deg);
		-webkit-animation: reflect 2s ease-in-out infinite;
	}



}





/*-------css animation---------*/


@keyframes reflect {
	0% {
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@-webkit-keyframes reflect {
	0% {
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}


#page-top.UpMove {
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
	from {
		opacity: 0;
		transform: translateY(300px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#page-top.DownMove {
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 1;
		transform: translateY(300px);
	}
}

@keyframes dokidoki {
	0% {
		transform: scale(1.07);
	}

	20% {
		transform: scale(1);
	}

	80% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.07);
	}
}