/* === 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%}

/* === 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;
  line-height: 2em;
  letter-spacing: .05em;
  font-size: 16px;
  position: relative;
  font-weight: 400;
  counter-reset: rank_number;
}
body.line {
  color: #333;
}
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;
}
img {
  border: none;
  vertical-align: bottom;
}
input, select {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1em;
}
textarea {
  font-size: 1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 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 {
  text-decoration: underline;
}

/* === layout.css === */
header.head {
  top: 30px;
  display: block;
  background-color: rgba(255,255,255,1);
  height: 60px;
  position: fixed;
  z-index: 80;
  width: 100%;
  box-sizing: border-box;
}
header.head.ads {
  top: 0;
}
main {
  display: block;
}
#main {
  padding: 90px 0 0;
}
#main.ads {
  padding: 60px 0 0;
}
footer.foot a {
  color: #fff;
}
footer.foot .footer {
  box-sizing: border-box;
  width: 1100px;
  margin: auto;
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer.foot #copyRight {
  color: #fff;
  padding: 10px 0;
  background-color: rgba(66,66,66,1);
}
footer.foot #copyRight a {
  color: #fff;
}

/* === common.css === */
.pc { display: block !important; }
.sp { display: none !important; }

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;
}
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;
}
.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;
}
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 p {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.lp #form {
  display: block;
  overflow-y: auto;
  padding: 20px 25% 0;
  z-index: 9999;
}
@media (max-width: 767px) {
  .lp #form {
    padding: 20px 1rem 0;
  }
}
@media (min-width: 1280px) {
  .lp #form {
    padding: 20px 1rem 40px;
    border-left: 1px dotted #ccc;
  }
}
footer.foot #copyRight nav #foogLogo,
footer.foot #copyRight nav li + li {
  display: none;
}
footer.foot #copyRight nav li {
  margin: 0;
}
footer.foot #copyRight {
  padding: 4px 0;
}
@media screen and (max-width: 768px) {
  footer.foot #copyRight,
  footer.foot #copyRight p {
    padding: 0;
  }
  footer.foot #copyRight nav {
    padding: 0 0 5px;
  }
  footer.foot #copyRight {
    padding: 0;
  }
}
.color-main {
  color: #168352;
}
body {
  min-width: auto;
}
.header {
  height: 50px;
}
.header-logo {
  position: absolute;
  top: 7px;
}
@media (max-width: 768px) {
  .header-logo {
    top: 15px !important;
  }
}
.fv {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  background-color: #F4EFE7;
  display: flex;
  letter-spacing: 0;
  line-height: 1;
  padding: 32px 1.2vw 64px 0;
  position: relative;
}
@media (max-width: 1279px) {
  .fv {
    font-size: 1.5vw;
    padding: 40px 1.2vw 64px 0;
  }
}
@media (max-width: 768px) {
  .fv {
    font-size: 3.8vw;
    margin-bottom: 24px;
    padding: 16px 0 40px;
  }
}
.fv::before,
.fv::after {
  display: none;
}
.fv-main {
  width: 50%;
}
@media (max-width: 768px) {
  .fv-main {
    width: 100%;
  }
}
.fv-copy {
  color: #000;
  font-size: 2vw;
  line-height: 1.3;
  letter-spacing: 0.03em;
  margin-top: -10px;
  text-align: center;
}
@media (max-width: 1279px) {
  .fv-copy {
    font-size: 5.5vw;
    margin-top: -8px;
  }
}
@media (max-width: 768px) {
  .fv-copy {
    font-size: 5.35vw;
    margin-top: -2px;
  }
}
.fv-copy-target {
  font-weight: 500;
}
.fv-copy-highlight {
  font-size: 2.75vw;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 1279px) {
  .fv-copy-highlight {
    font-size: 3.3vw;
  }
}
@media (max-width: 768px) {
  .fv-copy-highlight {
    font-size: 7.7vw;
  }
}
.fv-slider {
  margin-top: 14px;
}
.fv-pc-image {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2%;
  width: 50%;
}
.fv-pc-image img {
  display: block;
  height: auto;
  margin-bottom: 3%;
  width: 48.5%;
}
@media (max-width: 768px) {
  .fv-pc-image {
    display: none;
  }
}
.fv-data {
  display: flex;
  justify-content: center;
}
.fv-note {
  color: #000;
  font-size: 14px;
  margin: 3% 0 0 12%;
}
@media (max-width: 1279px) {
  .fv-note {
    margin: 2% 0 0 17%;
  }
}
@media (max-width: 768px) {
  .fv-note {
    margin: 2% 0 0 9%;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 40px;
  }
  #main.ads {
    padding: 40px 0 0;
  }
  header.head.ads #logo {
    left: calc(50% - 60px);
    width: auto;
  }
}
header.head #logo img {
  width: 150px;
}
@media screen and (max-width: 1279px) {
  header.head #logo img {
    margin: 8px 0 0;
  }
}
@media screen and (max-width: 768px) {
  header.head #logo img {
    margin: 0;
    width: 120px;
  }
}
.header-logo {
  top: 10px !important;
}
@media screen and (max-width: 1279px) {
  .header-logo {
    top: 8px !important;
  }
}
@media screen and (max-width: 768px) {
  .header-logo {
    top: 0 !important;
  }
}
.fv {
  padding: 32px 1.2vw 0 0;
}
@media screen and (max-width: 768px) {
  .fv {
    padding: 16px 0 0;
  }
}
.fv-subcatch {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .fv-subcatch {
    width: 60%;
  }
}
.fv-copy {
  line-height: 1.2;
}
@media screen and (max-width: 1279px) {
  .fv-copy {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .fv-copy {
    font-size: 6.3vw;
  }
}
.fv-data-img {
  height: auto;
  margin: 16px 6px 0;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .fv-data-img {
    width: 26vw;
  }
}
.fv-mock-2412 {
  display: block;
  height: auto;
  margin: 16px auto 0;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .fv-mock-2412 {
    width: 94%;
    margin: 20px auto 0;
  }
}
.fv-note {
  margin: 3% 0 0 calc(50% - 190px);
}
@media screen and (max-width: 768px) {
  .fv-note {
    margin: 2% 0 0 9%;
  }
}
.form-set fieldset {
  padding: 6px 0;
}
@media screen and (max-width: 1279px) {
  .lp #form {
    padding: 40px 25% 0;
  }
  #form h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .lp #form {
    padding: 20px 1rem 0;
  }
}
footer.foot .footer {
  width: auto;
}
main {
  font-family: "Noto Sans JP", sans-serif;
}
.works {
  padding: 48px 0 0;
}
@media screen and (max-width: 768px) {
  .works {
    padding-top: 20px;
  }
}
.support {
  padding-top: 40px;
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .support {
    padding-bottom: 10px;
    width: 90%;
    margin-bottom: 24px;
  }
}
.support-inner {
  display: flex;
  justify-content: space-between;
  width: 800px;
}
@media screen and (max-width: 768px) {
  .support-inner {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
.support-box {
  border: 2px solid #D1A154;
  border-radius: 15px;
  margin-top: 24px;
  padding: 28px 15px 15px;
  position: relative;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .support-box {
    margin-top: 40px;
    width: 100%;
  }
}
.support-tag {
  background-color: #D1A154;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.03em;
  padding: 4px;
  position: absolute;
  top: -20px;
  text-align: center;
  width: 100px;
}
.support h3 {
  font-size: 19px;
  font-weight: 500;
}
.support img {
  margin-top: 8px;
}
.support p {
  line-height: 1.7;
  margin-top: 8px;
}
@media screen and (max-width: 1279px) {
  .lp #form {
    padding: 64px 25%;
  }
}
@media screen and (max-width: 768px) {
  .lp #form {
    padding: 24px 16px 40px;
  }
}
@media (min-width: 1280px) {
  .foot {
    padding: 40px 26vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .foot {
    padding-top: 20px;
  }
}
.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;
}
header.head {
  position: absolute;
}
header.head #logo {
  position: absolute;
}

