@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: url("../font/Yu Gothic/Yu Gothic Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Yu Gothic";
  src: url("../font/Yu Gothic/Yu Gothic Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Yu Mincho";
  src: url("../font/Yu Mincho/Yu Mincho Demibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Yu Mincho";
  src: url("../font/Yu Mincho/Yu Mincho Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Times New Roman";
  src: url("../font/Times New Roman/Times New Roman.ttf") format("trueype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Times New Roman";
  src: url("../font/Times New Roman/Times New Roman Italic.ttf") format("trueype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Times New Roman";
  src: url("../font/Times New Roman/Times New Roman Bold.ttf") format("trueype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Times New Roman";
  src: url("../font/Times New Roman/Times New Roman Bold Italic.ttf") format("trueype");
  font-weight: 700;
  font-style: italic;
}
:root {
  --header_height: 80px;
}
@media (max-width: 767px) {
  :root {
    --header_height: 65px;
  }
}

/**************************************************
* ページ: お問い合わせ
**************************************************/
.contact-banner {
  display: none;
}

.float1 {
  display: none;
}

/*------------------------------
フォーム
------------------------------*/
.contact__container {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .contact__container {
    padding: 40px 0 58px;
  }
}

.contact__message {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.6666666667;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 767px) {
  .contact__message {
    font-size: min(1.4rem, 3.7333333333vw);
    font-feature-settings: "palt";
    line-height: 2.2;
  }
}

.contact__form {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  width: 750px;
  margin: 100px auto 0;
  max-width: 100%;
}
@media (max-width: 767px) {
  .contact__form {
    margin-top: 50px;
    font-size: min(1.5rem, 4vw);
  }
}

.contact__block:nth-child(n+2) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .contact__block:nth-child(n+2) {
    margin-top: 37px;
  }
}

.contact__block--flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contact__block--flex {
    display: block;
  }
}

.contact__block--flex--center {
  align-items: center;
}

.contact__block--flex--end {
  align-items: flex-end;
}

.contact__flex-item {
  width: 47%;
}
@media (max-width: 767px) {
  .contact__flex-item {
    width: 100%;
  }
  .contact__flex-item:nth-child(n+2) {
    margin-top: 30px;
  }
}

.contact__item:nth-child(n+2) {
  margin-top: 35px;
}

.contact__label {
  font-weight: 700;
}

.contact__content {
  margin-top: 5px;
}
.contact__content input[type=text],
.contact__content input[type=tel],
.contact__content input[type=email],
.contact__content select,
.contact__content textarea {
  font: inherit;
  color: inherit;
  width: 100%;
  border: none;
  border-radius: 7px;
  padding: 0.8em 2.5em;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}
.contact__content input[type=text]::placeholder,
.contact__content input[type=tel]::placeholder,
.contact__content input[type=email]::placeholder,
.contact__content select::placeholder,
.contact__content textarea::placeholder {
  font-weight: 700;
  font-family: "Yu Gothic", sans-serif;
}
.contact__content textarea {
  resize: vertical;
  min-height: 145px;
}
@media (min-width: 768px) {
  .contact__content textarea.textarea2 {
    min-height: 85px;
  }
}
@media (max-width: 767px) {
  .contact__content textarea {
    min-height: 120px;
  }
}

@media (max-width: 767px) {
  .height-large-sp[class] {
    height: 120px;
  }
}

.contact__content1 {
  width: fit-content;
  margin-left: auto;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .contact__content1 .contact__check-label:nth-child(n+2) {
    margin-left: 3.5em;
  }
}
@media (max-width: 767px) {
  .contact__content1 {
    display: flex;
    flex-wrap: wrap;
  }
  .contact__content1 .contact__check-label {
    margin-bottom: 1em;
  }
  .contact__content1 .contact__check-label:nth-child(2n) {
    margin-left: 1.6em;
  }
}

.contact__content2 {
  margin-top: 15px;
  padding-left: 60px;
  display: flex;
  flex-wrap: wrap;
}
.contact__content2 .contact__check-label {
  margin-right: 1.5em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .contact__content2 {
    padding-left: 0;
  }
  .contact__content2 .contact__check-label {
    margin-bottom: 0.5em;
  }
}

.contact__note {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5384615385;
  margin-top: 12px;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .contact__note {
    margin-top: 0.5em;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.contact__note.mt0 {
  margin-top: 0;
}

.contact__address-button {
  align-self: flex-end;
  padding-left: 9%;
}
.contact__address-button button {
  display: inline-block;
  width: 190px;
  background: #008378;
  border-radius: 26px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 3.0769230769;
  border: none;
  color: #fff;
  padding: 0.5em 0;
}
@media (max-width: 767px) {
  .contact__address-button {
    padding-left: 0;
    text-align: center;
  }
}

.contact__privacy {
  text-align: center;
  width: 450px;
  max-width: 100%;
  margin: 60px auto 0;
}
.contact__privacy label {
  display: inline-block;
  margin-top: 30px;
  padding-left: 1em;
  text-indent: -1em;
}
.contact__privacy a {
  font-weight: 700;
  text-decoration: underline;
}
.contact__privacy a:nth-of-type(n+2) {
  margin-left: 1em;
}
.contact__privacy p {
  text-align-last: left;
}
.contact__privacy input {
  appearance: auto;
  margin: 0;
  width: 23px;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .contact__privacy {
    text-align-last: left;
  }
  .contact__privacy label {
    position: relative;
    padding-left: 0;
    text-indent: 0;
    padding-bottom: 60px;
    margin-top: 50px;
  }
  .contact__privacy label input {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .contact__privacy a:nth-of-type(n+2) {
    margin-left: 0.5em;
  }
}

.contact__submit {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .contact__submit {
    margin-top: 40px;
  }
}

.contact__button {
  text-align: center;
}
.contact__button input {
  cursor: pointer;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  background: #CDCAC1;
  border-radius: 37px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  padding: 1.5em 0;
  border: none;
  color: #fff;
}

body:has(.contact__privacy input:checked) .contact__button input {
  background: #008378;
}
@media (hover: hover) {
  body:has(.contact__privacy input:checked) .contact__button input:hover {
    background: #E88132;
  }
}

/* チェックボックス
------------------------------*/
.contact__check-custom {
  display: inline-block;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  position: relative;
  margin-right: 3px;
  box-sizing: border-box;
  transform: translateY(10%);
}
.contact__check-custom::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  aspect-ratio: 68/50;
  background: url(../img/icon_check.webp) no-repeat center center/contain;
  opacity: 0;
  transition: opacity 0.2s;
}

.contact__check-label input:checked + .contact__check-custom {
  background: #008378;
}
.contact__check-label input:checked + .contact__check-custom::after {
  opacity: 1;
}
.contact__check-label input:checked + .contact__check-custom2 {
  background: #008378;
  border: 2px solid #008378;
}
.contact__check-label input:checked + .contact__check-custom2::after {
  opacity: 1;
}
.contact__check-label input {
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}

.contact__check-custom2 {
  display: inline-block;
  width: 23px;
  height: 23px;
  border: 2px solid #707070;
  border-radius: 5px;
  position: relative;
  margin-right: 3px;
  box-sizing: border-box;
  transform: translateY(10%);
}
.contact__check-custom2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  aspect-ratio: 68/50;
  background: url(../img/icon_check.webp) no-repeat center center/contain;
  opacity: 0;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .contact__check-custom2 {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}

/* ラジオボタン
------------------------------*/
.contact__radio {
  display: flex;
  justify-content: space-between;
}

.contact__radio2 {
  justify-content: flex-start;
  padding-left: 55px;
  margin-top: 15px;
}
.contact__radio2 .contact__radio-label {
  width: 9.5em;
  justify-content: flex-start;
}

.contact__radio-label {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.contact__radio-label:has(input[type=radio]:checked) .contact__radio-button::after {
  background: #008378;
  display: block;
}
.contact__radio-label input[type=radio] {
  opacity: 0;
  appearance: unset;
  margin: 0;
  width: 0;
  height: 0;
}

.contact__radio-button {
  display: inline-block;
  width: 24px;
  aspect-ratio: 1/1;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  position: relative;
  margin-right: 8px;
}
.contact__radio-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 14px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.3s, border-color 0.3s;
  display: none;
}

.hidden-type1 {
  display: none;
}

.type1 .hidden-type1 {
  display: block;
}

/* セレクトボタン
------------------------------*/
.contact__select {
  position: relative;
}
.contact__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  background: #008378;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 17px;
  aspect-ratio: 17/11;
}

/*------------------------------
完了
------------------------------*/
.thanks__container {
  padding: 130px 0;
}
@media (max-width: 767px) {
  .thanks__container {
    padding: 40px 0;
  }
}

.thanks__box {
  max-width: 748px;
  margin: 0 auto;
  background: #F0EFED;
  border-radius: 5px;
  padding: 130px 0;
}
@media (max-width: 767px) {
  .thanks__box {
    padding: 80px 20px;
  }
}

.thanks__heading {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Yu Mincho", sans-serif;
}
@media (max-width: 767px) {
  .thanks__heading {
    font-size: min(2rem, 5.1282051282vw);
  }
}

.thanks__message {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  width: 400px;
  max-width: 100%;
  margin: 38px auto 0;
}
@media (max-width: 767px) {
  .thanks__message {
    line-height: 1.8;
    font-size: min(1.4rem, 3.5897435897vw);
    max-width: 90%;
    margin: 30px auto 0;
  }
}/*# sourceMappingURL=contact.css.map */