@charset "UTF-8";
/* 変数の定義
--------------------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* 色のクラス
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #001507;
}

.green {
  color: #3AB768;
}

.orange {
  color: #F79824;
}

/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
table,
tr,
th,
td,
a,
figure {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #001507;
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.6rem;
}
@media screen and (max-width: 999px) {
  body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
a,
table,
tr,
th,
td,
figure {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: 900;
}

.en {
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.12em;
  line-height: 1;
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 共通
--------------------------------------------------*/
body {
  word-break: break-word;
}

a {
  transition-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

span {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 共通
--------------------------------------------------*/
body {
  background: linear-gradient(90deg, rgb(235, 248, 240) 0%, rgb(235, 248, 242) 50%, rgb(235, 251, 248) 100%);
}

main {
  padding: 190px 0 100px;
}
@media screen and (max-width: 999px) {
  main {
    padding: 140px 0 60px;
  }
}

.title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .title {
    margin-bottom: 30px;
  }
}
.title .en {
  opacity: 0.1;
  letter-spacing: 0.12em;
  font-size: 8rem;
}
@media screen and (max-width: 999px) {
  .title .en {
    font-size: 6rem;
  }
}
@media screen and (max-width: 449px) {
  .title .en {
    font-size: 13.3vw;
  }
}
.title .ja {
  position: relative;
  margin-top: -1.2em;
  font-size: 4rem;
  font-weight: 900;
}
@media screen and (max-width: 999px) {
  .title .ja {
    font-size: 3rem;
  }
}
@media screen and (max-width: 449px) {
  .title .ja {
    font-size: 6.66vw;
  }
}

/* フォーム
--------------------------------------------------*/
#saiyo-lp_form .wrap_form {
  margin-top: 40px;
  padding: 40px 5%;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #saiyo-lp_form .wrap_form {
    margin-top: 30px;
    border-radius: 2.6vw;
  }
}
#saiyo-lp_form .wrap_form .form_inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#saiyo-lp_form .wrap_form .form_wrap {
  display: grid;
  grid-template-columns: 250px 1fr;
}
@media screen and (max-width: 999px) {
  #saiyo-lp_form .wrap_form .form_wrap {
    grid-template-columns: 100%;
    gap: 10px;
  }
}
#saiyo-lp_form .wrap_form .screen-reader-response {
  display: none;
}
#saiyo-lp_form .wrap_form .wpcf7-response-output {
  display: none;
}
#saiyo-lp_form .wrap_form .txt_error {
  display: none;
  margin-bottom: 20px;
  color: #F79824;
  font-weight: 700;
  text-align: center;
}
#saiyo-lp_form .wrap_form .txt_error.is-show {
  display: block;
}
#saiyo-lp_form .wrap_form .form_ttl {
  padding-top: 15px;
  padding-right: 20px;
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  #saiyo-lp_form .wrap_form .form_ttl {
    padding-top: 0;
    padding-right: 0;
  }
}
#saiyo-lp_form .wrap_form .form_ttl a {
  font-weight: inherit;
  color: #3AB768;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}
