@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	text-align: justify;
	overflow-x: hidden;
}
body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block !important; }

  @media screen and (max-width: 640px) {
    body {
      min-width: inherit;
	  height:100%;
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; }
	  body .sp-item img {
		width:100%;}
}

@media screen and (max-width: 640px) {
	.sp img{
		max-width:90%;
}
	.sp02 img{
		max-width:100%;
}
.sp03 img{
		max-width:70%;
}
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


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

    text

---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ec0000;
}
.yellow {
	/* background-color: #ffff00; */
	background:linear-gradient(transparent 30%, #ffff0064 60%);
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: 600 !important;
}
@media screen and (max-width: 640px) {
	.bold {
		font-weight: 600 !important;
	}
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------

    float

---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */








/* body */

body{
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	min-width: 1080px;
}

.wrap-all{
	overflow: hidden;
	width: 100%;
	min-width: 1080px;
	position: relative;
}
/* タブレットサイズ */
@media screen and (min-width: 641px) and (max-width: 999px) {
	body{
		width: 1080px;
		overflow-x: hidden;
		min-width:999px;
	}
	.wrap-all{
		width: 1080px;
		min-width:999px;
		overflow-x: hidden;
	}
}
/* スマホサイズ */
@media screen and (max-width: 640px) {
	body{
		width: 100%;
		overflow-x: hidden;
		min-width:350px;
	}
	.wrap-all{
		width: 100%;
		min-width:350px;
		overflow-x: hidden;
	}
}

/* bodyここまで */

/* 固定ヘッダー */
header{
	width: 100%;
	height:95px;
	position: fixed;
	text-align: center;
	margin: 0 auto;
	z-index: 200;
	background-color: white;
}
.fixed-header{
	width:1080px;
	margin:0 auto;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-logo img{
	width: 200px;
	margin:15px;
}
.fixed-header ul {
	overflow:hidden;
	list-style:none;
	margin: 0 auto;
	z-index: 20;
}
.header-menu{
	width: 500px;
}
.header-menu ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0px 10px 0px 10px;
}
.btn-header{
	width: 30%;
}
.btn-header img{
	width: 100%;
}
.header-menu a{
	text-decoration: none;
	color: #3d3d3d;
	font-weight: 500;
}
@media screen and (max-width: 640px) {
	header{
		width: 100%;
		height:16vw;
		position: fixed;
		text-align: center;
		margin: 0 auto;
		z-index: 200;
		background-color: white
	}
	.fixed-header{
		width:100%;
		margin:0 auto;
		text-align: center;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header-logo{
		width: 38%;
		padding:2%;
	}
	.header-logo img{
		width: 100%;
		margin:0%;
	}
	.fixed-header ul {
		overflow:hidden;
		list-style:none;
		margin: 0 auto;
		z-index: 20;
	}
	/* ハンバーガーメニュー　ここから */
	.menu-btn {
		position: fixed;
		top: 3vw;
		right: 8vw;
		display: flex;
		height: 40px;
		width: 40px;
		justify-content: center;
		align-items: center;
		z-index: 90;
		background-color: #ffffff;
	}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #1f1f1f;
		position: absolute;
	}
	.menu-btn span:before {
		bottom: 8px;
	}
	.menu-btn span:after {
		top: 8px;
	}
	#menu-btn-check:checked ~ .menu-btn span {
		background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	}
	#menu-btn-check:checked ~ .menu-btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu-btn-check:checked ~ .menu-btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	#menu-btn-check {
    display: none;
	}
	/* ハンバーガーメニュー　ここまで　*/
	/* ハンバーガーメニュー内容 */
	.menu-content {
		width: 100%;
		height: 50%;
		position: fixed;
		top: 0;
		left: 100%;/*leftの値を変更してメニューを画面外へ*/
		z-index: 80;
		background-color: #FA6798;
		transition: all 0.5s;/*アニメーション設定*/
	}
	.menu-content ul {
		padding: 70px 10px 0;
	}
	.menu-content ul li {
		border-bottom: solid 1px #ffffff;
		list-style: none;
	}
	.menu-content ul li a {
		display: block;
		width: 100%;
		font-size: 15px;
		box-sizing: border-box;
		color:#ffffff;
		text-decoration: none;
		padding: 9px 15px 10px 0;
		position: relative;
	}
	.menu-content ul li a::before {
		content: "";
		width: 7px;
		height: 7px;
		border-top: solid 2px #ffffff;
		border-right: solid 2px #ffffff;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 16px;
	}
	.menu-content ul li:last-child a::before{
				border-top: solid 2px #ffffff00;
		border-right: solid 2px #ffffff00;
	}

	#menu-btn-check:checked ~ .menu-content {
		left: 0;/*メニューを画面内へ*/
	}
	.btn-header{
		width: 40%;
		text-align: center;
		margin:0 auto;
		border-bottom: none!important;
		}
	.btn-header img{
		width: 100%;
	}

	/* ハンバーガーメニュー内容 ここまで*/

}
/* 固定ヘッダー ここまで */

