@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
:root {
  --white: #fff;
  --red: #b40000;
  --blue: #0B3D8C;
  --gray: #dedede;
  --black:#0d0d0d;
  --orange:#72706c;
  --pink:#ff3489;
  --purple:#ad48ff;
  --yellow:#ffc600;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

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

html {
  font-size: 62.5%;
}

body {
  text-rendering: optimizeSpeed;
  position: relative;
  height: auto;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-overflow-scrolling: touch;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  opacity: 0.7;
}

.br-sp {
  display: none;
}

.pc-display {
  display: block;
}

.sp-display {
  display: none;
}

.container {
  width: 80%;
  margin: 0 auto;
}

.inner {
  width: 60%;
  margin: 0 auto;
}

.wrapper {
  width: 100%;
  position: relative;
}

header {
  width: 100%;
  padding: 1vw 0;
  border-top: 3px solid #ffc600;
  border-bottom: 3px solid #ffc600;
}
header .header-inner {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-inner .header-left {
  width: 26vw;
}
header .header-inner .header-left .logo {
  width: 100%;
}
header .header-inner .header-left .logo img {
  width: 100%;
}
header .header-inner .header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-inner .header-right .card {
  width: auto;
}
header .header-inner .header-right .card img {
  width: 100%;
}
header .header-inner .header-right .header-tel {
  width: auto;
  margin-left: 1vw;
}
header .header-inner .header-right .header-tel img {
  width: 100%;
}

.mv {
  background: url(img/mv.png) center top no-repeat;
  background-size: contain;
  height: 48vw;
  position: relative;
  margin-bottom: 6vw;
}
.mv .mv-inner {
  width: 80vw;
  margin: 0 auto;
}
.mv .mv-inner .mv-content {
  position: absolute;
  bottom: -5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mv .mv-inner .mv-content .mv-contents {
  width: 15vw;
  margin-right: 1vw;
}
.mv .mv-inner .mv-content .mv-contents img {
  width: 100%;
}

.if-tel {
  width: 100%;
}
.if-tel img {
  width: 100%;
}

.promise {
  width: 100%;
  margin-top: 2vw;
}
.promise .promise-inner {
  background-color: #f7f9d2;
  border-radius: 20px;
  width: 85vw;
  margin: 0 auto;
  padding: 2vw;
}
.promise .promise-inner h1 {
  margin: 0 auto;
  width: 90%;
}
.promise .promise-inner h1 img {
  width: 100%;
}
.promise .promise-inner .promise-content {
  width: 90%;
  margin: 1.8vw auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.promise .promise-inner .promise-content .promise-contents {
  width: 48%;
  margin-bottom: 1.5vw;
}

.arrow {
  width: 20vw;
  margin: 2vw auto;
}
.arrow img {
  width: 100%;
}

.reach {
  width: 100%;
  background: url(img/bg2.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 2vw;
}
.reach img {
  width: 95%;
  margin: 0 auto;
}

.cta {
  width: 100%;
}
.cta img {
  width: 100%;
}

.voice {
  width: 100%;
  background-color: #ffefa5;
  padding: 2vw 0;
}
.voice .voice-inner {
  width: 80%;
  margin: 0 auto;
  background-color: #fff2be;
  border-radius: 20px;
  padding: 2vw 0;
}
.voice .voice-inner .voice-head {
  margin: 0 auto;
  width: 80%;
}
.voice .voice-inner .voice-head .voice-head1 {
  width: 80%;
  margin: 0 auto;
}
.voice .voice-inner .voice-head .voice-head2 {
  width: 80%;
  margin: 0 auto;
  margin-top: 1.5vw;
}
.voice .voice-inner .voice-content {
  width: 75%;
  margin: 0 auto;
}
.voice .voice-inner .voice-content img {
  width: 100%;
  margin-top: 2vw;
}

.qa {
  width: 60%;
  margin: 2vw auto;
}
.qa img {
  width: 100%;
}

.area {
  width: 60%;
  margin: 2vw auto 0;
}
.area img {
  width: 100%;
}

.step {
  width: 100%;
  margin-bottom: 2vw;
}
.step .step-head {
  width: 70%;
  margin: 0 auto;
}
.step .step-head h1 {
  width: 100%;
  margin: 4vw 0 2vw;
}
.step .step-head h1 img {
  width: 100%;
}
.step .step-head .step-inner {
  width: 100%;
}
.step .step-head .step-inner img {
  width: 100%;
  margin-top: 1vw;
}

footer {
  width: 100%;
  margin-top: 0.5vw;
}
footer .footer-nav {
  width: 60%;
  margin: 0 auto;
}
footer .footer-nav nav {
  display: block;
  margin-left: auto;
  width: 35%;
}
footer .footer-nav nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-nav nav ul a {
  font-size: 0.8vw;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-nav nav ul a::before {
  content: "";
  background: url(img/arrow2.png) center center no-repeat;
  background-size: contain;
  width: 8px;
  height: 13px;
  display: block;
  margin-right: 0.3vw;
}
footer .copyright {
  background-color: #ff9000;
  padding: 1vw 0;
  margin-top: 2vw;
}
footer .copyright p {
  font-size: 0.7vw;
  text-align: center;
  color: #fff;
}

.company-table {
  width: 100%;
  padding: 2vw 0;
  margin-bottom: 7vw;
}
.company-table h1 {
  text-align: center;
  font-size: 1.8vw;
  padding: 2vw 0;
}
.company-table h1::after {
  content: "company";
  display: block;
  font-size: 0.7vw;
}
.company-table table {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.company-table table tbody {
  width: 100%;
  display: block;
}
.company-table table tbody tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.1vw;
}
.company-table table tbody tr .table-left, .company-table table tbody tr .table-right {
  display: block;
  padding: 1vw;
  border: 1px solid rgba(107, 107, 107, 0.3);
  font-size: 0.8vw;
}
.company-table table tbody tr .table-left {
  width: 40%;
  margin-right: 0.1vw;
  background-color: rgb(255, 253, 220);
}
.company-table table tbody tr .table-right {
  width: 60%;
  background-color: rgb(255, 250, 160);
}

.under-title {
  width: 100%;
  padding: 2vw 5vw;
}
.under-title h1 {
  text-align: center;
  font-size: 1.8vw;
  font-weight: bold;
}
.under-title p {
  text-align: center;
  font-size: 0.5vw;
  letter-spacing: 0.2em;
}

.privacy-policy-wrapper {
  width: 100%;
}
.privacy-policy-wrapper .privacy-policy-inner {
  width: 60%;
  margin: 0 auto 5vw;
}
.privacy-policy-wrapper .privacy-policy-inner .pp-intro-desc {
  font-size: 0.8vw;
  margin-bottom: 2vw;
}
.privacy-policy-wrapper .privacy-policy-inner .pp-content {
  width: 100%;
  margin-bottom: 1.8vw;
}
.privacy-policy-wrapper .privacy-policy-inner .pp-content h1 {
  font-size: 1.2vw;
}
.privacy-policy-wrapper .privacy-policy-inner .pp-content p {
  padding-top: 0.8vw;
  font-size: 0.7vw;
}
.privacy-policy-wrapper .privacy-policy-inner .end-desc {
  text-align: right;
  font-size: 0.8vw;
}
.privacy-policy-wrapper .privacy-policy-inner .end-desc2 {
  font-size: 0.8vw;
}

@media screen and (max-width: 450px) {
  .br-sp {
    display: block;
  }
  .sp-cta {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
  }
  .sp-cta .sp-cta-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sp-cta .sp-cta-inner .sp-btn-tel {
    width: 75%;
  }
  .sp-cta .sp-cta-inner .sp-btn-tel a {
    display: block;
  }
  .sp-cta .sp-cta-inner .sp-btn-tel a img {
    width: 100%;
  }
  .sp-cta .sp-cta-inner .sp-btn-mail {
    width: 22%;
  }
  .sp-cta .sp-cta-inner .sp-btn-mail a {
    display: block;
  }
  .sp-cta .sp-cta-inner .sp-btn-mail a img {
    width: 100%;
  }
  .pc-display {
    display: none;
  }
  .sp-display {
    display: block;
  }
  header {
    width: 100%;
    padding: 1vw 0;
    border-top: 3px solid #ffc600;
    border-bottom: 3px solid #ffc600;
  }
  header .header-inner {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header-inner .header-left {
    width: 50vw;
    margin: 3vw 0;
  }
  header .header-inner .header-left .logo {
    width: 100%;
  }
  header .header-inner .header-left .logo img {
    width: 100%;
  }
  header .header-inner .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header-inner .header-right .card {
    width: auto;
  }
  header .header-inner .header-right .card img {
    width: 100%;
  }
  header .header-inner .header-right .header-tel {
    width: auto;
    margin-left: 1vw;
  }
  header .header-inner .header-right .header-tel img {
    width: 100%;
  }
  .mv {
    background: url(img/mv_sp.png) center top no-repeat;
    background-size: cover;
    height: 88vw;
    position: relative;
    margin-bottom: 6vw;
  }
  .mv .mv-inner {
    width: 80vw;
    margin: 0 auto;
  }
  .mv .mv-inner .mv-content {
    position: absolute;
    bottom: -5vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mv .mv-inner .mv-content .mv-contents {
    width: 28%;
    margin-right: 1vw;
  }
  .mv .mv-inner .mv-content .mv-contents img {
    width: 100%;
  }
  .if-tel {
    width: 100%;
  }
  .if-tel img {
    width: 100%;
  }
  .promise {
    width: 100%;
    margin-top: 0;
  }
  .promise .promise-inner {
    background-color: #f7f9d2;
    border-radius: 0;
    width: 100%;
    margin: 0 auto;
    padding: 5vw 0;
  }
  .promise .promise-inner h1 {
    margin: 0 auto;
    width: 95%;
  }
  .promise .promise-inner h1 img {
    width: 100%;
  }
  .promise .promise-inner .promise-content {
    width: 80%;
    margin: 1.8vw auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5vw;
  }
  .promise .promise-inner .promise-content .promise-contents {
    width: 100%;
    margin-bottom: 3vw;
  }
  .arrow {
    width: 20vw;
    margin: 2vw auto;
  }
  .arrow img {
    width: 100%;
  }
  .reach {
    width: 100%;
    background: url(img/bg2.png) center center no-repeat;
    background-size: cover;
    margin-bottom: 2vw;
  }
  .reach img {
    width: 90%;
    margin: 0 auto;
  }
  .cta {
    width: 100%;
  }
  .cta img {
    width: 100%;
  }
  .voice {
    width: 100%;
    background-color: #ffefa5;
    padding: 4vw 0;
  }
  .voice .voice-inner {
    width: 90%;
    margin: 0 auto;
    background-color: #fff2be;
    border-radius: 20px;
    padding: 5vw 0;
  }
  .voice .voice-inner .voice-head {
    margin: 0 auto;
    width: 95%;
  }
  .voice .voice-inner .voice-head .voice-head1 {
    width: 100%;
    margin: 0 auto 5vw;
  }
  .voice .voice-inner .voice-head .voice-head2 {
    width: 90%;
    margin: 0 auto;
    margin-top: 1.5vw;
  }
  .voice .voice-inner .voice-content {
    width: 90%;
    margin: 0 auto;
  }
  .voice .voice-inner .voice-content img {
    width: 100%;
    margin-top: 2vw;
  }
  .qa {
    width: 90%;
    margin: 2vw auto;
  }
  .qa img {
    width: 100%;
  }
  .area {
    width: 95%;
    margin: 2vw auto 0;
  }
  .area img {
    width: 100%;
  }
  .step {
    width: 100%;
    margin-bottom: 2vw;
  }
  .step .step-head {
    width: 90%;
    margin: 0 auto;
  }
  .step .step-head h1 {
    width: 100%;
    margin: 4vw 0 2vw;
  }
  .step .step-head h1 img {
    width: 100%;
  }
  .step .step-head .step-inner {
    width: 100%;
  }
  .step .step-head .step-inner img {
    width: 100%;
    margin-top: 1vw;
  }
  footer {
    width: 100%;
    margin-top: 0.5vw;
  }
  footer .footer-nav {
    width: 70%;
    margin: 2vw auto 0;
  }
  footer .footer-nav nav {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  footer .footer-nav nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer-nav nav ul a {
    font-size: 2.8vw;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer-nav nav ul a::before {
    content: "";
    background: url(img/arrow2.png) center center no-repeat;
    background-size: contain;
    width: 8px;
    height: 13px;
    display: block;
    margin-right: 0.3vw;
  }
  footer .copyright {
    background-color: #ff9000;
    padding: 3vw 0;
    margin-top: 2vw;
  }
  footer .copyright p {
    font-size: 3vw;
    text-align: center;
    color: #fff;
  }
  .sp-mail {
    width: 100%;
  }
  .sp-mail .sp-mail-head {
    width: 100%;
  }
  .sp-mail .sp-mail-head img {
    width: 100%;
  }
  .sp-mail .sp-mail-inner {
    width: 90%;
    margin: 0 auto;
    padding: 5vw 0;
  }
  .sp-mail .sp-mail-inner form {
    width: 100%;
  }
  .sp-mail .sp-mail-inner form .form-content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3vw;
  }
  .sp-mail .sp-mail-inner form .form-content label {
    font-size: 4vw;
  }
  .sp-mail .sp-mail-inner form .form-content input, .sp-mail .sp-mail-inner form .form-content select, .sp-mail .sp-mail-inner form .form-content textarea {
    display: block;
    width: 100%;
    border-radius: 5px;
    background-color: #fffac7;
    font-size: 4vw;
    padding: 2vw;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .sp-mail .sp-mail-inner form .form-content p {
    font-size: 4vw;
    border: 1px solid rgba(170, 170, 170, 0.5);
    border-radius: 5px;
    padding: 2vw;
  }
  .sp-mail .sp-mail-inner form .form-content textarea {
    height: 20vw;
  }
  .sp-mail .sp-mail-inner form .submit {
    width: 100%;
    padding: 6vw 0;
    font-size: 4vw;
    border-radius: 5px;
    background-color: #fff36b;
    margin: 0 auto;
    display: block;
    border: 1px solid #fffac7;
    color: #000;
  }
  .sp-mail .sp-mail-inner form .btn_back {
    width: 100%;
    font-size: 4vw;
    border-radius: 5px;
    background-color: #fff36b;
    padding: 4vw 0;
    border: none;
    margin-bottom: 4vw;
  }
  .sp-mail .sp-mail-inner form .btn_submit {
    font-size: 4vw;
    width: 100%;
    border-radius: 5px;
    background-color: #fff36b;
    padding: 4vw 0;
    border: none;
  }
  .thanks-desc {
    text-align: center;
    font-size: 4vw;
    padding: 4vw 0 5vw 0;
  }
  .to-top {
    font-size: 4vw;
    text-align: center;
    padding: 0 0 3vw 0;
    color: #000;
    width: 100%;
    display: block;
    background-color: rgb(252, 255, 206);
    padding: 4vw;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }
  .company-table {
    width: 100%;
    padding: 5vw 0;
    width: 100%;
    padding: 5vw 0;
    margin-bottom: 10vw;
  }
  .company-table h1 {
    text-align: center;
    font-size: 6vw;
    padding: 4vw 0;
  }
  .company-table h1::after {
    content: "company";
    display: block;
    font-size: 2.8vw;
  }
  .company-table table {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .company-table table tbody {
    width: 100%;
    display: block;
  }
  .company-table table tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2vw;
  }
  .company-table table tbody tr .table-left, .company-table table tbody tr .table-right {
    display: block;
    padding: 2.5vw;
    border: 1px solid rgba(107, 107, 107, 0.3);
    font-size: 3.2vw;
  }
  .company-table table tbody tr .table-left {
    width: 100%;
    margin-right: 0;
    background-color: rgb(255, 253, 220);
  }
  .company-table table tbody tr .table-right {
    width: 100%;
    background-color: rgb(255, 250, 160);
  }
  .under-title {
    width: 100%;
    padding: 7vw 3vw;
  }
  .under-title h1 {
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
  }
  .under-title p {
    text-align: center;
    font-size: 2.5vw;
    letter-spacing: 0.2em;
  }
  .privacy-policy-wrapper {
    width: 100%;
  }
  .privacy-policy-wrapper .privacy-policy-inner {
    width: 90%;
    margin: 0 auto 10vw;
  }
  .privacy-policy-wrapper .privacy-policy-inner .pp-intro-desc {
    font-size: 3vw;
    margin-bottom: 5vw;
  }
  .privacy-policy-wrapper .privacy-policy-inner .pp-content {
    width: 100%;
    margin-bottom: 5vw;
  }
  .privacy-policy-wrapper .privacy-policy-inner .pp-content h1 {
    font-size: 4vw;
  }
  .privacy-policy-wrapper .privacy-policy-inner .pp-content p {
    padding-top: 0.8vw;
    font-size: 3vw;
  }
  .privacy-policy-wrapper .privacy-policy-inner .end-desc {
    text-align: right;
    font-size: 3vw;
  }
  .privacy-policy-wrapper .privacy-policy-inner .end-desc2 {
    font-size: 3vw;
  }
}/*# sourceMappingURL=style.css.map */