/*
Theme Name:1lovePromotion2024
Theme URL:https://1love-pro.jp/
Description:1lovePromotion
Author: 1lovePromotion
Version: 1.0

*/


/* base
--------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font-size:62.5%;
}

@media screen and (min-width:641px) and ( max-width:1280px) {
	html {
		font-size: 50%;
	}
	
	header .header-container {
		padding-right: 100px;
	}
	
	.header-container .logo {
		width: 20% !important;
		margin-top: 10px !important;
	}
	
	 header .header-container .logo a {
		width: 190px !important;
		height: auto;
	}
	
	header #nav-drawer .nav-content > nav > ul > li > .nav-name {
		font-size: 1.4rem !important;
	}
	
	.contact-fixed li {
		width: 100px !important;
		height: 100px !important;
	}
	
	.safety-container .safety-pop::before{
		width: 145px !important;
		height: 82px !important;
		left:   0 !important;
		top: -20px !important;
	}
	
	.safety-container .safety-pop::after {
		width: 140px !important;
		height: 92px !important;
		right: -5px !important;
		bottom: 0 !important;
	}
}

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.6rem;
	margin:0;
	padding: 0;
	line-height: 2;
	font-weight: 400;
	color:#544545;
	position: relative;
	counter-reset: number 0;  
}

ul,li{
	margin:0;
	padding:0;
	list-style: none;
}

a{
	text-decoration: none;
	color:#544545;
}

a:hover {
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	opacity: 0.7;
	/*! color: #FF8C31; */
}

img {
	image-rendering: -webkit-optimize-contrast;
}

p{
	padding:0;
	margin: 0;
	font-size: 1.6rem;
}

h1{
	margin:0;
	padding:0;
	font-size: 1rem;
	font-weight: 400;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.breadcrumbs{
	font-size: 1.4rem;
	color:#595757;
	font-weight: 400;
	font-style: normal;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: baseline;
	line-height: 50px;
	width: 95%;
	max-width: 1500px;
	margin: 0 auto;
}

.breadcrumbs a i{
	color: #494949;
	margin-right: 1rem;
}

.breadcrumbs i{
	font-size: 1.6rem;
}

.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 .now-page{
	color: #494949;
}

.wp-pagenavi {
	clear: both;
	text-align:center;
	font-size: 1.6rem;
	margin-top: 6.5rem;
}

.wp-pagenavi a,
.wp-pagenavi .current{
	color:#FF80A5;
	text-decoration: none;
	display: inline-block;
	margin: 0 5px;
	background-color: #FFF;
	border-radius: 50%;
	border: 1px solid #FF80A5;
}

.wp-pagenavi page larger{
	border: 1px solid #DFDFDF;
}

.wp-pagenavi span,
.wp-pagenavi a{
	width: 40px;
	height: 40px;
	line-height: 37px;
	font-weight: 500;
}

.wp-pagenavi .current{
	background-color: #FF80A5;
	color: #FFF;
	border: none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{
	position:relative;
	border: 1px solid #FF80A5;
}

.wp-pagenavi .first,
.wp-pagenavi .last{
	border: 1px solid #FF80A5;
	width: 60px;
	border-radius: 5px;
}

.wp-pagenavi i{
	font-size:1.4rem;
}

.wp-pagenavi .pages{
	background-color:#fff;
	color:#FF80A5;
	width: 60px;
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #FF80A5;
	font-size: 1.6rem;
	border-radius: 5px;
}

#page-top{
	display: block;
	position: fixed;
	bottom: 65px;
	right: 20px;
	z-index: 400;
	width: 60px;
	height: 60px;
}

#page-top img{
	width:100%;
	height:auto;
}

/* header
--------------------------------*/
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
}

.follow{
	position: fixed;
	top: 0;
}

.header-desc{
	position: absolute;
	top: 0px;
	left: 15px;
	z-index: 200;
}

.header-desc p{
	color: #FF80A7;
	font-size: 1rem;
	text-align: center;
	font-weight: 500;
}

.header-container{
	width: 100%;
	height: 110px;
	display: flex;
	align-items: center;
	box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.15);
	padding-left: 15px;
	background-color: #fff;
	padding-right: 130px;
}

.header-container .logo{
	max-width:305px;
	height:auto;
	z-index: 300;
	margin-top: 25px;
	width: 30%;
}

.header-container .logo a{
	display:block;
	width: 100%;
}

.header-container .logo a img{
	width:100%;
	height:auto;
}

.c-header #nav-drawer{
	width: calc(100% - 360px);
}

.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{
	width: 75%;
	margin: 0 auto;
}

#nav-drawer #nav-btn{
	display:none;
}

#nav-drawer .nav-content > nav > ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 3rem;
}

#nav-drawer .nav-content > nav > ul > li{
	display: inline-block;
	flex: 1 1 auto;
	height: 75px;
	text-align: center;
	line-height: 60px;
}

#nav-drawer .nav-content > nav > ul > li > .nav-name{
	display:block;
	font-size:1.6rem;
	position: relative;
	letter-spacing: .1em;
}

#nav-drawer .nav-content > nav > ul > .trigger{
	margin:0;
}

#nav-drawer .nav-content > nav > ul > .trigger > .nav-name::after{
	content:"";
	position:absolute;
	background-image: url(img/arrow-menu.svg);
	display: inline-block;
	background-size: cover;
	width:14px;
	height:7px;
	bottom:-5px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#nav-drawer .nav-content > nav > ul > .trigger .mega{
	visibility: hidden;
	position: absolute;
	width: 100%;
	padding: 7rem 12rem;
	top: 110px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border-radius: 0 0 10px 10px;
	background-color: rgba(255,255,255,0.95);
	z-index: 500;
	box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
}

#nav-drawer .nav-content > nav > ul > .trigger:nth-child(2) .mega{
	padding: 10rem 5rem;
}

#nav-drawer .nav-content > nav > ul > .trigger .mega .mega-title-container{
	width:30%;
	position: relative;
}

#nav-drawer .nav-content > nav > ul > .trigger .mega .mega-title-container::after{
	content:"";
	background-color:#ABABAB;
	width:1px;
	height:200px;
	position:absolute;
	right:0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#nav-drawer .nav-content > nav > ul > .trigger .mega .side-title{
	text-align: left;
	width: 250px;
	line-height: 1.8;
	position: absolute;
	right: 70px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	top: 50%;
}

#nav-drawer .nav-content > nav > ul > .trigger .mega .side-title span{
	font-size:1.8rem;
	color:#FF80A5;
	display:block;
	letter-spacing: .1em;
}

#nav-drawer .nav-content > nav > ul > .trigger .mega .side-title p{
	font-size:2.5rem;
	letter-spacing: .1em;
}

#nav-drawer .nav-content > nav > ul > .trigger:hover .mega{
	visibility: visible;
}

#nav-drawer .nav-content > nav > ul > .trigger:hover > .mega > ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 70%;
	padding-left: 6rem;
}

#nav-drawer .nav-content > nav > ul > .trigger:nth-child(5):hover > .mega > ul{
	width:65%;
}

#nav-drawer .nav-content > nav > ul > .trigger:nth-child(2):hover > .mega > ul{
	width:55%;
}

#nav-drawer .nav-content > nav > ul > .trigger:not(:nth-child(2)):hover > .mega > ul:before{
	content:"";
	display: block;
	width:23.5%;
	order:1;
}

#nav-drawer .nav-content > nav > ul > .trigger:nth-of-type(5):hover > .mega > ul:before{
	width:32%;
}

#nav-drawer .nav-content > nav > ul > .trigger:hover > .mega > ul > li{
	width: 23.5%;
	height: 65px;
	position: relative;
}

#nav-drawer .nav-content > nav > ul > .trigger:nth-child(2):hover > .mega > ul > li{
	width: 32%;
}

#nav-drawer .nav-content > nav > ul > .trigger:nth-child(5):hover > .mega > ul > li{
	width: 32%;
}

#nav-drawer .nav-content > nav > ul > .trigger:not(:nth-child(2)):hover > .mega > ul > li:nth-child(-n+3){
	margin-bottom: 3.5rem;
}

#nav-drawer .nav-content > nav > ul > .trigger:hover > .mega > ul > li:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 15px solid #FF80A5;
	border-left: 15px solid transparent;
}

#nav-drawer .nav-content > nav > ul > .trigger:hover > .mega > ul > li > a{
	display: block;
	background-color: #FFF;
	width: 100%;
	height: 65px;
	font-size: 1.6rem;
	border: 2px solid #FF80A5;
	line-height: 65px;
	font-weight: 500;
	color: #FF80A5;
}

