@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
body {
  color: #666666;
}

body {
  font-family: "Noto Sans JP", serif;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc-only {
  display: none;
}
@media screen and (min-width: 780px) {
  .pc-only {
    display: block;
  }
}

/*モバイルのみ表示*/
@media screen and (min-width: 780px) {
  .sp-only {
    display: none;
  }
}

/*画像の縦横比設定*/
img {
  display: block;
  width: 100%;
  height: auto;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 780px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

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

.button-insert {
  width: 24rem;
  padding-inline: 2.0625rem;
  padding-block: 0.75rem;
  border: 1px solid #979797;
  border-radius: 5px;
  background-color: #F3F5F8;
  color: #3b8bdf;
  font-weight: 400;
  font-size: 1.4375rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button-insert:hover {
  background-color: #4f8ec1;
  color: #FFF;
}

.button-request {
  display: block;
  position: relative;
  color: #333333;
  font-size: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .button-request {
    padding-block: 1.375rem;
    font-size: 2.3125rem;
  }
}
.button-request span {
  font-weight: 700;
  font-size: 0.875rem;
}
@media screen and (min-width: 780px) {
  .button-request span {
    font-size: 3.0625rem;
  }
}

.button-request::after {
  position: absolute;
  top: 50%;
  right: 0;
  aspect-ratio: 5/11;
  width: 0.3125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/svg/arrow-right.svg");
  background-position: center;
  background-size: cover;
  content: "";
}
@media screen and (min-width: 780px) {
  .button-request::after {
    aspect-ratio: 21/41;
    width: 1.3125rem;
  }
}

.result-button__wrapper {
  padding-bottom: 5rem;
}

.result-button__inner {
  text-align: center;
}

.button-result {
  position: relative;
  padding-inline: 2.0625rem;
  padding-block: 0.75rem;
  border: 1px solid #979797;
  border-radius: 5px;
  background-color: #F3F5F8;
  color: #3b8bdf;
  font-weight: 700;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button-result--matching {
  width: 20.125rem;
  margin-top: 2rem;
}

.button-result--result {
  width: 24rem;
  margin-top: 1.375rem;
  color: #666666;
  font-size: 1.125rem;
}

.button-result:hover {
  background-color: #4f8ec1;
  color: #FFF;
}

.button-result::after {
  position: absolute;
  top: 50%;
  right: 1.4375rem;
  aspect-ratio: 11/13;
  width: 0.6875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/svg/arrow-right-blue.svg");
  background-position: center;
  background-size: cover;
  content: "";
}

.button-submit {
  padding-inline: 2.0625rem;
  padding-block: 0.75rem;
  border: 1px solid #979797;
  border-radius: 5px;
  background-color: #F3F5F8;
  color: #026dd6;
  font-weight: 700;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button-submit:hover {
  background-color: #4f8ec1;
  color: #FFF;
}

.button-submit--back {
  color: #333333;
}

.content-title {
  padding-block: 2.375rem 1.75rem;
  background-image: -webkit-gradient(linear, right top, left top, from(rgb(189, 233, 232)), to(rgb(101, 167, 218)));
  background-image: linear-gradient(270deg, rgb(189, 233, 232), rgb(101, 167, 218));
  color: #FFF;
  text-align: center;
}

.content-title__title {
  font-weight: 700;
  font-size: 1.9375rem;
}

.content-title__sub {
  font-weight: normal;
  font-size: 1.1875rem;
}

.content {
  background-color: #ebf8ff;
}

.content__wrapper {
  padding-top: 2rem;
  padding-bottom: 2.4375rem;
}

.details {
  margin-top: 2.6875rem;
}
@media screen and (min-width: 780px) {
  .details {
    margin-top: 0;
  }
}

.details__wrapper {
  padding-top: 2em;
}

.details__container {
  position: relative;
}
@media screen and (min-width: 780px) {
  .details__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.details__content {
  position: absolute;
  top: 3.875rem;
  right: 0;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 780px) {
  .details__content {
    position: static;
    width: 40%;
    margin-inline: 6.3125rem;
    padding-inline: 0;
  }
}

.details__sub-title {
  color: #FFF;
  font-weight: 400;
  font-size: 1.125rem;
  text-align: right;
}
@media screen and (min-width: 780px) {
  .details__sub-title {
    color: #333333;
    font-weight: 400;
    font-size: 2rem;
    text-align: left;
  }
}

.details__text {
  padding-left: clamp(7rem, 4.217rem + 13.91vw, 11rem);
  color: #FFF;
  font-size: 0.8125rem;
}
@media screen and (min-width: 780px) {
  .details__text {
    padding-left: 0;
    color: #333333;
    font-size: 1.125rem;
  }
}
.details__text p {
  margin-top: 1rem;
}

.details__image {
  aspect-ratio: 400/346;
  width: 100%;
  min-height: 21.625rem;
}
.details__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 780px) {
  .details__image {
    aspect-ratio: 835/507;
    width: 60%;
    min-height: 100%;
  }
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.8125rem;
}

.footer-link__item {
  text-align: center;
}

.footer-link__link {
  color: #333333;
}
.footer-link__link span {
  font-size: 2rem;
}

.footer {
  margin-top: 4.875rem;
  margin-bottom: 4.375rem;
}

@media screen and (min-width: 780px) {
  .footer__copyright {
    margin-top: 8rem;
  }
}
.footer__copyright .copyright {
  aspect-ratio: 296/13;
  width: 18.5rem;
  margin-inline: auto;
}
.footer__copyright .copyright img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__copyright .logo {
  aspect-ratio: 280/87;
  width: 17.5rem;
  margin-top: 2.3125rem;
  margin-inline: auto;
}
.footer__copyright .logo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form-login__wrapper {
  padding-top: 4.4375rem;
  background-color: #FFF;
}

@media screen and (min-width: 780px) {
  .js-hamburger {
    display: none;
  }
}

.hamburger {
  z-index: 9999;
  position: absolute;
  top: 0;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s 0s ease;
  transition: background-color 0.3s 0s ease;
}
@media screen and (min-width: 780px) {
  .hamburger {
    width: 6rem;
    height: 6rem;
  }
}

.hamburger__inner {
  margin-top: 12px;
  margin-inline: auto;
  text-align: center;
}

.hamburger__line {
  display: block;
  position: relative;
  width: 1.5625rem;
  height: 0.1875rem;
  border-radius: 3px;
  background-color: #026dd6;
  content: "";
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.hamburger span:nth-child(2) {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.is-open span:nth-child(1) {
  top: 0.4375rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.is-open span:nth-child(2) {
  opacity: 0;
}

.is-open span:nth-child(3) {
  top: -0.6875rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger__menu {
  display: block;
  aspect-ratio: 23/6;
  width: 1.4375rem;
  margin-top: 0.375rem;
}
.hamburger__menu img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.is-open {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

@media screen and (min-width: 780px) {
  .hamburger.sp-only {
    display: none;
  }
}

.header-button {
  padding-inline: 2.0625rem;
  padding-block: 0.75rem;
  border: 1px solid #979797;
  border-radius: 30px;
  background-color: #F3F5F8;
  color: #666666;
  font-weight: 700;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-button:hover {
  background-color: #4f8ec1;
  color: #FFF;
}

.header-submit {
  position: relative;
  padding-right: 1.5625rem;
  padding-left: 3.9375rem;
  padding-block: 1rem;
  border: 1px solid #979797;
  border-radius: 5px;
  background-color: #F3F5F8;
  color: #666666;
  font-weight: 700;
  font-size: 1.0625rem;
}

.header-submit::before {
  position: absolute;
  top: 50%;
  left: 1.5625rem;
  aspect-ratio: 26/25;
  width: 1.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/svg/logout-icon.svg");
  background-position: center;
  background-size: cover;
  content: "";
}

.header {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 1.875rem;
  background-color: #FFF;
}

.header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo-area {
  max-width: 13.25rem;
}

.header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6875rem;
}

.new-header__logo {
  aspect-ratio: 105/32;
  width: 6.5625rem;
}
@media screen and (min-width: 780px) {
  .new-header__logo {
    aspect-ratio: 280/87;
    width: 17.5rem;
  }
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 780px) {
  .inner {
    max-width: 1490px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.logins {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 2.5625rem;
  gap: 2.8125rem;
}

.logins__item {
  width: 100%;
  max-width: 30.5rem;
  border: 1px solid #000;
  border-radius: 50px;
  font-size: 1.5rem;
}

.logins__link {
  display: block;
  width: 100%;
  padding-block: 1.5rem 1.25rem;
  color: #333333;
  text-align: center;
}

.main-about {
  margin-top: 2.875rem;
}
@media screen and (min-width: 780px) {
  .main-about {
    margin-top: 6rem;
  }
}

.main-about__wrapper {
  padding-bottom: 3em;
}

.main-about__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 2.875rem;
}
@media screen and (min-width: 780px) {
  .main-about__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0;
  }
}

@media screen and (min-width: 780px) {
  .main-about__container--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.375rem;
  }
}

@media screen and (min-width: 780px) {
  .main-about__images {
    width: 50%;
  }
}

@media screen and (min-width: 780px) {
  .main-about__content {
    width: 50%;
  }
}

.main-about__title {
  color: #333333;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 780px) {
  .main-about__title {
    font-size: 5.625rem;
  }
}
.main-about__title span {
  color: #026dd6;
}

.main-about__sub-title {
  margin-top: 1.5rem;
  color: #333333;
  font-size: 1.0625rem;
}
@media screen and (min-width: 780px) {
  .main-about__sub-title {
    margin-top: 2.375rem;
    font-size: 2rem;
  }
}
.main-about__sub-title span {
  color: #026dd6;
}

@media screen and (min-width: 780px) {
  .main-about__area {
    max-width: 31.6875rem;
  }
}

.main-about__text {
  color: #666666;
  font-size: 0.875rem;
}
@media screen and (min-width: 780px) {
  .main-about__text {
    color: #333333;
    font-size: 1.125rem;
  }
}
.main-about__text p {
  margin-top: 1.5rem;
}
@media screen and (min-width: 780px) {
  .main-about__text p {
    margin-top: 1rem;
  }
}

.button-request-info__radio label {
  display: block;
  padding-inline: 0.5rem;
  padding-block: 0.5rem;
  border-radius: 10px;
  background-color: gray;
  color: #FFF;
  font-size: 1.75rem;
  text-align: center;
}

.button-request-info__radio label:has(input:checked) {
  background-color: #009BFF;
}

.section-title {
  margin-top: 2.25rem;
  padding-block: 2.25rem;
  background-color: #009BFF;
  color: #FFF;
  font-weight: normal;
  font-size: 2.25rem;
  text-align: center;
}

.section-title--about {
  padding-block: 1rem;
  line-height: 1.2;
}

.form-request {
  margin-top: 6.8125rem;
}

.form-request__wrapper {
  margin-top: 1rem;
  padding-inline: 1.25rem;
  padding-block: 2.25rem 4.1875rem;
  border: 1px solid #000;
  background-color: #FFF;
}

.form-request__title {
  font-size: 1.5625rem;
  text-align: center;
}

.form-request__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
  gap: 1.25rem;
}

.form-request__name {
  font-size: 1.25rem;
}

.form-request__input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #000;
}

.form-request__select {
  position: relative;
}

.form-request__select::after {
  position: absolute;
  top: 50%;
  right: 10px;
  aspect-ratio: 1/1;
  width: 0.875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../images/svg/arrow-down-icon.svg");
  background-position: center;
  background-size: cover;
  content: "";
}

.form-request__select select {
  width: 100%;
}

.form-request__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

.form-request__details {
  margin-top: 1.5rem;
}

.form-request__textarea {
  width: 100%;
  height: 5rem;
  border: 1px solid #000;
  background-color: #FFF;
}

.form-request__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.form-request__submit {
  margin-top: 3.875rem;
  text-align: center;
}

@media screen and (min-width: 780px) {
  .top-main-back {
    margin-top: -11.25rem;
    padding-top: 11.25rem;
  }
  .header__inner {
    margin-top: 2.375rem;
    padding-right: 1.875rem !important;
  }
  .header__logo-link {
    width: 16.4375rem;
  }
  .button-request-info {
    width: 27.0625rem;
  }
  .form-request__wrapper {
    padding-inline: 6rem;
  }
  .form-request__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .form-request__name {
    width: 20%;
    text-align: center;
  }
  .form-request__input {
    width: 80%;
  }
  .form-request__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .form-request__textarea {
    height: 7.5rem;
  }
}
.main-fv__content {
  position: relative;
}
@media screen and (min-width: 780px) {
  .main-fv__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 780px) {
  .main-fv__image {
    width: 70%;
    height: 605px;
  }
  .main-fv__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 780px) {
  .main-fv__text {
    position: relative;
    width: 30%;
    background-image: url("../images/Top-back@2x-100.jpg");
  }
}

.main-fv__area {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 1.4375rem 1.9375rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../images/Top-back@2x-100.jpg");
}
@media screen and (min-width: 780px) {
  .main-fv__area {
    padding: 0;
    background-image: none;
  }
}

.main-fv__title {
  color: #FFF;
  font-size: 0.9375rem;
  line-height: 1.75;
}
@media screen and (min-width: 780px) {
  .main-fv__title {
    font-size: 1.5625rem;
  }
}
.main-fv__title span {
  margin-left: -16px;
  font-weight: normal;
  font-size: 1.5625rem;
}
@media screen and (min-width: 780px) {
  .main-fv__title span {
    font-size: 2.6875rem;
  }
}

.matching-result__owner {
  padding-top: 2rem;
  padding-bottom: 3.125rem;
  padding-inline: 1.4375rem;
  background-color: #FFF;
}

.matching-result__buyer {
  margin-top: 1.375rem;
  padding-top: 2rem;
  padding-bottom: 3.125rem;
  padding-inline: 1.4375rem;
  background-color: #FFF;
}

.matching-result__title {
  padding-left: 2rem;
  padding-block: 0.9375rem;
  background-color: #f3f5f8;
  color: #333333;
  font-weight: 700;
  font-size: 1.5rem;
}

.matching-result__buttons {
  margin-top: 2.1875rem;
  text-align: center;
}

.matching-result__detail {
  margin-top: 2rem;
  line-height: 1.75;
}

.matching-result__form {
  margin-top: 2.125rem;
  padding-block: 1.25rem 1.0625rem;
  background-color: #c8eaff;
}

.my-page-button {
  display: block;
  padding-inline: 2.0625rem;
  padding-block: 0.75rem;
  border: 1px solid #979797;
  border-radius: 30px;
  background-color: #F3F5F8;
  color: #666666;
  font-weight: 700;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 780px) {
  .my-page-button {
    width: 27.5625rem;
    margin-inline: auto;
  }
}

.my-page-button:hover {
  background-color: #4f8ec1;
  color: #FFF;
}

.my-page {
  padding: 1.5rem;
  background-color: #ebf8ff;
}

.my-page__wrapper {
  background-color: #fff;
}

.my-page__body {
  margin-top: 1.875rem;
}

.my-page__title {
  font-size: 1.5625rem;
}

.my-page__inner {
  padding-block: 2.25rem 3rem;
  background-color: #FFF;
  text-align: center;
}

.my-page__search {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.25rem;
}

.js-menu {
  display: none;
}

.nav {
  display: block;
  z-index: 9998;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background: rgb(194, 235, 255);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgb(194, 235, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(194, 235, 255) 35%, rgb(255, 255, 255) 100%);
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
@media screen and (min-width: 780px) {
  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 9998;
    position: relative;
    top: 0;
    right: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    height: inherit;
    -webkit-transform: none;
            transform: none;
    background: none;
    background-color: transparent;
  }
}

.nav__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80%;
  gap: 2.5rem;
}
@media screen and (min-width: 780px) {
  .nav__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(3.188rem, -6.813rem + 16vw, 5.188rem);
  }
}

.nav__content {
  text-align: center;
}

.nav__link {
  color: #333333;
}
.nav__link span {
  font-size: 2rem;
}

.nav__contact {
  text-align: center;
}
@media screen and (min-width: 780px) {
  .nav__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 2.5rem;
    gap: 1rem;
  }
}

.not-found__container {
  text-align: center;
}

.owner-search {
  margin-top: 1.5625rem;
}

.owner-search__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.8125rem;
}
.owner-search__header .title {
  font-weight: 700;
  font-size: 1.3125rem;
}
.owner-search__header .text {
  font-size: 1.0625rem;
}

.owner-search__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.3125rem;
  gap: 2.125rem;
}

.owner-search__input {
  position: relative;
  border: 1px solid #979797;
  border-radius: 5px;
  background-color: #ebebeb;
  color: #666666;
}

.owner-search__input::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  aspect-ratio: 13/11;
  width: 0.8125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/svg/arrow-down-icon-gray.svg");
  background-position: center;
  background-size: cover;
  content: "";
}

.owner-search__select {
  padding-inline: 4.5625rem 3.6875rem;
  padding-block: 1.0625rem;
  color: #666666;
}

.owner__content {
  padding-top: 2.5625rem;
  padding-bottom: 1.6875rem;
  padding-inline: 2rem;
  background-color: #FFF;
}

.owner__table {
  height: 29.375rem;
  margin-top: 1.6875rem;
  overflow-y: auto;
}

.page-form-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 6.375rem;
  gap: 3.375rem;
}

