@charset "UTF-8";
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-style: normal;
  font-weight: normal;
  font-size: 16px;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p {
  box-sizing: border-box;
  line-height: 1.5;
}

div, a {
  box-sizing: border-box;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

p, a, li {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

th, td {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
}

table {
  width: 100%;
}

a, a:hover, a:active {
  text-decoration: none;
  transition: 0.7s;
}

a:focus {
  text-decoration: none;
}

a img:hover {
  /*	filter: alpha(opacity=75);
          -moz-opacity:0.75;
          opacity:0.75;*/
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

html {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  transition: all 1s;
}

body {
  display: none;
  opacity: 0;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  transition: all 1s;
  word-break: break-all;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 100% !important;
  }
}

.btn-area {
  max-width: 700px;
  margin: 0 auto 60px;
}
.btn-area .btn {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  margin: 0 auto 0;
  margin-right: 6%;
}
@media screen and (max-width: 640px) {
  .btn-area .btn {
    width: 100%;
    margin: 0px auto 20px;
  }
}
.btn-area .btn:nth-child(2) {
  margin: 0px auto;
}

.btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #cc0000;
  border: 1px solid #cc0000;
  text-align: center;
  padding: 16px 0.5em 15px 0.5em;
  margin: 50px auto 60px;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .btn {
    font-size: 16px;
  }
}
.btn:hover {
  color: #cc0000;
  background-color: #fff;
}
.btn:active, .btn:focus {
  color: #cc0000;
  background-color: #fff;
  border: 1px solid #cc0000;
}

table {
  /*table-layout: fixed;*/
  word-break: break-all;
  word-wrap: break-word;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-top {
  display: block;
  width: 96px;
  margin: 0 120px 40px auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .page-top {
    margin: 0 20px 40px auto;
  }
}
.page-top:hover {
  opacity: 0.7;
}

.clear {
  clear: both;
}

#contact {
  padding: 100px 1em 0;
}
#contact h2 {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #contact h2 {
    font-size: calc(1.75rem + (1vw - 3.45px) * 0.6926);
  }
}
#contact h2 span {
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 36px;
  letter-spacing: 0;
  color: #86bb86;
  text-align: center;
  opacity: 0.3;
}
@media screen and (max-width: 960px) {
  #contact h2 span {
    font-size: calc(1.875rem + (1vw - 3.45px) * 0.5195);
  }
}
#contact h2.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #contact h2.sp {
    display: block;
  }
}
#contact .stc {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #585959;
  text-align: center;
  margin: 0 auto 60px;
}
@media screen and (max-width: 640px) {
  #contact .stc {
    margin: 0 auto 30px;
  }
}
#contact .stc.mt {
  max-width: 490px;
  margin: 30px auto 30px;
}
@media screen and (max-width: 640px) {
  #contact .stc.title-btm {
    text-align: left;
  }
}
#contact .btn-area {
  margin: 50px auto 60px;
}
@media screen and (max-width: 640px) {
  #contact .btn-area {
    width: 88%;
  }
}
#contact .btn-area .btn {
  margin: 0px auto;
}
@media screen and (max-width: 640px) {
  #contact .btn-area .btn {
    max-width: 240px;
    text-align: center;
    margin: 0px auto 30px;
  }
}
#contact .btn-area .prev {
  text-align: center;
  margin-right: 6%;
}
@media screen and (max-width: 640px) {
  #contact .btn-area .prev {
    margin: 0px auto 30px;
  }
}
#contact .btn-area .prev:before {
  left: -20px;
  right: auto;
  transform: scale(-1, 1);
}