#nav-drawer .nav-content > nav > ul > .trigger .nav-treat{
	display:flex;
	padding-left: 6rem;
	width: 70%;
	justify-content: space-between;
}

#nav-drawer .nav-content > nav > ul > .trigger:nth-child(4) .nav-treat{
	width: 60%;
}

#nav-drawer .nav-content > nav > ul > .trigger .nav-treat .nav-title{
	width:70px;
	height:37px;
	color:#fff;
	background-color:#FF80A5;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
	font-weight: 500;
	line-height: 35px;
	letter-spacing: .1em;
	border-radius: 0 0 5px 0;
}

#nav-drawer .nav-content > nav > ul > .trigger .nav-treat ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#nav-drawer .nav-content > nav > ul > .trigger .nav-treat ul li{
	width:29%;
}

#nav-drawer .nav-content > nav > ul > .trigger .nav-treat ul li:nth-child(-n+3){
	margin-bottom: 2.5rem;
}

#nav-drawer .nav-content > nav > ul > .trigger .nav-treat ul li a{
	display:block;
	text-align:center;
	line-height: 40px;
}

#nav-drawer .nav-content > nav > ul > .trigger .nav-treat ul li a p{
	font-size:1rem;
	color:#FF80A5;
	font-weight:500;
	line-height: 1.4;
}

#nav-drawer .nav-content > nav > ul > .trigger .nav-treat .treat-container{
	width:48%;
	border:1px solid #FF80A5;
	padding: 2.5rem 6rem;
	position:relative;
}

#nav-drawer .nav-content > nav > ul > .trigger .nav-treat .treat-container::after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 13px solid #FF80A5;
	border-left: 13px solid transparent;
}

#nav-drawer .nav-content > nav > ul > .trigger .nav-treat .treat-container img:first-child{
	width:29px;
	height:29px;
}

#nav-drawer .nav-content > nav > ul > .trigger .nav-treat .treat-container img:nth-child(2){
	width:25px;
	height:30px;
}

#nav-drawer .nav-content > nav > ul > .trigger .nav-treat .treat-container img:nth-child(3){
	width:21px;
	height:27px;
}

#nav-drawer .nav-content > nav > ul > .trigger .nav-treat .treat-container img:nth-child(4){
	width:33px;
	height:25px;
}

#nav-drawer .nav-content > nav > ul > .trigger .nav-treat .treat-container img:nth-child(5){
	width:31px;
	height:31px;
}

#nav-drawer .nav-content > nav > ul > .trigger .nav-treat .treat-container img:nth-child(6){
	width:25px;
	height:27px;
}

#nav-drawer .nav-content > nav > ul > .trigger .nav-treat .environment-container ul{
	justify-content:start;
}

#nav-drawer .nav-content > nav > ul > .trigger .nav-treat .environment-container img:first-child{
	width:44px;
	height:29px;
}

#nav-drawer .nav-content > nav > ul > .trigger .nav-treat .environment-container img:nth-child(2){
	width:38px;
	height:34px;
}

/* footer
--------------------------------*/
.footer-contact{
	background-color:#FFECF3;
	padding:8rem 0;
}

.footer-contact .contact-catch{
	font-size:3.2rem;
	font-weight:500;
	color:#FF80A5;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1;
	margin:0 auto 7rem;
	position:relative;
	width: 600px;
}

.footer-contact .contact-catch::before,
.footer-contact .contact-catch::after{
	content:"";
	display: inline-block;
	background-size: cover;
	width:22px;
	height:30px;
	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{
	display:flex;
	justify-content:space-between;
}

.footer-contact ul li{
	background-color: #fff;
	max-width: 380px;
	height: auto;
	text-align: center;
	border-radius: 15px;
	width: 32%;
}

.footer-contact ul li a{
	width:100%;
	height:auto;
	display:block;
	padding: 3rem 0;
}

.footer-contact ul li:last-child a{
	padding: 3.5rem 0;
}

.footer-contact ul li:nth-child(2) a{
	padding: 3.3rem 0;
}

.footer-contact ul li .contact-title{
	font-size:1.8rem;
	line-height: 1;
	margin: 1rem 0;
}

.footer-contact ul li p{
	font-size:1.4rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.4;
}

.footer-contact ul .contact-button{
	border-radius:30px;
	max-width:330px;
	height:40px;
	margin: 0 auto;
	width: 90%;
}

.footer-contact ul .contact-button p{
	color:#fff;
	text-align:center;
	line-height:38px;
	font-size:2rem;
}

.footer-contact ul .line{
	border:1px solid #06C055;
	box-shadow: 5px 5px #06C055;
}

.footer-contact ul .line img{
	width:45px;
	height:45px;
}

.footer-contact ul .line .contact-button{
	background-color:#06C055;
	margin-top: 1rem;
}

.footer-contact ul .line .ft-06c055{
	color:#06C055;
}

.footer-contact ul .mail{
	border:1px solid #FFC051;
	box-shadow: 5px 5px #FFC051;
}

.footer-contact ul .mail img{
	width:50px;
	height:37px;
}

.footer-contact ul .mail .contact-title{
	margin:2.5rem 0 3rem;
}

.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:37px;
	height:37px;
}

.footer-contact ul .tel .telnumber-image{
	max-width:268px;
	height:44px;
	width: 75%;
}

.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:3.5rem 0;
}

.footer-container .footer-logo{
	width:350px;
	height:auto;
	display: block;
	margin: 0 auto 3rem;
}

.footer-container .footer-logo img{
	width:100%;
	height:auto;
}

.footer-container .footer-navi a{
	display:block;
}

.footer-container .footer-navi > ul{
	display: flex;
}

.footer-container .footer-navi > ul > li{
	position:relative;
	flex: 1 1 auto;
	margin-right: 5rem;
}

.footer-container .footer-navi > ul > li:last-child{
	margin-right: 0;
}

.footer-container .footer-navi .nav-name{
	font-size:1.4rem;
	font-weight:500;
	border-bottom:1px solid #fff;
	margin-bottom: 2rem;
	color: #fff;
	line-height: 2.4;
}

.footer-container .footer-navi .treat-box{
	display:flex;
	justify-content:space-between;
}

.footer-container .footer-navi .treat-box .nav-treat{
	width:46%;
}

.footer-container .footer-navi .treat-box .nav-treat .nav-title{
	font-size: 1.2rem;
  	color: #fff;
	line-height: 1.5;
	margin-bottom: 1rem;
}

.footer-container .footer-navi .treat-box .nav-environment{
	width:54%;
}

.footer-container .footer-navi > ul > li > ul{
	position:relative;
}

.footer-container .footer-navi .sub{
	position:relative;
	line-height: 1.5;
}

.footer-container .footer-navi .sub > li{
	margin-bottom:1rem;
}

.footer-container .footer-navi .sub > li > a,
.footer-container .footer-navi .treat-box > .nav-treat > a{
	position:relative;
	font-size:1.1rem;
	color:#fff;
	line-height: 1.5;
}

.footer-container .footer-navi .treat-box > .nav-treat > a{
	margin-bottom:0.5rem;
}

.footer-container .footer-navi .etc{
	position:relative;
}

.footer-container .footer-navi .etc > li{
	position:relative;
	line-height: 1.5;
	margin-bottom: 25px;
}

.footer-container .footer-navi .etc > li > a{
	font-size:1.4rem;
	font-weight:500;
	color: #fff;
}

.footer-container .footer-navi > ul > li > .etc > li:first-child{
	margin-bottom: 25px;
}

.footer-container .contact-box{
	width:710px;
	margin:6.5rem auto 3.5rem;
	display: flex;
	justify-content: space-between;
}

.footer-container .contact-box li{
	width:330px;
	height:70px;
	background-color:#fff;
}

.footer-container .contact-box li a{
	width:330px;
	height:70px;
	display:block;
	text-align:center;
	padding: 1.2rem;
	box-shadow: 5px 7px 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:33px;
	height:33px;
	margin-right:0.5rem;
}

.footer-container .contact-box .tel .tel-box .telnumber-image{
	width:230px;
	height:37px;
}

.footer-container .contact-box .tel .tel-box p{
	font-size:3.4rem;
	color:#FF80A5;
}

.footer-container .contact-box .tel .business-hours{
	font-size:1.4rem;
	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:33px;
	height:25px;
	margin-right: 1rem;
}

.footer-container .contact-box .mail a p{
	font-size:2rem;
	font-weight:700;
	color:#FFC051;
}

.footer-container .nav-under{
	display:flex;
	justify-content:space-between;
	width: 480px;
	margin: 0 auto;
}

