html {
  font-size: 1px;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  max-width: 100vw;
  min-height: 100vh;
  color: #000;
  font-size: 16rem;
  overflow: hidden;
}

select,
input,
textarea,
button {
  font: inherit;
}

img,
svg {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  transition: 0.3s linear;
  backface-visibility: hidden;
}
a.tel_link {
  pointer-events: none;
}

ul {
  list-style: none;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.inner {
  width: 960rem;
  margin-left: auto;
  margin-right: auto;
}

.s_inner {
  width: 820rem;
  margin-left: auto;
  margin-right: auto;
}

.mt_l {
  margin-top: 100rem;
}

.mt_m {
  margin-top: 60rem;
}

.mt_s {
  margin-top: 20rem;
}

.fz_l {
  font-size: 1.2em;
}

.fz_s {
  font-size: 0.8em;
}

.ta_center {
  text-align: center;
}

.c_red {
  color: #df1616;
}

.fwb {
  font-weight: bold;
}

.abs {
  position: absolute;
}

.cl_02 {
  display: flex;
}

.f_oswald {
  font-family: "Oswald", sans-serif;
}

sup {
  font-size: 60%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.fadein {
  opacity: 0;
  transition: 1.2s;
}

.fade_left {
  transform: translate(-80px, 0);
}

.fade_right {
  transform: translate(80px, 0);
}

.fade_scale {
  transform: scale(0.5, 0.5) translate(0, 200px);
}

.fade_up {
  transform: translate(0, 60px);
}

.fade_up_s {
  transform: translate(0, 60px);
}

.fade_down {
  transform: translate(0, -60px);
}

.slidein2 {
  transition-delay: 200ms;
}

.slidein3 {
  transition-delay: 400ms;
}

.slidein4 {
  transition-delay: 600ms;
}

.slidein5 {
  transition-delay: 800ms;
}

.slidein6 {
  transition-delay: 1000ms;
}

.inview.fadein.on_action {
  opacity: 1;
  transform: translate(0, 0);
}

.mv_wrap {
  margin-top: 120rem;
  background-image: url(../img/bg_kv.jpg);
  max-width: 1920rem;
  height: 780rem;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: top center;
}
.mv_wrap .mv {
  position: relative;
}
.mv_wrap .txt_wrap {
  padding-top: 200rem;
  position: relative;
  z-index: 1;
}
.mv_wrap .txt_wrap h1 {
  width: 47.5520833333vw;
  margin-left: -10rem;
}
.mv_wrap .txt_wrap p {
  margin-top: 20rem;
  text-shadow: 1px 1px 30px rgba(255, 255, 255, 0.6509803922), -1px 1px 30px rgba(255, 255, 255, 0.6509803922), 1px -1px 30px rgba(255, 255, 255, 0.6509803922), -1px -1px 30px rgba(255, 255, 255, 0.6509803922);
  font-size: 20rem;
  font-weight: bold;
  line-height: 1.8;
}
.mv_wrap .txt_wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 1218rem;
  height: 655rem;
  background-image: url(../img/bg_ttl_mv.png);
  background-repeat: no-repeat;
  background-size: 1218rem;
  top: 70rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.mv_wrap .map {
  position: absolute;
  left: -360rem;
  top: 25rem;
  width: 31.5104166667vw;
}

.needs_wrap {
  padding-top: 60rem;
  background-image: url(../img/bg_needs.png);
  max-width: 1920rem;
  height: 748rem;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  z-index: 1;
}
.needs_wrap h2 {
  text-align: center;
  font-size: 40rem;
  font-weight: bold;
  color: #fff;
}
.needs_wrap ul {
  display: flex;
  justify-content: space-between;
  gap: 35rem 0;
  margin-top: 45rem;
  flex-wrap: wrap;
}
.needs_wrap ul li {
  width: 468rem;
}
.needs_wrap .img_wrap {
  text-align: center;
  margin-top: 20rem;
  width: 158rem;
  margin-left: auto;
  margin-right: auto;
}

.ttl_wrap h2 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10rem;
}
.ttl_wrap h2::before {
  position: absolute;
  content: "";
  display: block;
  width: 1920rem;
  height: 20rem;
  background-size: cover;
  background-repeat: no-repeat;
  left: calc(50% - 960rem);
  top: 60%;
}

.content_wrap {
  position: relative;
  overflow: hidden;
  max-width: 1920rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -145rem;
}
.content_wrap .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  z-index: -1;
}
.content_wrap .bg_img:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_content.jpg);
  background-size: cover;
  background-position: top center;
}
.content_wrap .lead {
  padding-top: 195rem;
  text-align: center;
  width: 650rem;
  margin-left: auto;
  margin-right: auto;
}
.content_wrap .content_01 {
  margin-top: 60rem;
}
.content_wrap .content_01 .ttl_wrap h2 {
  width: 465rem;
}
.content_wrap .content_01 .ttl_wrap h2::before {
  background-image: url(../img/deco_ttl_furniture.png);
}
.content_wrap .content_01 .furniture_list {
  margin-top: 90rem;
}
.content_wrap .content_01 .furniture_list .furniture {
  display: flex;
  margin-top: 65rem;
  justify-content: space-between;
  align-items: center;
}
.content_wrap .content_01 .furniture_list .furniture:nth-child(1) {
  margin-top: 0;
}
.content_wrap .content_01 .furniture_list .furniture:nth-child(2n-1) {
  flex-direction: row-reverse;
}
.content_wrap .content_01 .furniture_list .furniture .img_wrap {
  width: 400rem;
}
.content_wrap .content_01 .furniture_list .furniture .txt_wrap {
  max-width: 480rem;
}
.content_wrap .content_01 .furniture_list .furniture .txt_wrap .num {
  color: #a18900;
  opacity: 0.2;
  font-size: 80rem;
  font-weight: bold;
  line-height: 1.4;
}
.content_wrap .content_01 .furniture_list .furniture .txt_wrap h3 {
  font-size: 32rem;
  font-weight: bold;
  margin-top: -15rem;
}
.content_wrap .content_01 .furniture_list .furniture .txt_wrap .txt {
  margin-top: 5rem;
}
.content_wrap .content_02 {
  margin-top: 110rem;
}
.content_wrap .content_02 .ttl_wrap h2 {
  width: 523rem;
}
.content_wrap .content_02 .ttl_wrap h2::before {
  background-image: url(../img/deco_ttl_service.png);
}
.content_wrap .content_02 .desc {
  margin-top: 100rem;
}
.content_wrap .content_02 .desc h3 {
  position: relative;
  color: #12c9f0;
  font-size: 32rem;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.content_wrap .content_02 .desc h3::before, .content_wrap .content_02 .desc h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 40rem;
  height: 3px;
  background-color: #12c9f0;
  top: 50%;
  transform: translateY(-50%);
}
.content_wrap .content_02 .desc h3::before {
  left: -80rem;
}
.content_wrap .content_02 .desc h3::after {
  right: -80rem;
}
.content_wrap .content_02 .desc > p {
  margin-top: 30rem;
  text-align: center;
}
.content_wrap .content_02 .desc > .img_wrap {
  margin-top: 45rem;
  text-align: center;
}
.content_wrap .content_02 .desc ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 45rem;
}
.content_wrap .content_02 .desc ul li {
  width: 300rem;
}
.content_wrap .content_02 .desc ul h4 {
  font-size: 20rem;
  margin-top: 10rem;
  font-weight: bold;
}
.content_wrap .content_02 .desc ul p {
  margin-top: 10rem;
}
.content_wrap .content_03 {
  margin-top: 105rem;
}
.content_wrap .content_03 .ttl_wrap h2 {
  width: 391rem;
}
.content_wrap .content_03 .ttl_wrap h2::before {
  background-image: url(../img/deco_ttl_flow.png);
}
.content_wrap .content_03 .txt {
  text-align: center;
  margin-top: 65rem;
  font-size: 22rem;
}
.content_wrap .content_03 .flow_list {
  margin-top: 80rem;
  display: flex;
  gap: 170rem;
  justify-content: center;
  text-align: center;
}
.content_wrap .content_03 .flow_list .num {
  margin-top: 45rem;
  background-color: #00842c;
  width: 50rem;
  height: 50rem;
  font-size: 24rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.content_wrap .content_03 .flow_list h3 {
  margin-top: 30rem;
  font-size: 24rem;
  font-weight: bold;
}
.content_wrap .content_03 .flow_list .desc {
  margin-top: 10rem;
}
.content_wrap .content_03 .flow_list li {
  width: 160rem;
}
.content_wrap .content_03 .flow_list li:nth-child(2) .img_wrap {
  position: relative;
}
.content_wrap .content_03 .flow_list li:nth-child(2) .img_wrap::before, .content_wrap .content_03 .flow_list li:nth-child(2) .img_wrap::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/pic_arrow.png);
  width: 45rem;
  height: 41rem;
  background-repeat: no-repeat;
  background-size: 45rem;
  top: 50%;
  transform: translateY(-50%);
}
.content_wrap .content_03 .flow_list li:nth-child(2) .img_wrap::before {
  left: -110rem;
}
.content_wrap .content_03 .flow_list li:nth-child(2) .img_wrap::after {
  right: -110rem;
}
.content_wrap .content_04 {
  margin-top: 100rem;
}
.content_wrap .content_04 .ttl_wrap h2 {
  width: 386rem;
}
.content_wrap .content_04 .ttl_wrap h2::before {
  background-image: url(../img/deco_ttl_faq.png);
}
.content_wrap .content_04 dl {
  margin-top: 85rem;
}
.content_wrap .content_04 dl .faq_wrap {
  margin-top: 40rem;
  background-color: #fff3ec;
  padding-top: 30rem;
  padding-bottom: 20rem;
  padding-left: 100rem;
  padding-right: 65rem;
}
.content_wrap .content_04 dl .faq_wrap dt,
.content_wrap .content_04 dl .faq_wrap dd {
  position: relative;
  padding-left: 50rem;
}
.content_wrap .content_04 dl .faq_wrap dt::before,
.content_wrap .content_04 dl .faq_wrap dd::before {
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-style: italic;
}
.content_wrap .content_04 dl .faq_wrap dt {
  color: #f55700;
  font-size: 20rem;
  font-weight: bold;
}
.content_wrap .content_04 dl .faq_wrap dt::before {
  content: "Q.";
  font-size: 40rem;
  left: 0;
}
.content_wrap .content_04 dl .faq_wrap dd {
  margin-top: 35rem;
}
.content_wrap .content_04 dl .faq_wrap dd::before {
  color: #000000;
  opacity: 0.4;
  content: "A.";
  font-size: 32rem;
  font-weight: bold;
  left: 5rem;
}
.content_wrap .content_04 dl .faq_wrap:nth-child(1) {
  margin-top: 0;
}

.contact_wrap {
  margin-top: 150rem;
  position: relative;
  padding-bottom: 75rem;
}
.contact_wrap::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/bg_contact.png);
  background-size: contain;
  width: 776rem;
  height: 584rem;
  bottom: 0;
  right: 20rem;
  z-index: -1;
}
.contact_wrap .ttl_wrap h2 {
  width: 386rem;
}
.contact_wrap .ttl_wrap h2::before {
  background-image: url(../img/deco_ttl_contact.png);
}
.contact_wrap .txt {
  text-align: center;
  margin-top: 50rem;
  font-size: 22rem;
}

header {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  width: 100vw;
  height: 120rem;
top:0;
}
header .header_wrap {
  max-width: 1480rem;
  padding-left: 20rem;
  padding-right: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
header .header_wrap .logo {
  width: 100rem;
  margin-top: 15rem;
}
header .header_wrap .header_nav {
  margin-left: 120rem;
  line-height: 120rem;
}
header .header_wrap .header_nav ul {
  display: flex;
  gap: clamp(30rem, 2.34375vw, 45rem);
}
header .header_wrap .header_nav ul li a {
  font-weight: bold;
  position: relative;
  font-size: clamp(16rem, 1.0416666667vw, 20rem);
}
header .header_wrap .header_nav ul li a::after {
  display: block;
  content: "";
  position: absolute;
  width: 40rem;
  height: 2px;
  bottom: -5rem;
  transition: 0.2s;
  left: 50%;
  transform: translateX(-50%);
}
header .header_wrap .header_nav ul li a:hover::after {
  width: 100%;
  opacity: 0.6;
}
header .header_wrap .header_nav ul li.nav01 a::after {
  background-color: #ffd200;
}
header .header_wrap .header_nav ul li.nav02 a::after {
  background-color: #12c9f0;
}
header .header_wrap .header_nav ul li.nav03 a::after {
  background-color: #00d045;
}
header .header_wrap .header_nav ul li.nav04 a::after {
  background-color: #ff5a00;
}
header .header_wrap .contact {
  margin-right: 10rem;
  margin-left: auto;
  margin-top: 30rem;
}
header .header_wrap .contact .btn {
  background-color: #c20d22;
  width: 247rem;
  transition: 0.2s;
  transform: skewX(-15deg);
}
header .header_wrap .contact .btn:hover {
  filter: brightness(1.2);
}
header .header_wrap .contact .btn a {
  padding-left: 40rem;
  position: relative;
  transform: skewX(15deg);
  position: relative;
  display: block;
  height: 60rem;
  display: grid;
  place-items: center;
}
header .header_wrap .contact .btn a img {
  width: 143rem;
}
header .header_wrap .contact .btn a::before {
  position: absolute;
  content: "";
  display: block;
  width: 30rem;
  height: 20rem;
  background-size: contain;
  left: 30rem;
  top: calc(50% - 10rem);
  background-image: url(../img/ico_mail.png);
}
header .nav_btn_wrap {
  margin-left: auto;
  margin-top: 10rem;
  display: flex;
  gap: 25rem;
  align-items: center;
}
header .nav_btn_wrap .btn_contact {
  background-color: #c20d22;
  width: 230rem;
  transition: 0.2s;
  transform: skewX(-15deg);
  height: 60rem;
}
header .nav_btn_wrap .btn_contact:hover {
  filter: brightness(1.2);
}
header .nav_btn_wrap .btn_contact a {
  padding-left: 40rem;
  position: relative;
  transform: skewX(15deg);
  position: relative;
  display: block;
  height: 60rem;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 20rem;
  font-weight: bold;
}
header .nav_btn_wrap .btn_contact a::before {
  position: absolute;
  content: "";
  display: block;
  width: 25rem;
  height: 15rem;
  background-size: contain;
  left: 30rem;
  top: calc(50% - 7.5rem);
  background-image: url(../img/ico_mail.png);
  background-repeat: no-repeat;
}
header .nav_btn_wrap .btn_tel {
  background-color: #000;
  width: 230rem;
  transition: 0.2s;
  transform: skewX(-15deg);
  height: 60rem;
}
header .nav_btn_wrap .btn_tel:hover {
  filter: brightness(1.2);
}
header .nav_btn_wrap .btn_tel a {
  padding-left: 28rem;
  position: relative;
  transform: skewX(15deg);
  position: relative;
  display: block;
  height: 60rem;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 24rem;
  letter-spacing: 2px;
}
header .nav_btn_wrap .btn_tel a::before {
  position: absolute;
  content: "";
  display: block;
  width: 21rem;
  height: 29rem;
  background-size: contain;
  left: 20rem;
  top: calc(50% - 14.5rem);
  background-image: url(../img/ico_tel.png);
  background-repeat: no-repeat;
}

.ys-footer {
  margin-bottom: 15rem;
}
.ys-footer .logo {
  margin-top: 75rem;
  width: 83rem;
  margin-left: auto;
  margin-right: auto;
}
.ys-footer .desc {
  text-align: center;
  margin-top: 30rem;
  font-size: 15rem;
}
.ys-footer .copy {
  margin-top: 30rem;
  text-align: center;
  font-size: 14rem;
}

@media screen and (min-width: 681px) {
  .sp_block {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 0.0781860829vw;
  }
}
@media screen and (max-width: 680px) {
  .sp_none {
    display: none !important;
  }
  html {
    font-size: 0.2666666667vw;
  }
  body {
    line-height: 1.6;
    font-size: 13rem;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 335rem;
  }
  .s_inner {
    width: 335rem;
  }
  .mt_l {
    margin-top: 80rem;
  }
  .mt_m {
    margin-top: 40rem;
  }
  .mt_s {
    margin-top: 16rem;
  }
  .mv_wrap {
    margin-top: 60rem;
    background-image: url(../img/bg_kv_sp.jpg);
    max-width: unset;
    width: 100vw;
    height: 440rem;
    background-size: 100vw;
  }
  .mv_wrap .txt_wrap {
    padding-top: 80rem;
  }
  .mv_wrap .txt_wrap h1 {
    width: 338rem;
  }
  .mv_wrap .txt_wrap p {
    margin-top: 5rem;
    font-size: 12rem;
  }
  .mv_wrap .txt_wrap::after {
    width: 341rem;
    height: 327.5rem;
    background-image: url(../img/bg_ttl_mv_sp.png);
    background-size: 341rem;
    top: 100rem;
  }
  .mv_wrap .map {
    left: 0;
    top: 22.5rem;
    width: 328.5rem;
  }
  .needs_wrap {
    padding-top: 40rem;
    background-image: url(../img/bg_needs_sp.png);
    width: 100vw;
    height: 389rem;
  }
  .needs_wrap h2 {
    font-size: 20rem;
  }
  .needs_wrap ul {
    gap: 10rem 0;
    margin-top: 22.5rem;
  }
  .needs_wrap ul li {
    width: 160rem;
  }
  .needs_wrap .img_wrap {
    width: 78.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15rem;
  }
  .ttl_wrap h2 {
    margin-top: 10rem;
  }
  .ttl_wrap h2::before {
    width: 100vw;
    height: 10rem;
    left: calc(50% - 50vw);
  }
  .content_wrap {
    position: relative;
    overflow: hidden;
    margin-top: -37.5rem;
  }
  .content_wrap .bg_img:before {
    content: none;
  }
  .content_wrap .lead {
    padding-top: 80rem;
    margin-left: auto;
    margin-right: auto;
    width: 327rem;
  }
  .content_wrap .content_01 {
    margin-top: 37.5rem;
  }
  .content_wrap .content_01 .ttl_wrap h2 {
    width: 203.5rem;
  }
  .content_wrap .content_01 .ttl_wrap h2::before {
    background-image: url(../img/deco_ttl_furniture_sp.png);
  }
  .content_wrap .content_01 .furniture_list {
    margin-top: 55rem;
    width: 295rem;
    margin-left: auto;
    margin-right: auto;
  }
  .content_wrap .content_01 .furniture_list .furniture {
    display: block;
    margin-top: 45rem;
    position: relative;
  }
  .content_wrap .content_01 .furniture_list .furniture:nth-child(1) {
    margin-top: 0;
  }
  .content_wrap .content_01 .furniture_list .furniture:nth-child(2n) .txt_wrap .num {
    right: -20rem;
    left: unset;
  }
  .content_wrap .content_01 .furniture_list .furniture .txt_wrap {
    max-width: 480rem;
  }
  .content_wrap .content_01 .furniture_list .furniture .txt_wrap .num {
    font-size: 90rem;
    position: absolute;
    left: -20rem;
    top: -60rem;
  }
  .content_wrap .content_01 .furniture_list .furniture .txt_wrap h3 {
    font-size: 20rem;
    margin-top: 10rem;
    line-height: 1.2;
  }
  .content_wrap .content_01 .furniture_list .furniture .txt_wrap .txt {
    margin-top: 5rem;
  }
  .content_wrap .content_02 {
    margin-top: 75rem;
  }
  .content_wrap .content_02 .ttl_wrap h2 {
    width: 231rem;
  }
  .content_wrap .content_02 .ttl_wrap h2::before {
    background-image: url(../img/deco_ttl_service_sp.png);
  }
  .content_wrap .content_02 .desc {
    margin-top: 35rem;
  }
  .content_wrap .content_02 .desc h3 {
    font-size: 20rem;
  }
  .content_wrap .content_02 .desc h3::before, .content_wrap .content_02 .desc h3::after {
    width: 20rem;
  }
  .content_wrap .content_02 .desc h3::before {
    left: -35rem;
  }
  .content_wrap .content_02 .desc h3::after {
    right: -35rem;
  }
  .content_wrap .content_02 .desc > p {
    margin-top: 18rem;
    text-align: left;
  }
  .content_wrap .content_02 .desc > .img_wrap {
    margin-top: 25rem;
  }
  .content_wrap .content_02 .desc ul {
    margin-top: 30rem;
    gap: 3rem;
  }
  .content_wrap .content_02 .desc ul h4 {
    margin-top: 5rem;
    font-weight: bold;
  }
  .content_wrap .content_02 .desc ul p {
    margin-top: 10rem;
  }
  .content_wrap .content_02 .desc:nth-child(2) ul {
    display: block;
    width: 295rem;
    margin-left: auto;
    margin-right: auto;
  }
  .content_wrap .content_02 .desc:nth-child(2) ul li:nth-child(n+2) {
    margin-top: 20rem;
  }
  .content_wrap .content_03 {
    margin-top: 70rem;
  }
  .content_wrap .content_03 .ttl_wrap h2 {
    width: 171rem;
  }
  .content_wrap .content_03 .ttl_wrap h2::before {
    background-image: url(../img/deco_ttl_flow_sp.png);
  }
  .content_wrap .content_03 .txt {
    margin-top: 15rem;
    font-size: 14rem;
  }
  .content_wrap .content_03 .flow_list {
    margin-top: 25rem;
    display: block;
  }
  .content_wrap .content_03 .flow_list .num {
    margin-top: auto;
    width: 25rem;
    height: 25rem;
    font-size: 17rem;
    display: inline-block;
  }
  .content_wrap .content_03 .flow_list h3 {
    margin-top: auto;
    font-size: 20rem;
    display: inline-block;
  }
  .content_wrap .content_03 .flow_list .desc {
    text-align: left;
    margin-top: 5rem;
    margin-left: 15rem;
  }
  .content_wrap .content_03 .flow_list li {
    display: flex;
    align-items: center;
    width: 295rem;
    margin-left: auto;
    margin-right: auto;
    gap: 33rem;
    justify-content: center;
  }
  .content_wrap .content_03 .flow_list li .img_wrap {
    width: 96rem;
  }
  .content_wrap .content_03 .flow_list li .txt_wrap {
    width: 175rem;
  }
  .content_wrap .content_03 .flow_list li:nth-child(n+2) {
    margin-top: 70rem;
  }
  .content_wrap .content_03 .flow_list li:nth-child(2) {
    position: relative;
  }
  .content_wrap .content_03 .flow_list li:nth-child(2)::before, .content_wrap .content_03 .flow_list li:nth-child(2)::after {
    content: "";
    background-image: url(../img/pic_arrow_down.png);
    width: 24.5rem;
    height: 27rem;
    background-size: 24.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    position: absolute;
  }
  .content_wrap .content_03 .flow_list li:nth-child(2)::before {
    top: -50rem;
  }
  .content_wrap .content_03 .flow_list li:nth-child(2)::after {
    top: unset;
    bottom: -50rem;
  }
  .content_wrap .content_03 .flow_list li:nth-child(2) .img_wrap::before, .content_wrap .content_03 .flow_list li:nth-child(2) .img_wrap::after {
    content: none;
  }
  .content_wrap .content_04 {
    margin-top: 70rem;
  }
  .content_wrap .content_04 .ttl_wrap h2 {
    width: 169rem;
  }
  .content_wrap .content_04 .ttl_wrap h2::before {
    background-image: url(../img/deco_ttl_faq_sp.png);
  }
  .content_wrap .content_04 dl {
    margin-top: 30rem;
  }
  .content_wrap .content_04 dl .faq_wrap {
    margin-top: 12.5rem;
    padding-top: 15rem;
    padding-bottom: 15rem;
    padding-left: 13rem;
    padding-right: 20rem;
  }
  .content_wrap .content_04 dl .faq_wrap dt,
  .content_wrap .content_04 dl .faq_wrap dd {
    padding-left: 25rem;
  }
  .content_wrap .content_04 dl .faq_wrap dt::before,
  .content_wrap .content_04 dl .faq_wrap dd::before {
    top: -5rem;
    transform: none;
  }
  .content_wrap .content_04 dl .faq_wrap dt {
    font-size: 16rem;
  }
  .content_wrap .content_04 dl .faq_wrap dt::before {
    font-size: 24rem;
    left: 0;
  }
  .content_wrap .content_04 dl .faq_wrap dd {
    margin-top: 12.5rem;
  }
  .content_wrap .content_04 dl .faq_wrap dd::before {
    font-size: 20rem;
    left: 5rem;
  }
  .content_wrap .content_04 dl .faq_wrap:nth-child(1) {
    margin-top: 0;
  }
  .contact_wrap {
    margin-top: 72.5rem;
  }
  .contact_wrap::after {
    content: unset;
  }
  .contact_wrap .ttl_wrap h2 {
    width: 174rem;
  }
  .contact_wrap .ttl_wrap h2::before {
    background-image: url(../img/deco_ttl_contact_sp.png);
  }
  .contact_wrap .txt {
    text-align: center;
    margin-top: 25rem;
    font-size: 14rem;
  }
  header {
    height: 60rem;
  }
  header .header_wrap {
    position: relative;
    width: 100%;
  }
  header .header_wrap .logo {
    width: 49.5rem;
    margin-top: 8rem;
    margin-left: 20rem;
  }
  header .header_wrap .header_nav {
    margin-left: 0;
    padding-left: 100rem;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background: linear-gradient(90deg, transparent 0%, transparent 100rem, #fff 100rem, #fff 100%);
    transition: ease 0.4s;
    line-height: unset;
  }
  header .header_wrap .header_nav ul {
    display: block;
    margin-top: 110rem;
    padding-left: 21.5rem;
  }
  header .header_wrap .header_nav ul li {
    margin-top: 32.5rem;
  }
  header .header_wrap .header_nav ul li a {
    font-size: 16rem;
  }
  header .header_wrap .header_nav ul li a::after {
    bottom: -5rem;
    left: 0;
    transform: none;
  }
  header .header_wrap .header_nav ul li:first-child {
    margin-top: 0;
  }
  header .header_wrap .header_nav.active {
    transform: translateX(0);
  }
  header .header_wrap .header_hamburger {
    width: 32rem;
    padding: 0;
  }
  header .header_wrap .hamburger {
    background-color: transparent;
    border-color: transparent;
    right: 20rem;
    top: 20rem;
    position: absolute;
  }
  header .header_wrap .hamburger span {
    width: 100%;
    height: 1px;
    background-color: #030000;
    position: relative;
    transition: ease 0.4s;
    display: block;
    z-index: 999;
  }
  header .header_wrap .hamburger span:nth-child(1) {
    top: 0;
  }
  header .header_wrap .hamburger span:nth-child(2) {
    margin: 10rem 0;
  }
  header .header_wrap .hamburger.active {
    right: 15rem;
  }
  header .header_wrap .hamburger.active span:nth-child(1) {
    top: 10rem;
    transform: rotate(45deg);
  }
  header .header_wrap .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  header .header_wrap .hamburger.active span:nth-child(3) {
    top: -13rem;
    transform: rotate(-45deg);
  }
  .ys-footer {
    margin-bottom: 75rem;
  }
  .ys-footer .sp_fixed_nav {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 45rem;
    z-index: 999;
  }
  .ys-footer .sp_fixed_nav .sp_btn_tel,
  .ys-footer .sp_fixed_nav .sp_btn_contact {
    width: 50%;
  }
  .ys-footer .sp_fixed_nav .sp_btn_tel a,
  .ys-footer .sp_fixed_nav .sp_btn_contact a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .ys-footer .sp_fixed_nav .sp_btn_contact {
    position: relative;
  }
  .ys-footer .sp_fixed_nav .sp_btn_contact a {
    background-color: #c20d22;
    color: #fff;
    font-size: 17rem;
    font-weight: bold;
    padding-left: 15rem;
  }
  .ys-footer .sp_fixed_nav .sp_btn_contact a::before {
    position: absolute;
    content: "";
    display: block;
    width: 21rem;
    height: 12rem;
    background-size: contain;
    left: 20rem;
    top: calc(50% - 6rem);
    background-image: url(../img/ico_mail_sp.png);
    background-repeat: no-repeat;
  }
  .ys-footer .sp_fixed_nav .sp_btn_tel a {
    background-color: #1A121C;
    color: #fff;
    font-weight: bold;
    font-size: 20rem;
    padding-left: 20rem;
    position: relative;
  }
  .ys-footer .sp_fixed_nav .sp_btn_tel a::before {
    position: absolute;
    content: "";
    display: block;
    width: 16rem;
    height: 22rem;
    background-size: contain;
    left: 25rem;
    top: calc(50% - 11rem);
    background-image: url(../img/ico_tel.png);
    background-repeat: no-repeat;
  }
  .ys-footer .btm_contact {
    position: fixed;
    bottom: 0;
    background-color: #c20d22;
    z-index: 999;
  }
  .ys-footer .btm_contact a {
    display: block;
    height: 45rem;
    line-height: 45rem;
    width: 100vw;
    display: grid;
    place-items: center;
    position: relative;
  }
  .ys-footer .btm_contact a::before {
    position: absolute;
    content: "";
    display: block;
    width: 23rem;
    height: 14rem;
    background-size: contain;
    left: 115rem;
    top: calc(50% - 7rem);
    background-image: url(../img/ico_mail_sp.png);
  }
  .ys-footer .btm_contact a img {
    width: 101rem;
    margin-left: 15rem;
  }
  .ys-footer .logo {
    margin-top: 55rem;
    width: 102rem;
  }
  .ys-footer .desc {
    text-align: left;
    margin-top: 25rem;
    font-size: 12rem;
  }
  .ys-footer .copy {
    margin-top: 25rem;
    font-size: 11rem;
  }
}/*# sourceMappingURL=style.css.map */