@charset "UTF-8";
html {
  font-size: 10px;
  line-height: 0;
}

@media (max-width: 1800px) and (min-width: 751px) {
  html {
    font-size: calc(100vw / 180);
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: calc(100vw / 75);
  }
}

body {
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: .03em;
  font-weight: 400;
  min-height: 100vh;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .tab {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
  .sp {
    display: block;
  }
}

a {
  color: #000;
}

/* js fadeIn animation */
.js-fadein-item {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media screen and (max-width: 750px) {
  .js-fadein-item {
    -webkit-transform: translate(0, 4rem);
            transform: translate(0, 4rem);
  }
}

.is-fadein {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

footer {
  padding: 20px 0 40px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  footer {
    padding: 3rem 0 6rem;
  }
}

.logo {
  width: 300px;
  margin: 0 0 20px;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .logo {
    width: 30rem;
  }
}

.logo img {
  width: 100%;
  height: auto;
}

.copyright {
  text-align: center;
}

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

.bottom-link-area {
  width: 360px;
  max-width: 100%;
  height: 96px;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #dfd970;
  z-index: 1000;
}

@media screen and (max-width: 750px) {
  .bottom-link-area {
    width: 54rem;
    height: 14.4rem;
  }
}

.bottom-link-area .js-link-close {
  width: 24px;
  height: 24px;
  background-color: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .bottom-link-area .js-link-close {
    width: 3.2rem;
    height: 3.2rem;
    top: .5rem;
    right: .5rem;
  }
}

.bottom-link-area .js-link-close::before, .bottom-link-area .js-link-close::after {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .bottom-link-area .js-link-close::before, .bottom-link-area .js-link-close::after {
    width: 3rem;
    top: 1.8rem;
  }
}

.bottom-link-area .js-link-close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.bottom-link-area .js-link-close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bottom-link-area a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.bottom-link-area p {
  font-size: 18px;
  line-height: 2.66667;
  letter-spacing: .02em;
  padding: 0 0 0 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 750px) {
  .bottom-link-area p {
    font-size: 2.7rem;
    line-height: 2.66667;
    padding: 0 0 0 2rem;
  }
}

.bottom-link-area .siryou-link-img {
  width: 160px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 750px) {
  .bottom-link-area .siryou-link-img {
    width: 24rem;
  }
}

/* footer */
.footer-tel-area {
  background-color: #313131;
  padding: 2rem 0;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 750px) {
  .footer-tel-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 3rem 0 2rem;
  }
}

.footer-tel-area p, .footer-tel-area a {
  color: #fff;
  line-height: 4.5rem;
}

@media screen and (max-width: 750px) {
  .footer-tel-area p, .footer-tel-area a {
    text-align: center;
  }
}

.footer-tel-area p {
  font-size: 1.7rem;
  margin: 0 2rem;
}

@media screen and (max-width: 750px) {
  .footer-tel-area p {
    font-size: 2.8rem;
    line-height: 1.14286;
  }
}

.footer-tel {
  font-size: 4rem;
}

@media screen and (max-width: 750px) {
  .footer-tel {
    font-size: 5.4rem;
    line-height: 0.83333;
    padding: 1rem 0;
  }
}

.footer-tel img {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 1rem 0 0;
}

.footer-area {
  background-color: #fff;
  padding: 40px 0 60px;
  text-align: center;
}

.footer-area a, .footer-area p {
  color: #000;
  font-size: 1.2rem;
  line-height: 2.66667;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .footer-area a, .footer-area p {
    font-size: 1.8rem;
    line-height: 1.77778;
  }
}

/* thanks */
.thanks-box {
  padding: 20rem 0;
  text-align: center;
}

.tha-h2 {
  color: #c7000b;
  font-size: 3rem;
  line-height: 1.53333;
  padding: 0 0 2rem;
  margin: 0 0 4rem;
  position: relative;
}

@media screen and (max-width: 750px) {
  .tha-h2 {
    font-size: 3.8rem;
    line-height: 1.31579;
  }
}

.tha-h2::after {
  content: '';
  width: 20rem;
  height: 2px;
  background-color: #c9151e;
  margin: 0 auto;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.tha-text {
  text-align: center;
  margin: 0 0 8rem;
}

@media screen and (max-width: 750px) {
  .tha-text {
    font-size: 2.2rem;
    line-height: 1.63636;
  }
}

.tha-btn {
  color: #fff;
  font-size: 2rem;
  line-height: 3;
  padding: 0 10rem;
  border-radius: 5px;
  display: inline-block;
  background-color: #c9151e;
  font-size: 2.6rem;
  line-height: 3.07692;
  padding: 0 12rem;
}

.footer_inner {
  text-align: center;
}

.backButton {
  text-align: center;
}

.backButton a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-inline-flex;
  font-size: 20px;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 250px;
  border-radius: 5px;
}

@media screen and (max-width: 750px) {
  .backButton a {
    max-width: 98%;
    width: 300px;
  }
}

.backButton a::before {
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  display: block;
  height: 18px;
  left: 25px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 18px;
}

@media screen and (max-width: 767px) {
  .backButton a {
    width: 300px;
  }
}

@media screen and (max-width: 320px) {
  .backButton a {
    width: 280px;
  }
}

/* form */
#formWrapper {
  background: #fff;
  padding: 100px 0;
}

#formWrapper .container {
  width: 100%;
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #formWrapper .container {
    padding: 4rem;
  }
}