.footer-container .nav-under > li > a{
	font-size:1.4rem;
	font-weight:500;
	color: #fff;
	line-height: 1.5;
	border-right:1px solid #fff;
	padding-right:1.5rem;
}

.footer-container .nav-under > li:last-child > a{
	border-right:none;
}

footer .under18{
	background-color: #fff;
	padding: 3rem 0;
}

footer .under18 .attention-bar{
	display:flex;
	align-items:center;
	width: 895px;
	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:1.6rem;
	color:#FF80A5;
	letter-spacing: .05em;
	padding-left: 2rem;
}

footer .copy{
	background-color:#84BBFF;
	height:30px;
	line-height: 30px;
}

footer .copy p{
	font-size:1rem;
	text-align: center;
	letter-spacing: .1em;
	color:#fff;
}

/* home
--------------------------------*/
.mainvisual {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 0;
	margin-top: 110px;
}

.mainvisual img{
	width: 100%;
	height: auto;
}

.mainvisual .renewal-catch{
	max-width:185px;
	width:15%;
	height:auto;
	position: absolute;
	right: 60px;
	bottom:100px;
}

.mainvisual .invoice-catch{
	max-width: 390px;
	width:25%;
	height:auto;
	position: absolute;
	left: 55px;
	bottom: 30px;
}

.safety-container .safety-catch{
	position:relative;
	text-align:center;
	padding: 6rem 0;
	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: 50px 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: 30px solid #fff;
	position: absolute;
	bottom: -80px;
	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:210px;
	height:118px;
	left: -20px;
	top: 5px;
}

.safety-container .safety-pop::after{
	background-image: url(img/fukidashi-02.svg);
	width:180px;
	height:119px;
	right: -5px;
	bottom: 0;
}

.safety-container .safety-catch .safety-title{
	font-size:4.5rem;
	font-weight:700;
	position:relative;
	letter-spacing: .1em;
	color: #FF80A5;
}

.safety-container .safety-catch .safety-title::after{
	background-image: url(img/rline-yellow.svg);
	content: "";
	display: inline-block;
	background-size: cover;
	max-width:810px;
	height:11px;
	position: absolute;
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 75%;
}

.safety-container .safety-catch .addition{
	font-size:2rem;
	font-weight:500;
	color:#FF80A7;
	letter-spacing:.05em;
}

.safety-container .appeal-inner{
	padding:10rem 0 8.5rem;
	background-color:#FFF8DE;
}

.safety-container .pin::before {
	top: 15px;
	left: -18px;
}

.safety-container .pin::after {
	bottom: 15px;
	right: -20px;
}

.safety-container .appeal-inner ul{
	display:flex;
	justify-content:space-between;
	width:785px;
	margin:0 auto 11rem;
}

.safety-container .appeal-inner ul li{
	width:210px;
	height:210px;
	position:relative;
	text-align: center;
	z-index: 100;
	font-size: 2.5rem;
	color: #FF80A7;
	line-height: 1.8;
}

.safety-container .appeal-inner ul li::after{
	background-image: url(img/circle-bg.svg);
	content: "";
	display: inline-block;
	background-size: cover;
	width:210px;
	height:210px;
	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: -80px;
	left: 150px;
	width: 45px;
	height: 52px;
}

.safety-container .appeal-inner ul .arrow-c::before{
	background-image: url(img/arrow-center.svg);
	width: 33px;
	height: 68px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: -80px;
}

.safety-container .appeal-inner ul .arrow-r::before{
	background-image: url(img/arrow-right.svg);
	bottom: -80px;
	right: 150px;
	width: 45px;
	height: 52px;
}

.safety-container .appeal-inner .appeal-point{
	background-color:#fff;
	padding:12rem 4rem 6rem;
	box-shadow: 5px 7px 10px #FFF2CF;
	position: relative;
}

.safety-container .appeal-inner .appeal-point p{
	font-size:2.4rem;
	font-weight:500;
	letter-spacing: .1em;
}

.safety-container .appeal-inner .appeal-point span{
	font-size:3.3rem;
	font-weight:700;
	color:#FF80A7;
	position:relative;
}

.safety-container .appeal-inner .appeal-point span::before{
	content: "";
	display: inline-block;
	background-size: cover;
	position:absolute;
	top: -75px;
}

.safety-container .appeal-inner .appeal-point .monthly-income::before{
	background-image: url(img/fukidashi-03.svg);
	left: 0;
	width: 198px;
	height: 68px;
}

.safety-container .appeal-inner .appeal-point .know-how::before{
	background-image: url(img/fukidashi-04.svg);
	right: 0;
	width: 307px;
	height: 68px;
}

.safety-container .appeal-inner .appeal-point .chat-room::before{
	background-image: url(img/fukidashi-05.svg);
	right: 0;
	width: 285px;
	height: 68px;
}

.home-reason{
	padding:10rem 0 16rem;
	background-image: url(img/reason-bg.jpg);
	background-position: top;
	background-repeat: repeat;
	overflow: hidden;
}

.home-reason .c-page-title{
	margin-bottom:7rem;
}

.home-reason .merit-list{
	display:flex;
	justify-content:space-between;
	margin-bottom: 6rem;
}

.home-reason .merit-list li{
	position:relative;
	width:32%;
	background-color:#fff;
	border-radius:10px;
	padding: 8rem 3rem 12rem;
}

.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.8rem;
	text-align:center;
	letter-spacing:.2em;
	color:#86BDFF;
	margin-bottom: 1.5rem;
}

.home-reason .merit-list li .diagonalline{
	font-size:1.8rem;
	text-align:center;
	color:#FF80A7;
	font-weight: 500;
	letter-spacing: .15em;
}

.home-reason .merit-list li .diagonalline span{
	font-size:2.5rem;
	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:25px;
	height:38px;
	position:absolute;
	bottom:0;
}

.home-reason .merit-list li .diagonalline span::before{
	background-image: url(img/diagonalline-left.svg);
	left:20px;
}

.home-reason .merit-list li .diagonalline span::after{
	background-image: url(img/diagonalline-right.svg);
	right:20px;
}

.home-reason .merit-list li img{
	width:100%;
	height:auto;
	margin-bottom: 4.5rem;
}

.home-reason .merit-list li p{
	line-height:1.6;
	letter-spacing: .05em;
	margin-bottom: 2rem;
}

