@charset "UTF-8";
@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "NotoSerif600";
  src: url("../font/NotoSerifJP-SemiBold.woff");
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "ZenOld400", serif;
  src: url("../font/ZenOldMincho-Regular.woff2");
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cormorant", serif;
  src: url("../font/Cormorant-VariableFont_wght.woff");
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 601px) {
  .contact-section {
    padding: 75px 0 150px;
  }
}
@media screen and (max-width: 600px) {
  .contact-section {
    padding: 50px 0 100px;
  }
}
.contact-section .wpcf7-not-valid-tip {
  font-size: 14px !important;
}
.contact-section .contact-confirm {
  max-width: 700px;
  margin: 0 auto;
}
.contact-section .contact-confirm .contact-section__wrap {
  max-width: unset;
}
.contact-section .contact-confirm .contact-section__itemTitle:before,
.contact-section .contact-confirm .contact-section__selectWrap:after,
.contact-section .contact-confirm .contact-section__guide,
.contact-section .contact-confirm .contact-section__checkWrap {
  display: none;
}
.contact-section .contact-confirm .contact-section__item {
  margin-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 601px) {
  .contact-section .contact-confirm .contact-section__item {
    padding: 30px 0;
  }
}
@media screen and (max-width: 600px) {
  .contact-section .contact-confirm .contact-section__item {
    padding: 15px 0;
  }
}
.contact-section .contact-confirm .contact-section__item:nth-child(n+2) {
  border-top: 1px solid #A2A2A2;
}
.contact-section .contact-confirm .contact-section__itemTitle {
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .contact-section .contact-confirm .contact-section__itemTitle {
    font-family: notoSans500, sans-serif;
    font-weight: 500;
  }
}

