@charset "UTF-8";
.contact {
  overflow: hidden;
  padding-bottom: 150px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 215px;
}
@media screen and (max-width: 1080px) {
  .contact {
    padding-bottom: 100px;
    padding-top: 180px;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding-bottom: 75px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 125px;
  }
}
@media screen and (max-width: 576px) {
  .contact {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact .c-ttl {
  position: relative;
  z-index: 1;
}
.contact .c-ttl .en {
  color: #b7c6dd;
}
.contact .c-ttl .ttl {
  color: #fff;
  font-style: italic;
}

.form-box .flex {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .form-box .flex {
    gap: 5px;
    justify-content: initial;
  }
}
.form-box .box-wrap {
  border-top: 1px solid #333333;
}

.form-box {
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  max-width: 940px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .form-box {
    margin-top: 65px;
  }
}
@media screen and (max-width: 576px) {
  .form-box {
    margin-top: 50px;
  }
}
.form-box .top-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .form-box .top-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .form-box .top-text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .form-box .top-text {
    font-size: 12px;
  }
}

.form-box .box {
  border-bottom: 1px solid #333333;
  flex-wrap: nowrap;
  gap: 30px;
  padding-bottom: 17px;
  padding-top: 17px;
}
@media screen and (max-width: 768px) {
  .form-box .box {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

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

.form-box .box.required-box h3::after {
  background-color: #cb2727;
  color: #ffffff;
  content: "必須";
  font-size: 14px;
  line-height: 1;
  padding: 2px 4px 4px;
  position: relative;
  top: 2px;
}

.form-box h3 {
  box-sizing: border-box;
  flex-shrink: 0;
  font-size: 18px;
  justify-content: space-between;
  position: relative;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .form-box h3 {
    font-size: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

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

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

.form-box .inputbox > input,
.form-box .inputbox textarea {
  background-color: #36393d;
  border: none;
  box-sizing: border-box;
  color: #fff;
  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: 330px;
}
@media screen and (max-width: 768px) {
  .form-box .inputbox textarea {
    height: 195px;
  }
}

.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;
}

/*----------------------------------------------------------
プライバシーポリシー
------------------------------------------------------------*/
.privacypolicy-wrap {
  background-color: #36393d;
  margin-bottom: 50px;
  margin-top: 40px;
  padding-bottom: 30px;
  padding-right: 5px;
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .privacypolicy-wrap {
    margin-bottom: 35px;
    padding-bottom: 22px;
    padding-top: 22px;
  }
}
.privacypolicy-wrap .box {
  border-bottom: none !important;
}
.privacypolicy-wrap::before {
  background-color: #0f1011;
  content: "";
  height: 27px;
  pointer-events: none;
  position: absolute;
  right: 5px;
  top: 4px;
  width: 20px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .privacypolicy-wrap::before {
    height: 18px;
    width: 12px;
  }
}
.privacypolicy-wrap::after {
  background-color: #0f1011;
  bottom: 4px;
  content: "";
  height: 27px;
  pointer-events: none;
  position: absolute;
  right: 5px;
  width: 20px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .privacypolicy-wrap::after {
    height: 18px;
    width: 12px;
  }
}
.privacypolicy-wrap .scroll-up {
  color: #67727d;
  font-size: 13px;
  position: absolute;
  right: 7.5px;
  top: 5px;
  transition: all 0.3s ease;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .privacypolicy-wrap .scroll-up {
    font-size: 7px;
  }
}
@media screen and (min-width: 769px) {
  .privacypolicy-wrap .scroll-up:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}
.privacypolicy-wrap .scroll-down {
  bottom: 5px;
  color: #67727d;
  font-size: 13px;
  position: absolute;
  right: 7.5px;
  transition: all 0.3s ease;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .privacypolicy-wrap .scroll-down {
    font-size: 7px;
  }
}
@media screen and (min-width: 769px) {
  .privacypolicy-wrap .scroll-down:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

.privacypolicy {
  height: 190px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-left: 20px;
  padding-right: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .privacypolicy {
    padding-left: 17px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 576px) {
  .privacypolicy {
    padding-right: 20px;
  }
}
.privacypolicy .box {
  padding-bottom: 0;
  padding-top: 0;
}
.privacypolicy h3 {
  width: 100%;
}
.privacypolicy h3,
.privacypolicy p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.94;
  text-align: justify;
}
@media screen and (max-width: 1080px) {
  .privacypolicy h3,
.privacypolicy p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .privacypolicy h3,
.privacypolicy p {
    font-size: 14px;
    line-height: 1.73;
  }
}
@media screen and (max-width: 576px) {
  .privacypolicy h3,
.privacypolicy p {
    font-size: 12px;
  }
}
.privacypolicy .scroll-spacer {
  height: 25px;
}
.privacypolicy::-webkit-scrollbar {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .privacypolicy::-webkit-scrollbar {
    width: 12px;
  }
}
.privacypolicy::-webkit-scrollbar-track {
  background: #0f1011;
}
.privacypolicy::-webkit-scrollbar-thumb {
  background-color: #67727d;
  border: 5px solid #0f1011;
  border-radius: 20px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .privacypolicy::-webkit-scrollbar-thumb {
    border: 3px solid #0f1011;
    height: 28px;
  }
}
.privacypolicy::-webkit-scrollbar-button {
  /* 9pxの三角 + 上下余白 */
  background-color: transparent;
  height: 18px;
  position: relative;
}
.privacypolicy::-webkit-scrollbar-button:vertical:decrement::after, .privacypolicy::-webkit-scrollbar-button:vertical:increment::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  width: 0;
}

.privacypolicy a p {
  color: #fff;
}

.privacypolicy .box div {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.94;
  text-align: justify;
}
@media screen and (max-width: 1080px) {
  .privacypolicy .box div {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .privacypolicy .box div {
    font-size: 14px;
    line-height: 1.73;
  }
}
@media screen and (max-width: 576px) {
  .privacypolicy .box div {
    font-size: 12px;
  }
}

@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: 100%;
  }

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

  .form-box .send {
    text-align: center;
  }
}
@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 {
    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;
  }
}
/*----------------------------------------------------------
フォームテキスト
------------------------------------------------------------*/
.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% - 250px);
}
@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;
}

