@charset "UTF-8";
/* Scss Document */
/*------------------------------------------------- common =================================================*/
body {
  font-size: 4vw;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  color: #444;
  background: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  font-feature-settings: "palt";
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 926px) {
  body {
    font-size: 16px;
  }
}

a, input[type=button], input[type=submit], button {
  color: #444;
  text-decoration: underline;
}
@media (min-width: 926px) {
  a, input[type=button], input[type=submit], button {
    transition: 0.3s;
  }
  a:hover, input[type=button]:hover, input[type=submit]:hover, button:hover {
    text-decoration: none;
    opacity: 0.5;
  }
}
a:visited, input[type=button]:visited, input[type=submit]:visited, button:visited {
  color: #444;
}

.sp-only {
  display: block !important;
}
@media (min-width: 926px) {
  .sp-only {
    display: none !important;
  }
}

.pc-only {
  display: none !important;
}
@media (min-width: 926px) {
  .pc-only {
    display: block !important;
  }
}

.inner {
  padding: 13.3333333333vw 5.3333333333vw;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 926px) {
  .inner {
    padding: 100px 50px;
    max-width: 1100px;
    margin: 0 auto;
  }
}

section, nav, header, footer, article, p, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  color: #222;
  font-weight: 700;
  text-align: center;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
}

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

/*メインビジュアル------------------------------------------*/
#mv {
  position: relative;
  background: #f08200;
}
@media (min-width: 926px) {
  #mv {
    height: 640px;
    display: flex;
    align-items: center;
  }
}
#mv::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: url("../images/mv-sp2.webp") no-repeat bottom center/contain;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media (min-width: 926px) {
  #mv::after {
    background: url("../images/mv-pc2.webp") no-repeat bottom center/contain;
    width: 1600px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#mv .inner {
  position: relative;
  z-index: 2;
  padding: 0 5.3333333333vw;
  height: 149.3333333333vw;
}
@media (min-width: 926px) {
  #mv .inner {
    padding: 0 50px;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
#mv .inner .txt-area {
  position: relative;
  z-index: 4;
}
#mv .inner .txt-area .sub {
  color: #fbf54e;
  font-size: 3.7333333333vw;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16vw 0 0 0;
}
@media (min-width: 926px) {
  #mv .inner .txt-area .sub {
    font-size: 28px;
    text-align: left;
    justify-content: flex-start;
    padding: 0;
    margin: 0 0 0 15px;
  }
}
#mv .inner .txt-area .sub::before, #mv .inner .txt-area .sub::after {
  content: "";
  display: inline-block;
  background: #fbf54e;
  width: 0.2666666667vw;
  height: 6.6666666667vw;
}
@media (min-width: 926px) {
  #mv .inner .txt-area .sub::before, #mv .inner .txt-area .sub::after {
    width: 2px;
    height: 50px;
  }
}
#mv .inner .txt-area .sub::before {
  transform: rotate(-30deg);
  margin: 0 2.6666666667vw 0 0;
}
@media (min-width: 926px) {
  #mv .inner .txt-area .sub::before {
    margin: 0 20px 0 0;
  }
}
#mv .inner .txt-area .sub::after {
  transform: rotate(30deg);
  margin: 0 0 0 2.6666666667vw;
}
@media (min-width: 926px) {
  #mv .inner .txt-area .sub::after {
    margin: 0 0 0 20px;
  }
}
#mv .inner .txt-area h1 {
  margin: 1.3333333333vw 0 0 0;
  font-size: 9.0666666667vw;
  font-weight: 800;
  line-height: 1.4117647059;
  color: #fff;
  text-align: center;
}
@media (min-width: 926px) {
  #mv .inner .txt-area h1 {
    margin: 10px 0 0 0;
    font-size: 70px;
    line-height: 95px;
    text-align: left;
  }
}
#mv .inner .txt-area .credit {
  font-size: 2.6666666667vw;
  line-height: 1;
  font-weight: 200;
  color: #fff;
  text-align: center;
  margin: 2.6666666667vw 0 0 0;
}
@media (min-width: 926px) {
  #mv .inner .txt-area .credit {
    font-size: 12px;
    text-align: left;
    margin: 20px 0 0 0;
  }
}
#mv .inner .txt-area .banner {
  margin: 5.3333333333vw 0 0 0;
}
@media (min-width: 926px) {
  #mv .inner .txt-area .banner {
    margin: 40px 0 0 0;
  }
}
#mv .inner .txt-area .banner a {
  display: inline-block;
  position: relative;
}
@media (min-width: 926px) {
  #mv .inner .txt-area .banner a {
    width: 480px;
  }
}
#mv .inner .txt-area .banner a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #222;
  box-sizing: border-box;
  box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.05);
}
@media (min-width: 926px) {
  #mv .inner .txt-area .banner a::before {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
}
#mv .inner .img-area {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 48vw;
}
@media (min-width: 926px) {
  #mv .inner .img-area {
    left: auto;
    transform: none;
    right: -20px;
    width: 366px;
  }
}