.page-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.125rem;
}

.page-request {
  margin-top: 6.6875rem;
  margin-bottom: 9.625rem;
}

.panel-form {
  margin-top: 3.125rem;
}

.panel-form__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}

.panel-form__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.panel-form__title {
  width: 20%;
  text-align: center;
}

.panel-form__input {
  width: 80%;
  padding: 0.5rem;
  border: 1px solid #979797;
  color: #666666;
}
.panel-form__input select {
  color: #666666;
}

.panel-form__back {
  margin-top: 3.25rem;
  text-align: center;
}

.panel-form__submit {
  margin-top: 4.5625rem;
  padding-block: 1.125rem;
  background-color: #c8eaff;
  text-align: center;
}

.panel {
  display: none;
  margin-top: 1.625rem;
}

.panel.active {
  display: block;
}

.panel__inner {
  padding: 2rem;
  background-color: #FFF;
}

.panel__title {
  padding-left: 2rem;
  padding-block: 0.9375rem;
  background-color: #f3f5f8;
  color: #333333;
  font-weight: 700;
  font-size: 1.5rem;
}

.privacy {
  margin-top: 6.6875rem;
  margin-bottom: 9.625rem;
}

.privacy__body {
  width: 50%;
  margin-inline: auto;
  color: #333333;
}
.privacy__body p {
  margin-top: 1rem;
}
.privacy__body .wp-block-heading {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 1rem;
}

