.contentsWrap {
  background: #f0f5f5;
}

.businessContents {
  background: #f0f5f5;
  color: #005854;
  padding: 78px 0 120px;
  font-weight: 400;
  line-height: 1.8;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .businessContents {
    padding: 10.5vw 0 20vw;
  }
}
.businessContents *,
.businessContents *::before,
.businessContents *::after {
  box-sizing: border-box;
}
.businessContents a {
  color: inherit;
}
.businessContents a:hover {
  text-decoration: none;
}
.businessContents > .inner01 {
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .businessContents > .inner01 {
    width: 100%;
    padding: 0 3.75vw;
  }
}
.businessContents .c_btn button,
.businessContents .c_btn a {
  display: table;
  width: 100%;
  max-width: 820px;
  min-height: 86px;
  margin: 0 auto;
  padding: 0.9em 1em;
  border: 0;
  border-radius: 9999px;
  background: #005854;
  color: #fff;
  text-align: center;
  font-size: 2.64rem;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .businessContents .c_btn button,
  .businessContents .c_btn a {
    transition: opacity 0.15s ease-in-out;
  }
  .businessContents .c_btn button:hover,
  .businessContents .c_btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .businessContents .c_btn button,
  .businessContents .c_btn a {
    min-height: 15.5vw;
    font-size: 5vw;
  }
}

.inquirySection {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.hdg01 {
  text-align: center;
  color: #005854;
  font-size: 3.47rem;
  font-weight: 600;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .hdg01 {
    font-size: 7vw;
    line-height: 1.45;
  }
}

.leadText {
  margin-top: 64px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .leadText {
    margin-top: 9vw;
    font-size: 4vw;
    line-height: 1.8;
  }
}

.inquiryForm {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .inquiryForm {
    margin-top: 13vw;
  }
}

.formField {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .formField {
    margin-top: 7.5vw;
  }
}
.formField:first-child {
  margin-top: 0;
}
.formField label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  color: #005854;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .formField label {
    gap: 2.25vw;
    margin-bottom: 3vw;
    font-size: 4.5vw;
  }
}
.formField input,
.formField textarea {
  display: block;
  width: 100%;
  border: 2px solid #80aba9;
  border-radius: 9px;
  background: #fff;
  color: #005854;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  appearance: none;
}
@media screen and (max-width: 767px) {
  .formField input,
  .formField textarea {
    border-width: 0.5vw;
    border-radius: 2vw;
    font-size: 4vw;
  }
}
.formField input:focus,
.formField textarea:focus {
  outline: 3px solid rgba(128, 171, 169, 0.35);
  outline-offset: 2px;
}
.formField input {
  height: 60px;
  padding: 0 19px;
}
@media screen and (max-width: 767px) {
  .formField input {
    height: 13.5vw;
    padding: 0 4vw;
  }
}
.formField textarea {
  min-height: 480px;
  padding: 22px 19px;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .formField textarea {
    min-height: 90vw;
    padding: 3.75vw 4vw;
  }
}

.required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 28px;
  padding: 2px 10px 3px;
  border-radius: 5px;
  background: #005854;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .required {
    min-width: 9.75vw;
    min-height: 5.75vw;
    padding: 0.5vw 2vw 0.75vw;
    border-radius: 1vw;
    font-size: 3.5vw;
  }
}

.privacyText {
  margin: 82px 0 44px;
  text-align: center;
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .privacyText {
    margin: 12vw 0 8vw;
    font-size: 3.5vw;
  }
}
.privacyText a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.privacyText a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: .12em;
  left: 0;
  height: 1px;
  background: currentColor;
}
@media screen and (min-width: 768px) {
  .privacyText a:hover::before {
    content: none;
  }
}

.messageLead {
  margin-top: 184px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .messageLead {
    margin-top: 12.5vw;
    font-size: 4vw;
  }
}

.messageText {
  margin-top: 35px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .messageText {
    margin-top: 14vw;
    font-size: 4vw;
    text-align: left;
  }
}

.errorList {
  max-width: 854px;
  margin: 90px auto 0;
}
@media screen and (max-width: 767px) {
  .errorList {
    margin-top: 12vw;
    font-size: 4vw;
  }
}
.errorList .error_messe {
  margin-top: 0.25em;
  color: #005854;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
}

.confirmForm {
  margin-top: 86px;
}
@media screen and (max-width: 767px) {
  .confirmForm {
    margin-top: 13vw;
  }
}

.confirmPage {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.confirmLead {
  margin-top: 62px;
}

.confirmTable {
  width: 100%;
  border-collapse: collapse;
}
.confirmTable th,
.confirmTable td {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  color: #005854;
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .confirmTable th,
  .confirmTable td {
    font-size: 4vw;
  }
}
.confirmTable th {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .confirmTable th {
    margin-top: 7vw;
  }
}
.confirmTable tr:first-child th {
  margin-top: 0;
}
.confirmTable td {
  padding-top: 24px;
  padding-left: 1em;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .confirmTable td {
    padding-top: 2.5vw;
  }
}

.buttonList {
  margin-top: 57px;
}
@media screen and (max-width: 767px) {
  .buttonList {
    margin-top: 12vw;
  }
}
.buttonList input,
.buttonList button,
.buttonList a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 84px;
  border: 0;
  border-radius: 9999px;
  background: #005854;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .buttonList input,
  .buttonList button,
  .buttonList a {
    transition: opacity 0.15s ease-in-out;
  }
  .buttonList input:hover,
  .buttonList button:hover,
  .buttonList a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .buttonList input,
  .buttonList button,
  .buttonList a {
    min-height: 15.5vw;
    font-size: 5vw;
  }
}
.buttonList input[type="submit"] {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.buttonList .buttonBack {
  position: relative;
  width: auto;
  min-height: 0;
  margin: 34px auto 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #005854;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  opacity: 1;
  transition: none;
}
@media screen and (max-width: 767px) {
  .buttonList .buttonBack {
    margin-top: 6vw;
    font-size: 3.5vw;
  }
}
.buttonList .buttonBack::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: .12em;
  left: 0;
  height: 1px;
  background: currentColor;
}
@media screen and (min-width: 768px) {
  .buttonList .buttonBack:hover {
    opacity: 1;
  }
  .buttonList .buttonBack:hover::before {
    content: none;
  }
}

.messageButton {
  margin-top: 170px;
}
@media screen and (max-width: 767px) {
  .messageButton {
    margin-top: 24vw;
  }
}