/*こんなお悩みありませんか------------------------------------------*/
#trouble {
  background: url("../images/trouble-bg.webp") no-repeat center center/cover;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10.6666666667vw + 5.3333333333vw), calc(50% + 5.3333333333vw) calc(100% - 10.6666666667vw + 5.3333333333vw), 50% 100%, calc(50% - 5.3333333333vw) calc(100% - 10.6666666667vw + 5.3333333333vw), 0 calc(100% - 10.6666666667vw + 5.3333333333vw));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10.6666666667vw + 5.3333333333vw), calc(50% + 5.3333333333vw) calc(100% - 10.6666666667vw + 5.3333333333vw), 50% 100%, calc(50% - 5.3333333333vw) calc(100% - 10.6666666667vw + 5.3333333333vw), 0 calc(100% - 10.6666666667vw + 5.3333333333vw));
}
@media (min-width: 926px) {
  #trouble {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px + 50px), calc(50% + 50px) calc(100% - 100px + 50px), 50% 100%, calc(50% - 50px) calc(100% - 100px + 50px), 0 calc(100% - 100px + 50px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px + 50px), calc(50% + 50px) calc(100% - 100px + 50px), 50% 100%, calc(50% - 50px) calc(100% - 100px + 50px), 0 calc(100% - 100px + 50px));
  }
}
#trouble .inner {
  padding: 13.3333333333vw 5.3333333333vw 16vw;
}
@media (min-width: 926px) {
  #trouble .inner {
    padding: 100px 50px 130px;
  }
}
#trouble .inner h2 {
  font-size: 6.6666666667vw;
  color: #fff;
  line-height: 1;
}
@media (min-width: 926px) {
  #trouble .inner h2 {
    font-size: 40px;
  }
}
#trouble .inner h2 b {
  font-size: 8vw;
}
@media (min-width: 926px) {
  #trouble .inner h2 b {
    font-size: 50px;
  }
}
#trouble .inner h2 b span {
  position: relative;
  display: inline-block;
}
#trouble .inner h2 b span::before {
  content: "";
  position: absolute;
  top: -2.6666666667vw;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  background: #d5220f;
  border-radius: 50%;
}
@media (min-width: 926px) {
  #trouble .inner h2 b span::before {
    top: -15px;
    width: 10px;
    height: 10px;
  }
}
#trouble .inner .list {
  background: #fff;
  margin: 8vw 0 0 0;
  padding: 5.3333333333vw;
}
@media (min-width: 926px) {
  #trouble .inner .list {
    margin: 60px 0 0 0;
    padding: 60px;
  }
}
#trouble .inner .list ul {
  margin: -4vw 0 0 0;
}
@media (min-width: 926px) {
  #trouble .inner .list ul {
    margin: -40px 0 0 0;
  }
}
#trouble .inner .list ul li {
  margin: 4vw 0 0 0;
  font-size: 4vw;
  line-height: 5.8666666667vw;
  padding-left: 9.3333333333vw;
  position: relative;
}
@media (min-width: 926px) {
  #trouble .inner .list ul li {
    margin: 40px 0 0 0;
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1;
    padding-left: 60px;
    display: flex;
    align-items: center;
    min-height: 40px;
  }
}
#trouble .inner .list ul li::before {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="79.938" height="68.062" viewBox="0 0 39.969 34.031"><path fill="%23d5220f" d="M402.619,906.257c-10.566,5.8-21.261,22.3-21.261,22.3l-9.652-10.828-5.74,5.413,13.956,17.143,5.087-.193c6.523-19.335,20.937-32.29,20.937-32.29Z" transform="translate(-365.969 -906.25)"/></svg>') no-repeat 0 center/contain;
  width: 5.3333333333vw;
  height: 4.5333333333vw;
  position: absolute;
  left: 0.8vw;
  top: 50%;
  transform: translateY(calc(-50% - 0.8vw));
  z-index: 2;
}
@media (min-width: 926px) {
  #trouble .inner .list ul li::before {
    width: 40px;
    height: 34px;
    left: 6px;
    transform: translateY(calc(-50% - 6px));
  }
}
#trouble .inner .list ul li::after {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #aaa;
}
@media (min-width: 926px) {
  #trouble .inner .list ul li::after {
    width: 40px;
    height: 40px;
  }
}
#trouble .inner .list ul li span {
  font-weight: 700;
  color: #d5220f;
  display: block;
}
@media (min-width: 926px) {
  #trouble .inner .list ul li span {
    display: inline-block;
    font-size: clamp(22px, 2vw, 25px);
    margin: 0 0 0 5px;
  }
}

/*弊社にご相談ください------------------------------------------*/
#consultation {
  background: #fff;
  position: relative;
  z-index: 1;
}
#consultation::before {
  content: "";
  background: url("../images/house-sp.svg") no-repeat bottom center/contain;
  width: 100%;
  height: 12vw;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 926px) {
  #consultation::before {
    background: url("../images/house-pc.svg") repeat-x bottom center/contain;
    height: 100px;
  }
}
#consultation .inner {
  padding: 8vw 5.3333333333vw 25.3333333333vw;
}
@media (min-width: 926px) {
  #consultation .inner {
    padding: 50px 50px 200px;
  }
}
#consultation .inner h2 {
  font-size: 8vw;
  line-height: 1;
}
@media (min-width: 926px) {
  #consultation .inner h2 {
    font-size: 50px;
  }
}
#consultation .inner h2 span {
  font-size: 4.2666666667vw;
  display: block;
  margin: 0 0 2.6666666667vw 0;
}
@media (min-width: 926px) {
  #consultation .inner h2 span {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
}
#consultation .inner .campany-info {
  margin: 8vw 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw 0;
}
@media (min-width: 926px) {
  #consultation .inner .campany-info {
    margin: 60px auto 0;
    flex-direction: row;
    justify-content: space-between;
    width: 800px;
    gap: 0 40px;
  }
}
#consultation .inner .campany-info .logo {
  width: 40vw;
  margin: 0 auto;
}
@media (min-width: 926px) {
  #consultation .inner .campany-info .logo {
    width: calc(50% - 20px);
    height: 200px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
}
#consultation .inner .campany-info .logo svg {
  width: 100%;
  height: auto;
}
@media (min-width: 926px) {
  #consultation .inner .campany-info .logo svg {
    width: 200px;
  }
}
@media (min-width: 926px) {
  #consultation .inner .campany-info p {
    margin: 0;
    width: calc(50% - 20px);
  }
}
#consultation .inner .slider-web {
  margin: 8vw 0 0 0;
}
@media (min-width: 926px) {
  #consultation .inner .slider-web {
    margin: 60px 0 0 0;
  }
}
#consultation .inner .slider-web h3 {
  font-size: 5.3333333333vw;
  line-height: 1;
  color: #fff;
  background: #222;
  height: 13.3333333333vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
}
@media (min-width: 926px) {
  #consultation .inner .slider-web h3 {
    font-size: 25px;
    height: 70px;
    border-radius: 10px 10px 0 0;
  }
}
#consultation .inner .slider-web .slider-frame {
  position: relative;
  border: 2px solid #222;
  border-top: none;
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  padding: 8.5333333333vw 0 19.2vw;
}
@media (min-width: 926px) {
  #consultation .inner .slider-web .slider-frame {
    border-radius: 0 0 10px 10px;
    padding: 52px 42px;
  }
}
@media (min-width: 926px) {
  #consultation .inner .slider-web .slider-frame .swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 4%;
  }
}
@media (min-width: 926px) {
  #consultation .inner .slider-web .slider-frame .swiper .swiper-wrapper .swiper-slide {
    width: 30.4%;
  }
}
#consultation .inner .slider-web .slider-frame .swiper .swiper-wrapper .swiper-slide .txt-area h4 {
  line-height: 1;
  font-size: 4.5333333333vw;
  margin: 4vw 0 0 0;
}
@media (min-width: 926px) {
  #consultation .inner .slider-web .slider-frame .swiper .swiper-wrapper .swiper-slide .txt-area h4 {
    font-size: 18px;
    margin: 20px 0 0 0;
  }
}
#consultation .inner .slider-web .slider-frame .swiper .swiper-wrapper .swiper-slide .txt-area p {
  line-height: 1;
  font-size: 3.2vw;
  color: #aaa;
  text-align: center;
  margin: 2.6666666667vw 0 0 0;
}
@media (min-width: 926px) {
  #consultation .inner .slider-web .slider-frame .swiper .swiper-wrapper .swiper-slide .txt-area p {
    font-size: 13px;
    margin: 10px 0 0 0;
  }
}
#consultation .inner .slider-line {
  margin: 8vw 0 0 0;
}
@media (min-width: 926px) {
  #consultation .inner .slider-line {
    margin: 60px 0 0 0;
  }
}
#consultation .inner .slider-line h3 {
  font-size: 5.3333333333vw;
  line-height: 1;
  color: #fff;
  background: #f08200;
  height: 13.3333333333vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
}
@media (min-width: 926px) {
  #consultation .inner .slider-line h3 {
    font-size: 25px;
    height: 70px;
    border-radius: 10px 10px 0 0;
  }
}
#consultation .inner .slider-line .slider-frame {
  position: relative;
  border: 2px solid #f08200;
  border-top: none;
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  padding: 8.5333333333vw 0 19.2vw;
}
@media (min-width: 926px) {
  #consultation .inner .slider-line .slider-frame {
    border-radius: 0 0 10px 10px;
    padding: 52px;
  }
}
@media (min-width: 926px) {
  #consultation .inner .slider-line .slider-frame .swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 820px;
    margin: 0 auto;
    gap: 40px 4%;
  }
}
@media (min-width: 926px) {
  #consultation .inner .slider-line .slider-frame .swiper .swiper-wrapper .swiper-slide {
    width: 47.56%;
  }
}
#consultation .inner .slider-line .slider-frame .swiper-button-next, #consultation .inner .slider-line .slider-frame .swiper-button-prev {
  background: #f08200;
}
#consultation .inner .slider-line .slider-frame .swiper-pagination-bullet {
  background-color: #f08200;
}

