@media screen and (max-width: 768px){

/*
**  sp
============== ============== ============== ============== ============== ============== ============== */	
	
/* バーガーメニュー//////////////////////////////////////////////////// */
#g-nav00 {
    position:fixed;
	z-index: -100;
	opacity: 0;
	top:0;
	width:100%;
    height: 100vh;
	background:#fe85a5;
	transition: all 0.5s;
	visibility: hidden;
}

#g-nav00.panelactive{
	opacity: 1;
	z-index: 9998;
	visibility: visible;
	transition: all 0.5s;
}

/*ナビゲーションの縦スクロール*/
#g-nav00.panelactive #g-nav-list{
    position:fixed;
    z-index: 9998; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav00 ul {
    display: none;
    position: absolute;
    z-index: 9998;
    top:45%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav00.panelactive ul {
    display: block;
}

/*リストのレイアウト設定*/

#g-nav00 li{
	list-style: none;
	width: 80vw;
	text-align: center;
}

#g-nav00 li a {
	color: #fff;
	font-size: 5vw;
	font-weight: 700;
	text-decoration: none;
	padding:2.5vw;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#g-nav00 li a:hover {
	color: #1c9e08;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}
	
#g-nav00 li.top_contact_btn a {
	background-color: #fff;
	width: 45vw;
	height: 9vw;
	border-radius:40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 5vw;
	font-weight: 700;
	margin: 4vw auto 0;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:absolute;
	top: 7vw;
	right: 2vw;
	z-index: 9999;
	cursor: pointer;
    width: 15vw;
    height:13.3vw;
}
  
/*×に変化*/  
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 3px;
	background-color: #fff;
    width: 10vw;
  }

.openbtn span:nth-of-type(1) {
	top:10px; 
}

.openbtn span:nth-of-type(2) {
	top:20px;
}

.openbtn span:nth-of-type(3) {
	top:30px;
}

.openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 16px;
    transform: translateY(2px) rotate(-45deg);
    width: 7vw;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 18px;
    left: 16px;
    transform: translateY(-2px) rotate(45deg);
    width: 7vw;
}
	
/* バーガーメニューend//////////////////////////////////////////////////// */

	
.fv_area,.fv_area02,.fv_are3 {width: 100%;}
	
.fv_area {
	background-image: url("../images/index/fv_back01.webp");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
	background-color: #fe85a5;
}
.fv_area02 {
	background-color: #8abaf7;
}
.fv_area03 {
	background-color: #ffaa4e;
}
.fv_area04 {
	background-color: #fe85a5;
}
	
.top_logo {
	width: 55vw;
	padding: 6vw 0 0 5.5vw;
	}

.topmenu {display: none;}
	
