@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css2?family=Hind:wght@600&family=Rubik:wght@300;500&family=Shippori+Mincho&family=Zen+Maru+Gothic:wght@400;500&display=swap);
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, h1, h2, h3, h4, h5, h6, ol, ul, p, dl, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}
table caption, table th, table td {
  text-align: left;
  vertical-align: middle;
}
table caption, table th {
  font-weight: 300;
}
table td {
  font-weight: 200;
}

q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
}

a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
}

a img {
  border: none;
}

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

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

input, button, textarea, select {
  margin: 0;
  border: none;
  outline: none;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
}

img.cover, video.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

h1 {
  font-weight: normal;
}

h2, h3, h4, h5, h6 {
  font-weight: 500;
}

p {
  margin: 0;
}

:-moz-placeholder-shown {
  color: #8a8a8a;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

:placeholder-shown {
  color: #8a8a8a;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

*:focus {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn {
  text-align: center;
}
.btn a {
  background-color: #ffea34;
  color: #2071b2;
  font-size: 2.4rem;
  text-align: center;
  display: inline-block;
  border-radius: 5rem;
  padding: 1rem 3rem;
  font-weight: bold;
  cursor: pointer;
  width: 43rem;
}
.btn a:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.19);
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
}

.btn-more a {
  font-size: 1.8rem;
  border: 0.2rem solid #2071b2;
  font-weight: bold;
  text-align: center;
  color: #2071b2;
  width: 20rem;
  border-radius: 5rem;
  cursor: pointer;
  padding: 0.5rem 0;
}
.btn-more a:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.19);
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
}
.pc {
  display: inline;
}

.sp {
  display: none;
}

h2 {
  font-size: 4rem;
  text-align: center;
  position: relative;
  margin-bottom: 9.5rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #2071b2;
}
h2:before {
  content: "";
  position: absolute;
  border-bottom: 0.2rem solid #ffea34;
  width: 21rem;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1rem;
}
h2 span {
  font-size: 1.6rem;
  display: block;
  letter-spacing: 0;
}

.l-inner {
  width: 132rem;
  margin: 0 auto;
}