/*メリット------------------------------------------*/
#merit {
  background: #f08200;
}
#merit .inner h2 {
  font-size: 8vw;
  line-height: 1;
  color: #fff;
}
@media (min-width: 926px) {
  #merit .inner h2 {
    font-size: 50px;
  }
}
#merit .inner h2 span {
  font-size: 5.3333333333vw;
  display: block;
  margin: 0 0 2.6666666667vw 0;
}
@media (min-width: 926px) {
  #merit .inner h2 span {
    font-size: 25px;
    margin: 0 0 20px 0;
  }
}
#merit .inner .frame {
  margin: 8vw 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw 0;
}
@media (min-width: 926px) {
  #merit .inner .frame {
    margin: 60px 0 0 0;
    flex-direction: row;
    justify-content: space-between;
    gap: 0 40px;
  }
}
#merit .inner .frame .block {
  margin: 0;
  background: #fff;
  padding: 8vw 5.3333333333vw;
  border-radius: 2.6666666667vw;
  width: 100%;
}
@media (min-width: 926px) {
  #merit .inner .frame .block {
    padding: 40px;
    border-radius: 10px;
    width: calc(50% - 20px);
  }
}
#merit .inner .frame .block h3 {
  font-size: 6.6666666667vw;
  color: #f08200;
  line-height: 1;
}
@media (min-width: 926px) {
  #merit .inner .frame .block h3 {
    font-size: 35px;
  }
}
#merit .inner .frame .block h3 span {
  font-size: 4.2666666667vw;
  display: block;
  margin: 0 0 1.3333333333vw 0;
}
@media (min-width: 926px) {
  #merit .inner .frame .block h3 span {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
}
#merit .inner .frame .block .img {
  margin: 5.3333333333vw 0 0 0;
  width: 100%;
  height: 53.3333333333vw;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 926px) {
  #merit .inner .frame .block .img {
    margin: 30px 0 0 0;
    height: 270px;
  }
}
#merit .inner .frame .block .img img {
  height: 40vw;
  width: auto;
}
@media (min-width: 926px) {
  #merit .inner .frame .block .img img {
    height: 200px;
  }
}
#merit .inner .frame .block P {
  margin: 4vw 0 0 0;
}
@media (min-width: 926px) {
  #merit .inner .frame .block P {
    margin: 25px 0 0 0;
  }
}

/*機能------------------------------------------*/
#function {
  background: #fdf2e5;
}
#function .inner h2 {
  font-size: 8vw;
  line-height: 1;
}
@media (min-width: 926px) {
  #function .inner h2 {
    font-size: 50px;
  }
}
#function .inner h2 span {
  font-size: 5.3333333333vw;
  display: block;
  margin: 0 0 2.6666666667vw 0;
}
@media (min-width: 926px) {
  #function .inner h2 span {
    font-size: 25px;
    margin: 0 0 20px 0;
  }
}
#function .inner .lead {
  margin: 8vw 0 0 0;
}
@media (min-width: 926px) {
  #function .inner .lead {
    margin: 60px 0 0 0;
    text-align: center;
  }
}
#function .inner .card {
  counter-reset: card-number;
  display: flex;
  flex-wrap: wrap;
  gap: 2.6666666667vw;
  margin: 8vw 0 0 0;
}
@media (min-width: 926px) {
  #function .inner .card {
    gap: 10px;
    margin: 60px 0 0 0;
  }
}
#function .inner .card .card-item {
  width: calc(50% - 1.3333333333vw);
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1;
  height: 18.6666666667vw;
  background: #f08200;
  border-radius: 2.6666666667vw;
  box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