.home-reason .home-button{
	position:absolute;
	bottom:50px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.home-reason .other-container h4{
	text-align:center;
	margin-bottom: 7.5rem;
}

.home-reason .other-container h4 img{
	width:515px;
	height:96px;
}

.home-reason .other-container ul{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

.home-reason .other-container ul li{
	width:31.5%;
	background-color:#fff;
	border:1px solid #FF80A7;
	padding:6rem 3rem 4.5rem;
	position:relative;
	border-radius: 20px;
	box-shadow: 5px 5px #FF80A7;
}

.home-reason .other-container ul li:nth-child(-n+3) {
	margin-bottom:11rem;
}

.home-reason .other-container ul li:first-child,
.home-reason .other-container ul li:nth-child(2),
.home-reason .other-container ul li:nth-child(4){
	margin-right:3rem;
}


.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:96px;
	height:96px;
}

.home-reason .other-container ul .icon-access::before{
	background-image: url(img/icon-map.svg);
	width:190px;
	height:88px;
}

.home-reason .other-container ul .icon-door::before{
	background-image: url(img/icon-door.svg);
	width:73px;
	height:91px;
}

.home-reason .other-container ul .icon-staff::before{
	background-image: url(img/icon-staff.svg);
	width:86px;
	height:104px;
	top: -70px;
}

.home-reason .other-container ul .icon-beauty::before{
	background-image: url(img/icon-beauty.svg);
	width:127px;
	height:112px;
	top: -70px;
}

.home-reason .other-container ul li .other-title{
	font-size:2.5rem;
	font-weight:700;
	letter-spacing:.1em;
	text-align:center;
	border-bottom:1px solid #FF80A7;
	margin-bottom:2rem;
	padding-bottom:1.5rem;
	color: #FF80A7;
	line-height: 1.4;
}

.home-reason .other-container ul li:nth-child(n+2) .other-title{
	letter-spacing:.05em;
}

.home-experienced{
	background-color:#FFECF3;
	padding:12rem 0 16rem;
}

.home-experienced img{
	width:100%;
	height:auto;
}

.home-experienced .experienced-title{
	text-align:center;
	position:relative;
	margin: 7rem 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:857px;
	height:18px;
	position: absolute;
	bottom:-15px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.home-experienced .experienced-title span{
	font-size:2.2rem;
	font-weight:500;
	letter-spacing:.1em;
}

.home-experienced .experienced-title h3{
	font-size: 4.5rem;
	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:3rem;
	font-weight:500;
	text-align:center;
	border-bottom:6px double #FF80A5;
	width: 400px;
	margin: 0 auto 2.5rem;
	letter-spacing: .1em;
	line-height: 1.8;
}

.home-experienced .experienced-catch span{
	position:relative;
}

.home-experienced .experienced-catch span::after{
	content:"";
	width:7px;
	height:7px;
	border-radius:50%;
	background-color:#FF80A5;
	position:absolute;
	top:-10px;
	left: 10px;
}

.home-experienced .experienced-txt{
	font-size:2.2rem;
	font-weight:500;
	text-align:center;
	margin-bottom: 6rem;
	line-height: 1.8;
}

.home-experienced ul{
	display:flex;
	justify-content:space-between;
}

.home-experienced ul li{
	width:32%;
	background-color:#fff;
	padding:3rem;
	border-radius:15px;
}

.home-experienced ul li h4{
	font-size:2.5rem;
	font-weight:700;
	color:#FF80A5;
	letter-spacing:.1em;
	margin-bottom:1.5rem;
	text-align: center;
}

.home-experienced ul li .experienced-image{
	width:100%;
	height:240px;
	margin-bottom:2.5rem;
}

.home-experienced ul li p{
	font-size:1.6rem;
}

.home-experienced .misunderstand-container{
	padding-top:10rem;
}

.home-experienced .misunderstand-container .misunderstand-catch{
	font-size:2.8rem;
	font-weight:500;
	letter-spacing:.01em;
	text-align:center;
	border-bottom:6px double #FF80A5;
	width:800px;
	margin:7rem auto 4rem;
}

.home-experienced .influence-container{
	padding-top:8rem;
}

.home-experienced .influence-container .influence-image{
	width:100%;
	margin-bottom:5rem;
}

.home-experienced .taxreturn-container{
	padding-top:9rem;
}

.home-experienced .taxreturn-container .taxreturn-image{
	width:100%;
	margin-bottom:5rem;
}

.home-about .blog-bg{
	padding:12rem 0 11rem;
	background-image: url(img/about-bg.jpg);
	background-position: top;
	background-repeat: repeat;
	overflow: hidden;
}

.home-about .blog-container{
	margin-top:5rem;
}

.home-about .blog-container h3{
	font-size:2.8rem;
	font-weight:500;
	letter-spacing:.1em;
	text-align:center;
	margin-bottom:10rem;
	position:relative;
}

.home-about .blog-container h3::after{
	content: "";
	display: inline-block;
	background-size: cover;
	position:absolute;
	bottom:-10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-image: url(img/line-about.svg);
	width:443px;
	height:8px;
}

.home-about .blog-list li a{
	display:flex;
	justify-content:space-between;
	align-items: center;
	padding: 2rem 8rem 2rem 2rem;
	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: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-image: url(img/arrow-pink-right.svg);
	width:36px;
	height:20px;
}

.home-about .blog-list li:first-child a{
	border-top: 1px solid #FF5F97;
}

.home-about .blog-list li a .blog-thumbnail{
	width:160px;
	height:120px;
}

.home-about .blog-list li a .blog-thumbnail img{
	width:100%;
	height:auto;
}

.home-about .blog-list li a .blog-info{
	width:calc(100% - 175px);
}

.home-about .blog-list li a .blog-info h2{
	font-size:1.8rem;
	font-weight:700;
	color:#FF80A5;
	letter-spacing:.1em;
	line-height:1;
	margin-bottom:1rem;
}

.home-about .blog-list li a .blog-info .excerpt{
	font-size:1.6rem;
}

.home-about .home-button{
	margin:9rem auto 0;
}

.home-about .promotion-container{
	padding:8rem 0;
	background-image: url(img/enrollment-bg.png);
	background-position: top;
	background-repeat: repeat;
	overflow: hidden;
}

.home-about .promotion-container .promotion-catch{
	font-size:1.8rem;
	font-weight:500;
	text-align:center;
	letter-spacing:.1em;
	line-height:1.8;
	margin-bottom:6rem;
}

.home-about .promotion-container .promotion-box{
	position:relative;
	margin-bottom: 5.5rem;
}

.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:2.5rem;
	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%;
	max-width: 300px;
	border-top:3px double #FF80A7;
	content: "";
	width: 25%;
}

.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{
	display:flex;
	justify-content:space-between;
	max-width:930px;
	width:80%;
	margin:0 auto;
	padding-bottom: 3rem;
}

.home-about .promotion-container .promotion-box ul li{
	width:28%;
	text-align:center;
}

.home-about .promotion-container .promotion-box ul li img{
	width:230px;
	height:230px;
	margin-bottom:2rem;
}

.home-about .promotion-container .promotion-box ul li p{
	font-size:1.6rem;
	text-align: left;
}

.home-about .promotion-container .promotion-txt{
	font-size:1.8rem;
	font-weight:500;
	text-align:center;
	margin-bottom:5.5rem;
	letter-spacing: .05em;
}

.home-about .promotion-container .invitation-phrase{
	font-size:2.5rem;
	text-align:center;
	letter-spacing:.1em;
	position:relative;
}

.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/enrollment-line.svg);
	width:975px;
	height:38px;
}

.home-system{
	padding:8rem 0 11rem;
	background-color:#FFF9E9;
}

.home-system .system-title{
	text-align:center;
	position:relative;
	margin-bottom:6.5rem;
}

.home-system .system-title::after{
	background-image: url(img/line-fukidashi.svg);
	content: "";
	display: inline-block;
	background-size: cover;
	width: 857px;
	height: 18px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.home-system .system-title p{
	font-size:2.2rem;
	font-weight:500;
	letter-spacing:.1em;
}

.home-system .system-title p span{
	font-size:2.8rem;
	font-weight:700;
	color:#FF80A5;
	position:relative;
}

.home-system .system-title p span::after{
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #FF80A5;
	position: absolute;
	top: -10px;
	left: 10px;
}

.home-system .system-title h3{
	font-size: 4.5rem;
	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-system .home-button{
	margin:6.5rem auto 0;
}

.home-faq{
	padding: 11rem 0;
	background-image: url(img/reason-bg.jpg);
	background-position: top;
	background-repeat: repeat;
	overflow: hidden;
}

.home-faq .c-page-title{
	margin-bottom:7rem;
}

.home-faq .home-button{
	margin:9rem auto 0;
}

.home-recommend{
	padding:10rem 0;
	background-image: url(img/recommend-bg.jpg);
	background-position: top;
	background-repeat: repeat;
	overflow: hidden;
}

.home-recommend .recommend-list{
	display:flex;
	justify-content:space-between;
	margin-top: 8.5rem;
}

.home-recommend .recommend-list li{
	width:30%;
}

.home-recommend .recommend-list li a{
	display:block;
}

.home-recommend .recommend-list li img{
	width:100%;
	height:auto;
}

.home-instagram{
	padding:10rem 0;
}

.home-instagram .c-page-title{
	margin-bottom: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:13.5rem 0 11.5rem;
}

.c-company .company-catch{
	font-size:1.8rem;
	letter-spacing:.1em;
	text-align:center;
	margin-bottom: 6rem;
}

.c-company .company-catch .inquiry{
	color:#FF80A5;
	border-bottom:1px solid #FF80A5;
}

.c-company .company-container{
	background-color:#fff;
	padding:8.5rem 3.5rem;
	display:flex;
	justify-content:space-between;
	align-items: center;
}

.c-company .company-container .store-image{
	width:48%;
}

.c-company .company-container .store-image img{
	width:100%;
	height:auto;
}

.c-company .company-container .company-info{
	width:48%;
	display:flex;
	flex-wrap:wrap;
}

.c-company .company-container .company-info dt,
.c-company .company-container .company-info dd{
	font-size:1.6rem;
	letter-spacing:.1em;
	padding:3rem 0;
}

.c-company .company-container .company-info dt{
	width:125px;
	color:#FF80A5;
	padding-left:1.5rem;
	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% - 160px);
	border-bottom:1px solid #C4C4C4;
	padding-left: 3rem;
}

.c-company .company-container .company-info .mail-address::after{
	content:"info@1love-pro.jp";
}

.c-company .attention{
	margin-top:3rem;
	letter-spacing:.1em;
}

/* 個人情報保護方針
--------------------------------*/
.page-bg-privacypolicy{
	background-image:url(img/title-bg.jpg);
}

.c-privacypolicy .privacy-catch{
	font-size:1.8rem;
	font-weight:400;
	letter-spacing:.05em;
	text-align: center;
	line-height: 1.8;
}

.c-privacypolicy h2{
	font-size:2.2rem;
	font-weight:500;
	letter-spacing:.05em;
	border-bottom:2px solid #c4c4c4;
	margin:5rem 0 1.5rem;
	line-height: 1;
	padding-bottom: 1.5rem;
}

.c-privacypolicy .list-disc{
	padding-left:1.5rem;
}

.c-privacypolicy .list-disc li{
	list-style: disc;
}

.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.8rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .05em;
}

