@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
/*** common.css ***/

/*.hidden_wrap{
	overflow: hidden;
	width: 100%;
}*/

html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 1120px;
}

section{
	padding: 90px 0;
}

b{
	font-weight: bold;
}

h1{

}

h2{
	font-size: 60px;
	font-weight: 900;
	line-height: 1.2;
	text-align: left;
	margin: 0 0 60px;
}

.section--color-gladpink h2,
.section-conversion h2{
	color: #111;
}

.section--color-white h2,
.section--color-dotblue h2,
.section--color-lightblue h2{
	color: #FFB6B9;
}

.section--color-gray h2{
	color: #333;
}

h3{
	color: #F6717A;
	font-size: 24px;
	margin: 0 0 10px;
	text-align: center;
}

h1 .midashi_big{
	font-size: 150%;
}

h2 .midashi_big{
	font-size: 135%;
}

p{
	color: #333;
	font-size: 16px;
}

p .body_big{
	display: block;
	font-size: 166%;
	font-weight: 700;
	margin: 0 0 20px;
}

.section--color-gladpink{
	background: #FBB1B6;
	background: -moz-linear-gradient(right,  #FBB1B6 0%, #FCCBCE 100%);
	background: -webkit-linear-gradient(right,  #FBB1B6 0%, #FCCBCE 100%);
	background: linear-gradient(to left,  #FBB1B6 0%, #FCCBCE 100%);
}
.section--color-gray{
	background: #F6F6F2;
}
.section--color-white{
	background: #FFF;
}
.section--color-dotblue{
	background: #FFF url(../img/common/white_bg.png);
}
.section--color-lightblue{
	background: #E8F6F5;
}
.section-conversion{
	background-image: url(../img/common/trial_bg.png), -moz-linear-gradient(left,  #FBB1B6 0%, #FCCBCE 100%);
	background-repeat: repeat, no-repeat;
	background-image: url(../img/common/trial_bg.png), -webkit-linear-gradient(left,  #FBB1B6 0%, #FCCBCE 100%);
	background-repeat: repeat, no-repeat;
	background-image: url(../img/common/trial_bg.png), linear-gradient(to right,  #FBB1B6 0%, #FCCBCE 100%);
	background-repeat: repeat, no-repeat;
}


.page-top{
	background: #222222  url("../img/common/top_arrow.png") no-repeat center top 10px;
	border-radius: 10px;
	bottom: 20px;
	height: 60px;
	opacity: .8;
	position: fixed;
	right: 20px;
	width: 60px;
	z-index: 10;
}

.page-top a{
	width: 60px;
	height: 60px;
	border-radius: 10px;
	color: #FFF;
	display: block;
	text-decoration: none;
	text-align: center;
}

.page-top a i{
	font-size: 48px;
}

form .form__submit-button i{
	margin: 0 0 0 15px;
}


/*** animation ***/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.poyon {animation: poyon 1.5s linear forwards 0s 1;}
@keyframes poyon {
  0%   { transform: scale(0.8, 1.4) translate(0%, -50%); opacity: 0;}
  10%  { transform: scale(0.8, 1.4) translate(0%, -15%); }
  20%  { transform: scale(1.4, 0.6) translate(0%, 30%); }
  30%  { transform: scale(0.9, 1.1) translate(0%, -10%); }
  40%  { transform: scale(0.95, 1.2) translate(0%, -30%); }
  50%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
  60%  { transform: scale(1.1, 0.9) translate(0%, 5%); opacity: 1;}
  70%  { transform: scale(1.0, 1.0) translate(0%, 0%); opacity: 1;}
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); opacity: 1;}
}

.chat_poyon {animation: chat_poyon .75s linear forwards 0s 1;}
@keyframes chat_poyon {
  0%   { transform: scale(0.9, 1.05) translate(0%, -1%); opacity: 0.9;}
  10%  { transform: scale(0.95, 1.0) translate(0%, -1%); }
  20%  { transform: scale(1.05, 0.95) translate(0%, 1%); }
  30%  { transform: scale(0.9, 1.0) translate(0%, 0%); }
  40%  { transform: scale(0.95, 1.05) translate(0%, -1%); }
  50%  { transform: scale(0.95, 1.05) translate(0%, -0.5%); }
  60%  { transform: scale(1.0, 1.0) translate(0%, 1%); opacity: 1;}
  70%  { transform: scale(1.0, 1.0) translate(0%, 0%); opacity: 1;}
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); opacity: 1;}
}


.fadein,
.fadein_onload {
  opacity: .1;
  transform: scale(0.95);
  transition: all .7s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.fadein.scrollin,
.fadein_onload.scrollin {
  opacity: 1;
  transform: scale(1);
}

.slidein_l{
	position: absolute;
	left: -960px;
	bottom:-60px;
	transition: all .7s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slidein_l.slidein_left--on{
	left: -140px;
}

.slidein_r{
	position: absolute;
	right: -960px;
	bottom:-60px;
	transition: all .7s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slidein_r.slidein_right--on{
	right: -200px;
}


.effect .fadein.col-3__item:nth-of-type(3n-1),
.effect .fadein_onload.col-3__item:nth-of-type(3n-1){
  -moz-transition-delay: .15s;
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  -ms-transition-delay: .15s;
}

.effect .fadein.col-3__item:nth-of-type(3n),
.effect .fadein_onload.col-3__item:nth-of-type(3n){
  -moz-transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
}

.effect .fadein.col-5__item:nth-of-type(5n-3){
  -moz-transition-delay: .15s;
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  -ms-transition-delay: .15s;
}

.effect .fadein.col-5__item:nth-of-type(5n-2){
  -moz-transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
}

.effect .fadein.col-5__item:nth-of-type(5n-1){
  -moz-transition-delay: .45s;
  -webkit-transition-delay: .45s;
  -o-transition-delay: .45s;
  -ms-transition-delay: .45s;
}

.effect .fadein.col-5__item:nth-of-type(5n){
  -moz-transition-delay: .6s;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  -ms-transition-delay: .6s;
}

/*** header ***/
header{
    background: none;
    box-sizing: border-box;
    padding: 20px 0 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

#header_block {
	padding: 20px 0;
	transition: .3s;
}

nav{
	margin: 0 auto;
	width: 1120px;
}

.header-logo {
	display: inline-block;
}

.nav--sp{
	display: none;
}

.header-nav{
	float: right;
}

.header-nav ul {
}

.header-nav li {
	float: left;
}

.header-nav a {
	color: #222;
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	padding: 15px 25px;
	text-decoration: none;
}

.header-demo{
	background: #e10e70;
	background: -moz-linear-gradient(top, #e10e70 0%, #e91464 100%);
	background: -webkit-linear-gradient(top, #e10e70 0%, #e91464 100%);
	background: linear-gradient(to bottom, #e10e70 0%, #e91464 100%);
	border-radius: 5px;
	box-sizing: border-box;
	color: #FFF;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	float: right;
	line-height: 110%;
	letter-spacing: 0.1em;
	padding: 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100px;
	box-shadow: 0 5px 10px rgba(0,0,0,.15);
	transition: all .3s;
	margin:0 30px 0 0;
}

.demo_url_icon {
	width: 30px;
	vertical-align: top;
	padding: 5px 0 0;
	display: inline-block;
	margin: 0 5px 0 180px;
	box-sizing: border-box;
}

.demo_mark {
    display: inline-block;
    background: #fff;
    border: 2px solid #e10e70;
    border-radius: 5px;
    box-sizing: border-box;
    color: #e10e70;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 80px;
    margin: 0 5px 0 130px;
    vertical-align: top;
}

.header-contact{
	color: #e10e70;
	background: #f5f5f5;
	border: 2px solid #e10e70;
	border-radius: 36px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	float: right;
	line-height: 110%;
	letter-spacing: 0.1em;
	padding: 8px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 200px;
	box-shadow: 0 5px 10px rgba(0,0,0,.15);
	transition: all .3s;
	margin:0 0 0 15px;
}

.header-demo:hover, .header-contact:hover{
	box-shadow: none;
}

footer{
	background: #333;
}

footer .container{
	width: 100%;
}


.footer__block--top{
	background:#333333;
	padding: 45px 0;
}

.footer__block--bottom{
	background: #444444;
	padding: 15px 0;
}

.footer__inner{
	width: 1120px;
	margin: 0 auto;
}

.footer__inner--left{
	color: #FFF;
	float: left;
	width: 500px;
	box-sizing: border-box;
	padding: 15px 45px;
	text-align: right;
	border-right: 2px solid #FBB1B6;
}

.footer__inner--left p{
	color: #FFF;
	font-size: 20px;
}

.footer__inner--right{
	float: right;
	width: 620px;
	box-sizing: border-box;
	padding: 0 45px;
}

.footer__inner--right p{
	color: #FFF;
}

.footer__tel{
	background: url(../img/common/footer_freedial.png)no-repeat left center;
	-webkit-background-size: auto 38px;
	background-size: auto 38px;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 2px;
    padding: 0 0 0 50px;
}

.footer__block--bottom .footer__inner{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	    align-items: center;
		justify-content: center;
		flex-wrap: wrap;
}

.footer__block--bottom .footer__inner p{
	color: #FFF;
	margin: 0 40px 0 0;
}

.footer__block--bottom .footer__inner p:nth-last-of-type(1){
	margin: 0;
}

.footer__block--bottom .footer__inner .footer__unei{
	position: relative;
}

.footer__block--bottom .footer__inner .footer__unei:after{
	content:"";
	display: block;
	position: absolute;
    right: -20px;
	top: 0;
	width: 1px;
	height: 30px;
	background: #555;
}

.footer__block--bottom .footer__inner .footer__company-name{
	font-weight: 700;
	font-size: 20px;
}

.footer__block--bottom .footer__inner .footer__company-name a{
	color: #FFF;
	text-decoration: none;
}

/*** #section-mainimg ***/
.section-mainimg{
	padding: 230px 0 0px;
}

.mainimg__block h1 {
    color: #353535;
    font-size: 45px;
    font-weight: 900;
    margin: 0 0 100px;
    position: relative;
    text-align: left;
    z-index: 0;
}

.mainimg__block h1 .sub_text {
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    padding: 5px 40px 7px;
    background: #353535;
    color: #FFF;
    letter-spacing: .1em;
    margin: 0 0 5px;
    font-size: 32px;
    font-weight: 700;
}

.mainimg__block h1:after{
	content: "";
	display: block;
	width: 940px;
	height: 611px;
	position: absolute;
	background: url(../img/top/mainimg_fukidashi.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	left: -130px;
	top: -100px;
	z-index: -1;
}

.mainimg__block p{
	font-size: 22px;
	padding: 0 0 0 180px;
	width: 530px;
}

.mainimg__block p span{
    font-size: 16px;
    background: #4e4e4e;
    color: #fff;
    padding: 2px 15px;
    border-radius: 15px;
}

.mainimg__container{
	position: relative;
    padding: 0px 0 125px;
}

.mainimg__images{
	position: relative;
	height: 0;
}

.mainimg__img1{
	position: absolute;
    right: -52px;
    bottom: -115px;
}

.mainimg__img2{
	position: absolute;
    right: -76px;
    bottom: -110px;
}

.mainimg__img3{
    position: absolute;
    left: 40px;
    top: -150px;
}

/*** .section-intro ***/
.section-intro{
	padding: 75px 0 0;
	position: relative;
}

.section-intro .img-position--left{
	margin: 0;
}

.intro__block .block--left{
	width: 540px;
}

.intro__block .block--right{
	width: 580px;
}

.intro__block h2{
	color: #353535;
	margin: 0 0 10px;
}

.intro__block p{
	font-size: 24px;
}

.intro__images{
	position: relative;
	height: 120px;
}

.intro__img1 {
    position: absolute;
    left: 80px;
    bottom: 220px;
    z-index: 3;
}

.intro__img2 {
    position: absolute;
    left: -310px;
    bottom: -110px;
    z-index: 2;
}

/*** .section-self_restraint ***/
.section-self_restraint{
	position: relative;
	z-index: 0;
}
.self_restraint__block{
	margin: 0 0 90px;
}

.self_restraint__block h2{
	margin: 0 0 10px;
}

.self_restraint__block p{
	color: #111;
	font-size: 24px;
	letter-spacing: .03em;
}

.self_restraint__images{
	position: relative;
	height: 0;
	z-index: -1;
}

.self_restraint__img1 {
    position: absolute;
    right: -45px;
    bottom: -90px;
}

.self_restraint__list{
	background: #FFF;
	border-radius: 20px;
	box-shadow: 20px 20px 40px rgba(217,185,185,.2);
	padding: 45px 0;
}

.self_restraint__list .col-3__item {
    text-align: center;
    margin: 0 2% 0% 0;
    position: relative;
}

.self_restraint__list .col-3__item:nth-last-of-type(1){
	margin: 0;
}

.self_restraint__list .col-3__item:after {
    content: "";
    display: block;
    background: #CCC;
    width: 1px;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0px;
}

.self_restraint__list .col-3__item:nth-last-of-type(1):after {
    content: "";
    display: none;
}

.self_restraint__list .col-3__item img{
	margin: 0 0 20px;
	height: 150px;
}

.self_restraint__list .col-3__item h3 {
    color: #353535;
    font-weight: 900;
    margin: 0 0 10px;
}

/*** .section-easy ***/
.section-easy{
	position: relative;
}

.section-easy h2 .sub_text {
	width: 100%;
    border-radius: 30px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    padding: 5px 40px 7px;
    background: #353535;
    color: #FFF;
    letter-spacing: .1em;
    margin: 0 0 5px;
    font-size: 32px;
    font-weight: 700;
}

.easy__block{
	margin: 0 0 60px;
}

.easy__block .block--right{
	width: 530px;
}

.easy__block .block--left img{
	box-shadow:20px 20px 40px rgba(217,185,185,.2);
}

.easy__block h2{
   	margin: 0 0 30px;
}

.easy__block p{
    font-size: 24px;
    font-weight: 400;
}

.easy__list{
    background: #FFF;
    border-radius: 45px;
    border: 3px solid #F6717A;
    padding: 45px;
    box-sizing: border-box;
}

.easy__list .col-3__item{
    margin: 0 2% 2% 0;
    width: 32%;
	box-sizing: border-box;
	text-align: center;
}

.easy__list .col-3__item img{
	margin: 0 0 20px;
	height: 150px;
}

.easy__list h2 {
    color: #F6717A;
    font-size: 32px;
    font-weight: 900;
    margin: 0 0 20px;
    text-align: center;
}

.easy__list .col-3__item h3{
	color: #F6717A;
	font-weight: 900;
	margin: 0 0 15px;
}

.easy__images{
	position: relative;
	height: 160px;
}

.easy__img1 {
    position: absolute;
    right: -118px;
    bottom: -95px;
}


/*** .section-qa_use ***/
.section-qa_use h2{
    color: #111;
    font-size: 60px;
    font-weight: 900;
    margin: 0 0 90px;
    text-align: center;
}

.section-qa_use h2 span{
	font-size: 80%;
}

.section-qa_use h3{
	font-size: 40px;
	font-weight: 900;
	text-align: left;
	margin: 0 0 30px;
	padding: 30px 0 0 0;
	color:#111;
}

.section-qa_use p{
	width: 500px;
}

.section-qa_use .img-position--left, .section-qa_use .img-position--right{
	margin: 0 0 60px;
}

.qa_use__images {
    position: relative;
    height: 160px;
}

.qa_use__img1 {
    position: absolute;
    left: -118px;
    bottom: -95px;
}


/*** .section-feature ***/
.section-feature h2{
	color: #353535;
	margin: 0 0 150px;
	text-align: center;
}

.section-feature h3{
	font-size: 40px;
	font-weight: 900;
	text-align: left;
	margin: 0 0 30px;
}

.section-feature p{
	font-size: 24px;
	text-align: left;
}

.section-feature .feature__block:nth-last-of-type(1){
	margin: 0;
}

.feature__block.img-position--left .block--left,
.feature__block.img-position--right .block--right{
	height: 500px;
	position: relative;
	z-index: 0;
}

.feature__block.img-position--left .block--left:before,
.feature__block.img-position--right .block--right:before{
	content:"";
	display: block;
	z-index: -1;
	background: url(../img/top/function_triangle.png)no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 517px;
	height: 492px;
	position: absolute;
	left: 0px;
	top: -80px;
}

.feature__block img{
	box-shadow: 0px 20px 40px rgba(217,185,185,.2);
}

/*** .section-three_ok ***/
.section-three_ok{
	padding: 0 0 75px;
}
.three_ok__list{
	position: relative;
	z-index: 0;
	padding: 60px 0;
	margin: 0 0 60px;
}

.section-three_ok .three_ok__list:nth-of-type(odd):before{
	content: "";
	display: block;
	z-index: -1;
	background: #F6F6F2;
	border-radius: 0 30px 30px 0;
	width: 1920px;
	height: 100%;
	position: absolute;
	left: -740px;
	top: 0px;
}

.section-three_ok .three_ok__list:nth-of-type(even):before{
	content: "";
	display: block;
	z-index: -1;
	background: #F6F6F2;
	border-radius: 30px 0px 0px 30px;
	width: 1920px;
	height: 100%;
	position: absolute;
	right: -740px;
	top: 0px;
}

.three_ok__list ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.three_ok__list .col-2__item{
	background: #FFF;
	border-radius: 10px;
	padding: 45px;
	box-sizing: border-box;
	box-shadow: 20px 20px 40px rgba(217,185,185,.2);
    margin: 0 3% 3% 0;
    width: 48.5%;
}

.three_ok__list.col-2 .col-2__item:nth-of-type(2n) {
    margin: 0 0 3% 0;
}

.three_ok__list .col-3__item{
    margin: 0 2% 2% 0;
    width: 32%;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 20px 20px 40px rgba(217,185,185,.2);
	padding: 28px;
	box-sizing: border-box;
	text-align: center;
}

.three_ok__list .col-2__item img{
    margin: 0 30px 30px 0;
    float: left;
    width: 200px;
}

.three_ok__list .col-3__item img{
	margin: 0 0 20px;
	height: 150px;
}

.three_ok__list h2{
	color: #333;
	font-size: 48px;
	font-weight: 900;
	margin: 0 0 45px;
	text-align: center;
}

.three_ok__list .col-2__item h3,
.three_ok__list .col-2__item p{
	text-align: left;
}

.three_ok__list .col-2__item h3,
.three_ok__list .col-3__item h3{
	color: #F6717A;
	font-weight: 900;
	margin: 0 0 15px;
}

/*** .section-now_homepage ***/
.section-now_homepage{
	position: relative;
}
.now_homepage__block .block--left {
    width: 567px;
}

.now_homepage__block .block--right {
    width: 490px;
}

.now_homepage__block h2 {
    margin: 0 0 30px;
}

.now_homepage__block p {
    font-size: 24px;
}

.now_homepage__images{
	position: relative;
	height: 0;
}

.now_homepage__img1 {
    position: absolute;
    right: 180px;
    bottom: -160px;
}

/*** .section-photo_stand ***/
.photo_stand__block{
	margin: 0 0 90px;
	position: relative;
	height: 330px;
}

.photo_stand__block img.left{
	position: absolute;
	left: -60px;
	top: 20px;
}

.photo_stand__block img.center{
	position: absolute;
    left: 370px;
    top: 0;
}

.photo_stand__block img.right{
	position: absolute;
    left: 770px;
    top: 20px;
}

.photo_stand__block p{
	padding: 360px 0 0;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

.photo_stand__list li{
	background: #FFF;
	border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 30px;
}

.photo_stand__list li h3{
	text-align: left;
}


/*** .section_fanfare ***/
.fanfare__block{
	text-align: center;
	position: relative;
	opacity: 0;
}

.fanfare__block:before{
	content: "";
	display: block;
	width: 327px;
	height: 187px;
	position: absolute;
	background: url(../img/top/fanfare_text.png)no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	right: 170px;
	top: -35px;
	-webkit-animation: shake 0.5s ease-in-out infinite alternate;
	animation: shake 0.5s ease-in-out infinite alternate;
}


/*** .section-memochat ***/
.memochat__block .block--left {
    width: 558px;
}

.memochat__block .block--right {
    width: 502px;
}

.memochat__block .block--right img{
		box-shadow:20px 20px 40px rgba(217,185,185,.2);
}

.section-memochat h2{
	color: #353535;
	margin: 0 0 30px;
}

.section-memochat p{
	font-size: 24px;
}

/*** .section-industry ***/
.section-industry h2{
	color: #FFB6B9;
	margin: 0 0 30px;
}
.industry__list{
	background: #FFF;
	border-radius: 20px;
	box-sizing: border-box;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	padding: 90px;
	margin: 0 auto;
}

.industry__list{
	box-sizing: border-box;
	text-align: center;
}

.industry__list h3{
	color: #333;
	font-size: 32px;
	font-weight: 700;
}

/*** .section-voice ***/
.voice__list .col-3__item{
	margin: 0 4% 2% 0;
	width: 30.5%;
	background: #FFF;
	border-radius: 10px;
	padding: 28px;
	box-sizing: border-box;
}

.voice__img{
	margin: 0 0 20px;
}

.voice__list .col-3__item h3{
	text-align: left;
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 15px;
}

.voice__list .col-3__item p{
}

.section-voice{
	position: relative;
}
.section-voice:after{
	content: "";
	display: block;
	width: 261px;
	height: 220px;
	position: absolute;
	background: url(../img/top/monitor_illust.png)no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
    right: calc(50% - 680px);
    bottom: -140px;
}


/*** .section-set ***/
.set__block .block--left{
	width: 630px;
}

.set__block .block--right{
	width: 430px;
}

.set__block .block--right h3{
	color: #333;
	padding: 120px 0 0;
	position: relative;
	font-size: 52px;
	font-weight: 900;
	margin: 0 0 30px;
	text-align: left;
}

.set__block .block--right h3:before{
	content: "";
	display: block;
	width: 190px;
	height: 65px;
	position: absolute;
	background: url(../img/top/stand_text.png)no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	left: 0;
	top: 45px;
}

.set__block .block--right p{
	font-size: 24px;
	font-weight: 700;
}

.set__block .block--right p.sub_text {
    font-size: 12px;
    transform: translate(30px, 10px);
}

/*** .section-jirei ***/
#section-jirei h2{
	text-align: center;
	color:#333;
	font-size: 40px;
}

.jirei__block {
    width: 830px;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0px 20px 40px rgba(217,185,185,.2);
    box-sizing: border-box;
    padding: 30px 45px;
    margin: 0 auto;
}

.jirei__block .block--left {
    float: left;
    width: 33%;
}

.jirei__block .block--right {
    float: right;
    width: 62%;
}

.jirei__block h3 {
    font-size: 24px;
    font-weight: 900;
    text-align: left;
    margin: 0 0 20px;
}

.jirei__block p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}

.jirei__block p span{
	font-size: 14px;
    display: block;
    text-align: right;
    margin-top: 30px;
}

/*** .section-hojyo ***/
.section-hojyo h2{
	position: relative;
	text-align: center;
}

.hojyo__block .block--left{
	width: 370px;
	padding: 240px 0;
}
.hojyo__block .block--right{
	width: 690px;
}

.hojyo__block h3{
    width: 100%;
    border-radius: 30px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    padding: 5px 40px 7px;
    background: #353535;
    color: #FFF;
    letter-spacing: .05em;
    margin: 0 0 30px;
    font-size: 40px;
    font-weight: 700;
}

.hojyo__block ul li{
	margin: 0 0 20px;
	font-size: 32px;
	font-weight: 700;
}

.hojyo__list ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.hojyo__list.col-3{
	margin-bottom: 60px;
}
.hojyo__list.col-3 ul{
	margin-bottom: 60px;
}
.hojyo__list .col-3__item {
    margin: 0 2% 2% 0;
    width: 32%;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 20px 20px 40px rgba(217,185,185,.2);
    padding: 28px;
    box-sizing: border-box;
    text-align: center;
}

.hojyo__list .col-3__item img{
	margin: 0 0 20px;
	height: 150px;
}

.hojyo__list .col-2__item h3,
.hojyo__list .col-3__item h3{
	color: #F6717A;
	font-weight: 900;
	margin: 0 0 15px;
}

.hojyo_price__plan{
	background: #fff;
	width: 960px;
	padding: 45px 30px;
	box-sizing: border-box;
	margin:0 auto 60px;
	border-top:5px solid #F6717A;
}

.hojyo_price__list ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.hojyo_price__list ul li{
	padding: 0 10px;
	box-sizing: border-box;
}

.hojyo_price__list.col-3{
	margin-bottom: 30px;
}
.hojyo_price__list .col-3__item {
    margin: 0 2% 0 0;
    width: 32%;
    text-align: center;
}

.hojyo_price__list .col-3__item:nth-of-type(3n){
    margin: 0;
}

.hojyo_price__list h3{
    color: #fff;
    background: #F6717A;
    padding: 10px 30px;
    margin: 0 0 15px;
    border-radius: 0 30px 0 0;
    position: absolute;
    left: 0px;
    top: -30px;
}

.hojyo_jibunde__plan{
	padding: 30px;
}

.hojyo_omakase__plan,.hojyo_jibunde__plan{
	position: relative;
}

/*.hojyo_omakase__plan li p{
	padding: 15px 0 0;
}*/

.hojyo_omakase__plan li:first-of-type p{
	font-size: 26px;
	font-weight: 900;
/*	padding: 30px 0 0;*/
}

.hojyo_omakase__plan li:nth-of-type(2) p{
	font-size: 110px;
	font-weight: 900;
    line-height: 1;
}

.hojyo_omakase__plan li:nth-of-type(2) p:after{
    content: "(税抜)";
    position: absolute;
    right: 20px;
    bottom: 56px;
    font-size: 15px;
    letter-spacing: 0.15em;
}

.hojyo_omakase__plan li:nth-of-type(2) span{
	font-size:50px;
}

/*.hojyo_omakase__plan li:last-of-type p{
	padding: 30px 0 0;
}*/

.hojyo_jibunde__plan li p{
	font-size: 22px;
	font-weight: 900;
}

.hojyo_jibunde__plan li p span{
	padding: 0 0 0 0.167em;
}

.hojyo_jibunde__plan li p .hojyo_jibunde__plan--large{
	font-size: 36px;
}

.hojyo_jibunde__plan li p .hojyo_jibunde__plan--small{
	font-size: 15px;
}

.hojyo__block .demo__bottom, .demo__button{

	box-sizing: border-box;
	width: 500px;
	display: inline-block;
	box-shadow: 0 5px 15px rgba(0,0,0,.15);
	padding: 15px;
	margin: 0 0 30px;
	font-size: 38px;
	text-align: center;
	color: #FFF;
	border-radius: 45px;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-decoration: none;
	background: #e10e70;
	background: -moz-linear-gradient(top, #e10e70 0%, #e91464 100%);
	background: -webkit-linear-gradient(top, #e10e70 0%, #e91464 100%);
	background: linear-gradient(to bottom, #e10e70 0%, #e91464 100%);
	transition: all .2s;
}

.hojyo__block .contact__bottom{
	box-sizing: border-box;
	width: 500px;
	display: inline-block;
	box-shadow: 0 5px 15px rgba(0,0,0,.15);
	padding: 13px;
	margin: 0 0 30px;
	font-size: 38px;
	text-align: center;
	border-radius: 45px;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-decoration: none;
	color: #e10e70;
	background: #f5f5f5;
	border:2px solid #e10e70;	transition: all .2s;
}


.hojyo__block .demo__bottom:hover, .hojyo__block .contact__bottom:hover, .demo__button:hover{

	box-shadow: none;
}

.hojyo__block.conversion__block, .demo__block{
	text-align: center;
}



/*** .section-conversion ***/
.section-conversion{
	overflow: hidden;
}
.section-conversion h2{
	position: relative;
}

.section-conversion h2:before{
	content: "";
	display: block;
	width: 603px;
	height: 80px;
	position: absolute;
	background: url(../img/common/trial_text_left.png)no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
left: -400px;
    top: -7px;
}

.section-conversion h2:after{
	content: "";
	display: block;
	width: 603px;
	height: 80px;
	position: absolute;
	background: url(../img/common/trial_text_right.png)no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
    right: -400px;
    top: -7px;
}

.conversion__block{
	text-align: center;
}

.conversion__block .conversion__button{
	width: 500px;
	display: inline-block;
	box-shadow: 0 5px 15px rgba(0,0,0,.15);
	padding: 15px;
	margin: 0 0 30px;
	font-size: 38px;
	text-align: center;
	color: #FFF;
	border-radius: 45px;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-decoration: none;
	background: #e10e70;
	background: -moz-linear-gradient(top, #e10e70 0%, #e91464 100%);
	background: -webkit-linear-gradient(top, #e10e70 0%, #e91464 100%);
	background: linear-gradient(to bottom, #e10e70 0%, #e91464 100%);
	transition: all .2s;
}

.conversion__block .conversion__button:hover{
	box-shadow: none;
}

.contactForm{
	text-align: center;
}

.formLeft{
	float:left;
}

.formRight{
	float:right;
}

.formLeft, .formRight{
	width: 50%;
	display: inline-block;
}

.formLeft p, .formRight p{
	text-align: left;
	font-size: 14px;
	width: 355px;
    margin: 0 auto 5px;
}

.textareaFormOuter p{
	width: 745px;
	text-align: left;
	margin:0 auto;
	font-size: 14px;
}

.inputFormOuter{
	text-align: center;
	margin-bottom: 35px;
}

.formRight label, .formLeft label{
	text-align: left;
}


.formOuter{
    margin: 0 auto 80px;
	width: 820px;
	background:#FFF;
	text-align: center;
	padding: 15px 10px;
    border-radius: 10px !important;
}

div.baloon.right{
	transform: translateY(25px);
}

#section-form .formInput{
	width: 340px;
	margin-bottom: 25px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

#footer-section{
	padding: 0;
}
.thankyouPageWrappar{
	text-align: center;
}

#section-form{
	background: #F6F6F2;
	padding: 120px 0 90px;
}

#section-form h2{
	color: #333;
	text-align: center;
	font-size: 40px;
}

.contactForm textarea{
	width: 745px;
	border-radius: 5px;
	border: 1px solid #CCC;
	height: 200px;
}

.formButton,.backButton{
	width: 250px;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
    padding: 15px;
    margin: 0 0 30px;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    border-radius: 45px;
    letter-spacing: 0.2em;
    font-weight: 700;
    text-decoration: none;
    background: #e10e70;
    background: -moz-linear-gradient(top, #e10e70 0%, #e91464 100%);
    background: -webkit-linear-gradient(top, #e10e70 0%, #e91464 100%);
    background: linear-gradient(to bottom, #e10e70 0%, #e91464 100%);
    transition: all .2s;
    border: none;
    cursor: pointer;
}

.formButton:hover,.backButton:hover{
	box-shadow: none;
}

.backButtonOuter{
	margin-top: 30px;
	text-align: center;
}

.textareaFormOuter{
	margin-bottom: 35px;
}

/*** trial ***/

#section-trial .inputFormOuter p{
	display: inline-block;
}

#section-trial .formInput{
	width: 340px;
	margin-bottom: 25px;
	border-radius: 5px;
	border: 1px solid #666;
}

#section-trial label{
	display: block;
}

#section-trial h2{
	text-align: center;
}


/*** .section-contact_thankyou ***/
.section-contact_thankyou{
	height: 100vh;
    background: #FBB1B6;
    background: -moz-linear-gradient(right, #FBB1B6 0%, #FCCBCE 100%);
    background: -webkit-linear-gradient(right, #FBB1B6 0%, #FCCBCE 100%);
    background: linear-gradient(to left, #FBB1B6 0%, #FCCBCE 100%);
	padding: 0;
}

.section-contact_thankyou .container{
	width: 1420px;
}

.contact_thankyou__block{
	width: 100%;
	height: 100vh;
    padding: 150px 150px 0;
    box-sizing: border-box;
	background: #FFF;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	text-align: center;
}

.contact_thankyou__block--inner{
	margin: 0 0 60px;
}

.contact_thankyou__block h2{
	font-size: 36px;
	position: relative;
}

.contact_thankyou__block h2:after {
	content: "";
	display: block;
	height: 4px;
	width: 100%;
    background: linear-gradient(to left, #FBB1B6 0%, #FCCBCE 100%);
	position: absolute;
	bottom: -20px;
}

.contact_thankyou__block .block--left{
	width: 600px;
}

.contact_thankyou__block .block--right{
	width: 460px;
	position: relative;
}

.contact_thankyou__block .block--right span {
    position: absolute;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 900;
    color: #F6717A;
    display: inline-block;
    text-align: center;
    top: 62px;
    left: 100px;
}

.thankyouPageText{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: .1em;
	margin: 0 0 10px;
	text-align: left;
}

.supportOuter {
    border-radius: 10px;
    background: #F6F2F1;
    padding: 25px 45px 35px;
    margin: 30px 0 0;
    color: #666;
    text-align: left;
}

.supportOuter p{
	color: #666;
}

.supportOuterTitle {
    font-weight: 700;
}

.supportNumber {
    font-size: 48px;
    font-weight: 900;
    display: inline-block;
}

.supportNumberText {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    line-height: 1.4;
}

.supportBottom{
	font-size: 16px;
}

.supportNumberText span{
	display: block;
}

.supportNumberText p{
	color: #666;
}

.supportTop{
	margin-bottom:10px;
}
.supportTime{
	margin-right: 20px;
}

.privacy_text{
	margin: 20px auto;
	width: 766px;
	max-height: 95px;
	overflow-y: scroll;
	box-sizing: border-box;
	padding: 20px;
	font-size: 14px;
	background: #F6F6F2;
	text-align: left;
	color: #666;
}

.privacy_text h3{
	color: #666;
	font-size: 16px;
}

.privacy_text p{
	font-size: 12px;
	color: #666;
}

.section-demo {
    position: relative;
    /*background: #FFF url(../img/common/white_bg.png);*/
}

.section-demo .container {
    margin: 0 auto 30px;
}

.demo__block h2 {
    margin: 0 0 30px;
    text-align: center;
}

.demo__block p {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

.demo__block p.sec_attention {
    font-size: 14px;
    color: #ff0000;
}

.demo_url_input_block {
    text-align: center;
    margin-bottom: 15px;
}

.demo_url_input {
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 25px;
    width: 450px;
    font-size: 16px;
}

.reference_url_outer {
    text-align: center;
    margin-bottom: 45px;
}

.reference_url_str {
    margin-right: 10px;
}

.reference_url {
    display: inline-block;
    padding: 10px 5px 10px;
}


.reference_url_link:hover {
    text-decoration: none;
}

.demo-url-fixed {
    position: fixed;
    top: 5px;
    left: calc(47% - 150px);
    margin: 15px 0;
    z-index: 4;
}

.demo_url_fixed_input {
    width: 320px;
    height: 43px;
    box-sizing: border-box;
    padding: 10px;
    vertical-align: top;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #eee;
    font-size: 17px;
}

.nav--pc input::placeholder {
    color: #aaa;
}

/* IE */
.nav--pc input:-ms-input-placeholder {
    color: #aaa;
}

/* Edge */
.nav--pc input::-ms-input-placeholder {
    color: #aaa;
}

.header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #FBB1B6;
    background: -moz-linear-gradient(right, #FBB1B6 0%, #FCCBCE 100%);
    background: -webkit-linear-gradient(right, #FBB1B6 0%, #FCCBCE 100%);
    background: linear-gradient(to left, #FBB1B6 0%, #FCCBCE 100%);
    z-index: 4;
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}

/*** validator ***/

/* モーダル上で動作させるため変更 */
div.baloon {
	position: absolute;
	z-index:101 !important;
	min-width:130px;
}

div.baloon a {
  color: #F60;
  text-decoration: none;
  padding: 3px;
  height: 9px;
  line-height: 9px;
  display: inline-block;
  margin-right: 5px;
  background: #FFF;
  border-radius: 100%;
  font-size: 12px;
}

div.baloon a:hover {
  background-color: #F5F5F5;
}

div.baloon div {
  background: #F60;
  padding: 3px 5px;
  color: #FFF;
  border-radius: 18px;
  font-size: 12px;
}

div.baloon {
	font-size: 10px;
	color: #FFFFFF;
	z-index: 20;
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
div.baloon a {
	text-decoration: none;
}

div.baloon a:hover {
	color: #000000;
}

div.baloon div {
	white-space: nowrap;
	background-repeat: no-repeat;
}

div.baloon span {
	margin-top: 2px;
	background-repeat: no-repeat;
	background-position: left 3px;
	color: #FFFFFF;
	padding-left: 5px;
}

@media screen and (max-width:480px) {
	body {
		overflow: hidden;
		min-width: auto;
	}
	section {
	    padding: 45px 5%;
	}
	h2{
		font-size: calc(1.875rem + ((1vw - 3.2px) * 2.5));
		margin: 0 0 1em;
		text-align: center;
	}

	p{
		font-size: calc(0.875rem + ((1vw - 3.2px) * 2.5));
	}

	nav{
		width: 100%;
	}
	header{
		padding: 10px;
	}

	#header_block {
		padding: 10px;
	}

	.header-logo img{
    width: 120px;
    padding: 10px 0;
	}

	.header-demo {
	    background: #e10e70;
	    background: -moz-linear-gradient(top, #e10e70 0%, #e91464 100%);
	    background: -webkit-linear-gradient(top, #e10e70 0%, #e91464 100%);
	    background: linear-gradient(to bottom, #e10e70 0%, #e91464 100%);
	    border-radius: 36px;
	    box-sizing: border-box;
	    color: #FFF;
	    display: inline-block;
	    font-size: 12px;
	    font-weight: 700;
	    float: right;
	    line-height: 110%;
	    letter-spacing: 0.1em;
	    padding: 9px;
	    position: relative;
	    text-align: center;
	    text-decoration: none;
	    width: 90px;
	    margin: 5px 0 0 5px;
	}

	.header_fixed {
	    padding: 10px;
	}

	.demo_url_fixed_input {
	    display: none;
	}

	.demo_mark {
	    display: none;
	}

	.header-contact,sp-none{
	    display: none;
	}
	.header-contact_sp{
	    float: right;
	    margin: 5px 0 0 5px;
	    color: #e10e70;
	    background: #f5f5f5;
	    border: 2px solid #e10e70;
	    border-radius: 5px;
	    box-shadow: 0 5px 10px rgba(0,0,0,.15);
	    width: 31px;
	    height: 31px;
	    padding: 6px 4px 4px;
	    box-sizing: border-box;
	}

	/*** #section-mainimg ***/
	.section-mainimg{
		padding: 140px 0 0px;
	}

	.mainimg__block h1 {
	    color: #353535;
	    font-size: calc(1.125rem + ((1vw - 3.2px) * 8.5106));
	    font-weight: 900;
	    margin: 0 0 70px;
	    position: relative;
	    text-align: center;
	    z-index: 0;
	}

	.mainimg__block h1 .sub_text {
	    border-radius: 30px;
	    padding: 5px 40px 7px;
	    font-size: calc(0.875rem + ((1vw - 3.2px) * 4.2553));
	    font-weight: 700;
	}

	.mainimg__block h1:after {
	    content: "";
	    display: block;
	    width: 125%;
	    position: absolute;
	    left: -10%;
	    top: -45px;
	}

	.mainimg__block p{
		text-align: center;
		font-size: calc(0.75rem + ((1vw - 3.2px) * 4.2553));
		padding: 0;
		margin: 0 0 15px;
		width: 100%;
	}

	.mainimg__block p span{
		font-size: calc(0.75rem + ((1vw - 3.2px) * 4.2553));
		background: none;
		color: #333;
	}

	.mainimg__images{
		position: relative;
		height: 32px;
		text-align: center;
	}

	.mainimg__img1{
	    position: relative;
	    right: 0;
	    bottom: 0px;
	}

	.mainimg__img2{
	    position: absolute;
	    right: 10px;
	    bottom: -118px;
	    width: 35%;
	}

	.mainimg__img3{
	    top: -72px;
	    left: 50%;
	    width: 80%;
	    transform: translateX(-50%);
	}

	/*** .section-intro ***/
	.section-intro{
		padding: 45px 5% 0;
		position: relative;
	}

	.intro__block .block--left{
		width: 100%;
		text-align: center;
	}

	.intro__block .block--left img{
		width: 300px;
	}

	.intro__block .block--right{
		width: 100%;
	}

	.intro__block h2{
		color: #353535;
		margin: 0 0 1em;
	}

	.intro__block h3{
		font-size: calc(1.875rem + ((1vw - 3.2px) * 2.5));
		margin: 0 0 1em;
	}

	.intro__block p{
		font-size: calc(0.8125rem + ((1vw - 3.2px) * 3.1915));
		margin: 0 0 30px;
		text-align: center;
	}

	.intro__images{
		position: relative;
		height: 220px;
	}

	.intro__img1 {
		left: calc(50% - 35px);
		bottom: 160px;
		width: 200px;
	}

	.intro__img2 {
	    left: calc(50% - 195px);
	    bottom: -50px;
	    width: 300px;
	}

	/*** .section-feature ***/
	.section-feature h2{
		margin: 0 0 90px;
	}

	.section-feature h3{
		font-size: calc(1.875rem + ((1vw - 3.2px) * 2.5));
		margin: 0 0 0.5em;
		text-align: center;
	}

	.section-feature p{
		font-size: calc(0.8125rem + ((1vw - 3.2px) * 3.1915));
		text-align: center;
	}

	.feature__block{
		margin: 0 0 90px;
	}

	.feature__block.img-position--left .block--left,
	.feature__block.img-position--right .block--right{
		height: 300px;
	}

	.feature__block.img-position--left .block--left:before,
	.feature__block.img-position--right .block--right:before{
		content:"";
		display: block;
		z-index: -1;
		background: url(../img/top/function_triangle.png)no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		width: 88vw;
		top: -50px;
	}

	/*** .section-three_ok ***/
	.section-three_ok {
	    padding: 45px 5%;
	    background: #F6F6F2;
	}

	.three_ok__list {
	    padding: 0;
	}

	.section-three_ok .three_ok__list:nth-of-type(odd):before{
		content: "";
		display: none;
	}

	.section-three_ok .three_ok__list:nth-of-type(even):before{
		content: "";
		display: none;
	}

	.three_ok__list h2{
		font-size: calc(1.875rem + ((1vw - 3.2px) * 2.5));
		margin: 0 0 1em;
	}


	.three_ok__list ul{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}

	.three_ok__list .col-2__item{
		margin: 0 2% 2% 0;
		width: 49%;
		box-shadow: 15px 15px 25px rgba(217,185,185,.2);
		padding: 15px;
	}

	.three_ok__list .col-2__item img{
		width: auto;
	}

	.three_ok__list .col-3__item{
		margin: 0 2% 2% 0;
		width: 49%;
		box-shadow: 15px 15px 25px rgba(217,185,185,.2);
		padding: 15px;
	}

	.three_ok__list .col-3__item img{
		height: auto;
	}

	.three_ok__list .col-3__item:nth-of-type(1){
		width: 100%;
		margin: 0 0 2%;
	}

	.three_ok__list .col-3__item:nth-of-type(2){
		width: 49%;
		margin: 0 2% 2% 0;
	}

	.three_ok__list .col-3__item:nth-of-type(3){
		width: 49%;
		margin: 0 0 2%;
	}


	.three_ok__list .col-2__item h3,
	.three_ok__list .col-3__item h3{
		font-size: calc(1.125rem + ((1vw - 3.2px) * 4.2553));
		font-weight: 700;
		margin: 0 0 0.5em;
		text-align: center;
	}


	.three_ok__list .col-2__item p,
	.three_ok__list .col-3__item p{
		font-size: calc(0.8125rem + ((1vw - 3.2px) * 3.1915));
		font-weight: 400;
		margin: 0 0 0.5em;
	}

	/*** .section-self_restraint ***/
	.section-self_restraint{
		position: relative;
		z-index: 0;
	}
	.self_restraint__block{
		margin: 0 0 200px;
	}

	.self_restraint__block h2{
		margin: 0 0 1em;
	}

	.self_restraint__block h3{
		font-size: calc(1.875rem + ((1vw - 3.2px) * 2.5));
		margin: 0 0 0.5em;
		text-align: center;
	}

	.self_restraint__block p{
		font-size: calc(0.8125rem + ((1vw - 3.2px) * 3.1915));
		text-align: center;
	}

	.self_restraint__images{
		position: relative;
		height: 0;
		z-index: -1;
	}

	.self_restraint__img1 {
	    position: absolute;
	    left: calc(50% - 140px);
	    right: auto;
	    bottom: -100px;
	}

	.self_restraint__img1 img{
	    width: 280px;
	}

	.self_restraint__list{
		box-shadow: 15px 15px 25px rgba(217,185,185,.2);
		padding: 30px 5%;
	}

	.self_restraint__list .col-3__item {
	    text-align: center;
	    margin: 0 0 30px;
	    position: relative;
	}

	.self_restraint__list.col-3 .col-3__item:nth-of-type(2n) {
	    margin: 0 0 30px;
	}

	.self_restraint__list .col-3__item:after {
	    content: "";
	    display: none;
	}

	.self_restraint__list .col-3__item img{
		margin: 0 0 15px;
	}

	.self_restraint__list .col-3__item h3 {
		font-size: calc(1.125rem + ((1vw - 3.2px) * 4.2553));
		font-weight: 700;
		margin: 0 0 0.5em;
		text-align: center;
	}


	/*** .section-easy ***/
	.section-easy h2 .sub_text {
		border-radius: 30px;
		padding: 5px 40px 7px;
		font-size: 18px;
		font-weight: 700;
	}

	.easy__block{
		margin: 0 0 30px;
	}

	.easy__block .block--right{
		width: 100%;
		margin: 0 0 30px;
	}

	.easy__block .block--left img{
		box-shadow:15px 15px 25px rgba(217,185,185,.2);
	}

	.easy__block h2{
	   	margin: 0 0 1em;
	}

	.easy__block p{
		font-size: calc(0.875rem + ((1vw - 3.2px) * 2.5));
		text-align: center;
	}

	.easy__list{
	    padding: 30px 5%;
	}

	.easy__list .col-3__item {
	    width: 100%;
	    margin: 0 0 30px;
	}

	.easy__list.col-3 .col-3__item:nth-of-type(2n) {
	    margin: 0 0 30px;
	}

	.easy__list .col-3__item img{
		margin: 0 0 20px;
		height: auto;
	}

	.easy__list h2 {
		font-size: calc(1.5rem + ((1vw - 3.2px) * 8.5106));
	    margin: 0 0 1em;
		text-align: center;
	}

	.easy__list .col-3__item h3{
		color: #F6717A;
		font-size: calc(1.125rem + ((1vw - 3.2px) * 4.2553));
		font-weight: 700;
		margin: 0 0 1em;
	}

	.easy__images {
	    position: relative;
	    height: 70px;
	}

	.easy__img1 {
	    position: absolute;
	    left: calc(50% - 150px);
	    right: auto;
	    bottom: -50px;
	}

	.easy__img1 img{
	    width: 300px;
	}


	/*** .section-qa_use ***/
	.section-qa_use h2{
	    font-size: calc(1.875rem + ((1vw - 3.2px) * 2.5));
		margin: 0 0 1em;
	}

	.section-qa_use h3{
		font-size: calc(1.125rem + ((1vw - 3.2px) * 4.2553));
		margin: 0 0 1em;
	    text-align: center;
	}

	.section-qa_use p{
		width: 100%;
		text-align: center;
	}
	.qa_use__images {
	    position: relative;
	    height: 70px;
	}
	.qa_use__img1 {
	    position: absolute;
	    left: calc(50% - 150px);
	    right: auto;
	    bottom: -50px;
	}

	/*** .section-memochat ***/
	.memochat__block .block--left {
	    width: 100%;
	    margin: 0 0 30px;
	}

	.memochat__block .block--right {
	    width: 100%;
	}

	.memochat__block .block--right img{
			box-shadow: 15px 15px 25px rgba(217,185,185,.2);
	}

	.section-memochat h2{
	    margin: 0 0 1em;
		text-align: center;
	}

	.section-memochat p{
		font-size: calc(0.875rem + ((1vw - 3.2px) * 2.5));
		text-align: center;
	}

	/*** .section-now_homepage ***/
	.now_homepage__block .block--left {
	    width: 100%;
	}

	.now_homepage__block .block--right {
	    width: 100%;
	    margin: 0 0 30px;
	}

	.now_homepage__block h2 {
	    margin: 0 0 1em;
		text-align: center;
	}

	.now_homepage__block p {
		font-size: calc(0.875rem + ((1vw - 3.2px) * 2.5));
		text-align: center;
	}

	.now_homepage__block .block--left img{
		box-shadow: 15px 15px 25px rgba(217,185,185,.2);
	}

	.now_homepage__images{
		position: relative;
		height: 0;
	}

	.now_homepage__img1 {
	    position: absolute;
	    right: auto;
	    left: calc(50% - 180px);
	    bottom: -120px;
	}

	.now_homepage__img1 img{
		width: 190px;
	}

	/*** .section-voice ***/
	.voice__list .col-3__item{
		margin: 0 2% 4% 0;
		width: 49%;
		padding: 15px;
	}

	.voice__img {
	    margin: 0 0 5px;
	}

	.voice__list .col-3__item h3{
		font-size: calc(0.875rem + ((1vw - 3.2px) * 2.1277));
		font-weight: 700;
		margin: 0 0 15px;
	}

	.voice__list .col-3__item p{
		font-size: calc(0.75rem + ((1vw - 3.2px) * 2.1277));
	}

	.section-voice:after{
		content: "";
		display: block;
		width: 120px;
		height: 100px;
		position: absolute;
		background: url(../img/top/monitor_illust.png)no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
	    right: calc(50% - 60px);
	    bottom: -50px;
	}

	/*** .section-jirei ***/
	.jirei__block {
	    width: 100%;
	    box-shadow:15px 15px 25px rgba(217,185,185,.2);
	    box-sizing: border-box;
	    padding: 5%;
	    text-align: center;
	}

	.jirei__block .block--left {
	    float: none;
	    width: 100%;
	    margin: 0 0 20px;
	}

	.jirei__block .block--right {
	    float: none;
	    width: 100%;
	}
	.jirei__block h2{
		font-size: calc(1.875rem + ((1vw - 3.2px) * 2.5));
	}

	.jirei__block h3 {
        font-size: calc(1.125rem + ((1vw - 3.2px) * 4.2553));
	    text-align: center;
	    margin: 0 0 0.5em;
	}

	.jirei__block p{
	    font-size: calc(0.875rem + ((1vw - 3.2px) * 2.5));
	    margin: 0 0 0.5em;
	}

	/*** .section-hojyo ***/
	.section-hojyo h2{
		font-size: calc(2.25rem + ((1vw - 3.2px) * 12.766));
	}

	.hojyo__list{
		margin: 0 0 30px;
	}

	.hojyo__list.col-3{
		margin-bottom: 30px;
	}

	.hojyo__list .col-3__item {
	    width: 100%;
	    margin: 0 0 10px;
	}

	.hojyo__list.col-3 .col-3__item:nth-of-type(2n) {
	    margin: 0 0 10px;
	}

	.hojyo__list .col-3__item img{
		margin: 0 0 20px;
		height: auto;
	}

	.hojyo_price__list h2{
		margin: 0 0 1.5em;
	}

	.hojyo_price__plan{
		width: 100%;
		padding: 45px 20px 35px;
	}

	.hojyo_price__list .col-3__item{
		width: 100%;
		margin: 0 0 10px;
	}
	.hojyo_price__list h3{
		left:0;
	}

	.hojyo_price__list ul li {
	    padding: 0;
	}

	.hojyo_omakase__plan li p{
		text-align: center;
	}

	.hojyo_omakase__plan li:first-of-type p{
		font-size: calc(1.25rem + ((1vw - 3.2px) * 3.75));
		font-weight: 900;
	}

	.hojyo_omakase__plan li:nth-of-type(2) p{
		font-size: 100px;
	}

	.hojyo_omakase__plan li:nth-of-type(2) p:after {
	    content: "(税抜)";
	    right: calc(50% - 107px);
	    bottom: 50px;
	    font-size: 12px;
	}

	.hojyo_omakase__plan li:nth-of-type(2) span{
		font-size: 42px;
	}

	.hojyo_jibunde__plan li p{
		font-size: calc(1rem + ((1vw - 3.2px) * 3.75));
		font-weight: 900;
	}

	.hojyo_jibunde__plan li p span{
		font-size: calc(1.75rem + ((1vw - 3.2px) * 5));
	}

	.hojyo_jibunde__plan li:nth-of-type(1){
		margin: 0;
	}

	.hojyo__block.img-position--right{
		margin: 0;
	}

	.hojyo__block .block--left{
		width: 100%;
		padding: 0;
	}
	.hojyo__block .block--right{
		width: 100%;
	}

	.hojyo__block h3{
	    width: 100%;
	    font-size: calc(1.375rem + ((1vw - 3.2px) * 6.383));
	}

	.hojyo__block ul li{
	    font-size: calc(1.375rem + ((1vw - 3.2px) * 6.383));
		margin: 0 0 0.5em;
		text-align: center;
	}


	.hojyo__block .demo__bottom, .demo__button{

		box-sizing: border-box;
		width: 90%;
		display: inline-block;
		box-shadow: 0 5px 15px rgba(0,0,0,.15);
		padding: 15px;
		margin: 0 auto 30px;
		font-size: 24px;
		text-align: center;
		color: #FFF;
		border-radius: 45px;
		letter-spacing: 0.1em;
		font-weight: 700;
		text-decoration: none;
		background: #e10e70;
		background: -moz-linear-gradient(top, #e10e70 0%, #e91464 100%);
		background: -webkit-linear-gradient(top, #e10e70 0%, #e91464 100%);
		background: linear-gradient(to bottom, #e10e70 0%, #e91464 100%);
		transition: all .2s;
	}

	.hojyo__block .contact__bottom{
		box-sizing: border-box;
		width: 90%;
		display: inline-block;
		box-shadow: 0 5px 15px rgba(0,0,0,.15);
		padding: 15px;
		margin: 0 auto 30px;
		font-size: 24px;
		text-align: center;
		border-radius: 45px;
		letter-spacing: 0.1em;
		font-weight: 700;
		text-decoration: none;
		color: #e10e70;
		background: #f5f5f5;
		border:2px solid #e10e70;
		transition: all .2s;
	}

	.slidein_l {
    bottom: -150px;
	}

	.slidein_l.slidein_left--on {
    left: 0px;
	}

	.slidein_r {
    bottom: -150px;
	}

	.slidein_r.slidein_right--on {
    right: 0px;
	}

	.voice__list h3{
	  font-size: calc(1.5rem + ((1vw - 3.2px) * 2.5));
	  margin: 0 0 30px;
	}


	#section-campaign p.emphasis span{
		font-size: calc(1.25rem + ((1vw - 3.2px) * 2.5));
	}

	#section-qa{
		padding: 10% 5%;
	}

	#section-flow .flow__item span {
	  position: absolute;
	  width: 40px;
	  height: 40px;
	  text-align: center;
	  color: #FFF;
	  font-size: 20px;
	  line-height: 40px;
	  left: -23px;
	  top: calc(50% - 23px);
	}

	.privacy_text {
	    width: 100%;
	    font-size: calc(0.625rem + ((1vw - 3.2px) * 2.1277));
	}

	/*** panpaka_modal ***/
	#initial_modal,
	#panpaka_modal{
		display: none;
		width: 100vw;
		height: 100vh;
		position: fixed;
		background: url(../img/top/top_bg.jpg)no-repeat center center;
		-webkit-background-size: cover;
		background-size: cover;
		left: 0;
		top: 0;
	}

	.initial_modal__inner,
	.panpaka_modal__inner{
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  text-align: center;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
	  width: 300px;
	}

	.initial_modal__inner p,
	.panpaka_modal__inner p{
		font-size: 16px;
		font-weight: 700;
	}

	.initial_modal__inner p.initial_modal__title,
	.panpaka_modal__inner p.panpaka_modal__title{
		font-size: 28px;
		font-weight: 900;
		line-height: 1.3;
		margin: 0 0 15px;
	}

	.panpaka_modal__img {
	    position: absolute;
	    top: -30vw;
	    width: 60vw;
	    right: -40px;
	}

	/***thankyouPage***/

	/*** .section-contact_thankyou ***/
	.section-contact_thankyou{
		height: auto;
		background: #FBB1B6;
		background: -moz-linear-gradient(right, #FBB1B6 0%, #FCCBCE 100%);
		background: -webkit-linear-gradient(right, #FBB1B6 0%, #FCCBCE 100%);
		background: linear-gradient(to left, #FBB1B6 0%, #FCCBCE 100%);
		padding: 0px 0%;
	}

	.section-contact_thankyou .container{
		width: 100%;
	}

	.contact_thankyou__block{
		width: 100%;
		height: auto;
		padding: 90px 5%;
		/* margin: 60px 0 0; */
		box-shadow: 0 0 10px rgba(0,0,0,.15);
	}

	.contact_thankyou__block--inner {
	    margin: 0px 0 30px;
	}

	.contact_thankyou__block h2{
		font-size: 24px;
		margin: 0 0 1.5em;
		position: relative;
	}

	.contact_thankyou__block h2:after {
		content: "";
		display: block;
		height: 4px;
		width: 100%;
		background: linear-gradient(to left, #FBB1B6 0%, #FCCBCE 100%);
		position: absolute;
		bottom: -15px;
	}

	.contact_thankyou__block .block--left{
		width: 100%;
		margin: 0 0 20px;
	}

	.contact_thankyou__block .block--right{
		width: 100%;
	}

	.contact_thankyou__block .block--right span {
	    position: absolute;
	    font-size: 24px;
	    line-height: 1.25;
	    font-weight: 900;
	    color: #F6717A;
	    display: inline-block;
	    text-align: center;
	    top: 15vw;
	    left: calc(50% - 120px);
	}

	.thankyouPageText{
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 1.75;
	    letter-spacing: .05em;
	    margin: 0 0 10px;
	}

	.supportOuter {
	    border-radius: 10px;
	    background: #F6F2F1;
	    padding: 20px;
	    margin: 30px 0 0;
	    color: #666;
	    text-align: left;
	}

	.supportOuter p{
		color: #666;
	}

	.supportOuterTitle {
	    font-weight: 700;
	}

	.supportNumber {
	    font-size: calc(2.25rem + ((1vw - 3.2px) * 12.766));
	    font-weight: 900;
	    display: inline-block;
	    margin: 0 0 10px;
	}

	.supportNumberText {
	    display: inline-block;
	    margin-left: 0px;
	    font-size: 16px;
	    line-height: 1.5;
	}

	.supportBottom {
	    font-size: 14px;
	    line-height: 1.5;
	}

	.supportBottom span{
	    display: inline-block;
	}

	.formButton, .backButton {
	    width: 90%;
	    border: none;
	    box-sizing: border-box;
	    box-shadow: 0 5px 15px rgba(0,0,0,.15);
	    padding: 20px 30px;
	    margin: 0 0 15px;
	    font-size: 20px;
	    border-radius: 45px;
	}

	.formLeft, .formRight{
		float: none;
		width: 100%;
	}

	.formLeft p, .formRight p{
		text-align: left;
		font-size: 14px;
		width: 100%;
	    margin: 0 0 2px;
	}

	.textareaFormOuter p{
		text-align: left;
		font-size: 14px;
		width: 100%;
	    margin: 0 0 2px;
	}

	.inputFormOuter{
		text-align: center;
		margin-bottom: 30px;
	}

	.formRight label, .formLeft label{
		text-align: left;
	}

	#section-form .formInput{
		width: 100%;
		margin-bottom: 10px;
	}

	.contactForm textarea {
	    width: 100%;
	    height: 120px;
	}
	div.baloon{
		left:auto !important;
		right:5px;
	}	
	div.baloon.right{
		transform: translateY(0px);
	}

	.formRight {
	    transform: translateY(0px);
	}

	.formOuter{
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 40px;
	}

	#section-conversion{
		padding:45px 0 0;
	}

	.inputFormOuter{
		margin-bottom: 0px;
	}

	.header-logo img {
		width: 140px !important;
	}

	.thankyouPageTitle{
		margin-top: 50px;
	}

	#footer-section{
		padding: 0;
	}

	#section-form{
		padding: 75px 0 45px;

	}

	#section-form h2{
		font-size: calc(1.625rem + ((1vw - 3.2px) * 6.25));
		
	}

    .demo_url_input {
        width: 100%;
        box-sizing: border-box;
        height: 45px;
    }

    .demo__block p {
        font-size: 17px;
    }

	/*** footer ***/
	.footer__block--top{
		padding: 30px 0;
	}

	.footer__block--bottom{
		padding: 20px 0;
	}

	.footer__inner{
		width: 100%;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0 3%;
	}

	.footer__inner--left{
		float: none;
		width: 100%;
		padding: 0 0 15px;
		text-align: center;
		border-right: none;
		border-bottom: 2px solid #FBB1B6;
	}

	.footer__inner--left p{
		color: #FFF;
		font-size: 20px;
	}

	.footer__inner--right{
		float: none;
		width: 100%;
		padding: 15px;
		text-align: center;
	}

	.footer__tel{
		background: url(../img/common/footer_freedial.png)no-repeat left center;
		-webkit-background-size: auto 35px;
		background-size: auto 35px;
		display: inline-block;
	    font-size: 28px;
	    font-weight: 900;
	    line-height: 1;
	    margin: 0 0 2px;
	    padding: 0 0 0 42px;
	}

	.footer__block--bottom .footer__inner{
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
		    align-items: center;
			justify-content: center;
			flex-wrap: wrap;
	}

	.footer__block--bottom .footer__inner p{
		width: 100%;
		color: #FFF;
		margin: 0;
		text-align: center;
	}

	.footer__block--bottom .footer__inner .footer__unei:after{
		content:"";
		display: none;
	}
}


@media screen and (max-width:320px) {


	#contactThankyou .supportNumber{
		font-size: 36px;
	}

	.supportOuter p{
		font-size: 14px;
	}

	.supportNumberText span{
		font-size: 14px;
	}

	.supportNumberText span{
		font-size: 15px;
	}

		.thankyouPageRightImage p:first-child{
		left: 55px;
	}

	.thankyouPageRightImage p:last-child {
		left: 55px;
	}

}