.form-note-txt {
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 519px) {
  .form-note-txt {
    font-size: 1.2rem;
  }
}

.form-field {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .form-field {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-field {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.form-field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: calc(8px * 4);
  padding-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .form-field__item {
    padding-top: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-field__item {
    padding-top: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .form-field__item {
    padding-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-field__item {
    padding-bottom: calc((8px * 4) * 0.5);
  }
}

.form-field__item:not(:last-child) {
  border-bottom: dashed 1px #D9D9D9;
}

.form-field dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 304px;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 959px) {
  .form-field dt {
    width: 100%;
    margin-bottom: 8px;
    font-size: 1.6rem;
    gap: 8px;
  }
}

.form-field dd {
  width: calc(100% - 320px);
}

@media screen and (max-width: 959px) {
  .form-field dd {
    width: 100%;
  }
}

.form-required,
.form-optional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 44px;
  height: 24px;
  color: #ffffff;
  font-size: 1.4rem;
  border-radius: 4px;
}

.form-required {
  background: #ffa500;
}

.form-optional {
  background: #06C755;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  background: #F3F3F3;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: YakuHanJP, "Inter", "Zen Kaku Gothic New", sans-serif;
  line-height: 56px;
  color: #333333;
  border: 1px solid #F3F3F3;
  border-radius: 4px;
}

@media screen and (max-width: 959px) {
  input,
  select,
  textarea {
    font-size: 1.4rem;
  }
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #AFAFAF;
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #AFAFAF;
}

input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #AFAFAF;
}

input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #AFAFAF;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #AFAFAF;
}

input:focus,
select:focus,
textarea:focus {
  outline: solid 2px #06C755;
}

select {
  position: relative;
  background: url("/wp-content/themes/itreat_base/dist/img/common/select.svg") center right 16px/14px 14px no-repeat #ffffff;
}

textarea {
  overflow: auto;
  height: 200px;
  padding: 16px;
  line-height: 1.8;
  resize: vertical;
}

.wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

input.flatpickr-input.flatpickr-mobile {
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100% !important;
  text-align: left !important;
  height: 56px;
  background: none;
  border: none;
  font-size: 0;
}

.wpcf7-checkbox .wpcf7-list-item:not(:nth-last-of-type(1)) {
  margin-right: 24px;
}

.wpcf7-checkbox .wpcf7-list-item label {
  display: inline-block;
  position: relative;
  padding: 6px 0;
  cursor: pointer;
}

.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #F3F3F3;
  border: solid 2px #F3F3F3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 3px;
  left: 8px;
  z-index: 1;
  width: 8px;
  height: 15px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: transparent #888888 #888888 transparent;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.wpcf7-checkbox .wpcf7-list-item label input:focus + .wpcf7-list-item-label {
  outline: solid 2px #333333;
}

.wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border-color: #888888;
}

.wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}

.wpcf7-radio .wpcf7-list-item:not(:nth-last-of-type(1)) {
  margin-right: 24px;
}

.wpcf7-radio .wpcf7-list-item label {
  display: inline-block;
  position: relative;
  padding: 6px 0;
  cursor: pointer;
}

.wpcf7-radio .wpcf7-list-item label input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.wpcf7-radio .wpcf7-list-item label:has(input[type="radio"]:focus) {
  outline: solid 2px #06C755;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #F3F3F3;
  border: solid 2px #F3F3F3;
  border-radius: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 1;
  width: 14px;
  height: 14px;
  background: #888888;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border-color: #888888;
}

.wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}

.form-send {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 84px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
  background: #06C755;
  border: 2px solid #06C755;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
  border-radius: 10px;
}

