@charset "UTF-8";
*, :before, :after {
  box-sizing: border-box;
  min-width: 0;
  border-width: 0;
  border-style: solid;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

html {
  overflow: visible !important;
  line-break: strict
}

body {
  margin: 0
}

body {
  overflow: visible !important;
  font-family: heisei-kaku-gothic-stdn, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-feature-settings: "palt"1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--color-Background);
  color: var(--color-Black)
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th,
td {
  text-align: left;
  vertical-align: middle;
}

li {
  list-style: none;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default
}

select {
  cursor: pointer;
}

select:invalid {
  color: var(--color-Gray);
}

select option {
  color: var(--color-Gray);
}

::-moz-placeholder {
  color: var(--color-Gray);
}

::placeholder {
  color: var(--color-Gray);
}

#contact th {
  background-color: transparent;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: .08em;
  line-height: 1.6;
  /*width:25%;*/
  /*max-width: 200px;*/
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #contact th {
    font-size:13px;
    display: flex;
  }
}

#contact th .required {
  color: #de3e21;
  background-color: transparent;
  padding: 0;
  margin-right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #contact th .required {
    padding: 3px 10px;
  }
}

#contact td {
  background-color: transparent;
  padding: 0;
  font-size: 14px;
  letter-spacing: .08em;
  line-height: 1.8;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #contact td {
    font-size:13px;
  }
}

#contact td input[type=text],
#contact td input[type=email],
#contact td input[type=tel] {
    padding: 12px 20px;
    background: #ffffff;
    border: none;
}

#contact td select {
  padding: 0px 20px;
  background: #ffffff;
  border: none;
  height: 48px;
}

#contact td input.w1 {
  width: 100%;
}

.inner {
  width: min(100%, 1600px);
  max-width: none;
  margin-inline: auto;
}

.seminar__form__row {
  margin: 0;
}

.seminar__form__field {
  width:95%;
  position: relative;
}

.seminar__form__field_full {
  width:100%;
  position: relative;
}

.seminar__form__col2_l {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  width: 50%;
}

.seminar__form__col2_r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  width: 50%;
}

.seminar__form__col3_l {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  width: 33.33%;
}

.seminar__form__col3_c {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 33.33%;
}

.seminar__form__col3_r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  width: 33.33%;
}

.seminar__form__radio{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px 32px;
}

.seminar_form__label__redio{
  grid-template-columns: 18px 1fr;
  align-items: center;
  width: fit-content;
  gap: 0 12px;
  cursor: pointer;
}

.tel__info{
  display: block;
  width: 100%;
  margin-top: 8px;
  color: #28282899;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: .08em;
}

:root {
  --scrollbar-width: 0px;
  --header-height: 0;
  --leading-trim: calc((1em - 1lh)/2);
  --color-Background: #f7f7f7;
  --color-Black: #282727;
  --color-LightGray: #ebebeb;
  --color-Gray: #c5c5c5;
  --color-White: #ffffff;
  --color-Yellow: #f28100;
  --color-Orange: #de3e21;
  --zindex-loading: 10000;
  --zindex-logo: 9000;
  --zindex-menu: 8000;
  --zindex-gnav: 7000;
  --zindex-header: 6000;
  --zindex-scrolltop: 5000;
  --hover-opacity: .7;
  --mobile-vw: 375;
  --desktop-vw: 1600;
  --desktop-max-vw: 2000;
  --loading-background-color: #b7b7b7;
  --viewport-width: 100%;
  --view-space: calc(var(--viewport-width) * .027);
  --grid-columns: 12;
  --grid-space: calc(var(--viewport-width) * .027);
  --grid-gutter: 32px;
  --grid-column-width: calc((var(--viewport-width) - var(--grid-space) * 2 - var(--grid-gutter) * (var(--grid-columns) - 1)) / var(--grid-columns));
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px
  }
}