@media (min-width: 926px) {
  #function .inner .card .card-item {
    width: calc(20% - 8px);
    height: 100px;
    font-size: clamp(18px, 2vw, 20px);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
}
#function .inner .card .card-item::before {
  content: "#" counter(card-number, decimal-leading-zero);
  counter-increment: card-number;
  position: absolute;
  top: 2.6666666667vw;
  left: 2.6666666667vw;
  font-size: 2.6666666667vw;
  line-height: 1;
  color: #fff;
  font-family: din-2014, sans-serif;
  font-weight: 400;
}
@media (min-width: 926px) {
  #function .inner .card .card-item::before {
    top: 10px;
    left: 10px;
    font-size: 12px;
  }
}
#function .inner .card .card-item::after {
  content: "";
  position: absolute;
  bottom: 2.6666666667vw;
  right: 2.6666666667vw;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 10 10"><path fill="%23ffffff" d="M173,3428h-4v4h-2v-4h-4v-2h4v-4h2v4h4v2Z" transform="translate(-163 -3422)"/></svg>') no-repeat 0 center/contain;
  height: 2.6666666667vw;
  width: 2.6666666667vw;
  line-height: 1;
}
@media (min-width: 926px) {
  #function .inner .card .card-item::after {
    bottom: 10px;
    right: 10px;
    height: 10px;
    width: 10px;
  }
}
#function .inner .accordion-btn {
  margin: 5.3333333333vw 0 0 0;
  cursor: pointer;
  width: 100%;
  height: 13.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  color: #f08200;
  position: relative;
  border-radius: 2.6666666667vw;
  box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.05);
}
@media (min-width: 926px) {
  #function .inner .accordion-btn {
    cursor: inherit;
    margin: 40px 0 0 0;
    height: auto;
    padding: 40px 0 20px;
    font-size: 25px;
    font-weight: 700;
    color: #222;
    border-radius: 10px 10px 0 0;
    box-shadow: none;
  }
}
#function .inner .accordion-btn::after {
  content: "";
  position: absolute;
  right: 2.6666666667vw;
  top: 50%;
  transform: translateY(-50%);
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20.752" height="12.76" viewBox="0 0 10.376 6.38"><path fill="%23f08200" d="M344.682,3565.23l-4.95,4.95-0.232-.23-0.232.23-4.95-4.95,1.414-1.41,3.768,3.77,3.768-3.77Z" transform="translate(-334.312 -3563.81)"/></svg>') no-repeat 0 center/contain;
  width: 2.6666666667vw;
  height: 1.6vw;
}
@media (min-width: 926px) {
  #function .inner .accordion-btn::after {
    display: none;
  }
}
#function .inner .accordion-btn.open {
  box-shadow: none;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
}
@media (min-width: 926px) {
  #function .inner .accordion-btn.open {
    border-radius: 10px 10px 0 0;
  }
}
#function .inner .accordion-btn.open::after {
  transform: translateY(-50%) scaleY(-1);
}
#function .inner .accordion-content {
  background: #fff;
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
}
@media (min-width: 926px) {
  #function .inner .accordion-content {
    height: 100% !important;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 40px 40px 40px;
  }
}
#function .inner .accordion-content dl {
  border-top: 1px solid #eee;
  padding: 5.3333333333vw;
}
@media (min-width: 926px) {
  #function .inner .accordion-content dl {
    border: 1px solid #eee;
    padding: 30px;
    width: 50%;
    margin: 0 0 -1px 0;
  }
}
@media (min-width: 926px) {
  #function .inner .accordion-content dl:nth-child(2n) {
    margin: 0 0 -1px -1px;
  }
}
#function .inner .accordion-content dl dt {
  font-weight: 700;
  color: #222;
  position: relative;
  line-height: 1;
  padding: 0 0 0 2.6666666667vw;
}
@media (min-width: 926px) {
  #function .inner .accordion-content dl dt {
    font-size: 16px;
    padding: 0 0 0 10px;
  }
}
#function .inner .accordion-content dl dt::before {
  content: "";
  background: #f08200;
  height: 1.3333333333vw;
  width: 1.3333333333vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (min-width: 926px) {
  #function .inner .accordion-content dl dt::before {
    height: 5px;
    width: 5px;
  }
}
#function .inner .accordion-content dl dd {
  margin: 2.6666666667vw 0 0 0;
  font-size: 3.4666666667vw;
  line-height: 5.3333333333vw;
}
@media (min-width: 926px) {
  #function .inner .accordion-content dl dd {
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 1.5;
  }
}

/*デモアカウント------------------------------------------*/
#demo {
  background: #fff;
}
#demo .inner {
  padding: 13.3333333333vw 5.3333333333vw 10.6666666667vw;
}
@media (min-width: 926px) {
  #demo .inner {
    padding: 100px 50px 80px;
  }
}
#demo .inner h2 {
  font-size: 8vw;
  line-height: 1;
}
@media (min-width: 926px) {
  #demo .inner h2 {
    font-size: 50px;
  }
}
#demo .inner h2 span {
  font-size: 5.3333333333vw;
  display: block;
  margin: 0 0 2.6666666667vw 0;
}
@media (min-width: 926px) {
  #demo .inner h2 span {
    font-size: 25px;
    margin: 0 0 20px 0;
  }
}
#demo .inner .lead {
  margin: 8vw 0 0 0;
}
@media (min-width: 926px) {
  #demo .inner .lead {
    margin: 60px 0 0 0;
    text-align: center;
  }
}
#demo .inner .account {
  margin: 8vw 0 0 0;
}
@media (min-width: 926px) {
  #demo .inner .account {
    margin: 60px auto 0;
    width: 456px;
  }
}
#demo .inner .account h3 {
  font-size: 5.3333333333vw;
  line-height: 1;
  color: #fff;
  background: #f08200;
  height: 13.3333333333vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
}
@media (min-width: 926px) {
  #demo .inner .account h3 {
    font-size: 25px;
    height: 70px;
    border-radius: 10px 10px 0 0;
  }
}
#demo .inner .account .account-frame {
  border: 2px solid #f08200;
  border-top: none;
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  padding: 8.5333333333vw 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media (min-width: 926px) {
  #demo .inner .account .account-frame {
    border-radius: 0 0 10px 10px;
    padding: 42px;
    flex-direction: row;
    justify-content: space-between;
    width: 456px;
  }
}
#demo .inner .account .account-frame .left-area {
  width: 37.3333333333vw;
}
@media (min-width: 926px) {
  #demo .inner .account .account-frame .left-area {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#demo .inner .account .account-frame .left-area .tit {
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 6.4vw;
  color: #222;
}
@media (min-width: 926px) {
  #demo .inner .account .account-frame .left-area .tit {
    font-size: 20px;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#demo .inner .account .account-frame .left-area .bana {
  margin: 2.6666666667vw 0 0 0;
}
@media (min-width: 926px) {
  #demo .inner .account .account-frame .left-area .bana {
    margin: 20px 0 0 0;
  }
}
#demo .inner .account .account-frame .left-area .bana a {
  display: block;
  position: relative;
}
#demo .inner .account .account-frame .left-area .bana a::before {
  content: "";
  position: absolute;
  top: 1.3333333333vw;
  right: 1.3333333333vw;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 10 10"><path fill="%23ffffff" d="M584,5565h-7v-8h8v8h-1Zm0-7h-6v6h6v-6Zm-1,9h-8v-8h1v7h7v1Z" transform="translate(-575 -5557)"/></svg>') no-repeat 0 center/contain;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
}
@media (min-width: 926px) {
  #demo .inner .account .account-frame .left-area .bana a::before {
    top: 5px;
    right: 5px;
    width: 10px;
    height: 10px;
  }
}
#demo .inner .account .account-frame .left-area .qr {
  display: none;
}
@media (min-width: 926px) {
  #demo .inner .account .account-frame .left-area .qr {
    display: block;
    width: 100px;
    margin: 20px 0 0 0;
  }
}
#demo .inner .account .account-frame .right-area {
  width: 28vw;
}
@media (min-width: 926px) {
  #demo .inner .account .account-frame .right-area {
    width: 130px;
  }
}
#demo .inner .tail {
  margin: 10.6666666667vw 0 0 0;
}
@media (min-width: 926px) {
  #demo .inner .tail {
    margin: 60px 0 0 0;
    text-align: center;
  }
}
@media (min-width: 926px) {
  #demo .inner .tail span {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: #222;
    text-align: center;
  }
}