.inner {
  width: 110rem;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.center {
  text-align: center;
}
#header {
  padding: 2rem 0;
}
#header .logo {
  width: 8%;
}
#footer {
  background-color: #2071b2;
  padding: 8rem 0;
  color: #fff;
  text-align: center;
}
#footer .logo {
  width: 7%;
  margin: 0 auto 4rem;
}
#main section {
  padding: 15rem 0 17rem;
}
#main #cta {
  background: url(../img/cta.jpg) no-repeat center;
  background-size: cover;
  padding: 16rem 0 13rem;
}
#main #mainv {
  background: url(../img/mainv-bg.svg) no-repeat center/cover;
  background-color: rgba(32, 113, 178, 0.1);
  padding-top: 9.5rem;
  padding-bottom: 0;
}
#main #mainv .inner {
  position: relative;
  padding-bottom: 12rem;
}
#main #mainv .txt {
  text-align: left;
  letter-spacing: 0;
}
#main #mainv .txt .comment {
  font-size: 1.8rem;
}
#main #mainv .txt h1 {
  margin: 4rem 0;
  font-size: 4rem;
  color: #2071b2;
  font-weight: bold;
  line-height: 1.6;
}
#main #mainv .txt .contact-txt {
  font-weight: bold;
  font-size: 2.1rem;
  text-align: center;
  line-height: 1.1;
  position: relative;
  margin-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2071b2;
  margin-left: 10%;
}
#main #mainv .txt .contact-txt::after {
  content: "";
  position: absolute;
  background: url(../img/mainv-arrow.svg) no-repeat center bottom;
  width: 25rem;
  height: 2rem;
  background-size: cover;
  bottom: -3rem;
  left: -2rem;
}
#main #mainv .txt .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main #mainv .txt .btn a {
  background-color: #2071b2;
  color: #ffea34;
}
#main #mainv .price {
  position: absolute;
  font-weight: bold;
  top: -6rem;
  left: 7rem;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 3.4rem;
  background: url(../img/mainv-price-bg.svg) no-repeat center bottom;
  line-height: 1.2;
  color: #2071b2;
  padding: 1.5rem 0;
}
#main #mainv .price .big {
  font-size: 4rem;
  display: block;
}
#main #mainv .img {
  position: absolute;
  bottom: 0;
  width: 57%;
  right: -2rem;
}
#main #issue {
  background-color: #2071b2;
}
#main #issue h2 {
  color: #fff;
}
#main #issue .flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#main #issue .box {
  padding: 10rem 3rem 6rem;
  width: 33.3333333333%;
  position: relative;
  border-radius: 1rem;
  background-color: #fff;
  margin-right: 4rem;
  letter-spacing: 0;
}
#main #issue .box:last-child {
  margin-right: 0;
}
#main #issue .box .no {
  position: absolute;
  font-weight: bold;
  left: 2rem;
  top: 2rem;
  font-size: 6rem;
  line-height: 1;
  color: #2071b2;
  z-index: 1;
}
#main #issue .box .no:before {
  content: "";
  position: absolute;
  background: url(../img/issue-no-back.svg) no-repeat;
  left: -2rem;
  top: -2rem;
  z-index: -1;
  background-size: 100%;
  width: 9rem;
  height: 9rem;
}
#main #issue .box .ttl {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 6rem;
  position: relative;
  height: 8rem;
}
#main #issue .box .ttl:after {
  content: "";
  position: absolute;
  background: url(../img/arrow.svg) no-repeat;
  width: 5rem;
  height: 2rem;
  bottom: -3rem;
  left: 0;
  right: 0;
  margin: auto;
}
#main #issue .box .descri {
  font-size: 2rem;
  color: #2071b2;
  text-align: center;
  font-weight: bold;
  line-height: 1.7;
}
#main #issue .box .img {
  width: 70%;
  margin: 4rem auto 0;
}
#main #issue .box .img img {
  width: 100%;
}
#main #feature {
  background-color: #b7ddfd;
}
#main #feature h2 {
  color: #2071b2;
}
#main #feature .flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#main #feature .box {
  padding: 5rem 4.5rem;
  width: 33.3333333333%;
  border-radius: 1rem;
  background-color: #fff;
  margin-right: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main #feature .box:last-child {
  margin-right: 0;
}
#main #feature .box .no {
  position: inherit;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #2071b2;
}
#main #feature .box .ttl {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.7;
  font-weight: bold;
  color: #2071b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main #feature .box .descri {
  color: #000;
  text-align: left;
}
#main #feature .box .img {
  width: 50%;
  height: 11rem;
  margin: 3.5rem auto;
}
#main #feature .box .img img {
  width: 100%;
}
#main #provide {
  background-color: #fafafa;
  padding-bottom: 11rem;
}
#main #provide h2 {
  color: #2071b2;
}
#main #provide .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main #provide .circle {
  width: 100%;
}
#main #provide .box {
  margin-right: 7rem;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  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;
  margin-bottom: 5rem;
}
#main #provide .box:nth-child(3n) {
  margin-right: 0;
}
#main #provide .box:nth-child(n+7) {
  margin-bottom: 0;
}
#main #provide .box .no {
  font-weight: bold;
  font-size: 8.4rem;
  color: #ffea34;
  text-align: right;
  position: absolute;
  line-height: 1;
  right: -1rem;
  top: -1rem;
}
#main #provide .box .img {
  width: 40%;
  margin: 0 auto 2rem;
}
#main #provide .box .img img {
  width: 100%;
}
#main #provide .box .ttl {
  font-size: 2rem;
  text-align: center;
  color: #2071b2;
  font-weight: bold;
}
#main #provide .caution {
  margin-top: 9rem;
  text-align: center;
  font-weight: bold;
}
#main #case {
  padding-bottom: 22rem;
}
#main #case h2 {
  margin-bottom: 0;
}
#main #case .img {
  margin-top: -8rem;
}
#main #case .box {
  padding: 6rem 15rem;
  margin-bottom: 6rem;
  background-color: #b7ddfd;
  position: relative;
}
#main #case .box .no {
  position: absolute;
  left: 5rem;
  top: 5rem;
  font-size: 6rem;
  line-height: 1;
  color: #2071b2;
  z-index: 1;
  font-weight: bold;
}
#main #case .box .no:before {
  content: "";
  position: absolute;
  background: url(../img/issue-no-back.svg) no-repeat;
  left: -2rem;
  top: -2rem;
  z-index: -1;
  background-size: 100%;
  width: 9rem;
  height: 9rem;
}
#main #case .box h3 {
  font-size: 2.4rem;
  color: #2071b2;
  padding-bottom: 5rem;
  border-bottom: 0.1rem solid #2071b2;
  width: 100%;
  margin-bottom: 5rem;
}
#main #case .box h3 span {
  font-size: 1.6rem;
  display: block;
}
#main #case .box .txt .before, #main #case .box .txt .solution, #main #case .box .txt .after {
  margin-bottom: 4.5rem;
}
#main #case .box .txt .before .ttl, #main #case .box .txt .solution .ttl, #main #case .box .txt .after .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #2071b2;
}
#main #case .box .txt .after {
  margin-bottom: 0;
}
#main #flow {
  background-color: #2071b2;
  padding-bottom: 20rem;
}
#main #flow h2 {
  color: #fff;
}
#main #flow .flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#main #flow .box {
  width: 25%;
  margin-right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main #flow .box:last-child {
  margin-right: 0;
}
#main #flow .box .img {
  line-height: 0;
}
#main #flow .box .img img {
  width: 100%;
}
#main #flow .box .txt {
  padding: 4.5rem 3rem 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