.c-antisocial h2{
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: .05em;
	border-bottom: 2px solid #c4c4c4;
	margin: 5rem 0 1.5rem;
	line-height: 1;
	padding-bottom: 1.5rem;
}

.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:4rem;
}

.c-work .bg-fff{
	background-color:rgba(255,255,255,0.45);
	padding:9rem 0;
}

.c-work .about-container{
	padding-top:6rem;
}

.c-work .about-container .about-box{
	display:flex;
	justify-content:space-between;
}

.c-work .about-container .about-box .about-image{
	width:48%;
	position:relative;
}

.c-work .about-container .about-box .about-image::after{
	content:"";
	width:100%;
	height:98%;
	border:1px solid #FF80A5;
	position:absolute;
	right:-10px;
	top:10px;
}

.c-work .about-container .about-box .about-image img{
	width:100%;
	height:auto;
}

.c-work .about-container .about-box .about-txt{
	width:48%;
}

.c-work .about-container .about-box .about-txt h4{
	margin-bottom:1rem;
}

.c-work .about-container .about-box .about-txt h4 img{
	width:100%;
	height:auto;
}

.c-work .about-container .about-box .about-txt p{
	font-size:1.8rem;
}

.c-work .site-container{
	padding-top:8rem;
}

.c-work .site-container .site-image{
	width:100%;
	margin-bottom:4.5rem;
}

.c-work .site-container .site-image img{
	width:100%;
	height:auto;
}

.c-work .site-container p{
	font-size:1.8rem;
}

.c-work .features-container{
	padding-top:6.5rem;
}

.c-work .features-container ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.c-work .features-container ul li{
	width:32%;
	border:2px solid #FF80A5;
	padding:1rem;
	position:relative;
	background-color: #fff;
	max-height: 420px;
}

.c-work .features-container ul li:nth-child(-n+3){
	margin-bottom: 3rem;
}

.c-work .features-container ul li::after{
	content: "";
	display: inline-block;
	background-size: cover;
	position:absolute;
	top:0;
	left: 25px;
	width:70px;
	height:85px;
}

.c-work .features-container ul li .bd-ff80a5{
	border:1px solid #FF80A5;
	padding:9rem 1.5rem 5rem;
	height: 100%;
}

.c-work .features-container ul li h4{
	font-size:2.5rem;
	font-weight:700;
	color:#FF80A5;
	line-height:1.4;
	margin-bottom: 1.5rem;
	letter-spacing: .15em;
}

.c-work .features-container ul li p{
	font-size:1.6rem;
	line-height:1.8;
}

.c-work .features-container .reason-container{
	padding-top:10.5rem;
}

.c-work .features-container .reason-container .reason-catch{
	font-size:3.2rem;
	font-weight:500;
	color:#fff;
	position:relative;
	text-align: center;
	z-index: 100;
	letter-spacing: .15em;
	line-height: 70px;
	margin-bottom: 5.5rem;
}

.c-work .features-container .reason-container .reason-catch::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/work-subtitle-frame.svg);
	width:685px;
	height:82px;
	z-index: -1;
}

.c-work .features-container .reason-container p{
	font-size:1.8rem;
	letter-spacing:.1em;
}

.c-work .flow-container{
	background-color:#FFF9E9;
	padding:12rem 0;
}

.c-work .flow-container .flow-image{
	width:100%;
	margin-bottom:8rem;
}

.c-work .flow-container .flow-txt{
	background-color:#FFE6F0;
	width:99%;
	position:relative;
	padding: 4.5rem 3.5rem;
	height: 200px;
	margin-left: auto;
}

.c-work .flow-container .flow-txt::after{
	content:"";
	border:1px solid #544545;
	width:99.8%;
	height:200px;
	position:absolute;
	left:-10px;
	bottom: 10px;
}

.c-work .merit-container{
	background-color:#FFECF3;
	padding:12.5rem 0;
}

.c-work .merit-container .merit-list li{
	border:1px solid #FF80A5;
	background-color:#fff;
	padding:4rem;
	display:flex;
	justify-content:space-between;
	align-items: center;
	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:385px;
	height:auto;
	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{
	width:calc(100% - 410px);
}

.c-work .merit-container .merit-list li .merit-txt h4{
	font-size:2.5rem;
	font-weight:500;
	border-bottom:1px solid #FF80A5;
	letter-spacing:.1em;
	line-height: 1.8;
	margin-bottom: 3rem;
}

.c-work .application-container{
	padding:11rem 0;
}

.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: 130px;
	padding: 1.8rem;
	border-bottom: 1px solid #fff;
}

.c-work .application-container table td{
	width:calc(100% - 130px);
	padding: 1.8rem 2.5rem;
	border: 1px solid #FFC2DA;
}

.c-work .application-container .application-txt{
	background-color: #FFE6F0;
	width: 99%;
	position: relative;
	padding: 4.5rem 3.5rem;
	height: 200px;
	margin-left: auto;
}

.c-work .application-container .application-txt::after{
	content: "";
	border: 1px solid #544545;
	width: 99.8%;
	height: 200px;
	position: absolute;
	left: -10px;
	bottom: 10px;
}

/* サポート体制
--------------------------------*/
.page-bg-support{
	background-image:url(img/title-bg.jpg);
}

.c-support .bg-fff{
	background-color:rgba(255,255,255,0.45);
	padding:8rem 0 16rem;
}

.c-support .c-sub-title{
	margin-top:6rem;
}

.c-support .support-catch{
	font-size:1.8rem;
	text-align:center;
	margin-bottom:4rem;
	letter-spacing:.1em;
}

.c-support .suppot-list li{
	border:1px solid #FF80A5;
	background-color:#fff;
	padding:4rem;
	display:flex;
	justify-content:space-between;
	margin-bottom: 3rem;
}

.c-support .suppot-list li:last-child{
	margin-bottom:0;
}

.c-support .suppot-list li .support-image{
	width:385px;
	height:auto;
	line-height: 1;
}

.c-support .suppot-list li .support-image img{
	width:100%;
	height:auto;
}

.c-support .suppot-list li .support-txt{
	width:calc(100% - 410px);
	margin-top: 3rem;
}

.c-support .suppot-list li .support-txt h4{
	font-size:2.5rem;
	font-weight:500;
	border-bottom:1px solid #FF80A5;
	letter-spacing:.1em;
	line-height: 1.8;
	margin-bottom: 3rem;
}

/* よくある質問
--------------------------------*/
.page-bg-faq{
	background-image:url(img/title-bg.jpg);
}

.c-faq .bg-fff{
	background-color:rgba(255,255,255,0.5);
	padding:8.5rem 0 12.5rem;
}

.c-faq .faq-catch{
	font-size:1.8rem;
	letter-spacing:.1em;
	text-align:center;
	margin-bottom: 6rem;
}

.c-faq .faq-catch .page-link{
	color:#FF80A5;
	border-bottom:1px solid #FF80A5;
}

.c-faq .faq-menu{
	display:flex;
	flex-wrap:wrap;
	max-width:960px;
	width:90%;
	margin: 0 auto 9rem;
	justify-content: center;
}

.c-faq .faq-menu li{
	width:280px;
	height:54px;
	background-color:#FF80A5;
	border-radius:30px;
	position:relative;
}

.c-faq .faq-menu li:nth-child(-n+3){
	margin-bottom:3rem;
}

.c-faq .faq-menu li:first-child, 
.c-faq .faq-menu li:nth-child(2),
.c-faq .faq-menu li:nth-child(4){
	margin-right:5rem;
}

.c-faq .faq-menu li::after{
	content:"";
	width:280px;
	height:54px;
	border:1px solid #544545;
	border-radius:30px;
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
}

.c-faq .faq-menu li a{
	font-size:1.8rem;
	font-weight:500;
	letter-spacing:.15em;
	text-align:center;
	color:#fff;
	display:block;
	line-height: 2.8;
	position: relative;
	z-index: 200;
}

.c-faq h2{
	font-size:2.5rem;
	font-weight:500;
	letter-spacing:.15em;
	border-bottom:1px solid #FF80A5;
	margin-bottom: 1.5rem;
}

.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: 8.5rem 0 12.5rem;
}