/*キャンペーン------------------------------------------*/
#campaign {
  background: #fbf54e;
  position: relative;
}
#campaign::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: url("../images/campaign-bg-sp.webp") no-repeat top center/contain;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media (min-width: 926px) {
  #campaign::before {
    background: url("../images/campaign-bg-pc.webp") no-repeat top center/contain;
    width: 1600px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#campaign::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5.3333333333vw solid transparent;
  border-left: 5.3333333333vw solid transparent;
  border-top: 5.3333333333vw solid #ffffff;
  border-bottom: 0;
  z-index: 3;
}
@media (min-width: 926px) {
  #campaign::after {
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 50px solid #ffffff;
  }
}
#campaign .inner {
  position: relative;
  z-index: 2;
}
#campaign .inner .lead {
  margin: 8vw 0 0 0;
}
@media (min-width: 926px) {
  #campaign .inner .lead {
    margin: 60px 0 0 0;
    text-align: center;
  }
}
#campaign .inner .lead span {
  display: inline-block;
  margin: 1.3333333333vw 0 0 0;
  font-size: 2.6666666667vw;
}
@media (min-width: 926px) {
  #campaign .inner .lead span {
    margin: 5px 0 0 0;
    font-size: 13px;
  }
}
#campaign .inner .conditions {
  margin: 8vw 0 0 0;
}
@media (min-width: 926px) {
  #campaign .inner .conditions {
    margin: 50px 0 0 0;
    display: flex;
  }
}
#campaign .inner .conditions .tit {
  background: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 4.5333333333vw;
  font-weight: 700;
  height: 10.6666666667vw;
  width: 100%;
  line-height: 1;
  color: #fff;
}
@media (min-width: 926px) {
  #campaign .inner .conditions .tit {
    width: 250px;
    height: auto;
    font-size: 20px;
  }
}
#campaign .inner .conditions ul {
  background: #333;
  padding: 5.3333333333vw;
}
@media (min-width: 926px) {
  #campaign .inner .conditions ul {
    width: 750px;
    padding: 30px;
  }
}
#campaign .inner .conditions ul li {
  font-size: 3.4666666667vw;
  line-height: 5.3333333333vw;
  color: #fff;
  position: relative;
  padding: 0 0 0 2.6666666667vw;
  margin: 1.3333333333vw 0 0 0;
}
@media (min-width: 926px) {
  #campaign .inner .conditions ul li {
    font-size: 14px;
    line-height: 25px;
    padding: 0 0 0 15px;
    margin: 5px 0 0 0;
  }
}
#campaign .inner .conditions ul li:first-child {
  margin: 0;
}
#campaign .inner .conditions ul li::before {
  content: "";
  background: #fff;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  position: absolute;
  top: 1.8666666667vw;
  left: 0;
}
@media (min-width: 926px) {
  #campaign .inner .conditions ul li::before {
    width: 5px;
    height: 5px;
    top: 9px;
  }
}
#campaign .inner .conditions ul li a {
  color: #fff;
}

/*流れ------------------------------------------*/
#flow .inner h2 {
  font-size: 8vw;
  line-height: 1;
}
@media (min-width: 926px) {
  #flow .inner h2 {
    font-size: 50px;
  }
}
#flow .inner ul {
  margin: 8vw 0 0 0;
  position: relative;
}
@media (min-width: 926px) {
  #flow .inner ul {
    margin: 60px auto 0;
    width: 800px;
  }
}
#flow .inner ul::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #f08200;
  width: 0.5333333333vw;
  height: 100%;
  z-index: -1;
}
@media (min-width: 926px) {
  #flow .inner ul::after {
    left: 50px;
    width: 2px;
  }
}
#flow .inner ul li {
  margin: 5.3333333333vw 0 0 0;
  border: 0.5333333333vw solid #f08200;
  border-radius: 2.6666666667vw;
  padding: 8vw 5.3333333333vw 6.6666666667vw;
  position: relative;
  background: #fff;
}
@media (min-width: 926px) {
  #flow .inner ul li {
    margin: 30px 0 0 0;
    border: 2px solid #f08200;
    border-radius: 10px;
    padding: 0;
  }
}
#flow .inner ul li:first-child {
  margin: 0;
}
#flow .inner ul li .no {
  position: absolute;
  top: 0;
  left: 5.3333333333vw;
  width: 16vw;
  height: 6.6666666667vw;
  background: #f08200;
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #fff;
  font-size: 3.2vw;
  font-family: din-2014, sans-serif;
  font-weight: 400;
}
@media (min-width: 926px) {
  #flow .inner ul li .no {
    left: 0;
    width: 100px;
    height: 100%;
    border-radius: 8px 0 0 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
  }
}
@media (min-width: 926px) {
  #flow .inner ul li .no span {
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin: 5px 0 0 0;
  }
}
@media (min-width: 926px) {
  #flow .inner ul li .block {
    padding: 40px 40px 40px 140px;
  }
}
#flow .inner ul li .block .tit {
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1;
  color: #222;
  text-align: center;
}
@media (min-width: 926px) {
  #flow .inner ul li .block .tit {
    font-size: 25px;
    text-align: left;
  }
}
#flow .inner ul li .block p {
  margin: 4vw 0 0 0;
}
@media (min-width: 926px) {
  #flow .inner ul li .block p {
    margin: 15px 0 0 0;
  }
}
#flow .inner ul li .block p span {
  display: block;
  font-size: 2.6666666667vw;
  margin: 1.3333333333vw 0 0 0;
  text-indent: -1em;
  padding-left: 1em;
}
@media (min-width: 926px) {
  #flow .inner ul li .block p span {
    font-size: 13px;
    margin: 5px 0 0 0;
    line-height: 1;
  }
}

