/* base
--------------------------------*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font-size:62.5%;
	-webkit-text-size-adjust: 100%;
}

body{
	font-family:"Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Lato, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
	font-size:1.2rem;
	margin:0;
	padding: 0;
	line-height: 2;
	font-weight: 400;
	color:#494949;
	position: relative;
	counter-reset: number 0; 
}

ul,li{
	margin:0;
	padding:0;
	list-style: none;
}

a{
	text-decoration: none;
	color:#494949;
}

a:hover {
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
}

img{
	width:100%;
	height:auto;
}

p{
	padding:0;
	margin: 0;
	font-size: 1.4rem;
}

h1{
	margin:0;
	padding:0;
	font-size: 1rem;
	font-weight: 400;
}

.breadcrumbs{
	font-size: 1rem;
	color:#494949;
	width: calc(100% - 20px);
	margin: 0 10px;
	font-weight: 400;
	font-style: normal;
	height: 30px;
	display: flex;
	justify-content: left;
	align-items: baseline;
	line-height: 30px;
}

.breadcrumbs a i{
	color: #494949;
	margin-right: 1rem;
}

.breadcrumbs a:hover{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	opacity: 0.7;
}

.breadcrumbs span{
	padding: 0 1rem;
}

.breadcrumbs span:first-child{
	padding-left:0;
}

.breadcrumbs .now-page{
	color: #494949;
}

.wp-pagenavi {
	clear: both;
	text-align:center;
	font-size: 1.4rem;
	margin-top: 3rem;
}

.wp-pagenavi a,
.wp-pagenavi .current{
	color:#FF80A5;
	text-decoration: none;
	display: inline-block;
	margin: 0 3px;
	background-color: #FFF;
	border-radius: 50%;
}

.wp-pagenavi span,
.wp-pagenavi a{
	width: 34px;
	height: 34px;
	line-height: 32px;
	font-weight: 500;
	border: 1px solid #FF80A5;
}

.wp-pagenavi .current{
	background-color: #FF80A5;
	color: #FFF;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{
	position:relative;
}

.wp-pagenavi .first,
.wp-pagenavi .last{
	border: 1px solid #FF80A5;
	width: 45px;
	border-radius: 5px;
	font-size: 1.2rem;
}

.wp-pagenavi i{
	font-size:1.4rem;
}

.wp-pagenavi .pages{
	background-color:#fff;
	color:#FF80A5;
	border-radius: 5px;
	width: 45px;
	display: inline-block;
	margin-right: 3px;
	border: 1px solid #FF80A5;
	font-size: 1.2rem;
}

#page-top a{
	display: block;
	position: fixed;
	bottom: 120px;
	right: 5px;
	z-index: 900;
	width: 45px;
	height: 45px;
}

#page-top a i{
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	font-size: 1rem;
}

#page-top{
	display: block;
	position: fixed;
	bottom: 150px;
	right: 20px;
	z-index: 400;
	width: 46px;
	height: 46px;
}

#page-top img{
	width:100%;
	height:auto;
}

/* header
--------------------------------*/
header{
	position: fixed;
	width: 100%;
	height: 60px;
	top: 0;
	left: 0;
	background-color: #FFF;
	box-shadow: 1.5px 1.5px 2.5px rgba(0,0,0,.15);
	z-index: 900;
	padding: 0 10px;
}

.header-desc{
	width:calc(100% - 50px);
	line-height: 1.2;
	margin: 0.2rem 0;
	color: #FF80A5;
	font-weight: 500;
}

.header-desc p{
	font-size: 1rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}

.header-container{
	width: calc(100% - 46px);
}

.header-container .logo{
	width:170px;
	height:40px;
}

.header-container .logo a{
	display:block;
	line-height: 0;
	width: 170px;
	height: 40px;
}

.header-container .logo a img{
}

.contact-fixed{
	position:fixed;
	top:0;
	right:0;
	z-index: 200;
}

.contact-fixed li{
	width: 130px;
	height: 130px;
}

.contact-fixed li a{
	display:block;
	width: 100%;
}

.contact-fixed li img{
	width:100%;
	height:auto;
}

/* navi
--------------------------------*/
#nav-drawer {
}

.nav-btn{
	cursor: pointer;
	width: 50px;
	height:50px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 800;
}

.nav-btn span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	height: 2px;
	border-radius: 5px;
	background: #FF80A5;
	width: 22px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.nav-btn span:nth-of-type(1) {
	top:10px; 
}

.nav-btn span:nth-of-type(2) {
	top:16px;
}

.nav-btn span:nth-of-type(3) {
	top:22px;
}

.nav-btn span:nth-of-type(3)::after {
	content:"MENU";
	position: absolute;
	top:3px;
	color: #FF80A5;
	font-size: 1.2rem;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.nav-btn.active span:nth-of-type(1) {
	top: 10px;
	left: 14px;
	transform: translateY(7px) rotate(-45deg);
	width: 22px;
}

.nav-btn.active span:nth-of-type(2) {
	opacity: 0;
}

.nav-btn.active span:nth-of-type(3){
	top: 22px;
	left: 14px;
	transform: translateY(-5px) rotate(45deg);
	width: 22px;
}

.nav-btn.active span:nth-of-type(3)::after {
	content:"CLOSE";
	transform: translateY(0) rotate(-45deg);
	left: 4px;
}

.nav-content {
	overflow: auto;
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
	z-index: 300;
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.15) inset;
	overflow-y: scroll;
	padding-bottom: 130px;
}

.nav-btn.active ~ .nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.nav-content > nav > .main-menu{
	background: #FF80A5;
}

.nav-content > nav > .main-menu > li{
	border-bottom:1px solid #fff;
	transition: height 0.8s;
}

.nav-content > nav > .main-menu > li:last-child{
	border-bottom:none;
}

.nav-content > nav > .main-menu > li > label,
.nav-content > nav > .main-menu > li > a{
	position:relative;
	font-size:1.4rem;
	letter-spacing: .05em;
	display: block;
	color: #fff;
	font-weight: 500;
	padding: 2rem;
}

.nav-content > nav > .main-menu > li > label > a{
	color: #fff;
	font-weight: 500;
}