.blog-list > li > article > a{
	display:flex;
	justify-content:space-between;
	padding:2rem 8.5rem 2rem 2rem;
	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: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-image: url(img/arrow-pink-right.svg);
	width: 36px;
	height: 20px;
}

.blog-list > li > article > a > .blog-thumbnail{
	width:160px;
	height:120px;
}

.blog-list > li > article > a > .blog-thumbnail img{
	width:100%;
	height:auto;
}

.blog-list > li > article > a > .blog-info{
	width:calc(100% - 180px);
}

.blog-list > li > article > a > .blog-info > h2{
	font-size:1.8rem;
	letter-spacing:.1em;
	color:#FF80A5;
	font-weight:700;
	margin-bottom:1rem;
	line-height: 1;
}

.blog-list > li > article > a > .blog-info > .excertpt{
	font-size:1.6rem;
}

/* ブログ記事ページ(single.php)
--------------------------------*/
.blog-single{
	background-color: #fff;
  	padding: 8.5rem 9.5rem;
	border-radius: 15px;
	box-shadow: 0 0 4px -1px rgba(73,73,73,.75);
}

.blog-single .bg-fff{
	background-color: rgba(255,255,255,0.5);
	padding: 8.5rem 0 12.5rem;
}

.blog-single .blog-single-container{
	background-color: #fff;
  	padding: 8.5rem 9.5rem;
	border-radius: 15px;
	box-shadow: 0 0 4px -1px rgba(73,73,73,.75);
	margin-bottom: 8.5rem;
}

.blog-single .blog-single-container .post-info h2{
	font-size:2.8rem;
	letter-spacing:.1em;
	font-weight:500;
	border-bottom:1px solid #FF80A5;
	margin-bottom: 3.5rem;
	padding-bottom: 1rem;
}

.blog-single .post-contents a{
	font-size:1.6rem;
	font-weight:500;
	letter-spacing: .05em;
	display: block;
	margin-bottom: 2rem;
	color: #FF3399;
}

.blog-single .post-contents a img{
	max-width: 50%;
	height: auto;
	margin: 5px 0px;
}

.blog-single .post-contents p{
	font-size: 1.6rem;
	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: 420px;
	margin: 0 auto;
	align-items: center;
}

.nav-below .works-list-btn{
	font-size: 1.8rem;
	width: 260px;
	text-align: center;
	line-height: 56px;
	height: 60px;
	border: 1px solid #544545;
	border-radius: 45px;
	background-color: #fff;
}

.nav-below .nav-previous,
.nav-below .nav-next{
	width: 60px;
}

.nav-below .nav-previous a,
.nav-below .nav-next a{
	border: 1px solid #544545;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background-color: #fff;
	position: relative;
}

.nav-below .nav-previous a::after{
	content:"";
	background-image: url(img/arrow-gray-l.svg);
	display:block;
	width:13px;
	height:23px;
	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:13px;
	height:23px;
	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: 9rem 0;
	margin-bottom: 8rem;
}

.c-reward .reward-image{
	width:100%;
	margin:6.5rem 0 4.5rem;
	line-height: 1;
}

.c-reward .reward-image img{
	width:100%;
	height:auto;
}

.c-reward .reward-txt{
	font-size:1.8rem;
	margin-bottom: 4.5rem;
}

.c-reward .composition-case{
	display:flex;
	justify-content:space-between;
	margin-bottom:4.5rem;
}

.c-reward .composition-case li{
	width:48%;
	border:2px solid #C4C4C4;
	text-align:center;
}

.c-reward .composition-case li h4{
	font-size:1.8rem;
	letter-spacing:.1em;
	color:#fff;
	text-align: center;
	padding: 0.6rem;
	border-bottom: 2px 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-size:1.8rem;
	font-weight:700;
}

.c-reward .composition-case li p{
	font-size:1.8rem;
	letter-spacing:.05em;
	color:#494949;
	padding: 1rem;
	background-color: #fff;
}

.c-reward .example{
	font-size:2.2rem;
	text-align:center;
	letter-spacing: .1em;
	line-height: 1.8;
	margin-bottom: 6.5rem;
}

.c-reward .example .ft-md{
	font-size:2.8rem;
	font-weight: 500;
}

.c-reward .example .ft-bd{
	font-size:2.8rem;
	font-weight: 700;
}

.c-reward .example .ft-bd-ff80a5{
	font-size:4.6rem;
	padding-left: 0.5rem;
}

.c-reward .example .line-diagonal{
	color:#FF80A5;
	font-size:3.2rem;
	font-weight:700;
	padding: 0 1rem;
	border-bottom: 7px double #FF80A5;
}

.c-reward .example .line-diagonal::after {
	width: 255px;
	height: 12px;
	bottom: -9px;
}

.c-reward .composition-txt{
	background-color:#FFE6F0;
	width:99%;
	position:relative;
	padding: 4rem 3.5rem;
	height: 390px;
	margin-left: auto;
}

.c-reward .composition-txt::after{
	content:"";
	border:1px solid #544545;
	width:99.8%;
	height:390px;
	position:absolute;
	left:-10px;
	bottom: 10px;
}

.c-reward .composition-txt p{
	font-size:1.8rem;
	letter-spacing:.1em;
	text-align:center;
}

.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: 2.8rem;
	letter-spacing: .15em;
}

.c-reward .composition-txt .reward-calculation .arrow{
	padding-bottom: 6.5rem;
	position: relative;
}

.c-reward .composition-txt .reward-calculation .arrow::after {
	content: "";
	background-image: url(img/composition-arrow.svg);
	display: inline-block;
	width: 41px;
	height: 47px;
	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: 7px double #FF80A5;
	display: inline-block;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.c-reward .bg-fff9e9{
	background-color:#FFF9E9;
	padding:12rem 0 15rem;
}

.c-reward .method-container{
	background-color:#FFECF3;
	padding: 12rem 0 10rem;
}

.c-reward .method-container .method-image{
	width:100%;
	margin-bottom:8.5rem;
}

.c-reward .method-container .method-image img{
	width:100%;
	height:auto;
}

.c-reward .method-container .method-txt{
	margin-bottom:7.5rem;
}

.c-reward .payment-container .payment-catch{
	font-size: 2.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: 65%;
	margin: 0 auto 2rem;
}

.c-reward .payment-container .payment-catch::before,
.c-reward .payment-container .payment-catch::after{
	content: "";
	display: inline-block;
	background-size: cover;
	width: 21px;
	height: 33px;
	position: absolute;
	top: 10px;
}

.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:2rem;
	font-weight:500;
	text-align:center;
	position:relative;
	margin-bottom:11rem;
}