.question {
  margin-top: 3.5rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 780px) {
  .question {
    margin-top: 6.6875rem;
    margin-bottom: 9.625rem;
  }
}

.question-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
}

.question__body {
  width: 50%;
  margin-inline: auto;
}

.question-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
}

.question-list__title {
  color: #333333;
  font-size: 1.125rem;
}
.question-list__title span {
  color: #026dd6;
  font-weight: 700;
  font-size: 2.25rem;
}

.question-list__text {
  color: #333333;
  font-size: 1.125rem;
}
.question-list__text span {
  color: #026dd6;
  font-weight: 700;
  font-size: 2.25rem;
}

.register {
  padding-top: 2.1875rem;
  padding-bottom: 5.75rem;
  background-color: #ebf8ff;
}

.register__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
}

.register__item {
  padding-inline: 2.0625rem;
  padding-block: 0.75rem;
  border: 1px solid #979797;
  border-radius: 30px;
  background-color: #F3F5F8;
  color: #666666;
  font-weight: 700;
  font-size: 1.25rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.register__item.active {
  border: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(206, 231, 255)), to(rgb(101, 167, 218)));
  background-image: linear-gradient(180deg, rgb(206, 231, 255), rgb(101, 167, 218));
  color: #FFF;
}

.request {
  padding-block: 1.75rem;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(153, 213, 117)), to(rgb(15, 98, 206)));
  background-image: linear-gradient(90deg, rgb(153, 213, 117), rgb(15, 98, 206));
}
@media screen and (min-width: 780px) {
  .request {
    padding-block: 6.4375rem;
  }
}

