﻿html {
  scroll-behavior: smooth;
}

/* ===== common\css\reset.min.css ===== */
*,::before,::after {box-sizing:border-box}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body {line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block}
nav ul {list-style:none}
blockquote,q {quotes:none}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins {background-color:#ff9;color:#000;text-decoration:none}
mark {background:linear-gradient(transparent 0%, #c1e0ff 0%);font-weight:700}
del {text-decoration:line-through}
abbr[title],dfn[title] {border-bottom:1px dotted;cursor:help}
table {border-collapse:collapse;border-spacing:0}
hr {display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select {vertical-align:middle}
img,picture {max-width:100%}
/* ===== common\css\base.css ===== */
body {
	margin: 0;
	padding:0;
	color: #282828;
	background:#fff;
	text-align: left;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	/* font-family:'Noto Sans JP', sans-serif; */
	line-height:2em;
	letter-spacing:.05em;
	font-size:16px;
	position:relative;
	font-weight:400;
    counter-reset: rank_number;
}
html, body, h1, h2,h3, h4, h5, h6, p, dl, dt, dd, li, ul, ol, form, div, img, table, td, th, tr {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}
ul {
	list-style: none;
}
table {
	font-size:1em;
	border-collapse:collapse;
}
img {
	border: none;
	vertical-align:bottom;
}
input,select {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	/* font-family:'Noto Sans JP', sans-serif; */
	font-size: 1em;
}
textarea {
	font-size: 1em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	/* font-family:'Noto Sans JP', sans-serif; */
}
button {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	/* font-family:'Noto Sans JP', sans-serif; */
}
iframe {
    vertical-align: bottom;
}
a {
	color: #282828;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}
a:hover {
/* 	color: #282828; */
	text-decoration: underline;
}
figure {
	text-align: center;
    margin-bottom: 12px;
    font-size: 12px;
}
pre {
	overflow-x: auto;
	white-space: pre-wrap;
	background-color: #000;
    color: #fff;
    padding: 20px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.5;
}
pre::-webkit-scrollbar {
  display:none;
}
code {
	word-wrap: normal;
    white-space: pre;
}
/* ===== common\css\layout.css ===== */
.container {
	position:relative;
	clear:both;
	margin: 0 auto;
	max-width: 100%;
	padding: 40px 0;
	background-color: rgba(255,255,255,1);
}
.container.x2 {
    background-color: rgba(242,242,242,1);
}
.container.x4 {
    background-color: rgba(251,251,251,1);
}
.container.x5 {
    background-color: rgba(244,244,244,1);
}
.contents {
	clear:both;
	position:relative;
	width:1100px;
	margin: 0 auto;
	max-width: 90%;
	z-index:40;
}
header.head {
    top: 30px;
    display:block;
    background-color: rgba(255,255,255,1);
    /* background:#ccc; */
    height:60px;
    position:fixed;
    z-index:80;
    width: 100%;
    box-sizing:border-box;
}
header.head.ads {
    top: 0;
}
main {
	display:block;
    
}
footer.cv-foot {
    padding: 40px 0;
    text-align: center;
    font-size: 11px;
    width: 100%;
}
footer.foot #footerNavi {
	background-color: rgba(47,47,47,1);
	margin: 0 auto;
	max-width: 100%;
	position:relative;
	color: #fff;
	padding:60px 0;
}
footer.foot a {
    color: #fff;
}
footer.foot #copyRight {
    color: #fff;
    padding: 10px 0;
    background-color: rgba(66,66,66,1);
}
footer.foot #copyRight a {
    color: #fff;
}
/* ===== common\css\style.css ===== */
::-webkit-scrollbar {
  width: .5rem;
}
::-webkit-scrollbar-thumb {
  background: #d3a45f;
}
aside h3 {
    font-size: 1em;
    letter-spacing: .03em;
    line-height: 1.5;
}
@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

.form_t_link {
    font-size: 12px;
    line-height: 1.4;
    margin: 10px 0;
}
.form_t_link a {
    color: #0F71D2;
}
.column_form .form_t_link br {
    display: block;
}
.form-set .submitBtn,
.request .submitBtn {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .1rem;
    margin: 0 auto 1rem;
    padding: 12px 0;
}
span.notice {
	display: block;
	font-size: 12px;
	margin: 0 0 0 31%;
	line-height: 1.5;
}
li div {
    display: inline;
    font-size: .9rem;
}
.column_form h2 {
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .03em;
	margin-bottom: 16px;
}
.column_form h2 img {
    display: none;
}
.column_form br {
    display: none;
}
.column_form label.field-label {
    font-size: .9rem;
	font-size: 16px;
    font-weight: 700;
    display: block;
    line-height: 1.5rem;
}
.column_form select,
.column_form .wpcf7-text,
.column_form textarea {
    background: #e5e5e5;
    border: solid 1px #d1d2d2;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 14px;
    padding: 7px 10px;
}
.column_form .notice {
	color: #333;
	font-size: 12px;
	display: block;
	margin: 4px 0 0;
	line-height: 1.5;
}
.form-set .field-error {
	color: #d33;
	font-size: 13px;
	margin: 4px 0 0;
	line-height: 1.4;
}
#form h1,
#form h2 {
    border: initial;
    margin: 0 auto .2rem;
}
.container.x2 {
    background: initial;
}
.form-set fieldset {
    padding: 6px 0;
}
.form-set select,
.form-set .wpcf7-text,
.form-set textarea,
input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #d1d2d2;
	background: #e5e5e5;
/*     background: url(../images/arrow_down.svg) right 1em center no-repeat #e5e5e5; */
    width: 100%;
    border-radius: 3px;
    font-size: 16px;
	letter-spacing: .03em;
}
.form-set fieldset.required label.field-label:after {
    background: #ff7e00;
	background: #d1a154;
    border-radius: 4px;
    color: #fff;
    content: "必須";
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 1;
    padding: 4px 6px;
    position: relative;
    right: 0;
    top: 0;
}
.form-set input::placeholder {
	color: #777;
	font-size: 16px;
}
.sp {
  display : none;
}
@media screen and (max-width: 768px) {
.sp {
    display : block;
  }
}
.m-b8 {margin-bottom: 8px !important;}
.d-n {display: none !important;}
.d-b {display: block}
.color-main {
  color: #05C756;
}
.works-top {
  display: none;
  padding: 24px 0 40px;
}
.open-timing, .hotpepper {
  display: none;
}
.submitBtn {
	background: #ef6b52;
}
.form-step {
    display: none;
}
@media screen and (max-width: 768px) {
.form-step {
      display: flex;
      margin-bottom: 12px;
  }
}
.form-step-desc {
	font-size: 14px;
    font-weight: bold;
}
.form-step-list {
	display: flex;
}
.form-step-item {
    padding: 0;
    background: #e6e6e6;
    color: #000426;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-left: 8px;
	width: 32px;
    height: 32px;
    font-size: 15px;
}
.btn-next,.btn-prev {
	display: none;
  border: none;
  width: 400px;
  max-width: 100%;
  color: #fff;
  line-height: 1em;
  background: #ef6b52;
  border-radius: 3px;
  margin: 12px auto;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: .05em;
  padding: 12px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
.btn-next,.btn-prev {
    display: block;
  }
}
.btn-next:hover,
.btn-prev:hover {
	opacity: .8;
}
.btn-prev {
  border: 1px solid #ef6b52;
  color: #ef6b52;
  background-color: #fff;
}
.active {
	background: #ef6b52;
    color: #fff;
}
.logo-slider {
  animation: logo-slider 75s linear infinite;
    background: url(https://rsvia.co.jp/wp-content/themes/rsvia/images/brand/salon-logo-pc.jpg) repeat-x 50%;
    background-size: auto 64px;
    height: 64px;
    width: 99vw;
    margin: 0 calc(50% - 50vw) 10px;
}
@keyframes logo-slider {
  0%{
    background-position: 0 0;
  }
  100%{
    background-position: -2386px 0;
  }
}
.color-blue {
  color: #2847A1;
}
.d-sp {display: none;}
@media screen and (max-width: 768px) {
.d-pc {display: none;}
.d-sp {display: block;}
}
.subcatch {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin: 20px 0 4px;
  position: relative;
}
.subcatch::before {
  color: #2847A1;
  content: "・・・・・";
  position: absolute;
  top: -20px;
  left: calc(50% - 106px);
}
.fv_list {
  display: flex;
  margin-top: 20px;
}
.fv_item {
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #fff;
  border: 2px dashed #2847A1;
  font-size: 20px;
  font-weight: bold;
  color: #2847A1;
  border-radius: 50%;
  line-height: 1.5;
  height: 120px;
  width: 120px;
}
.fv_item:nth-of-type(2) {
  margin: 0 18px;
}
@media screen and (max-width: 768px) {
.subcatch {
    margin-top: 8px;
  }
.fv_list {
    margin-top: 10px;
  }
.fv_item {
    text-align: center;
    font-size: 16px;
    height: 100px;
    width: 100px;
  }
}
input.submit-btn:disabled,
button.submit-btn:disabled {
    background: #e5e5e1;
    color: #606060;
    cursor: not-allowed;
}
.works {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
	padding: 56px 0 40px
}
.works-inner {
	margin: 10px auto 0;
	background-color: #F4EFE7;
	width: 100%;
	position: relative;
	padding: 40px 0 20px;
}
.works-heading {
	margin-bottom: 10px;
	position: absolute;
	left: calc(50% - 61px);
	top: -16px;
	background-color: #fff;
	color: #168352;
	padding: 0 20px;
	letter-spacing: .1em;
	border: 2px solid #168352;
}
.works-note {
	margin-top: 12px;
    line-height: 1.2;
    letter-spacing: 0;
}
.works-number {
  font-size: 28px;
}
@media (max-width: 768px) {
.works {
    font-size: 4.2vw;
    font-weight: 500;
	padding: 60px 0 20px;
  }
.works-heading {
    font-size: 20px;
    margin-bottom: 10px;
    left: calc(50% - 66px);
  }
.works-note {
    margin-top: 16px;
    line-height: 1.2;
    letter-spacing: 0;
  }
.works-number {
    font-size: 6vw;
  }
}
.works-br {
  display: block !important;
}
@media (min-width: 1279px) {
.works { padding: 48px 0 0;}
.works-inner { width: 800px;}
}
.works-list {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 12px 0;
  width: 95%;
}
.works-item {
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 8px 6px;
  width: 22%;
}
@media (min-width: 1279px) {
.works-item {
    width: 14.5%;
  }
}
@media (max-width: 768px) {
.works-item {
    width: 28%;
  }
}
.works-item .ash { height: 28px;width:auto;}
.works-item .taya { height: 36px;width:auto;}
.works-item .nyny { height: 24px;width:auto;}
.works-item .kingsman { height: auto;width: 108px;}
.works-item .velovetica { height: auto;width: 108px;}
.works-item .aveda { height: 56px;width:auto;}
.works-item .kaming { height: 36px;width:auto;}
.works-item .motegamishi { height: auto;width: 96px;}
.works-item .lavela-tokyo { height: 64px;width:auto;}
.works-item .screen { height: auto;width: 104px;}
.works-item .uno-pulir { height: auto;width: 96px;}
.works-item .yvess { height: auto;width: 96px;}
.works-item .wolfman { height: auto;width: 96px;}
.works-item .toh { height: 28px;width:auto;}
.works-item .hiroginza { height:auto;width: 108px;}
@media (max-width: 768px) {
.works-item .ash { height: 26px;width:auto;}
.works-item .taya { height: 34px;width:auto;}
.works-item .nyny { height: 22px;width:auto;}
.works-item .kingsman { height: auto;width: 106px;}
.works-item .velovetica { height: auto;width: 104px;}
.works-item .aveda { height: 50px;width:auto;}
.works-item .kaming { height: 32px;width: auto;}
.works-item .motegamishi { height: auto;width: 92px;}
.works-item .lavela-tokyo { height: 60px;width:auto;}
.works-item .screen { height: auto;width: 96px;}
.works-item .uno-pulir { height: auto;width: 90px;}
.works-item .yvess { height: auto;width: 84px;}
.works-item .wolfman { height: auto;width: 92px;}
.works-item .toh { height: 24px;width:auto;}
.works-item .hiroginza { height:auto;width: 84px;}
}
.footer-cta {
  display: flex;
  margin-top: 64px;
}
.footer-cta-box {
  width: calc(100% / 3);
  padding: 40px 32px;
  color: #fff;
}
.footer-cta-heading {
  font-size: 24px;
  font-weight: bold;
}
.footer-cta-text {
  font-size: 16px;
  letter-spacing: .03em;
  line-height: 1.8;
  margin: 20px 0;
}
.footer-cta-link {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 10px 0;
  position: relative;
  text-align: center;
}
.footer-cta-link:hover {
  opacity: .9;
  text-decoration: none;
}
.footer-cta-link::after {
  content: '';
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 19px;
  right: 20px;
  height: 13px;
  width: 13px;
}
@media screen and (max-width: 768px) {
.footer-cta {
    display: block;
	margin-top: 64px;
  }
.footer-cta-box {
    width: 100%;
    padding: 32px 20px;
  }
.footer-cta-heading {
    font-size: 21px;
    font-weight: bold;
  }
.footer-cta-text {
    font-size: 15px;
    letter-spacing: 0;
  }
.footer-cta-link {
    font-size: 17px;
  }
.footer-cta-link::after {
    top: 19px;
  }
}
.reason-wrapper {
  display: flex;
  justify-content: space-between;
}
.reason-box {
  width: 31%;
}
.reason-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 10px 0;
}
.reason-text {
  line-height: 1.8;
  letter-spacing: 0;
}
.reason-link {
	text-decoration: underline;
    color: #2847A1;
    font-weight: bold;
}
.font-bold {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
.reason-wrapper {
    display: block;
  }
.reason-box {
    margin-top: 24px;
    width: 100%;
  }
.reason-box img {
	height: auto;
    width: 100%;
  }
.reason-title {
    font-size: 18px;
  }
}

