@charset "UTF-8";
/* Sass Document */
.p-contact {
  padding-top: 5.5rem;
  padding-bottom: 11.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact {
    padding-block: 5rem;
  }
}

.p-contact__hading {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-contact__hading {
    padding-inline: 1.5rem;
  }
}
.p-contact__hading .c-ttl {
  font-size: 2.4rem;
  color: #00458d;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .p-contact__hading .c-ttl {
    font-size: 1.8rem;
  }
}
.p-contact__hading .c-txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5rem auto 0;
  max-width: 102rem;
  text-align: left;
  letter-spacing: 0;
}
.p-contact__hading .c-txt + .c-txt {
  margin-top: 2em;
}
@media screen and (max-width: 767.98px) {
  .p-contact__hading .c-txt + .c-txt {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767.98px) {
  .p-contact__hading .c-txt {
    margin-top: 1rem;
  }
}
.p-contact__hading .p-btn-wrapper {
  max-width: 29.6rem;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-contact__hading .p-btn-wrapper {
    max-width: inherit;
  }
}

.p-contact__body {
  margin: 5rem auto 0;
  display: flex;
  flex-direction: row-reverse;
  max-width: 120rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact__body {
    display: block;
    margin-top: 2rem;
  }
}

.p-contact__content {
  flex-shrink: 0;
  border: 3px solid #0d6da6;
  max-width: 54.8rem;
  padding: 1rem 2rem 4rem;
  margin-inline: 3rem;
  border-radius: 3px;
}
@media screen and (max-width: 767.98px) {
  .p-contact__content {
    margin-inline: 1.5rem;
    padding-inline: 1.5rem;
  }
}

.p-aside {
  flex-grow: 1;
}
@media screen and (max-width: 767.98px) {
  .p-aside {
    padding-inline: 1.5rem;
  }
}
.p-aside .l-compamy-card__item {
  width: calc((100% - 4rem) / 3) !important;
  filter: none !important;
}
@media screen and (max-width: 767.98px) {
  .p-aside .l-compamy-card__item {
    width: 48% !important;
  }
}

.p-field {
  padding-block: 2.6rem 2.2rem;
}
.p-field + .p-field {
  border-top: 0.1rem solid #dad9d9;
}

.p-label_container {
  display: flex;
  align-items: flex-start;
  margin: 0;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-inline: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-label_container {
    padding-inline: 0;
  }
}
.-required .p-label_container {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.p-label {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.p-mark {
  font-size: 1.4rem;
  background-color: #000;
  color: #fff;
  padding: 0.3rem 0.5rem 0.5rem;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-mark {
    font-size: 1.2rem;
    position: relative;
    top: 0.1rem;
  }
}
.-required .p-mark {
  background-color: #0d6da6;
}

.p-content_container {
  padding-inline: 0.5rem;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-content_container {
    padding-inline: 0;
  }
}
.p-content_container:has(.-checkbox) {
  margin-top: 3rem;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
  line-height: 1.875;
}
@media screen and (max-width: 767.98px) {
  textarea {
    line-height: 1.6;
  }
}

input[type=checkbox],
input[type=radio] {
  visibility: hidden;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type=text] {
  line-height: normal;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  font-size: 1.6rem;
  background-color: #f5f4f4;
  padding: 1rem 2rem;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  input[type=text],
input[type=email],
input[type=tel],
textarea {
    padding: 1rem;
  }
}

textarea {
  min-height: 16.7rem;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0); /* 古いブラウザ対応 */
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%); /* モダンブラウザ用 */
  overflow: hidden;
  white-space: nowrap;
}

input + span {
  display: inline-block;
  position: relative;
  padding-left: 2.8rem;
  cursor: pointer;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  input + span {
    padding-left: 2.4rem;
  }
}

/* inputの位置と枠　*/
input + span:before {
  display: block;
  position: absolute;
  content: "";
}

input[type=checkbox] + span:before {
  top: -0.2rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-color: #f5f4f4;
}
@media screen and (max-width: 767.98px) {
  input[type=checkbox] + span:before {
    width: 1.6rem;
    height: 1.6rem;
    top: 0;
  }
}

/*　チェックマーク　*/
input[type=checkbox]:checked + span:after {
  display: block;
  position: absolute;
  top: -0.3rem;
  left: 0.5rem;
  width: 0.8rem;
  height: 1.2rem;
  transform: rotate(45deg);
  border-right: 0.3rem solid #00458d;
  border-bottom: 0.3rem solid #00458d;
  content: "";
}
@media screen and (max-width: 767.98px) {
  input[type=checkbox]:checked + span:after {
    width: 0.5rem;
    height: 0.8rem;
    top: 0.1rem;
  }
}

input[type=radio] + span:before {
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  transform: translateY(-50%);
}

/* ラジオボタンのチェック　*/
input[type=radio]:checked + span:after {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #e462d3;
  content: "";
}

.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2rem;
}

