@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
dl, dt, dd, ol, ul, li,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
dl, dt, dd, ol, ul, li,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

body {
  width: 100%;
  min-width: 1200px;
  font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  opacity: 0.7;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
}
button:hover {
  opacity: 0.7;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 100vh;
  background-color: #1d3e7b;
  z-index: 1;
}
.header .logo {
  margin: 20px auto 0;
  display: block;
  text-align: center;
}
.header .menu_icon {
  margin: 55px auto 0;
  display: block;
}
.header .login_icon {
  margin: 35px auto 0;
  display: block;
  text-align: center;
}

.menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100vh;
  background-color: #1d3e7b;
  z-index: 10;
}
.menu.active {
  display: block;
}
.menu .logo {
  margin: 35px;
  display: block;
}
.menu ul {
  margin: 35px 0 0 35px;
}
.menu ul li {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  position: relative;
}
.menu ul li p, .menu ul li a {
  color: #ffffff;
  display: block;
  margin-top: 10px;
}
.menu ul li p + a, .menu ul li a + a {
  font-size: 14px;
  margin-top: 2px;
}
.menu ul li span {
  position: absolute;
  top: 0;
  left: 165px;
}
.menu .append li {
  font-size: 12px;
  line-height: 24px;
}
.menu .append li .under {
  margin-top: -4px;
}
.menu .append li .under span {
  position: static;
}
.menu .menu_link {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  background-color: #ffffff;
}
.menu .menu_link li {
  line-height: 50px;
  border-top: 1px solid #1e5a95;
}
.menu .menu_link li a {
  color: #1e5a95;
  padding-left: 20px;
}
.menu .menu_link li a img {
  vertical-align: -8px;
  margin-right: 5px;
}

.main {
  position: absolute;
  top: 0;
  left: 80px;
  width: calc(100% - 80px);
  min-width: 1120px;
}
.main .banner {
  width: 840px;
  margin: auto;
  text-align: center;
}
.main .banner ul {
  margin-left: 12.5px;
  font-size: 0;
}
.main .banner ul li {
  display: inline-block;
  width: 200px;
  margin-top: 15px;
  margin-left: 15px;
}
.main .banner ul li img {
  width: 200px;
}
.main .banner ul li.middle img {
  padding: 6px 0;
}
.main .contact {
  position: relative;
  background-image: url(../img/contact_bg.png);
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 304px;
  text-align: center;
  overflow: hidden;
  margin-top: 80px;
  padding-top: 80px;
}
.main .contact div {
  position: absolute;
  top: 80px;
  width: 100%;
}
.main .contact div h3 {
  font-size: 20px;
  color: #ffffff;
  margin-top: 20px;
}
.main .contact div p {
  font-size: 16px;
  color: #ffffff;
  margin-top: 25px;
}
.main .contact div ul {
  margin-top: 40px;
}
.main .contact div ul li {
  display: inline-block;
  font-size: 0;
  margin: 0 20px;
}
.main .footer {
  width: 1040px;
  margin: auto;
  position: relative;
  padding: 40px 0;
}
.main .footer .sitemap {
  position: absolute;
  top: 40px;
  right: 0;
}
.main .footer .sitemap li {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  margin-right: 20px;
  vertical-align: top;
}
.main .footer .sitemap li:last-of-type {
  margin-right: 0;
}
.main .footer .sitemap li a {
  color: #222222;
  display: block;
}
.main .footer .append {
  position: absolute;
  right: 0;
  bottom: 45px;
  font-size: 0;
}
.main .footer .append li {
  display: inline-block;
  font-size: 13px;
  line-height: 14px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #555555;
  vertical-align: top;
}
.main .footer .append li:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.main .footer .append li a {
  color: #555555;
  display: block;
}
.main .footer .corporate img {
  width: 180px;
}
.main .footer .corporate p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 25px;
}

.copyright {
  position: fixed;
  left: 0;
  bottom: 20px;
  z-index: 1;
  width: 80px;
  text-align: center;
}

.to_top {
  position: fixed;
  right: 0;
  bottom: 10px;
}

body.fixed {
  overflow-y: scroll;
  position: fixed;
}