/* === 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"],
select,
textarea {
  -moz-appearance: none;
  -webkit-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(https://rsvia.co.jp/wp-content/themes/rsvia/common/images/arrow_down.svg) right 1em center no-repeat #fff;
  padding: .6em 2.5em .6em .6em;
}
textarea {
  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,
select:invalid,
textarea:invalid {
  box-shadow: none;
}
button,
input[type="submit"],
input[type="button"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* === style.css (server) === */
.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;
}
.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%;
}
.works-item .ash { height: 28px; width: auto; }
.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; }
.works-item .kingsman { height: auto; width: 108px; }
.works-br {
  display: block !important;
}
@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-item {
    width: 28%;
  }
  .works-item .ash { height: 26px; width: auto; }
  .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; }
  .works-item .kingsman { height: auto; width: 106px; }
}
@media (min-width: 1279px) {
  .works { padding: 48px 0 0; }
  .works-inner { width: 800px; }
  .works-item { width: 14.5%; }
}
.column_form label.field-label {
  font-size: 16px;
  font-weight: 700;
  display: block;
  line-height: 1.5rem;
}
.column_form .notice {
  color: #333;
  font-size: 12px;
  display: block;
  margin: 4px 0 0;
  line-height: 1.5;
}
.form-set {
  margin: 0 0 35px 0;
}
.form-set select,
.form-set textarea {
  padding: 5px 10px;
  box-sizing: border-box;
  border: solid 1px #d1d2d2;
  background: #e5e5e5;
  width: 100%;
  border-radius: 3px;
  font-size: 16px;
  letter-spacing: .03em;
}
.form-set fieldset {
  padding: 6px 0;
}
.form-set fieldset.required label.field-label:after {
  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;
}
.form_t_link {
  font-size: 12px;
  line-height: 1.4;
  margin: 10px 0;
}
.form_t_link a {
  color: #0F71D2;
}
.industry-name {
  display: none;
}
#form h2 {
  font-size: 20px;
  border: initial;
  display: block;
  text-align: center;
  font-weight: bold;
  letter-spacing: .03em;
  margin: 0 0 1rem;
}
@media (max-width: 767px) {
  #form {
    padding-top: 40px;
    margin-top: -40px;
  }
  #form h2 {
    font-size: 24px;
    padding-top: 40px;
  }
}