.logo {
  background-color: #D2DEFF;
}
.logo-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
.logo-inner {
    flex-wrap: wrap;
	justify-content: space-between;
    width: 100%;
	padding: 12px 20px 20px;
  }
}
.logo img {
  display: block;
  margin: 0 5px;
  width: 11%;
}
@media screen and (max-width: 768px) {
.logo img {
    margin: 10px 0 0;
    width: 48%;
  }
}
.function-cta-box a::after {
	border-top: 3px solid #fff;
    border-right: 3px solid #fff;
	content: '';
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 17px;
    right: 20px;
    height: 13px;
    width: 13px;
}
/* ===== common\css\common.css ===== */
.pc {display:block !important;}
.sp {display:none !important;}
.cv-btns {
    display: none;
}
header.head #logo {
	position:fixed;
	top:45px;
	left:40px;
	z-index:9999;
}
header.head.ads #logo {
	top:6px;
}
header.head #logo img {
	width:130px;
	height:auto;
	display:block;
}
header.head #logo span {
	line-height: 1;
    margin: 8px 0 0 -8px;
    letter-spacing: 0;
    font-size: 13px;
	display: block;
}
header.head.ads .organic-header {
    display: none;
}
.organic-header {
    background-color: rgba(50,50,50,1);
    display: block;
    width: 100%;
    position: fixed;
    color: #fff;
    z-index: 999;
    top: 0;
    left: 0;
}
.organic-header ul {
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: flex-end;
}
.organic-header ul li {
    margin: 0 2em 0 0;
    font-size: .8em;
    font-weight: 300;
    display: flex;
    align-items: center;
    line-height: 1em;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.organic-header ul li a {
    color: #fff;
    text-decoration: none;
    
}
header.head.ads .organic-header {
    display: none;
}
#gNavi ul li a {
	color: #333;
	line-height: 1em;
}
#gNavi ul li a:hover {
	opacity:.8;
}
#gNavi {
    top: 0;
	position: fixed; 
	z-index: 400;
    width:100%;
}
footer.foot #footerNavi nav {
    width: 22%;
}
footer.foot #footerNavi nav h5 {
    font-weight: 500;
    margin: 0 0 1.2em 0;
	font-size: 18px;
}
footer.foot #footerNavi nav li {
    font-size: 14px;
}
footer.foot #copyRight nav {
    display: flex;
    justify-content: space-between;
    
}
footer.foot #copyRight nav ul {
    display: flex;
    justify-content: space-between;
    font-size: .75em;
    padding: .5em 0 0 0;
}
footer.foot #copyRight nav li {
    margin: 0 0 0 2em;
}
footer.foot #copyRight #foogLogo {
    margin: 0 20px 0 0;
}
footer.foot #copyRight #foogLogo img {
    width: 120px;
    height: auto;
}
footer.foot #copyRight p {
    font-size: 12px;
    display: flex;
    align-items: center;
}
#pageTop {
    position: fixed;
    bottom: 0;
    right: -50px;
    transform: rotate(90deg);
    z-index: 80;
    
}
.lp #pageTop {
    display: none;
}
#pageTop a {
    font-family: 'Lato', sans-serif;
    line-height: 1em;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #424242;
    font-size: .8em;
}
#pageTop a:after {
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    background: #424242;
    margin: 0 0 0 80px ;
    transform: rotate(90deg);
}
.lp #abilityArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    width: 900px;
}
.lp #abilityArea dl {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 160px;
    margin: 0 30px 30px;
}
.lp #abilityArea dl:nth-child(n + 5) {
    margin: 0 30px 0 30px;
}
.lp #abilityArea dl dt {
    flex: 1;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 0%;
}
.lp #abilityArea dl dd {
    color: #06c755;
    font-weight: 600;
    font-size: 1.3em;
    line-height: 1.5em;
    flex: 2;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 0%;
    margin: 1em 0 0 0;
}
.lp.google #abilityArea dl dd {color: #4285f4;}
.lp #supportArea article {
    display: flex;
    justify-content:space-between;
    align-items: center;
    margin: 0 0 55px 0;
}
.lp #supportArea article aside.ex {
    max-width: 640px;
}
.lp #supportArea article aside.ex dl {
    margin: 0 0 1.5em 0;
    display: flex;
    align-items: center;
}
.lp #supportArea article aside.ex dl dt {
    line-height: 1em;
    display: inline-block;
    color: #fff;