.modal_fix {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(18, 138, 164, 0.4);
  padding-left: 80px;
  z-index: 100;
  overflow-y: auto;
  pointer-events: none;
  transition: 1s;
}
.modal_fix.active {
  opacity: 1;
  pointer-events: unset;
}
.modal_fix .modal_main {
  width: 1000px;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 50px auto;
  padding: 20px;
  position: relative;
  cursor: initial;
}
.modal_fix .modal_main .modal_close {
  position: absolute;
  top: 18px;
  right: 18px;
}

@media screen and (max-width: 768px) {
  body {
    min-width: auto;
    height: 100%;
  }
  .header {
    width: 100%;
    height: 13.0208333333vw;
  }
  .header .logo {
    margin: 0;
    position: absolute;
    top: 1.8229166667vw;
    left: 4.6875vw;
  }
  .header .logo img {
    width: 9.375vw;
  }
  .header .menu_icon {
    margin: 0;
    position: absolute;
    top: 3.125vw;
    right: 5.2083333333vw;
  }
  .header .menu_icon img {
    width: 5.859375vw;
  }
  .header .login_icon {
    margin: 0;
    position: absolute;
    top: 3.125vw;
    right: 16.2760416667vw;
  }
  .header .login_icon img {
    width: 5.859375vw;
  }
  .menu {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }
  .menu .logo {
    margin: 1.8229166667vw 0 0 4.6875vw;
  }
  .menu .logo img {
    width: 9.2447916667vw;
  }
  .menu .close_icon {
    position: absolute;
    top: 4.4270833333vw;
    right: 5.7291666667vw;
  }
  .menu .close_icon img {
    width: 4.1666666667vw;
  }
  .menu ul {
    margin: 8.3333333333vw 5.2083333333vw 0;
  }
  .menu ul li {
    font-size: 15px;
    font-size: 3.90625vw;
    line-height: 6.5104166667vw;
    color: #000000;
  }
  .menu ul li p, .menu ul li a {
    color: #000000;
    margin-top: 4.1666666667vw;
  }
  .menu ul li p + a, .menu ul li a + a {
    font-size: 15px;
    font-size: 3.90625vw;
    margin-top: 1.0416666667vw;
  }
  .menu ul li span {
    left: 42.96875vw;
  }
  .menu .append {
    margin: 3.125vw 5.2083333333vw 0;
    font-size: 0;
  }
  .menu .append li {
    font-size: 10px;
    font-size: 2.6041666667vw;
    line-height: 2.0833333333vw;
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .menu .append li a {
    margin-top: 4.1666666667vw;
  }
  .menu .append li .under {
    font-size: 10px;
    font-size: 2.6041666667vw;
    margin-top: 2.0833333333vw;
  }
  .menu .menu_link {
    position: relative;
    width: 100%;
    margin: 9.8958333333vw 0 0;
    text-align: center;
  }
  .menu .menu_link li {
    line-height: 8.0729166667vw;
    border-top: none;
    display: inline-block;
    width: 40%;
    vertical-align: top;
  }
  .menu .menu_link li a {
    background-color: #1792bc;
    padding-left: 0;
    padding: 2.6041666667vw 0;
    margin: 0 5%;
    width: 90%;
    color: #ffffff;
    height: 10.9375vw;
    margin-top: 2.0833333333vw;
  }
  .menu .menu_link li a img.sp {
    display: block;
    margin: auto;
    width: 5.2083333333vw;
  }
  .main {
    top: 13.0208333333vw;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: auto;
  }
  .main .banner {
    width: 100%;
  }
  .main .banner ul {
    margin-left: 0;
  }
  .main .banner ul li {
    width: 42%;
    margin: 1.3020833333vw 1.5%;
  }
  .main .banner ul li img {
    width: 100%;
  }
  .main .banner ul li.middle img {
    padding: 1.3020833333vw 0;
  }
  .main .banner ul {
    margin-left: 0;
  }
  .main .banner ul li {
    width: 42%;
    margin: 1.3020833333vw 1.5%;
  }
  .main .banner ul li:first-of-type {
    margin-left: 1.5%;
  }
  .main .banner ul li img {
    width: 100%;
  }
  .main .contact {
    height: 85.15625vw;
    margin-top: 18.2291666667vw;
    padding-top: 15.625vw;
  }
  .main .contact div {
    top: 15.625vw;
  }
  .main .contact div h2 img {
    height: 5.9895833333vw;
  }
  .main .contact div h3 {
    font-size: 15px;
    font-size: 3.90625vw;
    margin-top: 2.6041666667vw;
  }
  .main .contact div p {
    font-size: 15px;
    font-size: 3.90625vw;
    line-height: 5.2083333333vw;
    margin-top: 6.5104166667vw;
  }
  .main .contact div ul {
    margin-top: 9.1145833333vw;
  }
  .main .contact div ul li {
    display: block;
    margin: 0 0 2.6041666667vw;
  }
  .main .contact div ul li img {
    width: 79.1666666667vw;
  }
  .main .footer {
    width: calc(100% - 10.66667vw);
    padding: 10.4166666667vw 0;
  }
  .main .footer .sitemap {
    position: static;
    top: 10.4166666667vw;
  }
  .main .footer .sitemap li {
    display: block;
    font-size: 0;
    line-height: 7.2916666667vw;
    margin-right: 0;
    padding: 2.0833333333vw 0;
    border-bottom: 1px solid #888888;
  }
  .main .footer .sitemap li p, .main .footer .sitemap li a {
    color: #222222;
    display: block;
    font-size: 15px;
    font-size: 3.90625vw;
    padding: 0.78125vw 0;
  }
  .main .footer .sitemap li p + a, .main .footer .sitemap li a + a {
    color: #555555;
    display: inline-block;
    width: 50%;
  }
  .main .footer .append {
    position: static;
    bottom: 11.71875vw;
    padding: 3.90625vw 0;
  }
  .main .footer .append li {
    font-size: 11px;
    font-size: 2.8645833333vw;
    line-height: 6.5104166667vw;
    margin-right: 0;
    padding: 0.78125vw 0;
    border-right: none;
    width: 50%;
  }
  .main .footer .corporate {
    margin-top: 14.3229166667vw;
    text-align: center;
  }
  .main .footer .corporate img {
    width: 33.8541666667vw;
  }
  .main .footer .corporate p {
    font-size: 14px;
    font-size: 3.6458333333vw;
    line-height: 6.25vw;
    margin-top: 6.5104166667vw;
  }
  .copyright {
    position: static;
    bottom: 5.2083333333vw;
    width: 100%;
    text-align: center;
    margin-top: 16.9270833333vw;
  }
  .copyright img {
    height: 2.6041666667vw;
  }
  .to_top {
    position: fixed;
    right: 0;
    bottom: 2.6041666667vw;
  }
  .to_top img {
    width: 12.5vw;
  }
  .modal_fix {
    padding-left: 0;
  }
  .modal_fix .modal_main {
    width: 88.0208333333vw;
    border-radius: 2.34375vw;
    margin: 5.2083333333vw auto;
    padding: 3.90625vw;
    border: 1px solid #000000;
  }
  .modal_fix .modal_main .modal_close {
    top: 4.1666666667vw;
    right: 4.1666666667vw;
  }
}
h2 {
  text-align: center;
}

h3 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin-top: 15px;
}