.request__content {
  width: 100%;
  max-width: 46rem;
  margin-inline: auto;
  padding: 10px;
  border-radius: 80px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(15, 98, 206)), to(rgb(153, 213, 117)));
  background: linear-gradient(90deg, rgb(15, 98, 206), rgb(153, 213, 117));
}

.request__content-back {
  padding: 20px;
  border-radius: 80px;
  background: #ffffff;
}

.result-buyer {
  margin-left: 3.875rem;
}

.result-buyer__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.3125rem;
  padding-bottom: 0.625rem;
  gap: 1.625rem;
  border-bottom: 1px dashed #979797;
}

.result-buyer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  row-gap: 2.5rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.result-buyer__items {
  width: 45%;
}

.result-buyer__location {
  padding: 0.75rem;
  background-color: #026dd6;
  color: #FFF;
}

.result-buyer__title {
  color: #026dd6;
  font-weight: 700;
  font-size: 1.5625rem;
}

.result-buyer__text {
  padding-block: 0.625rem;
  border-bottom: 1px dashed #979797;
  font-size: 1.125rem;
}

.result-owner {
  width: 50%;
  margin-left: 3.875rem;
}

.result-owner__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.3125rem;
  padding-bottom: 0.625rem;
  gap: 1.625rem;
  border-bottom: 1px dashed #979797;
}