.input-form {
  position: relative;
  text-align: left;
  max-width: 800px;
  margin: 40px auto 0px;
}
.input-form p {
  position: relative;
}
.input-form .require {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #aa0000;
  text-align: right;
}
.input-form .gray-text {
  width: 150px;
  font-size: 110%;
  text-align: center;
  background-color: #dcdcdc;
  padding: 5px 10px 7px;
  margin: 0px 0 10px auto;
}
.input-form .gray-text span {
  position: absolute;
  top: 3px;
  left: 15px;
  font-size: 120%;
  color: #c30d23;
  margin-right: 5px;
}
.input-form .small {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 50px;
}
.input-form .title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin: 20px 0 5px;
}
.input-form .title.sm {
  margin-top: 30px;
}
.input-form .title.lm {
  margin-top: 50px;
}
.input-form .title.red {
  color: #aa0000;
}
.input-form .title span {
  font-size: 13px;
  color: #aa0000;
}
.input-form .mb {
  margin-bottom: 10px;
}
.input-form .mw_wp_form .error:before,
.input-form .wpcf7-not-valid-tip:before {
  display: none;
}
.input-form input[type=text],
.input-form input[type=email],
.input-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 8px;
  box-sizing: border-box;
}
.input-form input[type=text].short,
.input-form input[type=email].short,
.input-form textarea.short {
  max-width: 200px;
}
.input-form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  cursor: pointer;
  /*        width: 92%;
          max-width: 250px;
          color: #FFF;
          font-size: 18px;
          letter-spacing: 0.2em;
          background-color: #000;
          border: 2px solid #000;
          border-radius: 0;
          padding: 12px 0;
          margin: 50px auto 60px;*/
  transition: all 0.5s;
  /*        &:hover{
              color: $main-color;
              background-color: #FFF;
          }*/
}
.input-form button.off {
  opacity: 0.3;
}
.input-form button .fa {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  height: 22px;
  font-size: 140%;
  font-weight: bold;
  margin: auto 0;
}
.input-form .btn {
  margin: 40px auto 60px;
}
.input-form .btn.prev .arrow {
  position: absolute;
  left: 1.5em;
  right: auto;
  padding: 23px 0 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
@media screen and (max-width: 960px) {
  .input-form .btn.prev .arrow {
    left: 5%;
  }
}
@media screen and (max-width: 640px) {
  .input-form .btn.prev .arrow {
    left: 1.5em;
  }
}
.input-form .wpcf7c-btn-back .fa {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 12px;
  right: auto;
  height: 22px;
  font-size: 140%;
  font-weight: bold;
  margin: auto 0;
}
.input-form .btn-area {
  text-align: center;
}
.input-form .att {
  margin: 50px auto 25px;
  text-align: center;
}
.input-form .policy-area {
  position: relative;
  text-align: center;
}
.input-form .policy-area .wpcf7-not-valid-tip {
  right: 0;
}
.input-form .policy-area .wpcf7-list-item label {
  margin-right: 0px;
}
.input-form .border-p {
  position: relative;
  border-bottom: 1px solid #c8c8c8;
  padding: 8px 0;
}
.input-form .age {
  position: relative;
  max-width: 180px;
  padding-right: 30px;
}
.input-form .age p {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.input-form .mw_wp_form_confirm:after {
  display: none;
}
.input-form .mw_wp_form_confirm .select-group:after {
  display: none;
}
.input-form .mw_wp_form_confirm .title {
  font-weight: bold;
}
.input-form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.input-form .mwform-radio-field {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.input-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  background: none;
  border: none;
  border: 1px solid #dedede;
  border-radius: 0;
  padding: 10px 25px 10px 6px;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .input-form select {
    font-size: 14px;
  }
}
.input-form select::-ms-expand {
  display: none;
}
.input-form .select-group {
  position: relative;
  max-width: 180px;
}
.input-form .select-group:after {
  position: absolute;
  top: 18px;
  right: 8px;
  width: 9px;
  height: 9px;
  content: "";
  z-index: 1;
  border-top: 2px solid #cc0000;
  border-right: 2px solid #cc0000;
  display: inline-block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.input-form .select-group .wpcf7-not-valid-tip {
  display: none !important;
}
.input-form input[type=radio],
.input-form input[type=checkbox] {
  margin-right: 5px;
}
.input-form input[type=radio],
.input-form input[type=checkbox] {
  display: none;
}
.input-form input[type=radio] + span,
.input-form input[type=checkbox] + span,
.input-form .wpcf7c-conf-hidden + span {
  position: relative;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 2px 0px 0px 34px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.input-form input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #b5b5b6;
  border-radius: 50%;
}
.input-form input[type=radio]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  width: 14px;
  height: 14px;
  background: #cc0000;
  border-radius: 50%;
}
.input-form input[type=checkbox] + span::before,
.input-form .wpcf7c-conf-hidden + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #b5b5b6;
}
.input-form .wpcf7c-conf-hidden + span::before {
  background: none;
  border: none;
}
.input-form input[type=checkbox]:checked + span::after,
.input-form .wpcf7c-conf-hidden + span::after {
  display: block;
  content: "";
  width: 12px;
  height: 6px;
  position: absolute;
  top: 9px;
  left: 5px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin: auto;
}
.input-form .wpcf7-list-item-label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-weight: normal;
  /*padding: 5px 0px 0px 10px;*/
}
.input-form .wpcf7-list-item label {
  margin-right: 30px;
  margin-bottom: 10px;
}
.input-form .your-tel1 {
  display: inline-block;
  width: 100px;
}
.input-form .your-tel1 input[type=text] {
  background-color: #dcdcdc;
  border: none;
}
.input-form .your-tel2 {
  display: inline-block;
  width: 100px;
}
.input-form .your-tel2 input[type=text] {
  background-color: #dcdcdc;
  border: none;
}
.input-form .your-tel3 {
  display: inline-block;
  width: 100px;
}
.input-form .your-tel3 input[type=text] {
  background-color: #dcdcdc;
  border: none;
}
.input-form .tel-about {
  display: block;
  margin-top: 20px;
  margin-left: 0;
}
.input-form .zip1,
.input-form .zip2 {
  display: inline-block;
  width: 80px;
}
.input-form .zip1 input[type=text],
.input-form .zip2 input[type=text] {
  background-color: #dcdcdc;
  border: none;
}
.input-form .zip2 {
  width: 100px;
}
.input-form .pref {
  margin-left: 15px;
}
.input-form .address {
  display: block;
  margin-top: 15px;
}
.input-form .address input[type=text] {
  border: none;
}
.input-form .s-group .select-group {
  display: inline-block;
  vertical-align: middle;
  width: 65px;
}
.input-form .s-group p {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
}
.input-form .num-area {
  margin-bottom: 10px;
}
.input-form .num-area.lg input {
  width: 100px;
}
.input-form .num-area input {
  display: inline-block;
  width: 70px;
}
.input-form .border-box {
  border: 1px solid #c8c8c8;
  padding: 20px 1.5em;
  margin: 10px 0 18px;
}
.input-form .border-box h4 {
  margin-bottom: 5px;
}
.input-form .border-box p span {
  font-family: "Open Sans", sans-serif;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #1f273a;
  margin: 50px auto 0px;
}

.mw_wp_form_preview .dai.non {
  display: block;
}
.mw_wp_form_preview .diff.non {
  display: block;
}

.dai.non {
  display: none;
}

.diff.non {
  display: none;
}

.toggle-link {
  position: relative;
  display: block;
  max-width: 400px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #1f273a;
  border-bottom: 1px solid #000;
  text-align: left;
  padding: 0 1em 0 0;
  margin: 50px 0 0px;
  z-index: 0;
  cursor: pointer;
}
.toggle-link.on:after {
  transform: rotateZ(90deg);
}
.toggle-link:before {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 0;
  right: 9px;
  width: 18px;
  height: 2px;
  background-color: #1f273a;
  margin: 0;
}
.toggle-link:after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 17px;
  width: 2px;
  height: 18px;
  background-color: #1f273a;
  margin: 0;
  transition: all 1s ease-in;
}
/*# sourceMappingURL=top.css.map */