background-color: #05c756;
    padding: 8px 32px;
    border-radius: 40px;
    font-size: 1.125em;
    margin: 0 1em 0 0;
}
.lp.google #supportArea article aside.ex dl dt {background: #4285f4;}
.lp #supportArea article aside.ex dl dd {
    font-weight: 600;
    font-size: 20px;
}
.lp #supportArea article aside.ex p {
    font-size: 16px;
}
.lp #flowArea {
    position: relative;
    margin: 0 0 80px 0;
}
.lp #flowArea::after {
    content: "";
    display: block;
    width: 68px;
    height: 35px;
    background: url("../../lp/images/flow-arrow.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -34px;
    margin-top: 20px ;
}
.lp #flowArea article {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 0 0 25px 0;
}
.lp #flowArea article figure {
    width: 200px;
    text-align: center;
}
.lp #flowArea article aside {
    margin: 0 0 0 15px;
}
.lp #flowArea article aside h3 {
    color: #06c755;
    font-weight: 600;
    font-size: 1.75em;
    margin: 0 0 .3em 0;
    display: flex;
    align-items: center;
}
.lp #flowArea article aside h3::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #06c755;
    font-weight: 600;
    color: #fff;
    margin: 0 .3em 0 0;
}
.lp.google #flowArea article aside h3::before {background: #4285f4;}
.lp #flowArea article:nth-child(1) aside h3::before {content: "1";}
.lp #flowArea article:nth-child(2) aside h3::before {content: "2";}
.lp #flowArea article:nth-child(3) aside h3::before {content: "3";}
.lp #flowArea article:nth-child(4) aside h3::before {content: "4";}
.lp #flowArea article:nth-child(5) aside h3::before {content: "5";}
.lp #flowArea article:nth-child(6) aside h3::before {content: "6";}
.lp #flowArea article:nth-child(7) aside h3::before {content: "7";}
.lp #flowArea article aside dt {
    color: #06c755;
}
.lp #flowArea article aside dd {
    color: #666666;
    font-size: 1.125em;
}
.lp #startArea {
    text-align: center;
}
.lp #startArea h3 {
    color: #06c755;
    font-size: 2.5em;
    font-weight: 600;
    margin: 0 0 .8em 0;
}
.lp #startArea p {
    font-size: 1.125em;
    color: #666;
}
.lp #faqArea dl {
    margin: 0 0 20px 0;
}
.lp #faqArea dl:last-child {
	margin: 0 0 0 0;
}
.lp #faqArea dt.qes {
	position:relative;
	
	cursor:pointer;
    padding: 15px 70px 15px 35px;
    background: #fff;
    border-radius: 10px;
    
    
}
.lp #faqArea dt.qes h3 {
    display: flex;
    align-items: center;
    line-height: 1.5em;
    font-size:1.4em;
    font-weight: 600;
}
.lp #faqArea dt.qes h3::before {
    content: "";
    width: 57px;
    height: 58px;
    display: inline-block;
    background: url("../../lp/images/qes.png") center center no-repeat;
    background-size: contain;
    margin: 0 1em 0 0;
}
.lp.google #faqArea dt.qes h3::before {background: url("../../lp/images/qes_google.png") center center no-repeat;background-size: contain;}
.lp #faqArea dt.qes::before,
.lp #faqArea dt.qes::after {
	content: '';
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 5px;
    background: #333;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.lp #faqArea dt.qes::after {
    background: #333;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
	
}
.lp #faqArea dd.ans {
	display:none;
	padding:30px 30px 30px 30px;
}
.lp #faqArea dd.ans h4 {
    display: flex;
    align-items: center;
    line-height: 1.5em;
    font-size: 1.3em;
    font-weight: 500;
    margin: 0 0 .8em 0;
}
.lp #faqArea dd.ans h4::before {
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url("../../lp/images/ans.png") center center no-repeat;
    background-size: contain;
    margin: 0 1em 0 0;
}
/* ===== common\css\class.css ===== */
.text-center {
	text-align: center;
}
input, select, textarea {
		color: #282828;
		font-size: 16px;
		font-weight: normal;
		line-height: 1.75em;
        max-width: 100%;
	}