.form-top-title {
  color: #bdb972;
  font-size: 72px;
  line-height: 1.88889;
}

@media screen and (max-width: 750px) {
  .form-top-title {
    font-size: 7.2rem;
    line-height: 1.88889;
  }
}

.form-top-subtitle {
  color: #000;
  font-size: 35px;
  line-height: 1.14286;
  font-weight: 700;
  padding: 0 0 20px;
  margin: 0 0 40px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 750px) {
  .form-top-subtitle {
    font-size: 4rem;
    line-height: 1.1;
    margin: 0 0 4rem;
  }
}

.form-top-subtitle::after {
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-bottom: 3px solid #c7000b;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .form-top-subtitle::after {
    width: 10rem;
  }
}

.form-top-text {
  font-size: 19px;
  line-height: 1.47368;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .form-top-text {
    font-size: 3rem;
  }
}

#formWrapper .read {
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 750px) {
  #formWrapper form {
    padding: 0;
  }
}

#formWrapper input[type="text"],
#formWrapper input[type="email"],
#formWrapper select,
#formWrapper textarea {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  box-shadow: 1px 1px 5px 0 #e6e6e6 inset;
  -webkit-box-shadow: 1px 1px 5px 0 #e6e6e6 inset;
  border-radius: 3px;
  height: 41px;
  min-height: 41px;
  min-width: 1px;
  padding: 10px 14px 9px;
}

@media screen and (max-width: 750px) {
  #formWrapper input[type="text"],
  #formWrapper input[type="email"],
  #formWrapper select,
  #formWrapper textarea {
    font: inherit;
  }
}

#formWrapper input[type="text"] {
  width: 100%;
}

@media screen and (max-width: 750px) {
  #formWrapper input[type="text"] {
    max-width: inherit;
  }
}

#formWrapper input[type="email"] {
  width: 100%;
}

@media screen and (max-width: 750px) {
  #formWrapper input[type="email"] {
    max-width: inherit;
  }
}

#formWrapper input[type="radio"] {
  margin: 0 1rem 0 0;
}

#formWrapper select {
  min-width: 100%;
}

@media screen and (max-width: 750px) {
  #formWrapper select {
    width: 100%;
    max-width: inherit;
  }
}

#formWrapper textarea {
  width: 100%;
  height: calc(1.5em * 10);
}

#formWrapper label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (max-width: 750px) {
  #formWrapper label {
    display: inline-block;
  }
}

#formWrapper label p {
  min-width: 30px;
  margin: 0 5px;
}