.main .mv {
  position: relative;
  width: 100%;
}
.main .mv > img {
  width: 100%;
}
.main .mv .mv_over {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.main .mv .mv_over h1 {
  font-size: 58px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
}
.main .mv .mv_over p {
  font-size: 34px;
  line-height: 52px;
  color: #ffffff;
}
.main .pan {
  width: 1040px;
  margin: 35px auto 0;
  font-size: 16px;
}
.main .pan a {
  color: #1792bc;
}
.main .contents {
  width: 700px;
  margin: 95px auto 150px;
}
.main .contents .description {
  margin-bottom: 45px;
}
.main .contents .description p {
  font-size: 16px;
  line-height: 25px;
  color: #222222;
}
.main .contents .description p small {
  color: #d01824;
  font-weight: bold;
}
.main .contents form dl {
  font-size: 0;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.main .contents form dl dt {
  display: inline-block;
  vertical-align: middle;
  width: 245px;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  font-weight: bold;
}
.main .contents form dl dt span {
  font-size: 10px;
  line-height: 1em;
  color: #d01824;
  vertical-align: super;
}
.main .contents form dl dt small {
  font-size: 12px;
}
.main .contents form dl dd {
  display: inline-block;
  vertical-align: middle;
  width: 455px;
}
.main .contents form dl dd p {
  font-size: 14px;
  line-height: 22px;
  color: #222222;
  font-weight: bold;
}
.main .contents form dl dd span {
  color: #222222;
  font-weight: normal;
}
.main .contents form dl dd span.label, .main .contents form dl dd span.wpcf7-list-item-label {
  font-size: 18px;
  line-height: 25px;
}
.main .contents form dl dd span.value {
  font-size: 16px;
  line-height: 25px;
}
.main .contents form dl dd span .wpcf7-not-valid-tip, .main .contents form dl dd span .wpcf7-custom-tip {
  font-size: 16px;
  line-height: 24px;
  color: #d01824;
}
.main .contents form dl dd input[type=text], .main .contents form dl dd input[type=tel], .main .contents form dl dd input[type=email], .main .contents form dl dd textarea {
  width: 100%;
  background-color: #f2f2f2;
  border: none;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  font-weight: normal;
  font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */
}
.main .contents form dl dd input[type=text]:placeholder-shown, .main .contents form dl dd input[type=tel]:placeholder-shown, .main .contents form dl dd input[type=email]:placeholder-shown, .main .contents form dl dd textarea:placeholder-shown {
  color: #888888;
}
.main .contents form dl dd input[type=text]::-webkit-input-placeholder, .main .contents form dl dd input[type=tel]::-webkit-input-placeholder, .main .contents form dl dd input[type=email]::-webkit-input-placeholder, .main .contents form dl dd textarea::-webkit-input-placeholder {
  color: #888888;
}
.main .contents form dl dd input[type=text]:-moz-placeholder, .main .contents form dl dd input[type=tel]:-moz-placeholder, .main .contents form dl dd input[type=email]:-moz-placeholder, .main .contents form dl dd textarea:-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.main .contents form dl dd input[type=text]::-moz-placeholder, .main .contents form dl dd input[type=tel]::-moz-placeholder, .main .contents form dl dd input[type=email]::-moz-placeholder, .main .contents form dl dd textarea::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.main .contents form dl dd input[type=text]:-ms-input-placeholder, .main .contents form dl dd input[type=tel]:-ms-input-placeholder, .main .contents form dl dd input[type=email]:-ms-input-placeholder, .main .contents form dl dd textarea:-ms-input-placeholder {
  color: #888888;
}
.main .contents form dl dd input[type=text][name=your-zip], .main .contents form dl dd input[type=text][name=build-zip], .main .contents form dl dd input[type=tel][name=your-zip], .main .contents form dl dd input[type=tel][name=build-zip], .main .contents form dl dd input[type=email][name=your-zip], .main .contents form dl dd input[type=email][name=build-zip], .main .contents form dl dd textarea[name=your-zip], .main .contents form dl dd textarea[name=build-zip] {
  width: 100px;
  margin: 0 5px;
}
.main .contents form dl dd input[type=text].input_tel, .main .contents form dl dd input[type=tel].input_tel, .main .contents form dl dd input[type=email].input_tel, .main .contents form dl dd textarea.input_tel {
  width: 80px;
  text-align: center;
}
.main .contents form dl dd input[type=radio] {
  display: none;
}
.main .contents form dl dd input[type=radio] + span {
  display: inline-block;
  padding: 2px 50px 2px 38px;
  margin: 5px 0;
  position: relative;
}
.main .contents form dl dd input[type=radio] + span:before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background-color: #f2f2f2;
  border-radius: 50%;
}
.main .contents form dl dd input[type=radio]:checked + span:after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 12px;
  height: 12px;
  background-color: #1792bc;
  border-radius: 50%;
}
.main .contents form dl dd textarea {
  resize: none;
  height: 180px;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  font-weight: normal;
  font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.main .contents form dl dd small {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  color: #222222;
  font-weight: normal;
  vertical-align: middle;
}
.main .contents form dl dd span.submitter {
  display: inline-block;
  position: relative;
}
.main .contents form dl dd span.submitter:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background-image: url("../img/upload/select_down.png");
  background-size: contain;
  pointer-events: none;
}
.main .contents form dl dd span.submitter select {
  cursor: pointer;
  border: none;
  background: transparent;
  background-color: #f2f2f2;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  padding: 5px 100px 5px 10px;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  font-weight: normal;
  font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.main .contents form dl dd span.submitter select::-ms-expand {
  display: none;
}
.main .contents form dl dd .codedropz-upload-handler {
  background-color: #f2f2f2;
  border: 2px dotted #888888;
  border-radius: 0;
}
.main .contents form dl dd .codedropz-upload-handler h3 {
  display: none;
}
.main .contents form dl dd .codedropz-upload-handler span {
  display: none;
}
.main .contents form dl dd .codedropz-upload-handler p {
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
.main .contents form dl dd .codedropz-upload-handler p small {
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
}
.main .contents form dl dd .dnd-upload-status {
  font-size: initial;
}
.main .contents form dl dd #droparea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-color: #f2f2f2;
  border: 2px dotted #888888;
  padding: 30px 30px 15px;
  text-align: center;
}
.main .contents form dl dd #droparea p {
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
.main .contents form dl dd #droparea p small {
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
}
.main .contents form dl dd #droparea #filelist {
  margin-top: 15px;
  text-align: left;
}
.main .contents form dl dd #droparea #filelist li {
  font-size: 16px;
  line-height: 24px;
}
.main .contents form dl dd #droparea #dropfile {
  display: none;
}
.main .contents form.custom-wpcf7c-confirmed input[type=text], .main .contents form.custom-wpcf7c-confirmed input[type=tel], .main .contents form.custom-wpcf7c-confirmed input[type=email], .main .contents form.custom-wpcf7c-confirmed textarea {
  background-color: transparent;
  padding: 5px 0;
  outline: none;
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */
}
.main .contents form.custom-wpcf7c-confirmed input[type=text]:placeholder-shown, .main .contents form.custom-wpcf7c-confirmed input[type=tel]:placeholder-shown, .main .contents form.custom-wpcf7c-confirmed input[type=email]:placeholder-shown, .main .contents form.custom-wpcf7c-confirmed textarea:placeholder-shown {
  color: transparent;
}
.main .contents form.custom-wpcf7c-confirmed input[type=text]::-webkit-input-placeholder, .main .contents form.custom-wpcf7c-confirmed input[type=tel]::-webkit-input-placeholder, .main .contents form.custom-wpcf7c-confirmed input[type=email]::-webkit-input-placeholder, .main .contents form.custom-wpcf7c-confirmed textarea::-webkit-input-placeholder {
  color: transparent;
}
.main .contents form.custom-wpcf7c-confirmed input[type=text]:-moz-placeholder, .main .contents form.custom-wpcf7c-confirmed input[type=tel]:-moz-placeholder, .main .contents form.custom-wpcf7c-confirmed input[type=email]:-moz-placeholder, .main .contents form.custom-wpcf7c-confirmed textarea:-moz-placeholder {
  color: transparent;
  opacity: 1;
}
.main .contents form.custom-wpcf7c-confirmed input[type=text]::-moz-placeholder, .main .contents form.custom-wpcf7c-confirmed input[type=tel]::-moz-placeholder, .main .contents form.custom-wpcf7c-confirmed input[type=email]::-moz-placeholder, .main .contents form.custom-wpcf7c-confirmed textarea::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
.main .contents form.custom-wpcf7c-confirmed input[type=text]:-ms-input-placeholder, .main .contents form.custom-wpcf7c-confirmed input[type=tel]:-ms-input-placeholder, .main .contents form.custom-wpcf7c-confirmed input[type=email]:-ms-input-placeholder, .main .contents form.custom-wpcf7c-confirmed textarea:-ms-input-placeholder {
  color: transparent;
}
.main .contents form.custom-wpcf7c-confirmed input[type=text][name=your-zip], .main .contents form.custom-wpcf7c-confirmed input[type=text][name=build-zip], .main .contents form.custom-wpcf7c-confirmed input[type=tel][name=your-zip], .main .contents form.custom-wpcf7c-confirmed input[type=tel][name=build-zip], .main .contents form.custom-wpcf7c-confirmed input[type=email][name=your-zip], .main .contents form.custom-wpcf7c-confirmed input[type=email][name=build-zip], .main .contents form.custom-wpcf7c-confirmed textarea[name=your-zip], .main .contents form.custom-wpcf7c-confirmed textarea[name=build-zip] {
  width: 100px;
  margin: 0 5px;
}
.main .contents form.custom-wpcf7c-confirmed input[type=text].input_tel, .main .contents form.custom-wpcf7c-confirmed input[type=tel].input_tel, .main .contents form.custom-wpcf7c-confirmed input[type=email].input_tel, .main .contents form.custom-wpcf7c-confirmed textarea.input_tel {
  width: 80px;
  text-align: center;
}
.main .contents form.custom-wpcf7c-confirmed input[type=radio] {
  display: none;
}
.main .contents form.custom-wpcf7c-confirmed input[type=radio] + span {
  display: none;
}
.main .contents form.custom-wpcf7c-confirmed input[type=radio]:checked + span:after {
  content: none;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 12px;
  height: 12px;
  background-color: #1792bc;
  border-radius: 50%;
}
.main .contents form.custom-wpcf7c-confirmed input[type=radio] + input[type=hidden] + span {
  padding: 2px 0;
}
.main .contents form.custom-wpcf7c-confirmed input[type=radio] + input[type=hidden] + span:before {
  content: none;
}
.main .contents form.custom-wpcf7c-confirmed .codedropz-upload-handler, .main .contents form.custom-wpcf7c-confirmed .dnd-upload-status {
  display: none;
}
.main .contents form .btn_wrap {
  margin-top: 50px;
  text-align: center;
}
.main .contents form .btn_wrap input {
  width: 300px;
  border: none;
  margin: 0 15px;
  padding: 0;
  font-size: 28px;
  line-height: 70px;
  font-weight: bold;
  font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background-color: #cccccc;
  color: #222222;
}
.main .contents form .btn_wrap input[type=submit] {
  background-color: #1792bc;
  color: #ffffff;
}
.main .contents form .btn_wrap .ajax-loader {
  display: block;
  margin: 15px auto 0;
}
.main .contents .wpcf7c-elm-step3 {
  text-align: center;
  padding-top: 5px;
}
.main .contents .wpcf7c-elm-step3 h3 {
  font-size: 24px;
  font-weight: bold;
}
.main .contents .wpcf7c-elm-step3 p {
  font-size: 20px;
  line-height: 28px;
  margin-top: 40px;
  margin-bottom: 45px;
}
.main .contents .wpcf7c-elm-step3 .company {
  width: 560px;
  margin: auto;
  padding: 3px 0;
  background-image: -ms-linear-gradient(0deg, rgb(30, 90, 149) 0%, rgb(123, 206, 224) 100%);
}
.main .contents .wpcf7c-elm-step3 .company div {
  width: 100%;
  background-color: #f8f8f8;
  text-align: center;
  padding: 40px 0 35px;
}
.main .contents .wpcf7c-elm-step3 .company div h4 {
  font-size: 24px;
}
.main .contents .wpcf7c-elm-step3 .company div p {
  margin: 0;
}
.main .contents .wpcf7c-elm-step3 .company div .tel {
  font-size: 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin: 20px 0 10px;
}
.main .contents .wpcf7c-elm-step3 .company div .tel img {
  vertical-align: -5px;
  margin-right: 5px;
}
.main .contents .wpcf7c-elm-step3 .company div small {
  font-size: 16px;
}
.main .contents .wpcf7c-elm-step3 .btn_wrap {
  margin-top: 60px;
  margin-left: 20px;
}
.main .contents .wpcf7-mail-sent-ok {
  display: none !important;
}