::-moz-placeholder {
  color: #b8adaa;
}

::placeholder {
  color: #b8adaa;
}

.p-agree {
  display: flex;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
  margin-top: 3rem;
  align-items: flex-start;
  padding-inline: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-agree {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding-inline: 0;
  }
}
.p-agree .p-mark {
  position: relative;
  top: -0.2rem;
}
.p-agree span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-agree span {
    font-size: 1.4rem;
  }
}

.p-contact__policy {
  margin-top: 2rem;
  height: 12rem;
  overflow: auto;
  background-color: #f5f4f4;
  padding: 2rem;
  margin-inline: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact__policy {
    margin-inline: 0;
  }
}

.c-btn--submit {
  background-color: #fe5d01;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
  display: block;
  border-radius: 0.3rem;
  min-height: 6.9rem;
  display: grid;
  place-content: center;
  width: 100%;
}
@media (any-hover) {
  .c-btn--submit {
    transition: 0.3s opacity;
  }
  .c-btn--submit:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .c-btn--submit {
    font-size: 1.8rem;
    min-height: 5rem;
  }
}

.p-field__group--btn {
  margin-top: 11.5rem;
  margin-inline: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-field__group--btn {
    margin: 3rem 0 0;
  }
}

.p-consultant {
  margin-top: 11rem;
}
@media screen and (max-width: 767.98px) {
  .p-consultant {
    margin-top: 5rem;
  }
}
.p-consultant .c-ttl {
  font-size: 2.4rem;
  color: #00458d;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-consultant .c-ttl {
    font-size: 2rem;
  }
}
.p-consultant .c-txt {
  margin-top: 2rem;
  font-size: 1.8rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-consultant .c-txt {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}

.p-consultant__list {
  margin: 4.3rem auto 0;
  max-width: 50.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-consultant__list {
    margin-top: 2rem;
  }
}

.p-consultant__item {
  border: 1px solid #dbdada;
}
.p-consultant__item a {
  color: currentColor;
  text-decoration: none;
  display: block;
}
@media (any-hover) {
  .p-consultant__item a {
    transition: 0.3s opacity;
  }
  .p-consultant__item a:hover {
    opacity: 0.7;
  }
}
.p-consultant__item + .p-consultant__item {
  margin-top: 2rem;
}

.p-consultant__inner {
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding: 1rem;
}
.p-consultant__inner .p-img-wrapper {
  width: 10.3rem;
  height: 10.8rem;
  flex-shrink: 0;
  overflow: hidden;
}
.p-consultant__inner .p-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.p-consultant__body {
  flex-grow: 1;
  padding: 0.2rem 0 0.5rem 1rem;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: column;
}
.p-consultant__body p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.p-consultant__body .c-name {
  font-size: 1.8rem;
  color: #00458d;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-consultant__body .c-name {
    font-size: 1.6rem;
    margin-bottom: 0.3rem;
  }
}
.p-consultant__body .c-read {
  letter-spacing: 0;
  margin-bottom: 0.2rem;
}
.p-consultant__body .c-link-wrapper {
  margin-top: auto;
  text-align: right;
}

