@charset "UTF-8";
.form-box .flex {
  flex-wrap: wrap;
}
.form-box .ttl {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 27px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .form-box .ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .form-box .ttl {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .form-box .ttl {
    font-size: 22px;
  }
}

.form-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 1026px;
  width: 100%;
}
.form-box .top-text {
  font-size: 18px;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .form-box .top-text {
    font-size: 16px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .form-box .top-text {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .form-box .top-text {
    font-size: 12px;
  }
}

.form-box .box {
  margin-bottom: 50px;
}

.form-box .box > .inputbox.flex {
  gap: 20px;
  justify-content: flex-start;
}

.form-box .box.required-box h3::after {
  background-color: #b71818;
  border-radius: 3px;
  color: #ffffff;
  content: "必須";
  font-size: 14px;
  left: 4px;
  padding: 3px 36px 5px;
  position: absolute;
  top: 1px;
}
@media screen and (max-width: 1080px) {
  .form-box .box.required-box h3::after {
    padding: 0px 15px 1px;
  }
}

.form-box h3 {
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 500;
  justify-content: space-between;
  padding-left: 150px;
  position: relative;
  width: 426px;
}
@media screen and (max-width: 1080px) {
  .form-box h3 {
    padding-left: 80px;
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .form-box h3 {
    font-size: 16px;
  }
}

.form-box .inputbox {
  width: calc(100% - 426px);
}
@media screen and (max-width: 1080px) {
  .form-box .inputbox {
    width: calc(100% - 300px);
  }
}

.form-box .inputbox > input {
  height: 60px;
}
@media screen and (max-width: 768px) {
  .form-box .inputbox > input {
    height: 50px;
  }
}

.form-box .inputbox > input,
.form-box .inputbox textarea {
  background-color: #ffffff;
  border: none;
  border-radius: 3px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 16px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-box .inputbox > input,
.form-box .inputbox textarea {
    font-size: 14px;
  }
}

.form-box .inputbox input[type=radio],
.form-box .inputbox input[type=checkbox] {
  margin-right: 10px;
}

.form-box .inputbox textarea {
  height: 250px;
}

.form-box .inputbox input[type=file] {
  background-color: transparent !important;
  height: 40px !important;
  padding: 0 !important;
}

.form-box .file .inputbox > input {
  background-color: transparent;
}

.form-box .send,
.form-box .check-area {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form-box .privacy-bt {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .form-box .privacy-bt {
    font-size: 14px;
  }
}

.form-box .send {
  justify-content: flex-start !important;
  padding-left: 20px;
  padding-right: 20px;
}

.form-box .send .send-bt {
  border-radius: 100px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: inline-block;
  min-width: 250px;
  overflow: hidden;
  padding: 15px 60px;
  position: relative;
  text-align: center;
}

.form-box .send .send-bt::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transition: ease 0.4s;
  width: 100%;
  z-index: 1;
}

.form-box .send .send-bt:hover::after {
  transform: translateX(0);
}

.form-box .send .send-bt:hover {
  opacity: 1 !important;
}

.form-box .send .send-bt i,
.form-box .send .send-bt p {
  transition: ease 0.3s;
}

.form-box .send .send-bt i {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.form-box .send .send-bt p {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.form-box .send .send-bt {
  background-color: #fff;
}

.form-box .send .send-bt::after {
  background-color: #ed1b24;
}

.form-box .send .send-bt p,
.form-box .send .send-bt i {
  color: #ed1b24;
}

.form-box .send .send-bt:hover p,
.form-box .send .send-bt:hover i {
  color: #fff;
}

.form-box .send .send-bt button {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.privacypolicy {
  background-color: rgba(17, 17, 17, 0.85);
  box-sizing: border-box;
  color: #edece2;
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  padding: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.privacypolicy a p {
  color: #edece2;
}

.privacypolicy .close-bt {
  background-color: rgba(25, 25, 25, 0.85);
  cursor: pointer;
  height: 60px;
  position: fixed;
  right: 20px;
  top: 20px;
  transition: ease 0.3s;
  width: 60px;
}

.privacypolicy .close-bt:hover {
  opacity: 0.6;
}

.privacypolicy .close-bt::before,
.privacypolicy .close-bt::after {
  background-color: #edece2;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 42px;
}

.privacypolicy .close-bt::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.privacypolicy .close-bt::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.privacypolicy .box-wrap {
  padding-top: 50px;
}

.privacypolicy .box-wrap .box:not(:last-of-type) {
  margin-bottom: 80px;
}

.privacypolicy h3 {
  border-bottom: 2px solid #edece2;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.privacypolicy p {
  font-size: 14px;
  line-height: 2;
}

.privacypolicy a {
  color: #edece2;
}

@media screen and (max-width: 1280px) {
  .form-box .send .send-bt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .form-box h3 {
    width: 250px;
  }

  .form-box .inputbox {
    width: calc(100% - 250px);
  }

  .form-box .send,
.form-box .check-area {
    margin-left: auto;
  }

  .form-box .send {
    text-align: center;
  }

  .privacypolicy {
    padding: 60px;
  }
}
@media screen and (max-width: 576px) {
  .form-box {
    margin-top: 30px;
  }

  .form-box .text {
    font-size: 14px;
  }

  .form-box .text br {
    display: none;
  }

  .form-box .box.required-box h3::after {
    font-size: 12px;
  }

  .form-box h3 {
    margin-bottom: 10px;
    padding-right: 0;
    width: 100%;
  }

  .form-box .inputbox {
    width: 100%;
  }

  .form-box .inputbox > input,
.form-box .inputbox textarea {
    font-size: 14px;
  }

  .form-box .send .send-bt {
    min-width: 210px;
  }

  .form-box .send .send-bt p,
.form-box .send .send-bt i {
    font-size: 14px;
  }

  .privacypolicy {
    padding: 60px 20px;
  }

  .privacypolicy .close-bt {
    height: 48px;
    width: 48px;
  }

  .privacypolicy .close-bt::before,
.privacypolicy .close-bt::after {
    height: 2px;
    width: 36px;
  }

  .privacypolicy .box-wrap {
    padding-top: 20px;
  }

  .privacypolicy .box-wrap .box:not(:last-of-type) {
    margin-bottom: 40px;
  }

  .privacypolicy h3 {
    font-size: 16px;
  }
}
/*----------------------------------------------------------
フォームテキスト
------------------------------------------------------------*/
.form-top-ttl {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .form-top-ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .form-top-ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .form-top-ttl {
    font-size: 24px;
  }
}

.form-top-text {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 20px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .form-top-text {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .form-top-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .form-top-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .form-top-text {
    font-size: 10px;
  }
}

/*----------------------------------------------------------
フォーム
------------------------------------------------------------*/
.checkbox-wrapper {
  margin-right: auto;
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  .checkbox-wrapper {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 576px) {
  .checkbox-wrapper {
    width: 100%;
  }
}
.checkbox-wrapper .txt {
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}

.checkbox-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 60px;
}
@media screen and (max-width: 1280px) {
  .checkbox-flex {
    gap: 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  .checkbox-flex {
    gap: 15px 30px;
  }
}

.checkbox-container {
  align-items: center;
  display: flex;
}
.checkbox-container p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .checkbox-container p {
    font-size: 14px;
  }
}
.checkbox-container input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 2px;
  height: 15px;
  width: 15px;
}
.checkbox-container input:checked {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.checkbox {
  margin-right: 15px;
  /* チェックボックスとテキストの間のスペース */
}

.radio {
  margin-right: 15px;
}

/*----------------------------------------------------------
住所
------------------------------------------------------------*/
.form-box .addressbox > div:not(:last-of-type) {
  margin-bottom: 10px;
}
.form-box .addressbox .address1 {
  gap: 10px;
}
.form-box .addressbox .address1 input {
  max-width: 100px;
}

.addressbox input {
  background-color: #ffffff;
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 14px;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .addressbox input {
    padding: 16px;
  }
}

.form-txt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .form-txt {
    font-size: 18px;
  }
}

.old-wrapper {
  margin-right: auto;
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  .old-wrapper {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 576px) {
  .old-wrapper {
    width: 100%;
  }
}
.old-wrapper .old {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .old-wrapper .old {
    gap: 10px;
  }
}
.old-wrapper .old input {
  background-color: #d5d9da;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 14px;
  max-width: 100px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .old-wrapper .old input {
    max-width: 80px;
  }
}

/*----------------------------------------------------------
プライバシーポリシーに同意
------------------------------------------------------------*/
.check-area {
  align-items: center;
  display: flex;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .check-area {
    gap: 15px;
  }
}
.check-area p {
  line-height: 1;
}
.check-area .privacy-bt {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .check-area .privacy-bt {
    margin-left: 0px;
  }
}
.check-area input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f6efe6;
  border: 1px solid #3f3f3f;
  height: 15px;
  width: 15px;
}
.check-area input:checked {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

/*----------------------------------------------------------
送信ボタン
------------------------------------------------------------*/
.send_btn {
  align-items: center;
  background-color: transparent;
  border: 1px solid #4d4d4d;
  border-radius: 31px;
  display: flex;
  gap: 30px;
  height: 62px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 262px;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .send_btn {
    height: 50px;
    max-width: 230px;
  }
}
@media screen and (max-width: 576px) {
  .send_btn {
    height: 45px;
  }
}
@media screen and (min-width: 769px) {
  .send_btn:hover {
    background-color: #fff;
    cursor: pointer;
    opacity: 1;
  }
  .send_btn:hover p {
    color: #4d4d4d;
  }
}
@media screen and (max-width: 576px) {
  .send_btn {
    margin-top: 40px;
  }
}
.send_btn p {
  color: #4d4d4d;
  font-size: 22px;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1080px) {
  .send_btn p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .send_btn p {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .send_btn p {
    font-size: 14px;
  }
}
.send_btn .fa-angle-right:before {
  font-size: 23px;
}
.send_btn button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
/*# sourceMappingURL=sourcemaps/contact.css.map */