#main #flow .box .txt .no {
  font-size: 6rem;
  font-weight: bold;
  color: #2071b2;
  text-align: center;
  line-height: 1;
}
#main #flow .box .txt .ttl {
  margin: 2rem 0;
  text-align: center;
  color: #2071b2;
  font-size: 2.4rem;
}
#main #qa {
  background-color: #fafafa;
  padding-bottom: 15rem;
}
#main #qa .box {
  padding: 3rem;
  margin-bottom: 5rem;
  background-color: #fff;
}
#main #qa .box:last-child {
  margin-bottom: 0;
}
#main #qa .box .question {
  font-size: 2.4rem;
  font-weight: bold;
  color: #2071b2;
}
#main #company {
  background: url(../img/company-bg.jpg) no-repeat center left;
  background-size: 80%;
  position: relative;
  height: 151rem;
  padding-top: 18rem;
}
#main #company .inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#main #company h2 {
  text-align: left;
}
#main #company h2:before {
  right: inherit;
}
#main #company .txt {
  background-color: #2071b2;
  padding: 10rem 9.5rem;
  position: absolute;
  right: 0;
}
#main #company .txt dl {
  margin-bottom: 4.5rem;
}
#main #company .txt dl dt {
  color: #ffea34;
  display: inline-block;
  width: 8rem;
  margin-right: 6rem;
  vertical-align: top;
  font-size: 1.8rem;
}
#main #company .txt dl dd {
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
}
#main #company .txt .btn {
  text-align: left;
}
#main #company .txt .btn a {
  width: 50%;
  font-size: 1.8rem;
  position: relative;
}
#main #company .txt .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  border: 0.6rem solid transparent;
  border-left: 0.6rem solid #2071b2;
}
#main #contact {
  background-color: #b7ddfd;
  padding-bottom: 28rem;
}
#main #contact form {
  margin-bottom: 6rem;
}
#main #contact table {
  width: 100%;
}
#main #contact table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main #contact table tr:last-child th {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#main #contact table tr:last-child th, #main #contact table tr:last-child td {
  margin-bottom: 0;
}
#main #contact table tr th {
  color: #2071b2;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.5rem;
  font-weight: bold;
}
#main #contact table tr th .ttl {
  margin-right: 8rem;
  width: 16rem;
}
#main #contact table tr th .required, #main #contact table tr th .any {
  background-color: #2071b2;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 0.5rem;
  width: 6rem;
  display: block;
  line-height: 1.6;
  font-weight: normal;
}
#main #contact table tr th .any {
  background-color: rgba(32, 113, 178, 0.4);
}
#main #contact table tr td {
  width: 100%;
  margin-bottom: 4.5rem;
  margin-left: 1.5rem;
}
#main #contact table tr td input, #main #contact table tr td textarea {
  background-color: #fff;
  border: 0.1rem solid #c8c8c8;
  padding: 0.8rem 1.5rem;
  width: 100%;
  font-size: 1.6rem;
}
#main #contact table tr td textarea {
  height: 17rem;
  resize: vertical;
}
#main #contact .agree {
  margin: 12rem 0 9.5rem;
  color: #2071b2;
  text-align: center;
  cursor: pointer;
}
#main #contact .agree input {
  margin-right: 1rem;
  vertical-align: middle;
}
#main #contact .submit {
  margin-top: 4rem;
}
#main #contact .submit input {
  background-color: #2071b2;
  color: #fff;
  text-align: center;
  border-radius: 5rem;
  font-size: 1.8rem;
  width: 35rem;
  margin: 0 auto;
  padding: 1.5rem 0;
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#main #contact .submit input:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main #contact .privacy .ttl {
  font-size: 1.6rem;
}
#main #contact .privacy .txt {
  background-color: #fff;
  border: 0.1rem solid #c8c8c8;
  max-height: 33rem;
  padding: 3rem;
  margin-top: 3rem;
  overflow-y: scroll;
}
#main #contact .privacy .txt p {
  margin-top: 2rem;
}
#main #contact .privacy .txt p:first-child {
  margin-top: 0;
}