/* ファーストビュー */

.fv{
	width: 100%;
	min-width: 1080px;
	margin:0 auto;
	text-align: center;
	padding-top:95px;
	background-color: #FFFFFA;
	z-index: 50;
}
.fv-wrap{
	width:100%;
	margin:0 auto;
}

.fv img{
	width: 100%;
	height: auto;
	margin:0 auto;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.fv{
		width: 100%;
		min-width: 350px;
		margin:0 auto;
		text-align: center;
		padding-top:18vw;
	}
	.fv-wrap{
		width:100%;
		margin:0 auto;
	}
	
	.fv img{
		width: 100%;
		height: auto;
		margin:0 auto;
		text-align: center;
	}
}
/* エリア０１ ATTENTION */

.area01{
	width: 100%;
	margin:0 auto;
	text-align: center;
	padding:40px 0;
	background-image:url(../images/bg01.png) ;
}
.area01-title{
	font-size: 53px;
	font-weight: 500;
	color:#E91C24;
	padding-bottom:40px;
}
.area01-text-area{
	width:880px;
	background-color: #fff;
	margin: 0 auto;
	margin-bottom:30px;
	border:solid 6px #323232;
	border-radius: 25px;
	padding:20px;
	font-size: 27px;
	text-align: justify;
}
@media screen and (max-width: 640px) {
	.area01{
		width: 100%;
		margin:0 auto;
		text-align: center;
		padding:5% 0;
		background-image:url(../images/bg01.png) ;
	}
	.area01-title{
		font-size: 9vw;
		font-weight: 500;
		color:#E91C24;
		padding-bottom:5%;
	}
	.area01-text-area{
		width:80%;
		background-color: #fff;
		margin: 0 auto;
		border:solid 1vw #323232;
		border-radius: 5vw;
		padding:5%;
		font-size: 4.5vw;
		text-align: justify;
		margin-bottom:10%;
	}
}
/* エリア０１ ATTENTION ここまで*/

/* エリア０２　本当に大きくなるの？ */
.area02{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b6b6b6+1,ffffff+100 */
	background: #b6b6b6; /* Old browsers */
	background: -moz-linear-gradient(top, #b6b6b6 1%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b6b6b6 1%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b6b6b6 1%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b6b6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	margin: 0 auto;
	padding:50px 0 20px;
	text-align: center;
}
.area02 img{
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.area02{
		padding:10% 3% 5%;
		text-align: center;
	}
	.area02 img{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
}
/* エリア０２　本当に大きくなるの？　ここまで */
/* ３角部分 */
.triangle {
	position: relative;
	background: rgb(228, 222, 222);
	height: 0;
	width: 1080px;
	margin: 0 auto;
	z-index: 50;
}

.triangle::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 800px 0 800px;
	border-color:rgb(255, 255, 255) transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%) translateY(100%);
}
@media screen and (max-width: 640px) {
	.triangle {
		width: 100%;
	}
	
	.triangle::before {
		content: '';
		position: absolute;
		bottom: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10vw 50vw 0 50vw;
		border-color:rgb(255, 255, 255) transparent transparent transparent;
		left: 50%;
		transform: translateX(-50%) translateY(100%);
	}
}
  /* 三角部分　ここまで */