/*------------------------s----------------------------------
住所
------------------------------------------------------------*/
.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: #36393d;
  border: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .addressbox input {
    padding: 12px;
  }
}
.addressbox .bango {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .addressbox .bango {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
.addressbox .bango > p {
  flex-shrink: 0;
  font-size: 18px;
  width: 130px;
}
@media screen and (max-width: 768px) {
  .addressbox .bango > p {
    font-size: 15px;
  }
}
.addressbox .place {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .addressbox .place {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
.addressbox .place > p {
  flex-shrink: 0;
  font-size: 18px;
  width: 130px;
}
@media screen and (max-width: 768px) {
  .addressbox .place > p {
    font-size: 15px;
  }
}
.addressbox .place .address2 {
  width: 226px;
}
.addressbox .city {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .addressbox .city {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
.addressbox .city > p {
  flex-shrink: 0;
  font-size: 18px;
  width: 130px;
}
@media screen and (max-width: 768px) {
  .addressbox .city > p {
    font-size: 15px;
  }
}
.addressbox .city .address2 {
  width: 100%;
}

.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% - 250px);
}
@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: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .check-area {
    gap: 10px;
  }
}
@media screen and (max-width: 576px) {
  .check-area {
    gap: 8px;
  }
}
.check-area p {
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .check-area p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .check-area p {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .check-area p {
    font-size: 12px;
  }
}
.check-area input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  height: 28px;
  width: 28px;
}
@media screen and (max-width: 1080px) {
  .check-area input {
    height: 25px;
    width: 25px;
  }
}
@media screen and (max-width: 768px) {
  .check-area input {
    height: 18px;
    width: 18px;
  }
}
@media screen and (max-width: 576px) {
  .check-area input {
    height: 15px;
    width: 15px;
  }
}
.check-area input:checked {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

/*----------------------------------------------------------
送信ボタン
------------------------------------------------------------*/
.form-box .btn {
  align-items: center;
  background-color: transparent;
  border: 1px solid #474949;
  border-radius: 35px;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  height: 70px;
  justify-content: center;
  letter-spacing: 0.04em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
  max-width: 320px;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1080px) {
  .form-box .btn {
    font-size: 18px;
    height: 65px;
  }
}
@media screen and (max-width: 768px) {
  .form-box .btn {
    font-size: 17px;
    height: 60px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 576px) {
  .form-box .btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .form-box .btn:hover {
    background-color: #b7c6dd;
    cursor: pointer;
    opacity: 1;
  }
  .form-box .btn:hover p {
    color: #fff;
  }
}
.form-box .btn::before {
  color: #fff;
  content: ">>";
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  line-height: 1;
  padding-bottom: 2px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .form-box .btn::before {
    right: 17px;
  }
}
body:not(.on) .contact > .pc {
  display: inline-block;
  max-width: 600px;
  width: 100%;
}
body:not(.on) .contact > .sp {
  display: inline-block;
  max-width: 400px;
  width: 100%;
}

body.on .contact {
  position: relative;
}
body.on .contact > .pc {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.on .contact > .sp {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.check-area > .formError {
  margin-top: -40px !important;
}
/*# sourceMappingURL=sourcemaps/contact.css.map */