@charset "UTF-8";
/**** 共通カラー ****/
select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 98%;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 34px;
  color: #3e3a39;
}

.form-group label {
  display: block;
  margin-bottom: 16px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}

.form-group .input_box,
.form-group .select_box {
  height: 50px;
}

.form-group .select_box {
  display: flex;
  align-items: center;
}

.form-group .input_box input,
.form-group .select_box {
  width: 100%;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  border: solid 1px #3e3a39;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
}

.form-group .input_box input:focus-visible {
  outline: none;
}

.form-group .text_box {
  box-sizing: border-box;
}

.form-group .text_box textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  border: solid 1px #3e3a39;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
}

.form-group .text_box textarea:focus-visible {
  outline: none;
}

.form-group.center_item {
  justify-content: center;
  align-items: center;
  background: #ffffff;
}

.form-group.center_item label {
  width: auto;
  line-height: 1;
}

.form-group .required {
  display: inline-block;
  color: #fff;
  background: #a3d6ca;
  font-size: 1.2rem;
  padding: 2px 10px 3px;
  margin-right: 10px;
  border-radius: 5px;
  transform: translateY(-2px);
  line-height: 1;
}

.form-group .checkbox {
  width: 30px;
  height: 30px;
  outline: none;
  margin-right: 20px;
}

.form-group.submit_btn {
  background: none;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .form-group.submit_btn {
    margin-bottom: 80px;
  }
}

.form-group.submit_btn input {
  width: 243px;
  color: #3e3a39;
  text-align: center;
  padding: 10px 0;
  background-color: #f0ebe6;
  transition: 0.3s;
}

.form-group.submit_btn input:hover {
  background-color: #3e3a39;
  color: #ffffff;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cccccc;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}

input::placeholder,
textarea::placeholder {
  color: #cccccc;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}

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

.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 12px !important;
}

.form-group .flex_warp {
  display: flex;
  margin-top: 16px;
}
.form-group .flex_warp label {
  display: inline-block;
  margin-right: 16px;
}

.section-contact-top h1 {
  font-family: "NotoSerifJP-Bold";
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
  text-align: center;
  padding: 10px 20px;
  border: solid 1px #3e3a39;
  background-color: #f2f2f2;
  margin: auto;
}
.section-contact-top .sub-text {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  text-align: center;
  margin-top: 80px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .section-contact-top .sub-text {
    margin-top: 36px;
  }
}

.contact-form-section .form-wrap {
  padding: 0 12.5%;
}
@media screen and (max-width: 768px) {
  .contact-form-section .form-wrap {
    padding: 0;
  }
}
.contact-form-section .form-wrap h2 {
  background-color: #3e3a39;
  color: #ffffff;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  text-align: center;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .contact-form-section .form-wrap h2 {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  }
}
.contact-form-section .form-wrap .contact-flow {
  display: flex;
  justify-content: space-between;
  max-width: 336px;
  margin: 40px auto 33px;
}
@media screen and (max-width: 768px) {
  .contact-form-section .form-wrap .contact-flow {
    margin: 40px auto 36px;
  }
}
.contact-form-section .form-wrap .contact-flow > p {
  width: 60px;
  height: 60px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  border: solid 1px #3e3a39;
}
.contact-form-section .form-wrap .contact-flow .input_item {
  position: relative;
}
.contact-form-section .form-wrap .contact-flow .input_item::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #cccccc;
  border-right: solid 2px #cccccc;
  top: 50%;
  right: -70%;
  margin-top: -4px;
  transform: rotate(45deg);
}
.contact-form-section .form-wrap .contact-flow .confirmation_item {
  position: relative;
}
.contact-form-section .form-wrap .contact-flow .confirmation_item::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #cccccc;
  border-right: solid 2px #cccccc;
  top: 50%;
  right: -70%;
  margin-top: -4px;
  transform: rotate(45deg);
}
.contact-form-section .access-info {
  padding: 0 12.5%;
}
@media screen and (max-width: 768px) {
  .contact-form-section .access-info {
    padding: 0;
  }
}
.contact-form-section .access-info h3 {
  background-color: #3e3a39;
  padding: 8px 0;
  color: #ffffff;
  text-align: center;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .contact-form-section .access-info h3 {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  }
}
.contact-form-section .access-info .access-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .contact-form-section .access-info .access-wrap {
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
  }
}
.contact-form-section .access-info .access-wrap .tel-number {
  font-family: "NotoSerifJP-Bold";
  font-size: clamp(2.8rem, 3.2vw, 4.2rem);
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .contact-form-section .access-info .access-wrap .tel-number {
    margin-right: 0;
    margin-bottom: 17px;
    font-size: clamp(3.2rem, 3.2vw, 4.2rem);
  }
}
.contact-form-section .access-info .access-wrap .tel-number::before {
  content: "";
  background-image: url(../image/tel-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .contact-form-section .access-info .access-wrap .tel-number::before {
    width: 24px;
    height: 24px;
  }
}
.contact-form-section .access-info .access-wrap .fax-number {
  font-family: "NotoSerifJP-Bold";
  font-size: clamp(2.8rem, 3.2vw, 4.2rem);
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .contact-form-section .access-info .access-wrap .fax-number {
    margin-left: 0;
    font-size: clamp(3.2rem, 3.2vw, 4.2rem);
  }
}
.contact-form-section .access-info .access-wrap .fax-number::before {
  content: "";
  background-image: url(../image/fax-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .contact-form-section .access-info .access-wrap .fax-number::before {
    width: 24px;
    height: 24px;
  }
}
.contact-form-section .support {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 132px;
}
@media screen and (max-width: 768px) {
  .contact-form-section .support {
    font-size: clamp(1.8rem, 2vw, 2rem);
  }
}
.contact-form-section .support span {
  display: inline-block;
  margin-right: 28px;
}
.contact-form-section .support span:last-child {
  margin-right: 0;
}

.input-page .input_item {
  background-color: #3e3a39;
  color: #ffffff;
}

.confirmation-page .confirmation_item {
  background-color: #3e3a39;
  color: #ffffff;
}

.send-page .send_item {
  background-color: #3e3a39;
  color: #ffffff;
}
.send-page .description {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.send-page .top_back_btn {
  margin-bottom: 150px;
}
.send-page .top_back_btn a {
  width: 243px;
  margin: auto;
  color: #3e3a39;
  text-align: center;
  padding: 8px 0;
  background-color: #f0ebe6;
  transition: 0.3s;
}
.send-page .top_back_btn a:hover {
  background-color: #3e3a39;
  color: #ffffff;
}

.section-law {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .section-law {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.section-law .law-wrapper {
  max-width: 800px;
  padding: 0 20px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-law .law-wrapper {
    padding: 0;
  }
}
.section-law dl {
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: solid 1px #cccccc;
}
.section-law dl dt {
  font-weight: normal;
  line-height: 1.8;
  width: 30%;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}
.section-law dl dd {
  line-height: 1.8;
  width: 70%;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}/*# sourceMappingURL=contact.css.map */