.l-service-inquiry,
.l-fix-bnr {
  display: none !important;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.9em;
  margin-top: 1em;
  font-weight: normal;
  display: block;
}

.content_title label,
.content_box label,
.content_confirm label,
.content_form label {
  font-size: 1.6rem !important;
}

form.myForm .required .my_column.my_left label:first-child:after,
form.myForm th.required label:first-child:after,
form.myForm span.required:after,
div.komoju_form .required .my_column.my_left label:first-child:after {
  background-color: #0d6da6 !important;
  font-size: 1.4rem !important;
  padding: 0.1rem 1rem 0.2rem !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  position: relative;
  top: -0.1rem !important;
}

.form_input_label {
  line-height: 1.4;
  font-size: 1.6rem !important;
}

.input_unit {
  display: block !important;
  table-layout: auto !important;
  padding-bottom: 1rem;
  width: 100% !important;
}
.input_unit + .input_unit {
  border-top: 1px solid #dad9d9;
}

.my_column.my_left {
  width: 100% !important;
  display: block;
  padding-inline: 0 !important;
  padding-bottom: 0.5rem !important;
}

.my_column.my_right {
  width: 100% !important;
  padding-inline: 0 !important;
  display: block !important;
}

.my_column.my_right.required_color {
  background-color: transparent !important;
}

form.myForm input[type=text] {
  border: none !important;
  border-radius: 0 !important;
  width: 100% !important;
}
form.myForm input[type=text].required_color {
  background-color: #f5f4f4 !important;
}

form.myForm textarea {
  border: none !important;
  border-radius: 0 !important;
  background-color: #f5f4f4 !important;
  width: 100% !important;
}

.my_column.my_right:has(.checkbox_frame) {
  display: flex !important;
  flex-wrap: wrap;
  gap: 2rem;
}

.checkbox_frame .checkbox_label {
  padding-left: 3rem !important;
  position: relative;
  font-size: 1.4rem !important;
  cursor: pointer !important;
}
.checkbox_frame .checkbox_label label {
  font-size: 1.4rem !important;
}
.checkbox_frame .checkbox_label::before {
  position: absolute;
  content: "";
  left: 0;
  top: -0.2rem;
  width: 2rem;
  height: 2rem;
  background-color: #f5f4f4;
}

.checkbox_frame:has(input[type=checkbox]:checked) .checkbox_label::after {
  display: block;
  position: absolute;
  top: -0.1rem;
  left: 0.5rem;
  width: 0.8rem;
  height: 1.2rem;
  transform: rotate(45deg);
  border-right: 0.3rem solid #00458d;
  border-bottom: 0.3rem solid #00458d;
  content: "";
}
@media screen and (max-width: 767.98px) {
  .checkbox_frame:has(input[type=checkbox]:checked) .checkbox_label::after {
    width: 0.5rem;
    height: 0.8rem;
    top: 0.1rem;
  }
}

.submit.form_input_submit {
  position: relative;
  margin-top: 11.5rem !important;
  margin-inline: 1rem;
}
.submit.form_input_submit::after {
  content: "";
  position: absolute;
  left: calc(50% + 5em);
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 52%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .submit.form_input_submit::after {
    left: calc(50% + 4em);
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .submit.form_input_submit {
    margin: 3rem 0 0 !important;
  }
}
.submit.form_input_submit input {
  background-color: #fe5d01;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
  display: block;
  border-radius: 0.3rem;
  min-height: 6.9rem;
  display: grid;
  place-content: center;
  width: 100%;
}
@media (any-hover) {
  .submit.form_input_submit input {
    transition: 0.3s opacity;
  }
  .submit.form_input_submit input:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .submit.form_input_submit input {
    font-size: 1.8rem;
    min-height: 5rem;
  }
}
/*# sourceMappingURL=contact.css.map */