#saiyo-lp_form .wrap_form .form_ttl a:hover {
  opacity: 0.6;
}
#saiyo-lp_form .wrap_form .form_ttl.privacy {
  padding-top: 0;
}
#saiyo-lp_form .wrap_form .form_ttl.privacy a {
  position: relative;
}
#saiyo-lp_form .wrap_form .form_ttl.privacy a::after {
  transition-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.3em;
  margin-right: 0.3em;
  vertical-align: -0.1em;
  background-color: #3AB768;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0V13H13V6.5H11.5556V11.5556H1.44444V1.44444H6.5V0H0ZM7.94444 0V1.44444H10.5343L3.8227 8.15603L4.84397 9.1773L11.5556 2.46571V5.05556H13V0H7.94444Z' fill='%23858786'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0V13H13V6.5H11.5556V11.5556H1.44444V1.44444H6.5V0H0ZM7.94444 0V1.44444H10.5343L3.8227 8.15603L4.84397 9.1773L11.5556 2.46571V5.05556H13V0H7.94444Z' fill='%23858786'/%3E%3C/svg%3E%0A");
}
#saiyo-lp_form .wrap_form .form_ttl .required {
  color: #F79824;
}
#saiyo-lp_form .wrap_form .confirm_wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding: 30px 20px;
  border: 1px solid rgba(58, 183, 104, 0.4);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #saiyo-lp_form .wrap_form .confirm_wrap {
    border-radius: 1.3vw;
    padding: 20px;
  }
}
#saiyo-lp_form .wrap_form .btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
#saiyo-lp_form .wrap_form .entry_btn {
  transition-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  position: relative;
  width: 100%;
  max-width: 380px;
}
#saiyo-lp_form .wrap_form .entry_btn::before {
  transition-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(243, 117, 21) 0%, rgb(242, 149, 48) 100%);
  border-radius: 999px;
  opacity: 1;
}
#saiyo-lp_form .wrap_form .entry_btn::after {
  transition-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 999px;
  opacity: 0;
}
#saiyo-lp_form .wrap_form .entry_btn:hover::before {
  opacity: 0;
}
#saiyo-lp_form .wrap_form .entry_btn:hover::after {
  opacity: 1;
}
#saiyo-lp_form .wrap_form .entry_btn.is-disabled:hover::before {
  opacity: 1;
}
#saiyo-lp_form .wrap_form .entry_btn.is-disabled:hover::after {
  opacity: 0;
}
#saiyo-lp_form .wrap_form .entry_btn.is-disabled::before {
  background: #BDBDBD;
}
#saiyo-lp_form .wrap_form .entry_btn input:disabled {
  cursor: not-allowed;
}
#saiyo-lp_form .wrap_form .entry_btn input:disabled:hover {
  color: #fff;
}
#saiyo-lp_form .wrap_form .wpcf7-spinner {
  display: none;
}
#saiyo-lp_form .wrap_form .wpcf7-not-valid-tip {
  margin-top: 3px;
  color: #F79824;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  #saiyo-lp_form .wrap_form .wpcf7-not-valid-tip {
    font-size: 1.2rem;
  }
}
#saiyo-lp_form .wrap_form .wpcf7-response-output {
  margin-top: 20px;
  color: #F79824;
  font-weight: 700;
  text-align: center;
}
#saiyo-lp_form .wrap_form input[type=text],
#saiyo-lp_form .wrap_form input[type=email],
#saiyo-lp_form .wrap_form input[type=tel],
#saiyo-lp_form .wrap_form input[type=number],
#saiyo-lp_form .wrap_form input[type=password] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.6rem;
  color: inherit;
  font-family: "Zen Kaku Gothic Antique", serif;
  line-height: 1.7;
  letter-spacing: 0.1em;
  background-color: #F3F6F6;
  background-image: none;
  border: none;
  border-radius: 10px;
  padding: 15px 20px;
  transition-duration: 0.3s;
}
@media screen and (max-width: 999px) {
  #saiyo-lp_form .wrap_form input[type=text],
#saiyo-lp_form .wrap_form input[type=email],
#saiyo-lp_form .wrap_form input[type=tel],
#saiyo-lp_form .wrap_form input[type=number],
#saiyo-lp_form .wrap_form input[type=password] {
    font-size: 1.4rem;
    border-radius: 5px;
  }
}
#saiyo-lp_form .wrap_form input[type=text]:focus, #saiyo-lp_form .wrap_form input[type=text]:hover,
#saiyo-lp_form .wrap_form input[type=email]:focus,
#saiyo-lp_form .wrap_form input[type=email]:hover,
#saiyo-lp_form .wrap_form input[type=tel]:focus,
#saiyo-lp_form .wrap_form input[type=tel]:hover,
#saiyo-lp_form .wrap_form input[type=number]:focus,
#saiyo-lp_form .wrap_form input[type=number]:hover,
#saiyo-lp_form .wrap_form input[type=password]:focus,
#saiyo-lp_form .wrap_form input[type=password]:hover {
  border: none;
  box-shadow: none;
  outline: none;
}
#saiyo-lp_form .wrap_form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 300px;
  font-size: 16px;
  color: inherit;
  font-family: "Zen Kaku Gothic Antique", serif;
  letter-spacing: 0.1em;
  line-height: 1.7;
  background-color: #F3F6F6;
  background-image: none;
  border: none;
  border-radius: 10px;
  padding: 15px 20px;
  transition-duration: 0.3s;
}
@media screen and (max-width: 999px) {
  #saiyo-lp_form .wrap_form textarea {
    height: 250px;
    font-size: 1.4rem;
    border-radius: 5px;
  }
}
#saiyo-lp_form .wrap_form textarea:focus, #saiyo-lp_form .wrap_form textarea:hover {
  border: none;
  box-shadow: none;
  outline: none;
}
#saiyo-lp_form .wrap_form input[type=checkbox] {
  display: none;
}
#saiyo-lp_form .wrap_form input[type=checkbox] + span {
  display: inline-block;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 999px) {
  #saiyo-lp_form .wrap_form input[type=checkbox] + span {
    font-size: 1.4rem;
  }
}
#saiyo-lp_form .wrap_form input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #F3F6F6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
  transition-duration: 0.3s;
  z-index: 0;
}
#saiyo-lp_form .wrap_form input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  position: absolute;
  left: 4px;
  top: 45%;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 0;
}
#saiyo-lp_form .wrap_form input[type=checkbox]:checked + span::after {
  opacity: 1;
}
#saiyo-lp_form .wrap_form input[type=checkbox]:checked + span::before {
  background-color: #3AB768;
}
#saiyo-lp_form .wrap_form input[type=submit] {
  position: relative;
  z-index: 10;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 2rem;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", serif;
  letter-spacing: 0.12em;
  line-height: 1.4;
  background: transparent;
  border: none;
  border-radius: 999px;
  border: none;
  display: inline-block;
  padding: 1em;
  text-align: center;
  font-weight: 700;
  box-shadow: 0px 0px 18px 0px rgba(3, 19, 0, 0.06);
  transition-duration: 0.3s;
}
@media screen and (max-width: 999px) {
  #saiyo-lp_form .wrap_form input[type=submit] {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 999px) {
  #saiyo-lp_form .wrap_form input[type=submit] {
    font-size: 4.61vw;
  }
}
#saiyo-lp_form .wrap_form input[type=submit]:focus {
  outline: none;
}
#saiyo-lp_form .wrap_form input[type=submit]:hover {
  color: #F79824;
}
#saiyo-lp_form .wrap_form input[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}
#saiyo-lp_form .wrap_form ::-moz-placeholder {
  color: rgba(0, 21, 7, 0.5);
}
#saiyo-lp_form .wrap_form ::placeholder {
  color: rgba(0, 21, 7, 0.5);
}

/* 送信完了
--------------------------------------------------*/
.wrap_btn_back {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.wrap_btn_back .btn_back {
  transition-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  position: relative;
  display: block;
  width: 100%;
  max-width: 380px;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  padding: 1em;
  border-radius: 3em;
  overflow: hidden;
  box-shadow: 0px 0px 18px 0px rgba(3, 19, 0, 0.06);
}
@media screen and (max-width: 999px) {
  .wrap_btn_back .btn_back {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 389px) {
  .wrap_btn_back .btn_back {
    font-size: 4.61vw;
  }
}
.wrap_btn_back .btn_back::before {
  transition-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(243, 117, 21) 0%, rgb(242, 149, 48) 100%);
  opacity: 1;
}
.wrap_btn_back .btn_back::after {
  transition-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}
.wrap_btn_back .btn_back .txt {
  transition-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  position: relative;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
.wrap_btn_back .btn_back:hover::before {
  opacity: 0;
}
.wrap_btn_back .btn_back:hover::after {
  opacity: 1;
}
.wrap_btn_back .btn_back:hover .txt {
  background: linear-gradient(90deg, rgb(243, 117, 21) 0%, rgb(242, 149, 48) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*# sourceMappingURL=contact.css.map */