@media screen and (max-width: 750px) {
  #formWrapper label p {
    margin: 0 1rem 0 0;
  }
}

#formWrapper .fullWide {
  max-width: 100% !important;
}

#formWrapper dl {
  border-bottom: solid 1px #e0e0e0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 750px) {
  #formWrapper dl {
    display: block;
    padding: 10px 0;
    border-bottom: solid 1px #e0e0e0;
    text-align: left;
  }
}

#formWrapper dt {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 25%;
  padding: 30px 0;
  font-size: 14px;
  line-height: 38px;
}

@media screen and (max-width: 750px) {
  #formWrapper dt {
    font-size: 14px;
    line-height: 28px;
    padding: 0;
    width: 100%;
  }
}

#formWrapper dt::after {
  content: '';
  display: block;
  clear: both;
}

#formWrapper dt span {
  float: right;
}

#formWrapper dt em {
  /*color: $white;
  background-color: $fontRed;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;*/
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 30px;
  height: 16px;
  background: #d7000f;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  font-style: normal;
}

@media screen and (max-width: 750px) {
  #formWrapper dt em {
    margin-bottom: 4px;
    margin-left: 10px;
    margin-top: 0;
    position: relative;
    right: 0;
    vertical-align: middle;
  }
}

#formWrapper dl dd {
  /*position: relative;
  width: calc(100% - 230px);*/
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 75%;
  padding: 30px 20px;
  font-size: 14px;
  position: relative;
}

@media screen and (max-width: 750px) {
  #formWrapper dl dd {
    padding: 10px 0;
    margin: 0;
    width: 100%;
  }
}

#formWrapper dl dd p {
  margin-bottom: 0;
  padding: 10px 0;
}

#formWrapper dd small {
  display: block;
  margin-left: 15px;
  font-size: 13px;
}

#formWrapper .submit {
  margin: 40px 0 0;
  text-align: center;
}

#formWrapper input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 250px;
  height: 56px;
  padding: 8ox;
  border-radius: 5px;
  background: #d7000f;
  border: none;
  color: #fff;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media screen and (max-width: 750px) {
  #formWrapper input[type="submit"] {
    width: 300px;
    max-width: 98%;
  }
}

#formWrapper input[type="submit"]:hover {
  opacity: 0.7;
}

@media screen and (max-width: 320px) {
  #formWrapper input[type="submit"] {
    width: 280px;
  }
}

#formWrapper .unit {
  display: inline-block;
  margin-right: 5px;
  width: 2.5em;
}

@media screen and (max-width: 750px) {
  #formWrapper .unit {
    margin-bottom: 10px;
    margin-left: 0 !important;
    margin-right: 0;
  }
}

#formWrapper label + .unit {
  margin-left: 15px;
}

#formWrapper table {
  margin-bottom: 50px;
  width: 100%;
  border-collapse: collapse;
}

#formwrapper tr {
  border-bottom: solid 1px #e0e0e0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 750px) {
  #formwrapper tr {
    display: block;
    padding: 10px 0;
    border-bottom: solid 1px #e0e0e0;
    text-align: left;
  }
}

#formWrapper table th {
  border-bottom: solid 1px #e0e0e0;
  padding: 10px 10px 10px 0;
  white-space: nowrap;
  width: 230px;
}

@media screen and (max-width: 750px) {
  #formWrapper table th {
    width: auto;
  }
}

#formWrapper table td {
  border-bottom: solid 1px #e0e0e0;
  padding: 10px 0;
  word-break: break-all;
}

#formWrapper .btnWrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}

#formWrapper .btnWrapper .btn_2 {
  text-align: center;
  margin: 0 0 20px;
}

#formWrapper .formError {
  border: 1px solid #c1272d;
  color: #c1272d;
  display: inline-block !important;
  font-weight: bold;
  margin: 0 5px 10px !important;
  margin-top: 0 !important;
  padding: 5px !important;
  white-space: nowrap !important;
  white-space: nowrap !important;
  width: auto !important;
  position: absolute !important;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