.result-owner__location {
  padding: 0.75rem;
  background-color: #026dd6;
  color: #FFF;
}

.result-owner__title {
  color: #026dd6;
  font-weight: 700;
  font-size: 1.5625rem;
}

.result-owner__text {
  padding-block: 0.625rem;
  border-bottom: 1px dashed #979797;
  font-size: 1.125rem;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.search--super {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search__wrapper {
  width: 100%;
  max-width: 28.125rem;
}

.search__search {
  width: 100%;
  padding-left: 1.0625rem;
  padding-block: 1.0625rem;
  border: 1px solid #979797;
}

.search__button {
  padding-inline: 2.3125rem;
  border: 1px solid #979797;
  border-radius: 5px;
  background-color: #ebebeb;
}

.search__button--page {
  color: #3b8bdf;
}

.search__button--super {
  position: relative;
  color: #3b8bdf;
  font-weight: 700;
  font-size: 0.8125rem;
}
@media screen and (min-width: 780px) {
  .search__button--super {
    width: 21.875rem;
    padding-inline: 1rem;
    font-size: 1.25rem;
  }
}

.search__button--super::after {
  position: absolute;
  top: 50%;
  right: 1.4375rem;
  aspect-ratio: 11/13;
  width: 0.6875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/svg/arrow-right-blue.svg");
  background-position: center;
  background-size: cover;
  content: "";
}

.search__button--super {
  position: relative;
  color: #3b8bdf;
  font-weight: 700;
  font-size: 0.8125rem;
}
@media screen and (min-width: 780px) {
  .search__button--super {
    width: 21.875rem;
    padding-inline: 1rem;
    font-size: 1.25rem;
  }
}

.search__button--user {
  position: relative;
  padding-block: 1.5rem;
  color: #3b8bdf;
  font-weight: 700;
  font-size: 0.8125rem;
}
@media screen and (min-width: 780px) {
  .search__button--user {
    width: 21.875rem;
    padding-inline: 1rem;
    font-size: 1.25rem;
  }
}

.section-fv__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-fv__image {
  width: 70%;
  height: 293px;
}
.section-fv__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-fv__text {
  position: relative;
  width: 30%;
  background-image: url("../images/Top-back@2x-100.jpg");
}

.section-fv__area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section-fv__title {
  color: #FFF;
  font-weight: normal;
  font-size: 0.625rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .section-fv__title {
    font-size: 1.5625rem;
  }
}
.section-fv__title span {
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (min-width: 780px) {
  .section-fv__title span {
    font-size: 4.4375rem;
  }
}

.structure-header__title {
  color: #FFF;
  font-weight: 400;
  font-size: 0.6875rem;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .structure-header__title {
    font-size: 2.3125rem;
  }
}
.structure-header__title span {
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (min-width: 780px) {
  .structure-header__title span {
    font-size: 3.625rem;
  }
}

.structure {
  padding-block: 1.3125rem 1.8125rem;
  background-image: url("../images/Structure-back@2x-100.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 780px) {
  .structure {
    padding-block: 4.1875rem 5.9375rem;
  }
}

.structure__body {
  margin-top: 0.8125rem;
}
@media screen and (min-width: 780px) {
  .structure__body {
    margin-top: 2.8125rem;
  }
}

.table-owner {
  border-collapse: collapse;
}

.table-owner__th {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding-block: 0.6875rem 0.4375rem;
  border: 2px solid #FFF;
  background-color: #ebebeb;
  font-size: 0.875rem;
}

.table-owner__th--location, .owner-location-result {
  width: 4.56%;
}

.table-owner__th--company {
  width: 13.68%;
}

.table-owner__th--industry {
  width: 7.92%;
}

.table-owner__th--sales {
  width: 7.12%;
}

.table-owner__th--capital {
  width: 6.24%;
}

.table-owner__th--address {
  width: 16.8%;
}

.table-owner__th--representative {
  width: 5.84%;
}

.table-owner__th--department {
  width: 6%;
}

.table-owner__th--pic {
  width: 5.52%;
}

.table-owner__th--tel {
  width: 6.32%;
}

.table-owner__th--email, .owner-email-result {
  width: 10.88%;
}

.table-owner__th--select {
  width: 4%;
}

.table-owner__td {
  padding-block: 1rem 0.75rem;
  border-bottom: 1px solid #979797;
  font-size: 0.875rem;
  text-align: center;
  word-break: break-all;
}

.table-owner__input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.use {
  margin-top: 3.5rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 780px) {
  .use {
    margin-top: 6.6875rem;
    margin-bottom: 9.625rem;
  }
}

@media screen and (min-width: 780px) {
  .use__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 780px) {
  .use__images {
    width: 60%;
  }
}

.use__title {
  color: #333333;
  font-size: 2rem;
}
.use__title span {
  color: #026dd6;
}

.use__contents {
  padding: 1.5rem;
}
@media screen and (min-width: 780px) {
  .use__contents {
    width: 40%;
    margin-inline: 4.5rem;
    padding: 0;
  }
}

.use__content {
  margin-top: 5.125rem;
  color: #333333;
  font-size: 1.125rem;
}
@media screen and (min-width: 780px) {
  .use__content {
    padding-right: 4.375rem;
  }
}
.use__content p {
  margin-top: 1.5rem;
}

.user-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5.625rem;
  gap: 1.5rem;
}

.user-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
}

.user-list__title {
  width: 37.5rem;
  padding: 1.5rem;
  border: 1px solid #979797;
}
/*# sourceMappingURL=map/styles.css.map */