/* エリア０３　ビフォーアフター */
	.area03{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c0ebe2+1,80d6c5+100 */
	background: #c0ebe2; /* Old browsers */
	background: -moz-linear-gradient(top,  #c0ebe2 1%, #80d6c5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c0ebe2 1%,#80d6c5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c0ebe2 1%,#80d6c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ebe2', endColorstr='#80d6c5',GradientType=0 ); /* IE6-9 */
	margin: 0 auto;
	text-align: center;
	padding: 100px 0 20px;
}
.area03-title{
	width: 1080px;
	margin:0 auto;
	text-align: center;
}
.area03-title img{
	width: 900px;
	margin:0 auto;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.area03{
		margin: 0 auto;
		text-align: center;
		padding: 10% 0 3%;
	}
	.area03-title{
		width: 100%;
		margin:0 auto;
		text-align: center;
		padding-left:0;
	}
	.area03-title img{
		width: 90%;
	}
}
/* ３角部分２ */
.triangle2 {
	position: relative;
	background: #2c3e50;
	height: 0vh;
}
.triangle2::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 61px 61px 0 61px;
	border-color: #80D6C5 transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%) translateY(80%);
}
@media screen and (max-width: 640px) {
}
/* ３角部分２ */



/* エリア０３　ビフォーアフター ここまで*/
/* ボタンエリア */

.btn-area{
	width: 1080px;
	background-color: #FFFED5;
	margin:0 auto;
	text-align: center;
	padding-top:50px;
	padding-bottom:100px;
	margin-top:-50px;
	z-index: 1;
}
.btn-area-inner{
	position:relative;
	margin:0 auto;
	text-align: center;
}
.btn-web{
	position:absolute;
	bottom:230px;
	left:160px;
}
.btn-line{
	position:absolute;
	bottom:40px;
	left:160px;
}
@media screen and (max-width: 640px) {
	.btn-area{
		width: 100%;
		padding-top:20%;
		padding-bottom:10%;
		margin-top:-18%;
	}
	.btn-area-inner{
		position:relative;
		margin:0 auto;
		text-align: center;
	}
	.btn-web{
		position:absolute;
		bottom:28%;
		left:5%;
		width: 90%;
	}
	.btn-line{
		position:absolute;
		bottom:4%;
		left:5%;
		width: 90%;
	}
}
/* エリア４　ビフォーアフター写真 */
.area04{
	width: 100%;
	background-image:url(../images/bg01.png) ;
	padding-bottom:80px
}
.area04-pic{
	width: 800px;
	margin: 0 auto;
	text-align: center;
	padding:30px 0 30px;
}
.area04-pic img{
	width: 100%;
	
}
@media screen and (max-width: 640px) {
	.area04{
		width: 100%;
		padding-bottom:5%;
	}
	.area04-wrap{
		width: 95%;
		margin:0 auto;
	}
	.area04-pic{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding:5% 0 2%;
	}
	.area04-pic img{
		width: 100%;
		
	}
}
/* エリア４　ビフォーアフター写真 ここまで*/
/* エリア５　お悩み */
.area05{
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,47354a+0,eeebeb+100 */
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e5799 0%, #47354a 0%, #eeebeb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #1e5799 0%,#47354a 0%,#eeebeb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #1e5799 0%,#47354a 0%,#eeebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#eeebeb',GradientType=0 ); /* IE6-9 */

	text-align: center;
	margin: 0 auto;
	height: 700px;
}
.area05-title{
	width: 1080px;
	text-align: center;
	margin: 0 auto;
	padding-top: 50px;
}
.area05-title img{
	width: 50%;
}
.area05-pic{
	width: 1080px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.area05-pic img{
	width: 80%;
	position: absolute;
	bottom:-550px;
	right:110px;
	z-index: 100;
}
@media screen and (max-width: 640px) {
	.area05{
		width: 100%;
		height: 195vw;
	}
	.area05-title{
		width: 100%;
		padding-top: 10vw;
	}
	.area05-title img{
		width: 80%;
	}
	.area05-pic{
		width: 100%;
		position: relative;
	}
	.area05-pic img{
		width: 100%;
		position: absolute;
		bottom:-165.5vw;
		right:0px;
		z-index: 100;
	}
}
/* エリア５　お悩み ここまで*/
/* ３角部分 */
.triangle3 {
	position: relative;
	background: #EEEBEB;
	height: 0;
	width: 1080px;
	margin: 0 auto;
}

.triangle3::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 600px 0 600px;
	border-color:#EEEBEB transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%) translateY(100%);
}
@media screen and (max-width: 640px) {
	.triangle3 {
		width: 100%;
	}
	
	.triangle3::before {
		content: '';
		position: absolute;
		bottom: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10vw 50vw 0 50vw;
		border-color:#EEEBEB transparent transparent transparent;
		left: 50%;
		transform: translateX(-50%) translateY(100%);
	}
}
  /* 三角部分　ここまで */