.c-reward .payment-container .arrow-pink::after{
	content: "";
	background-image: url(img/method-arrow.svg);
	display: inline-block;
	background-size: cover;
	width: 31px;
	height: 60px;
	position: absolute;
	bottom:-80px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.c-reward .payment-container  ul{
	display:flex;
	justify-content:space-between;
	margin-bottom:4rem;
}

.c-reward .payment-container ul li{
	width:32%;
	background-color:#fff;
	border:1px solid #FF80A7;
	padding:4.5rem 2.5rem 3.5rem;
	position:relative;
	border-radius: 20px;
	box-shadow: 5px 5px #FF80A7;
}

.c-reward .payment-container ul li h4{
	font-size:2.5rem;
	font-weight:500;
	letter-spacing:.1em;
	color:#FF80A5;
	padding-bottom:2rem;
	margin-bottom:2.5rem;
	border-bottom:1px solid #FF80A5;
	text-align: center;
}

.c-reward .payment-container .postscript{
	font-size:1.8rem;
	font-weight:500;
	text-align:center;
	margin-bottom:9.5rem;
	letter-spacing: .05em;
}

.c-reward .others-container{
	background-color:#fff;
	border:1px solid #FF80A5;
	padding:5.5rem 4.5rem;
	margin-bottom: 4rem;
}

.c-reward .others-container .others-title{
	font-size:2.8rem;
	font-weight:500;
	border-bottom:1px solid #FF80A5;
	padding-bottom:0.5rem;
	margin-bottom:2rem;
	color: #FF80A5;
}

.c-reward .example-container{
	padding: 12rem 0 15rem;
	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:4.5rem;
	display:flex;
	justify-content:space-between;
	margin-bottom: 4.5rem;
}

.c-reward .example-container ul li .example-image{
	width:385px;
	height: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.8rem;
	letter-spacing:.1em;
	position:relative;
	text-align: center;
	margin-top: 4rem;
	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:-16px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.c-reward .example-container ul li .example-txt{
	width:calc(100% - 410px);
}

.c-reward .example-container ul li .example-txt .examlpe-catch{
	font-size:2.5rem;
	font-weight:500;
	letter-spacing:.1em;
	border-bottom:1px solid #FF80A5;
	margin-bottom: 2rem;
}

.c-reward .example-container ul li .example-txt dl{
	display:flex;
	align-items: center;
	background-color: #FFE6F0;
	padding: 0.5rem 3rem;
	margin-top: 3rem;
}

.c-reward .example-container ul li .example-txt dl dt{
	width:90px;
	font-size:1.6rem;
	letter-spacing: .1em;
}

.c-reward .example-container ul li .example-txt dl dd{
	width:155px;
	font-size:2.2rem;
	font-weight:700;
	color:#FF558E;
	letter-spacing: .1em;
}

.c-reward .example-container ul li .example-txt dl dd span{
	font-size:3.2rem;
}

/* 待遇・環境について
--------------------------------*/
.page-bg-treat{
	background-image:url(img/title-bg.jpg);
}

.c-treat .bg-fff {
	background-color: rgba(255,255,255,0.5);
	padding: 9rem 0;
	margin-bottom: 8rem;
}

.c-treat .treat-catch{
	font-size:2.8rem;
	font-weight:500;
	text-align:center;
	position:relative;
	margin: 7rem 0 10rem;
	letter-spacing: .1em;
}

.c-treat .treat-catch::before {
	content: "";
	width: 50px;
	height: 2px;
	background-color: #FF80A5;
	display: block;
	letter-spacing: .05em;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.c-treat .treat-image{
	width:100%;
	margin-bottom:5rem;
}

.c-treat .treat-image img{
	width:100%;
	height:auto;
}

.c-treat .treatment-container{
	padding-top:7.5rem;
}

.c-treat .treatment-container .treatment-catch{
	font-size:2.2rem;
	font-weight:500;
	letter-spacing:.1em;
	text-align:center;
	line-height: 1.8;
	margin-bottom: 6rem;
}

.c-treat .treatment-container ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.c-treat .treatment-container ul li{
	width:48%;
	margin-bottom:4rem;
	border:2px solid #FF80A5;
	padding:1rem;
	position: relative;
	background-color: #fff;
}

.c-treat .treatment-container ul li::after{
	content: "";
	display: inline-block;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 25px;
	width: 70px;
	height: 85px;
}

.c-treat .treatment-container ul li .bd-ff80a5{
	border:1px solid #FF80A5;
	padding:4rem 2rem 5rem;
	height: 100%;
}

.c-treat .treatment-container ul li h4{
	font-size:2.8rem;
	font-weight:700;
	letter-spacing:.1em;
	color:#FF80A5;
	text-align:center;
	line-height:1;
	margin-bottom:3rem;
}

.c-treat .treatment-container ul li .treatment-image{
	width:100%;
	line-height: 1;
	margin-bottom: 4rem;
}

.c-treat .treatment-container ul li .treatment-image img{
	width:100%;
	height:auto;
}

.c-treat .environment-container{
	background-color:#FFF9E9;
	padding:12rem 0 15rem;
}

.c-treat .environment-container ul li{
	display:flex;
	justify-content:space-between;
	border:1px solid #FF80A5;
	padding:4.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:385px;
	height:auto;
}

.c-treat .environment-container ul li .environment-image img{
	width:100%;
	height:auto;
}

.c-treat .environment-container ul li .environment-txt{
	width:calc(100% - 410px);
	margin-top: 2rem;
}

.c-treat .environment-container ul li .environment-txt h4{
	font-size:2.5rem;
	font-weight:500;
	letter-spacing:.1em;
	border-bottom:1px solid #FF80A5;
	margin-bottom:3rem;
}

.c-treat .promise-container{
	padding:10rem 0 16rem;
}

.c-treat .promise-container .promise-txt{
	font-size:1.8rem;
}

.c-treat .promise-container ul{
	border:2px solid #FF80A5;
	border-radius:15px;
	margin-top:6.5rem;
	padding:7.5rem 4.5rem 9.5rem;
}

.c-treat .promise-container ul li{
	border-bottom:1px solid #C4C4C4;
	padding:4.5rem 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:2.8rem;
	font-weight:700;
	color:#FF80A5;
	letter-spacing:.1em;
	text-align:center;
	margin-bottom:2rem;
}

.c-treat .promise-container ul li p{
	font-size:1.8rem;
}

/* 経験者の方へ
--------------------------------*/
.page-bg-experienced{
	background-image:url(img/title-bg.jpg);
}

.c-experienced{
	padding-bottom:13rem;
}

.c-experienced .bg-fff {
	background-color: rgba(255,255,255,0.5);
	padding: 9rem 0;
	margin-bottom: 12rem;
}

.c-experienced .experienced-title{
	text-align:center;
	position:relative;
	margin: 7rem 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:857px;
	height:18px;
	position: absolute;
	bottom:-15px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.c-experienced .experienced-title span{
	font-size:2.2rem;
	font-weight:500;
	letter-spacing:.1em;
}

.c-experienced .experienced-title h3{
	font-size: 4.5rem;
	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;
}

.c-experienced .experienced-catch{
	font-size:3rem;
	font-weight:500;
	text-align:center;
	border-bottom:6px double #FF80A5;
	width: 400px;
	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:7px;
	height:7px;
	border-radius:50%;
	background-color:#FF80A5;
	position:absolute;
	top:-10px;
	left: 10px;
}

.c-experienced .experienced-top-txt{
	font-size:2.2rem;
	font-weight:500;
	text-align:center;
	margin-bottom: 7rem;
	line-height: 1.8;
}

.c-experienced .experienced-list li{
	margin-bottom:8rem;
}

.c-experienced .experienced-list li:last-child{
	margin-bottom:0;
}

.c-experienced .experienced-list li h4{
	font-size:3.2rem;
	font-weight:500;
	text-align:center;
	position:relative;
	margin-bottom: 6rem;
	letter-spacing: .1em;
}

.c-experienced .experienced-list li h4::after{
	content: "";
	width: 50px;
	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-experienced .experienced-list li .experienced-image{
	width:100%;
	margin-bottom: 7rem;
}

.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: 5rem 3.5rem;
	margin-left: auto;
	height: 300px;
}

.c-experienced .experienced-list li .experienced-txt::after{
	content:"";
	border:1px solid #544545;
	width:99.8%;
	position:absolute;
	left:-10px;
	bottom: 10px;
	height: 300px;
}

.c-experienced .experienced-list li:first-child .experienced-txt{
	height: 390px;
}

.c-experienced .experienced-list li:first-child .experienced-txt::after{
	height:390px;
}

.c-experienced .bg-fff9e9{
	background-color:#FFF9E9;
	padding:12rem 0;
}

.c-experienced .misunderstand-container .misunderstand-catch{
	font-size:2.8rem;
	font-weight:500;
	letter-spacing:.05em;
	text-align:center;
	border-bottom: 6px double #FF80A5;
	width: 810px;
	margin: 0 auto 3rem;
}

.c-experienced .earn-container{
	padding-top:6rem;
}

.c-experienced .earn-container .earn-image{
	max-width:1000px;
	width:85%;
	height:auto;
	position:relative;
	margin: 0 auto 15rem;
}

.c-experienced .earn-container .earn-image::after{
	background-image: url(img/arrow-pink-under.svg);
	content: "";
	display: inline-block;
	background-size: cover;
	width:45px;
	height:87px;
	position: absolute;
	bottom:-105px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.c-experienced .earn-container .earn-image img{
	width:100%;
	height:auto;
}

.c-experienced .earn-container .conclusion-txt{
	position:relative;
	margin-bottom: 5.5rem;
}

.c-experienced .earn-container .conclusion-txt::after{
	background-image: url(img/earn-frame.svg);
	content: "";
	display: inline-block;
	background-size: cover;
	width:740px;
	height:78px;
	position:absolute;
	bottom:-15px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 1;
}

.c-experienced .earn-container .conclusion-txt p{
	font-size:2.8rem;
	font-weight:500;
	color:#FF80A5;
	letter-spacing:.1em;
	text-align:center;
	position: relative;
	z-index: 100;
}

.c-experienced .earn-container .earn-txt{
	margin-bottom:10rem;
}

.c-experienced .earn-list{
	display: flex;
	justify-content: space-between;
}

.c-experienced .earn-list li{
	width: 31.5%;
	background-color: #fff;
	border: 1px solid #FF80A7;
	padding: 6rem 3rem 5rem;
	position: relative;
	border-radius: 20px;
	box-shadow: 5px 5px #FF80A7;
}

.c-experienced .earn-list li::before{
	content: "";
	display: inline-block;
	background-size: cover;
	position:absolute;
	top:-65px;
	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:77px;
	height:96px;
}

.c-experienced .earn-list .education::before{
	background-image: url(img/earn-icon02.svg);
	width:90px;
	height:100px;
}

.c-experienced .earn-list .rank::before{
	background-image: url(img/earn-icon03.svg);
	width:100px;
	height:92px;
	top: -60px;
}

.c-experienced .earn-list li h4{
	font-size:2.5rem;
	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:11rem 0;
}

.c-experienced .influence-container .influence-image{
	width:100%;
	margin-bottom:5rem;
	line-height: 1;
}

.c-experienced .influence-container .influence-image img{
	width:100%;
	height:auto;
}

.c-experienced .taxreturn-container .taxreturn-image{
	width:100%;
	margin-bottom:5rem;
	line-height: 1;
}

.c-experienced .taxreturn-container .taxreturn-image img{
	width:100%;
	height:auto;
}

/* お問い合わせ・ご応募
--------------------------------*/
.page-bg-contact{
	background-image:url(img/title-bg.jpg);
}

.c-contact .bg-fff{
	background-color: rgba(255,255,255,0.5);
	padding: 9.5rem 0 14.5rem;
}

.c-contact .contact-title{
	position:relative;
	margin-bottom:6.5rem;
}

.c-contact .contact-title::after{
	content:"";
	background-image: url(img/contact-ribbon.svg);
	display:block;
	width:747px;
	height:75px;
	position: absolute;
	top:-4px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.c-contact .contact-title h2{
	font-size:2.8rem;
	font-weight:700;
	text-align:center;
	color:#fff;
	letter-spacing:.1em;
	position: relative;
	z-index: 100;
}

.c-contact .renewal-banner{
	width:100%;
}

.c-contact .renewal-banner img{
	width:100%;
	height:auto;
}

.c-contact .contact-content{
	padding:7.5rem 0 10rem;
}

.c-contact .contact-content .contact-txt{
	font-size:1.8rem;
	text-align:center;
}

.c-contact .contact-list{
	display:flex;
	justify-content:space-between;
	max-width:810px;
	width:80%;
	margin: 6.5rem auto 0;
}

.c-contact .contact-list li{
	background-color: #fff;
	max-width: 380px;
	/*! height: 220px; */
	text-align: center;
	border-radius: 15px;
	width: 48%;
}

.c-contact .contact-list li a{
	width:100%;
	height:auto;
	display:block;
	padding: 3.2rem 2rem;
}

.c-contact .contact-list li .contact-catch{
	font-size:1.8rem;
	margin: 1rem 0;
}

.c-contact .contact-list li p{
	font-size:1.4rem;
	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;
	max-width:330px;
	height:40px;
	margin: 0 auto;
	width: 90%;
}

.c-contact .contact-list .contact-button p{
	color:#fff;
	text-align:center;
	line-height:38px;
	font-size:2rem;
}

.c-contact .contact-list .line{
	border:1px solid #06C055;
	box-shadow: 5px 5px #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: 5px 5px rgba(255,128,165,0.85);
}

.c-contact .contact-list .tel .icon-tel{
	width:37px;
	height:37px;
}

.c-contact .contact-list .tel .telnumber-image{
	max-width:268px;
	height:44px;
	width: 85%;
}

.c-contact .contact-list .tel .contact-tel{
	color:#FF80A5;
	font-size:4rem;
	font-weight:600;
	letter-spacing: .05em;
}

.c-contact .contact-step {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 5.5rem auto 4rem;
	width: 350px;
	position: relative;
	z-index: 1;
}

.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: 14rem;
	position: absolute;
	right: 20px;
	top: -1px;
	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.6rem;
	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 .mail-catch{
	font-size:1.8rem;
	font-weight:500;
	letter-spacing:.1em;
	text-align:center;
	margin-bottom:5.5rem;
}

/* お問い合わせ(新)変更部分 */
.c-contact-new .contact-step{
	width: 250px !important;
}

.c-contact-new  .contact-step .active::before {
	width: 17rem;
}


/* お問い合わせ・ご応募（確認画面）
--------------------------------*/
.contact-confirmation .contact-catch{
	text-align:center;
}

.c-contact .contact-step li {
	text-align: center;
	position: relative;
	width: 80px;
	height: 80px;
	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: 3.2rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1;
	margin-top: 0.5rem;
}

/* お問い合わせ・ご応募(フォーム部分)
--------------------------------*/
.contact-container{
	margin-top:5rem;
	width:100%;
	background-color:#FFF;
	padding:7rem 9rem 10rem;
	border-radius: 15px;
	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.4rem;
	position: absolute;
	right: 4rem;
	border-radius: 3px;
	width: 50px;
	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.4rem;
	position: absolute;
	right:4rem;
	border-radius: 3px;
	width: 50px;
	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:flex;
	justify-content: space-between;
	padding: 4rem 0;
	border-bottom: 1px solid #C4C4C4;
	align-items: center;
}

.contactpage-form table th{
	text-align: left;
	vertical-align: top;
	position: relative;
	font-size: 1.6rem;
	background-clip: padding-box;
	width: calc(100% - 740px);
	font-weight: 400;
	display: block;
	padding-left: 0.5rem;
	border-left: 3px solid #FF80A5;
	line-height: 1.4;
}

.contactpage-form table td{
	width: 740px;
	display: block;
	font-size: 1.6rem;
}

.contactpage-form table td span{
	font-size:1.4rem;
	margin-top: 0.5rem;
}

.contactpage-form table td .age .contactpage-form select{
	width:70px;
}

.contactpage-form input,
.contactpage-form textarea{
	padding: 1.5rem;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	font-size: 1.4rem;
	font-weight: 400;
	width: 90%;
	max-width: 600px;
	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: 160px;
	background-color: #fff;
	border-radius: 3px;
	margin: 0 0.5rem;
	border: 1px solid #C4C4C4;
}

.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.6rem;
	width: auto;
}

.contactpage-form input::placeholder,
.contactpage-form textarea::placeholder{
	color:#595757;
	font-size:1.4rem;
}

.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;
	max-width: 780px;
	margin: 8rem auto 0;
	padding: 4rem;
	box-sizing: border-box;
	width: 80%;
}

.contact-privacy a{
	color:#333;
	text-decoration: underline;
}

.contact-privacy p{
	font-size: 1.4rem;
	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.4);
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
}

.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: 8rem auto 0;
}

.contactpage-form-btn input[type="submit"],
.contactpage-form-btn button[type="submit"]{
	font-size: 1.8rem;
	text-align: center;
	width:260px;
	height:60px;
	border-radius:3rem;
	position:relative;
	background-color: #FF80A5;
	color: #fff;
	border: none;
	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: inline-block;
	margin-right: 35px;
}

.contactpage-form-btn .send-btn{
	position: relative;
	display: inline-block;
}

.contactpage-form-btn .send-btn::after {
 	content: "";
	background-image: url(img/arrow-bt.svg);
	display: block;
	position: absolute;
	width: 20px;
	height: 12px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 100;
	right: 16px;
}

.contactpage-form-btn .back-btn::after{
  	content: "";
	background-image: url(img/arrow-white-left.svg);
	display: block;
	position: absolute;
	width: 20px;
	height: 12px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 100;
  	left: 16px;
}

.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: 260px;
	height: 60px;
}

.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: 20px;
	height: 12px;
}