input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="url"],
    input[type="number"],
    nput[type="date"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: rgba(255, 255, 255, 1);
		border-radius: 5px;
		border: none;
		display:inline-block;
		outline: 0;
		padding: .6em .6em;
		text-decoration: none;
        color: #282828;
        width: 100%;
        box-sizing: border-box;
		
	}
select {
		background:url(../images/arrow_down.svg) right 1em center no-repeat #fff;
		padding: .6em 2.5em .6em .6em;
	}
textarea {
/*         height: 200px; */
		height: 90px;
        }
input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		input[type="url"]:invalid,
        input[type="number"]:invalid,
        input[type="date"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}
input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="url"]:focus,
        input[type="number"]:focus,
        input[type="date"]:focus,
		select:focus,
		textarea:focus {
            /*
			border-color: #4196CD;
			box-shadow: 0 0 0 1px #6ec7f5;
            */
		}
button,
        input[type="submit"],
        input[type='button'] {
            -moz-appearance: none;
		    -webkit-appearance: none;
	    	-ms-appearance: none;
	    	appearance: none;
        
        }
.submitBtn {
    border: none;
    width: 400px;
    max-width: 100%;
    color: #fff;
    line-height: 1em;
    background: #e94729;
    font-size: 1em;
    font-weight: 500;
    padding: 1em 0;
/*     border-radius: 3px 0 7px 0; */
	border-radius: 3px;
    margin: auto;
    display: block;
    cursor: pointer;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.submitBtn:hover {
    opacity: .8;
}
/* ===== common\css\mobile.css ===== */
@media screen and (max-width: 1220px) {
header.head {
	  height: 48px;
    z-index: 999;
  }
header.head #logo {
    position: fixed;
    top: 35px;
    left: 10px;
    z-index: 98;
  }
header.head.ads #logo {
		display: block;
		top: 5px;
		width: 310px;
	}
header.head.ads #logo span {
		display: inline-block;
		font-size: 11px;
		margin: 0 0 0 3%;
	}
header.head #logo img {
		display: inline-block;
		margin: 0 0 7px;
		width: 95px;
		height: auto;
	}
header.head #logo span {
	  font-size: 12px;
	  margin: 11px 0 0 6px;
	  letter-spacing: 0;
	 }
.organic-header {
    z-index: 90;
  }
.organic-header ul {
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: space-between;
    padding: 0 1em;
  }
.organic-header ul li {
    margin: 0 0 0 0;
    letter-spacing: 0.07em;
  }
#navWrap {
    padding: 90px 2em 30px 2em !important;
  }
header.head.ads #navWrap {
    padding: 60px 2em 30px 2em !important;
  }
}
@media screen and (max-width: 768px) {
html {
    -webkit-text-size-adjust: 100%;
  }
body {
    font-size: 16px;
    min-width: 100%;
  }
.pc {
    display: none !important;
  }
.sp {
    display: block !important;
  }
.container {
/*     margin: 1rem auto; */
    margin-top: 48px;
    padding: 0;
  }
.contents {
    width: 90%;
  }
footer.foot #copyRight {
    color: #fff;
    padding: 0 0 80px 0;
    background-color: rgba(66, 66, 66, 1);
  }
#copyRight span {
    display: none;
  }
footer.foot #footerNavi {
		margin: 0 auto;
		padding: 2rem 0 0;
	}
footer.foot #footerNavi nav {
		margin: 0 auto 2rem;
		padding: 0 10%;
		width: 100%;
	}
footer.foot #footerNavi nav h5 {
		margin: 0 0 .5rem;
	}
footer.foot #footerNavi nav li {
		text-indent: 1rem;
	}
footer.foot #copyRight nav {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 20px 0 15px 0;
  }
footer.foot #copyRight #foogLogo {
    margin: 0 0 5px 0;
  }
footer.foot #copyRight p {
    padding: 10px 0;
  }
footer.cv-foot {
    background: #000;
    color: #fff;
    padding: 20px 0;
  }
#pageTop {
    position: fixed;
    bottom: 0;
    right: -35px;
    transform: rotate(90deg);
    z-index: 80;
  }
#pageTop a {
    font-family: "Lato", sans-serif;
    line-height: 1em;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #424242;
    font-size: 0.8em;
  }
#pageTop a:after {
    content: "";
    display: block;
    width: 1px;
    height: 35px;
    background: #424242;
    margin: 0 0 0 30px;
    transform: rotate(90deg);
  }
.cv-btns {
    display: block;
    width: 100%;
    margin: 40px 0 10px;
	text-align: center;
  }
.cv-btns ul {
    display: block;
    margin: 0 auto;
  }
.cv-btns ul li {
	width: 90%;
	margin: auto;
    text-align: center;
  }
.cv-btns ul li a {
    border-radius: 0.5rem;
    color: #fff;
    display: block;
	position: relative;
  }
.cv-btns.parts ul li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    right: 25px;
    top: 17px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
.cv-btns ul li a:hover {
    text-decoration: initial;
  }
.cv-btns ul li.req a span {
    background: #E04428;
    border-radius: 30px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0 auto 0.1rem;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    letter-spacing: .05em;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  }
.cv-btns .offer {
	color: #E04428;
	line-height: 1.5;
	font-size: 16px;
	letter-spacing: 0;
	margin-bottom: 1px;
	}
.cv-btns .microcopy {
    font-size: 14px;
  }
#industryArea h3 {
    margin: 0 0 1em 0;
    font-size: 1.4em;
    font-weight: 700;
  }
#industryArea article {
    display: flex;
    flex-wrap: wrap;
  }
#industryArea article dl {
    width: 33.33333%;
    text-align: center;
    padding: 0 0 15px 0;
	margin-top: 15px;
  }
#industryArea article dd {
    height: auto;
    line-height: 1.5em;
    font-size: 0.9em;
  }
.submitBtn {
    margin: 0.5rem auto 0;
    width: 80%;
  }
.submitBtn, .btn-next, .btn-prev {
    margin: 0.5rem auto 0;
    width: 80%;
  }
.form-set fieldset.required label.field-label:after {
    right: 0;
  }
textarea {
    height: 6rem;
  }
span.notice {
    margin: 4px 0 0;
	letter-spacing: 0.03em;
  }
.lp #abilityArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    width: 100%;
  }
.lp #abilityArea dl {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 23%;
    margin: 0 1% 20px 1%;
  }
.lp #abilityArea dl:nth-child(n + 5) {
    margin: 0 1% 0 1%;
  }
.lp #abilityArea dl dt img {
    width: 70%;
  }
.lp #abilityArea dl dd {
    font-weight: 500;
    font-size: 0.7em;
    line-height: 1.8em;
    height: 100%;
    letter-spacing: 0;
  }
.lp #supportArea article {
    display: flex;
    justify-content: start;
    align-items: start;
    margin: 0 auto 24px;
    flex-direction: column;
    width: 90%;
  }