header {
  display: flex;
  z-index: var(--zindex-gnav);
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px 20px var(--view-space);
  transition: opacity .32s cubic-bezier(.215, .61, .355, 1), visibility .32s cubic-bezier(.215, .61, .355, 1);
}
@media screen and (max-width: 1279px) {
  header {
    padding: 17px var(--view-space);
  }
}

header .logo {
  position: relative;
  transition: opacity .24s cubic-bezier(.33, 1, .68, 1);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .logo.is-hidden {
    opacity: 0;
  }
}

header .logo a {
  display: inline-block;
  padding-block: 8px;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 1279px) {
  header .logo a {
    padding-block: 0;
  }
}

header .logo img.logo_w {
  display: none;
}

.page_header {
  padding-block: 136px 58px;
  background-color: var(--color-White);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .page_header {
    padding-block: 176px 33px;
  }
}

.page_header .container
 {
  width: min(100%, 1600px + var(--view-space) * 2);
  margin-inline: auto;
  padding-inline: var(--view-space);
}

.page_header .inner {
    display: flex;
    grid-column: 2 / 12;
    align-items: end;
    justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .page_header .inner {
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: start;
    gap: 96px 0;
  }
}

.-grid {
  display: grid;
  grid-template-columns: repeat(var(--grid-columns), 1fr);
  gap: 0 var(--grid-gutter);
}

.page_header__main .title .en {
  margin: calc(0px + var(--leading-trim)) 0;
}

.page_header__main .title .en {
  font-weight: 700;
  font-size: 24px;
  line-height: 96%;
  font-feature-settings: "palt" on;
  letter-spacing: -.02em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .page_header__main .title .en {
    font-size: 18px;
  }
}

.-color_Grad_Orange {
  background: linear-gradient(90deg, #f27101, #de3e21 75.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /*text-fill-color: transparent;*/
}

.page_header__main .title .ja {
  margin: calc(20px + var(--leading-trim)) 0 calc(0px + var(--leading-trim));
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: .04em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .page_header__main .title .ja {
    margin-block: calc(16px + var(--leading-trim)) calc(0px + var(--leading-trim));
    font-size: 24px;
  }
}

.summary {
  position: relative;
  padding-top: 103px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .summary {
    padding-top: 80px;
  }
}

.summary:before {
  position: absolute;
  top: -17px;
  width: 100%;
  height: 25px;
  border-radius: 20px 20px 0 0;
  background: var(--color-Background);
  content: "";
}

.container>.inner {
  width: min(100%, 1600px);
  margin-inline: auto;
}

.summary .inner {
  position: relative;
}

.summary>.container {
  padding-inline: var(--grid-space);
}

.ruled-line {
  --ruled-line-duration: 1.8s;
  --ruled-line-delay: 0s;
  --ruled-line-exit-duration: .8s;
  --ruled-line-exit-delay: 0s;
  --ruled-line-transform-origin-duration: .4s;
  --ruled-line-transform-origin-exit-duration: .4s;
  --ruled-line-color1: rgb(255, 204, 182);
  --ruled-line-color2: #ebebeb;
  display: block;
  z-index: -1;
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  width: 100%;
  height: 1px;
  user-select: none;
}

.ruled-line[data-type=vertical] {
  width: 1px;
  height: 100%;
}

.summary .inner>.ruled-line.left {
  left: calc(var(--grid-column-width) + var(--grid-gutter) - 1px);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .summary .inner>.ruled-line.left {
    left: -1px;
  }
}

.summary .inner>.ruled-line.right {
  right: calc(var(--grid-column-width) + var(--grid-gutter) - 1px);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .summary .inner>.ruled-line.right {
    right: -1px;
  }
}

.summary .inner>.ruled-line[data-type=vertical] {
  top: -120px;
  height: calc(100% + 120px);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .summary .inner>.ruled-line[data-type=vertical] {
    top: -80px;
    height: calc(100% + 80px);
  }
}

.summary__main {
  display: flex;
  position: relative;
  grid-column: 2 / span 10;
  align-items: center;
  justify-content: space-between;
  gap: var(--grid-gutter);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .summary__main {
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: flex-start;
  }
}

.ruled-line:not([data-type=vertical]) {
    left: calc((var(--grid-space) + var(--grid-column-width) + var(--grid-gutter)) * -1);
    width: var(--viewport-width);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .ruled-line:not([data-type=vertical]) {
    left: calc(var(--grid-space) * -1);
  }
}

.summary__main>.ruled-line.top {
  top: -1.3px;
}

.summary__main>.ruled-line.bottom {
  bottom: -1px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .summary__main>.ruled-line.bottom {
    bottom: -20px;
  }
}

.summary__main .description {
  position: relative;
  margin-top: var(--leading-trim);
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .04em;
}

.summary__main .description>.ruled-line.bottom {
  bottom: .3em;
  left: calc(var(--grid-space) * -1);
}

.summary .ruled-line:not([data-type=vertical]) {
  left: calc((var(--grid-space) + var(--grid-column-width) + var(--grid-gutter)) * -1);
  width: var(--viewport-width);
}

.-font_helvetica {
    font-family: helvetica-neue-lt-pro, sans-serif;
}

.-font_uds {
  font-family: a-otf-ud-shin-go-con80-pr6n, sans-serif;
}

#wrapper {
  min-width: 0;
}

