@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: 'Heebo', 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  scroll-behavior: smooth;
  overflow-x: auto;
}

html img {
  width: 100%;
}

html body {
  font-size: 3.73333vw;
  color: #1F0C07;
  font-weight: normal;
  background: #1F0C07;
  overflow-x: hidden;
}

@media screen and (min-width: 1024px) {
  html body {
    font-size: 1.4rem;
    width: calc(100% - 36px);
    margin-left: auto;
  }
}

@media screen and (min-width: 1024px) {
  html a {
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

@media screen and (min-width: 1024px) {
  html a:hover {
    opacity: 0.6;
  }
}

html br.br-pc {
  display: none;
}

@media screen and (min-width: 1024px) {
  html br.br-pc {
    display: inline;
  }
}

@media screen and (min-width: 1024px) {
  html br.br-sp {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  html .image-sp {
    display: none;
  }
}

html .image-pc {
  display: none;
}

@media screen and (min-width: 1024px) {
  html .image-pc {
    display: block;
  }
}

body.active .nav {
  left: 0;
  position: fixed;
}

@media screen and (min-width: 1024px) {
  body.active .nav__nav-backClose {
    background: #0007;
    opacity: 1;
    display: block;
    z-index: -1;
  }
}

.btn {
  display: block;
  width: 69.33333vw;
  margin: 0 auto;
  background: #FF3500;
  color: #fff;
  text-align: center;
  padding: 4vw 0;
  border-radius: 18.66667vw;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .btn {
    width: 520px;
    height: 50px;
    padding: 15px 0;
    line-height: 1.5;
  }
}

.btn--arrow {
  position: absolute;
  right: 5.33333vw;
}

@media screen and (min-width: 1024px) {
  .btn--arrow {
    right: 20px;
  }
}

.btn--arrow.deg45 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header {
  position: fixed;
  z-index: 2;
  display: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  top: -13.33333vw;
}

.header__inner {
  width: 100vw;
  height: 13.33333vw;
  background: #fff;
  padding: 4.26667vw 6.66667vw;
  -webkit-box-shadow: 0 0 2.66667vw 2.66667vw rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2.66667vw 2.66667vw rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1024px) {
  .header__inner {
    display: none !important;
  }
}

.header__title {
  width: 20.8vw;
}

.header__menu-btn {
  width: 24vw;
  height: 13.33333vw;
  background: #1F0C07;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 4vw;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .header__menu-btn {
    display: none !important;
  }
}

.pc-header__logo {
  display: none;
}

@media screen and (min-width: 1024px) {
  .pc-header__logo {
    position: fixed;
    width: 3.98437vw;
    top: 2.34375vw;
    left: 5.15625vw;
    z-index: 1;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
  }
}

.nav {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 3;
  left: 100%;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}

@media screen and (min-width: 1024px) {
  .nav {
    width: 306px;
    width: 100%;
    left: -306px;
    left: -100%;
    padding-right: calc(100% - 306px);
  }
}

.nav__nav-inner {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #1F0C07;
}

@media screen and (min-width: 1024px) {
  .nav__nav-inner {
    padding-right: 40px;
    background: #1F0C07;
  }
}

.nav__nav-menu {
  width: 50.66667vw;
  font-size: 4.8vw;
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 1024px) {
  .nav__nav-menu {
    width: 190px;
    font-size: 1.6rem;
    text-align: right;
    margin-left: auto;
  }
}

.nav__nav-boder {
  border-bottom: 1px solid #625451;
  margin-bottom: 7.2vw;
}

@media screen and (min-width: 1024px) {
  .nav__nav-boder {
    margin-bottom: 20px;
  }
}

.nav__nav-item {
  margin-bottom: 7.2vw;
}

@media screen and (min-width: 1024px) {
  .nav__nav-item {
    margin-bottom: 20px;
  }
}

.nav__nav-item--small {
  font-size: 3.73333vw;
  margin-bottom: 7.2vw;
}

@media screen and (min-width: 1024px) {
  .nav__nav-item--small {
    font-size: 1.4rem;
    margin-bottom: 19px;
  }
}

.nav__nav-icon {
  margin-left: 2.66667vw;
}

@media screen and (min-width: 1024px) {
  .nav__nav-icon {
    margin-left: 10px;
  }
}

.nav__nav-icon--sp {
  display: none;
}

@media screen and (min-width: 1024px) {
  .nav__nav-icon--sp {
    margin-left: 10px;
    display: inline-block;
  }
}

.nav__nav-close {
  font-size: 6.4vw;
  position: absolute;
  top: 6.4vw;
  right: 6.4vw;
  cursor: pointer;
  z-index: 3;
}

@media screen and (min-width: 1024px) {
  .nav__nav-close {
    font-size: 2.4rem;
    top: 50%;
    right: auto;
    left: 11px;
  }
}

.nav__nav-backClose {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .nav__nav-backClose {
    right: 0;
    position: fixed;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    display: none;
  }
}

.fv__fv {
  width: 100%;
  height: 109.33333vw;
  background: url("../img/fv_back-sp.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
}

@media screen and (min-width: 1024px) {
  .fv__fv {
    background: url("../img/fv_back-pc.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 62.5vw;
  }
}

.fv__fv-copy {
  width: 73.6vw;
  position: absolute;
  bottom: 9.33333vw;
  left: 6.66667vw;
}

@media screen and (min-width: 1024px) {
  .fv__fv-copy {
    width: 39.92188vw;
    bottom: 20.23438vw;
    left: 11.09375vw;
  }
}

.fv__fv-logo {
  width: 11.73333vw;
  position: absolute;
  top: 4.26667vw;
  left: 5.33333vw;
}

@media screen and (min-width: 1024px) {
  .fv__fv-logo {
    width: 3.98437vw;
    position: fixed;
    top: 2.34375vw;
    left: 5.15625vw;
  }
}

.fv__fv-menu-btn {
  width: 24vw;
  height: 13.33333vw;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 4vw;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .fv__fv-menu-btn {
    width: 36px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: auto;
    left: 0;
    display: block;
    font-size: 1.5rem;
    background: #1F0C07;
  }
  .fv__fv-menu-btn--deg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 36px;
    height: 100vh;
  }
}

.fv__fv-scroll {
  color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 13.86667vw;
  font-size: 4vw;
}

@media screen and (min-width: 1024px) {
  .fv__fv-scroll {
    right: 3.67188vw;
    bottom: 20.3125vw;
    font-size: 1.17188vw;
  }
}

.fv-other .fv__fv {
  width: 100%;
  height: 64vw;
  position: fixed;
}

@media screen and (min-width: 1024px) {
  .fv-other .fv__fv {
    height: 31.25vw;
  }
}

.fv-other .fv__fv.fv-service {
  background: url("../img/fv-service_back-sp.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1024px) {
  .fv-other .fv__fv.fv-service {
    background: url("../img/fv-service_back-pc.jpg");
    background-size: cover;
  }
}

.fv-other .fv__fv.fv-price {
  background: url("../img/fv-price_back-sp.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1024px) {
  .fv-other .fv__fv.fv-price {
    background: url("../img/fv-price_back-pc.jpg");
    background-size: cover;
  }
}

.fv-other .fv__fv.fv-security {
  background: url("../img/fv-security_back-sp.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1024px) {
  .fv-other .fv__fv.fv-security {
    background: url("../img/fv-security_back-pc.jpg");
    background-size: cover;
  }
}

.fv-other .fv__fv.fv-special {
  background: url("../img/fv-special_back-sp.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1024px) {
  .fv-other .fv__fv.fv-special {
    background: url("../img/fv-special_back-pc.jpg");
    background-size: cover;
  }
}

.fv-other .fv__fv.fv-company {
  background: url("../img/fv-company_back-sp.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1024px) {
  .fv-other .fv__fv.fv-company {
    background: url("../img/fv-company_back-pc.jpg");
    background-size: cover;
  }
}

.fv-other .fv__fv-title {
  font-size: 9.6vw;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  border-bottom: 1.06667vw solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .fv-other .fv__fv-title {
    font-size: 6.7rem;
    border-bottom: 8px solid #fff;
  }
}

.fv-other .fv__fv-title.fv-service {
  width: 50.13333vw;
}

@media screen and (min-width: 1024px) {
  .fv-other .fv__fv-title.fv-service {
    width: 352px;
  }
}

.fv-other .fv__fv-title.fv-price {
  width: 48vw;
}

@media screen and (min-width: 1024px) {
  .fv-other .fv__fv-title.fv-price {
    width: 335px;
  }
}

.fv-other .fv__fv-title.fv-security {
  width: 76.8vw;
}

@media screen and (min-width: 1024px) {
  .fv-other .fv__fv-title.fv-security {
    width: 536px;
  }
}

.fv-other .fv__fv-title.fv-special {
  width: 57.6vw;
}

@media screen and (min-width: 1024px) {
  .fv-other .fv__fv-title.fv-special {
    width: 670px;
  }
}

.fv-other .fv__fv-title.fv-company {
  width: 38.4vw;
}

@media screen and (min-width: 1024px) {
  .fv-other .fv__fv-title.fv-company {
    width: 268px;
  }
}

.main {
  margin-top: 109.33333vw;
  position: relative;
}

.main::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #1F0C07;
  position: absolute;
  top: 5.33333vw;
}

@media screen and (min-width: 1024px) {
  .main::before {
    top: 3.125vw;
  }
}

@media screen and (min-width: 1024px) {
  .main {
    margin-top: 62.5vw;
  }
}

.main__inner {
  background: #F4F4F4;
  border-radius: 5.33333vw;
  margin-top: -4.26667vw;
  position: relative;
  padding: 6.66667vw 0 12vw;
}

@media screen and (min-width: 1024px) {
  .main__inner {
    border-radius: 3.125vw;
    margin-top: -17.1875vw;
    padding: 2.1875vw 0 4.76562vw;
  }
}

.main-other {
  margin-top: 64vw;
}

@media screen and (min-width: 1024px) {
  .main-other {
    margin-top: 45.3125vw;
  }
}

.cv {
  width: 86.66667vw;
  margin: 0 auto;
  border-top: 1px solid #625451;
  border-bottom: 1px solid #625451;
  padding-top: 7.73333vw;
  padding-bottom: 10.13333vw;
}

@media screen and (min-width: 1024px) {
  .cv {
    width: 75vw;
    padding-top: 60px;
    padding-bottom: 34px;
  }
}

.cv:first-child {
  border-top: none;
  padding-top: 0;
}

.cv:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.cv__lead {
  font-size: 7.46667vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6.4vw;
}

@media screen and (min-width: 1024px) {
  .cv__lead {
    font-size: 2.8rem;
    margin-bottom: 27px;
  }
}

.cv__app-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.13333vw;
}

@media screen and (min-width: 1024px) {
  .cv__app-btn {
    margin-bottom: 22px;
  }
}

.cv__appStore {
  width: 31.73333vw;
  margin-right: 2.66667vw;
}

@media screen and (min-width: 1024px) {
  .cv__appStore {
    width: 164px;
    margin-right: 29px;
  }
}

.cv__googlePlay {
  width: 36vw;
}

@media screen and (min-width: 1024px) {
  .cv__googlePlay {
    width: 185px;
  }
}

.cv__small {
  text-align: center;
  font-size: 2.93333vw;
  color: #625451;
  font-weight: normal;
  line-height: 1.45454545;
}

@media screen and (min-width: 1024px) {
  .cv__small {
    font-size: 1.1rem;
  }
}

.footer__inner {
  padding: 13.33333vw 6.66667vw 5.33333vw;
  position: relative;
  background: #1F0C07;
}

@media screen and (min-width: 1024px) {
  .footer__inner {
    padding: 50px 100px 50px 64px;
  }
}

.footer__logo {
  width: 17.6vw;
  position: absolute;
  left: 9.33333vw;
}

@media screen and (min-width: 1024px) {
  .footer__logo {
    width: 66px;
    left: 64px;
  }
}

@media screen and (min-width: 1024px) {
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.footer__nav {
  width: 50.66667vw;
  color: #fff;
  text-align: right;
  margin-left: auto;
  margin-bottom: 14.13333vw;
  font-size: 4.26667vw;
}

@media screen and (min-width: 1024px) {
  .footer__nav {
    width: 190px;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}

.footer__nav-boder {
  border-bottom: 1px solid #625451;
  margin-bottom: 5.33333vw;
}

@media screen and (min-width: 1024px) {
  .footer__nav-boder {
    margin-bottom: 20px;
  }
}

.footer__nav-item {
  margin-bottom: 5.33333vw;
}

@media screen and (min-width: 1024px) {
  .footer__nav-item {
    margin-bottom: 20px;
  }
}

.footer__nav-icon {
  margin-left: 2.66667vw;
}

@media screen and (min-width: 1024px) {
  .footer__nav-icon {
    margin-left: 10px;
  }
}

.footer__meta {
  color: #ffffff;
  font-size: 3.2vw;
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
  .footer__meta {
    font-size: 1.2rem;
  }
}

.footer__meta--nav {
  font-size: 3.46667vw;
  line-height: 2.30769231;
  margin-bottom: 4vw;
}

@media screen and (min-width: 1024px) {
  .footer__meta--nav {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.footer__meta--space {
  color: #ffffffbb;
  margin-bottom: 4vw;
}

@media screen and (min-width: 1024px) {
  .footer__meta--space {
    margin-bottom: 15px;
  }
}

.what-dine {
  width: 86.66667vw;
  margin: 0 auto;
  padding-bottom: 13.33333vw;
  margin-top: 13.33333vw;
  border-bottom: 1px solid #625451;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .what-dine {
    width: 75vw;
    margin-top: 80px;
    padding: 0 2.34375vw 80px;
  }
}

.what-dine__text {
  font-size: 5.33333vw;
  font-weight: bold;
  margin-bottom: 9.33333vw;
  line-height: 2.0;
}

@media screen and (min-width: 1024px) {
  .what-dine__text {
    font-size: 2.6rem;
    margin-bottom: 49px;
  }
}

.what-dine__text:nth-child(3) {
  margin-bottom: 4.26667vw;
}

@media screen and (min-width: 1024px) {
  .what-dine__text:nth-child(3) {
    margin-bottom: 25px;
  }
}

.what-dine__logo {
  width: 25.06667vw;
  margin-bottom: 13.33333vw;
}

@media screen and (min-width: 1024px) {
  .what-dine__logo {
    width: 122px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .what-dine__youtube {
    width: 25.39062vw;
    position: absolute;
    right: 2.34375vw;
    bottom: 80px;
  }
}

.flow {
  width: 86.66667vw;
  margin: 0 auto;
  padding-bottom: 8.8vw;
  margin-top: 9.06667vw;
  border-bottom: 1px solid #625451;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .flow {
    width: 75vw;
    margin-top: 56px;
    padding: 0 2.34375vw 80px;
  }
}

.flow__title {
  font-size: 11.73333vw;
  font-weight: bold;
  line-height: 1.36363636;
  margin-bottom: 3.2vw;
}

@media screen and (min-width: 1024px) {
  .flow__title {
    font-size: 7.0rem;
    margin-bottom: 18px;
  }
}

.flow__sub-title {
  font-size: 5.86667vw;
  font-weight: bold;
  line-height: 1.36363636;
  margin-bottom: 3.46667vw;
}

@media screen and (min-width: 1024px) {
  .flow__sub-title {
    font-size: 4.0rem;
    margin-bottom: 29px;
  }
}

.flow__text {
  width: 46.93333vw;
  line-height: 1.75;
  margin-bottom: 8.26667vw;
}

@media screen and (min-width: 1024px) {
  .flow__text {
    width: 600px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .flow__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 758px;
    margin: 0 auto;
  }
}

.flow__phone {
  width: 35.2vw;
  position: absolute;
  top: 38.4vw;
  right: 0;
}

@media screen and (min-width: 1024px) {
  .flow__phone {
    width: 306px;
    position: static;
  }
}

.flow__chart {
  width: 98%;
  margin-left: auto;
}

@media screen and (min-width: 1024px) {
  .flow__chart {
    width: 422px;
    margin-left: 0;
  }
}

.media {
  width: 86.66667vw;
  margin: 0 auto;
  padding-bottom: 13.33333vw;
  margin-top: 13.33333vw;
  border-bottom: 1px solid #625451;
}

@media screen and (min-width: 1024px) {
  .media {
    width: 75vw;
    margin-top: 72px;
    padding: 0 0 80px;
  }
}

.media__title {
  font-size: 5.86667vw;
  font-weight: bold;
  line-height: 1.36363636;
  margin-bottom: 5.06667vw;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .media__title {
    font-size: 2.6rem;
    margin-bottom: 39px;
  }
}

.media__logo-group {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .media__logo-group {
    width: 64.84375vw;
  }
}

.media__logo {
  width: 42.66667vw;
  margin-bottom: 1.33333vw;
}

@media screen and (min-width: 1024px) {
  .media__logo {
    width: 15.625vw;
    margin-bottom: 0.78125vw;
  }
}

.media__logo--nolink {
  width: 28vw;
  margin-bottom: 1.33333vw;
}

@media screen and (min-width: 1024px) {
  .media__logo--nolink {
    width: 10.23438vw;
    margin-bottom: 0.78125vw;
  }
}

.point {
  padding-bottom: 21.33333vw;
  margin-top: 10.66667vw;
}

@media screen and (min-width: 1024px) {
  .point {
    margin-top: 62px;
    padding-bottom: 9.375vw;
  }
}

.point__title {
  width: 86.66667vw;
  margin: 0 auto;
  font-size: 8.26667vw;
  font-weight: bold;
  line-height: 1.34375;
  margin-bottom: 11.46667vw;
}

@media screen and (min-width: 1024px) {
  .point__title {
    width: 75vw;
    font-size: 5.6rem;
    padding-left: 2.34375vw;
    margin-bottom: 53px;
  }
}

.point__title--marSpace {
  margin-left: -4.8vw;
}

@media screen and (min-width: 1024px) {
  .point__title--marSpace {
    margin-left: -29px;
  }
}

.point__title--letSpace {
  letter-spacing: -4.26667vw;
}

@media screen and (min-width: 1024px) {
  .point__title--letSpace {
    letter-spacing: -10px;
  }
}

.point__section {
  position: relative;
}

.point__section.point-1 {
  margin-bottom: 24.26667vw;
}

@media screen and (min-width: 1024px) {
  .point__section.point-1 {
    margin-bottom: 107px;
  }
}

.point__section.point-2 {
  margin-bottom: 14.66667vw;
}

@media screen and (min-width: 1024px) {
  .point__section.point-2 {
    margin-bottom: 8.35938vw;
  }
}

.point__section.point-3 {
  margin-bottom: 24.26667vw;
}

@media screen and (min-width: 1024px) {
  .point__section.point-3 {
    margin-bottom: 6.48438vw;
  }
}

.point__section.point-4 {
  margin-bottom: 17.86667vw;
}

@media screen and (min-width: 1024px) {
  .point__section.point-4 {
    margin-bottom: 7.26563vw;
  }
}

.point__back-image {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .point__back-image {
    width: 64.0625vw;
    margin-left: auto;
  }
}

.point__back-image--rev {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .point__back-image--rev {
    width: 64.0625vw;
    margin-right: auto;
  }
}

.point__phone {
  position: absolute;
  width: 48.53333vw;
  top: 40vw;
  left: -8vw;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .point__phone {
    width: 24.0625vw;
    top: -0.78125vw;
    left: 13.4375vw;
  }
}

.point__phone--rev {
  position: absolute;
  width: 48.53333vw;
  top: 40vw;
  right: -8vw;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .point__phone--rev {
    width: 24.0625vw;
    top: -0.78125vw;
    right: 13.4375vw;
  }
}

.point__textBox {
  width: 49.06667vw;
  margin: 2.66667vw 6.66667vw 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .point__textBox {
    width: 43.90625vw;
    margin: 1.5625vw 13.4375vw 0 auto;
  }
}

.point__textBox--rev {
  width: 49.06667vw;
  margin: 2.66667vw auto 0 6.66667vw;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .point__textBox--rev {
    width: 43.90625vw;
    margin: 1.5625vw auto 0 13.4375vw;
  }
}

.point__textBox-title {
  font-size: 7.46667vw;
  font-weight: bold;
  line-height: 1.28571429;
  margin-bottom: 2.4vw;
}

@media screen and (min-width: 1024px) {
  .point__textBox-title {
    font-size: 3.125vw;
    margin-bottom: 9px;
  }
}

.point__textBox-title--marSpace {
  margin-left: -4.8vw;
}

@media screen and (min-width: 1024px) {
  .point__textBox-title--marSpace {
    margin-left: -22px;
  }
}

.point__textBox-title--letSpace {
  letter-spacing: -5.86667vw;
}

.point__textBox-text {
  color: #625451;
  line-height: 1.75;
}

.point__textBox-text--orange {
  color: #FF3500;
}

.nav-service {
  margin-bottom: 21.33333vw;
}

@media screen and (min-width: 1024px) {
  .nav-service {
    margin-bottom: 120px;
  }
}

.service {
  width: 86.66667vw;
  margin: 0 auto;
  padding-bottom: 21.33333vw;
  margin-top: 16.8vw;
}

@media screen and (min-width: 1024px) {
  .service {
    width: 60.9375vw;
    min-width: 780px;
    margin: 0 auto;
    padding-bottom: 100px;
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.service__section {
  margin-bottom: 13.33333vw;
}

@media screen and (min-width: 1024px) {
  .service__section {
    width: 25.39062vw;
    min-width: 325px;
    margin-bottom: 80px;
  }
  .service__section:nth-child(2) {
    margin-top: 43px;
    margin-bottom: 0;
  }
  .service__section:nth-child(3) {
    margin-top: 43px;
    margin-bottom: 0;
  }
  .service__section:nth-child(6) {
    margin-top: 43px;
    margin-bottom: 0;
  }
}

.service__section:last-child {
  margin-bottom: 0;
}

.service__title {
  font-size: 9.06667vw;
  font-weight: bold;
  line-height: 1.23529412;
  margin-bottom: 2.4vw;
}

@media screen and (min-width: 1024px) {
  .service__title {
    font-size: 3.8rem;
    margin-bottom: 9px;
  }
}

.service__text {
  color: #625451;
  line-height: 1.75;
  margin-bottom: 5.33333vw;
}

@media screen and (min-width: 1024px) {
  .service__text {
    margin-bottom: 20px;
  }
}

.price {
  padding-bottom: 19.2vw;
  margin-top: 16vw;
}

@media screen and (min-width: 1024px) {
  .price {
    width: 62.5vw;
    margin: 0 auto;
    padding-bottom: 99px;
    margin-top: 80px;
  }
}

.price__freePlan {
  position: relative;
  margin-left: 6.66667vw;
  margin-bottom: 13.06667vw;
}

@media screen and (min-width: 1024px) {
  .price__freePlan {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 6.25vw;
  }
}

@media screen and (min-width: 1024px) {
  .price__cashPlan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 79px;
  }
}

.price__goldPlan {
  margin-bottom: 13.06667vw;
}

@media screen and (min-width: 1024px) {
  .price__goldPlan {
    margin-bottom: 0;
    width: 29.60938vw;
  }
}

.price__platinumPlan {
  margin-bottom: 13.33333vw;
}

@media screen and (min-width: 1024px) {
  .price__platinumPlan {
    margin-bottom: 0;
    width: 29.60938vw;
  }
}

.price__title {
  font-size: 9.06667vw;
  font-weight: bold;
  line-height: 1.23529412;
  margin-bottom: 2.4vw;
}

@media screen and (min-width: 1024px) {
  .price__title {
    font-size: 3.125vw;
    margin-bottom: 0.70312vw;
  }
}

.price__title--marLeft {
  font-size: 9.06667vw;
  font-weight: bold;
  line-height: 1.23529412;
  margin-bottom: 2.4vw;
  margin-left: 6.66667vw;
}

@media screen and (min-width: 1024px) {
  .price__title--marLeft {
    font-size: 3.125vw;
    margin-bottom: 0.70312vw;
    margin-left: 0;
  }
}

.price__present-list {
  color: #625451;
  line-height: 1.75;
  margin-bottom: 5.33333vw;
}

@media screen and (min-width: 1024px) {
  .price__present-list {
    margin-bottom: 1.5625vw;
    font-size: 1.09375vw;
  }
}

.price__present-list--marLeft {
  color: #625451;
  line-height: 1.75;
  margin-bottom: 5.33333vw;
  margin-left: 6.66667vw;
}

@media screen and (min-width: 1024px) {
  .price__present-list--marLeft {
    margin-bottom: 20px;
    margin-left: 0;
    margin-bottom: 1.5625vw;
    font-size: 1.09375vw;
  }
}

.price__text {
  color: #625451;
  line-height: 1.75;
  margin-bottom: 4vw;
}

@media screen and (min-width: 1024px) {
  .price__text {
    margin-bottom: 30px;
  }
}

.price__text--small {
  width: 49.33333vw;
  font-size: 2.93333vw;
  color: #625451;
  line-height: 1.45454545;
}

@media screen and (min-width: 1024px) {
  .price__text--small {
    width: 240px;
    font-size: 11px;
  }
}

.price__text--center {
  font-size: 2.93333vw;
  color: #625451;
  line-height: 1.45454545;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .price__text--center {
    font-size: 1.1rem;
    text-align: left;
  }
}

.price__phone {
  position: absolute;
  width: 29.06667vw;
  top: 0;
  right: 6.66667vw;
}

@media screen and (min-width: 1024px) {
  .price__phone {
    width: 28.125vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
  }
  .price__phone--man {
    width: 13.67188vw;
    margin-right: 0.78125vw;
  }
  .price__phone--woman {
    width: 13.67188vw;
  }
}

.price__goldPlan-cash {
  margin-top: -2.66667vw;
}

@media screen and (min-width: 1024px) {
  .price__goldPlan-cash {
    margin-top: 0;
  }
}

.price__platinumPlan-cash {
  margin-top: -2.66667vw;
}

@media screen and (min-width: 1024px) {
  .price__platinumPlan-cash {
    margin-top: 0;
  }
}

.price__coin {
  width: 86.66667vw;
  margin: 0 auto 13.33333vw;
}

@media screen and (min-width: 1024px) {
  .price__coin {
    width: auto;
    margin-bottom: 6.25vw;
  }
}

.price__other {
  width: 86.66667vw;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .price__other {
    width: auto;
  }
}

.price__sub-title {
  font-size: 6.93333vw;
  font-weight: bold;
  margin-bottom: 2.4vw;
}

@media screen and (min-width: 1024px) {
  .price__sub-title {
    font-size: 2.03125vw;
    margin-bottom: 0.70312vw;
  }
}

@media screen and (min-width: 1024px) {
  .price__listBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .price__list {
    width: 15.625vw;
    margin-right: 3.90625vw;
  }
}

.price__list-title {
  font-size: 4.26667vw;
  font-weight: bold;
  margin-bottom: 1.33333vw;
  line-height: 1.53125;
}

@media screen and (min-width: 1024px) {
  .price__list-title {
    font-size: 1.40625vw;
    margin-bottom: 0.70312vw;
  }
}

.price__list-text {
  color: #625451;
  line-height: 1.75;
  margin-bottom: 5.33333vw;
}

@media screen and (min-width: 1024px) {
  .price__list-text {
    margin-bottom: 0;
  }
}

.price__other-list {
  font-size: 3.2vw;
  color: #625451;
  line-height: 1.75;
}

@media screen and (min-width: 1024px) {
  .price__other-list {
    font-size: 1.2rem;
  }
}

.security {
  padding-bottom: 21.33333vw;
  margin-top: 16vw;
}

@media screen and (min-width: 1024px) {
  .security {
    width: 75vw;
    margin: 0 auto;
    margin-top: 80px;
    padding-bottom: 100px;
  }
}

.security__lead {
  width: 86.66667vw;
  margin: 0 auto;
  font-size: 5.86667vw;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 15.73333vw;
  margin-bottom: 13.33333vw;
  text-align: center;
  border-bottom: 1px solid #625451;
}

@media screen and (min-width: 1024px) {
  .security__lead {
    width: auto;
    font-size: 3.6rem;
    padding-bottom: 78px;
    margin-bottom: 79px;
  }
}

@media screen and (min-width: 1024px) {
  .security__pointBox {
    width: 62.5vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.security__section {
  margin-left: 6.66667vw;
}

@media screen and (min-width: 1024px) {
  .security__section {
    width: 28.82812vw;
    margin-left: 0;
  }
}

.security__section.point-1 {
  margin-bottom: 22.66667vw;
}

@media screen and (min-width: 1024px) {
  .security__section.point-1 {
    margin-bottom: 0;
  }
}

.security__section.point-2 {
  margin-bottom: 22.66667vw;
}

@media screen and (min-width: 1024px) {
  .security__section.point-2 {
    margin-top: 43px;
    margin-bottom: 6.25vw;
  }
}

.security__section.point-3 {
  margin-bottom: 29.06667vw;
}

@media screen and (min-width: 1024px) {
  .security__section.point-3 {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .security__section.point-4 {
    margin-top: 43px;
  }
}

.security__title {
  font-size: 6.93333vw;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5.06667vw;
}

@media screen and (min-width: 1024px) {
  .security__title {
    font-size: 3.0rem;
    margin-bottom: 19px;
  }
}

.security__content {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .security__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.security__text {
  color: #625451;
  line-height: 1.75;
  width: 53.33333vw;
}

@media screen and (min-width: 1024px) {
  .security__text {
    width: 15.625vw;
    margin-right: 1.5625vw;
  }
}

.security__phone {
  width: 39.73333vw;
  position: absolute;
  top: 0;
  right: -5.33333vw;
}

@media screen and (min-width: 1024px) {
  .security__phone {
    position: static;
    width: 11.64062vw;
  }
}

.special {
  padding-bottom: 21.33333vw;
  margin-top: 16vw;
}

@media screen and (min-width: 1024px) {
  .special {
    width: 75vw;
    margin: 0 auto;
    margin-top: 80px;
    padding-bottom: 81px;
  }
}

.special__lead {
  width: 86.66667vw;
  margin: 0 auto;
  font-size: 5.86667vw;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 15.73333vw;
  margin-bottom: 13.33333vw;
  text-align: center;
  border-bottom: 1px solid #625451;
}

@media screen and (min-width: 1024px) {
  .special__lead {
    width: auto;
    font-size: 3.6rem;
    padding-bottom: 78px;
    margin-bottom: 80px;
  }
}

.special__visual {
  margin-bottom: 5.6vw;
}

@media screen and (min-width: 1024px) {
  .special__visual {
    width: 70.3125vw;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

.special__contentBox {
  width: 86.66667vw;
  margin: 0 auto 5.33333vw;
}

@media screen and (min-width: 1024px) {
  .special__contentBox {
    width: 70.3125vw;
    margin: 0 auto;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}

.special__contentBox.point-2 {
  margin-bottom: 13.33333vw;
}

@media screen and (min-width: 1024px) {
  .special__contentBox.point-2 {
    margin-bottom: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}

@media screen and (min-width: 1024px) {
  .special__content {
    width: 35.15625vw;
    padding-left: 4.92188vw;
    padding-right: 4.84375vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.special__title {
  font-size: 8vw;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.86667vw;
}

@media screen and (min-width: 1024px) {
  .special__title {
    font-size: 3.6rem;
    margin-bottom: 15px;
  }
}

.special__text {
  color: #625451;
  line-height: 1.75;
  margin-bottom: 5.33333vw;
}

@media screen and (min-width: 1024px) {
  .special__text {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .special__image {
    width: 35.15625vw;
  }
}

.special__media {
  width: 86.66667vw;
  margin: 0 auto 13.33333vw;
}

@media screen and (min-width: 1024px) {
  .special__media {
    width: auto;
    margin-bottom: 80px;
    text-align: center;
  }
}

.special__sub-title {
  font-size: 5.33333vw;
  font-weight: bold;
  line-height: 1.65;
  margin-bottom: 2.66667vw;
}

@media screen and (min-width: 1024px) {
  .special__sub-title {
    font-size: 2.03125vw;
    margin-bottom: 8px;
  }
}

.special__logo-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .special__logo-group {
    width: 65.3125vw;
    margin: 0 auto;
    margin-top: 30px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.special__logo {
  width: 28vw;
  margin-bottom: 1.33333vw;
}

@media screen and (min-width: 1024px) {
  .special__logo {
    width: 10.23438vw;
  }
}

.special__data {
  width: 86.66667vw;
  margin: 0 auto 13.06667vw;
}

@media screen and (min-width: 1024px) {
  .special__data {
    width: 62.5vw;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .special__date-store {
    margin-top: 11px;
    width: 62.5vw;
  }
}

.special__cv-lead {
  font-size: 5.33333vw;
  font-weight: bold;
  line-height: 1.65;
  margin-bottom: 6.66667vw;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .special__cv-lead {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
}

.special .cv {
  border-top: none;
  border-bottom: 1px solid #625451;
  padding-top: 0;
  padding-bottom: 13.06667vw;
  margin-bottom: 13.33333vw;
}

@media screen and (min-width: 1024px) {
  .special .cv {
    padding-bottom: 79px;
    margin-bottom: 80px;
  }
}

.special__btnArea {
  width: 86.66667vw;
  margin: 0 auto;
  border-bottom: 1px solid #625451;
  padding-bottom: 13.33333vw;
  margin-bottom: 13.33333vw;
}

@media screen and (min-width: 1024px) {
  .special__btnArea {
    width: auto;
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}

.special__btnArea:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.special__btnArea-lead {
  font-size: 5.86667vw;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5.06667vw;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .special__btnArea-lead {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
}

.company {
  width: 86.66667vw;
  margin: 0 auto;
  padding-bottom: 21.33333vw;
  margin-top: 20.8vw;
}

@media screen and (min-width: 1024px) {
  .company {
    width: 75vw;
    padding-bottom: 100px;
    margin-top: 80px;
  }
}

.company__member-list {
  border-bottom: 1px solid #625451;
  padding-bottom: 13.33333vw;
  margin-bottom: 13.33333vw;
}

@media screen and (min-width: 1024px) {
  .company__member-list {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}

.company__member-item {
  margin-bottom: 23.46667vw;
}

@media screen and (min-width: 1024px) {
  .company__member-item {
    margin-bottom: 129px;
  }
}

.company__member {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .company__member {
    width: 62.5vw;
    margin: 0 auto;
  }
}

.company__member-icon {
  width: 42.66667vw;
  position: absolute;
  top: -10.13333vw;
  right: 0;
}

@media screen and (min-width: 1024px) {
  .company__member-icon {
    width: 23.4375vw;
    max-width: 300px;
    top: -24px;
  }
}

.company__member-name {
  margin-bottom: 15.2vw;
}

@media screen and (min-width: 1024px) {
  .company__member-name {
    margin-bottom: 19px;
  }
}

.company__position {
  font-weight: bold;
  line-height: 1.75;
}

@media screen and (min-width: 1024px) {
  .company__position {
    margin-bottom: 10px;
  }
}

.company__name {
  font-size: 6.93333vw;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .company__name {
    font-size: 3.0rem;
  }
}

.company__text {
  color: #625451;
  line-height: 1.75;
  margin-bottom: 5.33333vw;
}

@media screen and (min-width: 1024px) {
  .company__text {
    width: 35.9375vw;
    margin-bottom: 40px;
  }
}

.company__message-title {
  font-size: 6.93333vw;
  font-weight: bold;
  margin-bottom: 2.4vw;
}

@media screen and (min-width: 1024px) {
  .company__message-title {
    font-size: 2.6rem;
    margin-bottom: 9px;
  }
}

.company__message {
  font-weight: bold;
  line-height: 1.75;
}

.company__guid {
  margin-bottom: 13.33333vw;
}

@media screen and (min-width: 1024px) {
  .company__guid {
    width: 62.5vw;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}

.company__title {
  font-size: 6.93333vw;
  font-weight: bold;
  margin-bottom: 5.06667vw;
}

@media screen and (min-width: 1024px) {
  .company__title {
    font-size: 26px;
    margin-bottom: 19px;
  }
}

.company__meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.company__meta-title {
  width: 30.13333vw;
  margin-right: 14.66667vw;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .company__meta-title {
    width: 113px;
    margin-right: 28px;
  }
}

.company__meta {
  width: 41.86667vw;
  color: #625451;
  line-height: 2.0;
}

@media screen and (min-width: 1024px) {
  .company__contact {
    width: 62.5vw;
    margin: 0 auto;
  }
}

.company__contact-text {
  color: #625451;
  line-height: 1.75;
  margin-bottom: 5.33333vw;
}

@media screen and (min-width: 1024px) {
  .company__contact-text {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=style.css.map */