.lp #supportArea article aside.ex {
    width: 100%;
    margin: 0 0 25px 0;
  }
.lp #supportArea article aside.ex dl {
    margin: 0 0 1em 0;
    display: flex;
    align-items: center;
  }
.lp #supportArea article aside.ex dl dt {
    line-height: 1em;
    display: inline-block;
    color: #fff;
    background: #06c755;
    padding: 0.5em;
    border-radius: 40px;
    font-size: .9em;
    margin: 0 1em 0 0;
    white-space: nowrap;
  }
.lp #supportArea article aside.ex dl dd {
    font-weight: 600;
    font-size: 1.1em;
  }
.lp #supportArea article aside.ex p {
    font-size: 1em;
    line-height: 1.5rem;
    margin: 0 auto;
    width: 90%;
  }
.lp #flowArea {
    position: relative;
    margin: 0 0 65px 0;
  }
.lp #flowArea::after {
    content: "";
    display: block;
    width: 50px;
    height: 26px;
    background: url("../../lp/images/flow-arrow.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    margin-top: 20px;
  }
.lp #flowArea article {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 20px 10px;
    border-radius: 10px;
    margin: 0 0 25px 0;
  }
.lp #flowArea article figure {
		display: none;
	}
.lp #flowArea article figure img {
    transform: scale(0.8);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
.lp #flowArea article aside {
    margin: 0 0 0 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
.lp #flowArea article aside h3 {
    color: #06c755;
    font-weight: 600;
    font-size: 1.25em;
    margin: 0 0 0.3em 0;
    display: flex;
    align-items: start;
  }
.lp #flowArea article aside h3 span {
    width: calc(100% - 40px);
  }
.lp #flowArea article aside h3::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: initial;
    background: #06c755;
    font-weight: 600;
    color: #fff;
    margin: 0 0.3em 0 0;
  }
.lp #flowArea article aside dd {
    color: #666666;
    font-size: 1em;
  }
.lp #flowArea article aside dd br {
		display: none;
	}
.lp #startArea h3 {
    font-size: 2em;
  }
.lp #startArea p {
    font-size: 1em;
    color: #666;
  }
.lp #faqArea dl {
    margin: 0 0 20px 0;
  }
.lp #faqArea dl:last-child {
    margin: 0 0 0 0;
  }
.lp #faqArea dt.qes {
    position: relative;

    cursor: pointer;
    padding: 15px 30px 15px 15px;
    background: #fff;
    border-radius: 10px;
  }
.lp #faqArea dt.qes h3 {
    display: flex;
    align-items: center;
    line-height: 1.5em;
    font-size: 1.1em;
    font-weight: 500;
  }
.lp #faqArea dt.qes h3 span {
    width: calc(100% - 40px);
  }
.lp #faqArea dt.qes h3::before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("../../lp/images/qes.png") center center no-repeat;
    background-size: contain;
    margin: 0 1em 0 0;
  }
.lp #faqArea dt.qes::before,
  .lp #faqArea dt.qes::after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 5px;
    background: #333;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
.lp #faqArea dt.qes::after {
    background: #333;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
  }
.lp #faqArea dd.ans {
    display: none;
    padding: 20px 20px 20px 20px;
  }
.lp #faqArea dd.ans h4 {
    display: flex;
    align-items: center;
    line-height: 1.5em;
    font-size: 1.1em;
    font-weight: 500;
    margin: 0 0 0.8em 0;
  }
.lp #faqArea dd.ans h4 span {
    width: calc(100% - 30px);
  }
.lp #faqArea dd.ans h4::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("../../lp/images/ans.png") center center no-repeat;
    background-size: contain;
    margin: 0 1em 0 0;
  }
.column_form {
	margin-top: -40px;
	padding-top: 64px;
  }
}
/* ===== lp\google\css\google.css ===== */
.lp #supportArea article aside.ex {
	max-width: 640px !important;
}
.contents {
	width: 94%;
}
.container.x3,
.container.x4,
.container.x5 {
	background: #fff;
}
.lp.google #abilityArea dl dd,
.lp.google #supportArea article aside.icon dl dd {
	color: initial;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
}
.google #keyWrap {
    position: relative;
    background-color: #fff;
    background-size: cover;
    height: auto;
    overflow: hidden;
}
.google #keyWrap #keyImg {
    background: rgba(229,232,234,1);
    width: 1100px;
    height: 100%;
    margin: auto;
    padding: 90px 0 190px 0;
}
.google #keyWrap #keyImg article {
    margin: auto;
    width: 100%;;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.google #keyWrap #keyImg article div {
    position: relative;
    width: 700px;
    z-index: 50;
}
.google #keyWrap #keyImg article aside {
    display: inline-block;
    margin: 0 0 30px 30px;
}
.google #keyWrap #keyImg article h1 {
    font-size: 6.875em;
    font-weight: 600;
    line-height: 1em;
    display: flex;
    align-items: center;
    color: #4285f4;
    margin: 0 0 .15em 0;
}
.google #keyWrap #keyImg article h1 small {
    font-size: 0.63636em;
}
.google #keyWrap #keyImg article h1 small.x2 {
    font-size: 0.72727em;
}
.google #keyWrap #keyImg article ul {
    display: flex;
    justify-content: center;
}
.google #keyWrap #keyImg article ul li {
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.6em;
    font-weight: 600;
    margin: 0 5px;
    line-height: 1.8em;
}
.google #keyWrap #keyImg article ul li strong {
    color: #4285f4;
}
.works {
	padding: 20px 0 40px;
}
@media screen and (max-width: 768px) {
.works {
	padding: 0 0 40px;
}
}
.works-heading {
    color: #4285f4;
    border: 2px solid #4285f4;
}
.color-main {
    color: #4285f4;
}
.google #aboutArea {
    margin: -20px auto 0;
    text-align: center;
}
.google #aboutArea h2 em {
    font-weight: 700;
    color: #f4b400;
    margin: 0 .2rem;
}
.google #aboutArea h2 em.x2 {
    color: #e94729;
}
.google #aboutArea h2 strong {
    color: #4285f4;
}
.google #aboutArea figure {
    margin: 0 0 50px 0;
}
.google #flowView {
    text-align: center;
    margin: 48px auto 0;
}
.google #pointList {
    display: flex;
    justify-content: center;
}
.google #pointList a {
    width: 250px;
    text-align: center;
    display: block;
    text-decoration: none;
    margin: 0 55px;
}
.google #pointList a article {
    width: 240px;
    height: 240px;
    margin: auto;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f4f4f4;
    background-size: contain;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.google #pointList a:hover article {
    opacity: .8;
}
.google #pointList a article:before {
    color: #4285f4;
    font-size: 1.5em;
    font-weight: 600;
    position: absolute;
    top: -.2em;
    left: -.1em;
}
.google #pointList a:nth-child(1) article:before {content: "1";}
.google #pointList a:nth-child(2) article:before {content: "2";}
.google #pointList a:nth-child(3) article:before {content: "3";}
.google #pointList a article figure {
    margin: 0 auto;
}
.google #pointList a aside {
    margin: 30px 0 0 0;
}
.google #pointList a aside p {
    line-height: 1.5em;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: .05em;
    position: relative;
}
.google .point-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
	width: 100%;
	max-width: 800px;
    margin: auto;
}
.google .point-area article {
	width: 90%;
}
.google .point-area figure {
    width: 283px;
}
.google .point-area article h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 1em 0;
}
.google .point-area article h3::before {
    color: #4285f4;
    font-size: 1.5rem;
    margin: 0 .5em 0 0;
}
.google .point-area article h3.num1::before {content: "1.";}
.google .point-area article h3.num2::before {content: "2.";}
.google .point-area article h3.num3::before {content: "3.";}
.google .point-area article h3 i {
    font-size: 1.6em;
    color: #06c755;
    margin: 0 .2em;
    vertical-align: middle;
}
.google #flowArea article aside h3 {
	color: #333;
}
.lp #startArea h3 {
	color: #d1a154;
}
.lp #flowArea article aside dt {
	color: #4285f4;
	font-weight: 700;
}
.google .point-area article p {
    font-size: 16px;
    margin: 0 0 2em 0;
	width: 80%;
}
.google #useArea article {
    margin: 0 0 40px 0;
}
.google #useArea article h3 {
    font-weight: 600;
    font-size: 1.5em;
    margin: 0 0 1.5em 0;
    text-align: center;
}
.google #useArea article p {
    font-size: 1.125em;
    line-height: 2em;
    letter-spacing: 0;
}
/* @media (min-width: 1528px) {
.column_form {
    position : fixed;
    top : 0px;
    right : 0px;
    width : 25vw;
    height : 100vh;
    padding : 4vw 2vw;
  }
.column_form label.field-label {
    margin : 0.2rem 0px 0px 0px;
  }
.column_form .notice {
    line-height : 1.25rem;
  letter-spacing: .03em;
  }
.submitBtn {
    margin : .5rem auto 0px auto;
  }
.google #keyWrap #keyImg, .line #keyWrap #keyImg, #main.ads, .container.cv, .foot {
    width : 100%;
    padding-right : 25vw;
    box-sizing : border-box;
  }
.google #keyWrap #keyImg, .line #keyWrap #keyImg {
    padding : 50px 0px 50px 10%;
  }
.contents, footer.foot .footer {
    width : 100%;
    padding : 0 10vw;
  }
#pageTop {
    display : none;
  }
} */
@media screen and (max-width: 768px) {
header.head #logo span {
		display: none;
	}