#contact {
    padding: 100px 25px 90px;
}

.contents_sub{
  display: flex;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .contents_sub{
    display: block;
  }
}

.form_heading{
  width: 30%;
  padding-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form_heading{
    width: -webkit-fill-available;
    text-align: left;
    padding-bottom: 20px;
  }
}

.form_heading .title-text {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: .08em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form_heading .title-text {
    font-size: 15px;
  }
}

.form_heading .sub-title-text {
  display: block;
  color: #282828b3;
  font-size: 16px;
  line-height: 1.4;
  font-family: helvetica-neue-lt-pro, sans-serif;
  letter-spacing: 0em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form_heading .sub-title-text {
    font-size: 14px;
  }
}

.form_main{
  width: -webkit-fill-available;
  text-align: left;
  padding-right: 8%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form_main{
    padding-right: unset;
  }
}

#contact table {
  width: -webkit-fill-available;
  margin-bottom: 200px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #contact table {
    margin-bottom: 50px;
  }
}

#contact .term {
  width: 100%;
  background-color: transparent;
  font-size: 14px;
  letter-spacing: .08em;
  line-height: 1.8;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #contact .term {
    display: block;
    font-size:13px;
  }
}

#contact .term .term_option {
  display: grid;
  gap: 5px 0;
}

#contact .term .term_submit {
  width: -webkit-fill-available;
}

#contact .term a{
  padding-right: 16px;
  background: no-repeat url(https://www.propertyagent.co.jp/wp-content/themes/propertyagent/assets/img/-icon_nw.svg) calc(100% - 5px);
  text-decoration: underline
}

.submit_button {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  background: repeat url(../images/-bg_noise_black.webp) center / 80px 80px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .submit_button {
    margin-top: 57px;
  }
}

.submit_button:before {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--color-Black) 0%, hsl(0, 0%, 34%) 78.33%);
  content: "";
  opacity: 0;
  transition: opacity .5s cubic-bezier(.215, .61, .355, 1), transform .5s cubic-bezier(.215, .61, .355, 1);
}

.-button1>* {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 28px 32px 28px 40px;
  overflow: hidden;
  border-radius: 3px;
}

.-button1>*>* {
  position: relative;
}

button, input[type=submit] {
  display: flex;
  width: 207px;
  height: 64px;
  padding: 0 32px;
  color: var(--color-White);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .08em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  button, input[type=submit] {
    width: 100%;
    font-size: 13px;
  }
}