@keyframes zoomIn {
  0% {
		transform: scale(0.2);
		opacity: 0;
	}
	50% {
		transform: scale(1);
		opacity: 0;
	}
	70% {
		opacity: 1;
		transform: scale(1.4);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
	}
	
.fv_main {
	width: 100vw;
	margin: 5vw auto 0;
	position: relative;
	}
	
.fv_illa01 {
	width: 18vw;
	position: absolute;
	top: 8vw;
	left: 3vw;
	z-index: 10;
	animation: zoomIn 1.5s cubic-bezier(0.5, 0.5, 0.5, 1) forwards;
	}
	
.fv_illa02 {
	width: 30vw;
	position: absolute;
	top: 10vw;
	left: 37vw;
	z-index: 10;
	animation: zoomIn 1.8s cubic-bezier(0.5, 0.5, 0.5, 1) forwards;
	}
	
.fv_illa03 {
	width: 18vw;
	position: absolute;
	top: 12vw;
	right: 2vw;
	z-index: 10;
	animation: zoomIn 1.5s cubic-bezier(0.5, 0.5, 0.5, 1) forwards;
	}
	
.fv_illa04 {
	width: 30vw;
	position: absolute;
	bottom: 18vw;
	left: -1vw;
	z-index: 10;
	animation: zoomIn 1.8s cubic-bezier(0.5, 0.5, 0.5, 1) forwards;
	}
	
.fv_illa05 {
	width: 32vw;
	position: absolute;
	bottom: 17vw;
	right: 0vw;
	z-index: 10;
	animation: zoomIn 1.8s cubic-bezier(0.5, 0.5, 0.5, 1) forwards;
	}
	
.explanation {
	width: 90vw;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	}
	
.explanation img {
	margin: 10vw auto 0;
	}
	
.explanation h1 {
	font-size: 6.7vw;
	font-weight: 700;
	margin-bottom: 3vw;
	}
	
.explanation p {
	font-size: 4vw;
	line-height: 1.8em;
	margin-bottom: 10vw;
	}
	
.explanation p span {
	font-size: 3vw;
	line-height: 1.85em;
	}
	
.guidance_area {
	width: 85vw;
	margin: 0 auto;
	padding: 13vw 0;
	}
	
.con_title {
	width: 85vw;
	margin: 0 auto 10vw;
	}
	
.guidance_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	
.g_item {
	width: 39vw;
	height: 39vw;
	border: solid 2px #f65781;
	border-radius: 50%;
	color: #f65781;
	text-align: center;
	margin: 0 0 5vw;
	}
	
.g_item img {
	width: 18vw;
	margin: 5vw 0 0.5vw;
	}
	
.g_item p {
	font-size: 4.3vw;
	font-weight: 500;
	line-height: 1.3em;
	}
	
.recommendation_area {
	width: 100%;
	background-color: #fe85a5;
	padding: 13vw 0 5vw;
	}
	
.recommendation_box {
	width: 85vw;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	
.reco_item01 img,.reco_item02 img,.reco_item03 img,.reco_item04 img,.reco_item05 img,.reco_item06 img {
	width: 40vw;
	margin: 0 0 2vw;
	}
	
.reco_item01 p,.reco_item02 p,.reco_item03 p,.reco_item04 p,.reco_item05 p,.reco_item06 p {
	font-size: 4vw;
	font-weight: 700;
	line-height: 1.3em;
	background-color: #e33286;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	padding: 1vw 0 1.5vw;
	width: 39vw;
	margin: 0 auto 8vw;
	}
	
.flow_area {
	width: 85vw;
	margin: 0 auto;
	padding: 13vw 0;
	}
	
.flow_area02 {
	width: 100%;
	margin: 0 auto;
	padding: 13vw 0;
	background-color: #ffaa4e;
	}
	
.flow_box {
	width: 80vw;
	margin: 0 auto;
	}
	
.flow_item {
	background-color: #f4e9d1;
	border-radius: 15px;
	margin: 0 0 2vw;
	padding: 5vw;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}
	
.number {
	font-size: 5vw;
	font-weight: 700;
	width: 8.3vw;
	height: 7vw;
	background-color: #e33286;
	border-radius: 50px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 5px;
	margin-top: 4vw;
	}
	
.flow_item img {
	width: 20vw;
	margin: 0 0 2vw 3vw;
	}
	
.flow_title {
	font-size: 5vw;
	font-weight: 700;
	margin-bottom: 5px;
	text-align: center;
	}
	
.flow_txt {
	font-size: 4vw;
	line-height: 1.4em;
	}
	
.flow_txt_small {
	font-size: 3.5vw;
	}
	
.arrow {
	font-size: 7vw;
	color: #e33286;
	text-align: center;
	margin-bottom: 2vw;
	}


/*============== ============== フォームレイアウト ============== ============== ============== */
	
.clientarea,.clientarea02,.clientarea03 {
	width: 100%;
	padding: 15vw 0 10vw;
	}
	
.clientarea {
	background-color: #fe85a5;
	}
	
.clientarea02 {
	background-color: #8abaf7;
	}
	
.clientarea03 {
	background-color: #ffaa4e;
	}
	
.contact_area {
	width: 100vw;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 10vw;
}
	
.contact_txt {
	font-size: 4.5vw;
	line-height: 1.8em;
	color: #fff;
	text-align: center;
	}
	
#formWrap {
	width: 76vw;
	margin:0 auto 15vw;
	padding: 6vw;
	background-color: #fff;
	border-radius: 15px;
}
	
.form_txt {
	font-size: 3.8vw;
	line-height: 1.7em;
	margin-bottom: 10vw;
	}
	
.form_txt img {
	width: 48vw;
	padding: 1px 3px 0 0;
	}

dl.formTable{
	font-size: 3.8vw;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border-top: solid 1px #868686;
	margin-bottom: 10vw;
}

dl.formTable dd,dl.formTable dt{
	padding:1vw;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

dl.formTable dt{
	height: 9vw;
	padding: 2vw 0 3vw 3vw;
	background-color: #f8f1e3;
	display: flex;
	align-items: center;
}

dl.formTable dt span{
	color: #ca0000;
	font-size: 3.4vw;
	margin-left: 3vw;
}

dl.formTable dd{
	margin-bottom: 6vw;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border-bottom: solid 1px #868686;
	padding: 6vw 0;
}
	
dl.formTable dd span{
	color: #ca0000;
	font-size: 3.4vw;
	margin-left: 3vw;
}

.textlines,.textlines02,.textlines03 {
	border: none;
    padding: 3vw;
    background-color: #f1f1f1;
    font-size: 4vw;
	width: 70vw;
	height: 9vw;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}
	
.textlines {
	}
	
.textlines02 {
	}
	
.textlines03 {
	width: 50vw;
	}
	
.price {margin-bottom: 4vw;}
	
.select_area01 option,.select_area02 option,.select_area03 option,.select_area04 option,.select_area05 option {margin-bottom: 3vw;}
	
.select_area01,.select_area02,.select_area03,.select_area04,.select_area05 {
	border: none;
    padding: 4vw;
    background-color: #f1f1f1;
    font-size: 4vw;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	width: 250px;
	}
	
.select_area01 {
	height: 15vw;
	}
	
.select_area02 {
	height: 40vw;
	}
	
.select_area03 {
	height: 150px;
	}
	
.select_area04 {
	height: 75vw;
	}
	
.select_area05 {
	height: 45vw;
	}
	
.muit_none {display: none;}

input[type="text"] {
	background-color: #f1f1f1;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

input[type="text"]:focus,input[type="email"]:focus,select:focus,textarea:focus {
	background-color: #f1f1f1;
	border: 2px solid #000;
	outline: 0;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

textarea {
	width: 70vw;
	height: 70vw;
	line-height: 1.6em;
	font-size: 4vw;
	border: none;
    padding: 3vw;
	margin-bottom: 2vw;
    background-color: #f1f1f1;
	resize: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.form_submit {
	background-color: #000;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 4.3vw;
	width: 75vw;
	height: 18vw;
	color: #fff;
	border: none;
	margin: 0 auto 5vw;
	cursor : pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

.form_submit #back {
	width: 75vw;
	height: 18vw;
	border: none;
	background-color: #212121;
	color: #fff;
	font-size: 4.3vw;
	cursor : pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

.form_submit #send {
	width: 75vw;
	height: 18vw;
	border: none;
	background-color: #1c9e08;
	color: #fff;
	font-size: 4.3vw;
	cursor : pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}


.thanks_area {
	width: 100%;
	padding: 20vw 0 15vw;
	margin: 0 auto 3vw;
	background-color: #fe85a5;
}
	
.thanks_box {
	width: 80vw;
	margin: 0 auto;
	background-color: #fe85a5;
	text-align: center;
}

.thanks_txt {
	font-size: 4.7vw;
	font-weight: 700;
	line-height: 1.8em;
	margin-bottom: 5vw;
	color: #fff;
}

.thanks_txt02 {
	font-size: 3.6vw;
	line-height: 2em;
	margin-bottom: 15vw;
	
	color: #fff;
}
	
.thanks_Btn a {
	color: #fff;
	background-color: #cf0063;
	width: 55vw;
	height: 13vw;
	margin: 0 auto;
	border: solid 2px #cf0063;
	border-radius:80px;
	font-size: 4.5vw;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
}
	
.thanks_Btn a:hover {
	color: #cf0063;
	background-color: #fff;
	border: solid 2px #cf0063;
	}
	
.burger_menu {display: none;}
.burger_menu02 {display: none;}
#g-nav {display: none;}
	
	
/*============== ============== フッター ============== ============== ============== */
.others_pit {
	width: 85vw;
	margin: 0 auto;
	}
	
.others_box {
	color: #fff;
	}
	
.others_title {
	font-size: 6vw;
	font-weight: 700;
	margin-bottom: 2vw;
	}
	
.others_txt {
	font-size: 4vw;
	line-height: 1.7em;
	margin-bottom: 3vw;
	}
	
.others_img {
	margin-bottom: 9vw;
	}
	
	.others_img a {
	margin-bottom: 5vw;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
	}
	
.others_img a:hover {
	opacity: 0.7;
	}
	
footer {
	width: 85vw;
	margin: 0 auto;
	padding: 10vw 0;
	position: relative;
	}
	
.f_area {margin-bottom: 7vw;}
	
.f_logo {
	width: 70vw;
	margin-bottom: 8vw
	}
	
.f_nav ul {
	margin: 0 0 2vw;
	}
	
.f_nav li {
	font-size: 4.3vw;
	margin: 0 0 4vw;
	font-weight: 500;
	}
	
.f_nav li a {
	color: #000;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
	}
	
.f_nav li a:hover {color: #da0c6e;}
	
.pagetop {
	width: 15vw;
	position: absolute;
	top: 40vw;
	right: 1vw;
	z-index: 10;
	}
	
.pagetop a {
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
	}
	
.pagetop a:hover {
	opacity: 0.5;
	}
	
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(80px);
  opacity: 0;
}
	
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
	
	
.l-container {
  max-width: 100vw;
  margin: 0 auto;
}
	
@keyframes fadeIn {
	from {
		opacity: 1;
		transform: translateY(300px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
	}

.floating-banner {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999;
	padding: 3vw 3vw 1vw;
	border: 4px solid #da0c6e;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.3);
	opacity:0;
	animation: fadeIn 2s ease 1.7s 1 normal forwards;
}
	
.flo_txt {
	font-size: 3.4vw;
	font-weight: 700;
	text-align: center;
	margin-bottom: 6px;
	}
	
.flo_banner {
	width: 35vw;
	margin-bottom: 7px;
	}
	
.flo_banner a {
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
	}
	
.flo_banner a:hover {
	opacity: 0.5;
	}
	
.banner-close {
    font-weight: bold;
    position: absolute;
    top: -4vw;
    left: -4vw;
    z-index: 99999;
    padding: 0vw 2.1vw 0.7vw;
    border: none;
    background-color: #da0c6e;
    border-radius: 25px;
    cursor: pointer;
	color: #fff;
	font-size: 6vw;
}
	
.sp_br_none {display: none;}

.hojyo {
	font-size: 3.2vw;
	margin-bottom: 3vw;
	}

}



@media print, screen and (min-width: 769px){

/*
**  pc
============== ============== ============== ============== ============== ============== ============== */
.fv_area {
	background-image: url("../images/index/fv_back01.webp");
	background-repeat: no-repeat;
	background-size: 1800px;
	background-position: top center;
	width: 100%;
	background-color: #fe85a5;
	position: relative;
}

	
.fv_box {
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 50;
}
	
.top_logo {
	width: 383px;
	margin-left: 40px;
	}

.topmenu {
	background-color: #fff;
	width: 870px;
	height: 70px;
	border-radius:40px;
	margin: 0 40px 0 auto;
	box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .5);
	display: flex;
	align-items: center;
	padding: 0 10px 0 25px;
}

.topmenu li {
	font-size: 17px;
	font-weight: 700;
	display: inline;
	margin: 0 10px 0;
}

.topmenu li a {
	color: #000;
	-webkit-transition: all .4s;
	transition: all .4s;
}
	
.topmenu li a:hover {
	color: #da0c6e;
}
	
.top_contact_btn p a {
	color: #fff;
	background-color: #000;
	width: 160px;
	height: 45px;
	border-radius:40px;
	background-image: url("../images/index/mail_icon.png");
	background-repeat: no-repeat;
	background-position: 35px center;
	background-size: 28px;
	margin-left: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	padding-left: 50px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
}
	
.top_contact_btn p a:hover {
	background-color: #cf0063;
	}
	
@keyframes zoomIn {
	0% {
		transform: scale(0.2);
		opacity: 0;
	}
	50% {
		transform: scale(1);
		opacity: 0;
	}
	70% {
		opacity: 1;
		transform: scale(1.4);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
	}
	
.fv_main {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	}
	
.fv_illa01 {
	width: 168px;
	position: absolute;
	top: 240px;
	left: -50px;
	z-index: 10;
	animation: zoomIn 1.5s cubic-bezier(0.5, 0.5, 0.5, 1) forwards;
	}
	
.fv_illa02 {
	width: 290px;
	position: absolute;
	top: 150px;
	left: 380px;
	z-index: 10;
	animation: zoomIn 1.8s cubic-bezier(0.5, 0.5, 0.5, 1) forwards;
	}
	
.fv_illa03 {
	width: 180px;
	position: absolute;
	top: 265px;
	right: -40px;
	z-index: 10;
	animation: zoomIn 1.5s cubic-bezier(0.5, 0.5, 0.5, 1) forwards;
	}
	
.fv_illa04 {
	width: 307px;
	position: absolute;
	bottom: 180px;
	left: -100px;
	z-index: 10;
	animation: zoomIn 1.8s cubic-bezier(0.5, 0.5, 0.5, 1) forwards;
	}
	
.fv_illa05 {
	width: 335px;
	position: absolute;
	bottom: 150px;
	right: -100px;
	z-index: 10;
	animation: zoomIn 1.8s cubic-bezier(0.5, 0.5, 0.5, 1) forwards;
	}
	
.explanation {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	}
	
.explanation img {
	width: 735px;
	margin: 60px auto 10px;
	}
	
.explanation h1 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 30px;
	}
	
.explanation p {
	font-size: 25px;
	line-height: 1.85em;
	margin-bottom: 80px;
	}
	
.explanation p span {
	font-size: 16px;
	line-height: 1.85em;
	}
	
.guidance_area {
	width: 920px;
	margin: 0 auto;
	padding: 125px 0;
	}
	
.con_title {
	width: 545px;
	margin: 0 auto 50px;
	}
	
.guidance_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	
.g_item {
	width: 270px;
	height: 270px;
	border: solid 4px #f65781;
	border-radius: 50%;
	color: #f65781;
	text-align: center;
	margin: 0 0 40px;
	}
	
.g_item img {
	width: 130px;
	margin: 45px 0 10px;
	}
	
.g_item p {
	font-size: 23px;
	font-weight: 500;
	line-height: 1.3em;
	}
	
.recommendation_area {
	width: 100%;
	background-color: #fe85a5;
	padding: 125px 0 100px;
	}
	
.recommendation_box {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	
.reco_item01,.reco_item02,.reco_item03,.reco_item04,.reco_item05,.reco_item06 {
	position: relative;
	}
	
.reco_item01 img,.reco_item02 img,.reco_item03 img,.reco_item04 img,.reco_item05 img,.reco_item06 img {
	width: 343px;
	margin-bottom: 40px;
	}
	
.reco_item01 p,.reco_item02 p,.reco_item03 p,.reco_item04 p,.reco_item05 p,.reco_item06 p {
	font-size: 23px;
	font-weight: 700;
	line-height: 1.3em;
	background-color: #e33286;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	padding: 4px 25px 6px;
	}
	
.reco_item01 p {
	position: absolute;
	top: 40px;
	right: 60px;
	z-index: 10;
	}
	
.reco_item02 p {
	position: absolute;
	top: 85px;
	left: 20px;
	z-index: 10;
	}
	
.reco_item03 p {
	position: absolute;
	top: 75px;
	right: -5px;
	z-index: 10;
	}
	
.reco_item04 p {
	position: absolute;
	top: 50px;
	left: 35px;
	z-index: 10;
	}
	
.reco_item05 p {
	position: absolute;
	top: 80px;
	left: 40px;
	z-index: 10;
	}
	
.reco_item06 p {
	position: absolute;
	top: 60px;
	left: 25px;
	z-index: 10;
	}
	
.flow_area {
	width: 861px;
	margin: 0 auto;
	padding: 125px 0;
	}
	
.flow_area02 {
	width: 100%;
	padding: 125px 0;
	background-color: #ffaa4e;
	}
	
.flow_box {
	width: 861px;
	margin: 0 auto;
	}
	
.flow_item {
	height: 180px;
	background-color: #f4e9d1;
	border-radius: 15px;
	margin: 0 0 25px;
	display: flex;
	align-items: center;
	}
	
.number {
	font-size: 33px;
	font-weight: 700;
	width: 45px;
	height: 38px;
	background-color: #e33286;
	border-radius: 50%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 25px 0 60px;
	padding: 0 0 5px;
	}
	
.flow_item img {
	width: 130px;
	margin: 0 30px 0 0;
	}
	
.flow_title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 5px;
	}
	
.flow_txt {
	font-size: 20px;
	line-height: 1.4em;
	}
	
.arrow {
	font-size: 30px;
	color: #e33286;
	text-align: center;
	margin-bottom: 25px;
	}


/*============== ============== フォームレイアウト ============== ============== ============== */
	
.clientarea,.clientarea02,.clientarea03 {
	width: 100%;
	padding: 120px 0;
	}
	
.clientarea {
	background-color: #fe85a5;
	}
	
.clientarea02 {
	background-color: #8abaf7;
	}
	
.clientarea03 {
	background-color: #ffaa4e;
	}
	
.contact_area {
	width: 1100px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.75em;
	text-align: left;
	padding-bottom: 25px;
	margin-bottom: 60px;
}
	
.contact_txt {
	font-size: 22px;
	line-height: 1.8em;
	color: #fff;
	text-align: center;
	}
	
#formWrap {
	width:840px;
	margin:0 auto 90px;
	padding: 60px;
	background-color: #fff;
	border-radius: 15px;
}
	
.form_txt {
	font-size: 17px;
	line-height: 1.7em;
	margin-bottom: 20px;
	}
	
.form_txt img {
	width: 220px;
	padding: 2px 3px 0 0;
	}

dl.formTable{
	text-align:left;
	font-size: 16px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px #868686;
	margin-bottom: 70px;
}

dl.formTable dd,dl.formTable dt{
	padding:20px 0 20px 10px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

dl.formTable dt{
	width: 220px;
	padding: 20px 0 20px 30px;
	background-color: #f8f1e3;
	border-bottom: solid 1px #868686;
}

dl.formTable dt span,dl.formTable dd span{
	color: #ca0000;
	font-size: 13px;
}

dl.formTable dd{
	width: 560px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border-bottom: solid 1px #868686;
	padding: 20px 0 20px 30px;
}
	
.textlines,.textlines02,.textlines03 {
	border: none;
    padding: 15px;
    background-color: #f1f1f1;
    font-size: 16px;
	height: 20px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

.textlines {
	width: 200px;
	}
	
.textlines02 {
	width: 500px;
	}
	
.textlines03 {
	width: 150px;
	}
	
.fn {margin-left: 15px;}
	
.select_area01 option,.select_area02 option,.select_area03 option,.select_area04 option,.select_area05 option {margin-bottom: 8px;}
	
.select_area01,.select_area02,.select_area03,.select_area04,.select_area05 {
	border: none;
    padding: 15px;
    background-color: #f1f1f1;
    font-size: 16px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	width: 250px;
	}
	
.select_area01 {
	height: 50px;
	}
	
.select_area02 {
	height: 150px;
	}
	
.select_area03 {
	height: 150px;
	}
	
.select_area04 {
	height: 260px;
	}
	
.select_area05 {
	height: 170px;
	}
	
.selection,.radio {margin: 0 30px 0 0;}

input[type="text"] {
	background-color: #f1f1f1;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}
	
input[type="checkbox"],input[type="radio"] {
	transform: scale(1.4);
	margin: 0 8px 15px 0;
	}

textarea {
	width: 500px;
	height: 306px;
	line-height: 1.7em;
	font-size: 16px;
	border: none;
    padding: 15px;
    background-color: #f1f1f1;
	resize: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.form_submit {
	background-color: #000000;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 20px;
	width: 350px;
	height: 80px;
	color: #fff;
	border: none;
	margin: 30px auto 0;
	cursor : pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

.form_submit #back {
	width: 350px;
	height: 80px;
	border: none;
	background-color: #212121;
	color: #fff;
	font-size: 18px;
	cursor : pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

.form_submit #send {
	width: 350px;
	height: 80px;
	border: none;
	background-color: #000;
	color: #fff;
	font-size: 18px;
	cursor : pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}
	
.privacy_check {font-size: 18px;}
	
.privacy_check a {
	color: #000;
	text-decoration: underline;
	}

.thanks_area {
	width: 100%;
	padding: 300px 0 100px;
	margin: 0 auto 30px;
	background-color: #fe85a5;
}
	
.thanks_box {
	width: 1100px;
	margin: 0 auto;
	background-color: #fe85a5;
	text-align: center;
}

.thanks_txt {
	font-size: 35px;
	font-weight: 700;
	line-height: 1.8em;
	margin-bottom: 50px;
	color: #fff;
}

.thanks_txt02 {
	font-size: 22px;
	line-height: 2em;
	margin-bottom: 80px;
	
	color: #fff;
}
	
.thanks_Btn a {
	color: #fff;
	background-color: #cf0063;
	width: 250px;
	height: 60px;
	margin: 0 auto;
	border: solid 2px #cf0063;
	border-radius:80px;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
}
	
.thanks_Btn a:hover {
	color: #cf0063;
	background-color: #fff;
	border: solid 2px #cf0063;
	}
	
.openbtn {display: none;}
#g-nav00 {display: none;}
	
	
/*============== ============== フッター ============== ============== ============== */
.others_pit {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	}
	
.others_box {
	width: 510px;
	color: #fff;
	}
	
.others_title {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 5px;
	}
	
.others_txt {
	font-size: 18px;
	line-height: 1.7em;
	margin-bottom: 20px;
	}
	
.others_img a {
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
	}
	
.others_img a:hover {
	opacity: 0.7;
	}
	
footer {
	width: 1100px;
	margin: 0 auto;
	padding: 60px 0;
	position: relative;
	}
	
.f_area {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	}
	
.f_logo {
	width: 323px;
	}
	
.f_nav ul {
	margin: 0 0 10px;
	}
	
.f_nav li {
	font-size: 17px;
	margin: 0 10px 30px;
	display: inline;
	font-weight: 500;
	text-align: center;
	}
	
.f_nav li a {
	color: #000;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
	}
	
.f_nav li a:hover {color: #da0c6e;}
	
small {
	font-size: 15px;
	}
	
.pagetop {
	width: 70px;
	position: absolute;
	top: 160px;
	right: 15px;
	z-index: 5;
	}
	
.pagetop a {
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
	}
	
.pagetop a:hover {
	opacity: 0.5;
	}
	
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(80px);
  opacity: 0;
}
	
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
	
	
.l-container {
  max-width: 1100px;
  margin: 0 auto;
}
	
@keyframes fadeIn {
	from {
		opacity: 1;
		transform: translateY(300px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
	}

.floating-banner {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 20;
	padding: 20px 20px 10px;
	border: 4px solid #da0c6e;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
	opacity:0;
	animation: fadeIn 2s ease 1.7s 1 normal forwards;
}
	
.flo_txt {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	}
	
.flo_banner {
	width: 211px;
	margin-bottom: 10px;
	}
	
.flo_banner a {
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
	}
	
.flo_banner a:hover {
	opacity: 0.5;
	}
	
.banner-close {
    font-weight: bold;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 99999;
    padding: 8px 14px 10px;
    border: none;
    background-color: #da0c6e;
    border-radius: 25px;
    cursor: pointer;
	color: #fff;
	font-size: 18px;
}
	
.pc_br_none {display: none;}

.hojyo {
	font-size: 12px;
	margin-bottom: 20px;
	}
	
}