.google #aboutArea h2 em {
		font-size: 1.5rem
	}
.cv-btns {
		display: block;
		width: 100%;
		margin: 20px 0;
		text-align: center;
	}
.lp #supportArea article {
		width: 100%;
	}
.lp #abilityArea dl dt {
		display: block;
		flex: initial;
		height: 2.5rem;
		margin: 0 0 1rem;
	}
.lp #abilityArea dl dd {
		display: block;
		font-size: .8rem;
		line-height: initial;
	}
.lp #abilityArea dl {
		width: 31%;
		margin: 0 0 2rem;
	}
h3 {
	font-size: 1rem;
	}
.cv-btns ul li {
    width: 48.5%;
    text-align: center;
  }
.cv-btns ul li.req {
    margin: 0 auto;
    width: 100%;
  }
.cv-btns.parts ul li a::after {
    display: none;
  }
.cv-btns ul li a:hover {
    text-decoration: initial;
  }
.cv-btns ul li.req a span {
    background: #1A73E9;
    font-size: 18px;
  }
.cv-btns .offer {
	color: #4285f4;
	letter-spacing: .03em;
  }
.cv-btns .microcopy {
    font-size: 14px;
  }
footer.foot #copyRight {
    color: #fff;
    padding: 0 0 80px 0;
    background-color: rgba(66, 66, 66, 1);
  }
#copyRight span {
    display: none;
  }
footer.foot #footerNavi {
    display: none;
  }
footer.foot #copyRight nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: rgba(47, 47, 47, 1);
    width: 100%;
    padding: 20px 0 15px 0;
  }
footer.foot #copyRight #foogLogo {
    margin: 0 0 5px 0;
  }
footer.foot #copyRight p {
    padding: 10px 0;
  }
footer.cv-foot {
    background: #000;
    color: #fff;
    padding: 20px 0;
  }
.google #keyWrap #keyImg {
    width: 100%;
    height: 100%;
    padding: 30px 0 10px 0;
  }
.google #keyWrap #keyImg article {
    margin: auto;
    width: 100%;;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align:center;
  }
.google #keyWrap #keyImg article div {
		width: 100%;
	}
.google #keyWrap #keyImg article aside {
    display: inline-block;
    margin: 0 0 15px 0;
    width: 100%;
  }
.google #keyWrap #keyImg article h1 {
    font-size: 3.2em;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0 auto;
    display: flex;
    align-items: center;
    text-align:center;
    justify-content: center;
    width: 90%;
  }
.container.x2 {
		margin: 0 auto;
	}
.google #keyWrap #keyImg article ul {
		display: block;
		width: 100%;
	}
.google #keyWrap #keyImg article ul li {
		background: initial;
		border-radius: initial;
		display: block;
		font-size: 1rem;
		height: auto;
		margin: 0 auto;
		width: 18rem;
	}
.google #keyWrap #keyImg article ul li:before {
		content: "☑";
		font-size: 1.5rem;
		position: relative;
		top: .1rem;
	}
.google #keyWrap #keyImg article ul li br {
		display: none;
	}
.google #useArea article p {
		font-size: .9rem;
	}
.google #flowView figure {
        margin: 0 auto 0 auto;
        max-width: 800px!important;
        width: 800px;
    }
.google #pointList {
    display: flex;
    justify-content: space-between;
  }
.google #pointList a {
    width: 33%;
    text-align: center;
    display: block;
    text-decoration: none;
    margin: 0 0;
  }
.google #pointList a article {
    width: 105px;
    height: 105px;
  }
.google #pointList a article figure img {
    width: 40px;
    height: auto;
  }
.google #pointList a article figure figcaption {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: .7em;
    background: #ff0301;
    position: absolute;
    top: -.7em;
    right: -.7em;
  }
.google #pointList a article dd {
    font-weight: 500;
    font-size: .8em;
    line-height: 1em;
    letter-spacing:.05em;
  }
.google #pointList a aside {
        margin: 10px 0 0 0;
    }
.google #pointList a aside p {
		font-size: 12px;
		margin: 0 auto;
		width: 90%;
	}
.google #pointList a aside p br {
		display: none;
	}
.google #pointList a:nth-child(1) article:before,
	.google #pointList a:nth-child(2) article:before,
	.google #pointList a:nth-child(3) article:before {
		content: none;
	}
.google .point-area {
		display: flex;
		justify-content: start;
		flex-direction: column;
		padding: 0 8px;
		width: 100%;
	}
.google .point-area article {
		width: 100%;
	}
.google .point-area figure {
		width: 80%;
		margin: 20px auto;
	}
.google .point-area article h3 {
		font-size: 20px;
		margin: 0 0 .8em 0;
		text-align: center;
		letter-spacing: 0;
	}
.google .point-area article p,
	.lp #supportArea article aside.ex p {
		font-size: 16px;
		line-height: 1.8;
		letter-spacing: 0;
		margin: 0 auto;
		width: 100%;
	}
.lp #supportArea article aside.ex,
	.lp #flowArea article {
		padding: 0 5%;
	}
.lp #flowArea article aside {
		padding: initial;
	}
.google #flowArea article aside dt {
		color: #4285f4;
		font-size: .8rem;
		font-weight: 700;
	}
.lp #flowArea article aside dd {
		font-size: 14px;
		line-height: 1.5rem;
	}
