@charset "UTF-8";
/* CSS Document */
.site-header {
  background-color: #fff !important; }

#header {
  background: #efcd99 url("../img/header-contact.jpg") center/cover; }

#introduction {
  position: relative;
  padding: 4rem 0 15rem;
  background: #f8f9e0;
  margin-bottom: 2rem;
  overflow: hidden; }
  @media screen and (max-width: 1199px) {
    #introduction {
      padding: 4rem 0 13rem; } }
  @media screen and (max-width: 991px) {
    #introduction {
      padding: 3rem 0 10rem;
      margin-bottom: 0; } }
  @media screen and (max-width: 991px) {
    #introduction {
      padding: 3rem 0 7rem;
      margin-bottom: 2rem; } }
  #introduction::after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 5.7vw;
    background-image: url(../../img/wave-white-top.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%); }
  #introduction p span {
    display: block;
    font-size: 21px;
    font-size: 2.1rem;
    color: #513619;
    font-weight: 700;
    margin-top: 3rem; }
    @media screen and (max-width: 575px) {
      #introduction p span {
        font-size: 19px;
        font-size: 1.9rem; } }
  #introduction .number-box {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    padding: 1.25rem 0;
    border: solid 2px #513619;
    background-color: #fff;
    border-radius: 15px;
    letter-spacing: 0; }
    @media screen and (max-width: 1199px) {
      #introduction .number-box {
        font-size: 30px;
        font-size: 3rem; } }
    @media screen and (max-width: 991px) {
      #introduction .number-box {
        font-size: 27px;
        font-size: 2.7rem; } }
    @media screen and (max-width: 575px) {
      #introduction .number-box {
        font-size: 25px;
        font-size: 2.5rem; } }
    #introduction .number-box span {
      color: #009d42;
      margin-right: 1rem; }
    #introduction .number-box a {
      color: #513619; }
    @media screen and (max-width: 767px) {
      #introduction .number-box:first-child {
        margin-bottom: 2rem; } }

form#mail_form {
  padding-top: 2rem; }
  form#mail_form dl dt {
    margin-top: 0;
    padding-top: 0;
    font-weight: 600; }
    form#mail_form dl dt:first-child {
      border-top: none; }
    form#mail_form dl dt::before {
      display: inline-block;
      font-size: 90%;
      font-weight: normal;
      line-height: 1;
      margin-right: 1rem;
      padding: 0.4rem 0.5rem;
      border-radius: 3px; }
  form#mail_form dl dt.required::before {
    content: "必須";
    color: #fff;
    background-color: #009d42;
    border: 1px solid #009d42; }
  form#mail_form dl dt.optional::before {
    content: "任意";
    color: #009d42;
    background-color: #fff;
    border: 1px solid #009d42; }
  form#mail_form dl dd {
    margin-bottom: 4rem; }
    form#mail_form dl dd:nth-child(2) {
      margin-top: 0.5rem;
      margin-bottom: 3rem; }
    form#mail_form dl dd span.error_blank,
    form#mail_form dl dd span.error_format,
    form#mail_form dl dd span.error_match {
      display: block;
      color: #ff0000;
      margin-top: 3px; }
  form#mail_form input[type="text"],
  form#mail_form input[type="email"],
  form#mail_form input[type="tel"],
  form#mail_form textarea {
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(0, 157, 66, 0.5);
    border-radius: 3px;
    background: #F5F9EC;
    -webkit-appearance: none;
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 5px; }
    form#mail_form input[type="text"]:focus,
    form#mail_form input[type="email"]:focus,
    form#mail_form input[type="tel"]:focus,
    form#mail_form textarea:focus {
      border: 1px solid #009d42;
      background-color: #F5F9EC;
      outline: none; }
  form#mail_form input[type="radio"],
  form#mail_form input[type="checkbox"] {
    margin-right: 5px;
    margin-left: 0;
    accent-color: #513619; }
  form#mail_form label {
    margin-right: 2em; }
  form#mail_form select {
    font-size: 100%;
    margin-top: 5px; }
  form#mail_form input#postal {
    width: 30%; }
    @media screen and (max-width: 575px) {
      form#mail_form input#postal {
        width: 40%; } }
    form#mail_form input#postal + a {
      display: inline-block;
      padding: 5px 15px;
      margin-left: 0.5rem;
      background: #EEEBE8;
      border: 1px solid #513619;
      border-radius: 3px;
      color: #513619;
      font-family: inherit;
      text-decoration: none;
      transition: 0.3s; }
      form#mail_form input#postal + a:hover {
        cursor: pointer;
        background: #513619;
        color: #fff; }
  form#mail_form p#form_submit {
    width: 90%;
    margin: 0 auto;
    padding: 5rem 0 10rem 0; }
  form#mail_form input[type="button"] {
    font-weight: 600;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.06em;
    padding: 1.4rem 6rem;
    vertical-align: middle;
    line-height: 1;
    border: 1px solid #009d42;
    background: #009d42;
    color: #fff;
    -webkit-appearance: none;
    border-radius: 6px;
    transition: 0.3s; }
    @media screen and (max-width: 575px) {
      form#mail_form input[type="button"] {
        letter-spacing: 0;
        padding: 1.4rem 3.5rem; } }
    form#mail_form input[type="button"]:hover {
      cursor: pointer;
      background: #fff;
      color: #009d42; }
  form#mail_form input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #F5F9EC inset; }
  form#mail_form span.loading {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-top: 5px solid rgba(255, 255, 255, 0.2);
    border-right: 5px solid rgba(255, 255, 255, 0.2);
    border-bottom: 5px solid rgba(255, 255, 255, 0.2);
    border-left: 5px solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load-circle 1.0s linear infinite;
    animation: load-circle 1.0s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px; }
@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  form#mail_form .form-check {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 3rem auto 0;
    padding: 0; }
    @media screen and (max-width: 575px) {
      form#mail_form .form-check {
        font-size: 16px;
        font-size: 1.6rem; } }
    form#mail_form .form-check label {
      margin: 0; }
      form#mail_form .form-check label:before {
        display: inline-block;
        content: "必須";
        color: #fff;
        background-color: #009d42;
        border: 1px solid #009d42;
        font-size: 90%;
        font-weight: normal;
        line-height: 1;
        margin-right: 1rem;
        padding: 0.4rem 0.5rem;
        border-radius: 3px; }
      form#mail_form .form-check label input {
        margin: 0 0 0 0.5rem; }
  form#mail_form #form_submit_button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
    border: 1px solid #ccc;
    color: #fff; }

.privacy-policy {
  overflow: scroll;
  height: 215px;
  border: 1px solid rgba(0, 157, 66, 0.5);
  border-radius: 3px;
  padding: 2rem;
  margin-top: 2rem;
  background-color: #fff;
  line-height: 1.75; }
  .privacy-policy h4 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2rem; }
    @media screen and (max-width: 575px) {
      .privacy-policy h4 {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 1rem; } }
  .privacy-policy p {
    text-align: justify; }
    .privacy-policy p span {
      display: block;
      font-weight: 500; }

.thanks-box {
  background: #f8f9e0;
  padding: 6rem 0 10rem; }
  .thanks-box h3 {
    font-size: 26px;
    font-size: 2.6rem;
    color: #009d42;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 1.5rem; }
  .thanks-box p {
    margin-bottom: 5rem; }