.nav-content > nav > .main-menu > li > a:after{
	content: "";
	background-image: url(img/sp/icon-menu-arrow-white.svg);
	display: inline-block;
	width:6px;
	height:10px;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.nav-content > nav > .main-menu > .trigger > label:after{
	content: "";
	background-image: url(img/sp/icon-menu-plus.svg);
	display: inline-block;
	width:10px;
	height:10px;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.nav-content > nav > .main-menu > li > input{
	display: none; 
}

.nav-content > nav > .main-menu > li > ul,
.nav-content > nav > .main-menu > li > .nav-sub{
	height: 0;
	overflow-y: hidden;
	opacity: 0;
	line-height: 1.5;
	transition: height 0.8s;
}

.nav-content > nav > .main-menu > li > ul > li,
.nav-content > nav > .main-menu > li > .nav-sub > .navi-list > li {
	border-bottom: 2px solid #FF80A5;
	padding: 2rem;
}

.nav-content > nav > .main-menu > li > ul > li:last-child,
.nav-content > nav > .main-menu > li > .nav-sub > .navi-list > li:last-child{
	border-bottom:none;
}

.nav-content > nav > .main-menu > li > ul > li > a,
.nav-content > nav > .main-menu > li > .nav-sub > .navi-list > li > a {
	position:relative;
	font-size:1.4rem;
	font-weight:500;
	letter-spacing: .05em;
	color: #FF80A5;
	display: block;
}

.nav-content > nav > .main-menu > li > ul > li > a::after,
.nav-content > nav > .main-menu > li > .nav-sub > .navi-list > li > a::after{
	content: "";
	background-image: url(img/sp/icon-menu-arrow-pink.svg);
	display: inline-block;
	width:6px;
	height:10px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.nav-content > nav > ul > li > .nav-sub > .nav-sub-list {
	padding-bottom: 2rem;
}

.nav-content > nav > ul > li > .nav-sub > .bd-ff8e31{
	border-bottom:2px solid #FF80A5;
}

.nav-content > nav > ul > li > .nav-sub > .nav-title{
	padding: 2.5rem 2rem 1rem;
	font-size: 1.4rem;
	font-weight: 500;
	display: block;
	line-height: 1;
	color: #FF80A5;
}

.nav-content > nav > ul > li > .nav-sub > .nav-sub-list > li > a{
	position:relative;
	font-size: 1.2rem;
	font-weight: 500;
	color: #FF80A5;
	padding-left: 3rem;
	display: block;
	line-height: 2;
}

.nav-content > nav > ul > li > .nav-sub > .nav-sub-list > li > a::before {
	content: "-";
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.nav-content > nav > .main-menu > li > input:checked + label:after{
	background-image: url(img/sp/icon-menu-minus.svg);
	width:10px;
	height:1.7px;
}

.nav-content > nav > .main-menu > li > input:checked + label + ul{
	height: auto;
	opacity: 1;
	background-color: #fff;
}

.nav-content > nav > .main-menu > li > input:checked + label + .nav-sub {
	height: auto;
	opacity: 1;
	background-color: #fff;
}

.nav-content > nav > .main-menu > li > input:checked + label{
	position:relative;
	transition: 0.8s;
}

.contact-fixed{
	display:none;
}

.spfix-btn {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 900;
}

.spfix-btn ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	height: 80px;
}

.spfix-btn ul li{
	width: 33.33%;
}

.spfix-btn ul .contact{
	background-color:#FFC560;
}

.spfix-btn ul .contact img{
	width:30px;
	height:23px;
}

.spfix-btn ul .tel{
	background-color:#FF83B1;
}

.spfix-btn ul .tel img{
	width:21px;
	height:21px;
}

.spfix-btn ul .tel p{
	font-size:1.2rem;
}

.spfix-btn ul .tel p span{
	font-size:1.6rem;
}

.spfix-btn ul .line{
	background-color:#06C755;
}

.spfix-btn ul .line a{
	padding:1rem 0;
}

.spfix-btn ul .line img{
	width:35px;
	height:35px;
}

.spfix-btn ul li a{
	display:block;
	padding: 1.5rem 0;
	text-align: center;
}

.spfix-btn ul li p{
	font-size:1.4rem;
	font-weight:500;
	color: #fff;
	line-height: 1;
	letter-spacing: .05em;
}

/* footer
--------------------------------*/
.footer-contact{
	background-color:#FFECF3;
	padding:6rem 0 6.5rem;
}

.footer-contact .contact-catch{
	font-size:1.8rem;
	font-weight:500;
	color:#FF80A5;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1;
	margin:0 auto 3rem;
	position:relative;
	width: 340px;
}

.footer-contact .contact-catch::before,
.footer-contact .contact-catch::after{
	content:"";
	display: inline-block;
	background-size: cover;
	width:12px;
	height:16px;
	position:absolute;
	bottom:0;
}

.footer-contact .contact-catch::before{
	background-image: url(img/contact-diagonalline-left.svg);
	left:0;
}

.footer-contact .contact-catch::after{
	background-image: url(img/contact-diagonalline-right.svg);
	right:10px;
}

.footer-contact ul li{
	background-color: #fff;
	max-width: 360px;
	height: auto;
	text-align: center;
	border-radius: 15px;
	width: 95%;
	margin: 0 auto 3.5rem;
	height: 190px;
}

.footer-contact ul li:last-child{
	margin-bottom:0;
}

.footer-contact ul li a{
	width:100%;
	height:auto;
	display:block;
	padding: 2rem 0;
}

.footer-contact ul li:last-child a{
	padding: 3rem 0;
}

.footer-contact ul li:nth-child(2) a{
	padding: 3.5rem 0;
}

.footer-contact ul li .contact-title{
	font-size:1.6rem;
	line-height: 1;
	margin: 0.5rem 0 1rem;
}

.footer-contact ul li p{
	font-size:1.2rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.4;
}

.footer-contact ul .contact-button{
	border-radius:30px;
	width:290px;
	height:40px;
	margin: 0 auto;
}

.footer-contact ul .contact-button p{
	color:#fff;
	text-align:center;
	line-height:38px;
	font-size:1.6rem;
}

.footer-contact ul .line{
	border:1px solid #06C055;
	box-shadow: 5px 5px #06C055;
}

.footer-contact ul .line img{
	width:40px;
	height:40px;
}

.footer-contact ul .line .contact-button{
	background-color:#06C055;
	margin-top: 1rem;
}

.footer-contact ul .line .ft-06c055{
	color:#06C055;
	font-size:1.4rem;
}

.footer-contact ul .mail{
	border:1px solid #FFC051;
	box-shadow: 5px 5px #FFC051;
}

.footer-contact ul .mail img{
	width:43px;
	height:32px;
}

.footer-contact ul .mail .contact-title{
	margin:1rem 0 2rem;
}

.footer-contact ul .mail .contact-button{
	background-color:#FFC051;
}

.footer-contact ul .tel{
	border:1px solid #FF80A5;
	box-shadow: 5px 5px rgba(255,128,165,0.85);
}

.footer-contact ul .tel .icon-tel{
	width:33px;
	height:33px;
}

.footer-contact ul .tel .telnumber-image{
	width:215px;
	height:35px;
}

.footer-contact ul .tel .contact-tel{
	color:#FF80A5;
	font-size:4rem;
	font-weight:600;
	letter-spacing: .05em;
}

.footer-container{
	position: relative;
	background-color: #FF80A5;
	padding-bottom: 3.5rem;
}

.footer-container > nav > ul{
	background: #FF80A5;
}

.footer-container > nav > ul > li{
	border-bottom:1px solid #fff;
	transition: height 0.8s;
}

.footer-container > nav > ul > li > label,
.footer-container > nav > ul > li > a{
	position:relative;
	font-size:1.4rem;
	letter-spacing: .05em;
	display: block;
	color: #fff;
	font-weight: 500;
	padding: 2rem;
}

.footer-container > nav > ul > li > label > a{
	color: #fff;
	font-weight: 500;
}

.footer-container > nav > ul > li > a:after{
	content: "";
	background-image: url(img/sp/icon-menu-arrow-white.svg);
	display: inline-block;
	width: 6px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.footer-container > nav > ul > .trigger > label:after{
	content: "";
	background-image: url(img/sp/icon-menu-plus.svg);
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.footer-container > nav > ul > li > input{
	display: none; 
}

.footer-container > nav > ul > li > ul,
.footer-container > nav > ul > li > .nav-sub{
	height: 0;
	overflow-y: hidden;
	opacity: 0;
	line-height: 1.5;
	transition: height 0.8s;
}

.footer-container > nav > ul > li > ul > li,
.footer-container > nav > ul > li > .nav-sub > .navi-list > li {
	border-bottom: 2px solid #FF80A5;
	padding: 2rem;
}

.footer-container > nav > ul > li > ul > li:last-child,
.footer-container > nav > ul > li > .nav-sub > .navi-list > li:last-child{
	border-bottom:none;
}

.footer-container > nav > ul > li > ul > li > a,
.footer-container > nav > ul > li > .nav-sub > .navi-list > li > a {
	position:relative;
	font-size:1.4rem;
	font-weight:500;
	letter-spacing: .05em;
	color: #FF80A5;
	display: block;
}

.footer-container > nav > ul > li > ul > li > a::after,
.footer-container > nav > ul > li > .nav-sub > .navi-list > li > a::after{
	content: "";
	background-image: url(img/sp/icon-menu-arrow-pink.svg);
	display: inline-block;
	width: 6px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.footer-container > nav > ul > li > .nav-sub > .nav-sub-list {
	padding-bottom: 2rem;
}

.footer-container > nav > ul > li > .nav-sub > .bd-ff8e31{
	border-bottom:2px solid #FF80A5;
}

.footer-container > nav > ul > li > .nav-sub > .nav-title{
	padding: 2.5rem 2rem 1rem;
	font-size: 1.4rem;
	font-weight: 500;
	display: block;
	line-height: 1;
	color: #FF80A5;
}

.footer-container > nav > ul > li > .nav-sub > .nav-sub-list > li > a{
	position:relative;
	font-size: 1.2rem;
	font-weight: 500;
	color: #FF80A5;
	padding-left: 3rem;
	display: block;
	line-height: 2;
}

.footer-container > nav > ul > li > .nav-sub > .nav-sub-list > li > a::before {
	content: "-";
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.footer-container > nav > ul > li > input:checked + label:after{
	background-image: url(img/sp/icon-menu-minus.svg);
	width: 10px;
	height: 1.8px;
}

.footer-container > nav > ul > li > input:checked + label + ul,
.footer-container > nav > ul > li > input:checked + label + .nav-sub {
	height: auto;
	opacity: 1;
	background-color: #fff;
}

.footer-container > nav > ul > li > input:checked + label{
	position:relative;
	transition: 0.8s;
}

.footer-container .contact-box{
	margin:4.5rem auto 0;
}

.footer-container .contact-box li{
	width:330px;
	height:70px;
	background-color:#fff;
	margin: 0 auto 3rem;
}

.footer-container .contact-box li a{
	width:330px;
	height:70px;
	display:block;
	text-align:center;
	padding: 1.2rem;
	box-shadow: 3px 3px 10px rgb(34, 23, 20,0.26);
}

.footer-container .contact-box .tel .tel-box{
	display:flex;
	align-items:center;
	justify-content: center;
	line-height: 1;
}

.footer-container .contact-box .tel .tel-box .tel-image{
	width:22px;
	height:22px;
	margin-right:0.5rem;
}

.footer-container .contact-box .tel .tel-box .telnumber-image{
	width:200px;
	height:33px;
}

.footer-container .contact-box .tel .tel-box p{
	font-size:3.4rem;
	color:#FF80A5;
}

.footer-container .contact-box .tel .business-hours{
	font-size:1.2rem;
	font-weight:500;
	color:#FF80A5;
	line-height: 1;
	letter-spacing: .1em;
}

.footer-container .contact-box .mail a{
	display:flex;
	align-items:center;
	justify-content: center;
}

.footer-container .contact-box .mail a img{
	width:26px;
	height:19px;
	margin-right: 0.5rem;
}

.footer-container .contact-box .mail a p{
	font-size:1.8rem;
	font-weight:700;
	color:#FFC051;
}

.footer-container .nav-under{
	display:flex;
	justify-content:space-between;
	width: 335px;
	margin: 0 auto;
}

.footer-container .nav-under > li > a{
	font-size:1rem;
	font-weight:500;
	color: #fff;
	line-height: 1.8;
	border-right:1px solid #fff;
	padding-right:1rem;
}

.footer-container .nav-under > li:last-child > a{
	border-right:none;
}

footer .under18{
	background-color: #fff;
	padding: 2rem 0;
}

footer .under18 .attention-bar{
	display:flex;
	align-items:center;
	width: 370px;
	margin: 0 auto;
}

footer .under18 .stickers{
	width:70px;
	height:68px;
}

footer .under18 .stickers img{
	width:100%;
	height:auto;
}

footer .under18 .prohibition{
	width:calc(100% - 90px);
}

footer .under18 .prohibition p{
	font-size:1rem;
	color:#FF80A5;
	letter-spacing: .05em;
	padding-left: 1rem;
}

footer .copy{
	background-color:#84BBFF;
	height:30px;
	text-align:center;
	padding-bottom: 110px;
}

footer .copy p{
	font-size:1rem;
	color:#FFF;
	letter-spacing: .05em;
	line-height: 30px;
}

/* home
--------------------------------*/
.mainvisual {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 0;
	margin-top: 60px;
}

.mainvisual img{
}

.mainvisual .renewal-catch{
	max-width:116px;
	width:30%;
	height:auto;
	position: absolute;
	right: 0;
	top: 145px;
}

.mainvisual .invoice-catch{
	max-width: 355px;
	width:95%;
	height:auto;
	margin: 2rem auto 0;
}

.safety-container .pc-br{
	display:block;
}

.safety-container .safety-catch{
	position:relative;
	text-align:center;
	padding: 5rem 0 2rem;
	box-shadow: 0px 7px 10px rgba(255,244,209,0.75);
	z-index: 100;
	filter: drop-shadow(0px 7px 10px rgba(255,244,209,0.75));
}

.safety-container .safety-catch::after{
	content: "";
	z-index: 200;
	border: 20px solid transparent;
	border-top-width: 130px;
	border-top-style: solid;
	border-top-color: transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 30px;
	border-top: 15px solid #fff;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.safety-container .safety-pop{
	position:relative;
}

.safety-container .safety-pop::before,
.safety-container .safety-pop::after{
	content:"";
	display: inline-block;
	background-size: cover;
	position: absolute;
}

.safety-container .safety-pop::before{
	background-image: url(img/fukidashi-01.svg);
	width:110px;
	height:62px;
	left: 10px;
	top: -25px;
}

.safety-container .safety-pop::after{
	background-image: url(img/fukidashi-02.svg);
	width:96px;
	height:64px;
	right: 20px;
	top: -35px;
}

.safety-container .safety-catch .safety-title{
	font-size:2rem;
	font-weight:700;
	position:relative;
	letter-spacing: .1em;
	color: #FF80A5;
	line-height: 1.8;
}

.safety-container .safety-catch .line-diagonal-s,
.safety-container .safety-catch .line-diagonal-l{
	position:relative;
}

.safety-container .safety-catch .line-diagonal-s::after,
.safety-container .safety-catch .line-diagonal-l::after{
	background-image: url(img/rline-yellow.svg);
	content: "";
	display: inline-block;
	background-size: cover;
	height:4px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.safety-container .safety-catch .line-diagonal-s::after{
	width:135px;
	bottom: -3px;
}

.safety-container .safety-catch .line-diagonal-l::after{
	width:245px;
	bottom: 0;
}

.safety-container .safety-catch .addition{
	font-size:1.1rem;
	font-weight:500;
	color:#FF80A7;
	letter-spacing:.05em;
	line-height: 1.6;
	margin-top: 1rem;
}

.safety-container .appeal-inner{
	padding:4rem 0 5.5rem;
	background-color:#FFF8DE;
}

.safety-container .pin::before {
	top: 9px;
	left: -9px;
}

.safety-container .pin::after {
	bottom: 9px;
	right: -9px;
}

.safety-container .appeal-inner ul{
	display:flex;
	justify-content:space-between;
	width:350px;
	margin:0 auto 7rem;
}

.safety-container .appeal-inner ul li{
	width:110px;
	height:110px;
	position:relative;
	text-align: center;
	z-index: 100;
	font-size: 1.6rem;
	color: #FF80A7;
	line-height: 1.4;
	font-weight: 500;
}

.safety-container .appeal-inner ul li::after{
	background-image: url(img/circle-bg.svg);
	content: "";
	display: inline-block;
	background-size: cover;
	width:110px;
	height:110px;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: -1;
}

.safety-container .appeal-inner ul li .circle{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 100%;
}

.safety-container .appeal-inner ul li::before{
	content: "";
	display: inline-block;
	background-size: cover;
	position:absolute;
}

.safety-container .appeal-inner ul .arrow-l::before{
	background-image: url(img/arrow-left.svg);
	bottom: -40px;
	left: 60px;
	width: 21px;
	height: 25px;
}

.safety-container .appeal-inner ul .arrow-c::before{
	background-image: url(img/arrow-center.svg);
	width: 16px;
	height: 33px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: -40px;
}

.safety-container .appeal-inner ul .arrow-r::before{
	background-image: url(img/arrow-right.svg);
	bottom: -35px;
	right: 65px;
	width: 21px;
	height: 25px;
}

.safety-container .appeal-inner .appeal-point{
	background-color:#fff;
	padding:9rem 2.5rem 4.5rem;
	box-shadow: 5px 7px 10px #FFF2CF;
	position: relative;
}

.safety-container .appeal-inner .appeal-point p{
	font-size:1.4rem;
	font-weight:500;
	letter-spacing: .1em;
	text-align: center;
}

.safety-container .appeal-inner .appeal-point span{
	font-size:2rem;
	font-weight:700;
	color:#FF80A7;
	position:relative;
	margin-bottom: 6rem;
	display: inline-block;
	letter-spacing: .2em;
}

.safety-container .appeal-inner .appeal-point span::before{
	content: "";
	display: inline-block;
	background-size: cover;
	position:absolute;
	top: -45px;
}

.safety-container .appeal-inner .appeal-point .chat-room{
	margin:0;
}

.safety-container .appeal-inner .appeal-point .monthly-income::before{
	background-image: url(img/fukidashi-03.svg);
	left: 15px;
	width: 147px;
	height: 50px;
}

.safety-container .appeal-inner .appeal-point .know-how::before{
	background-image: url(img/fukidashi-04.svg);
	right: -10px;
	width: 224px;
	height: 50px;
}

.safety-container .appeal-inner .appeal-point .chat-room::before{
	background-image: url(img/fukidashi-05.svg);
	right: -35px;
	width: 202px;
	height: 48px;
}

.home-reason{
	padding:4rem 0 8rem;
	background-image: url(img/reason-bg.jpg);
	background-position: top;
	background-repeat: repeat;
	overflow: hidden;
}

.home-reason .c-page-title{
	margin-bottom:4.5rem;
}

.home-reason .merit-list{
	margin-bottom: 3.5rem;
}

.home-reason .merit-list .pc-br{
	display:block;
}

.home-reason .merit-list li{
	position:relative;
	width:100%;
	background-color:#fff;
	border-radius:15px;
	padding: 6rem 2rem 13rem;
	margin-bottom: 3.5rem;
}

.home-reason .merit-list li:last-child{
	margin:0;
}

.home-reason .merit-list li::before{
	content: "";
	display: inline-block;
	background-size: cover;
	width:110px;
	height:54px;
	position:absolute;
	top:0;
	left:20px;
}

.home-reason .merit-list li:first-child::before{
	background-image: url(img/merit-01.svg);
}

.home-reason .merit-list li:nth-child(2)::before{
	background-image: url(img/merit-02.svg);
}

.home-reason .merit-list li:last-child::before{
	background-image: url(img/merit-03.svg);
}

.home-reason .merit-list li h3{
	font-size:2.5rem;
	text-align:center;
	letter-spacing:.15em;
	color:#86BDFF;
	margin-bottom: 1.5rem;
}

.home-reason .merit-list li .diagonalline{
	font-size:1.6rem;
	text-align:center;
	color:#FF80A7;
	font-weight: 500;
	letter-spacing: .15em;
	line-height: 1.4;
	margin-bottom: 2rem;
}

.home-reason .merit-list li:nth-child(2) .diagonalline{
	width:290px;
	margin:0 auto 2rem;
}

.home-reason .merit-list li .diagonalline span{
	font-size:2.2rem;
	position:relative;
	font-weight: 700;
}

.home-reason .merit-list li .diagonalline span::before,
.home-reason .merit-list li .diagonalline span::after{
	content:"";
	display: inline-block;
	background-size: cover;
	width:26px;
	height:38px;
	position:absolute;
	bottom:0;
}

.home-reason .merit-list li .diagonalline span::before{
	background-image: url(img/diagonalline-left.svg);
	left:40px;
}

.home-reason .merit-list li .diagonalline span::after{
	background-image: url(img/diagonalline-right.svg);
	right:35px;
}

.home-reason .merit-list li img{
	margin-bottom: 1.5rem;
}

.home-reason .merit-list li p{
	line-height:1.8;
	letter-spacing: .05em;
	font-size: 1.4rem;
}

.home-reason .home-button{
	position:absolute;
	bottom:45px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.home-reason .other-container h4{
	text-align:center;
	margin-bottom: 5.5rem;
}

.home-reason .other-container h4 img{
	width:350px;
	height:100px;
}

.home-reason .other-container ul li{
	width:100%;
	background-color:#fff;
	border:1px solid #FF80A7;
	padding:5rem 2rem 4.5rem;
	position:relative;
	border-radius: 20px;
	box-shadow: 5px 5px #FF80A7;
	height: 290px;
}

.home-reason .other-container ul li:nth-child(-n+4) {
	margin-bottom:8rem;
}

.home-reason .other-container ul li:nth-child(2){
	padding:4rem 2rem 2rem;
}

.home-reason .other-container ul li::before{
	content: "";
	display: inline-block;
	background-size: cover;
	position:absolute;
	top:-50px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.home-reason .other-container ul .icon-24h::before{
	background-image: url(img/icon-24h.svg);
	width:80px;
	height:80px;
}

.home-reason .other-container ul .icon-access::before{
	background-image: url(img/icon-map.svg);
	width:90px;
	height:65px;
	top: -35px;
}

.home-reason .other-container ul .icon-door::before{
	background-image: url(img/icon-door.svg);
	width:60px;
	height:75px;
}

.home-reason .other-container ul .icon-staff::before{
	background-image: url(img/icon-staff.svg);
	width:70px;
	height:83px;
	top: -60px;
}

.home-reason .other-container ul .icon-beauty::before{
	background-image: url(img/icon-beauty.svg);
	width:90px;
	height:78px;
	top: -50px;
}

.home-reason .other-container ul li .other-title{
	font-size:2.2rem;
	font-weight:700;
	letter-spacing:.1em;
	border-bottom:1px solid #FF80A7;
	margin-bottom:2rem;
	padding-bottom:1.5rem;
	color: #FF80A7;
	line-height: 1.4;
}

.home-reason .other-container ul li:first-child .other-title,
.home-reason .other-container ul li:last-child .other-title{
	text-align:center;
}

.home-reason .other-container ul li p{
	line-height:1.8;
}

.home-experienced{
	background-color:#FFECF3;
	padding:4.5rem 0 5.5rem;
}

.home-experienced img{
}

.home-experienced .experienced-title{
	text-align:center;
	position:relative;
	margin: 3rem 0;
	line-height: 1.8;
}

.home-experienced .experienced-title::after{
	background-image: url(img/line-fukidashi.svg);
	content: "";
	display: inline-block;
	background-size: cover;
	width:365px;
	height:10px;
	position: absolute;
	bottom:-15px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.home-experienced .experienced-title span{
	font-size:1.6rem;
	font-weight:500;
	letter-spacing:.1em;
}

.home-experienced .experienced-title h3{
	font-size: 2.2rem;
	letter-spacing: .1em;
	font-weight: 700;
	color:#fff;
	text-shadow:0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5;
}

.home-experienced .experienced-catch{
	font-size:2rem;
	font-weight:500;
	text-align:center;
	border-bottom:3px double #FF80A5;
	width: 260px;
	margin: 0 auto 2rem;
	letter-spacing: .1em;
	line-height: 1.8;
}

.home-experienced .experienced-catch span{
	position:relative;
}

.home-experienced .experienced-catch span::after{
	content:"";
	width:4px;
	height:4px;
	border-radius:50%;
	background-color:#FF80A5;
	position:absolute;
	top:-3px;
	left: 10px;
}

.home-experienced .experienced-txt{
	font-size:1.6rem;
	font-weight:500;
	margin-bottom: 3.5rem;
	line-height: 1.8;
}

.home-experienced ul li{
	width:100%;
	background-color:#fff;
	padding:3rem 2rem;
	border-radius:15px;
	margin-bottom: 4rem;
}

.home-experienced ul li:last-child{
	margin-bottom:0;
}

.home-experienced ul li h4{
	font-size:2.2rem;
	font-weight:700;
	color:#FF80A5;
	letter-spacing:.1em;
	margin-bottom:1.5rem;
	text-align: center;
}

.home-experienced ul li .experienced-image{
	width:100%;
	height:auto;
	margin-bottom:3rem;
	line-height: 1;
}

.home-experienced ul li p{
	font-size:1.4rem;
}

.home-experienced .misunderstand-container{
	padding-top:5.5rem;
}

.home-experienced .misunderstand-container .c-sub-title h3{
	line-height: 1.2;
}

.home-experienced .misunderstand-container .misunderstand-catch{
	font-size:2rem;
	font-weight:500;
	letter-spacing:.05em;
	margin-bottom:3rem;
	line-height: 1.8;
}

.home-experienced .misunderstand-container .pc-br{
	display:block;
}

.home-experienced .misunderstand-container .double-line{
	border-bottom:3px double #FF80A5;
}

.home-experienced .influence-container{
	padding-top:5rem;
}

.home-experienced .influence-container .pc-br{
	display:block;
}

.home-experienced .influence-container .influence-image{
	width:100%;
	margin-bottom:3.5rem;
	line-height: 1;
}

.home-experienced .taxreturn-container{
	padding-top:5rem;
}

.home-experienced .taxreturn-container .taxreturn-image{
	width:100%;
	margin-bottom:3.5rem;
}

.home-about .blog-bg{
	padding:5rem 0 6rem;
	background-image: url(img/about-bg.jpg);
	background-position: top;
	background-repeat: repeat;
	overflow: hidden;
}

.home-about .blog-container{
	margin-top:2rem;
}

.home-about .blog-container h3{
	font-size:2rem;
	font-weight:500;
	letter-spacing:.1em;
	text-align:center;
	margin-bottom:3.5rem;
	position:relative;
}

.home-about .blog-container h3::after{
	content: "";
	display: inline-block;
	background-size: cover;
	position:absolute;
	bottom:-5px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-image: url(img/line-about.svg);
	width:250px;
	height:5px;
}

.home-about .blog-list li a{
	display:flex;
	justify-content:space-between;
	align-items: center;
	padding: 2rem 3.5rem 2rem 0;
	border-bottom: 1px solid #FF5F97;
	position: relative;
}

.home-about .blog-list li a::after{
	content:"";
	display: inline-block;
	background-size: cover;
	position:absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-image: url(img/arrow-pink-right.svg);
	width:25px;
	height:14px;
}

.home-about .blog-list li:first-child a{
	border-top: 1px solid #FF5F97;
}

.home-about .blog-list li a .blog-thumbnail{
	width:100px;
	height:75px;
}

.home-about .blog-list li a .blog-info{
	width:calc(100% - 115px);
}

.home-about .blog-list li a .blog-info h2{
	font-size:1.4rem;
	font-weight:700;
	color:#FF80A5;
	letter-spacing:.1em;
	line-height:1.4;
	margin-bottom:1rem;
}

.home-about .blog-list li a .blog-info .excerpt{
	font-size:1.2rem;
	line-height: 1.8;
}

.home-about .home-button{
	margin:4rem auto 0;
}

.home-about .promotion-container{
	padding:3.5rem 0 5.5rem;
	background-image: url(img/enrollment-bg.png);
	background-position: top;
	background-repeat: repeat;
	overflow: hidden;
}

.home-about .promotion-container .pc-br{
	display:block;
}

.home-about .promotion-container .promotion-catch{
	font-size:1.6rem;
	font-weight:500;
	letter-spacing:.05em;
	line-height:1.8;
	margin-bottom:3.5rem;
}

.home-about .promotion-container .promotion-box{
	position:relative;
	margin-bottom: 3rem;
}

.home-about .promotion-container .promotion-box::after{
	position: absolute;
	width: 100%;
	border-top:3px double #FF80A7;
	content: "";
	bottom:0;
}

.home-about .promotion-container .promotion-box h3{
	font-size:1.8rem;
	font-weight:700;
	color:#FF80A7;
	text-align:center;
	letter-spacing:.1em;
	margin-bottom:6rem;
	position:relative;
}

.home-about .promotion-container .promotion-box h3::before,
.home-about .promotion-container .promotion-box h3::after{
	position: absolute;
	top: 50%;
	width: 44px;
	border-top:3px double #FF80A7;
	content: "";
}

.home-about .promotion-container .promotion-box h3::before{
	left:0;
}

.home-about .promotion-container .promotion-box h3::after{
	right:0;
}

.home-about .promotion-container .promotion-box ul{
	padding-bottom: 3rem;
}

.home-about .promotion-container .promotion-box ul li{
	text-align:center;
	margin-bottom: 3.5rem;
}

.home-about .promotion-container .promotion-box ul li:last-child{
	margin-bottom:0;
}

.home-about .promotion-container .promotion-box ul li img{
	width:205px;
	height:205px;
	margin-bottom:2rem;
}

.home-about .promotion-container .promotion-box ul li p{
	font-size:1.4rem;
	text-align: left;
}

.home-about .promotion-container .promotion-txt{
	font-size:1.4rem;
	font-weight:500;
	margin-bottom:2.5rem;
	letter-spacing: .05em;
}

.home-about .promotion-container .invitation-phrase{
	font-size:1.6rem;
	text-align:center;
	letter-spacing:.1em;
	position:relative;
	line-height: 1.6;
	font-weight: 500;
}

.home-about .promotion-container .invitation-phrase::after{
	content: "";
	display: inline-block;
	background-size: cover;
	position:absolute;
	bottom:-5px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-image: url(img/sp/enrollment-line-sp.svg);
	width:365px;
	height:39px;
}

.home-system{
	padding:4rem 0 7rem;
	background-color:#FFF9E9;
}

.home-system .system-title{
	text-align:center;
	position:relative;
	margin-bottom:4.5rem;
}

.home-system .system-title::after{
	background-image: url(img/line-fukidashi.svg);
	content: "";
	display: inline-block;
	background-size: cover;
	width: 365px;
	height: 10px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.home-system .system-title p{
	font-size:1.3rem;
	font-weight:500;
	letter-spacing:.1em;
}

.home-system .system-title p span{
	font-size:1.7rem;
	font-weight:700;
	color:#FF80A5;
	position:relative;
}

.home-system .system-title p span::after{
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #FF80A5;
	position: absolute;
	top: -5px;
	left: 6px;
}

.home-system .system-title h3{
	font-size: 2rem;
	letter-spacing: .15em;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5;
}

.home-system .home-button{
	margin:5rem auto 0;
}

.home-faq{
	padding: 5rem 0 7rem;
	background-image: url(img/reason-bg.jpg);
	background-position: top;
	background-repeat: repeat;
	overflow: hidden;
}

.home-faq .c-page-title{
	margin-bottom:2rem;
}

.home-faq .home-button{
	margin:5rem auto 0;
}

.home-recommend{
	padding:5.5rem 0;
	background-image: url(img/recommend-bg.jpg);
	background-position: top;
	background-repeat: repeat;
	overflow: hidden;
}

.home-recommend .recommend-list{
	margin-top: 4rem;
}

.home-recommend .recommend-list li{
	width:345px;
	margin: 0 auto 2.5rem;
}

.home-recommend .recommend-list li:last-child{
	margin:0 auto;
}

.home-recommend .recommend-list li a{
	display: block;
}

.home-recommend .recommend-list li a img{
	border-radius:5px;
}

.home-instagram{
	padding:5.5rem 0 7rem;
}

.home-instagram .c-page-title{
	margin-bottom:2.5rem;
}

.home-instagram .home-button{
	margin:6rem auto 0;
}

/* 会社概要
--------------------------------*/
.page-bg-company{
	background-image:url(img/title-bg.jpg);
}

.c-company{
	background-color:#FFF9E9;
	padding:4rem 0 6rem;
}

.c-company .company-catch{
	font-size:1.4rem;
	letter-spacing:.1em;
	margin-bottom: 4.5rem;
}

.c-company .company-catch .inquiry{
	color:#FF80A5;
	border-bottom:1px solid #FF80A5;
}

.c-company .company-container{
	background-color:#fff;
	padding:3.5rem 1.5rem 4rem;
}

.c-company .company-container .store-image{
	width:100%;
	line-height: 1;
	margin-bottom: 3.5rem;
}

.c-company .company-container .store-image img{
}

.c-company .company-container .company-info{
	display:flex;
	flex-wrap:wrap;
}

.c-company .company-container .company-info dt,
.c-company .company-container .company-info dd{
	font-size:1.4rem;
	letter-spacing:.1em;
	padding:2.5rem 0;
}

.c-company .company-container .company-info dt{
	width:90px;
	color:#FF80A5;
	font-weight:500;
	border-bottom:1px solid #FF80A5;
}

.c-company .company-container .company-info dt:nth-of-type(1){
	border-top:1px solid #FF80A5;
}

.c-company .company-container .company-info dd:nth-of-type(1){
	border-top:1px solid #C4C4C4;
}

.c-company .company-container .company-info dd{
	width:calc(100% - 90px);
	border-bottom:1px solid #C4C4C4;
	padding-left: 1.5rem;
}

.c-company .company-container .company-info .mail-address::after{
	content:"info@1love-pro.jp";
}

.c-company .attention{
	margin-top:3rem;
	letter-spacing:.1em;
	font-size: 1.2rem;
}

/* 個人情報保護方針
--------------------------------*/
.page-bg-privacypolicy{
	background-image:url(img/title-bg.jpg);
}

.c-privacypolicy .privacy-catch{
	font-size:1.6rem;
	font-weight:400;
	letter-spacing:.05em;
	line-height: 1.8;
	margin-bottom: 4.5rem;
}

.c-privacypolicy h2{
	font-size:1.6rem;
	font-weight:500;
	letter-spacing:.1em;
	border-bottom:1px solid #c4c4c4;
	margin:3.5rem 0 1rem;
	line-height: 1;
	padding-bottom: 1rem;
}

.c-privacypolicy .list-disc{
	padding-left:1.5rem;
}

.c-privacypolicy .list-disc li{
	list-style: disc;
	font-size: 1.4rem;
}

.c-privacypolicy .inquiry{
	color:#FF80A5;
	border-bottom:1px solid #FF80A5;
}

/* 反社会的勢力に対する基本方針
--------------------------------*/
.page-bg-antisocial{
	background-image:url(img/title-bg.jpg);
}

.c-antisocial{
	counter-reset: number 0;
}

.c-antisocial .antisocial-catch{
	font-size:1.6rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .05em;
	margin-bottom: 4.5rem;
}

.c-antisocial h2{
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .05em;
	border-bottom: 1px solid #c4c4c4;
	margin: 3.5rem 0 1rem;
	line-height: 1;
	padding-bottom: 1rem;
}

.c-antisocial h2::before {
	content: counter(number)" ";
	margin-right: 0.5rem;
	counter-increment: number 1;
}

/* お仕事内容
--------------------------------*/
.page-bg-work{
	background-image:url(img/title-bg.jpg);
}

.c-work .sec-wrap-m-t4{
	margin-top:2rem;
}

.c-work .bg-fff{
	background-color:rgba(255,255,255,0.45);
	padding:3rem 0 4rem;
}

.c-work .about-container{
	padding:2.5rem 1rem 5rem;
}

.c-work .about-container .c-sub-title{
	margin-bottom:6rem;
}

.c-work .about-container .about-box .about-image{
	width:315px;
	position:relative;
	margin: 0 auto 3rem;
}

.c-work .about-container .about-box .about-image::after{
	content:"";
	width:314px;
	height:314px;
	border:1px solid #FF80A5;
	position:absolute;
	right:-6px;
	top:6px;
}

.c-work .about-container .about-box .about-image img{
}

.c-work .about-container .about-box .about-txt{
	width:330px;
	margin: 0 auto;
}

.c-work .about-container .about-box .about-txt h4{
	margin-bottom:1.5rem;
}

.c-work .about-container .about-box .about-txt p{
	font-size:1.4rem;
}

.c-work .site-container{
	padding:0 1.5rem;
}

.c-work .site-container .site-image{
	width:100%;
	margin:0 auto 3rem;
	line-height: 1;
}

.c-work .site-container p{
	font-size:1.4rem;
}

.c-work .features-container{
	padding:5rem 1rem 0;
}

.c-work .features-container ul li{
	width:320px;
	border:2px solid #FF80A5;
	padding:1rem;
	position:relative;
	background-color: #fff;
	height: 380px;
	margin: 0 auto;
}

.c-work .features-container ul li:nth-child(-n+5){
	margin-bottom: 3rem;
}

.c-work .features-container ul li::after{
	content: "";
	display: inline-block;
	background-size: cover;
	position:absolute;
	top:0;
	left: 25px;
	width:60px;
	height:70px;
}

.c-work .features-container ul li .bd-ff80a5{
	border:1px solid #FF80A5;
	padding:7rem 1.5rem 2rem;
	height: 100%;
}

.c-work .features-container ul li h4{
	font-size:2rem;
	font-weight:700;
	color:#FF80A5;
	line-height:1.4;
	margin-bottom: 1rem;
	letter-spacing: .15em;
}

.c-work .features-container ul li p{
	line-height:1.8;
}

.c-work .features-container .reason-container{
	padding-top:4rem;
}

.c-work .features-container .reason-container .reason-catch{
	font-size:1.8rem;
	font-weight:500;
	color:#fff;
	position:relative;
	text-align: center;
	z-index: 100;
	letter-spacing: .15em;
	line-height: 70px;
	margin-bottom: 1.5rem;
}

.c-work .features-container .reason-container .reason-catch::after{
	content: "";
	display: inline-block;
	background-size: cover;
	position:absolute;
	bottom:15px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-image: url(img/work-subtitle-frame.svg);
	width:320px;
	height:38px;
	z-index: -1;
}

.c-work .features-container .reason-container p{
	font-size:1.4rem;
	letter-spacing:.1em;
}

.c-work .flow-container{
	background-color:#FFF9E9;
	padding:4rem 0 5rem;
}

.c-work .flow-container .flow-image{
	width:100%;
	margin-bottom:5rem;
}

.c-work .flow-container .flow-txt{
	background-color:#FFE6F0;
	width:99%;
	position:relative;
	padding: 2.5rem 1.5rem;
	height: 250px;
	margin-left: auto;
}

.c-work .flow-container .flow-txt::after{
	content:"";
	border:1px solid #544545;
	width:99.8%;
	height:250px;
	position:absolute;
	left:-5px;
	bottom: 5px;
}

.c-work .merit-container{
	background-color:#FFECF3;
	padding:5rem 0 5.5rem;
}

.c-work .merit-container .c-sub-title{
	margin-bottom:6.5rem;
}

.c-work .merit-container .merit-list li{
	border:1px solid #FF80A5;
	background-color:#fff;
	padding:2.5rem 2rem;
	margin-bottom: 3rem;
}

.c-work .merit-container .merit-list li:last-child{
	margin-bottom:0;
}

.c-work .merit-container .merit-list li .merit-image{
	width:100%;
	line-height: 1;
}

.c-work .merit-container .merit-list li .merit-image img{
	width:100%;
	height:auto;
}

.c-work .merit-container .merit-list li .merit-txt h4{
	font-size:1.8rem;
	font-weight:500;
	border-bottom:1px solid #FF80A5;
	letter-spacing:.1em;
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
	line-height: 1.4;
	padding-bottom: 1rem;
}

.c-work .application-container{
	padding:5rem 0 7.5rem;
}

.c-work .application-container table{
	margin: 4rem auto 6rem;
	border-collapse: collapse;
}

.c-work .application-container table th,
.c-work .application-container table td{
	letter-spacing: .1em;
	line-height: 1.6;
	font-weight: 400;
}

.c-work .application-container table th{
	background-color:#FFC2DA;
	width: 85px;
	padding: 2rem 1rem;
	border-bottom: 1px solid #fff;
}

.c-work .application-container table td{
	width:calc(100% - 85px);
	padding: 2rem 1rem;
	border: 1px solid #FFC2DA;
}

.c-work .application-container .application-txt{
	background-color: #FFE6F0;
	width: 99%;
	position: relative;
	padding: 2.5rem 1.5rem;
	height: 295px;
	margin-left: auto;
}

.c-work .application-container .application-txt::after{
	content: "";
	border: 1px solid #544545;
	width: 99.8%;
	height: 295px;
	position: absolute;
	left: -5px;
	bottom: 5px;
}

/* サポート体制
--------------------------------*/
.page-bg-support{
	background-image:url(img/title-bg.jpg);
}

.c-support .bg-fff{
	background-color:rgba(255,255,255,0.45);
	padding:3rem 0 6rem;
}

.c-support .c-sub-title{
	margin-top:2.5rem;
}

.c-support .support-catch{
	font-size:1.6rem;
	margin-bottom:4rem;
	letter-spacing:.1em;
	line-height: 1.8;
	padding: 0 1.5rem;
}

.c-support .suppot-list li{
	border:1px solid #FF80A5;
	background-color:#fff;
	padding:2rem 1.5rem 3rem;
	margin-bottom: 3rem;
}

.c-support .suppot-list li:last-child{
	margin-bottom:0;
}

.c-support .suppot-list li .support-image{
	width:100%;
	line-height: 1;
}

.c-support .suppot-list li .support-txt{
	margin-top: 1.5rem;
}

.c-support .suppot-list li .support-txt h4{
	font-size:1.8rem;
	font-weight:500;
	border-bottom:1px solid #FF80A5;
	letter-spacing:.1em;
	line-height: 1.6;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.c-support .suppot-list li .support-txt .pc-br{
	display:block;
}

/* よくある質問
--------------------------------*/
.page-bg-faq{
	background-image:url(img/title-bg.jpg);
}

.c-faq .bg-fff{
	background-color:rgba(255,255,255,0.5);
	padding:3.5rem 0 6rem;
}

.c-faq .pc-br{
	display:block;
}

.c-faq .faq-catch{
	font-size:1.4rem;
	letter-spacing:.1em;
	margin-bottom: 4rem;
	line-height: 1.8;
	padding: 0 1rem;
}

.c-faq .faq-catch .page-link{
	color:#FF80A5;
	border-bottom:1px solid #FF80A5;
}

.c-faq .faq-menu{
	display:flex;
	flex-wrap:wrap;
	margin: 0 auto;
	justify-content: space-between;
}

.c-faq .faq-menu li{
	width:165px;
	height:50px;
	background-color:#FF80A5;
	border-radius:30px;
	position:relative;
	margin-bottom: 2rem;
}

.c-faq .faq-menu li:last-child{
	margin-bottom:0;
}

.c-faq .faq-menu li::after{
	content:"";
	width:163px;
	height:50px;
	border:1px solid #544545;
	border-radius:30px;
	display: block;
	position: absolute;
	top: -4px;
	left: -5px;
}

.c-faq .faq-menu li a{
	font-size:1.4rem;
	font-weight:500;
	letter-spacing:.15em;
	text-align:center;
	color:#fff;
	display:block;
	line-height: 3.4;
	position: relative;
	z-index: 200;
}

.c-faq h2{
	font-size:1.6rem;
	font-weight:500;
	letter-spacing:.15em;
	border-bottom:1px solid #FF80A5;
}

.c-faq .page-link {
	color: #FF80A5;
	border-bottom: 1px solid #FF80A5;
}

.c-faq .interview-container {
	padding: 2.5rem 4rem 2.5rem 0;
}

.c-faq .interview-container ul {
	padding-left: 4.5rem;
}

.c-faq .interview-container ul li {
	list-style: disc;
	letter-spacing: .05em;
}

/* ブログ(archive.php)
--------------------------------*/
.page-bg-blog{
	background-image:url(img/title-bg.jpg);
}

.blog-wrap .bg-fff{
	background-color: rgba(255,255,255,0.5);
	padding: 4.5rem 0 5.5rem;
}

.blog-list > li > article > a{
	display:flex;
	justify-content:space-between;
	padding:1.5rem 4rem 2rem 0;
	border-bottom: 1px solid #FF5F97;
	position:relative;
	align-items: center;
}

.blog-list > li:first-child > article >  a {
	border-top: 1px solid #FF5F97;
}

.blog-list > li > article > a::after {
	content: "";
	display: inline-block;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-image: url(img/arrow-pink-right.svg);
	width: 26px;
	height: 14px;
}

.blog-list > li > article > a > .blog-thumbnail{
	width:100px;
	height:75px;
}

.blog-list > li > article > a > .blog-thumbnail img{
	width:100%;
	height:auto;
}

.blog-list > li > article > a > .blog-info{
	width:calc(100% - 110px);
}

.blog-list > li > article > a > .blog-info > h2{
	font-size:1.4rem;
	letter-spacing:.1em;
	color:#FF80A5;
	font-weight:700;
	margin-bottom:1rem;
	line-height: 1.4;
}

.blog-list > li > article > a > .blog-info > .excerpt{
	font-size:1.2rem;
	line-height:1.8;
}

.blog-list > li > article > a > .blog-info > .excertpt{
	font-size:1.6rem;
}

/* ブログ記事ページ(single.php)
--------------------------------*/
.blog-single{
	background-color: #fff;
  	padding: 8.5rem 9.5rem;
	box-shadow: 0 0 4px -1px rgba(73,73,73,.75);
}

.blog-single .bg-fff{
	background-color: rgba(255,255,255,0.5);
	padding: 4rem 2rem 5rem;
}

.blog-single .blog-single-container{
	background-color: #fff;
  	padding: 2.5rem 2rem;
	border-radius: 10px;
	box-shadow: 0 0 4px -1px rgba(73,73,73,.75);
	margin-bottom: 4.5rem;
}

.blog-single .blog-single-container .post-info h2{
	font-size:1.6rem;
	letter-spacing:.1em;
	font-weight:500;
	border-bottom:1px solid #FF80A5;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	line-height: 1.6;
}

.blog-single .post-contents a{
	font-size:1.6rem;
	font-weight:500;
	letter-spacing: .05em;
	display: block;
	margin-bottom: 2rem;
	color: #FF3399;
	line-height: 1.6;
}

.blog-single .post-contents a img{
	max-width: 50%;
	height: auto;
	margin: 5px 0px;
}

.blog-single .post-contents p{
	font-size: 1.2rem;
	margin-bottom: 2.4rem;
}

.blog-single .post-contents h3{
	font-size: 2.5rem;
	font-weight:500;
	letter-spacing:.05em;
	background-color:#FFE6F0;
	padding-left:2.5rem;
	height:60px;
	line-height:60px;
}

.nav-below{
	display: flex;
	justify-content: space-between;
	width: 250px;
	margin: 0 auto;
	align-items: center;
}

.nav-below .works-list-btn{
	font-size: 1.4rem;
	width: 150px;
	text-align: center;
	line-height: 33px;
	height: 36px;
	border: 1px solid #544545;
	border-radius: 45px;
	background-color: #fff;
	font-weight: 500;
}

.nav-below .nav-previous,
.nav-below .nav-next{
	width: 36px;
}

.nav-below .nav-previous a,
.nav-below .nav-next a{
	border: 1px solid #544545;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	background-color: #fff;
	position: relative;
}

.nav-below .nav-previous a::after{
	content:"";
	background-image: url(img/arrow-gray-l.svg);
	display:block;
	width:8px;
	height:14px;
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	top: 50%;
	left: 37%;
}

.nav-below .nav-next a::after{
	content:"";
	background-image: url(img/arrow-gray.svg);
	display:block;
	width:8px;
	height:14px;
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	top: 50%;
	left: 44%;
}

.nav-below a{
	display: block;
	position:relative;
}

.nav-below a span{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.nav-below .nav-previous a span{
	margin-left: 2rem;
}

.nav-below .nav-next a span{
	margin-right: 2rem;
}

/* 報酬について
--------------------------------*/
.page-bg-work{
	background-image:url(img/title-bg.jpg);
}

.c-reward .bg-fff {
	background-color: rgba(255,255,255,0.5);
	padding: 3rem 0 6rem;
}

.c-reward .reward-image{
	width:320px;
	margin:3rem auto 2.5rem;
	line-height: 1;
}

.c-reward .reward-image img{
	width:100%;
	height:auto;
}

.c-reward .reward-txt{
	font-size:1.8rem;
	padding: 0 2rem 4.5rem;
}

.c-reward .composition-case{
	margin-bottom:3.5rem;
}

.c-reward .composition-case li{
	border:2px solid #C4C4C4;
	text-align:center;
	width: 330px;
	margin: 0 auto;
}

.c-reward .composition-case .chatlady{
	margin-bottom:1.5rem;
}

.c-reward .composition-case li h4{
	font-size:1.6rem;
	letter-spacing:.1em;
	color:#fff;
	text-align: center;
	padding: 0.8rem;
	border-bottom: 1px solid #C1C1C1;
}

.c-reward .composition-case .chatlady h4{
	background-color:#FF80A5;
	font-weight: 700;
}

.c-reward .composition-case .general h4{
	background-color:#A7A7A7;
	font-weight: 400;
}

.c-reward .composition-case li .ft-bd{
	font-weight:700;
}

.c-reward .composition-case li p{
	font-size:1.5rem;
	letter-spacing:.05em;
	color:#494949;
	padding: 1.5rem 1rem;
	background-color: #fff;
}

.c-reward .example{
	font-size:1.6rem;
	text-align:center;
	letter-spacing: .1em;
	line-height: 1.6;
	margin-bottom: 4.5rem;
}

.c-reward .example .pc-br{
	display:block;
}

.c-reward .example .ft-md{
	font-size:1.6rem;
	font-weight: 500;
	margin-top: 1.5rem;
}

.c-reward .example .ft-bd{
	font-size:2rem;
	font-weight: 700;
	display: block;
	padding: 0 1rem;
}

.c-reward .example .ft-bd-ff80a5{
	font-size:3.2rem;
	padding-left: 0.3rem;
}

.c-reward .example .line-diagonal{
	color:#FF80A5;
	font-size:2.1rem;
	font-weight:700;
	border-bottom: 6px double #FF80A5;
	padding-left: 0.3rem;
}

.c-reward .example .line-diagonal::after {
	width: 255px;
	height: 12px;
	bottom: -9px;
}

.c-reward .composition-txt{
	background-color:#FFE6F0;
	width:99%;
	position:relative;
	padding: 2rem 1rem;
	height: 390px;
	margin-left: auto;
}

.c-reward .composition-txt::after{
	content:"";
	border:1px solid #544545;
	width:99.8%;
	height:390px;
	position:absolute;
	left:-5px;
	bottom: 5px;
}

.c-reward .composition-txt p{
	font-size:1.4rem;
	letter-spacing:.1em;
}

.c-reward .composition-txt .reward-calculation{
	font-weight: 700;
	color: #FF558E;
	text-shadow: 2px 2px 0 #fff,-2px -2px 0 #fff,-2px 2px 0 #fff,2px -2px 0 #fff,0px 2px 0 #fff,0 -2px 0 #fff,-2px 0 0 #fff,2px 0 0 #fff;
	font-size: 1.6rem;
	letter-spacing: .15em;
	text-align: center;
	margin-top: 1rem;
}

.c-reward .composition-txt .reward-calculation .arrow{
	padding-bottom: 5rem;
	position: relative;
}

.c-reward .composition-txt .reward-calculation .arrow::after {
	content: "";
	background-image: url(img/composition-arrow.svg);
	display: inline-block;
	width: 27px;
	height: 31px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.c-reward .composition-txt .reward-calculation .bd-bottom{
	border-bottom: 6px double #FF80A5;
	display: inline-block;
	line-height: 1.6;
	margin-bottom: 1.5rem;
	margin-top: 4.5rem;
}

.c-reward .bg-fff9e9{
	background-color:#FFF9E9;
	padding:4.5rem 0 6.5rem;
}

.c-reward .method-container{
	background-color:#FFECF3;
	padding: 5rem 0 3.5rem;
}

.c-reward .method-container .c-sub-title{
	margin-bottom:6.5rem;
}

.c-reward .method-container .method-image{
	width:320px;
	margin:0 auto;
	line-height: 1;
}

.c-reward .method-container .method-image img{
	width:100%;
	height:auto;
}

.c-reward .method-container .method-txt{
	padding:2.5rem 2rem;
}

.c-reward .method-container .method-txt .pc-br{
	display:block;
}

.c-reward .payment-container .payment-catch{
	font-size: 1.8rem;
	font-weight: 700;
	color: #FF558E;
	text-align:center;
	text-shadow: 2px 2px 0 #fff,-2px -2px 0 #fff,-2px 2px 0 #fff,2px -2px 0 #fff,0px 2px 0 #fff,0 -2px 0 #fff,-2px 0 0 #fff,2px 0 0 #fff;
	position:relative;
	width: 90%;
	margin: 0 auto 2rem;
	line-height: 1.6;
	letter-spacing: .1em;
}

.c-reward .payment-container .payment-catch::before,
.c-reward .payment-container .payment-catch::after{
	content: "";
	display: inline-block;
	background-size: cover;
	width: 18px;
	height: 27px;
	position: absolute;
	bottom: 0;
}

.c-reward .payment-container .payment-catch::before{
	background-image: url(img/method-line-left.svg);
	left:0;
}

.c-reward .payment-container .payment-catch::after{
	background-image: url(img/method-line-right.svg);
	right:0;
}

.c-reward .payment-container .arrow-pink{
	font-size:1.6rem;
	font-weight:500;
	position:relative;
	margin-bottom:8rem;
	padding: 0 2rem;
	line-height: 1.8;
	letter-spacing: .1em;
}

.c-reward .payment-container .arrow-pink::after{
	content: "";
	background-image: url(img/method-arrow.svg);
	display: inline-block;
	background-size: cover;
	width: 23px;
	height: 44px;
	position: absolute;
	bottom:-60px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.c-reward .payment-container  ul{
	margin-bottom:3rem;
}

.c-reward .payment-container ul li{
	background-color:#fff;
	border:1px solid #FF80A7;
	padding:3.5rem 2rem;
	position:relative;
	border-radius: 15px;
	box-shadow: 5px 5px #FF80A7;
	width: 360px;
	margin: 0 auto 3rem;
	height: 250px;
}

.c-reward .payment-container ul li h4{
	font-size:2rem;
	font-weight:500;
	letter-spacing:.1em;
	color:#FF80A5;
	padding-bottom:2rem;
	margin-bottom:2rem;
	border-bottom:1px solid #FF80A5;
	text-align: center;
}

.c-reward .payment-container ul li p{
	font-size:1.4rem;
	line-height:1.8;
}

.c-reward .payment-container .postscript{
	font-size:1.6rem;
	font-weight:500;
	margin-bottom:5.5rem;
	letter-spacing: .05em;
	padding: 0 2rem;
}

.c-reward .others-container{
	background-color:#fff;
	border:1px solid #FF80A5;
	padding:2.5rem 2rem;
	margin-bottom: 3rem;
}

.c-reward .others-container .pc-br{
	display:block;
}

.c-reward .others-container .others-title{
	font-size:1.8rem;
	font-weight:500;
	border-bottom:1px solid #FF80A5;
	padding-bottom:1.5rem;
	margin-bottom:2.5rem;
	color: #FF80A5;
	line-height: 1.6;
}

.c-reward .example-container{
	padding: 5rem 0 7rem;
	background-image: url(img/about-bg.jpg);
	background-position: top;
	background-repeat: repeat;
	overflow: hidden;
}

.c-reward .example-container ul li{
	background-color:#fff;
	border:1px solid #FF80A5;
	padding:2.5rem 1.5rem;
	margin-bottom: 3rem;
}

.c-reward .example-container ul li:last-child{
	margin-bottom:0;
}

.c-reward .example-container ul li .example-image{
	width:320px;
	margin: 0 auto;
}

.c-reward .example-container ul li .example-image img{
	width:100%;
	height:252px;
}

.c-reward .example-container ul li .example-name{
	font-size:1.6rem;
	letter-spacing:.1em;
	position:relative;
	text-align: center;
	margin: 3rem 0 5rem;
	font-weight: 500;
}

.c-reward .example-container ul li .example-name::after{
	content: "";
	background-image: url(img/example-name-frame.svg);
	display: inline-block;
	background-size: cover;
	width: 300px;
	height: 70px;
	position: absolute;
	bottom:-18px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.c-reward .example-container ul li .example-txt{
}

.c-reward .example-container ul li .example-txt .examlpe-catch{
	font-size:1.8rem;
	font-weight:500;
	letter-spacing:.1em;
	border-bottom:1px solid #FF80A5;
	margin-bottom: 2.5rem;
	line-height: 1.6;
	padding-bottom: 2rem;
}

.c-reward .example-container ul li .example-txt dl{
	display:flex;
	align-items: center;
	background-color: #FFE6F0;
	padding: 1rem;
	margin-top: 2.5rem;
}

.c-reward .example-container ul li .example-txt dl dt{
	width:170px;
	font-size:1.3rem;
	letter-spacing: .1em;
}

.c-reward .example-container ul li .example-txt dl dd{
	width:190px;
	font-size:1.5rem;
	font-weight:700;
	color:#FF558E;
	letter-spacing: .1em;
}

.c-reward .example-container ul li .example-txt dl dd span{
	font-size:2.4rem;
}

/* 待遇・環境について
--------------------------------*/
.page-bg-treat{
	background-image:url(img/title-bg.jpg);
}

.c-treat .pc-br{
	display:block;
}

.c-treat .bg-fff {
	background-color: rgba(255,255,255,0.5);
	padding: 3rem 0 5rem;
}

.c-treat .treat-catch{
	font-size:2.2rem;
	font-weight:500;
	position:relative;
	margin-top: 2.5rem;
	letter-spacing: .1em;
	padding: 0 1.5rem;
	line-height: 1.4;
}

.c-treat .treat-catch::before {
	content: "";
	width: 40px;
	height: 2px;
	background-color: #FF80A5;
	display: block;
	letter-spacing: .05em;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.c-treat .treat-image{
	width:320px;
	margin:5rem auto 3rem;
	line-height: 1;
}

.c-treat .treat-txt{
	padding:0 1.5rem;
}

.c-treat .treatment-container{
	padding-top:4rem;
}

.c-treat .treatment-container .treatment-catch{
	font-size:1.6rem;
	font-weight:500;
	letter-spacing:.1em;
	line-height: 1.8;
	margin-bottom: 3.5rem;
	padding: 0 1.5rem;
}

.c-treat .treatment-container ul li{
	border:2px solid #FF80A5;
	padding:0.5rem;
	position: relative;
	background-color: #fff;
	width: 340px;
	margin: 0 auto 3rem;
}

.c-treat .treatment-container ul li:last-child{
	margin:0;
}

.c-treat .treatment-container ul li .pc-br{
	display:block;
}

.c-treat .treatment-container ul li::after{
	content: "";
	display: inline-block;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 15px;
	width: 40px;
	height: 47px;
}

.c-treat .treatment-container ul li .bd-ff80a5{
	border:1px solid #FF80A5;
	padding:2.5rem 2rem 3.5rem;
	height: 100%;
}

.c-treat .treatment-container ul li h4{
	font-size:2rem;
	font-weight:700;
	letter-spacing:.1em;
	color:#FF80A5;
	text-align:center;
	line-height:1;
	margin-bottom:2rem;
}

.c-treat .treatment-container ul li .treatment-image{
	width:100%;
	line-height: 1;
	margin-bottom: 2.5rem;
}

.c-treat .treatment-container ul li .treatment-image img{
	width:100%;
	height:auto;
}

.c-treat .environment-container{
	background-color:#FFF9E9;
	padding:5rem 0 8rem;
}

.c-treat .environment-container ul li{
	border:1px solid #FF80A5;
	padding:3rem 2.5rem;
	margin-bottom:3.5rem;
	background-color: #fff;
}

.c-treat .environment-container ul li:last-child{
	margin-bottom:0;
}

.c-treat .environment-container ul li .environment-image{
	width:100%;
	line-height: 1;
}

.c-treat .environment-container ul li .environment-txt{
	margin-top: 2rem;
}

.c-treat .environment-container ul li .environment-txt h4{
	font-size:1.8rem;
	font-weight:500;
	letter-spacing:.1em;
	border-bottom:1px solid #FF80A5;
	margin-bottom:2.5rem;
	line-height: 1.6;
	padding-bottom: 1.5rem;
}

.c-treat .promise-container{
	padding:5rem 0 8rem;
}

.c-treat .promise-container .promise-txt{
	font-size:1.4rem;
}

.c-treat .promise-container ul{
	border:1px solid #FF80A5;
	border-radius:15px;
	margin-top:4.5rem;
	padding:3.5rem 2rem;
}

.c-treat .promise-container ul li{
	border-bottom:1px solid #C4C4C4;
	padding:3rem 0;
}

.c-treat .promise-container ul li:first-child{
	padding-top:0;
}

.c-treat .promise-container ul li:last-child{
	border-bottom:none;
	padding-bottom: 0;
}

.c-treat .promise-container ul li h4{
	font-size:1.8rem;
	font-weight:700;
	color:#FF80A5;
	letter-spacing:.1em;
	margin-bottom:2rem;
	line-height: 1.4;
	text-align: center;
}

.c-treat .promise-container ul li:nth-child(2) h4,
.c-treat .promise-container ul li:nth-child(3) h4,
.c-treat .promise-container ul li:nth-child(4) h4{
	text-align: left;
}

.c-treat .promise-container ul li p{
	font-size:1.4rem;
}

/* 経験者の方へ
--------------------------------*/
.page-bg-experienced{
	background-image:url(img/title-bg.jpg);
}

.c-experienced{
	padding-bottom:7.5rem;
}

.c-experienced .misunderstand-container{
	padding:0 2rem;
}

.c-experienced .misunderstand-container .c-sub-title h3 {
	line-height: 1.6;
	text-align:left;
}

.c-experienced .bg-fff {
	background-color: rgba(255,255,255,0.5);
	padding: 3rem 0 5rem;
}

.c-experienced .experienced-title{
	text-align:center;
	position:relative;
	margin: 3rem 0;
	line-height: 1.8;
}

.c-experienced .experienced-title::after{
	background-image: url(img/line-fukidashi.svg);
	content: "";
	display: inline-block;
	background-size: cover;
	width:350px;
	height:7px;
	position: absolute;
	bottom:-10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.c-experienced .experienced-title span{
	font-size:1.6rem;
	font-weight:500;
	letter-spacing:.1em;
}

.c-experienced .experienced-title h3{
	font-size: 2.2rem;
	letter-spacing: .05em;
	font-weight: 700;
	color:#fff;
	text-shadow:0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5,0 0 3px #FF80A5;
}

.c-experienced .experienced-catch{
	font-size:2rem;
	font-weight:500;
	text-align:center;
	border-bottom:5px double #FF80A5;
	width: 260px;
	margin: 0 auto 2.5rem;
	letter-spacing: .1em;
	line-height: 1.8;
}

.c-experienced .experienced-catch span{
	position:relative;
}

.c-experienced .experienced-catch span::after{
	content:"";
	width:4px;
	height:4px;
	border-radius:50%;
	background-color:#FF80A5;
	position:absolute;
	top:-4px;
	left: 8px;
}

.c-experienced .experienced-top-txt{
	font-size:1.4rem;
	font-weight:500;
	margin-bottom: 3.5rem;
	padding: 0 2rem;
}

.c-experienced .experienced-list li{
	margin-bottom:5rem;
}

.c-experienced .experienced-list li:last-child{
	margin-bottom:0;
}

.c-experienced .experienced-list li h4{
	font-size:2.2rem;
	font-weight:500;
	text-align:center;
	position:relative;
	margin-bottom: 4rem;
	letter-spacing: .1em;
}

.c-experienced .experienced-list li h4::after{
	content: "";
	width: 40px;
	height: 2px;
	background-color: #FF80A5;
	display: block;
	letter-spacing: .05em;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.c-experienced .experienced-list li .experienced-image{
	width:320px;
	margin: 0 auto 3.5rem;
	line-height: 1;
}

.c-experienced .experienced-list li .experienced-image img{
	width:100%;
	height:auto;
}

.c-experienced .experienced-list li .experienced-txt{
	background-color:#FFE6F0;
	width:99%;
	position:relative;
	padding: 2.5rem 1rem;
	margin-left: auto;
	height: 505px;
}

.c-experienced .experienced-list li .experienced-txt::after{
	content:"";
	border:1px solid #544545;
	width:99.8%;
	position:absolute;
	left:-5px;
	bottom: 5px;
	height: 505px;
}

.c-experienced .experienced-list li:first-child .experienced-txt{
	height: 685px;
}

.c-experienced .experienced-list li:first-child .experienced-txt::after{
	height:685px;
}

.c-experienced .bg-fff9e9{
	background-color:#FFF9E9;
	padding:5rem 0 7rem;
}

.c-experienced .misunderstand-container .misunderstand-catch{
	font-size:1.8rem;
	font-weight:500;
	letter-spacing:.05em;
	margin-bottom: 2.5rem;
}

.c-experienced .misunderstand-container .misunderstand-catch span{
	border-bottom: 4px double #FF80A5;
}

.c-experienced .earn-container{
	padding-top:3rem;
}

.c-experienced .earn-container .earn-image{
	width:320px;
	position:relative;
	margin: 0 auto 10rem;
	line-height: 1;
}

.c-experienced .earn-container .earn-image::after{
	background-image: url(img/arrow-pink-under.svg);
	content: "";
	display: inline-block;
	background-size: cover;
	width:23px;
	height:44px;
	position: absolute;
	bottom:-65px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.c-experienced .earn-container .conclusion-txt{
	position:relative;
	margin-bottom: 5.5rem;
}

.c-experienced .earn-container .conclusion-txt::after{
	background-image: url(img/sp/earn-frame-sp.svg);
	content: "";
	display: inline-block;
	background-size: cover;
	width:340px;
	height:78px;
	position:absolute;
	bottom:-20px;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.c-experienced .earn-container .conclusion-txt p{
	font-size:1.8rem;
	font-weight:500;
	color:#FF80A5;
	letter-spacing:.1em;
	position: relative;
	z-index: 100;
	line-height: 1.2;
	padding: 0 4.5rem;
}

.c-experienced .earn-container .earn-txt{
	margin-bottom:10rem;
	padding: 0 2rem;
}

.c-experienced .earn-list li{
	background-color: #fff;
	border: 1px solid #FF80A7;
	padding: 4rem 2rem 5rem;
	position: relative;
	border-radius: 15px;
	box-shadow: 5px 5px #FF80A7;
	margin-bottom: 8rem;
}

.c-experienced .earn-list li:last-child{
	margin-bottom:0;
}

.c-experienced .earn-list li::before{
	content: "";
	display: inline-block;
	background-size: cover;
	position:absolute;
	top:-55px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.c-experienced .earn-list .rewardrate::before{
	background-image: url(img/earn-icon01.svg);
	width:59px;
	height:75px;
}

.c-experienced .earn-list .education::before{
	background-image: url(img/earn-icon02.svg);
	width:65px;
	height:69px;
	top: -45px;
}

.c-experienced .earn-list .rank::before{
	background-image: url(img/earn-icon03.svg);
	width:78px;
	height:72px;
	top: -45px;
}

.c-experienced .earn-list li h4{
	font-size:2rem;
	font-weight:700;
	letter-spacing:.1em;
	text-align:center;
	border-bottom:1px solid #FF80A5;
	color: #FF80A5;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
}

.c-experienced .influence-container{
	padding:5rem 2rem 6rem;
}

.c-experienced .influence-container .pc-br{
	display:block;
}

.c-experienced .influence-container .influence-image{
	width:100%;
	margin-bottom:3rem;
	line-height: 1;
}

.c-experienced .taxreturn-container{
	padding:0 2rem;
}

.c-experienced .taxreturn-container .taxreturn-image{
	width:100%;
	margin-bottom:3rem;
	line-height: 1;
}

/* お問い合わせ・ご応募
--------------------------------*/
.page-bg-contact{
	background-image:url(img/title-bg.jpg);
}

.c-contact .pc-br{
	display:block;
}

.c-contact .bg-fff{
	background-color: rgba(255,255,255,0.5);
	padding: 4.5rem 0 6rem;
}

.c-contact .contact-title{
	position:relative;
	margin-bottom:3rem;
}

.c-contact .contact-title::after{
	content:"";
	background-image: url(img/contact-ribbon.svg);
	display:block;
	width:335px;
	height:34px;
	position: absolute;
	top:2px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.c-contact .contact-title h2{
	font-size:1.5rem;
	font-weight:700;
	text-align:center;
	color:#fff;
	letter-spacing:.02em;
	position: relative;
	z-index: 100;
}

.c-contact .renewal-banner{
	width:330px;
	margin: 0 auto;
	line-height: 1;
}

.c-contact .renewal-banner img{
	border-radius: 15px;
}

.c-contact .contact-content{
	padding:4rem 1rem 8rem;
}

.c-contact .contact-content .c-sub-title h3 {
	letter-spacing:.2em;
}

.c-contact .contact-content .contact-txt{
	font-size:1.4rem;
}

.c-contact .contact-list{
	margin: 4rem auto 0;
}

.c-contact .contact-list li{
	background-color: #fff;
	height: 220px;
	text-align: center;
	border-radius: 15px;
	width: 100%;
	margin-bottom: 4rem;
}

.c-contact .contact-list li:last-child{
	margin-bottom:0;
}

.c-contact .contact-list li a{
	width:100%;
	height:auto;
	display:block;
	padding: 3rem 0;
}

.c-contact .contact-list li .contact-catch{
	font-size:1.8rem;
	margin: 1rem 0;
}

.c-contact .contact-list li:last-child .contact-catch{
	margin:1.5rem 0;
}

.c-contact .contact-list li p{
	font-size:1.2rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1;
}

.c-contact .contact-list li .ft-06c055 {
	color: #06C055;
}

.c-contact .contact-list .contact-button{
	border-radius:30px;
	width:230px;
	height:40px;
	margin: 0 auto;
}

.c-contact .contact-list .contact-button p{
	color:#fff;
	text-align:center;
	line-height:38px;
	font-size:1.6rem;
}

.c-contact .contact-list .line{
	border:1px solid #06C055;
	box-shadow: 4px 4px #06C055;
}

.c-contact .contact-list .line img{
	width:45px;
	height:45px;
}

.c-contact .contact-list .line .contact-button{
	background-color:#06C055;
	margin-top: 1.5rem;
}

.c-contact .contact-container .contact-list .line .ft-06c055{
	color:#06C055;
	font-size:1.4rem;
}

.c-contact .contact-list .tel{
	border:1px solid #FF80A5;
	box-shadow: 4px 4px rgba(255,128,165,0.85);
}

.c-contact .contact-list .tel .icon-tel{
	width:37px;
	height:37px;
}

.c-contact .contact-list .tel .telnumber-image{
	width: 240px;
	height: 44px;
}

.c-contact .contact-list .tel .contact-tel{
	color:#FF80A5;
	font-size:4rem;
	font-weight:600;
	letter-spacing: .05em;
}

.c-contact .contact-step{
}

.c-contact .contact-step::after{
	background: #C4C4C4;
	content: "";
	z-index: -1;
	margin: auto;
	height: 1px;
	width: 95%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: -2px;
}

.c-contact .contact-step .active::before{
	content: "";
	margin: auto;
	height: 1px;
	width: 5rem;
	position: absolute;
	right: 59px;
	top: -3px;
	background-color: #FF80A5;
	bottom: 0;
}

.c-contact .contact-step .cricle{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #FF80A5;
	font-size: 1.4rem;
	letter-spacing: .1em;
	font-weight: 500;
}

.c-contact .contact-step li .cricle-in{
	position: absolute;
	top: 6rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	color: #b4b4b4;
	font-weight: 500;
	width: 100%;
	font-size: 1.6rem;
}

.c-contact .contact-step .active:first-child::before{
	content: none;
}

.c-contact .contact-step .active .cricle{
	color:#FFF;
}

.c-contact .mail-container .c-sub-title{
	padding: 0 1rem;
}

.c-contact .mail-container .c-sub-title h3 {
	line-height:1.4;
	text-align: left;
	letter-spacing: .2em;
}

.c-contact .mail-container .mail-catch{
	font-size:1.6rem;
	font-weight:500;
	letter-spacing:.1em;
	margin-bottom:4rem;
	padding: 0 1rem;
	line-height: 1.6;
}

/* お問い合わせ(新)変更部分 */
.c-contact-new .contact-step{
	width: 200px !important;
}

.c-contact-new  .contact-step .active::before {
	width: 8rem;
}

/* お問い合わせ・ご応募（確認画面）
--------------------------------*/
.contact-confirmation .contact-catch{
	text-align:center;
}

.c-contact .contact-step {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 5rem;
	width: 270px;
	position: relative;
	z-index: 1;
}

.c-contact .contact-step li {
	text-align: center;
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #fff;
	color: #FF80A5;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 4.9;
	border: 2px solid #FF80A5;
}

.c-contact .contact-step .cricle{
	color: #FF80A5;
	letter-spacing: .1em;
}

.c-contact .contact-step .active{
	background-color: #FF80A5;
	border: none;
	line-height: 5;
}

.c-contact .contact-step .active .cricle{
	color:#FFF;
}

.c-contact .contact-step .active .cricle-in{
	color:#595757;
}

.c-contact .c-sub-title h2{
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.4;
	text-align: left;
}

/* お問い合わせ・ご応募(フォーム部分)
--------------------------------*/
.contact-container{
	margin:5rem auto 0;
	width:330px;
	background-color:#FFF;
	padding:2rem 2rem 5rem;
	border-radius: 10px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.15);
}

.contactpage-form{
	width: 100%;
}

.contactpage-form .req::after{
	content: "必須";
	color: #FFF;
	font-size: 1.2rem;
	position: absolute;
	right: 3rem;
	border-radius: 3px;
	width: 44px;
	text-align: center;
	background-color: #f73838;
	line-height: 1.8;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.contactpage-form .any::after{
	content: "任意";
	color: #FFF;
	font-size: 1.2rem;
	position: absolute;
	right:3rem;
	border-radius: 3px;
	width: 44px;
	text-align: center;
	background-color: #8f959f;
	line-height: 1.8;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.contactpage-form table{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.contactpage-form table tr{
	display:block;
	padding: 3rem 0;
	border-bottom: 1px solid #C4C4C4;
}

.contactpage-form table th{
	text-align: left;
	position: relative;
	font-size: 1.4rem;
	background-clip: padding-box;
	font-weight: 500;
	display: block;
	padding-left: 0.5rem;
	border-left: 3px solid #FF80A5;
	line-height: 1.2;
	margin-bottom: 1rem;
	letter-spacing: .1em;
}

.contactpage-form table td{
	width: 280px;
	display: block;
	font-size: 1.4rem;
}

.contactpage-form table td span{
	font-size:1.2rem;
	margin-top: 0.5rem;
}

.contactpage-form table td .age .contactpage-form select{
	width:70px;
}

.contactpage-form input,
.contactpage-form textarea{
	padding: 1rem;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	border: none;
	width: 100%;
	font-size: 1.2rem;
	font-weight: 400;
	border-radius: 3px;
	border: 1px solid #C4C4C4;
}

.contactpage-form select {
	padding: 1rem;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	border: none;
	width: 70px;
	background-color: #fff;
	border-radius: 3px;
	margin: 0 0.5rem;
	border: 1px solid #C4C4C4;
	height: 40px;
}

.contactpage-form textarea {
	padding: 2.2rem;
}

.contactpage-form input[type="checkbox"]{
	border-radius:15px;
	padding: 0.8rem;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	box-shadow: 1px 1px 1px 0px rgba(196, 207, 214, .8) inset;
	border: 1px solid #d2dadf;
	font-size: 1.2rem;
	width: auto;
}

.contactpage-form input::placeholder,
.contactpage-form textarea::placeholder{
	color:#595757;
	font-size:1.2rem;
}

.contactpage-form input:hover,
.contactpage-form textarea:hover{
	box-shadow:inset 2px 2px 3px #CCCCCC;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
}

.contactpage-form input:focus,
.contactpage-form textarea:focus{
	background-color: #FFFFE1;
	box-shadow:inset 2px 2px 3px #CCCCCC;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
}

.contactpage-form .checkbox-adjust span{
	width: 31%;
	margin-left: 0px !important;
}

.contact-privacy{
	border: 1px solid #b4b4b4;
	margin: 4rem auto 0;
	box-sizing: border-box;
	padding: 2.5rem 1.5rem;
}

.contact-privacy a{
	color:#333;
	text-decoration: underline;
}

.contact-privacy p{
	font-size: 1.2rem;
	font-weight: 400;
}

.contact-privacy .cp-title{
	font-weight: 500;
	margin-bottom: 1rem;
	display: block;
}

.contact-privacy .privacy-check{
	text-align:center;
	margin-top: 1rem;
	line-height: 2;
}

.contact-privacy .privacy-check .checkbox{
	margin:0;
}

.contact-privacy .privacy-check .mwform-checkbox-field-text{
	font-size: 1.4rem;
}

.contact-privacy .privacy-check input{
	margin-right: 10px;
	transform: scale(1.3);
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
}

.contactpage-check .contact-privacy,
.contactpage-check .txt-sample,
.c-input-complete .contactpage-form-btn .back-btn{
	display:none;
}

.contactpage-check table tr{
	background-color:#efefef; 
	margin-bottom:1rem;
}

.contactpage-check table th{
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.contactpage-check table td{
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.contactpage-form-btn{
	text-align: center;
	margin: 4rem auto 0;
	width: 230px;
}

.contactpage-form-btn input[type="submit"],
.contactpage-form-btn button[type="submit"]{
	font-size: 1.6rem;
	text-align: center;
	width:230px;
	height:50px;
	border-radius:3rem;
	position:relative;
	background-color: #FF80A5;
	color: #fff;
	border: none;
	line-height: 50px;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Lato, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
	font-weight: 500;
	letter-spacing: .1em;
}

.contactpage-form-btn .back-btn{
	position: relative;
	display: block;
}

.contactpage-form-btn .send-btn{
	position: relative;
	display: block;
	margin-top: 2rem;
}

.contactpage-form-btn .send-btn::after {
 	content: "";
	background-image: url(img/arrow-bt.svg);
	display: block;
	position: absolute;
	width: 15px;
	height: 9px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 100;
	right: 7px;
}

.contactpage-form-btn .back-btn::after{
  	content: "";
	background-image: url(img/arrow-white-left.svg);
	display: block;
	position: absolute;
	width: 15px;
	height: 9px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 100;
  	left: 7px;
}

.wpcf7 .hidden-fields-container { 
	display: none; 
}

/* お問い合わせ(新)変更部分 */
.c-contact-new .contactpage-form .fl-box p{
	display:flex;
}

.c-contact-new .contactpage-form br{
	display:none;
}

.c-contact-new .contactpage-form-btn{
	position:relative;
	width: 230px;
	height: 50px;
}

.c-contact-new .contactpage-form-btn::before{
	content: "";
	position: absolute;
	background-image: url(img/arrow-bt.svg);
	display: inline-block;
	background-size: cover;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 100;
	right: 15px;
	width: 15px;
	height: 9px;
}

/* お問い合わせ・ご応募（送信完了）
--------------------------------*/
.c-complete .contact-complete{
	margin: 5rem auto 0;
	width: 320px;
	background-color: #FFF;
	padding: 3rem 2rem 5rem;
	border-radius: 15px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.15);
}

.c-complete .c-sub-title{
	padding:0 2.5rem;
}

.c-complete .contact-step{
	margin-bottom:6rem;
}

.c-complete .contact-complete h3{
	color:#FF80A5;
	font-size:1.6rem;
	font-weight:500;
	text-align:center;
	border-bottom: 2px solid #C4C4C4;
	padding-bottom: 2rem;
	margin-bottom: 2.5rem;
	letter-spacing: .15em;
	line-height: 1;
}

.c-complete .contact-complete p{
	font-size:1.2rem;
}

.c-complete .contact-complete .home-button{
	margin:3.5rem auto 0;
}

/* 404
--------------------------------*/
.page-bg-404{
	background-image:url(img/title-bg.jpg);
}

.error404 .bg-fff{
	background-color: rgba(255,255,255,0.5);
	padding: 4.5rem 0 6rem;
}

.error404 .container404{
	margin: 1rem auto 0;
	background-color: #FFF;
	padding: 3rem 2rem 5rem;
	border-radius: 15px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.15)
}

.error404 .container404 h2{
	color:#FF80A5;
	font-size:1.6rem;
	font-weight:500;
	text-align:center;
	border-bottom: 2px solid #C4C4C4;
	padding-bottom: 2rem;
	margin-bottom: 2.5rem;
	letter-spacing: .15em;
	line-height: 1;
}

.error404 .container404 .home-button{
	margin:3.5rem auto 0;
}