@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Black.woff") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Medium.woff") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Regular.woff") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Barlow-Regular.woff") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Barlow-Medium.woff") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Barlow-SemiBold.woff") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Barlow-Bold.woff") format("truetype");
}
/*-- utilityフォルダの中の_index.scss --*/
@media screen and (max-width: 767px) {
  .u-br-sp-none {
    display: none;
  }
}

.u-br-sp-block {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-br-sp-block {
    display: block;
  }
}

@media screen and (max-width: 1080px) {
  .u-br-tb-none {
    display: none;
  }
}

.u-br-tb-block {
  display: none;
}
@media screen and (max-width: 1080px) {
  .u-br-tb-block {
    display: block;
  }
}

@media screen and (max-width: 1080px) {
  .u-br-tbNone-spBlock {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-br-tbNone-spBlock {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .u-br-pcNone {
    display: none;
  }
}

.u-inline-block {
  display: inline-block;
}

@media screen and (max-width: 1080px) {
  .u-inline-block__tb {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  .u-inline-block__spnone {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .u-inline-block__sp {
    display: inline-block;
  }
}

.u-mt-25 {
  margin-top: 25px;
}

.u-mt-43 {
  margin-top: 43px;
}
@media screen and (max-width: 767px) {
  .u-mt-43 {
    margin-top: 24px;
  }
}

.u-mt-34-50 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .u-mt-34-50 {
    margin-top: 34px;
  }
}

.u-mt-30-50 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .u-mt-30-50 {
    margin-top: 30px;
  }
}

.c-lower-ttl {
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  padding-bottom: 16px;
}
@media screen and (max-width: 1080px) {
  .c-lower-ttl {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .c-lower-ttl {
    font-size: 23px;
  }
}
.c-lower-ttl.--black {
  color: #2d2e31;
}
.c-lower-ttl.--notfound {
  font-weight: 700;
  line-height: 1.5;
}
.c-lower-ttl .u-ib {
  display: inline-block;
}
.c-lower-ttl__cntr {
  display: flex;
  align-items: flex-end;
  padding: 90px 0;
  aspect-ratio: 1800/580;
  position: relative;
  overflow: hidden;
  border-radius: 75px;
}
@media screen and (max-width: 1600px) {
  .c-lower-ttl__cntr {
    padding: 60px 0 40px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .c-lower-ttl__cntr {
    aspect-ratio: 1200/360;
  }
}
@media screen and (max-width: 767px) {
  .c-lower-ttl__cntr {
    aspect-ratio: 670/440;
    padding: 32px 0;
    border-radius: 20px;
  }
}
.c-lower-ttl__cntr.--simple {
  aspect-ratio: 1800/360;
  border-radius: 0;
}
@media screen and (max-width: 1080px) {
  .c-lower-ttl__cntr.--simple {
    aspect-ratio: 300/70;
  }
}
@media screen and (max-width: 767px) {
  .c-lower-ttl__cntr.--simple {
    aspect-ratio: 885/330;
    border-radius: 0;
  }
}
.c-lower-ttl__cntr.--notfound {
  aspect-ratio: auto;
}
@media screen and (max-width: 767px) {
  .c-lower-ttl__cntr.--notfound {
    aspect-ratio: auto;
  }
}
.c-lower-ttl__wrap {
  position: relative;
  z-index: 1;
  border-left: solid 10px #39b382;
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 1080px) {
  .c-lower-ttl__wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-lower-ttl__wrap {
    border-width: 5px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.c-lower-ttl__img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: cover;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.c-lower-ttl__en {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-lower-ttl__en {
    font-size: 12px;
    padding-bottom: 0;
  }
}
.c-lower-ttl__en.--black {
  color: #2d2e31;
}

.p-contact {
  padding: 57px 0 120px;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 26px 0 60px;
  }
}
.p-form-item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-form-item {
    flex-direction: column;
  }
}
.p-form-item.--select .wpcf7-form-control-wrap {
  position: relative;
  height: 100%;
  display: block;
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  .p-form-item.--select .wpcf7-form-control-wrap {
    max-width: 100%;
  }
}
.p-form-item.--select .wpcf7-form-control-wrap::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 9px 6px;
  border-color: #333333 transparent transparent transparent;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 25px;
}
@media only screen and (min-width: 1024px) {
  .p-form-item.--select .wpcf7-form-control-wrap::after {
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-form-item.--select .wpcf7-form-control-wrap::after {
    border-width: 6px 4px 9px 4px;
    right: 16px;
  }
}
.p-form-item + .p-form-item {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-form-item + .p-form-item {
    margin-top: 26px;
  }
}
.p-form-item__ttl {
  font-weight: 700;
  padding-right: 1em;
  line-height: 1.2;
  flex: 1 0 auto;
  width: 190px;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-form-item__ttl {
    font-size: 13px;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 0;
  }
}
.p-form-item__ttl::after {
  position: absolute;
  content: "必須";
  width: 56px;
  height: 22px;
  border-radius: 30px;
  background-color: #d84e32;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-form-item__ttl::after {
    width: 40px;
    height: 17px;
    font-size: 12px;
    border-radius: 30px;
    top: 0;
    bottom: auto;
    right: -4px;
    transform: translateX(100%);
  }
}
.p-form-item__ttl.--gray::after {
  content: "任意";
  background-color: #969899;
}
.p-form-item__ttl + p {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-form-item__ttl + p {
    margin-top: 12px;
  }
}
.p-form-item input,
.p-form-item select,
.p-form-item textarea {
  border-radius: 5px;
  padding: 6px 18px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-form-item input,
  .p-form-item select,
  .p-form-item textarea {
    padding: 6px 13px;
  }
}
.p-form-item input,
.p-form-item textarea {
  background-color: #ebeff0;
  border: 1px solid #d4d8d9;
  min-height: 55px;
}
@media screen and (max-width: 767px) {
  .p-form-item input,
  .p-form-item textarea {
    min-height: 45px;
  }
}
.p-form-item select {
  border: 1px solid #333333;
  min-height: 46px;
  max-width: 360px;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  -moz-appearance: none;
}
@media screen and (max-width: 767px) {
  .p-form-item select {
    min-height: 38px;
    max-width: 100%;
  }
}
.p-form-item .wpcf7-form-control-wrap {
  width: 100%;
}
.p-form-item__txt-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-form-item__txt-wrap {
    font-size: 13px;
  }
}
.p-form-item__txt-wrap > span {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-form-item__txt-wrap .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.p-form-item__txt-wrap .wpcf7-list-item {
  margin-left: 0;
}
.p-form-item__txt-wrap a {
  text-decoration: underline;
  font-weight: 700;
  transition: 0.5s;
}
@media only screen and (min-width: 1081px) {
  .p-form-item__txt-wrap a:hover {
    opacity: 0.7;
  }
}

.p-submit input {
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 3px solid #39b382;
  border-radius: 60px;
  background-color: #39b382;
  line-height: 1.333;
  font-weight: 700;
  max-width: 260px;
  min-height: 60px;
  transition: 0.5s;
  padding: 0 40px 0 30px;
  position: relative;
  font-size: 16px;
  width: 100%;
  max-width: 260px;
  text-align: center;
  cursor: pointer !important;
}
@media only screen and (min-width: 1081px) {
  .p-submit input:hover {
    border-color: #39b382;
    background-color: #ffffff;
    color: #39b382;
  }
}
@media screen and (max-width: 1080px) {
  .p-submit input {
    max-width: 260px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-submit input {
    max-width: 210px;
    padding: 0 20px 0 15px;
    margin: 25px auto 0;
    min-height: 45px;
    letter-spacing: 0.04em;
    font-size: 13px;
    border-width: 2px;
  }
}
.p-submit input p {
  text-align: center;
}
.p-submit input .wpcf7-spinner {
  display: none;
}

/* チェックボックスを視覚的に非表示（アクセシビリティに配慮） */
.wpcf7-form-control.wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* ラベル全体のスタイル調整 */
.wpcf7-form-control.wpcf7-acceptance label {
  position: relative;
  padding-left: 32px;
  display: inline-block;
  cursor: pointer;
  line-height: 1.5;
}

/* カスタムチェックボックスの枠 */
.wpcf7-form-control.wpcf7-acceptance label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border: 2px solid #555;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-acceptance label::before {
    top: 1px;
  }
}

/* チェックマーク */
.wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    top: 4px;
  }
}/*# sourceMappingURL=contact.css.map */