button, input[type=submit]:disabled {
  background: var(--color-Gray);
  cursor: not-allowed;
}

.term_option .checkboxes-wrapper {
  display: grid;
  gap: 20px 0;
}

.term_option .form-control-wrap {
  position: relative;
}

.term_option .wpcf7-checkbox {
  display: grid;
  flex-grow: 1;
  width: 100%;
  gap: 32px 0;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .08em;
}

.term_option .list-item {
  margin: 0;
  display: inline-block;
}

.term_option input[type=checkbox]:checked~.list-item-label:after {
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  background: no-repeat url(../images/-form_checked.svg) 100% / 100%;
  content: "";
}

.list-item-label::before, .list-item-label::after {
    content: " ";
}

.term_option .list-item-label:before {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  background: #c5c5c5;
  content: "";
}

.term_option input[type=checkbox]:checked~.list-item-label:before
 {
  background: var(--color-Orange);
}

.term_option .list-item-label {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: center;
  gap: 0 12px;
  cursor: pointer;
}

.term_option .frm-checkbox input {
  display: none;
}

.form .form_main >*:not(.radio-group) .form-control.type-radio {
  display: flex;
  flex-wrap: wrap;
  padding-block: 10px;
  gap: 20px 32px;
}

.radio-list-item {
  margin: 0;
  display: inline-block;
}

.radio-item-label {
    display: grid;
    grid-template-columns: 18px 1fr;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    gap: 0 12px;
    cursor: pointer;
}

.radio-item-label:before {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #c5c5c5;
  content: "";
}

.seminar__form__radio input {
    display: none;
}

#contact input[type=radio]:checked~.radio-item-label:before
 {
    background: var(--color-Orange);
}

.div__select{
  position: relative;
}

.-icon_link {
  --width: 24px;
  --height: 24px;
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: var(--width);
  height: var(--height);
  overflow: hidden;
  border-radius: 50%;
  background-color: #ffffff26;
  transition: transform .5s cubic-bezier(.215, .61, .355, 1);
}

.-icon_button {
  z-index: 1;
  position: absolute;
  top: 16px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
  border-radius: 50%;
  background-color: #28272714;
}

.-bg_noise_Orange {
  background: #de3e21;
}

.-icon_buttonArrow {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
}

.-stroke_White {
  stroke: var(--color-White);
}

.-icon_buttonArrow svg {
  display: block;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}

.-icon_button svg {
  width: 8px;
  height: 8px;
  stroke-width: 1px;
}

.-button1 .icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding-left: 12px;
    gap: 0 12px;
}

.submit_button .icon {
  position: absolute;
  top: 20px;
  right: 24px;
  padding: 0;
}

.submit_button:has(input[type=submit]:disabled) .icon .-icon_link {
  background: #ffffff26;
}

.-icon_linkArrow {
  width: 8px;
  height: 8px;
}

.icon:before {
  display: block;
  width: 1px;
  height: 8px;
  background: #ffffff80;
  content: "";
}

.submit_button .icon .-icon_link {
  background: var(--color-Orange);
}

.-icon_linkArrow svg {
  display: block;
  width: 8px;
  height: 8px;
}

.-icon_link .arrow {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0s linear;
}

.-icon_link .arrow:nth-child(1) {
  transform: translate(calc(var(--width) * -1));
}

.-icon_link .arrow:nth-child(2) {
  transform: translate(0);
}

.inputError {
  margin-top: 2px;
  color: var(--color-Orange);
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: .08em; 
}

.validation_noerror::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: transparent;
  content: "";
}

.validation_error::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--color-Orange);
  content: "";
}

.not-valid-tip {
  display: none;
}

.submiterror {
  z-index: 1;
  width: 100%;
  position: relative;
  margin-inline: 0;
  padding-inline: 0;
  border: none;
  color: var(--color-Orange);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .08em;
  text-align: right;
}