@media screen and (max-width: 768px) {
  h2 img {
    height: 6.1197916667vw;
  }
  h3 {
    font-size: 15px;
    font-size: 3.90625vw;
    margin-top: 2.6041666667vw;
  }
  .main .mv .mv_over h1 {
    font-size: 34px;
    font-size: 8.8541666667vw;
  }
  .main .mv .mv_over p {
    font-size: 15px;
    font-size: 3.90625vw;
    line-height: 6.5104166667vw;
  }
  .main .pan {
    width: 100%;
    margin: 4.6875vw auto 0;
    padding: 0 5.2083333333vw;
    font-size: 10px;
    font-size: 2.6041666667vw;
    box-sizing: border-box;
  }
  .main .contents {
    width: 100%;
    margin: 18.2291666667vw auto 26.0416666667vw;
    box-sizing: border-box;
    padding: 0 5.2083333333vw;
  }
  .main .contents .description {
    margin-bottom: 7.8125vw;
  }
  .main .contents .description p {
    font-size: 15px;
    font-size: 3.90625vw;
    line-height: 5.2083333333vw;
  }
  .main .contents form dl {
    padding: 2.6041666667vw 0;
  }
  .main .contents form dl dt {
    width: 100%;
    font-size: 16px;
    font-size: 4.1666666667vw;
    line-height: 5.2083333333vw;
    margin-bottom: 1.3020833333vw;
  }
  .main .contents form dl dt span {
    font-size: 10px;
    font-size: 2.6041666667vw;
  }
  .main .contents form dl dt small {
    font-size: 12px;
    font-size: 3.125vw;
  }
  .main .contents form dl dd {
    width: 100%;
  }
  .main .contents form dl dd p {
    font-size: 12px;
    font-size: 3.125vw;
    line-height: 4.6875vw;
  }
  .main .contents form dl dd span.label, .main .contents form dl dd span.wpcf7-list-item-label {
    font-size: 16px;
    font-size: 4.1666666667vw;
    line-height: 5.2083333333vw;
  }
  .main .contents form dl dd span.value {
    font-size: 15px;
    font-size: 3.90625vw;
    line-height: 5.2083333333vw;
  }
  .main .contents form dl dd span .wpcf7-not-valid-tip, .main .contents form dl dd span .wpcf7-custom-tip {
    font-size: 15px;
    font-size: 3.90625vw;
    line-height: 5.2083333333vw;
  }
  .main .contents form dl dd input[type=text], .main .contents form dl dd input[type=tel], .main .contents form dl dd input[type=email], .main .contents form dl dd textarea {
    padding: 1.3020833333vw 2.6041666667vw;
    font-size: 15px;
    font-size: 3.90625vw;
    line-height: 5.2083333333vw;
    /* Google Chrome, Safari, Opera 15+, Android, iOS */
    /* Firefox 18- */
    /* Firefox 19+ */
    /* IE 10+ */
  }
  .main .contents form dl dd input[type=text][name=your-zip], .main .contents form dl dd input[type=text][name=build-zip], .main .contents form dl dd input[type=tel][name=your-zip], .main .contents form dl dd input[type=tel][name=build-zip], .main .contents form dl dd input[type=email][name=your-zip], .main .contents form dl dd input[type=email][name=build-zip], .main .contents form dl dd textarea[name=your-zip], .main .contents form dl dd textarea[name=build-zip] {
    width: 23.4375vw;
    margin: 0 1.3020833333vw;
  }
  .main .contents form dl dd input[type=text].input_tel, .main .contents form dl dd input[type=tel].input_tel, .main .contents form dl dd input[type=email].input_tel, .main .contents form dl dd textarea.input_tel {
    width: 15.625vw;
  }
  .main .contents form dl dd input[type=radio] + span {
    padding: 0.5208333333vw 10.4166666667vw 0.5208333333vw 7.8125vw;
    margin: 1.3020833333vw 0;
  }
  .main .contents form dl dd input[type=radio] + span:before {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
  .main .contents form dl dd input[type=radio]:checked + span:after {
    top: 1.3020833333vw;
    left: 1.3020833333vw;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
  .main .contents form dl dd textarea {
    height: 31.25vw;
    font-size: 15px;
    font-size: 3.90625vw;
    line-height: 5.2083333333vw;
  }
  .main .contents form dl dd small {
    font-size: 12px;
    font-size: 3.125vw;
    line-height: 4.1666666667vw;
    margin-top: 1.3020833333vw;
  }
  .main .contents form dl dd span.submitter:before {
    width: 7.8125vw;
    height: 7.8125vw;
  }
  .main .contents form dl dd span.submitter select {
    padding: 1.3020833333vw 13.0208333333vw 1.3020833333vw 2.6041666667vw;
    font-size: 15px;
    font-size: 3.90625vw;
    line-height: 5.2083333333vw;
  }
  .main .contents form.custom-wpcf7c-confirmed input[type=text], .main .contents form.custom-wpcf7c-confirmed input[type=tel], .main .contents form.custom-wpcf7c-confirmed input[type=email], .main .contents form.custom-wpcf7c-confirmed textarea {
    padding: 1.3020833333vw 0;
    /* Google Chrome, Safari, Opera 15+, Android, iOS */
    /* Firefox 18- */
    /* Firefox 19+ */
    /* IE 10+ */
  }
  .main .contents form.custom-wpcf7c-confirmed input[type=text][name=your-zip], .main .contents form.custom-wpcf7c-confirmed input[type=text][name=build-zip], .main .contents form.custom-wpcf7c-confirmed input[type=tel][name=your-zip], .main .contents form.custom-wpcf7c-confirmed input[type=tel][name=build-zip], .main .contents form.custom-wpcf7c-confirmed input[type=email][name=your-zip], .main .contents form.custom-wpcf7c-confirmed input[type=email][name=build-zip], .main .contents form.custom-wpcf7c-confirmed textarea[name=your-zip], .main .contents form.custom-wpcf7c-confirmed textarea[name=build-zip] {
    width: 18.2291666667vw;
    margin: 0 1.3020833333vw;
  }
  .main .contents form.custom-wpcf7c-confirmed input[type=text].input_tel, .main .contents form.custom-wpcf7c-confirmed input[type=tel].input_tel, .main .contents form.custom-wpcf7c-confirmed input[type=email].input_tel, .main .contents form.custom-wpcf7c-confirmed textarea.input_tel {
    width: 10.4166666667vw;
  }
  .main .contents form.custom-wpcf7c-confirmed input[type=radio] + input[type=hidden] + span {
    padding: 2px 0;
  }
  .main .contents form .btn_wrap {
    margin-top: 13.0208333333vw;
  }
  .main .contents form .btn_wrap input {
    width: 39.0625vw;
    margin: 0 1.3020833333vw;
    font-size: 16px;
    font-size: 4.1666666667vw;
    line-height: 10.4166666667vw;
  }
  .main .contents form .btn_wrap .ajax-loader {
    margin: 2.6041666667vw auto 0;
  }
  .main .contents .wpcf7c-elm-step3 {
    padding-top: 1.3020833333vw;
  }
  .main .contents .wpcf7c-elm-step3 h3 {
    font-size: 16px;
    font-size: 4.1666666667vw;
  }
  .main .contents .wpcf7c-elm-step3 p {
    font-size: 15px;
    font-size: 3.90625vw;
    line-height: 5.2083333333vw;
    margin-top: 7.8125vw;
    margin-bottom: 7.8125vw;
  }
  .main .contents .wpcf7c-elm-step3 .company {
    width: 100%;
    padding: 0.5208333333vw 0;
  }
  .main .contents .wpcf7c-elm-step3 .company div {
    padding: 9.1145833333vw 0 7.8125vw;
  }
  .main .contents .wpcf7c-elm-step3 .company div h4 {
    font-size: 22px;
    font-size: 5.7291666667vw;
  }
  .main .contents .wpcf7c-elm-step3 .company div .tel {
    font-size: 30px;
    font-size: 7.8125vw;
    margin: 3.90625vw 0 2.0833333333vw;
  }
  .main .contents .wpcf7c-elm-step3 .company div .tel img {
    vertical-align: -1.5625vw;
    margin-right: 1.3020833333vw;
    width: 10.9375vw;
  }
  .main .contents .wpcf7c-elm-step3 .company div small {
    font-size: 15px;
    font-size: 3.90625vw;
  }
  .main .contents .wpcf7c-elm-step3 .btn_wrap {
    margin-top: 9.1145833333vw;
    margin-left: 4.6875vw;
  }
  .main .contents .wpcf7c-elm-step3 .btn_wrap img {
    width: 42.578125vw;
  }
}