.google #startArea h3 {
		color: #D1A154;
		font-size: 1.5rem;
		margin: 0 auto .5rem;
	}
.lp #startArea p {
		font-size: 14px;
		line-height: 1.5rem;
		margin: 0 auto;
		text-align: left;
		width: 90%;
	}
.lp #flowArea article aside dd br,
	.google #flowArea article aside dt br {
		display: none;
	}
.lp #faqArea dt.qes h3 {
		font-weight: 700;
	}
.lp #faqArea dd.ans {
		border-top: 1px dashed #ccc;
		border-bottom: 2px solid #ccc;
		padding: 1rem 1.5rem 0;
	}
.lp #faqArea dt.qes h3,
	.lp #faqArea dd.ans h4 {
		font-size: 1rem;
		line-height: 1.5rem;
	}
.google #useArea article {
        margin: 0 0 25px 0;
    }
.google #useArea article h3 {
        color: #D1A154;
        font-size: 1em;
        margin: 0 0 .8em 0;
    }
.lp #form {
      padding: 0 5%;
      margin: -40px auto 0;
    }
#form h2 {
      padding-top : 40px;
    }
}
.lp #form {
    display : block;
    margin: 0 auto 60px;
    max-width: 600px;
    overflow: scroll;
    z-index: 9999;
  }
#form h2 {
    font-size: 1rem;
    margin: 0 0 1rem;
  }
.form-set fieldset.required label.field-label:after {
      right: 0px;
      top: 0px;
  }
.color-gold {
  color: #D1A154;
}
header.head {
  height: 50px;
  z-index: 200;
  position: absolute;
}
header.head #logo {
  position: absolute;
}
header.head #logo img {
  width: 150px;
}
header.head.ads #logo span {
  display: none;
}
#main.ads {
  padding: 50px 0 0 0;
}
@media (max-width: 768px) {
    #main.ads {
        padding: 40px 0 0 0;
    }
}
.fv {
  background-color: #E3EEFC;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  padding: 32px 0;
  position: relative;
  text-align: center;
}
.fv-inner {
  align-items: start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 75%;
}
.fv-main {
  width: 70%;
}
.fv-copy {
  color: #1A73E8;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.fv-copy span {
  color: #282828;
  font-size: 28px;
}
.fv-logo {
  width: 40vw;
}
.fv-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fv-item {
  background-color: #fff;
  border-radius: 10px;
  font-size: 1.75vw;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin: 10px;
  padding: 8px 0;
  width: 22vw;
}
.fv-data img {
  display: inline-block;
  margin: 20px 8px 0;
  width: 10vw;
}
.fv-note {
  font-size: 13px;
  margin: 4px 0 0 calc(50% - 16vw);
  text-align: left;
}
.fv-kv {
  right: -20px;
  position: absolute;
  top: 20px;
  width: 38vw;
  z-index: 100;
}
#form h2 {
  font-size: 20px;
}
.form-set fieldset {
  padding: 6px 0;
}
@media (min-width: 1280px) {
.fv-inner {
    width: 920px;
  }
.fv-main {
    width: 66%;
  }
.fv-copy {
    font-size: 28px;
  }
.fv-copy span {
    font-size: 28px;
  }
.fv-logo {
    width: 512px;
  }
.fv-item {
    font-size: 22px;
    width: 280px;
  }
.fv-data img {
    width: 128px;
  }
.fv-note {
    font-size: 13px;
    margin: 4px 0 0 98px;
  }
.fv-kv {
    top: 32px;
    right: calc(50% - 616px);
    width: 480px;
  }
.google #keyWrap #keyImg, .line #keyWrap #keyImg, #main.ads, .container.cv, .foot {
    width: 100%;
    padding-right: 26vw;
    box-sizing: border-box;
  }
.column_form {
	  position: fixed;
      top: 0;
      right: 0;
      width: 26vw;
      height: 100vh;
      padding: 20px 16px 40px;
      background-color: #fff;
      border-left: 1px dotted #ccc;
  }
}
@media (max-width: 768px) {
.fv {
    padding: 20px 0 0;
    overflow-x: hidden;
    margin-bottom: -20px;
  }
.fv-inner {
    width: calc(100% - 32px);
  }
.fv-main {
    width: 100%;
  }
.fv-copy {
    font-size: 5.2vw;
    line-height: 1.5;
    margin-bottom: 10px;
  }
.fv-copy span {
    font-size: 5vw;
  }
.fv-logo {
    width: 80vw;
  }
.fv-list {
    display: block;
    position: relative;
  }
.fv-item {
    font-size: 3.8vw;
    margin: 10px 0 0;
    width: 47vw;
  }
.fv-data img {
    margin: 20px 4px 0;
    width: 24vw;
  }
.fv-note {
    font-size: 14px;
    margin: 4px 0 0 calc(50% - 37.5vw);
  }
.fv-kv {
    position: relative;
    right: 0;
    top: 0;
    width: 70%;
  }
header.head {
    height: 40px;
  }
header.head.ads #logo {
    top: 5px;
    left: calc(50% - 60px);
    width: auto;
  }
header.head #logo img {
    width: 120px;
  }
}
footer.foot #copyRight nav #foogLogo,
footer.foot #copyRight nav li + li {
    display: none;
}
footer.foot #copyRight #foogLogo,
footer.foot #copyRight nav li + li {
    display: none;
}
footer.foot #copyRight {
    padding: 4px 0;
}
@media screen and (max-width: 768px) {
footer.foot #copyRight {
        padding: 0;
    }
footer.foot #copyRight nav {
        padding: 4px 0;
    }
footer.foot #copyRight nav ul {
		padding: 0;
	}
footer.foot #copyRight nav li {
		margin: 0;
	}