/* お問い合わせ・ご応募（送信完了）
--------------------------------*/
.c-complete .contact-complete{
	margin-top: 5rem;
	width: 100%;
	background-color: #FFF;
	padding: 7rem 9rem 10rem;
	border-radius: 15px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.15);
}

.c-complete .contact-step{
	margin-bottom:6rem;
}

.c-complete .contact-complete h3{
	color:#FF80A5;
	font-size:2.8rem;
	font-weight:500;
	text-align:center;
	border-bottom: 2px solid #C4C4C4;
	padding-bottom: 4rem;
	margin-bottom: 4rem;
	letter-spacing: .15em;
	line-height: 1;
}

.c-complete .contact-complete .home-button{
	margin:6.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: 9.5rem 0 14.5rem;
}

.error404 .container404{
	margin-top: 5rem;
	width: 100%;
	background-color: #FFF;
	padding: 7rem 9rem 10rem;
	border-radius: 15px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.15);
}

.error404 .container404 h2{
	color:#FF80A5;
	font-size:2.8rem;
	font-weight:500;
	text-align:center;
	border-bottom: 2px solid #C4C4C4;
	padding-bottom: 4rem;
	margin-bottom: 4rem;
	letter-spacing: .15em;
	line-height: 1;
}

.error404 .container404 .home-button{
	margin:6.5rem auto 0;
}