/*よくある質問------------------------------------------*/
#faq {
  background: #eee;
  position: relative;
}
#faq::before {
  content: "";
  background: url("../images/house-sp.svg") no-repeat bottom center/contain;
  width: 100%;
  height: 12vw;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 926px) {
  #faq::before {
    background: url("../images/house-pc.svg") repeat-x bottom center/contain;
    height: 100px;
  }
}
#faq .inner {
  padding: 13.3333333333vw 5.3333333333vw 25.3333333333vw;
}
@media (min-width: 926px) {
  #faq .inner {
    padding: 100px 50px 200px;
  }
}
#faq .inner h2 {
  font-size: 8vw;
  line-height: 1;
}
@media (min-width: 926px) {
  #faq .inner h2 {
    font-size: 50px;
  }
}
#faq .inner .frame {
  margin: 8vw 0 0 0;
}
@media (min-width: 926px) {
  #faq .inner .frame {
    margin: 60px auto 0;
    width: 800px;
  }
}
#faq .inner .accordion-btn {
  margin: 2.6666666667vw 0 0 0;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  color: #222;
  position: relative;
  border-radius: 2.6666666667vw;
  box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.05);
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 6.9333333333vw;
  padding: 5.3333333333vw 8vw 5.3333333333vw 16vw;
}
@media (min-width: 926px) {
  #faq .inner .accordion-btn {
    cursor: inherit;
    margin: 20px 0 0 0;
    padding: 20px 20px 20px 70px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    line-height: 1;
    box-shadow: none;
    height: 80px;
  }
}
#faq .inner .accordion-btn::before {
  content: "Q";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: #f08200;
  color: #fff;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  font-size: 5.3333333333vw;
  font-weight: 400;
  font-family: din-2014, sans-serif;
}
@media (min-width: 926px) {
  #faq .inner .accordion-btn::before {
    left: 20px;
    width: 40px;
    height: 40px;
    font-size: 25px;
  }
}
#faq .inner .accordion-btn::after {
  content: "";
  position: absolute;
  right: 2.6666666667vw;
  top: 50%;
  transform: translateY(-50%);
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20.752" height="12.76" viewBox="0 0 10.376 6.38"><path fill="%23f08200" d="M344.682,3565.23l-4.95,4.95-0.232-.23-0.232.23-4.95-4.95,1.414-1.41,3.768,3.77,3.768-3.77Z" transform="translate(-334.312 -3563.81)"/></svg>') no-repeat 0 center/contain;
  width: 2.6666666667vw;
  height: 1.6vw;
}
@media (min-width: 926px) {
  #faq .inner .accordion-btn::after {
    display: none;
  }
}
#faq .inner .accordion-btn.open {
  box-shadow: none;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
}
@media (min-width: 926px) {
  #faq .inner .accordion-btn.open {
    border-radius: 10px 10px 0 0;
  }
}
#faq .inner .accordion-btn.open::after {
  transform: translateY(-50%) scaleY(-1);
}
#faq .inner .accordion-content {
  background: #fff;
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
}
@media (min-width: 926px) {
  #faq .inner .accordion-content {
    height: 100% !important;
    border-radius: 0 0 10px 10px;
    text-align: left;
  }
}
#faq .inner .accordion-content .content-inner {
  border-top: 1px solid #eee;
  padding: 5.3333333333vw;
}
@media (min-width: 926px) {
  #faq .inner .accordion-content .content-inner {
    padding: 25px 25px 25px 70px;
    position: relative;
  }
}
@media (min-width: 926px) {
  #faq .inner .accordion-content .content-inner::before {
    content: "A";
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background: #444;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 25px;
    font-weight: 400;
    font-family: din-2014, sans-serif;
  }
}

/*お問い合わせ------------------------------------------*/
#contact {
  background: #f08200;
}
#contact .inner h2 {
  font-size: 8vw;
  line-height: 1;
  color: #fff;
}
@media (min-width: 926px) {
  #contact .inner h2 {
    font-size: 50px;
  }
}
#contact .inner .lead {
  margin: 8vw 0 0 0;
  color: #fff;
}
@media (min-width: 926px) {
  #contact .inner .lead {
    margin: 60px 0 0 0;
    text-align: center;
  }
}
#contact .inner .form {
  background: #fff;
  margin: 8vw 0 0 0;
  padding: 8vw 5.3333333333vw;
}
@media (min-width: 926px) {
  #contact .inner .form {
    margin: 60px auto 0;
    padding: 50px;
    width: 800px;
  }
}
#contact .inner .form ul li {
  margin: 5.3333333333vw 0 0 0;
}
@media (min-width: 926px) {
  #contact .inner .form ul li {
    margin: 20px 0 0 0;
  }
}
#contact .inner .form ul li:first-child {
  margin: 0;
}
#contact .inner .form ul li .name {
  color: #222;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 926px) {
  #contact .inner .form ul li .name {
    font-size: 18px;
  }
}
#contact .inner .form ul li .name.required::after {
  content: "必須";
  color: #fff;
  font-size: 2.6666666667vw;
  font-weight: 400;
  width: 7.4666666667vw;
  height: 4.8vw;
  background: #d5220f;
  border-radius: 1.3333333333vw;
  margin: 0 0 0 2.6666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 926px) {
  #contact .inner .form ul li .name.required::after {
    font-size: 10px;
    width: 28px;
    height: 18px;
    border-radius: 5px;
    margin: 0 0 0 10px;
  }
}
#contact .inner .form ul li .input {
  line-height: 1;
}
#contact .inner .form ul li .input input[type=text], #contact .inner .form ul li .input input[type=email], #contact .inner .form ul li .input textarea {
  margin: 2.6666666667vw 0 0 0;
  padding: 4vw 5.3333333333vw;
  background: #eee;
  border: none;
  border-radius: 1.3333333333vw;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0.2666666667vw 0.2666666667vw 0.2666666667vw rgba(0, 0, 0, 0.1) inset;
  width: 100%;
  box-sizing: border-box;
  font-size: 4vw;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  color: #444;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  font-feature-settings: "palt";
}
@media (min-width: 926px) {
  #contact .inner .form ul li .input input[type=text], #contact .inner .form ul li .input input[type=email], #contact .inner .form ul li .input textarea {
    margin: 10px 0 0 0;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    font-size: 16px;
  }
}
#contact .inner .form ul li .input input[type=text]::-moz-placeholder, #contact .inner .form ul li .input input[type=email]::-moz-placeholder, #contact .inner .form ul li .input textarea::-moz-placeholder {
  color: #aaa;
}
#contact .inner .form ul li .input input[type=text]::placeholder, #contact .inner .form ul li .input input[type=email]::placeholder, #contact .inner .form ul li .input textarea::placeholder {
  color: #aaa;
}
#contact .inner .form ul li .frame .privacy {
  margin: 2.6666666667vw 0 0 0;
  padding: 5.3333333333vw;
  box-sizing: border-box;
  border: 1px solid #eee;
  font-size: 3.2vw;
  line-height: 1.7;
  width: 100%;
  height: 53.3333333333vw;
  overflow-y: auto;
}
@media (min-width: 926px) {
  #contact .inner .form ul li .frame .privacy {
    margin: 10px 0 0 0;
    padding: 20px;
    font-size: 13px;
    height: 200px;
  }
}
#contact .inner .form ul li .frame .privacy p {
  margin: 2.6666666667vw 0 0 0;
}
@media (min-width: 926px) {
  #contact .inner .form ul li .frame .privacy p {
    margin: 10px 0 0 0;
  }
}
#contact .inner .form ul li .frame .privacy h3 {
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #222;
  margin: 4vw 0 0 0;
  text-align: left;
}
@media (min-width: 926px) {
  #contact .inner .form ul li .frame .privacy h3 {
    font-size: 16px;
    margin: 15px 0 0 0;
  }
}
#contact .inner .form ul li .frame .privacy ol {
  margin: 2.6666666667vw 0 0 0;
  padding: 0 0 0 1.5em;
}
@media (min-width: 926px) {
  #contact .inner .form ul li .frame .privacy ol {
    margin: 10px 0 0 0;
  }
}
#contact .inner .form ul li .frame .privacy ol:first-child {
  margin: 1.3333333333vw 0 0 0;
}
@media (min-width: 926px) {
  #contact .inner .form ul li .frame .privacy ol:first-child {
    margin: 5px 0 0 0;
  }
}
#contact .inner .form ul li .frame .privacy ol li {
  margin: 1.3333333333vw 0 0 0;
  line-height: 1.6;
}
@media (min-width: 926px) {
  #contact .inner .form ul li .frame .privacy ol li {
    margin: 5px 0 0 0;
  }
}
#contact .inner .form ul li .frame .privacy ul {
  margin: 2.6666666667vw 0 0 0;
}
@media (min-width: 926px) {
  #contact .inner .form ul li .frame .privacy ul {
    margin: 10px 0 0 0;
  }
}
#contact .inner .form ul li .frame .privacy ul li {
  margin: 0;
  line-height: 1.75;
}
#contact .inner .form ul li .frame .privacy a {
  text-decoration: underline;
}
#contact .inner .form ul li .frame label {
  /* Safari */
}
#contact .inner .form ul li .frame label input[type=checkbox] {
  display: none;
}
#contact .inner .form ul li .frame label .mwform-checkbox-field-text {
  margin: 5.3333333333vw 0 0 0;
  display: inline-block;
  color: #222;
  padding-left: 8vw;
  position: relative;
}
@media (min-width: 926px) {
  #contact .inner .form ul li .frame label .mwform-checkbox-field-text {
    margin: 20px 0 0 0;
    padding-left: 30px;
  }
}
#contact .inner .form ul li .frame label .mwform-checkbox-field-text::before {
  content: "";
  background: #fff;
  border: 1px solid #d5220f;
  border-radius: 1.3333333333vw;
  display: block;
  position: absolute;
  top: -0.5333333333vw;
  left: 0;
  height: 5.3333333333vw;
  width: 5.3333333333vw;
}
@media (min-width: 926px) {
  #contact .inner .form ul li .frame label .mwform-checkbox-field-text::before {
    border-radius: 5px;
    top: -2px;
    height: 20px;
    width: 20px;
  }
}
#contact .inner .form ul li .frame label input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background: #d5220f;
}
#contact .inner .form ul li .frame label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  border-bottom: 0.5333333333vw solid #fff;
  border-right: 0.5333333333vw solid #fff;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 1.8666666667vw;
  height: 2.9333333333vw;
  width: 1.6vw;
  transform: rotate(40deg);
}
@media (min-width: 926px) {
  #contact .inner .form ul li .frame label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    left: 7px;
    height: 11px;
    width: 6px;
  }
}
#contact .inner .form ul li .frame label _::-webkit-full-page-media, #contact .inner .form ul li .frame label _:future, #contact .inner .form ul li .frame label :root .check::before {
  top: -0.2666666667vw;
}
@media (min-width: 926px) {
  #contact .inner .form ul li .frame label _::-webkit-full-page-media, #contact .inner .form ul li .frame label _:future, #contact .inner .form ul li .frame label :root .check::before {
    top: -1px;
  }
}
#contact .inner .form ul li .frame label _::-webkit-full-page-media, #contact .inner .form ul li .frame label _:future, #contact .inner .form ul li .frame label :root input[type=checkbox]:checked + .check::after {
  top: 0;
}
#contact .inner .form ul li .is-error input, #contact .inner .form ul li .is-error textarea {
  background: #fbe8e7 !important;
}
#contact .inner .form ul li .is-error label .mwform-checkbox-field-text::before {
  background: #fbe8e7;
}
#contact .inner .form ul li .is-error .error {
  margin: 1.3333333333vw 0 0 0;
  font-size: 3.7333333333vw;
  color: #d5220f;
}
@media (min-width: 926px) {
  #contact .inner .form ul li .is-error .error {
    margin: 5px 0 0 0;
    font-size: 14px;
  }
}
#contact .inner .form .btn_area input[type=submit] {
  background: #d5220f;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  width: 65.3333333333vw;
  height: 13.3333333333vw;
  font-size: 4.8vw;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05rem;
  color: #fff;
  border-radius: 6.6666666667vw;
  margin: 5.3333333333vw auto 0;
  display: block;
}
@media (min-width: 926px) {
  #contact .inner .form .btn_area input[type=submit] {
    margin: 40px auto 0;
    width: 400px;
    height: 80px;
    font-size: 20px;
    border-radius: 40px;
  }
}
#contact .inner .mw_wp_form_complete {
  background: #fff;
  margin: 8vw 0 0 0;
  padding: 8vw 5.3333333333vw;
}
@media (min-width: 926px) {
  #contact .inner .mw_wp_form_complete {
    margin: 60px auto 0;
    padding: 50px;
    width: 800px;
  }
}
#contact .inner .mw_wp_form_complete h3 {
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 926px) {
  #contact .inner .mw_wp_form_complete h3 {
    font-size: 25px;
  }
}
#contact .inner .mw_wp_form_complete p {
  margin: 5.3333333333vw 0 0 0;
}
@media (min-width: 926px) {
  #contact .inner .mw_wp_form_complete p {
    margin: 20px 0 0 0;
    text-align: center;
  }
}

