@charset "UTF-8";
/* ====================

	base
	
	基礎、共通

==================== */
/* --------------------
	basic-tags
-------------------- */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure {
  margin: 0;
  padding: 0; }

html, body {
  font-family: "ヒラギノ角ゴシック", "HiraginoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 1.55;
  color: #000; }
  @media screen and (min-width: 768px) {
    html, body {
      font-size: 14.094px; } }
  @media screen and (min-width: 992px) {
    html, body {
      font-size: 18px; } }

/* --------------------
	basic-classes
-------------------- */
.page-container {
  width: 100%;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .pc-only {
    display: none; } }

@media screen and (min-width: 768px) {
  .sp-only {
    display: none; } }

/* --------------------
	common-classes
-------------------- */
/*=== subsect ===*/
.rmn-subsect-title-container {
  width: 100%;
  height: 10.938vw;
  background: url(../img/index/sp-subsect-title-bg.png) left center/100% auto no-repeat; }
  @media screen and (min-width: 768px) {
    .rmn-subsect-title-container {
      height: 39.15px;
      background-image: url(../img/index/pc-subsect-title-bg.png); } }
  @media screen and (min-width: 992px) {
    .rmn-subsect-title-container {
      height: 50px; } }

.rmn-subsect-title {
  width: 100%;
  font-size: 5vw;
  color: #fff;
  font-weight: 600;
  line-height: 10.938vw;
  padding-left: 6.25vw; }
  @media screen and (min-width: 768px) {
    .rmn-subsect-title {
      font-size: 21.924px;
      line-height: 39.15px;
      text-align: center; } }
  @media screen and (min-width: 992px) {
    .rmn-subsect-title {
      font-size: 28px;
      line-height: 50px; } }

@media screen and (min-width: 768px) {
  .rmn-subsect-title.img-pc {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center; } }

/*=== rmn-column ===*/
.rmn-column-header {
  border: 1px solid #c9c9c9;
  border-top: 1.25vw solid #f93;
  padding: 2.344vw 0;
  background-color: #fffefc;
  background: -webkit-linear-gradient(top, #fffefc, #ffebd7);
  background: -moz-linear-gradient(top, #fffefc, #ffebd7);
  background: -ms-linear-gradient(top, #fffefc, #ffebd7);
  background: -o-linear-gradient(top, #fffefc, #ffebd7);
  background: linear-gradient(to bottom, #fffefc, #ffebd7); }
  @media screen and (min-width: 768px) {
    .rmn-column-header {
      border-color: #f93;
      border-top-width: 5.481px;
      padding: 10.962px 0; } }
  @media screen and (min-width: 992px) {
    .rmn-column-header {
      border-top-width: 7px;
      padding: 14px 0;
      font-size: 24px; } }

.rmn-column-title {
  text-align: center;
  font-weight: 600;
  font-size: 4.375vw; }
  @media screen and (min-width: 768px) {
    .rmn-column-title {
      font-size: 18.792px; } }
  @media screen and (min-width: 992px) {
    .rmn-column-title {
      font-size: 24px; } }

.rmn-column-main {
  background-color: #fef8f2;
  padding: 4.688vw 2.344vw; }
  @media screen and (min-width: 768px) {
    .rmn-column-main {
      border: 1px solid #f93;
      border-top: none;
      padding: 21.924px 31.32px; } }
  @media screen and (min-width: 992px) {
    .rmn-column-main {
      padding: 28px 40px; } }

/*=== .site-header ===*/
.site-header {
  width: 100%;
  border-top: 0.781vw solid #f93; }
  @media screen and (min-width: 768px) {
    .site-header {
      border-top-width: 3.915px; } }
  @media screen and (min-width: 992px) {
    .site-header {
      border-top-width: 5px; } }

.site-header .sect-container {
  display: flex;
  justify-content: space-between;
  height: 8.594vw;
  margin: 0 auto;
  overflow: hidden;
  background: #fff url(../img/header-rmn-logo.png) 3.125vw center/auto 4.844vw no-repeat;
  padding-right: 2.344vw; }
  @media screen and (min-width: 768px) {
    .site-header .sect-container {
      width: 767.34px;
      height: 58.725px;
      background-size: 226.287px auto;
      background-position: 31.32px center;
      padding-right: 0; } }
  @media screen and (min-width: 992px) {
    .site-header .sect-container {
      width: 980px;
      height: 75px;
      background-size: 290px auto;
      background-position: 40px center; } }

.site-header .site-title {
  width: 53%;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .site-header .site-title {
      width: 68%; } }

.site-header .site-title > a {
  display: block;
  width: 100%;
  height: 100%; }

.site-header .site-title span {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.site-header .site-title .site-description {
  color: #fff; }
  @media screen and (min-width: 768px) {
    .site-header .site-title .site-description {
      color: #777;
      text-indent: 0;
      font-size: 10.962px;
      line-height: 1.25;
      margin-left: 24.429em;
      padding-top: 2.45em;
      letter-spacing: -0.055em; } }
  @media screen and (min-width: 992px) {
    .site-header .site-title .site-description {
      font-size: 14px; } }

.site-header .site-tel {
  width: 46%;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .site-header .site-tel {
      width: 29.7%; } }

.site-header .site-tel .businesshour {
  font-size: 3.125vw;
  padding-top: 0.15em;
  line-height: 1.15;
  letter-spacing: -0.025em;
  text-align: right; }
  .site-header .site-tel .businesshour em {
    font-style: normal;
    color: #eb6100; }
  @media screen and (min-width: 768px) {
    .site-header .site-tel .businesshour {
      font-size: 10.962px;
      padding-top: 0.90em; }
      .site-header .site-tel .businesshour em {
        font-size: 1.15em;
        margin-right: 0.45em; } }
  @media screen and (min-width: 992px) {
    .site-header .site-tel .businesshour {
      font-size: 14px; } }

.site-header .site-tel .telnumber {
  font-size: 3.75vw;
  line-height: 1.083;
  margin-top: 0.05em;
  text-align: right;
  font-family: Verdana, Roboto, 'Droid Sans', Geneva, sans-serif;
  letter-spacing: -0.035em; }
  @media screen and (min-width: 768px) {
    .site-header .site-tel .telnumber {
      font-size: 21.924px;
      margin-top: 0.1em; } }
  @media screen and (min-width: 992px) {
    .site-header .site-tel .telnumber {
      font-size: 28px; } }

.site-header .site-tel .telnumber > a {
  font-weight: bold;
  color: #999;
  text-decoration: none; }
  @media screen and (min-width: 768px) {
    .site-header .site-tel .telnumber > a:hover {
      text-decoration: underline; } }

.site-header .freedial-icon {
  width: 1.917em;
  display: inline-block;
  vertical-align: bottom;
  background: url(../img/freedial-logo.png) 0 0 no-repeat;
  background-size: auto 1.0em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .site-header .freedial-icon {
      width: 1.929em;
      background-size: auto 1.0em; } }

/*===============
site-footer
===============*/
.site-footer {
  background-color: #f93;
  color: #fff;
  margin-top: 7.812vw; }

.site-footer .sect-container {
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .site-footer .sect-container {
      width: 704.7px; } }
  @media screen and (min-width: 992px) {
    .site-footer .sect-container {
      width: 900px; } }

.footer__address {
  border-bottom: 1px solid #ffd3b1;
  padding: 3.906vw 3.125vw;
  font-style: normal;
  font-weight: 500;
  font-size: 3.125vw;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    .footer__address {
      font-size: 0.87em;
      padding: 1.25em 1.0em; } }
  @media screen and (min-width: 992px) {
    .footer__address {
      font-size: 1.111em; } }

.footer__names {
  font-size: 3.125vw;
  padding: 2.0em 1.0em 1.5em; }
  @media screen and (min-width: 768px) {
    .footer__names {
      font-size: 0.87em;
      padding: 1.5em 0 1.2em; } }
  @media screen and (min-width: 992px) {
    .footer__names {
      font-size: 1.111em; } }

.footer__names .site-name {
  background: url(../img/footer-rmn-logo.png) 0 0 no-repeat;
  background-size: 45.312vw auto;
  height: 2.5em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .footer__names .site-name {
      background-size: 227.07px auto; } }
  @media screen and (min-width: 992px) {
    .footer__names .site-name {
      background-size: 290px auto; } }

/*=== .sect-intro ===*/
.sect-intro {
  margin-bottom: 5.938vw; }
  @media screen and (min-width: 768px) {
    .sect-intro {
      background: #fff url(../img/index/intro/pc-intro-bg.jpg) center top/auto 219.24px no-repeat;
      margin-bottom: 26.622px; } }
  @media screen and (min-width: 992px) {
    .sect-intro {
      background-size: auto 280px;
      margin-bottom: 34px; } }
  @media screen and (min-width: 1601px) {
    .sect-intro {
      background-size: 100% auto; } }

.sect-intro .sect-container {
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-bottom: 86.5625%;
  background-image: url(../img/index/intro/sp-intro-img-upper.jpg), url(../img/index/intro/sp-intro-img-lower.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top, left bottom; }
  @media screen and (min-width: 768px) {
    .sect-intro .sect-container {
      height: auto;
      padding-bottom: 0;
      width: 767.34px;
      background-image: none; } }
  @media screen and (min-width: 992px) {
    .sect-intro .sect-container {
      width: 980px; } }

.sect-intro .page-title {
  text-align: center;
  font-size: 5.55vw;
  padding-top: 1.15em;
  color: #fff;
  font-weight: 600;
  text-shadow: 0px 2px 1px #000; }
  @media screen and (min-width: 768px) {
    .sect-intro .page-title {
      font-size: 2.5em;
      padding-top: 0.85em;
      padding-bottom: 0.65em; } }
  @media screen and (min-width: 992px) {
    .sect-intro .page-title {
      font-size: 2.5em; } }

.intro__mainimage {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  .intro__mainimage ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  @media screen and (min-width: 768px) {
    .intro__mainimage {
      height: 327.294px;
      background-image: url(../img/index/intro/pc-intro-img-lower.png), url(../img/index/intro/pc-intro-img-upper.png);
      background-repeat: no-repeat;
      background-position: center bottom, center top;
      background-size: 720.36px auto, 714.879px; } }
  @media screen and (min-width: 992px) {
    .intro__mainimage {
      height: 418px;
      background-size: auto, auto; } }

/*=== sect-eform ===*/
.sect-eform .sect-container {
  width: 100%;
  background-color: #eb6100;
  padding-bottom: 3.125vw;
  margin: 0 auto 1.562vw; }
  @media screen and (min-width: 768px) {
    .sect-eform .sect-container {
      background-color: #c00;
      padding-bottom: 7.83px;
      margin-bottom: 31.32px;
      width: 767.34px; } }
  @media screen and (min-width: 992px) {
    .sect-eform .sect-container {
      padding-bottom: 10px;
      margin-bottom: 40px;
      width: 980px; } }

.sect-eform .sect-header {
  position: relative; }

.eform__icon {
  position: absolute;
  background: url(../img/index/eform/sp-eform-icon.png) 0 0/contain no-repeat;
  width: 11.875vw;
  height: 11.875vw;
  left: 3.125vw;
  top: -2.031vw; }
  @media screen and (min-width: 768px) {
    .eform__icon {
      width: 59.508px;
      height: 59.508px;
      left: 15.66px;
      top: -10.179px; } }
  @media screen and (min-width: 992px) {
    .eform__icon {
      width: 76px;
      height: 76px;
      left: 20px;
      top: -13px; } }

.sect-eform .sect-title {
  margin-left: 17.188vw;
  height: 7.812vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/index/eform/sp-eform-title.png) 0 center/76.094vw auto no-repeat; }
  @media screen and (min-width: 768px) {
    .sect-eform .sect-title {
      height: 39.15px;
      margin-left: 89.262px;
      background-size: 374.274px auto; } }
  @media screen and (min-width: 992px) {
    .sect-eform .sect-title {
      height: 50px;
      margin-left: 114px;
      background-size: 478px auto; } }

.eform__steps {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  top: 0;
  background: url(../img/index/eform/pc-eform-steps.png) 0 center no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .eform__steps {
      right: 4.698px;
      display: block;
      width: 217.674px;
      height: 39.15px;
      background-size: 217.674px auto; } }
  @media screen and (min-width: 992px) {
    .eform__steps {
      right: 6px;
      width: 278px;
      height: 50px;
      background-size: auto; } }

.eform__form {
  background-color: #fff8e1;
  margin: 0 3.125vw;
  padding: 2.344vw 3.906vw 5.938vw; }
  @media screen and (min-width: 768px) {
    .eform__form {
      margin: 0 7.83px;
      padding: 25.056px 23.49px 18.792px; } }
  @media screen and (min-width: 992px) {
    .eform__form {
      margin: 0 10px;
      padding: 32px 30px 24px; } }

.eform__form .form-group {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .eform__form .form-group {
      flex-direction: row;
      justify-content: space-between; } }

.eform__form .item {
  margin: 2.344vw 0;
  border: 1px solid #666;
  font-size: 4vw;
  padding: 0 0.25em;
  height: 8.438vw;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    .eform__form .item {
      margin: 0;
      width: 219.24px;
      font-size: 21.924px;
      height: 42.282px; } }
  @media screen and (min-width: 992px) {
    .eform__form .item {
      width: 280px;
      font-size: 28px;
      height: 54px; } }

.eform__submit-container {
  margin: 3.125vw auto 0; }
  @media screen and (min-width: 768px) {
    .eform__submit-container {
      margin-top: 15.66px; } }
  @media screen and (min-width: 992px) {
    .eform__submit-container {
      margin-top: 20px; } }

.eform__submit {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 13.75vw;
  border: none;
  background: url(../img/index/eform/sp-eform-submit.png) center 0/contain no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 110%; }
  @media screen and (min-width: 768px) {
    .eform__submit {
      width: 491.724px;
      height: 67px;
      background: url(../img/index/eform/pc-eform-submit.png) 0 0/100% auto no-repeat; } }
  @media screen and (min-width: 992px) {
    .eform__submit {
      width: 628px;
      height: 88px; } }

@media screen and (min-width: 768px) {
  .eform__submit:not([disabled]) {
    cursor: pointer; }
    .eform__submit:not([disabled]):hover {
      background-position: 0 bottom; } }

.eform__submit:disabled {
  opacity: 0.35; }

/*=== sect-overv ===*/
.sect-overv {
  margin-bottom: 5.312vw; }
  @media screen and (min-width: 768px) {
    .sect-overv {
      margin-bottom: 31.32px; } }
  @media screen and (min-width: 992px) {
    .sect-overv {
      margin-bottom: 40px; } }

.sect-overv .sect-container {
  margin: 0 auto;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .sect-overv .sect-container {
      width: 767.34px; } }
  @media screen and (min-width: 992px) {
    .sect-overv .sect-container {
      width: 980px; } }

.overv__intro {
  background: url(../img/index/overv/sp-overv-title-bg.jpg) right top/65.781vw auto no-repeat;
  margin-bottom: 7.031vw; }
  @media screen and (min-width: 768px) {
    .overv__intro {
      margin-bottom: 0;
      background-image: url(../img/index/overv/pc-overv-title-bg.jpg);
      background-size: 345.303px auto;
      height: 220.806px; } }
  @media screen and (min-width: 992px) {
    .overv__intro {
      background-size: 441px auto;
      height: 282px; } }

.overv__title {
  width: 89.531vw;
  height: 51.25vw;
  background: url(../img/index/overv/sp-overv-title.png) 1.875vw 7.187vw no-repeat;
  background-size: 89.531vw auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .overv__title {
      height: 128.412px;
      background-image: url(../img/index/overv/pc-overv-title.png);
      background-position: 0 0;
      background-size: 491.724px auto; } }
  @media screen and (min-width: 992px) {
    .overv__title {
      height: 164px;
      background-position: 0 0;
      background-size: 628px auto; } }

.overv__intro .desc {
  margin: 0 5vw;
  font-size: 3.75vw;
  line-height: 1.833; }
  @media screen and (min-width: 768px) {
    .overv__intro .desc {
      margin: 0;
      font-size: 14.094px;
      line-height: 1.556;
      width: 501.12px; } }
  @media screen and (min-width: 992px) {
    .overv__intro .desc {
      font-size: 18px;
      width: 640px; } }

@media screen and (min-width: 768px) {
  .overv__reasons .rmn-subsect-title {
    background-image: url(../img/index/overv/pc-overv-reasons-title.png);
    background-size: 346.869px auto; } }

@media screen and (min-width: 992px) {
  .overv__reasons .rmn-subsect-title {
    background-size: 443px auto; } }

.overv__reasons-items {
  padding: 4.688vw 5vw 0;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .overv__reasons-items {
      display: flex;
      justify-content: space-between;
      padding: 21.924px 0 0; } }
  @media screen and (min-width: 992px) {
    .overv__reasons-items {
      padding: 28px 0 0; } }

.overv__reasons-item {
  border: 0.781vw solid #f93;
  padding-bottom: 3.125vw; }
  @media screen and (min-width: 768px) {
    .overv__reasons-item {
      width: 228px;
      border: none;
      padding-bottom: 11.745px; } }
  @media screen and (min-width: 992px) {
    .overv__reasons-item {
      width: 300px;
      padding-bottom: 15px; } }

@media screen and (min-width: 768px) {
  .overv__reasons-item.plan {
    width: 260px;
    border-left: 2px solid #f93;
    border-right: 2px solid #f93;
    padding-left: 14px;
    padding-right: 14px; } }

@media screen and (min-width: 992px) {
  .overv__reasons-item.plan {
    width: 342px;
    padding-left: 19px;
    padding-right: 19px; } }

.overv__reasons-item + .overv__reasons-item {
  margin-top: 1.406vw; }
  @media screen and (min-width: 768px) {
    .overv__reasons-item + .overv__reasons-item {
      margin-top: 0; } }

.overv__reasons-item-title {
  height: 22.188vw;
  background-repeat: no-repeat;
  background-size: auto 15.937vw;
  background-position: 3.125vw 2.812vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .overv__reasons-item-title {
      height: 172.26px;
      background-position: 0 3.915px; } }
  @media screen and (min-width: 992px) {
    .overv__reasons-item-title {
      height: 220px;
      background-position: 0 5px; } }

.overv__reasons-item .desc {
  font-size: 3.75vw;
  line-height: 1.833;
  margin: 0 3.906vw; }
  @media screen and (min-width: 768px) {
    .overv__reasons-item .desc {
      margin: 0;
      font-size: 14.094px;
      line-height: 1.556; } }
  @media screen and (min-width: 992px) {
    .overv__reasons-item .desc {
      font-size: 18px; } }

.overv__reasons-item.idea .overv__reasons-item-title {
  background-image: url(../img/index/overv/sp-reasons-idea-title.png); }
  @media screen and (min-width: 768px) {
    .overv__reasons-item.idea .overv__reasons-item-title {
      background-image: url(../img/index/overv/pc-reasons-idea-title.png);
      background-size: auto 154.251px; } }
  @media screen and (min-width: 992px) {
    .overv__reasons-item.idea .overv__reasons-item-title {
      background-size: auto 197px; } }

.overv__reasons-item.plan .overv__reasons-item-title {
  background-image: url(../img/index/overv/sp-reasons-plan-title.png); }
  @media screen and (min-width: 768px) {
    .overv__reasons-item.plan .overv__reasons-item-title {
      background-image: url(../img/index/overv/pc-reasons-plan-title.png);
      background-size: auto 155.817px; } }
  @media screen and (min-width: 992px) {
    .overv__reasons-item.plan .overv__reasons-item-title {
      background-size: auto 199px; } }

.overv__reasons-item.esti .overv__reasons-item-title {
  background-image: url(../img/index/overv/sp-reasons-esti-title.png); }
  @media screen and (min-width: 768px) {
    .overv__reasons-item.esti .overv__reasons-item-title {
      background-image: url(../img/index/overv/pc-reasons-esti-title.png);
      background-size: auto 156.6px; } }
  @media screen and (min-width: 992px) {
    .overv__reasons-item.esti .overv__reasons-item-title {
      background-size: auto 200px; } }

/*============
sect-start
一括見積りを申し込むボタン・セクション
============*/
/*--- 3箇所共通設定 ---*/
.sect-start .sect-container {
  width: 100%;
  background-color: #eb6100;
  padding-bottom: 0.781vw;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .sect-start .sect-container {
      padding-bottom: 7.83px;
      width: 704.7px; } }
  @media screen and (min-width: 992px) {
    .sect-start .sect-container {
      padding-bottom: 10px;
      width: 900px; } }

.sect-start .sect-header {
  position: relative; }

.sect-start .eform__icon {
  background-image: url(../img/index/start/sp-start-icon.png); }

.sect-start .sect-title {
  margin-left: 17.188vw;
  height: 7.812vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/index/start/sp-start-title.png) 0 center/76.094vw auto no-repeat; }
  @media screen and (min-width: 768px) {
    .sect-start .sect-title {
      height: 39.15px;
      margin-left: 89.262px;
      background-size: 374.274px auto; } }
  @media screen and (min-width: 992px) {
    .sect-start .sect-title {
      height: 50px;
      margin-left: 114px;
      background-size: 478px auto; } }

.sect-start .eform__steps {
  background-image: url(../img/index/start/pc-start-steps.png); }

.sect-start .eform__form {
  margin: 0 0.781vw;
  padding: 2.344vw 0 4.062vw; }
  @media screen and (min-width: 768px) {
    .sect-start .eform__form {
      padding: 11.745px 0 19.575px; } }
  @media screen and (min-width: 992px) {
    .sect-start .eform__form {
      padding: 15px 0 25px; } }
  .sect-start .eform__form .lead {
    font-size: 3.75vw;
    text-align: center;
    color: #663300;
    margin: 0;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .sect-start .eform__form .lead {
        font-size: 14.094px; } }
    @media screen and (min-width: 992px) {
      .sect-start .eform__form .lead {
        font-size: 18px; } }

.sect-start .btn-container {
  margin-top: 1.875vw; }
  @media screen and (min-width: 768px) {
    .sect-start .btn-container {
      margin-top: 3.915px; } }
  @media screen and (min-width: 992px) {
    .sect-start .btn-container {
      margin-top: 5px; } }

.start__btn {
  display: block;
  margin: 0 auto;
  width: 88.75vw;
  height: 13.75vw;
  background: url(../img/index/start/sp-start-btn.png) 0 0/contain no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 110%; }
  @media screen and (min-width: 768px) {
    .start__btn {
      background: url(../img/index/start/pc-start-btn.png) 0 0/100% auto no-repeat;
      width: 429.084px;
      height: 67px; }
      .start__btn:hover {
        background-position: 0 bottom; } }
  @media screen and (min-width: 992px) {
    .start__btn {
      width: 548px;
      height: 88px; } }

/*--- 個別設定 ---*/
.sect-start.sta1 {
  margin-bottom: 6.25vw; }
  @media screen and (min-width: 768px) {
    .sect-start.sta1 {
      margin-bottom: 0; } }

.sect-start.sta2 {
  margin-bottom: 6.25vw; }
  @media screen and (min-width: 768px) {
    .sect-start.sta2 {
      margin-bottom: 0; } }

/*--- ステップ付き (.ststep) ---*/
.ststep .sect-container {
  padding-bottom: 3.125vw;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .ststep .sect-container {
      width: 767.34px;
      padding-bottom: 7.83px; } }
  @media screen and (min-width: 992px) {
    .ststep .sect-container {
      width: 980px;
      padding-bottom: 10px; } }

.ststep .eform__icon {
  background-image: url(../img/index/ststep/sp-ststep-icon.png); }

.ststep .sect-title {
  margin-left: 17.188vw;
  height: 7.812vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/index/ststep/sp-ststep-title.png) 0 center/71.719vw auto no-repeat; }
  @media screen and (min-width: 768px) {
    .ststep .sect-title {
      height: 39.15px;
      margin-left: 89.262px;
      background-size: 363.312px auto; } }
  @media screen and (min-width: 992px) {
    .ststep .sect-title {
      height: 50px;
      margin-left: 114px;
      background-size: 464px auto; } }

.ststep .eform__form {
  margin: 0 3.125vw;
  padding: 6.562vw 0 4.688vw; }
  @media screen and (min-width: 768px) {
    .ststep .eform__form {
      margin: 0 7.83px;
      padding: 28.188px 0 25.056px; }
      .ststep .eform__form .lead {
        display: none; } }
  @media screen and (min-width: 992px) {
    .ststep .eform__form {
      margin: 0 10px;
      padding: 36px 0 32px; } }

.ststep__steps-container {
  margin: 0 3.75vw 5.625vw; }
  @media screen and (min-width: 768px) {
    .ststep__steps-container {
      display: flex;
      justify-content: space-between;
      margin: 0 39.15px 15.66px; } }
  @media screen and (min-width: 992px) {
    .ststep__steps-container {
      margin: 0 50px 20px; } }

.ststep__step {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (min-width: 768px) {
    .ststep__step {
      display: block;
      position: relative;
      width: 203.58px; } }
  @media screen and (min-width: 992px) {
    .ststep__step {
      width: 260px; } }

.stss-1::after, .stss-2::after {
  display: block;
  width: 100%;
  height: 5.156vw;
  content: "";
  background: url(../img/index/ststep/sp-ststep-step-arrow.png) 13.75vw center no-repeat;
  background-size: 6.562vw auto; }
  @media screen and (min-width: 768px) {
    .stss-1::after, .stss-2::after {
      position: absolute;
      right: -31.32px;
      top: 0;
      width: 31.32px;
      height: 100%;
      background-image: url(../img/index/ststep/pc-ststep-step-arrow.png);
      background-size: 15.66px auto;
      background-position: center 50.112px; } }
  @media screen and (min-width: 992px) {
    .stss-1::after, .stss-2::after {
      right: -40px;
      width: 40px;
      background-size: 20px auto;
      background-position: center 64px; } }

.ststep__step-header {
  position: relative;
  width: 34.375vw;
  background-color: #d44034;
  -webkit-border-radius: 1.562vw;
  -moz-border-radius: 1.562vw;
  border-radius: 1.562vw;
  padding-top: 0.781vw; }
  @media screen and (min-width: 768px) {
    .ststep__step-header {
      width: 100%;
      -webkit-border-radius: 3.915px;
      -moz-border-radius: 3.915px;
      border-radius: 3.915px;
      padding-top: 3.915px;
      margin-bottom: 12.528px; } }
  @media screen and (min-width: 992px) {
    .ststep__step-header {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      padding-top: 5px;
      margin-bottom: 16px; } }

.ststep__step-fig {
  margin: 0 0.781vw;
  -webkit-border-radius: 0.781vw;
  -moz-border-radius: 0.781vw;
  border-radius: 0.781vw;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden; }
  .ststep__step-fig > img {
    display: block;
    width: 100%;
    height: auto; }
  .ststep__step-fig > img.pc-only {
    display: none; }
  @media screen and (min-width: 768px) {
    .ststep__step-fig {
      margin: 0 3.915px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      .ststep__step-fig > img.sp-only {
        display: none; }
      .ststep__step-fig > img.pc-only {
        display: block; } }
  @media screen and (min-width: 992px) {
    .ststep__step-fig {
      margin: 0 5px; } }

.ststep__step-num {
  position: absolute;
  left: 0;
  top: 0;
  width: 6.25vw;
  height: 6.25vw;
  background-color: #d44034;
  -webkit-border-radius: 1.562vw;
  -moz-border-radius: 1.562vw;
  border-radius: 1.562vw;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 3.906vw; }
  .stss-1 .ststep__step-num {
    background-image: url(../img/index/ststep/sp-ststep-step-1-num.png); }
  .stss-2 .ststep__step-num {
    background-image: url(../img/index/ststep/sp-ststep-step-2-num.png); }
  .stss-3 .ststep__step-num {
    background-image: url(../img/index/ststep/sp-ststep-step-3-num.png); }
  @media screen and (min-width: 768px) {
    .ststep__step-num {
      display: none; } }

.ststep__step-title {
  height: 7.812vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 4.219vw; }
  .stss-1 .ststep__step-title {
    background-image: url(../img/index/ststep/sp-ststep-step-1-title.png); }
  .stss-2 .ststep__step-title {
    background-image: url(../img/index/ststep/sp-ststep-step-2-title.png); }
  .stss-3 .ststep__step-title {
    background-image: url(../img/index/ststep/sp-ststep-step-3-title.png); }
  @media screen and (min-width: 768px) {
    .ststep__step-title {
      height: 31.32px;
      background-size: auto 21.924px; }
      .stss-1 .ststep__step-title {
        background-image: url(../img/index/ststep/pc-ststep-step-1-title.png); }
      .stss-2 .ststep__step-title {
        background-image: url(../img/index/ststep/pc-ststep-step-2-title.png); }
      .stss-3 .ststep__step-title {
        background-image: url(../img/index/ststep/pc-ststep-step-3-title.png); } }
  @media screen and (min-width: 992px) {
    .ststep__step-title {
      height: 40px;
      background-size: auto 28px; } }

.ststep__step-desc-container {
  width: 47.812vw; }
  @media screen and (min-width: 768px) {
    .ststep__step-desc-container {
      width: 100%; } }

.ststep__ste-desc {
  text-align: justify;
  letter-spacing: -0.025em;
  font-size: 3.75vw;
  line-height: 1.417; }
  @media screen and (min-width: 768px) {
    .ststep__ste-desc {
      font-size: 14.094px; } }
  @media screen and (min-width: 992px) {
    .ststep__ste-desc {
      font-size: 18px; } }

/*===============
.sect-cases
===============*/
@media screen and (min-width: 768px) {
  .sect-cases .sect-container {
    margin: 0 auto;
    width: 767.34px; } }

@media screen and (min-width: 992px) {
  .sect-cases .sect-container {
    width: 980px; } }

.cases__intro {
  margin: 0 4.688vw 3.75vw; }
  @media screen and (min-width: 768px) {
    .cases__intro {
      height: 266.22px;
      background: url(../img/index/cases/pc-cases-intro-bg.jpg) right bottom no-repeat;
      background-size: 408.726px auto;
      margin: 0;
      padding-left: 31.32px;
      padding-top: 46.98px; } }
  @media screen and (min-width: 992px) {
    .cases__intro {
      height: 340px;
      background-size: auto auto;
      padding-left: 40px;
      padding-top: 60px; } }

.cases__title {
  width: 88.75vw;
  height: 22.812vw;
  background: url(../img/index/cases/sp-cases-title.png) 0 0/contain no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .cases__title {
      width: 386.802px;
      height: 101.79px; } }
  @media screen and (min-width: 992px) {
    .cases__title {
      width: 494px;
      height: 130px; } }

.cases__intro .desc {
  font-size: 3.75vw;
  line-height: 1.833; }
  @media screen and (min-width: 768px) {
    .cases__intro .desc {
      font-size: 14.094px;
      line-height: 1.556;
      width: 457.272px; } }
  @media screen and (min-width: 992px) {
    .cases__intro .desc {
      font-size: 18px;
      width: 584px; } }

.cases__episodes .rmn-column-main {
  padding-bottom: 6.25vw; }
  @media screen and (min-width: 768px) {
    .cases__episodes .rmn-column-main {
      padding-bottom: 27.405px; } }
  @media screen and (min-width: 992px) {
    .cases__episodes .rmn-column-main {
      padding-bottom: 35px; } }

.cases__episode-items-container {
  margin-bottom: 7.031vw; }
  @media screen and (min-width: 768px) {
    .cases__episode-items-container {
      margin-bottom: 23.49px; } }
  @media screen and (min-width: 992px) {
    .cases__episode-items-container {
      margin-bottom: 30px; } }

.cases__episode-item {
  margin-bottom: 2.812vw; }
  @media screen and (min-width: 768px) {
    .cases__episode-item {
      margin-bottom: 14.094px; } }
  @media screen and (min-width: 992px) {
    .cases__episode-item {
      margin-bottom: 18px; } }

.cases__episode-item .item-title {
  color: #fff;
  font-weight: 600;
  padding: 1.562vw 1.562vw 1.562vw 12.188vw;
  background-color: #f93;
  background: #f93 url(../img/index/cases/sp-episode-title-icon.png) 3.438vw center no-repeat;
  background-size: 6.25vw auto;
  border: 1px solid #e2e2e2;
  border-bottom: none;
  border-top-left-radius: 0.781vw;
  border-top-right-radius: 0.781vw; }
  @media screen and (min-width: 768px) {
    .cases__episode-item .item-title {
      width: 299.106px;
      padding: 7.83px 7.83px 5.481px 40.716px;
      background-size: 18.792px auto;
      background-position: 15.66px center;
      border-color: #c9c9c9;
      border-top-left-radius: 3.915px;
      border-top-right-radius: 3.915px;
      font-size: 14.094px;
      letter-spacing: -0.025em; } }
  @media screen and (min-width: 992px) {
    .cases__episode-item .item-title {
      width: 382px;
      padding: 10px 10px 7px 52px;
      background-size: 24px auto;
      background-position: 20px center;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      font-size: 18px; } }

.cases__episode-item .item-main {
  border: 1px solid #e2e2e2;
  border-bottom-left-radius: 0.781vw;
  border-bottom-right-radius: 0.781vw; }
  @media screen and (min-width: 768px) {
    .cases__episode-item .item-main {
      border-color: #c9c9c9;
      display: flex;
      border-radius: 0; } }

.cases__episode-item .item-main-story,
.cases__episode-item .item-main-advice {
  overflow: hidden;
  padding: 3.75vw; }
  @media screen and (min-width: 768px) {
    .cases__episode-item .item-main-story,
    .cases__episode-item .item-main-advice {
      width: 50%;
      padding: 11.745px; } }
  @media screen and (min-width: 992px) {
    .cases__episode-item .item-main-story,
    .cases__episode-item .item-main-advice {
      padding: 15px; } }

.cases__episode-item .item-main-story {
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .cases__episode-item .item-main-story {
      border-bottom: none;
      border-right: 1px solid #c9c9c9; } }

.cases__episode-item .item-main-advice {
  background-color: #f4f4f4; }

.item-main-story .story-fig,
.item-main-advice .advice-fig {
  float: left;
  width: 20vw;
  padding: 0.625vw;
  -webkit-border-radius: 0.781vw;
  -moz-border-radius: 0.781vw;
  border-radius: 0.781vw; }
  .item-main-story .story-fig > img,
  .item-main-advice .advice-fig > img {
    display: block;
    width: 100%;
    height: auto; }
  @media screen and (min-width: 768px) {
    .item-main-story .story-fig,
    .item-main-advice .advice-fig {
      width: 53.244px;
      padding: 3.132px;
      -webkit-border-radius: 3.915px;
      -moz-border-radius: 3.915px;
      border-radius: 3.915px; } }
  @media screen and (min-width: 992px) {
    .item-main-story .story-fig,
    .item-main-advice .advice-fig {
      width: 68px;
      padding: 4px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; } }

.item-main-story .story-fig {
  height: 20vw;
  background-color: #f93; }
  @media screen and (min-width: 768px) {
    .item-main-story .story-fig {
      height: 53.244px; } }
  @media screen and (min-width: 992px) {
    .item-main-story .story-fig {
      height: 68px; } }

.item-main-advice .advice-fig {
  height: 25.156vw;
  background-color: #c9c9c9;
  padding-bottom: 0; }
  .item-main-advice .advice-fig figcaption {
    height: 5.625vw;
    background: url(../img/index/cases/sp-episode-advice-caption.png) center center no-repeat;
    background-size: 7.031vw auto;
    font-size: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
  @media screen and (min-width: 768px) {
    .item-main-advice .advice-fig {
      height: 68.121px; }
      .item-main-advice .advice-fig img {
        height: 45.414px; }
      .item-main-advice .advice-fig figcaption {
        height: 19.575px;
        background-size: 28.971px auto; } }
  @media screen and (min-width: 992px) {
    .item-main-advice .advice-fig {
      height: 87px; }
      .item-main-advice .advice-fig img {
        height: 58px; }
      .item-main-advice .advice-fig figcaption {
        height: 25px;
        background-size: 37px auto; } }

.item-main-story .story-copy,
.item-main-advice .advice-copy {
  margin-left: 24.219vw;
  text-align: justify;
  letter-spacing: -0.025em; }
  @media screen and (min-width: 768px) {
    .item-main-story .story-copy,
    .item-main-advice .advice-copy {
      margin-left: 66.555px; } }
  @media screen and (min-width: 992px) {
    .item-main-story .story-copy,
    .item-main-advice .advice-copy {
      margin-left: 85px; } }

.item-main-story .story-copy {
  font-weight: 600;
  font-size: 4.375vw;
  line-height: 1.571; }
  @media screen and (min-width: 768px) {
    .item-main-story .story-copy {
      font-size: 14.094px;
      line-height: 1.556; } }
  @media screen and (min-width: 992px) {
    .item-main-story .story-copy {
      font-size: 18px; } }

.item-main-advice .advice-copy {
  font-size: 3.75vw;
  line-height: 1.833; }
  @media screen and (min-width: 768px) {
    .item-main-advice .advice-copy {
      font-size: 12.528px;
      line-height: 1.625; } }
  @media screen and (min-width: 992px) {
    .item-main-advice .advice-copy {
      font-size: 16px; } }

.cases__summary {
  margin: 0 2.344vw; }
  @media screen and (min-width: 768px) {
    .cases__summary {
      margin: 0; } }

.cases__summary .summary-title {
  font-size: 5.938vw;
  color: #eb6100;
  letter-spacing: -0.025em;
  margin-bottom: 3.75vw; }
  .cases__summary .summary-title > small {
    font-size: 0.737em; }
  @media screen and (min-width: 768px) {
    .cases__summary .summary-title {
      font-size: 18.792px;
      margin-bottom: 12.528px; }
      .cases__summary .summary-title > small {
        font-size: 1.0em; } }
  @media screen and (min-width: 768px) {
    .cases__summary .summary-title {
      font-size: 24px;
      margin-bottom: 16px; } }

.cases__summary .summary-main {
  overflow: hidden;
  position: relative; }

.cases__summary .summary-main .summary-fig > img {
  display: block;
  width: 100%;
  height: auto; }

.cases__summary .summary-main.sp-only .summary-fig {
  width: 34.375vw;
  float: left; }

.cases__summary .summary-main.sp-only .summary-copy {
  position: relative;
  top: -0.938vw;
  margin-left: 41.406vw;
  letter-spacing: -0.025em;
  text-align: justify;
  line-height: 1.833;
  font-size: 3.75vw; }

.cases__summary .summary-main.pc-only .summary-fig {
  border: 1px solid #c9c9c9;
  width: 205.146px;
  height: 103.356px;
  float: right; }
  @media screen and (min-width: 992px) {
    .cases__summary .summary-main.pc-only .summary-fig {
      width: 262px;
      height: 132px; } }

.cases__summary .summary-main.pc-only .summary-copy {
  position: relative;
  top: -3.915px;
  font-size: 14.094px;
  margin-right: 239.598px;
  letter-spacing: -0.025em;
  text-align: justify; }
  @media screen and (min-width: 992px) {
    .cases__summary .summary-main.pc-only .summary-copy {
      font-size: 18px;
      margin-right: 306px; } }

/*===============
sect-deman
===============*/
.sect-deman {
  margin-bottom: 7.812vw; }
  @media screen and (min-width: 768px) {
    .sect-deman {
      margin-bottom: 7.83px; } }
  @media screen and (min-width: 992px) {
    .sect-deman {
      margin-bottom: 10px; } }

.sect-deman .sect-container {
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .sect-deman .sect-container {
      width: 767.34px; } }
  @media screen and (min-width: 992px) {
    .sect-deman .sect-container {
      width: 980px; } }

.deman__intro {
  background: url(../img/index/deman/sp-deman-title-bg.jpg) right top no-repeat;
  background-size: 61.094vw auto;
  padding: 8.438vw 4.688vw 0;
  margin-bottom: 5.625vw; }
  @media screen and (min-width: 768px) {
    .deman__intro {
      background-image: url(../img/index/deman/pc-deman-title-bg.jpg);
      background-size: 358.614px auto;
      background-position: right bottom;
      padding: 39.15px 0 23.49px 31.32px;
      margin-bottom: 0; } }
  @media screen and (min-width: 992px) {
    .deman__intro {
      background-size: 458px auto;
      padding: 50px 0 30px 40px; } }

.deman__title {
  background: url(../img/index/deman/sp-deman-title.png) 0 0 no-repeat;
  background-size: 90.625vw auto;
  height: 30.312vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .deman__title {
      background-image: url(../img/index/deman/pc-deman-title.png);
      background-size: 474.498px auto;
      height: 148.77px; } }
  @media screen and (min-width: 992px) {
    .deman__title {
      background-size: 606px auto;
      height: 190px; } }

.deman__intro-desc {
  font-size: 3.75vw;
  line-height: 1.833;
  letter-spacing: -0.025em; }
  @media screen and (min-width: 768px) {
    .deman__intro-desc {
      font-size: 14.094px;
      line-height: 1.556;
      width: 33em; } }
  @media screen and (min-width: 992px) {
    .deman__intro-desc {
      font-size: 18px; } }

.deman__inform {
  margin-bottom: 0.781vw; }
  @media screen and (min-width: 768px) {
    .deman__inform {
      margin-bottom: 0; } }

@media screen and (min-width: 768px) {
  .rmn-subsect-title-container {
    margin-bottom: 23.49px; } }

@media screen and (min-width: 992px) {
  .rmn-subsect-title-container {
    margin-bottom: 30px; } }

.deman__inform .rmn-subsect-title {
  font-size: 4.375vw;
  letter-spacing: -0.025em; }
  @media screen and (min-width: 768px) {
    .deman__inform .rmn-subsect-title {
      font-size: 21.924px; } }
  @media screen and (min-width: 992px) {
    .deman__inform .rmn-subsect-title {
      font-size: 28px; } }

.deman__inform-items {
  padding: 1.25vw 4.688vw 0; }
  @media screen and (min-width: 768px) {
    .deman__inform-items {
      display: flex;
      justify-content: space-between;
      padding: 0; } }

.deman__inform-item {
  overflow: hidden;
  padding: 3.125vw 0; }
  @media screen and (min-width: 768px) {
    .deman__inform-item {
      padding: 0;
      width: 234.9px; } }
  @media screen and (min-width: 992px) {
    .deman__inform-item {
      width: 300px; } }

.deman__inform-item + .deman__inform-item {
  border-top: 1px dashed #c9c9c9; }
  @media screen and (min-width: 768px) {
    .deman__inform-item + .deman__inform-item {
      border-top: none; } }

.deman__inform-item-fig {
  float: left;
  width: 34.375vw; }
  @media screen and (min-width: 768px) {
    .deman__inform-item-fig {
      float: none;
      width: 100%;
      margin-bottom: 15.66px; } }
  @media screen and (min-width: 992px) {
    .deman__inform-item-fig {
      margin-bottom: 20px; } }

.deman__inform-item-fig > img {
  width: 100%;
  height: auto; }

.deman__inform-item-fig > img.sp-only {
  display: block; }
  @media screen and (min-width: 768px) {
    .deman__inform-item-fig > img.sp-only {
      display: none; } }

@media screen and (min-width: 768px) {
  .deman__inform-item-fig > img.pc-only {
    display: block; } }

.deman__inform-item-copy {
  margin-left: 41.406vw; }
  @media screen and (min-width: 768px) {
    .deman__inform-item-copy {
      margin-left: 0; } }

.deman__inform-item-copy .title {
  font-size: 4.375vw;
  color: #eb6100;
  font-weight: 600;
  margin-bottom: 0.5em; }
  @media screen and (min-width: 768px) {
    .deman__inform-item-copy .title {
      font-size: 18.792px; } }
  @media screen and (min-width: 992px) {
    .deman__inform-item-copy .title {
      font-size: 24px; } }

.deman__inform-item-copy .desc {
  font-size: 3.75vw;
  text-align: justify;
  line-height: 1.417; }
  @media screen and (min-width: 768px) {
    .deman__inform-item-copy .desc {
      font-size: 14.094px;
      line-height: 1.556; } }
  @media screen and (min-width: 992px) {
    .deman__inform-item-copy .desc {
      font-size: 18px; } }

.deman__inform-item-copy .desc.list {
  margin-left: 1.5em; }

@media screen and (min-width: 768px) {
  .deman__summary {
    background: url(../img/index/deman/pc-deman-summary-bg.jpg) center center/contain no-repeat; } }

.deman__summary-title {
  height: 41.562vw;
  background: url(../img/index/deman/sp-deman-summary-title.jpg) center center/contain no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .deman__summary-title {
      height: 201.231px;
      background-image: url(../img/index/deman/pc-deman-summary-title.png);
      background-size: 660.069px auto;
      background-position: center 55%; } }
  @media screen and (min-width: 992px) {
    .deman__summary-title {
      height: 257px;
      background-size: 843px auto; } }

/*===============
sect-stron
===============*/
.sect-stron {
  margin-bottom: 7.812vw; }
  @media screen and (min-width: 768px) {
    .sect-stron {
      margin-bottom: 31.32px; } }
  @media screen and (min-width: 992px) {
    .sect-stron {
      margin-bottom: 40px; } }

.sect-stron .sect-container {
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .sect-stron .sect-container {
      width: 767.34px; } }
  @media screen and (min-width: 992px) {
    .sect-stron .sect-container {
      width: 980px; } }

.stron__intro {
  padding: 0 4.688vw;
  margin-bottom: 3.125vw; }
  @media screen and (min-width: 768px) {
    .stron__intro {
      padding: 46.98px 0 23.49px;
      margin-bottom: 0;
      background: url(../img/index/stron/pc-stron-title-bg.jpg) right bottom no-repeat;
      background-size: 340.605px auto; } }
  @media screen and (min-width: 992px) {
    .stron__intro {
      padding: 60px 0 30px;
      background-size: 435px auto; } }

.stron__title {
  height: 20.312vw;
  background: url(../img/index/stron/sp-stron-title.png) 0 0 no-repeat;
  background-size: 86.406vw auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .stron__title {
      height: 87.696px;
      background-image: url(../img/index/stron/pc-stron-title.png);
      background-size: 362.529px auto; } }
  @media screen and (min-width: 992px) {
    .stron__title {
      height: 112px;
      background-size: 463px auto; } }

.stron__intro-desc {
  font-size: 3.75vw;
  line-height: 1.833; }
  @media screen and (min-width: 768px) {
    .stron__intro-desc {
      font-size: 14.094px;
      line-height: 2;
      width: 501.12px;
      letter-spacing: -0.025em; } }
  @media screen and (min-width: 992px) {
    .stron__intro-desc {
      font-size: 18px;
      width: 640px; } }

.stron__strongs {
  position: relative; }
  @media screen and (min-width: 768px) {
    .stron__strongs {
      top: -3.132px; } }
  @media screen and (min-width: 992px) {
    .stron__strongs {
      top: -4px; } }

@media screen and (min-width: 768px) {
  .stron__strongs .rmn-subsect-title {
    background-image: url(../img/index/stron/pc-strongs-title.png);
    background-size: 322.596px auto; } }

@media screen and (min-width: 992px) {
  .stron__strongs .rmn-subsect-title {
    background-size: 412px auto; } }

.stron__strongs-items {
  padding: 4.688vw;
  padding-bottom: 0; }
  @media screen and (min-width: 768px) {
    .stron__strongs-items {
      padding: 0;
      display: flex;
      flex-wrap: wrap; } }

.stron__strongs-item {
  border: 0.781vw solid #ff9933; }
  @media screen and (min-width: 768px) {
    .stron__strongs-item {
      width: 50%;
      border: none; } }

.stron__strongs-item + .stron__strongs-item {
  margin-top: 1.562vw; }
  @media screen and (min-width: 768px) {
    .stron__strongs-item + .stron__strongs-item {
      margin-top: 0; } }

@media screen and (min-width: 768px) {
  .stron__strongs-item:nth-of-type(odd) {
    border-right: 1px solid #f93;
    padding-right: 23.49px; } }

@media screen and (min-width: 992px) {
  .stron__strongs-item:nth-of-type(odd) {
    padding-right: 30px; } }

@media screen and (min-width: 768px) {
  .stron__strongs-item:nth-of-type(even) {
    padding-left: 23.49px; } }

@media screen and (min-width: 992px) {
  .stron__strongs-item:nth-of-type(even) {
    padding-left: 30px; } }

.stron__strongs-item .title {
  height: 21.25vw;
  background-size: auto 14.844vw;
  background-repeat: no-repeat;
  background-position: 3.281vw center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .stron__strongs-item .title {
      height: 93.96px;
      background-size: auto 74.385px;
      background-position: 0 center; } }
  @media screen and (min-width: 992px) {
    .stron__strongs-item .title {
      height: 120px;
      background-size: auto 95px; } }

.stron__strongs-item.strong1 .title {
  background-image: url(../img/index/stron/sp-strong1-title.png); }
  @media screen and (min-width: 768px) {
    .stron__strongs-item.strong1 .title {
      background-image: url(../img/index/stron/pc-strong1-title.png); } }

.stron__strongs-item.strong2 .title {
  background-image: url(../img/index/stron/sp-strong2-title.png); }
  @media screen and (min-width: 768px) {
    .stron__strongs-item.strong2 .title {
      background-image: url(../img/index/stron/pc-strong2-title.png); } }

.stron__strongs-item.strong3 .title {
  background-image: url(../img/index/stron/sp-strong3-title.png); }
  @media screen and (min-width: 768px) {
    .stron__strongs-item.strong3 .title {
      background-image: url(../img/index/stron/pc-strong3-title.png); } }

.stron__strongs-item.strong4 .title {
  background-image: url(../img/index/stron/sp-strong4-title.png); }
  @media screen and (min-width: 768px) {
    .stron__strongs-item.strong4 .title {
      background-image: url(../img/index/stron/pc-strong4-title.png); } }

.stron__strongs-item .desc {
  font-size: 3.75vw;
  line-height: 1.833;
  margin: 0 1em;
  padding-bottom: 1em;
  letter-spacing: -0.025em;
  text-align: justify; }
  .stron__strongs-item .desc small {
    font-size: 0.75em; }
  @media screen and (min-width: 768px) {
    .stron__strongs-item .desc {
      font-size: 14.094px;
      line-height: 1.556;
      margin: 0;
      padding-bottom: 1.667em; } }
  @media screen and (min-width: 992px) {
    .stron__strongs-item .desc {
      font-size: 18px; } }

@media screen and (min-width: 768px) {
  .stron__strongs-item.strong3 .desc,
  .stron__strongs-item.strong4 .desc {
    padding-bottom: 0; } }

/*===============
sect-voice
===============*/
.sect-voice {
  margin-bottom: 12.5vw; }
  @media screen and (min-width: 768px) {
    .sect-voice {
      margin-bottom: 35.235px; } }
  @media screen and (min-width: 992px) {
    .sect-voice {
      margin-bottom: 45px; } }

.sect-voice .sect-container {
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .sect-voice .sect-container {
      width: 767.34px; } }
  @media screen and (min-width: 992px) {
    .sect-voice .sect-container {
      width: 980px; } }

@media screen and (min-width: 768px) {
  .voice__intro {
    height: 182.439px;
    background: url(../img/index/voice/pc-voice-title-bg.jpg) right 31.32px top/contain no-repeat; } }

@media screen and (min-width: 992px) {
  .voice__intro {
    height: 233px; } }

.voice__title {
  height: 24.688vw;
  background: url(../img/index/voice/sp-voice-title.png) 5.156vw center no-repeat;
  background-size: 87.969vw auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .voice__title {
      height: 100%;
      background-image: url(../img/index/voice/pc-voice-title.png);
      background-size: 435.348px auto;
      background-position: 31.32px 54.81px; } }
  @media screen and (min-width: 992px) {
    .voice__title {
      background-size: 556px auto;
      background-position: 40px 70px; } }

.voice__ex .rmn-subsect-title {
  font-size: 4.688vw;
  letter-spacing: -0.05em; }
  @media screen and (min-width: 768px) {
    .voice__ex .rmn-subsect-title {
      background-image: url(../img/index/voice/pc-voice-ex-title.png);
      background-size: 422.037px auto; } }
  @media screen and (min-width: 992px) {
    .voice__ex .rmn-subsect-title {
      background-size: 539px auto; } }

.voice__ex-items {
  padding: 4.375vw 2.344vw 0; }
  @media screen and (min-width: 768px) {
    .voice__ex-items {
      padding: 0 31.32px; } }
  @media screen and (min-width: 992px) {
    .voice__ex-items {
      padding: 0 40px; } }

.voice__ex-item + .voice__ex-item {
  margin-top: 3.125vw; }
  @media screen and (min-width: 768px) {
    .voice__ex-item + .voice__ex-item {
      margin-top: 18.792px; } }
  @media screen and (min-width: 992px) {
    .voice__ex-item + .voice__ex-item {
      margin-top: 24px; } }

.voice__ex-item .item-title {
  color: #fff;
  font-size: 4.375vw;
  line-height: 1;
  letter-spacing: -0.05em;
  padding: 2.812vw 0.781vw 2.188vw 10.938vw;
  background: #f93 url(../img/index/voice/sp-voice-ex-title-icon.png) 2.188vw center no-repeat;
  background-size: 6.25vw auto;
  border-top-left-radius: 0.781vw;
  border-top-right-radius: 0.781vw; }
  @media screen and (min-width: 768px) {
    .voice__ex-item .item-title {
      font-size: 14.094px;
      width: 22.25em;
      padding: 0.75em 0.55em 0.40em 2.9em;
      background: #81511c url(../img/index/cases/sp-episode-title-icon.png) 1.111em 65% no-repeat;
      background-size: 1.333em auto;
      border-top-left-radius: 0.278em;
      border-top-right-radius: 0.278em; } }
  @media screen and (min-width: 992px) {
    .voice__ex-item .item-title {
      font-size: 18px;
      padding: 0.60em 0.55em 0.50em 2.9em; } }

.voice__ex-item .item-main {
  border: 1px solid #f93;
  border-bottom-left-radius: 0.781vw;
  border-bottom-right-radius: 0.781vw;
  padding: 4.375vw; }
  @media screen and (min-width: 768px) {
    .voice__ex-item .item-main {
      font-size: 14.094px;
      border: 2px solid #81511c;
      padding: 0.889em;
      border-radius: 0;
      display: flex; } }
  @media screen and (min-width: 768px) {
    .voice__ex-item .item-main {
      font-size: 18px; } }

.voice__ex-item .item-main-story {
  overflow: hidden;
  margin-bottom: 3.125vw; }
  @media screen and (min-width: 768px) {
    .voice__ex-item .item-main-story {
      width: 50%;
      margin-bottom: 0; } }

.voice__ex-item .item-main-story .story-fig {
  width: 19.062vw;
  height: 19.062vw;
  border: 1px solid #c9c9c9;
  padding: 0;
  background-color: transparent; }
  @media screen and (min-width: 768px) {
    .voice__ex-item .item-main-story .story-fig {
      font-size: 14.094px;
      width: 3.778em;
      height: 3.778em;
      border: 3px solid #f93; } }
  @media screen and (min-width: 992px) {
    .voice__ex-item .item-main-story .story-fig {
      font-size: 18px;
      border-width: 4px; } }

.voice__ex-item .item-main-story .story-copy {
  margin-left: 23.75vw;
  font-size: 4.375vw;
  line-height: 1.357;
  letter-spacing: -0.085em; }
  @media screen and (min-width: 768px) {
    .voice__ex-item .item-main-story .story-copy {
      font-size: 0.957em;
      margin-left: 3.864em;
      line-height: 1.364; } }
  @media screen and (min-width: 992px) {
    .voice__ex-item .item-main-story .story-copy {
      font-size: 1.222em; } }

.item-main-story .story-copy-label {
  display: block;
  font-size: 3.125vw;
  width: 6.45em;
  border: 1px solid #f93;
  border-radius: 0.25em;
  text-align: center;
  color: #f93;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 0.285em 0 0.200em;
  margin-bottom: 0.35em; }
  @media screen and (min-width: 768px) {
    .item-main-story .story-copy-label {
      font-size: 0.569em;
      border-radius: 0.227em; } }
  @media screen and (min-width: 992px) {
    .item-main-story .story-copy-label {
      font-size: 0.727em; } }

@media screen and (min-width: 768px) {
  .item-main-desc {
    width: 50%; } }

.item-main-desc .desc-copy {
  font-size: 3.75vw;
  line-height: 1.417;
  text-align: justify;
  letter-spacing: -0.025em; }
  @media screen and (min-width: 768px) {
    .item-main-desc .desc-copy {
      font-size: 0.696em;
      line-height: 1.625; } }
  @media screen and (min-width: 992px) {
    .item-main-desc .desc-copy {
      font-size: 0.889em; } }

/*===============
[estimate] formsect-intro
===============*/
.formsect-intro .sect-header {
  background-color: #eb6100; }

.formsect-intro .sect-header-container {
  margin: 0 auto;
  font-size: 5.938vw;
  padding: 0.842em;
  padding-right: 0; }
  @media screen and (min-width: 768px) {
    .formsect-intro .sect-header-container {
      width: 767.34px;
      font-size: 34.452px;
      background: url(../img/estimate/pc-formsect-intro-bg.jpg) right 0.5em top/contain no-repeat;
      padding: 0.659em 0; } }
  @media screen and (min-width: 992px) {
    .formsect-intro .sect-header-container {
      width: 980px;
      font-size: 44px; } }

.formsect-intro .sect-header .page-title {
  overflow: hidden;
  font-size: 1em; }

.formsect-intro .sect-header .badge {
  display: block;
  float: left;
  width: 2.632em;
  height: 2.632em;
  margin-right: 0.211em;
  background: url(../img/estimate/sp-formsect-intro-badge.png) 0 0/contain no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .formsect-intro .sect-header .badge {
      width: 2.273em;
      height: 2.273em; } }

.formsect-intro .sect-header .line1,
.formsect-intro .sect-header .line2 {
  display: block;
  font-weight: 600;
  letter-spacing: -0.055em;
  color: #fff100;
  line-height: 1.15; }

.formsect-intro .sect-header .line1 {
  font-size: 0.842em;
  color: #fff;
  margin-top: 0.25em; }
  @media screen and (min-width: 768px) {
    .formsect-intro .sect-header .line1 {
      font-size: 25.056px;
      margin-top: 0.25em; } }
  @media screen and (min-width: 992px) {
    .formsect-intro .sect-header .line1 {
      font-size: 32px; } }

.formsect-intro .sect-main {
  font-size: 3.438vw;
  padding: 1.091em 1.455em;
  line-height: 1.273;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .formsect-intro .sect-main {
      width: 767.34px;
      overflow: hidden;
      font-size: 14.094px;
      line-height: 1.556;
      padding: 1.444em 0; } }
  @media screen and (min-width: 992px) {
    .formsect-intro .sect-main {
      width: 980px;
      font-size: 18px; } }

.formsect-intro .sect-main .desc {
  margin-bottom: 0.5em; }
  @media screen and (min-width: 768px) {
    .formsect-intro .sect-main .desc {
      float: left;
      width: 20.556em;
      margin-bottom: 0;
      margin-top: 0.45em; } }

.formsect-intro .sect-main .steps {
  list-style: none;
  height: 10.625vw;
  background: url(../img/estimate/sp-formsect-intro-steps.png) center 0/contain no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .formsect-intro .sect-main .steps {
      float: right;
      width: 32em;
      height: 3.778em; } }

/*===============
formsect-main
===============*/
.formsect-main .sect-container {
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .formsect-main .sect-container {
      width: 767.34px; } }
  @media screen and (min-width: 992px) {
    .formsect-main .sect-container {
      width: 980px; } }

/*=== rmn-fieldset  ===*/
.rmn-fieldset {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 4.375vw; }
  @media screen and (min-width: 768px) {
    .rmn-fieldset {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      border-bottom: 1px solid #dcdcdc;
      font-size: 15.66px; } }
  @media screen and (min-width: 992px) {
    .rmn-fieldset {
      font-size: 20px; } }
  .rmn-fieldset:first-child {
    border-top: 1px solid #dcdcdc; }
  .rmn-fieldset .req-label {
    display: inline-block;
    background-color: #eb6100;
    color: #fff;
    font-size: 0.714em;
    line-height: 1.4;
    padding: 0 0.4em;
    margin-left: 0.25em; }
  @media screen and (min-width: 768px) {
    .rmn-fieldset .form-blocks-container {
      width: 65.0%; } }
  .rmn-fieldset .form-block {
    padding: 1em 1.25em; }
    @media screen and (min-width: 768px) {
      .rmn-fieldset .form-block {
        padding: 1.5em 1.5em 1.5em 0; } }
  .rmn-fieldset .form-block + .form-block {
    border-top: 1px solid #f93; }
    @media screen and (min-width: 768px) {
      .rmn-fieldset .form-block + .form-block {
        border-color: #dcdcdc; } }
  @media screen and (min-width: 768px) {
    .rmn-fieldset .form-block.with-block-title {
      display: flex;
      padding: 0; } }
  .rmn-fieldset .form-block-title {
    font-weight: 600;
    color: #eb6100;
    margin-bottom: 0.25em; }
  @media screen and (min-width: 768px) {
    .rmn-fieldset .with-block-title .form-block-title {
      background-color: #fef8f2;
      border-right: 1px solid #dcdcdc;
      border-left: 1px solid #dcdcdc;
      width: 23.5%;
      margin-bottom: 0;
      padding: 1.5em 1.0em; } }
  @media screen and (min-width: 768px) {
    .rmn-fieldset .with-block-title .form-block-main {
      width: 76.4%;
      padding: 1em 0 1em 1em; } }
  .rmn-fieldset .form-label {
    display: inline-block;
    width: 48%;
    margin: 0.45em 0;
    line-height: 1.25;
    vertical-align: top; }
    @media screen and (min-width: 768px) {
      .rmn-fieldset .form-label {
        vertical-align: middle; } }
    .rmn-fieldset .form-label input[type="checkbox"] {
      vertical-align: middle;
      margin-right: 0.25em;
      width: 1.25em;
      height: 1.25em; }
  .rmn-fieldset .attention {
    font-size: 0.75em;
    color: #f00;
    line-height: 1.25;
    margin-bottom: 0.25em;
    display: none; }
    .rmn-fieldset .attention.visible {
      display: block; }
  .rmn-fieldset .form-blocks-container > .attention {
    padding: 1.5em 0 0 1.5em;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .rmn-fieldset .form-blocks-container > .attention {
        padding-bottom: 1.5em;
        border-left: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc; } }
  .rmn-fieldset select,
  .rmn-fieldset input[type="text"],
  .rmn-fieldset input[type="email"],
  .rmn-fieldset textarea {
    border: 1px solid #ccc;
    padding: 0.5em 0.25em;
    width: 100%;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em; }
  .rmn-fieldset select {
    background-color: #fefefe;
    background: -webkit-linear-gradient(top, #fefefe, #e6e6e6);
    background: -moz-linear-gradient(top, #fefefe, #e6e6e6);
    background: -ms-linear-gradient(top, #fefefe, #e6e6e6);
    background: -o-linear-gradient(top, #fefefe, #e6e6e6);
    background: linear-gradient(to bottom, #fefefe, #e6e6e6); }
    @media screen and (min-width: 768px) {
      .rmn-fieldset select {
        height: 2.4em; } }
  .rmn-fieldset input[type="text"],
  .rmn-fieldset input[type="email"],
  .rmn-fieldset textarea {
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); }
  .rmn-fieldset select + input {
    margin-top: 1.0em; }
  .rmn-fieldset a {
    color: #eb6100; }

.rmn-fieldset-title {
  font-size: 1em;
  border: 1px solid #f93;
  border-top-width: 0.333em;
  width: 100%;
  font-weight: 600;
  background-color: #fffefc;
  background: -webkit-linear-gradient(top, #fffefc, #ffead6);
  background: -moz-linear-gradient(top, #fffefc, #ffead6);
  background: -ms-linear-gradient(top, #fffefc, #ffead6);
  background: -o-linear-gradient(top, #fffefc, #ffead6);
  background: linear-gradient(to bottom, #fffefc, #ffead6);
  line-height: 1;
  padding: 0.708em 0 0.625em 1.292em; }
  @media screen and (min-width: 768px) {
    .rmn-fieldset-title {
      width: 34.5%;
      background: none;
      border: none;
      padding: 1.5em 2.0em 0 0;
      text-align: right; } }

.rmn-fieldset-title small {
  font-size: 0.7em;
  margin-left: 0.55em;
  font-weight: 300;
  letter-spacing: -0.045em; }

/*=== rmn-fieldset (個別)  ===*/
@media screen and (min-width: 768px) {
  .rfm__range .rmn-fieldset-title small {
    display: block;
    margin-top: 0.75em; } }

.rfm__other p + p {
  margin-top: 0.75em; }

.estimate__form .form-submit-container {
  margin: 1.0em auto 3.0em; }

.estimate__form .form-submit {
  display: block;
  margin: 0 auto;
  border: none;
  background: url(../img/estimate/sp-formsect-submit.png) 0 0/contain no-repeat;
  width: 85.625vw;
  height: 13.75vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100vw; }
  @media screen and (min-width: 768px) {
    .estimate__form .form-submit {
      background-image: url(../img/estimate/pc-formsect-submit.png);
      width: 430px;
      height: 68px;
      background-size: auto 136px; } }
  @media screen and (min-width: 992px) {
    .estimate__form .form-submit {
      width: 548px;
      height: 88px;
      background-size: auto 176px; } }
  .estimate__form .form-submit:disabled {
    opacity: 0.35; }

@media screen and (min-width: 768px) {
  .estimate__form .form-submit:not([disabled]) {
    cursor: pointer; }
    .estimate__form .form-submit:not([disabled]):hover {
      background-position-y: bottom; } }

/*===============
thanksect-msg
===============*/
.thanksect-msg {
  font-size: 5.625vw;
  font-weight: 600;
  line-height: 1.65;
  border-top: 1px solid #cecece;
  padding-top: 5em;
  padding-bottom: 4em; }
  @media screen and (min-width: 768px) {
    .thanksect-msg {
      padding-top: 6em;
      font-size: 21.924px; } }
  @media screen and (min-width: 992px) {
    .thanksect-msg {
      font-size: 28px; } }
  .thanksect-msg .sect-container {
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .thanksect-msg .sect-container {
        width: 767.34px; } }
    @media screen and (min-width: 992px) {
      .thanksect-msg .sect-container {
        width: 980px; } }
  .thanksect-msg .thanks-container {
    display: none;
    text-align: center; }
    .thanksect-msg .thanks-container.visible {
      display: block; }

/*===============
form-blink
フォームの未入力フィールドの点滅効果
===============*/
.eform__form .item.blink {
  border-color: #ff0;
  border-width: 4px;
  -webkit-animation: blink 0.5s ease-in-out infinite alternate;
  -moz-animation: blink 0.5s ease-in-out infinite alternate;
  animation: blink 0.5s ease-in-out infinite alternate; }

/*=== blink's animation ===*/
@-webkit-keyframes blink {
  0% {
    border-color: gainsboro; }
  100% {
    border-color: red; } }

@-moz-keyframes blink {
  0% {
    border-color: gainsboro; }
  100% {
    border-color: red; } }

@keyframes blink {
  0% {
    border-color: gainsboro; }
  100% {
    border-color: red; } }

/*# sourceMappingURL=style.css.map */