/* === 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 #logo img {
    display: inline-block;
    margin: 0 0 7px;
    width: 95px;
    height: auto;
  }
}
@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;
  }
  #main {
    padding: 70px 0 0 0;
  }
  #main.ads {
    padding: 50px 0 0 0;
  }
  footer.foot #copyRight {
    color: #fff;
    background-color: rgba(66,66,66,1);
  }
  footer.foot .footer {
    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 {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
  footer.foot #copyRight p {
    padding: 10px 0;
  }
  h2.title {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0 0 0.8em 0;
  }
  textarea {
    height: 6rem;
  }
  .lp h2.title {
    font-size: 1.2em;
    letter-spacing: 0em;
  }
  .column_form {
    margin-top: -40px;
    padding-top: 64px;
  }
}
@media screen and (max-width: 320px) {
  body {
    font-size: 11px;
  }
}

/* === line.css === */
.line h2.title {
  color: #168352;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: .05em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .line h2.title {
    text-align: center;
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  .column_form {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 26vw;
    height: 100vh;
    padding: 4vw 2vw;
  }
  #main.ads,
  .foot {
    width: 100%;
    padding: 50px 26vw 0 0;
    box-sizing: border-box;
  }
  footer.foot .footer {
    width: 100%;
    padding: 0px 3vw;
  }
}

/* === Local overrides === */
/* carousel (vanilla JS replacement for slick) */
.fv-slider-wrapper {
  display: none;
  overflow: hidden;
}
@media (max-width: 768px) {
  .fv-slider-wrapper {
    display: block;
  }
}
.fv-slider {
  display: flex;
  width: max-content;
  animation: fv-carousel 30s linear infinite;
}

/* form h2 logo size */
#form h2 img {
  height: 1em;
  width: auto;
  vertical-align: middle;
  margin-right: 4px;
}
@keyframes fv-carousel {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.fv-slider-img {
  display: block;
  height: auto;
  margin-left: 14px;
  width: 48vw;
}

/* form */
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: 22px;
  font-weight: 500;
  line-height: 1em;
  margin: auto;
  max-width: 100%;
  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;
  }
}
.form-set .field-error {
  color: #d33;
  font-size: 13px;
  margin: 4px 0 0;
  line-height: 1.4;
}
button.submit-btn:disabled {
  background: #e5e5e1;
  color: #606060;
  cursor: not-allowed;
}
.grecaptcha-badge {
  visibility: hidden;
}