/* エリア０６ お任せください */

.area06{
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,fffff4+0,eafff8+100 */
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(left,  #1e5799 0%, #fffff4 0%, #eafff8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #1e5799 0%,#fffff4 0%,#eafff8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #1e5799 0%,#fffff4 0%,#eafff8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#eafff8',GradientType=1 ); /* IE6-9 */
}
.area06-inner{
	width: 1080px;
	margin:0 auto;
}
.area06-title{
	margin: 0 auto;
	text-align: center;
	padding-top: 100px;
}

@media screen and (max-width: 640px) {
	.area06{
		width: 100%;
	}
	.area06-inner{
		width: 100%;
		margin:0 auto;
	}
	.area06-title{
		margin: 0 auto;
		text-align: center;
		padding-top: 10vw;
	}
}

/* エリア０６ お任せください ここまで*/
/* エリア０６内　ボタンエリア */
.btn-area-wrap{
	padding-bottom:80px;
}

.area06-btn-area{
	width: 1080px;
	margin: 0 auto;
	margin-top:-100px;
	position: relative;
}
.btns{
	width: 900px;
	margin:0 auto;
	display: flex;
	text-align: center;
	justify-content: space-between;
	position: absolute;
	bottom:120px;
	left:75px;
}
@media screen and (max-width: 640px) {
	.btn-area-wrap{
		padding-bottom:10vw;
	}
	.s-area06-btn-area{
		width: 100%;
		margin: 0 auto;
		margin-top:0;
		position: relative;
	}
	.s-btns{
		width: 90%;
		margin:0 auto;
		display: flex;
		flex-direction: column;
		margin-left:5vw;
		z-index: 50;
		text-align: center;
		position: absolute;
		bottom:8vw;
		left:0px;
	}
	.s-btns img{
		padding-bottom:3vw;
	}
}

/* エリア０６内　ボタンエリア ここまで*/
/* エリア０７　紹介 */
.area07{
	width: 1080px;
	margin: 0 auto;
	padding:50px 0 100px;
}
.area07-title{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.area07-pic{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/area07-bg.webp);
	background-repeat: no-repeat;
	background-position: 50px 300px;
	padding-bottom:50px;

}
.area07-text-wrap{
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	border:solid 3px #000;
	border-radius: 20px;
	padding: 40px;
}
.area07-text{
	width: 800px;
	margin: 0 auto;
	text-align: center;
	display: flex;
}
.area07-text img{
	width: 40%;
}
.area07-text p{
	text-align: justify;
	padding-left:40px;
	font-size: 22px;
}
@media screen and (max-width: 640px) {
	.area07{
		width: 100%;
		margin: 0 auto;
		padding:5vw 0 15vw;
	}
	.area07-title{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.area07-pic{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		background-image: url(../images/area07-bg.webp);
		background-repeat: no-repeat;
		background-size: 60%;
		background-position: -10vw 55vw;
		padding-bottom:10vw;
	}
	.area07-pic img{
		width: 70%;
	}
	.area07-text-wrap{
		width: 80%;
		border:solid 1vw #000;
		border-radius: 5vw;
		padding:5%;

	}
	.area07-text{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		background-color: #fff;
		display: flex;
	}
	.area07-text img{
		width: 40%;
		height: 40%;
	}
	.area07-text-wrap p{
		text-align: justify;
		padding-left:3%;
		font-size: 3.5vw;
	}

}
/* エリア０７　紹介 ここまで　*/
/* エリア０８　漫画 */

.area08{
	width: 100%;
}
.area08-inner{
	width: 1080px;
	margin:80px auto;
}
.area08-fukidashi{
	padding-left:150px;
}
@media screen and (max-width: 640px) {
	.area08-inner{
		width: 100%;
		margin:7vw auto 10vw;
	}
	.area08-fukidashi{
		padding-left:5vw;
	}
	.area08-fukidashi img{
		width: 70%;
	}
	.area08-manga img{
		width: 95%;
	}
}

/* エリア０８　漫画　ここまで */
/* エリア０９ クリーム*/
.area09{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/area09-bg.png);
	padding:7vw 0;
}
.area09-inner{
	width: 95%;
	margin: 0 auto;
	text-align: center;
}
.area09-title{
	padding-bottom: 5vw;
}
/* エリア０９ ここまで */
/* エリア１０ */
.area10{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0 100px;
	background-color: #ffb5ce32;
}
.area10-inner{
	width: 1080px;
	margin: 0 auto;
}
.area10-title{
	margin-bottom:10px;
}
.area10-title img{
	width: 70%;
}

.area10-table{
	margin:-30px auto 0;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.area10{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 10vw 0 15vw;
	}
	.area10-inner{
		width: 95%;
		margin: 0 auto;
	}
	.area10-title{
		width: 100%;
		margin-bottom: 2vw;
	}
	.area10-title img{
		width: 90%;
	}
	.area10-table{
		margin:-4vw auto 0;
		text-align: center;
	}
	.area10-table img{
		width: 100%;
	}
}
/* エリア１０ ここまで*/
/* エリア１１　推薦者の声 */
.area11{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.area11-inner{
	width: 1000px;
	text-align: center;
	margin:50px auto;
	background-image: url(../images/area11-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 50px 30px 100px 30px;
	height: 1020px;

}
.area11-title{
	margin: 0 auto;
	text-align: center;
	padding:50px 0 100px 0;
}
.area11-title img{
	width: 80%;
}
.area11-content{
	display: flex;
	padding-bottom: 80px;
}

.area11-pic img{
	width: 80%;
}
.area11-name{
	width: 520px;
	text-align: justify;
	padding-left:30px;
}
.area11-name-title{
	font-size: 29px;
}
.area11-name-name{
	font-size: 60px;
	font-weight: 700;
}
.area11-name-text{
	font-size: 25px;
	text-decoration: underline;
	text-decoration-color:#fff;
	line-height: 1.7em;
}
.area11-text{
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	border-radius: 25px;
	width: 800px;
	padding: 30px;
	font-size: 25px;
	text-align: justify;
}
@media screen and (max-width: 640px) {
	.area11{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.area11-inner{
		width: 100%;
		text-align: center;
		margin:0vw 0vw;
		background-image: url(../images/area11-bg.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
		padding: 0px 0px 0px 0px;
		height: 117vw;
	
	}
	.area11-title{
		margin: 0 auto;
		text-align: center;
		padding:7vw 0;
	}
	.area11-title img{
		width: 80%;
	}
	.area11-content{
		width: 90%;
		display: flex;
		padding-bottom: 4vw;
	}
	.area11-pic{
		width: 40%;
		padding-left:5vw
	}
	.area11-pic img{
		width: 100%;
	}
	.area11-name{
		width: 60%;
		text-align: justify;
		padding-left:3vw;
	}
	.area11-name-title{
		font-size: 3.1vw;
	}
	.area11-name-name{
		font-size: 6.5vw;
		font-weight: 700;
	}
	.area11-name-text{
		font-size: 2.9vw;
	}
	.area11-text{
		background-color: #fff;
		margin: 0 auto;
		text-align: center;
		border-radius: 5vw;
		width: 87%;
		padding: 2.2vw;
		font-size: 3.2vw;
		text-align: justify;
	}
}
/* エリア１１　推薦者の声 ここまで*/

/* エリア１２ */
.area12{
	width: 100%;
	background-color: #FF95C2;
	padding:50px 0 10px;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.area12{
		width: 100%;
		background-color: #FF95C2;
		padding:7vw 0 3vw;
		margin: 0 auto;
		text-align: center;
	}
	.area12 img{
		width: 100%;
	}
}
/* エリア１２ ここまで　*/
/* ３角部分 */
.triangle4 {
	position: relative;
	background: rgb(228, 222, 222);
	height: 0;
	width: 1080px;
	margin: 0 auto;
	z-index: 50;

}

.triangle4::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 540px 0 540px;
	border-color:#FF95C2 transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%) translateY(100%);
}
@media screen and (max-width: 640px) {
	.triangle4 {
		width: 100%;
	}
	
	.triangle4::before {
		content: '';
		position: absolute;
		bottom: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10vw 50vw 0 50vw;
		border-color:#FF95C2 transparent transparent transparent;
		left: 50%;
		transform: translateX(-50%) translateY(100%);
	}
}
/* 三角部分ここまで　 */
/* ボタンエリア2 */
.btn-area2-wrap{
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,fffff4+0,eafff8+100 */
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(left,  #1e5799 0%, #fffff4 0%, #eafff8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #1e5799 0%,#fffff4 0%,#eafff8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #1e5799 0%,#fffff4 0%,#eafff8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#eafff8',GradientType=1 ); /* IE6-9 */
	padding-top:150px;
	padding-bottom:150px;
}
.btn-area2{
	width: 1080px;
	margin: 0 auto;
	position: relative;
}
.btns{
	width: 900px;
	margin:0 auto;
	display: flex;
	text-align: center;
	justify-content: space-between;
	position: absolute;
	bottom:120px;
	left:75px;
}
@media screen and (max-width: 640px) {
	.btn-area2-wrap{
	padding-top:12vw;
	padding-bottom:12vw;
	}
	.s-btn-area2{
		width: 100%;
		margin: 0 auto;
		margin-top:0;
		margin-bottom:20px;
		position: relative;
	}
	.s-btns{
		width: 90%;
		margin:0 auto;
		display: flex;
		flex-direction: column;
		margin-left:5vw;
		z-index: 50;
		text-align: center;
		position: absolute;
		bottom:8vw;
		left:0px;
	}
	.s-btns img{
		padding-bottom:3vw;
	}
}

/* ボタンエリア2 ここまで*/



/* エリア13 よくある質問　*/
.area13{
	width: 100%;
	margin: 0px auto;
	padding: 80px 0 100px;
	text-align: center;
	background-color:#FFF1F3 ;
}
.area13-inner{
	width: 1080px;
	margin: 0 auto;
	text-align:center;
}
.area13-title{
	font-size: 80px;
	color:#534741;
	font-weight: 600;
	margin: 0 auto;
	text-align:center;
	padding:30px 0;
}
.areaarea13-subtitle{
	font-size: 30px;
	margin-bottom:70px;
}
.area13-qa{
	width: 900px;
	margin: 0 auto;
	margin-bottom:30px;
	background-color: #fff;
	padding:30px;
	border-radius: 10px;
}
.area13-q{
	width: 900px;
	background: url("../images/area13-q.png")no-repeat;
	background-size: 70px;
	background-position: left center;
	padding-left:100px;
	padding-top:16px;
	padding-bottom:16px;
	vertical-align: top;
	font-size: 35px;
	line-height:44px;
	font-weight: 500;
	text-align: left;
}
.area13-a{
	display:flex;
	justify-content: flex-start;
	background-color: #FFCCD7;
	padding:20px;
	margin-top: 30px;
	font-size: 25px;
	border-radius: 30px;
}
.area13-a img{
	width:50px;
}
.area13-a-text{
	margin-left:30px;
	text-align: justify;
}
@media screen and (max-width: 640px){
	.area13{
		width: 100%;
		margin: 0 auto;
		padding: 10vw 0;
	}
	.area13-inner{
		width: 95%;
		margin: 0 auto;
		text-align: center;
	}
	.area13-title{
		font-size: 11vw;
		padding:2vw 0;
		font-weight: 700;
	}
	.areaarea13-subtitle{
	font-size: 4vw;
	margin-bottom:10vw;
	font-weight: 400;
	padding-bottom: 1vw;
	}
	.area13-qa{
		width: 90%;
		margin-bottom:6vw;
		padding:3.5vw;
		border-radius: 2vw;
	}
	.area13-q{
		width: 83%;
		margin: 0 ;
		background: url("../images/area13-q.png")no-repeat;
		background-size: 14%;
		background-position: left center;
		padding-left:20%;
		padding-top:0;
		padding-bottom:1%;
		line-height:8.5vw;
		font-size: 5.3vw;
	}
	.area13-a{
		width: 90%;
		margin-top: 2%;
		display:flex;
		justify-content: space-around;
		padding:5%;
		font-size: 4.2vw;
		line-height: 7.0vw;
		border-radius: 4vw;
	}
	.area13-a img{
		width:7vw;
	}
	.area13-a-text{
		margin-left:5%;
		text-align: justify;
	}
}
/* エリア13 よくある質問ここまで　*/


/* エリア１4 インフォメーション */
.area14{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 70px 0;

}
.area14-inner{
	width: 1080px;
	margin: 0 auto;
	text-align: center;
}
.area14-title{
	margin-bottom:70px;
}
.area14-subtitle{
	font-size: 30px;
	font-weight: 300;
}
.area14-pic{
	width: 900px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
.area14-pic img{
	width: 100%;
}
.area14-timetable{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	font-size: 25px;
	font-weight: 600;
	padding-bottom:10px;
}
.area14-timetable img{
	width: 60%;
}
.area14-tell{
	width: 900px;
	text-align: justify;
	margin: 0 auto;
	font-size: 25px;
	padding:1%;
	padding-bottom:1vw;
}
.area14-tell a{
	text-decoration: none;
	color: #000;
}
.area14-adress{
	width: 900px;
	text-align: justify;
	margin:0 auto;
	font-size: 25px;
	padding:1%;
	padding-bottom:3vw;
}
.area14-map{
	width: 900px;
	margin: 0 auto;
}
.area14-map iframe{
	width: 100%;
}
.area14-chuui{
	font-size: 18px;
}
@media screen and (max-width: 640px) {
	.area14{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 5vw 0;
	
	}
	.area14-inner{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.area14-title{
		width: 100%;
		margin-bottom:5vw;
	}
	.area14-title img{
		width: 80%;
		margin-bottom:5vw;
	}
	.area14-subtitle{
		font-size: 4vw;
		font-weight: 400;
	}
	.area14-pic{
		width: 90%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 5vw;
	}
	.area14-pic img{
		width: 100%;
	}
	.area14-timetable{
		width: 90%;
		margin: 0 auto;
		text-align: left;
	}
	.area14-timetable img{
		width: 100%;
	}
	.area14-timetable p{
		font-size: 4vw;
		font-weight: 600;
	}
	.area14-tell{
		width: 90%;
		text-align: justify;
		margin: 0 auto;
		padding:1%;
		font-size: 4vw;
	}
	.area14-tell a{
		text-decoration: none;
		color: #000;
	}
	.area14-adress{
		width: 90%;
		text-align: justify;
		margin:0 auto;
		padding:1%;
		font-size: 4vw;
	}
	.area14-map{
		width: 90%;
		margin: 0 auto;
	}
	.area14-map iframe{
		width: 100%;
	}
	.area14-chuui{
		font-size: 3vw;
	}
}
/* エリア１４　インフォメーション ここまで*/




/* フッター*/
footer{
	width: 100%;
}
.footer-top{
	display: flex;
	align-items: center;
	width: 400px;
	justify-content: space-around;
	margin: 0 auto;
	padding-top:100px;
	padding-bottom:20px;
}
.footer-companyinfo a,
.footer-privacypolicy a{
	font-size: 18px;
	text-decoration: none;
	color: #5e5e5e;
}
.footer-bottom{
	width: 100%;
	height: 40px;
	text-align: center;
	background-color: #FF95C2;
	color: #ffffff;
	line-height: 40px;
	font-size: 16px;
}
@media screen and (max-width: 640px) {
	footer{
		width: 100%;
	}
	.footer-top{
		display: flex;
		flex-direction: column;
		align-items:center;
		width: 100%;
		margin: 0 auto;
		padding-top:10%;
		padding-left: 5%;
		padding-bottom:3%;
	}
	.footer-companyinfo a,
	.footer-privacypolicy a{
		font-size: 3.5vw;
		line-height: 5vh;
		text-decoration: none;
		color: #565656;
		padding:3% 0;
	}
	.footer-bottom{
		width: 100%;
		height: 7vw;
		text-align: center;
		background-color: #FF95C2;
		color: #ffffff;
		line-height: 6vw;
		font-size: 3.5vw;
	}
}

/* フッター ここまで*/

/* スクロールをスムーズに */
html{
    scroll-behavior: smooth;
}
/* スクロールをスムーズに　ここまで */