@media screen and (max-width: 750px) {
  #formWrapper .formError {
    left: 0 !important;
    -webkit-transform: translate(8rem, -100%);
            transform: translate(8rem, -100%);
  }
}

#formWrapper .form-validation-field-0formError,
#formWrapper .form-validation-field-1formError {
  -webkit-transform: translate(150px, -100%);
          transform: translate(150px, -100%);
}

@media screen and (max-width: 750px) {
  #formWrapper .form-validation-field-0formError,
  #formWrapper .form-validation-field-1formError {
    -webkit-transform: translate(2rem, -100%);
            transform: translate(2rem, -100%);
  }
}

#formWrapper .form-validation-field-3formError {
  top: 50px !important;
}

#pagetop {
  bottom: 0;
  display: none;
  height: 60px;
  position: fixed;
  right: 0;
  width: 60px;
  z-index: 30;
}

#pagetop.is-bottom {
  position: absolute;
  top: -60px;
}

#pagetop a {
  background: #000;
  display: block;
  height: 60px;
  position: relative;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 60px;
}

#pagetop a::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  display: block;
  height: 18px;
  left: 21px;
  position: absolute;
  top: 25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 18px;
}

#pagetop a:hover {
  opacity: 0.7;
}

h2 {
  font-size: 7.2rem;
  line-height: 1.66667;
  letter-spacing: .03em;
  text-align: center;
  font-weight: 700;
  font-family: "Source Sans Pro";
}

.entryform-container {
  width: 100%;
  max-width: 650px;
  padding: 200px 50px 80px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .entryform-container {
    padding: 20rem 4rem 8rem;
  }
}

.entryform-container iframe {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.entryform-inner {
  margin: 0 0 200px;
}

@media screen and (max-width: 750px) {
  .entryform-inner {
    margin: 0 0 20rem;
  }
}

.entryform-inner h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
  position: relative;
  padding-bottom: 20px;
}

.entryform-inner h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10rem;
  border-bottom: 3px solid #c80a14;
  height: 3px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ui-datepicker .ui-datepicker-calendar {
  display: inline-table;
}

#formWrapper .kakunin-container th {
  width: 50%;
  padding: 10px 0 10px 25%;
  font-size: 14px;
  line-height: 2.71429;
}

@media screen and (max-width: 750px) {
  #formWrapper .kakunin-container th {
    padding: 10px 0;
  }
}

#formWrapper .kakunin-container td {
  width: 50%;
  font-size: 14px;
  line-height: 2.71429;
}

#formWrapper .half-box {
  width: 50%;
}

@media screen and (max-width: 750px) {
  #formWrapper .half-box {
    width: 100%;
  }
}

#formWrapper .mt-20 {
  margin: 20px 0 0;
}

@media screen and (max-width: 750px) {
  #formWrapper .mt-20 {
    margin: 2rem 0 0;
  }
}

.form-subtitle {
  font-size: 20px;
  font-weight: 700;
  margin: 50px 0 15px;
}

@media screen and (max-width: 750px) {
  .form-subtitle {
    font-size: 2.8rem;
  }
}

.form-subtitle span {
  font-weight: 400;
}

#formWrapper .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 750px) {
  #formWrapper .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.rule-box {
  padding: 30px 0;
}

@media screen and (max-width: 750px) {
  .rule-box {
    padding: 3rem 0;
  }
}

.rule-inner {
  width: 100%;
  padding: 2%;
  margin: 0 auto;
  border: 1px solid #c80a14;
}

@media screen and (max-width: 750px) {
  .rule-inner {
    width: 100%;
  }
}

.rule-title {
  color: #c80a14;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 1.5em;
}

.rule-list {
  font-size: 17px;
  line-height: 1.70588;
  margin: 0 0 1.5em;
}

@media screen and (max-width: 750px) {
  .rule-list {
    font-size: 2.4rem;
    line-height: 1.58333;
  }
}

.rule-list:nth-last-of-type(1) {
  margin: 0;
}

.js-relation_other {
  display: none;
}
/*# sourceMappingURL=style.css.map */