#confirm #main, #thanks #main {
  background-color: #b7ddfd;
  padding: 15rem 0;
}
#confirm #main table, #thanks #main table {
  width: 100%;
  margin: 3rem auto 5rem;
  border-collapse: collapse;
}
#confirm #main table tr th, #thanks #main table tr th {
  width: 30%;
  background: #fafafa;
  text-align: left;
  border: 0.1rem solid #c8c8c8;
  color: #2071b2;
  font-size: 1.6rem;
  margin-bottom: 4.5rem;
  font-weight: bold;
  padding: 1rem;
}
#confirm #main table tr td, #thanks #main table tr td {
  border: 0.1rem solid #c8c8c8;
  padding: 1rem;
  background-color: #fff;
  font-weight: normal;
}
#confirm #main .submit, #thanks #main .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: 0 auto;
}
#confirm #main .submit input, #thanks #main .submit input {
  background-color: #2071b2;
  color: #fff;
  text-align: center;
  border-radius: 5rem;
  font-size: 1.8rem;
  width: 30%;
  margin-right: 2rem;
  margin: 0 auto;
  padding: 1.5rem 0;
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#confirm #main .submit input:hover, #thanks #main .submit input:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#confirm #main .submit input[type=button], #thanks #main .submit input[type=button] {
  background-color: #c8c8c8;
  margin-right: 0;
}
#confirm #main .error .ttl, #thanks #main .error .ttl {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2rem;
}
#confirm #main .error .error_messe, #thanks #main .error .error_messe {
  text-align: center;
}
#confirm #main .error .error_messe span, #thanks #main .error .error_messe span {
  color: #e11313;
}
#confirm #main .error .submit input[type=button], #thanks #main .error .submit input[type=button] {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.5vw;
    line-height: 1.8;
  }
  .btn a {
    font-size: 4.6vw;
    padding: 2vw 10vw;
    width: auto;
  }
  .btn-more a {
    font-size: 3.4vw;
    width: 100%;
    padding: 1vw 7vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
  .l-inner {
    width: 95%;
  }
  .inner {
    width: 90%;
  }
  .flex {
    display: block;
  }
  h1 {
    padding: 20vw 0 16vw;
    font-size: 6.4vw;
    border-radius: 0 0 1.5rem 1.5rem;
    margin-bottom: 8vw;
    margin-top: 17vw;
  }
  h1:after {
    height: 11vw;
    bottom: -3vw;
  }
  h1 span {
    font-size: 2.9vw;
  }
  h2 {
    margin-bottom: 10vw;
    font-size: 9vw;
  }
  h2:before {
    width: 25vw;
    bottom: -2vw;
  }
  h2 span {
    font-size: 4vw;
  }
  #header {
    padding: 2vw 0;
  }
  #header .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .logo {
    width: 20%;
  }
  #footer {
    padding: 8vw 0;
  }
  #footer .logo {
    width: 30%;
    margin: 0 auto 7vw;
  }
  #main section {
    padding: 15vw 0;
  }
  #main #cta {
    padding: 16vw 0 9vw;
  }
  #main #mainv {
    background: url(../img/mainv-bg.svg) no-repeat center/cover;
    background-color: rgba(32, 113, 178, 0.1);
    padding-top: 13vw;
    padding-bottom: 0;
  }
  #main #mainv .inner {
    padding-bottom: 80vw;
  }
  #main #mainv .txt {
    text-align: left;
    letter-spacing: 0;
  }
  #main #mainv .txt .comment {
    font-size: 3vw;
  }
  #main #mainv .txt h1 {
    padding: 0;
    margin: 7vw 0;
    font-size: 5.8vw;
  }
  #main #mainv .txt .contact-txt {
    font-size: 3.4vw;
    line-height: 1.4;
    margin-bottom: 8vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
  #main #mainv .txt .contact-txt::after {
    background-size: 100%;
    bottom: -5vw;
    width: 42vw;
    height: 6vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  #main #mainv .txt .btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #main #mainv .txt .btn a {
    width: 70%;
    font-size: 3.8vw;
    padding: 2vw 4vw;
  }
  #main #mainv .price {
    font-size: 4.6vw;
    left: 36vw;
    top: -6vw;
    padding: 2vw 0;
  }
  #main #mainv .price .big {
    font-size: 5.4vw;
  }
  #main #mainv .img {
    width: 105%;
    right: 0;
    left: -2.5%;
    margin: auto;
  }
  #main #issue .box {
    padding: 10vw 5vw;
    width: 100%;
    margin-bottom: 10vw;
    margin-right: 0;
  }
  #main #issue .box:last-child {
    margin-bottom: 0;
  }
  #main #issue .box .no {
    left: 3vw;
    top: 3vw;
    font-size: 8vw;
  }
  #main #issue .box .no:before {
    width: 16vw;
    height: 16vw;
    left: -3vw;
    top: -3vw;
  }
  #main #issue .box .ttl {
    font-size: 5vw;
    height: auto;
    margin-bottom: 10vw;
  }
  #main #issue .box .ttl:after {
    width: 10vw;
    height: 5vw;
    bottom: -8vw;
  }
  #main #issue .box .descri {
    font-size: 4vw;
  }
  #main #issue .box .img {
    width: 60%;
    margin: 10vw auto 0;
  }
  #main #feature .box {
    padding: 10vw 5vw;
    width: 100%;
    margin-bottom: 10vw;
    margin-right: 0;
  }
  #main #feature .box:last-child {
    margin-bottom: 0;
  }
  #main #feature .box .no {
    font-size: 5.4vw;
  }
  #main #feature .box .ttl {
    font-size: 5.4vw;
    margin-bottom: 3vw;
  }
  #main #feature .box .img {
    height: auto;
    margin: 7vw auto;
  }
  #main #provide .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main #provide .box {
    margin-right: 0;
    width: 40vw;
    height: 40vw;
    margin-bottom: 6vw;
  }
  #main #provide .box:nth-child(n+7) {
    margin-bottom: 3vw;
  }
  #main #provide .box:last-child {
    margin-bottom: 0;
    margin: 0 auto;
  }
  #main #provide .box .no {
    font-size: 10vw;
    right: 0;
    top: 0;
  }
  #main #provide .box .img {
    margin: 0 auto 2vw;
  }
  #main #provide .box .ttl {
    font-size: 3.6vw;
    letter-spacing: 0;
  }
  #main #provide .caution {
    margin-top: 12vw;
  }
  #main #case {
    padding: 15vw 0;
  }
  #main #case .img {
    margin-top: -6vw;
  }
  #main #case .box {
    padding: 18vw 5vw 10vw;
    width: 100%;
    margin-bottom: 10vw;
  }
  #main #case .box .no {
    left: 5vw;
    top: 5vw;
    font-size: 8vw;
  }
  #main #case .box .no:before {
    width: 16vw;
    height: 16vw;
    left: -3vw;
    top: -3vw;
  }
  #main #case .box h3 {
    font-size: 6vw;
    margin-bottom: 4vw;
    padding-bottom: 4vw;
    line-height: 1.4;
  }
  #main #case .box h3 span {
    font-size: 4.2vw;
  }
  #main #case .box .txt .before, #main #case .box .txt .solution, #main #case .box .txt .after {
    margin-bottom: 3vw;
  }
  #main #case .box .txt .before .ttl, #main #case .box .txt .solution .ttl, #main #case .box .txt .after .ttl {
    font-size: 6vw;
  }
  #main #flow {
    padding: 15vw 0;
  }
  #main #flow .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main #flow .box {
    width: 100%;
    margin-right: 2vw;
    width: 48.5%;
    margin-bottom: 4vw;
  }
  #main #flow .box:nth-child(2n) {
    margin-right: 0;
  }
  #main #flow .box:nth-child(n+3) {
    margin-bottom: 0;
  }
  #main #flow .box .txt {
    padding: 5vw 4vw;
    height: auto;
  }
  #main #flow .box .txt .no {
    font-size: 10vw;
  }
  #main #flow .box .txt .ttl {
    font-size: 5vw;
    margin: 1vw 0;
  }
  #main #qa {
    padding: 15vw 0;
  }
  #main #qa .box {
    padding: 4vw;
    margin-bottom: 5vw;
  }
  #main #qa .box .question {
    font-size: 5vw;
    margin-bottom: 2vw;
  }
  #main #company {
    padding: 15vw 0;
    height: 425vw;
    background: url(../img/company-bg.jpg) no-repeat center 37vw;
    background-size: 100%;
  }
  #main #company h2 {
    text-align: center;
    margin-bottom: 54vw;
  }
  #main #company h2:before {
    right: 0;
  }
  #main #company .txt {
    padding: 0;
    width: 95%;
    left: 0;
    padding: 3vw 5vw 10vw;
    margin: 0 auto;
  }
  #main #company .txt dl {
    margin-bottom: 8vw;
  }
  #main #company .txt dl dt {
    width: auto;
    font-size: 5vw;
    display: block;
    margin-right: 0;
  }
  #main #company .txt dl dd {
    display: block;
    font-size: 4vw;
  }
  #main #company .txt .btn {
    width: 80%;
    margin: 0 auto;
  }
  #main #company .txt .btn a {
    width: 100%;
    font-size: 4.2vw;
    padding: 1vw 5vw;
  }
  #main #company .txt .btn a:after {
    right: 1vw;
    width: 2vw;
    height: 2vw;
    border: 1.5vw solid transparent;
    border-left: 1.5vw solid #2071b2;
  }
  #main #contact {
    padding: 15vw 0;
  }
  #main #contact table tr {
    display: block;
  }
  #main #contact table tr:last-child td {
    margin-bottom: 0;
  }
  #main #contact table tr:last-child th, #main #contact table tr:last-child td {
    margin-bottom: 1vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #main #contact table tr th {
    width: auto;
    font-size: 5vw;
    margin-bottom: 1vw;
  }
  #main #contact table tr th .ttl {
    width: auto;
    margin-right: 2vw;
  }
  #main #contact table tr th .required, #main #contact table tr th .any {
    font-size: 3.6vw;
    width: 12vw;
    margin-right: 0;
  }
  #main #contact table tr td {
    margin-left: 0;
    margin-bottom: 7vw;
    margin-top: 0vw;
    display: block;
  }
  #main #contact table tr td input, #main #contact table tr td textarea {
    font-size: 5vw;
    padding: 2vw;
  }
  #main #contact table tr td textarea {
    height: 50vw;
  }
  #main #contact .agree {
    margin: 7vw 0 10vw;
  }
  #main #contact .submit {
    margin-top: 3rem;
  }
  #main #contact .submit input {
    font-size: 4.6vw;
    width: 80%;
    padding: 4vw 0;
  }
  #main #contact .privacy .ttl {
    font-size: 3.6vw;
  }
  #main #contact .privacy .txt {
    max-height: 100vw;
    padding: 3vw;
    margin-top: 6vw;
  }
  #main #contact .privacy .txt p {
    margin-top: 7vw;
  }
  #confirm #main, #thanks #main {
    padding: 20vw 0;
  }
  #confirm #main table, #thanks #main table {
    margin: 5vw 0 12vw;
  }
  #confirm #main table tr th, #thanks #main table tr th {
    width: 100%;
    display: block;
    font-size: 4vw;
    margin-bottom: 0;
    padding: 3vw;
  }
  #confirm #main table tr td, #thanks #main table tr td {
    display: block;
    width: 100%;
    padding: 3vw;
  }
  #confirm #main .submit, #thanks #main .submit {
    display: block;
    width: 80%;
  }
  #confirm #main .submit input, #thanks #main .submit input {
    font-size: 4vw;
    width: 100%;
    margin-right: 0;
    padding: 4vw;
  }
  #confirm #main .submit input[type=button], #thanks #main .submit input[type=button] {
    margin-bottom: 2rem;
  }
  #confirm #main .error .ttl, #thanks #main .error .ttl {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
/*# sourceMappingURL=style.css.map */