@media screen and (min-width: 601px) {
  .contact-section__wrap {
    max-width: 900px;
  }
}
.contact-section__buttonConfirmWrap {
  max-width: 535px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 70px auto 0;
}
@media screen and (max-width: 600px) {
  .contact-section__buttonConfirmWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-section__buttonConfirmWrap .c-button {
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 601px) {
  .contact-section__buttonConfirmWrap .c-button {
    width: 245px;
  }
}
.contact-section__buttonConfirmWrap .c-button p {
  position: static;
  color: #fff;
  width: 100%;
}
.contact-section__buttonConfirmWrap .c-button p:after {
  content: "";
  width: 19px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
          mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
  background-color: #fff;
}
.contact-section__buttonConfirmWrap .c-button p:hover {
  color: #000;
}
.contact-section__buttonConfirmWrap .c-button p:hover:after {
  background-color: #A68DF7;
}
@media screen and (max-width: 600px) {
  .contact-section__buttonConfirmWrap .c-button.--color1 {
    margin-top: 20px;
  }
}
.contact-section__buttonConfirmWrap .c-button.--color1 p:after {
  left: inherit;
  right: 20px;
}
.contact-section__buttonConfirmWrap .c-button.--gray p:after {
  top: 36%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.contact-section__buttonConfirmWrap .c-button.--gray p:hover:after {
  background-color: #A0A0A0;
}

@media screen and (min-width: 601px) {
  .contact-section__box {
    margin-top: 100px;
  }
}
@media screen and (max-width: 600px) {
  .contact-section__box {
    margin-top: 64px;
  }
}

.contact-section__item {
  line-height: 1.5;
}
.contact-section__item.--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 601px) {
  .contact-section__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-section__item:nth-child(n+2) {
    margin-top: 35px;
  }
}
@media screen and (max-width: 600px) {
  .contact-section__item:nth-child(n+2) {
    margin-top: 30px;
  }
}

.contact-section__itemTitle {
  position: relative;
  font-size: 16px;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
}
.contact-section__itemTitle.--require:before {
  content: "※必須";
  display: inline-block;
  padding: 5px;
  position: absolute;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
  background-color: #4D3221;
}
@media screen and (min-width: 601px) {
  .contact-section__itemTitle {
    width: 210px;
    padding-right: 56px;
  }
  .contact-section__itemTitle.--require:before {
    top: 3px;
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  .contact-section__itemTitle {
    padding-right: 60px;
    display: inline-block;
  }
  .contact-section__itemTitle.--require:before {
    top: 3px;
    right: 0;
    left: auto;
  }
}

@media screen and (min-width: 601px) {
  .contact-section__itemData {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 600px) {
  .contact-section__itemData {
    margin-top: 10px;
  }
}

.contact-section__radioWrap {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .contact-section__radioWrap .wpcf7-list-item {
    display: block;
    margin: 0;
  }
  .contact-section__radioWrap .wpcf7-list-item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.contact-section__radioWrap .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-section__radioWrap .first {
  margin: 0;
}
.contact-section__radioWrap .wpcf7-list-item-label {
  font-size: 16px;
  padding-left: 30px;
  cursor: pointer;
}
.contact-section__radioWrap input[type=radio] {
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
}
.contact-section__radioWrap input[type=radio]:checked:before {
  background-color: #F5F5F5;
  opacity: 1;
}
.contact-section__radioWrap input[type=radio]:checked:after {
  opacity: 1;
  background-color: #4D3221;
}
.contact-section__radioWrap input[type=radio]:before, .contact-section__radioWrap input[type=radio]:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
}
.contact-section__radioWrap input[type=radio]:before {
  width: 25px;
  height: 25px;
  background-color: #F5F5F5;
  border: 1px solid #4D3221;
}
.contact-section__radioWrap input[type=radio]:after {
  opacity: 0;
  height: 16px;
  width: 16px;
  -webkit-transform: translate(28%, 28%);
          transform: translate(28%, 28%);
}

.contact-section__select {
  width: 100%;
  cursor: pointer;
  border: 1px solid #4D3221;
  border-radius: 2px;
}
@media screen and (min-width: 601px) {
  .contact-section__select {
    height: 50px;
    padding: 0 40px 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .contact-section__select {
    height: 40px;
    padding: 0 40px 0 10px;
  }
}

.contact-section__input {
  width: 100%;
  border: 1px solid #A2A2A2;
  border-radius: 5px;
  padding: 0 16px;
}
@media screen and (min-width: 601px) {
  .contact-section__input {
    height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .contact-section__input {
    height: 40px;
  }
}

.contact-section__textarea {
  width: 100%;
  resize: none;
  border: 1px solid #A2A2A2;
  border-radius: 5px;
  height: 200px;
  padding: 10px 16px;
}
.contact-section__guideWrap {
  font-size: 16px;
  line-height: 2.1;
  margin-top: 20px;
}
@media screen and (min-width: 601px) {
  .contact-section__guideWrap {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .contact-section__guideWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact-section__guide02 {
  font-family: notoSans500, sans-serif;
  font-weight: 500;
  margin-top: 30px;
}

.contact-section__textLink {
  text-decoration: underline;
  color: #A68DF7;
}
.contact-section__textLink:hover {
  text-decoration: none;
}

.contact-section__checkWrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 601px) {
  .contact-section__checkWrap {
    font-size: 16px;
  }
}
.contact-section__checkWrap label {
  display: inline-block;
  position: relative;
}
.contact-section__checkWrap .wpcf7-not-valid-tip {
  margin-top: 8px !important;
  font-family: notoSans400, sans-serif;
  font-weight: 400;
}

.contact-section__checkWrap + .error {
  margin-top: 5px;
  text-align: center;
}

.contact-section__check input[type=checkbox] {
  display: none;
}

.contact-section__check input + span {
  position: relative;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  width: auto;
}
.contact-section__check input + span:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #4D3221;
  border-radius: 4px;
  background: #fff;
}

.contact-section__check input:checked + span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  width: auto;
}
.contact-section__check input:checked + span:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #fff;
  border-radius: 4px;
  background: #4D3221;
}
.contact-section__check input:checked + span:after {
  content: "";
  width: 6px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  left: 7px;
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.contact-section__buttonWrap {
  margin: 50px auto 0;
}
@media screen and (min-width: 601px) {
  .contact-section__buttonWrap {
    max-width: 250px;
  }
}
@media screen and (max-width: 600px) {
  .contact-section__buttonWrap {
    max-width: 225px;
  }
}
.contact-section__buttonWrap .c-button {
  padding: 0;
}
.contact-section__buttonWrap .c-button > p {
  position: relative;
  width: 100%;
}
.contact-section__buttonWrap .c-button > p:after {
  content: "";
  width: 19px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: inherit;
  right: 20px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
          mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
  background-color: #fff;
}
.contact-section__buttonWrap .c-button > p:hover:after {
  background-color: #A68DF7;
}

.contact-section__button:hover {
  cursor: pointer;
}
@media screen and (min-width: 601px) {
  .contact-section__button {
    height: 60px;
  }
  .contact-section__button:nth-child(n+2) {
    margin-left: 100px;
  }
}
@media screen and (max-width: 600px) {
  .contact-section__button {
    height: 45px;
  }
  .contact-section__button:nth-child(n+2) {
    margin-top: 30px;
  }
}

.input_button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 601px) {
  .input_button {
    padding: 14px 0;
  }
}
@media screen and (max-width: 600px) {
  .input_button {
    padding: 10px 0;
  }
}

.contact-complete {
  overflow: hidden;
}
@media screen and (min-width: 601px) {
  .contact-complete {
    padding: 100px 0 200px;
  }
}
@media screen and (max-width: 600px) {
  .contact-complete {
    padding: 50px 0 100px;
  }
}

.contact-complete__wrap .c-button {
  margin-top: 70px;
}

.wpcf7-spinner {
  display: none !important;
}