/*フッター------------------------------------------*/
footer {
  background: #222;
  margin: 0 0 16vw 0;
}
@media (min-width: 926px) {
  footer {
    margin: 0;
  }
}
footer .inner {
  padding: 8vw 0;
  text-align: center;
  color: #fff;
  font-size: 2.6666666667vw;
  line-height: 1;
}
@media (min-width: 926px) {
  footer .inner {
    font-size: 13px;
    padding: 40px 50px;
  }
}

#cta {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 11;
}
@media (min-width: 926px) {
  #cta {
    left: inherit;
    bottom: inherit;
    background: none;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    box-shadow: none;
  }
}
#cta .inner {
  height: 16vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media (min-width: 926px) {
  #cta .inner {
    height: inherit;
  }
}
#cta .inner a {
  width: 65.3333333333vw;
  height: 10.6666666667vw;
  background: #d5220f;
  color: #fff;
  font-size: 3.4666666667vw;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 5.3333333333vw;
  margin: 0 auto;
  text-decoration: none;
}
@media (min-width: 926px) {
  #cta .inner a {
    width: 100%;
    height: 380px;
    font-size: 20px;
    writing-mode: vertical-rl;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px 0 0 10px;
  }
}
@media (min-width: 926px) {
  #cta .inner a .vertical {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 926px) {
  #cta .inner a .vertical .nakaguro {
    position: relative;
    left: 4px;
  }
}
@media (min-width: 926px) {
  #cta .inner a::before {
    content: "";
    position: absolute;
    bottom: 29px;
    left: 50%;
    transform: translateX(-50%);
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20.752" height="12.76" viewBox="0 0 10.376 6.38"><path fill="%23d5220f" d="M344.682,3565.23l-4.95,4.95-0.232-.23-0.232.23-4.95-4.95,1.414-1.41,3.768,3.77,3.768-3.77Z" transform="translate(-334.312 -3563.81)"/></svg>') no-repeat 0 center/contain;
    width: 20px;
    height: 12px;
    z-index: 2;
  }
}
@media (min-width: 926px) {
  #cta .inner a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 0 0 0 10px;
  }
}