@media screen and (max-width: 959px) {
  .form-send {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-send {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .form-send {
    border-radius: calc(10px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-send {
    border-radius: calc(10px * 0.5);
  }
}

.form-send::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 26px;
  translate: 0 -50%;
  width: 12px;
  height: 12px;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, transparent), color-stop(51%, #ffffff)) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(51%, #ffffff)) no-repeat bottom left/100% 50%;
  background: linear-gradient(to bottom left, transparent 50%, #ffffff 51%) no-repeat top left/100% 50%, linear-gradient(to top left, transparent 50%, #ffffff 51%) no-repeat bottom left/100% 50%;
}

@media screen and (max-width: 1279px) {
  .form-send::before {
    right: 16px;
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 1023px) {
  .form-send {
    max-width: 280px;
    height: 72px;
  }
}

@media screen and (max-width: 959px) {
  .form-send {
    max-width: 240px;
    height: 64px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .form-send {
    max-width: 220px;
    height: 48px;
  }
}

.form-send input[type="submit"] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}

.form-send:hover {
  background: #ffffff;
  color: #06C755;
}

.form-send:hover::before {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, transparent), color-stop(51%, #06C755)) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(51%, #06C755)) no-repeat bottom left/100% 50%;
  background: linear-gradient(to bottom left, transparent 50%, #06C755 51%) no-repeat top left/100% 50%, linear-gradient(to top left, transparent 50%, #06C755 51%) no-repeat bottom left/100% 50%;
}

.form-send:has(input[type="submit"]:focus) {
  outline: solid 2px #06C755;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: block;
  margin-bottom: calc(8px * 5);
  padding: 32px;
  border-radius: 4px;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    border-radius: calc(4px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    border-radius: calc(4px * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    padding: 24px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #ffffff;
  border: solid 1px #06C755;
  color: #06C755;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: rgba(222, 88, 39, 0.08);
  color: #de5827;
  border: solid 1px #de5827;
}

.wpcf7 form.invalid input::-webkit-input-placeholder, .wpcf7 form.invalid select::-webkit-input-placeholder, .wpcf7 form.invalid textarea::-webkit-input-placeholder, .wpcf7 form.invalid input::-webkit-input-placeholder, .wpcf7 form.invalid select::-webkit-input-placeholder, .wpcf7 form.invalid textarea::-webkit-input-placeholder, .wpcf7 form.unaccepted input::-webkit-input-placeholder, .wpcf7 form.unaccepted select::-webkit-input-placeholder, .wpcf7 form.unaccepted textarea::-webkit-input-placeholder {
  color: rgba(222, 88, 39, 0.4);
}

.wpcf7 form.invalid input::-moz-placeholder, .wpcf7 form.invalid select::-moz-placeholder, .wpcf7 form.invalid textarea::-moz-placeholder, .wpcf7 form.invalid input::-moz-placeholder, .wpcf7 form.invalid select::-moz-placeholder, .wpcf7 form.invalid textarea::-moz-placeholder, .wpcf7 form.unaccepted input::-moz-placeholder, .wpcf7 form.unaccepted select::-moz-placeholder, .wpcf7 form.unaccepted textarea::-moz-placeholder {
  color: rgba(222, 88, 39, 0.4);
}

.wpcf7 form.invalid input:-ms-input-placeholder, .wpcf7 form.invalid select:-ms-input-placeholder, .wpcf7 form.invalid textarea:-ms-input-placeholder, .wpcf7 form.invalid input:-ms-input-placeholder, .wpcf7 form.invalid select:-ms-input-placeholder, .wpcf7 form.invalid textarea:-ms-input-placeholder, .wpcf7 form.unaccepted input:-ms-input-placeholder, .wpcf7 form.unaccepted select:-ms-input-placeholder, .wpcf7 form.unaccepted textarea:-ms-input-placeholder {
  color: rgba(222, 88, 39, 0.4);
}

.wpcf7 form.invalid input::-ms-input-placeholder, .wpcf7 form.invalid select::-ms-input-placeholder, .wpcf7 form.invalid textarea::-ms-input-placeholder, .wpcf7 form.invalid input::-ms-input-placeholder, .wpcf7 form.invalid select::-ms-input-placeholder, .wpcf7 form.invalid textarea::-ms-input-placeholder, .wpcf7 form.unaccepted input::-ms-input-placeholder, .wpcf7 form.unaccepted select::-ms-input-placeholder, .wpcf7 form.unaccepted textarea::-ms-input-placeholder {
  color: rgba(222, 88, 39, 0.4);
}

.wpcf7 form.invalid input::placeholder,
.wpcf7 form.invalid select::placeholder,
.wpcf7 form.invalid textarea::placeholder,
.wpcf7 form.invalid input::placeholder,
.wpcf7 form.invalid select::placeholder,
.wpcf7 form.invalid textarea::placeholder,
.wpcf7 form.unaccepted input::placeholder,
.wpcf7 form.unaccepted select::placeholder,
.wpcf7 form.unaccepted textarea::placeholder {
  color: rgba(222, 88, 39, 0.4);
}

.wpcf7 form.spam .wpcf7-response-output {
  background: rgba(6, 199, 85, 0.08);
  color: #de5827;
  border: solid 1px #06C755;
}

.wpcf7 form.spam input::-webkit-input-placeholder, .wpcf7 form.spam select::-webkit-input-placeholder, .wpcf7 form.spam textarea::-webkit-input-placeholder {
  color: rgba(6, 199, 85, 0.4);
}

.wpcf7 form.spam input::-moz-placeholder, .wpcf7 form.spam select::-moz-placeholder, .wpcf7 form.spam textarea::-moz-placeholder {
  color: rgba(6, 199, 85, 0.4);
}

.wpcf7 form.spam input:-ms-input-placeholder, .wpcf7 form.spam select:-ms-input-placeholder, .wpcf7 form.spam textarea:-ms-input-placeholder {
  color: rgba(6, 199, 85, 0.4);
}

.wpcf7 form.spam input::-ms-input-placeholder, .wpcf7 form.spam select::-ms-input-placeholder, .wpcf7 form.spam textarea::-ms-input-placeholder {
  color: rgba(6, 199, 85, 0.4);
}

.wpcf7 form.spam input::placeholder,
.wpcf7 form.spam select::placeholder,
.wpcf7 form.spam textarea::placeholder {
  color: rgba(6, 199, 85, 0.4);
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  padding: 4px 0 0;
  color: #de5827;
  font-size: 1.4rem;
}

.screen-reader-response {
  display: none;
}

.wpcf7 .form.invalid .wpcf7-response-output {
  color: #de5827;
  font-size: 1.4rem;
  background-color: rgba(222, 88, 39, 0.1);
}

.flatpickr-calendar .sunday {
  color: #de5827;
}

.flatpickr-calendar .saturday {
  color: #3184C1;
}

.flatpickr-calendar .holiday {
  color: #de5827;
}

.flatpickr-calendar .today {
  border-color: #56A617 !important;
  border-right-color: #56A617 !important;
  border-top-color: #56A617 !important;
  border-bottom-color: #56A617 !important;
  color: #56A617;
  border-width: 2px;
}

.flatpickr-calendar .today:not(.selected) {
  border-bottom-color: #56A617 !important;
}

.flatpickr-calendar .today:hover {
  background: #56A617 !important;
}

.flatpickr-calendar .flatpickr-day.selected {
  background: #56A617 !important;
}

.flatpickr-calendar .flatpickr-weekdaycontainer .flatpickr-weekday:first-child {
  color: #de5827;
}

.flatpickr-calendar .flatpickr-weekdaycontainer .flatpickr-weekday:last-child {
  color: #3184C1;
}

.flatpickr-calendar input {
  text-align: left !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-txt {
  text-align: center;
}

.recaptcha-txt a {
  color: #06C755;
  text-decoration: underline;
}

.recaptcha-txt a:hover {
  text-decoration: none;
}

.privacy-frame {
  margin: 0 auto 40px;
  padding: 32px;
  border: 1px solid rgba(143, 122, 109, 0.3);
  background: #ffffff;
}

@media screen and (max-width: 959px) {
  .privacy-frame {
    padding: 28px;
  }
}

@media screen and (max-width: 767px) {
  .privacy-frame {
    margin: 0 auto 28px;
    padding: 24px;
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame {
    padding: 16px;
  }
}

.privacy-frame .privacy-inner {
  overflow-y: scroll;
  height: 240px;
  padding: 0 16px;
}

@media screen and (max-width: 959px) {
  .privacy-frame .privacy-inner {
    padding: 0 12px;
    height: 160px;
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner {
    padding: 0 8px;
  }
}

.privacy-frame .privacy-inner::-webkit-scrollbar {
  width: 8px;
}

.privacy-frame .privacy-inner::-webkit-scrollbar-track {
  background: #F3F3F3;
  border-radius: 4px;
}

.privacy-frame .privacy-inner::-webkit-scrollbar-thumb {
  background: #8F7A6D;
  border-radius: 4px;
}

.privacy-frame .privacy-inner .privacy-ttl {
  margin-bottom: calc(8px * 3);
  text-align: center;
}

@media screen and (max-width: 959px) {
  .privacy-frame .privacy-inner .privacy-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner .privacy-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.privacy-frame .privacy-inner .privacy-ttl__main {
  margin-bottom: 4px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .privacy-frame .privacy-inner .privacy-ttl__main {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner .privacy-ttl__main {
    margin-bottom: 2px;
    font-size: 2rem;
  }
}

.privacy-frame .privacy-inner .privacy-ttl__sub {
  margin-bottom: calc(8px * 5);
  display: block;
  color: #06C755;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
}

@media screen and (max-width: 959px) {
  .privacy-frame .privacy-inner .privacy-ttl__sub {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner .privacy-ttl__sub {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner .privacy-ttl__sub {
    font-size: 1.2rem;
  }
}

.privacy-frame .privacy-inner .policy-lead {
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 959px) {
  .privacy-frame .privacy-inner .policy-lead {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner .policy-lead {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

.policy-list {
  counter-reset: list-num 0;
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 959px) {
  .policy-list {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .policy-list {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

.policy-list__item {
  padding: 24px 0;
}

@media screen and (max-width: 959px) {
  .policy-list__item {
    padding: 16px 0;
  }
}

.policy-list__item:not(:last-child) {
  border-bottom: 1px dotted #7B675B;
}

.policy-list__item dt {
  position: relative;
  margin-bottom: 12px;
  padding-left: 48px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 959px) {
  .policy-list__item dt {
    margin-bottom: 10px;
    padding-left: 40px;
    font-size: 1.8rem;
  }
}

.policy-list__item dt::before {
  position: absolute;
  counter-increment: list-num;
  content: counter(list-num, decimal-leading-zero) ".";
  left: 0;
  top: 1px;
  color: #06C755;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  line-height: 1;
  font-size: 2.8rem;
}

@media screen and (max-width: 959px) {
  .policy-list__item dt::before {
    font-size: 2.2rem;
  }
}

.contact {
  margin-bottom: calc(8px * 13);
}

@media screen and (max-width: 959px) {
  .contact {
    margin-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .contact {
    margin-bottom: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .contact {
    margin-bottom: 104px;
  }
}

@media screen and (max-width: 1023px) {
  .contact {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 959px) {
  .contact {
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 767px) {
  .contact {
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 519px) {
  .contact {
    margin-bottom: 40px;
  }
}

.contact .contact-contents {
  background: #ffffff;
  border: 2px solid #F5C54B;
  padding: 56px 48px 24px;
  border-radius: 48px;
}

@media screen and (max-width: 959px) {
  .contact .contact-contents {
    border-radius: calc(48px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .contact .contact-contents {
    border-radius: calc(48px * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .contact .contact-contents {
    padding: 48px 40px 16px;
  }
}

@media screen and (max-width: 959px) {
  .contact .contact-contents {
    padding: 44px 24px 14px;
  }
}

@media screen and (max-width: 767px) {
  .contact .contact-contents {
    border: 1px solid #F5C54B;
    padding: 36px 16px 12px;
  }
}

.contact .contact-contents .contact-ttl {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: calc(8px * 4);
  padding: 0 32px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .contact .contact-contents .contact-ttl {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .contact .contact-contents .contact-ttl {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

.contact .contact-contents .contact-ttl__sub {
  color: #F5C54B;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 959px) {
  .contact .contact-contents .contact-ttl__sub {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 519px) {
  .contact .contact-contents .contact-ttl__sub {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.contact .contact-contents .contact-ttl__main {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1279px) {
  .contact .contact-contents .contact-ttl__main {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .contact .contact-contents .contact-ttl__main {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 519px) {
  .contact .contact-contents .contact-ttl__main {
    font-size: 2rem;
    letter-spacing: 0;
  }
}

/*# sourceMappingURL=../../maps/pages/contact.css.map */