.lp #form {
    	overflow: auto;
		margin: 0 auto 60px;
		padding: 0 5%;
	}
}
.scroll-hint {
	display: none;
	padding: 6px 0;
    color: #666;
}
.google #industryArea h3 {
    margin-bottom: 20px;
}
.google #industryArea article,
.function article {
    width: 800px;
    margin: 0 auto;
}
.google #abilityArea {
    margin: 48px auto 0;
}
@media screen and (max-width: 768px) {
.scroll-hint {
		display: block;
	}
.google #industryArea article {
        width: 100%;
	}
}
.container.merit {
	padding: 0 0 40px;
}
.container.support {
	padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
.container.merit {
    padding: 0;
    margin-top: 20px;
}
.container.support {
	padding: 0;
}
}
.voice {
  margin: 24px 0 64px;
}
.voice-box {
  background-color: #E2EEFC;
  border-radius: 20px;
  letter-spacing: 0;
  line-height: 1.8;
  margin: 0 auto;
  width: 400px;
}
.voice img {
  border-radius: 20px 20px 0 0;
}
.voice h3 {
  color: #1A73E9;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 20px 10px;
}
.voice p {
  padding: 0 20px 20px;
}
@media screen and (max-width: 768px) {
.voice {
    margin: 44px 0 64px;
  }
.voice-box {
    width: 90%;
  }
}
header.head.ads #logo {
    top: 10px;
}
@media screen and (max-width: 768px) {
header.head.ads #logo {
    left: 10px;
	top: 5px;
  }
}
@media screen and (max-width: 768px) {
header.head.ads #logo img {
    width: 110px;
  }
}
.header-logo-rwg {
  display: block;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 10px;
}
@media screen and (min-width: 1280px) {
.header-logo-rwg {
    right: calc(26% + 20px);
  }
}
@media screen and (max-width: 768px) {
.header-logo-rwg {
    height: 25px;
    right: 10px;
    top: 7px;
  }
}
.fv-kv-pc {
  margin: -20px auto 0;
  max-width: 800px;
  width: 80%;
}
.fv-kv-sp {
  margin: -10px 0 -16px;
  width: 98%;
}
.fv-data img {
  margin: 10px 1vw 0;
  width: 25vw;
}
.fv-note {
  margin: 5px 0 10px calc(50% - 40vw);
}
.cv-btns .offer {
  color: #E94235;
}
.cv-btns ul li.req {
  width: 90%;
}
.cv-btns ul li.req a span {
  background: #E94235;
}
.works-inner {
  background-color: #E3EEFC;
}
body {
	letter-spacing: 0;
}
.container {
  padding: 48px 0;
}
.merit {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
.merit {
    padding-bottom: 20px;
  }
}
.merit-inner {
  margin: 0 auto;
  width: 720px;
}
@media screen and (max-width: 768px) {
.merit-inner {
    width: 90%;
  }
}
.merit-wrapper {
  align-items: center;
  background-color: #E3EEFC;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  overflow: hidden;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
.merit-wrapper {
    padding: 20px;
  }
}
.merit-box {
  width: 55%;
}
@media screen and (max-width: 768px) {
.merit-box {
    width: 100%;
  }
}
.merit h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
.merit h3 {
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 calc(50% - 50vw);
    text-align: center;
    width: 100vw;
  }
}
.merit p {
  line-height: 1.7;
  margin-top: 20px;
}
.merit img {
  width: 220px;
}
@media screen and (max-width: 768px) {
.merit img {
    margin: 12px auto -4px;
    width: 80%;
  }
}
.lp #supportArea article {
  margin: 0 auto 55px;
  width: 800px;
}
@media screen and (max-width: 768px) {
.lp #supportArea article {
    margin: 0 auto 10px;
    width: 90%;
  }
}
.fv {
  padding: 0;
}
.fv-kv-pc {
  margin: 0 auto;
}
.fv-kv-sp {
    margin: 0;
    width: 100%;
}
.form-desc {
    background-color: #f9f9f9;
    margin: -8px 0 12px;
    padding: 10px;
  }
.form-heading {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .03em;
    line-height: 1.5;
    margin: 4px 0;
  }
.color-gold {
    color: #d1a154;
    font-weight: bold;
  }
.google-b .fv {
    background-color: #F4EFE7;
}
.google-b .works-inner {
    background-color: #F4EFE7;
}
.google-b .color-main {
    color: #D1A154;
}
.google-b .works-heading {
    color: #D1A154;
    border: 2px solid #D1A154;
}
.google-b .merit-wrapper {
    background-color: #F4EFE7;
}
.lp.google-b #supportArea article aside.ex dl dt {
    background: #D1A154;
}
.google-b .marker {
    background: linear-gradient(transparent 75%, #F0C47F 60%);
}
.google-b .cv-btns .offer {
    color: #282828;
}
.google-b .cv-btns ul li.req a span {
    background: #4D8ABF;
}

.grecaptcha-badge {
  visibility: hidden;
}
.marker {
  background: linear-gradient(transparent 75%, #FEC6D6 60%);
  font-weight: bold;
}

.home #industryArea article {
  display: flex;
}
.home #industryArea article dl {
  width: 33%;
  text-align: center;
  padding: 0;
}
.home #industryArea article dt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    margin: 0;
}
.home #industryArea article dd {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    color: #19293a;
    font-weight: 500;
    line-height: 1.5em;
    font-size: 15px;
    letter-spacing: 0.03em;
}
.title-desc {
  font-size: 15px;
  font-weight: 300;
  margin: -20px auto 10px;
  letter-spacing: 0;
  text-align: center;
}
.google h2.title {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
    .google h2.title {
        font-size: 24px;
    }
}
.function {
    margin: 16px 0 40px;
}
@media screen and (max-width: 768px) {
    .function {
        margin: 40px 0 50px;
    }
}
.function .desc {
  letter-spacing: 0;
  line-height: 1.7;
  margin: -10px auto 30px;
  text-align: center;
}
.function article {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .function article {
        flex-wrap: wrap;
        width: 90%;
    }
}
.function article dl {
  width: 13%;
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 768px) {
    .function article dl {
        width: 28%;
        margin-bottom: 20px;
    }
}
.function article dd {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #282828;
    line-height: 1.4;
    font-size: 15px;
    letter-spacing: .03em;
}
@media screen and (max-width: 768px) {
  .function article dd {
    height: 20px;
  }
}
.function .icon {
    filter: brightness(0.3);
}
@media screen and (max-width: 768px) {
    .lp #supportArea article {
        margin: 0 auto 10px;
        width: 90%;
    }
    .lp #supportArea article aside.icon {
        display: flex;
        width: 100%;
        justify-content: center;
        margin: 1rem auto 0;
    }
}
footer.foot .footer {
    box-sizing: border-box;
    width: 1100px;
    margin: auto;
    max-width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 3vw;
}
footer.foot #copyRight p {
    font-size: 12px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    footer.foot .footer {
        padding-right: 0;
        max-width: 100%;
        box-sizing: border-box;
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    footer.foot #copyRight nav {
        padding: 4px 0;
    }
    footer.foot #copyRight p {
        padding: 10px 0;
    }
}

input[type="text"], input[type="number"], input[type="email"], input[type="tel"], textarea {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #d1d2d2;
    background: #e5e5e5;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
}
button {
    background: #e94729;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1em;
    font-size: 22px;
    font-weight: 500;
    line-height: 1em;
    margin: auto;
    max-width: 100%;
    padding: 1em 0;
    padding: 12px 0;
    width: 400px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
@media screen and (max-width: 768px) {
    button {
        max-width: 80%;
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .lp .cv-btns.is-fixed {
        display: block;
        background-color: rgba(255, 255, 255, 1);
        bottom: 0;
        position: fixed;
        padding: 8px 0 10px;
        width: 100%;
        margin: 0;
        left: 0;
        z-index: 100;
    }
}

/* ===== common.css から移植 ===== */
h2.title {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: .1em;
    margin: 0 0 .6em 0;
    color: #D1A154;
}

h2.title em {
    color: #e94729;
    font-style: normal;
}

.anchor-links {
    padding-top: 100px;
    margin-top: -100px !important;
}

#main.ads .anchor-links {
    padding-top: 70px;
    margin-top: -70px !important;
}

.lp h2.title {
    text-align: center;
    font-weight: 700;
    font-size: 2.2em;
    line-height: 1.7em;
    letter-spacing: .05em;
    margin: 0 0 1.3em 0;
}

.lp.google h2.title::before {
    display: none;
}

.lp.google h2.title::after {
    display: none;
}

.lp #supportArea article aside.icon {
    display: flex;
}

.lp #supportArea article aside.icon dl {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 10px 0 0;
}

.lp #supportArea article aside.icon dl dt {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 0%;
}

.lp #supportArea article aside.icon dl dd {
    color: #05c756;
    font-weight: 600;
    font-size: 1.3em;
    line-height: 1.5;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 0%;
    margin: 1em 0 0 0;
}

.lp #supportArea article aside.icon figure {
    width: 100px;
}

.google h2.title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 24px;
}