/*モーダル------------------------------------------*/
.modallayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 0.5s;
  pointer-events: none;
  opacity: 0;
  z-index: 10000;
}
.modallayer.isshow {
  transition: opacity 0.65s;
  pointer-events: auto;
  opacity: 1;
}
.modallayer .mask {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
}
.modallayer .modallayer-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, calc(-50% - 9.3333333333vw));
}
@media (min-width: 926px) {
  .modallayer .modallayer-inner {
    transform: translate(-50%, calc(-50% - 35px));
  }
}
.modallayer .modallayer-inner .modal {
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 926px) {
  .modallayer .modallayer-inner .modal {
    max-height: none;
    overflow-y: visible;
    overflow-x: visible;
  }
}
@media (min-width: 926px) {
  .modallayer .modallayer-inner .modal-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
  }
}
.modallayer .modallayer-inner .modal-card {
  width: 100%;
}
.modallayer .modallayer-inner .modal-card .modal-wrapper {
  display: flex;
}
.modallayer .modallayer-inner .modal-card .modal-slide {
  width: 100% !important;
  height: auto;
}
.modallayer .modallayer-inner .modal-card .modal-slide .modal-item {
  width: calc(100% - 10.6666666667vw);
  height: 100%;
  background: #fff;
  margin: 0 auto;
  border-radius: 2.6666666667vw;
}
@media (min-width: 926px) {
  .modallayer .modallayer-inner .modal-card .modal-slide .modal-item {
    max-width: 1000px;
    width: calc(100% - 100px);
    border-radius: 10px;
  }
}
.modallayer .modallayer-inner .modal-card .modal-slide .modal-item .item-box {
  padding: 8vw;
  position: relative;
}
@media (min-width: 926px) {
  .modallayer .modallayer-inner .modal-card .modal-slide .modal-item .item-box {
    padding: 60px;
    min-height: 410px;
  }
}
.modallayer .modallayer-inner .modal-card .modal-slide .modal-item .item-box .modal-btn {
  position: absolute;
  cursor: pointer;
  top: 2.6666666667vw;
  right: 2.6666666667vw;
  width: 2.6666666667vw;
}
@media (min-width: 926px) {
  .modallayer .modallayer-inner .modal-card .modal-slide .modal-item .item-box .modal-btn {
    top: 20px;
    right: 20px;
    width: 10px;
  }
}
.modallayer .modallayer-inner .modal-card .modal-slide .modal-item .item-box .num {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-size: 3.2vw;
  color: #f08200;
  text-align: center;
  line-height: 1;
}
@media (min-width: 926px) {
  .modallayer .modallayer-inner .modal-card .modal-slide .modal-item .item-box .num {
    font-size: 20px;
    width: 415px;
    text-align: left;
  }
}
.modallayer .modallayer-inner .modal-card .modal-slide .modal-item .item-box h3 {
  text-align: center;
  font-size: 6.6666666667vw;
  line-height: 1;
  margin: 2.6666666667vw 0 0 0;
}
@media (min-width: 926px) {
  .modallayer .modallayer-inner .modal-card .modal-slide .modal-item .item-box h3 {
    font-size: 35px;
    margin: 10px 0 0 0;
    width: 415px;
    text-align: left;
  }
}
.modallayer .modallayer-inner .modal-card .modal-slide .modal-item .item-box .img {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
  width: 100%;
  height: 50.6666666667vw;
  margin: 5.3333333333vw 0 0 0;
}
@media (min-width: 926px) {
  .modallayer .modallayer-inner .modal-card .modal-slide .modal-item .item-box .img {
    width: calc(50% - 50px);
    max-width: 415px;
    height: 290px;
    margin: 0;
    position: absolute;
    top: 60px;
    right: 60px;
  }
}
.modallayer .modallayer-inner .modal-card .modal-slide .modal-item .item-box p {
  margin: 5.3333333333vw 0 0 0;
}
@media (min-width: 926px) {
  .modallayer .modallayer-inner .modal-card .modal-slide .modal-item .item-box p {
    margin: 25px 0 0 0;
    width: calc(50% - 50px);
    max-width: 415px;
  }
}
.modallayer .modallayer-inner .swiper-button-next, .modallayer .modallayer-inner .swiper-button-prev {
  background: #f08200;
}
@media (min-width: 926px) {
  .modallayer .modallayer-inner .swiper-button-next, .modallayer .modallayer-inner .swiper-button-prev {
    display: block;
  }
}
.modallayer .modallayer-inner .swiper-button-next {
  right: 0;
}
@media (min-width: 926px) {
  .modallayer .modallayer-inner .swiper-button-next {
    right: 20px;
  }
}
.modallayer .modallayer-inner .swiper-button-prev {
  left: 0;
}
@media (min-width: 926px) {
  .modallayer .modallayer-inner .swiper-button-prev {
    left: 20px;
  }
}
.modallayer .modallayer-inner .swiper-pagination {
  bottom: -8vw !important;
}
@media (min-width: 926px) {
  .modallayer .modallayer-inner .swiper-pagination {
    display: block !important;
    bottom: -35px !important;
  }
}
.modallayer .modallayer-inner .swiper-pagination .swiper-pagination-bullet {
  background: #f08200;
}

/*スライダー共通要素------------------------------------------*/
.swiper-button-next, .swiper-button-prev {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background: #222;
  border-radius: 50%;
}
@media (min-width: 926px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
    width: 60px;
    height: 60px;
  }
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12.219" height="20" viewBox="0 0 12.219 20"><path fill="%23ffffff" d="M23.938,1554.99l2.22-2.22L18.388,1545l7.769-7.77-2.22-2.22L13.949,1545Z" transform="translate(-13.938 -1535)"/></svg>') no-repeat 0 center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.2vw;
  height: 5.3333333333vw;
}
@media (min-width: 926px) {
  .swiper-button-next::after, .swiper-button-prev::after {
    width: 18px;
    height: 30px;
  }
}

.swiper-button-next {
  right: -5.3333333333vw;
}
.swiper-button-next::after {
  transform: translate(-50%, -50%) scaleX(-1);
}

.swiper-button-prev {
  left: -5.3333333333vw;
}

.swiper-pagination {
  bottom: 8vw !important;
  line-height: 0;
}
@media (min-width: 926px) {
  .swiper-pagination {
    display: none;
  }
}
.swiper-pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1.3333333333vw 0;
}
@media (min-width: 926px) {
  .swiper-pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px 0;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #222;
  height: 4vw;
  width: 4vw;
}
@media (min-width: 926px) {
  .swiper-pagination .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
  }
}

/*------------------------------------------*/
.loader-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-bg .loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #f08200;
  background: linear-gradient(to right, #f08200 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  animation: load3 1.4s infinite linear;
  transform: translateZ(0);
}
.loader-bg .loader::before {
  width: 50%;
  height: 50%;
  background: #f08200;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.loader-bg .loader::after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */