@charset "UTF-8";
/* 基本設定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&family=Oswald:wght@400&family=Poppins:wght@300;400;500;600&family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
/* Box sizing rules */
*,
*::before,
*::after {
  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;
}

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

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

/* A elements that don't have a class get default styles */
a {
  text-decoration: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

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

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

button {
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
}

/*============================================
	― PC表示
=============================================*/
.u-pc-block {
  display: block;
}

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

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

.u-pc-none {
  display: none;
}

.u-sp-block {
  display: none;
}

.u-sp-inline {
  display: none;
}

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

.u-text-primary {
  color: #345887;
}

.u-text-alert {
  color: #e63946;
}

.u-text-emphasis {
  font-weight: 700;
}

/*============================================
      ― スマホ表示切り替え
  =============================================*/
@media screen and (max-width: 769px) {
  .u-pc-block {
    display: none;
  }
  .u-pc-inline {
    display: none;
  }
  .u-pc-inline-block {
    display: none;
  }
  .u-sp-block {
    display: block;
  }
  .u-sp-inline {
    display: inline;
  }
  .u-sp-none {
    display: none;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 1px;
}

/* modules */
.p-ai-estate__news {
  padding: 50px 2% 0 2%;
}
.p-ai-estate__news .p-ai-estate__news__wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  background-color: #fff;
}
.p-ai-estate__news .p-ai-estate__news__wrapper h2 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.p-ai-estate__news .p-ai-estate__news__wrapper p {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

/*===================================================================================================
 about-us
====================================================================================================*/
/*============================================
	変数設定
=============================================*/
.p-ai-estate__about-us {
  position: relative;
  margin: 20px 0 0 0;
  padding: 50px 0 50px 0;
  background-image: radial-gradient(at 0% 50%, hsl(215, 40%, 85%) 0px, transparent 50%), radial-gradient(at 80% 50%, hsl(215, 50%, 92%) 0px, transparent 50%), radial-gradient(at 80% 100%, hsl(215, 45%, 90%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(215, 55%, 95%) 0px, transparent 50%);
  background-size: cover;
  background-color: rgba(240, 246, 255, 0.5);
}
.p-ai-estate__about-us .l-container {
  max-width: 100%;
  margin: 30px auto 0;
  padding: 0 2% 0 2%;
}
.p-ai-estate__about-us .l-container .p-ai-estate__semi-title {
  margin-bottom: 20px;
  text-align: center;
}
.p-ai-estate__about-us .l-container .p-ai-estate__semi-title h3 {
  font-weight: 500;
}
.p-ai-estate__about-us .l-container .p-ai-estate__semi-title h3 .p-ai-estate__catch {
  display: inline-block;
  padding: 5px 20px 5px 20px;
  letter-spacing: 3px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #345887;
  background: #fff;
  box-shadow: rgba(79, 122, 170, 0.2) 0 7px 29px 0;
}
.p-ai-estate__about-us .l-container .p-ai-estate__semi-title h2 .p-ai-estate__catch {
  display: inline-block;
  padding: 5px 15px 5px 15px;
  font-size: 20px;
  color: #ffffff;
  background: linear-gradient(90deg, #345887 0%, #4a6fa6 100%);
  box-shadow: rgba(79, 122, 170, 0.2) 0 7px 29px 0;
}
.p-ai-estate__about-us .l-container .p-ai-estate__semi-title h2 .p-ai-estate__catch .p-ai-estate__small {
  font-size: 16px;
}
.p-ai-estate__about-us .l-container .p-ai-estate__block {
  display: block;
}
.p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper li {
  margin: 20px 0 0 0;
  padding: 0 10px;
}
.p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper li .p-ai-estate__semi {
  position: relative;
  text-align: center;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper li .p-ai-estate__semi::before, .p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper li .p-ai-estate__semi::after {
  line-height: 0;
  content: url(../img/ai-estate/award-left.svg);
  width: 10vw;
  height: auto;
}
.p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper li .p-ai-estate__semi::after {
  transform: rotateY(180deg);
}
.p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper li .p-ai-estate__semi .p-ai-estate__catch .p-ai-estate__sub,
.p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper li .p-ai-estate__semi .p-ai-estate__catch .p-ai-estate__main {
  display: block;
}
.p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper li .p-ai-estate__semi .p-ai-estate__catch .p-ai-estate__sub p,
.p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper li .p-ai-estate__semi .p-ai-estate__catch .p-ai-estate__main p {
  display: inline-block;
  background: linear-gradient(45deg, #b7812b 0%, #d98c29 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper li .p-ai-estate__semi .p-ai-estate__catch .p-ai-estate__sub {
  line-height: 1.1;
  font-size: 14px;
}
.p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper li .p-ai-estate__semi .p-ai-estate__catch .p-ai-estate__main {
  line-height: 1.1;
  font-size: 30px;
  font-weight: bold;
}
.p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper li .p-ai-estate__semi .p-ai-estate__catch .p-ai-estate__main .p-ai-estate__small {
  font-size: 15px;
  font-weight: normal;
}
.p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper li .p-ai-estate__semi .p-ai-estate__catch .p-ai-estate__main .jp {
  font-family: "Noto Sans JP", sans-serif;
}
.p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper li .p-ai-estate__semi:last-child {
  margin: 0;
}
.p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper li .p-ai-estate__mark {
  line-height: 1.2;
  text-align: center;
}
.p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper li .p-ai-estate__mark p {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(90deg, #b1791b 0%, #c4a538 50%, #b27618 100%);
  box-sizing: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper li:last-child {
  margin: 20px 0 0 0;
}
.p-ai-estate__about-us .l-container .p-ai-estate__announce {
  margin-bottom: 60px;
  text-align: center;
  font-size: 18px;
}
.p-ai-estate__about-us .l-container .p-ai-estate__tables__title {
  text-align: center;
  font-size: 16px;
}
.p-ai-estate__about-us .l-container .p-ai-estate__tables {
  margin-bottom: 30px;
}
.p-ai-estate__about-us .l-container .p-ai-estate__tables .p-ai-estate__table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0 0 0;
  font-size: 15px;
}
.p-ai-estate__about-us .l-container .p-ai-estate__tables .p-ai-estate__table > caption {
  caption-side: bottom;
  font-size: 14px;
  color: #666;
  padding-top: 6px;
}
.p-ai-estate__about-us .l-container .p-ai-estate__tables .p-ai-estate__table thead {
  background-color: #345887;
  color: #fff;
}
.p-ai-estate__about-us .l-container .p-ai-estate__tables .p-ai-estate__table thead th {
  padding: 10px 15px;
  border: 1px solid #ddd;
  font-weight: 600;
  text-align: center;
}
.p-ai-estate__about-us .l-container .p-ai-estate__tables .p-ai-estate__table tbody tr td {
  border: 1px solid #ddd;
  padding: 10px 15px;
  text-align: center;
  background-color: #f9f9f9;
}
.p-ai-estate__about-us .l-container .p-ai-estate__tables .p-ai-estate__table tbody tr td:first-child {
  font-weight: 500;
}
.p-ai-estate__about-us .l-container .p-ai-estate__note {
  font-size: 15px;
}
.p-ai-estate__about-us .l-container .p-ai-estate__note a {
  color: #3d70bb;
  text-decoration: none;
}

@media (min-width: 768px) {
  .p-ai-estate__about-us {
    margin: 50px 0 0 0;
  }
  .p-ai-estate__about-us .l-container {
    max-width: 1680px;
  }
  .p-ai-estate__about-us .l-container .p-ai-estate__semi-title {
    margin-bottom: 50px;
  }
  .p-ai-estate__about-us .l-container .p-ai-estate__semi-title h3 .p-ai-estate__catch {
    font-size: 22px;
    padding: 5px 30px 5px 30px;
  }
  .p-ai-estate__about-us .l-container .p-ai-estate__semi-title h2 .p-ai-estate__catch {
    font-size: 30px;
    padding: 5px 30px 5px 30px;
  }
  .p-ai-estate__about-us .l-container .p-ai-estate__block {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1140px;
    margin: 0 auto;
  }
  .p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper {
    margin-bottom: 35px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper li {
    margin: 0;
    padding: 0 20px;
  }
  .p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper li .p-ai-estate__semi::before, .p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper li .p-ai-estate__semi::after {
    width: 60px;
  }
  .p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper li .p-ai-estate__semi .p-ai-estate__catch .p-ai-estate__sub {
    font-size: clamp(18px, 1.9298245614vw, 22px);
  }
  .p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper li .p-ai-estate__semi .p-ai-estate__catch .p-ai-estate__main {
    font-size: clamp(40px, 4.3859649123vw, 50px);
  }
  .p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper li .p-ai-estate__semi .p-ai-estate__catch .p-ai-estate__main .p-ai-estate__small {
    font-size: clamp(20px, 2.1052631579vw, 24px);
  }
  .p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper li .p-ai-estate__mark p {
    font-size: 18px;
    padding: 3px 25px 3px 25px;
  }
  .p-ai-estate__about-us .l-container .p-ai-estate__block .p-ai-estate__award-wrapper li:last-child {
    margin: 0;
  }
  .p-ai-estate__about-us .l-container .p-ai-estate__announce {
    margin-bottom: 80px;
    font-size: 22px;
  }
  .p-ai-estate__about-us .l-container .p-ai-estate__tables__title {
    margin-bottom: 25px;
    text-align: center;
    font-size: 20px;
  }
  .p-ai-estate__about-us .l-container .p-ai-estate__tables {
    display: flex;
    justify-content: center;
    gap: 50px;
    max-width: 1140px;
    margin: 0 auto 50px auto;
  }
  .p-ai-estate__about-us .l-container .p-ai-estate__tables .p-ai-estate__table {
    flex: 1 1 100%;
    margin: 0;
    font-size: 16px;
  }
  .p-ai-estate__about-us .l-container .p-ai-estate__tables .p-ai-estate__table thead {
    background-color: #345887;
    color: #fff;
  }
  .p-ai-estate__about-us .l-container .p-ai-estate__tables .p-ai-estate__table thead th {
    padding: 10px 15px;
    border: 1px solid #ddd;
    font-weight: 600;
    text-align: center;
  }
  .p-ai-estate__about-us .l-container .p-ai-estate__tables .p-ai-estate__table tbody tr td {
    border: 1px solid #ddd;
    padding: 10px 15px;
    text-align: center;
    background-color: #f9f9f9;
    padding: 14px 16px;
    line-height: 1.6;
  }
  .p-ai-estate__about-us .l-container .p-ai-estate__note {
    max-width: 1140px;
    margin: 0 auto;
    font-size: 16px;
  }
}
/*===================================================================================================
 about-us
====================================================================================================*/
/*===================================================================================================
 cta
====================================================================================================*/
.p-ai-estate__cta {
  position: relative;
  padding: 10px 0 50px 0;
}
.p-ai-estate__cta .p-ai-estate__back {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.p-ai-estate__cta .p-ai-estate__back p {
  display: inline-block;
  width: 100%;
  line-height: 1.5;
  letter-spacing: 2px;
  font-size: 46px;
  background: linear-gradient(90deg, #dae9fa 0%, #c1daf7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-ai-estate__cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(90deg, #dae9fa 0%, #c1daf7 100%);
}
.p-ai-estate__cta .p-ai-estate__box {
  position: relative;
  width: 92%;
  margin: -20px auto 0;
  padding: 7px;
  box-shadow: rgba(79, 122, 170, 0.2) 0 7px 29px 0;
  background: linear-gradient(90deg, #345887 0%, #4a6fa6 100%);
}
.p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner {
  padding: 30px 0;
  background: #fff;
}
.p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__title .p-ai-estate__text {
  order: 3;
  text-align: center;
  padding: 0 20px 10px 20px;
}
.p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__title .p-ai-estate__text h2 {
  text-align: center;
}
.p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__title .p-ai-estate__text h2 .p-ai-estate__catch {
  color: #343434;
  line-height: 1.3;
  letter-spacing: 0.5px;
  font-size: 22px;
}
.p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__title .p-ai-estate__text h2 .p-ai-estate__catch .p-ai-estate__grade {
  display: inline-block;
  background: linear-gradient(45deg, #4b7dbb 0%, #3b68a0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__title .p-ai-estate__text .p-ai-estate__sub {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0 0 0;
}
.p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__title .p-ai-estate__text .p-ai-estate__sub .p-ai-estate__catch {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  background: linear-gradient(45deg, #4b7dbb 0%, #3b68a0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__marks {
  display: block;
  margin: 0;
  text-align: center;
}
.p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__marks .p-ai-estate__mark {
  position: relative;
  display: inline-block;
  letter-spacing: 0;
  margin: 10px 0 0 0;
  padding: 5px 20px 7px 20px;
  font-size: 16px;
  color: #345887;
  background: #fff;
  box-shadow: rgba(79, 122, 170, 0.2) 0 7px 29px 0;
}
.p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__marks .p-ai-estate__mark::before {
  position: absolute;
  z-index: 2;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(90deg, #345887 0%, #c1daf7 45%, #4a6fa6 70%, #c1daf7 85%, #345887 90% 100%);
  -o-border-image: linear-gradient(90deg, #345887 0%, #c1daf7 45%, #4a6fa6 70%, #c1daf7 85%, #345887 90% 100%);
  border-image-slice: 1;
  content: "";
  width: calc(100% - 3px);
  height: calc(100% - 3px);
}
.p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block {
  display: block;
  padding: 30px 20px 0 20px;
}
.p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block .p-ai-estate__left {
  width: 100%;
  padding: 0;
}
.p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block .p-ai-estate__left .p-ai-estate__semi-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block .p-ai-estate__left .p-ai-estate__semi-title img {
  display: block;
  width: 70px;
  height: auto;
  line-height: 0;
}
.p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block .p-ai-estate__left .p-ai-estate__semi-title .p-ai-estate__cover {
  padding: 0 0 0 10px;
  font-weight: 600;
}
.p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block .p-ai-estate__left .p-ai-estate__semi-title .p-ai-estate__cover .p-ai-estate__online {
  line-height: 1.1;
  font-size: 14px;
  display: inline-block;
  background: linear-gradient(45deg, #4b7dbb 0%, #3b68a0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block .p-ai-estate__left .p-ai-estate__semi-title .p-ai-estate__cover .p-ai-estate__catch {
  font-size: 19px;
  display: inline-block;
  background: linear-gradient(45deg, #4b7dbb 0%, #3b68a0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block .p-ai-estate__left .p-ai-estate__sentence p {
  margin: 15px 0 0 0;
  line-height: 1.5;
  font-size: 15px;
}
.p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block .p-ai-estate__right .p-ai-estate__button {
  width: 100%;
  padding: 30px 0 0 0;
}
.p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block .p-ai-estate__right .p-ai-estate__button a {
  display: block;
  padding: 20px 15px;
  text-decoration: none;
  background: linear-gradient(90deg, #03967a 0%, #37b89e 100%);
  border-radius: 100px;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block .p-ai-estate__right .p-ai-estate__button a .p-ai-estate__sub {
  display: block;
  margin: -20px 0 0 0;
  text-align: center;
}
.p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block .p-ai-estate__right .p-ai-estate__button a .p-ai-estate__sub .p-ai-estate__inner {
  display: inline-block;
  padding: 3px 20px 3px 20px;
  font-size: 16px;
  color: #03967a;
  background: #fff;
  border: solid 3px #03967a;
  border-radius: 100px;
}
.p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block .p-ai-estate__right .p-ai-estate__button a .p-ai-estate__main .p-ai-estate__catch {
  text-align: center;
  line-height: 1.3;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}

@media (min-width: 768px) {
  .p-ai-estate__cta {
    padding-top: 50px;
  }
  .p-ai-estate__cta .p-ai-estate__back p {
    line-height: 1;
    font-size: 104px;
    background: linear-gradient(90deg, #dae9fa 0%, #c1daf7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .p-ai-estate__cta .p-ai-estate__box {
    max-width: 1280px;
    padding: 10px;
  }
  .p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner {
    padding: 40px 0;
  }
  .p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__title .p-ai-estate__text {
    padding: 0 30px;
  }
  .p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__title .p-ai-estate__text h2 {
    margin-bottom: 30px;
  }
  .p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__title .p-ai-estate__text h2 .p-ai-estate__catch {
    font-size: 42px;
  }
  .p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__title .p-ai-estate__text .p-ai-estate__sub {
    margin: 0 0 20px 0;
  }
  .p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__title .p-ai-estate__text .p-ai-estate__sub .p-ai-estate__icon {
    width: 30px;
    height: auto;
  }
  .p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__title .p-ai-estate__text .p-ai-estate__sub .p-ai-estate__catch {
    font-size: 24px;
  }
  .p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__marks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__marks .p-ai-estate__mark {
    margin: 0;
    padding: 8px 30px 9px 30px;
    font-size: 18px;
  }
  .p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__marks .p-ai-estate__mark:last-child {
    margin: 0;
  }
  .p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 25px 40px 0 40px;
  }
  .p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block .p-ai-estate__left {
    width: 45%;
    padding: 0 5% 0 0;
  }
  .p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block .p-ai-estate__left .p-ai-estate__semi-title img {
    width: 90px;
  }
  .p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block .p-ai-estate__left .p-ai-estate__semi-title .p-ai-estate__cover .p-ai-estate__online {
    font-size: 16px;
  }
  .p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block .p-ai-estate__left .p-ai-estate__semi-title .p-ai-estate__cover .p-ai-estate__catch {
    font-size: 24px;
  }
  .p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block .p-ai-estate__left .p-ai-estate__sentence p {
    line-height: 1.8;
  }
  .p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block .p-ai-estate__right .p-ai-estate__button {
    width: 450px;
    padding: 0;
  }
  .p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block .p-ai-estate__right .p-ai-estate__button a {
    padding: 20px 20px 22px 20px;
  }
  .p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block .p-ai-estate__right .p-ai-estate__button a .p-ai-estate__sub {
    text-align: center;
    display: block;
    margin: -20px 0 0 0;
  }
  .p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block .p-ai-estate__right .p-ai-estate__button a .p-ai-estate__sub .p-ai-estate__inner {
    display: inline-block;
    color: #03967a;
    border: solid 3px #03967a;
    border-radius: 100px;
    background: #ffffff;
    padding: 3px 20px 3px 20px;
    font-size: 16px;
  }
  .p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block .p-ai-estate__right .p-ai-estate__button a .p-ai-estate__main .p-ai-estate__icon {
    width: 45px;
    height: auto;
  }
  .p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block .p-ai-estate__right .p-ai-estate__button a .p-ai-estate__main .p-ai-estate__catch {
    font-size: 24px;
  }
  .p-ai-estate__cta .p-ai-estate__box .p-ai-estate__inner .p-ai-estate__block .p-ai-estate__right .p-ai-estate__button a .p-ai-estate__main .p-ai-estate__arrow {
    width: 35px;
    height: auto;
  }
}
/*===================================================================================================
 about-us
====================================================================================================*/
/*===================================================================================================
 cta2
====================================================================================================*/
.p-ai-estate__cta-secondary {
  position: relative;
  padding: 40px 0 40px 0;
  background-image: radial-gradient(at 0% 50%, hsl(215, 40%, 85%) 0px, transparent 50%), radial-gradient(at 80% 50%, hsl(215, 50%, 92%) 0px, transparent 50%), radial-gradient(at 80% 100%, hsl(215, 45%, 90%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(215, 55%, 95%) 0px, transparent 50%);
  background-size: cover;
  background-color: hsl(0, 0%, 100%);
}
.p-ai-estate__cta-secondary:before, .p-ai-estate__cta-secondary:after {
  content: "";
  position: absolute;
  mix-blend-mode: multiply;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 2;
}
.p-ai-estate__cta-secondary:before {
  top: 10px;
  left: 10px;
  border-width: 80px 80px 0 0;
  border-color: #345887 transparent transparent transparent;
}
.p-ai-estate__cta-secondary:after {
  top: 10px;
  right: 10px;
  border-width: 0 80px 80px 0;
  border-color: transparent #345887 transparent transparent;
}
.p-ai-estate__cta-secondary .l-container {
  position: relative;
  padding: 10px 0 70px 0;
}
.p-ai-estate__cta-secondary .l-container:before, .p-ai-estate__cta-secondary .l-container:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  mix-blend-mode: multiply;
  border-style: solid;
  z-index: 2;
}
.p-ai-estate__cta-secondary .l-container:before {
  bottom: 20px;
  left: 10px;
  border-width: 80px 0 0 80px;
  border-color: transparent transparent transparent #345887;
}
.p-ai-estate__cta-secondary .l-container:after {
  right: 10px;
  bottom: 20px;
  border-width: 0 0 80px 80px;
  border-color: transparent transparent #345887 transparent;
}
.p-ai-estate__cta-secondary .l-container .p-ai-estate__title h2 {
  text-align: center;
  font-size: 22px;
  color: #222222;
}
.p-ai-estate__cta-secondary .l-container .p-ai-estate__entry-wrapper {
  position: relative;
  max-width: 90%;
  margin: 30px auto 0;
  padding: 0;
  z-index: 1;
}
.p-ai-estate__cta-secondary .l-container .p-ai-estate__entry-wrapper .p-ai-estate__entry {
  background: #fff;
  box-shadow: rgba(79, 122, 170, 0.2) 0 7px 29px 0;
}
.p-ai-estate__cta-secondary .l-container .p-ai-estate__entry-wrapper .p-ai-estate__entry .p-ai-estate__sentence {
  display: block;
  width: 100%;
  padding: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  background: linear-gradient(90deg, #345887 0%, #4a6fa6 100%);
}
.p-ai-estate__cta-secondary .l-container .p-ai-estate__entry-wrapper .p-ai-estate__entry .p-ai-estate__sentence h4 {
  display: block;
  text-align: center;
  width: 100%;
}
.p-ai-estate__cta-secondary .l-container .p-ai-estate__entry-wrapper .p-ai-estate__entry .p-ai-estate__sentence h4 .p-ai-estate__cover .p-ai-estate__online {
  color: #fff;
  line-height: 1.1;
  font-size: 16px;
}
.p-ai-estate__cta-secondary .l-container .p-ai-estate__entry-wrapper .p-ai-estate__entry .p-ai-estate__sentence h4 .p-ai-estate__cover .p-ai-estate__catch {
  color: #fff;
  font-size: 19px;
  margin: 5px 0 0 0;
}
.p-ai-estate__cta-secondary .l-container .p-ai-estate__entry-wrapper .p-ai-estate__entry .p-ai-estate__sentence p {
  width: 100%;
  margin: 15px 0 0 0;
  line-height: 1.8;
  font-size: 15px;
  color: #fff;
}
.p-ai-estate__cta-secondary .l-container .p-ai-estate__entry-wrapper .p-ai-estate__entry .p-ai-estate__method {
  display: block;
  padding: 30px 20px;
}
.p-ai-estate__cta-secondary .l-container .p-ai-estate__entry-wrapper .p-ai-estate__entry .p-ai-estate__method .p-ai-estate__button {
  width: 98%;
  margin: 0 auto;
}
.p-ai-estate__cta-secondary .l-container .p-ai-estate__entry-wrapper .p-ai-estate__entry .p-ai-estate__method .p-ai-estate__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 15px;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
  font-size: 18px;
  color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  background: linear-gradient(90deg, #4b7dbb 0%, #3b68a0 100%);
  border-radius: 100px;
}

@media (min-width: 768px) {
  .p-ai-estate__cta-secondary {
    padding: 0;
  }
  .p-ai-estate__cta-secondary:before {
    top: 20px;
    left: 20px;
    border-width: 125px 125px 0 0;
  }
  .p-ai-estate__cta-secondary:after {
    top: 20px;
    right: 20px;
    border-width: 0 125px 125px 0;
  }
  .p-ai-estate__cta-secondary .l-container {
    padding: 80px 0;
  }
  .p-ai-estate__cta-secondary .l-container:before {
    bottom: 20px;
    left: 20px;
    border-width: 125px 0 0 125px;
  }
  .p-ai-estate__cta-secondary .l-container:after {
    right: 20px;
    bottom: 20px;
    border-width: 0 0 125px 125px;
  }
  .p-ai-estate__cta-secondary .l-container .p-ai-estate__title h2 {
    font-size: 34px;
  }
  .p-ai-estate__cta-secondary .l-container .p-ai-estate__title h2 .p-ai-estate__line:before {
    background: #345887;
  }
  .p-ai-estate__cta-secondary .l-container .p-ai-estate__title .p-ai-estate__caution {
    margin: 0;
  }
  .p-ai-estate__cta-secondary .l-container .p-ai-estate__title .p-ai-estate__caution p {
    font-size: 18px;
  }
  .p-ai-estate__cta-secondary .l-container .p-ai-estate__entry-wrapper {
    max-width: 1140px;
    margin: 40px auto 0 auto;
    padding: 0 5%;
  }
  .p-ai-estate__cta-secondary .l-container .p-ai-estate__entry-wrapper .p-ai-estate__entry .p-ai-estate__sentence {
    padding: 20px 40px 20px 40px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p-ai-estate__cta-secondary .l-container .p-ai-estate__entry-wrapper .p-ai-estate__entry .p-ai-estate__sentence h4 {
    display: flex;
    align-items: center;
    text-align: left;
    width: 57.5%;
  }
  .p-ai-estate__cta-secondary .l-container .p-ai-estate__entry-wrapper .p-ai-estate__entry .p-ai-estate__sentence h4 .p-ai-estate__cover {
    padding: 0 0 0 10px;
  }
  .p-ai-estate__cta-secondary .l-container .p-ai-estate__entry-wrapper .p-ai-estate__entry .p-ai-estate__sentence h4 .p-ai-estate__cover .p-ai-estate__online {
    font-size: 22px;
  }
  .p-ai-estate__cta-secondary .l-container .p-ai-estate__entry-wrapper .p-ai-estate__entry .p-ai-estate__sentence h4 .p-ai-estate__cover .p-ai-estate__catch {
    font-size: 30px;
    margin: 0;
  }
  .p-ai-estate__cta-secondary .l-container .p-ai-estate__entry-wrapper .p-ai-estate__entry .p-ai-estate__sentence p {
    width: 57.5%;
    font-size: 18px;
    margin: 0;
  }
  .p-ai-estate__cta-secondary .l-container .p-ai-estate__entry-wrapper .p-ai-estate__entry .p-ai-estate__method {
    padding: 40px 30px;
  }
  .p-ai-estate__cta-secondary .l-container .p-ai-estate__entry-wrapper .p-ai-estate__entry .p-ai-estate__method .p-ai-estate__button {
    width: auto;
    margin: 0;
  }
  .p-ai-estate__cta-secondary .l-container .p-ai-estate__entry-wrapper .p-ai-estate__entry .p-ai-estate__method .p-ai-estate__button a {
    gap: 20px;
    width: 60%;
    margin: 0 auto;
    padding: 20px 45px;
  }
}
/*===================================================================================================
 about-us
====================================================================================================*/
/*===================================================================================================
 faq
====================================================================================================*/
.p-ai-estate__faq {
  padding: 15px 0 40px 0;
}
.p-ai-estate__faq .p-ai-estate__title {
  position: relative;
  padding: 0;
}
.p-ai-estate__faq .p-ai-estate__title .p-ai-estate__back {
  position: absolute;
  top: 50%;
  left: 50%;
  letter-spacing: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 93px;
  font-weight: 300;
  color: #ccc;
  opacity: 0.3;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-ai-estate__faq .p-ai-estate__title h2 {
  position: relative;
  letter-spacing: 3px;
  text-align: center;
  font-size: 24px;
  z-index: 2;
}
.p-ai-estate__faq .p-ai-estate__title h2 span {
  position: relative;
  display: inline-block;
  color: #345887;
  padding: 0 10px;
}
.p-ai-estate__faq .p-ai-estate__title h2 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 20px);
  height: 3px;
  background: #345887;
  transform: translate(-50%, 0);
}
.p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box {
  max-width: 96%;
  margin: 35px auto 0 auto;
}
.p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul {
  display: block;
  padding: 0;
}
.p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul li {
  list-style: none;
  width: 100%;
  margin: 20px 0 0 0;
}
.p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul li button {
  position: relative;
  width: 100%;
  padding: 15px 0 15px 20px;
  text-align: left;
  font-size: 1em;
  color: #fff;
  border: none;
  border-bottom: solid 1px #f0f6fd;
  background: #345887;
  cursor: pointer;
}
.p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul li button .p-ai-estate__inset {
  display: inline-flex;
  align-items: center;
}
.p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul li button .p-ai-estate__inset .p-ai-estate__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10vw;
  height: 10vw;
  font-size: 16px;
  color: #345887;
  background: #fff;
}
.p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul li button .p-ai-estate__inset h3 {
  width: calc(100% - 10vw);
  padding: 0 50px 0 10px;
}
.p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul li button .p-ai-estate__inset h3 .p-ai-estate__catch {
  font-size: 16px;
}
.p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul li button::before, .p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul li button::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.5px;
  height: 8px;
  line-height: 0;
  background-color: #fff;
  transform: translate(0, -50%);
  transition: 0.5s;
}
.p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul li button::before {
  right: 35px;
  transform: translate(0, -50%) rotate(-45deg);
}
.p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul li button::after {
  right: 30px;
  transform: translate(0, -50%) rotate(45deg);
}
.p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul li button:hover {
  background-color: #3e3e3e;
}
.p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul li ul {
  overflow: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  transition: 0.5s;
}
.p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul li ul li {
  width: 100%;
  margin: 0;
  padding: 20px;
  background: rgba(52, 88, 135, 0.12);
}
.p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul li ul li .p-ai-estate__inset {
  display: flex;
  align-items: center;
}
.p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul li ul li .p-ai-estate__inset .p-ai-estate__mark {
  width: 10vw;
  height: 10vw;
  color: #fff;
  background: #345887;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul li ul li .p-ai-estate__inset .p-ai-estate__mark p {
  display: inline-block;
  padding: 3px 10px 3px 10px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #fff;
  box-sizing: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul li ul li .p-ai-estate__inset .p-ai-estate__sentence {
  width: calc(100% - 10vw);
  padding: 0 0 0 20px;
  font-size: 16px;
}
.p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul li ul li .p-ai-estate__inset .p-ai-estate__sentence p {
  padding: 0;
  line-height: 1.8;
  color: #222222;
}
.p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul.active button::before {
  transform: rotate(-135deg);
  transition: 0.5s;
}
.p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul.active button::after {
  transform: rotate(135deg);
  transition: 0.5s;
}
.p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul.active ul li:last-child {
  border-bottom: none;
}
.p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box.active {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .p-ai-estate__faq {
    padding: 100px 2% 60px 2%;
  }
  .p-ai-estate__faq .p-ai-estate__title .p-ai-estate__back {
    font-size: 130px;
  }
  .p-ai-estate__faq .p-ai-estate__title h2 {
    font-size: 34px;
  }
  .p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box {
    max-width: 1380px;
    margin: 45px auto 0 auto;
  }
  .p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul li {
    width: 48.5%;
  }
  .p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul li button .p-ai-estate__inset .p-ai-estate__mark {
    width: 35px;
    height: 35px;
    font-size: 22px;
  }
  .p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul li button .p-ai-estate__inset h3 {
    width: auto;
    padding: 0 50px 0 20px;
  }
  .p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul li button .p-ai-estate__inset h3 .p-ai-estate__catch {
    font-size: 19px;
  }
  .p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul li ul li .p-ai-estate__inset .p-ai-estate__mark {
    width: 40px;
    height: 40px;
  }
  .p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul li ul li .p-ai-estate__inset .p-ai-estate__mark p {
    padding: 3px 25px;
    font-size: 26px;
  }
  .p-ai-estate__faq .p-ai-estate__box-wrapper .p-ai-estate__box ul li ul li .p-ai-estate__inset .p-ai-estate__sentence {
    width: calc(100% - 40px);
    font-size: 18px;
  }
}
/*===================================================================================================
 about-us
====================================================================================================*/
/*===================================================================================================
 header-to
====================================================================================================*/
.p-ai-estate__feature-card {
  position: relative;
  max-width: 100%;
  margin: 60px auto 30px auto;
  padding: 0 2% 10px 2%;
  z-index: 20;
}
.p-ai-estate__feature-card .p-ai-estate__feature-card__wrapper {
  display: block;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.p-ai-estate__feature-card .p-ai-estate__feature-card__wrapper .p-ai-estate__feature-card__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 10px 5px 10px 10px;
  box-shadow: rgba(79, 122, 170, 0.2) 0 7px 29px 0;
  background: #fff;
}
.p-ai-estate__feature-card .p-ai-estate__feature-card__wrapper .p-ai-estate__feature-card__item::before {
  position: absolute;
  z-index: 2;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(90deg, #345887 0%, #c1daf7 45%, #4a6fa6 70%, #c1daf7 85%, #345887 90% 100%);
  -o-border-image: linear-gradient(90deg, #345887 0%, #c1daf7 45%, #4a6fa6 70%, #c1daf7 85%, #345887 90% 100%);
  border-image-slice: 1;
  content: "";
  width: calc(100% - 0px);
  height: calc(100% - 0px);
}
.p-ai-estate__feature-card .p-ai-estate__feature-card__wrapper .p-ai-estate__feature-card__item:nth-child(3n) {
  margin: 20px 0 0 0;
}
.p-ai-estate__feature-card .p-ai-estate__feature-card__wrapper .p-ai-estate__feature-card__item .p-ai-estate__feature-card__icon {
  width: 18vw;
  margin: 0 10px 0 0;
  line-height: 0;
}
.p-ai-estate__feature-card .p-ai-estate__feature-card__wrapper .p-ai-estate__feature-card__item .p-ai-estate__feature-card__icon img {
  width: 100%;
  height: auto;
}
.p-ai-estate__feature-card .p-ai-estate__feature-card__wrapper .p-ai-estate__feature-card__item .p-ai-estate__feature-card__text {
  width: calc(100% - 18vw - 10px);
  padding: 0 0 0 10px;
  border-left: solid 2px #f0f6fd;
}
.p-ai-estate__feature-card .p-ai-estate__feature-card__wrapper .p-ai-estate__feature-card__item .p-ai-estate__feature-card__text h3 {
  font-weight: 600;
}
.p-ai-estate__feature-card .p-ai-estate__feature-card__wrapper .p-ai-estate__feature-card__item .p-ai-estate__feature-card__text h3 .p-ai-estate__feature-card__title {
  display: inline-block;
  padding: 5px 10px;
  line-height: 1.25;
  letter-spacing: 1px;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(90deg, #345887 0%, #4a6fa6 100%);
}
.p-ai-estate__feature-card .p-ai-estate__feature-card__wrapper .p-ai-estate__feature-card__item .p-ai-estate__feature-card__text p {
  margin: 3px 0 0 0;
  font-size: 14px;
  font-weight: 600;
  color: #343434;
}
.p-ai-estate__feature-card .p-ai-estate__feature-card__wrapper .p-ai-estate__feature-card__item .p-ai-estate__feature-card__text p .u-text-alert {
  color: #345887;
}

@media (min-width: 768px) {
  .p-ai-estate__feature-card {
    max-width: 1480px;
    margin: 60px auto 0 auto;
    padding: 0 1.5%;
  }
  .p-ai-estate__feature-card .p-ai-estate__feature-card__wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .p-ai-estate__feature-card .p-ai-estate__feature-card__wrapper .p-ai-estate__feature-card__item {
    width: 32.6666666667%;
    margin: 0 1% 0 0;
    padding: 15px 20px;
  }
  .p-ai-estate__feature-card .p-ai-estate__feature-card__wrapper .p-ai-estate__feature-card__item:nth-child(3n) {
    margin: 0;
  }
  .p-ai-estate__feature-card .p-ai-estate__feature-card__wrapper .p-ai-estate__feature-card__item .p-ai-estate__feature-card__icon {
    width: 100px;
    margin: 0 20px 0 0;
  }
  .p-ai-estate__feature-card .p-ai-estate__feature-card__wrapper .p-ai-estate__feature-card__item .p-ai-estate__feature-card__text {
    width: calc(100% - 120px);
    padding: 0 0 0 20px;
  }
  .p-ai-estate__feature-card .p-ai-estate__feature-card__wrapper .p-ai-estate__feature-card__item .p-ai-estate__feature-card__text h3 .p-ai-estate__feature-card__title {
    padding: 3px 15px 5px 15px;
    font-size: 18px;
  }
  .p-ai-estate__feature-card .p-ai-estate__feature-card__wrapper .p-ai-estate__feature-card__item .p-ai-estate__feature-card__text p {
    font-size: 17px;
  }
}
/*===================================================================================================
 about-us
====================================================================================================*/
/*===================================================================================================
 feature
====================================================================================================*/
.p-ai-estate__feature {
  position: relative;
  margin: 50px 0 0 0;
  overflow: hidden;
}
.p-ai-estate__feature .p-ai-estate__title {
  position: relative;
  padding: 40px 0 40px 0;
}
.p-ai-estate__feature .p-ai-estate__title .p-ai-estate__back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 20vw;
  font-weight: 300;
  color: #ccc;
  opacity: 0.3;
  z-index: 1;
}
.p-ai-estate__feature .p-ai-estate__title .p-ai-estate__en {
  text-align: center;
  letter-spacing: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 4.5vw;
}
.p-ai-estate__feature .p-ai-estate__title ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-ai-estate__feature .p-ai-estate__title ul li {
  position: relative;
  margin: 0 10px 0 0;
  padding: 5px 25px 5px 25px;
  letter-spacing: 3px;
  font-size: 20px;
  font-weight: 500;
  color: #345887;
}
.p-ai-estate__feature .p-ai-estate__title ul li:before {
  position: absolute;
  z-index: 2;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(90deg, #345887 0%, #c1daf7 45%, #4a6fa6 70%, #c1daf7 85%, #345887 90% 100%);
  -o-border-image: linear-gradient(90deg, #345887 0%, #c1daf7 45%, #4a6fa6 70%, #c1daf7 85%, #345887 90% 100%);
  border-image-slice: 1;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.p-ai-estate__feature .p-ai-estate__title ul li:last-child {
  margin: 0;
}
.p-ai-estate__feature .p-ai-estate__title h2 {
  position: relative;
  margin: 20px 0 0 0;
  text-align: center;
  z-index: 2;
}
.p-ai-estate__feature .p-ai-estate__title h2 .p-ai-estate__sub {
  margin: 10px 0 0 0;
  letter-spacing: 2px;
  font-size: 4.75vw;
}
.p-ai-estate__feature .p-ai-estate__title h2 .p-ai-estate__main {
  letter-spacing: 3px;
  font-size: 7.25vw;
}
.p-ai-estate__feature .p-ai-estate__title h2 .p-ai-estate__main .p-ai-estate__inner {
  position: relative;
  display: inline-block;
  padding: 0 5px 0 5px;
  color: #345887;
}
.p-ai-estate__feature .p-ai-estate__title h2 .p-ai-estate__main .p-ai-estate__inner::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: calc(100% - 10px);
  height: 3px;
  transform: translate(-50%, 0);
  background: #345887;
}
.p-ai-estate__feature .p-ai-estate__box-wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2%;
}
.p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box {
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  margin: 10px 0 25px 0;
  padding: 40px 0;
}
.p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 87%;
  height: 10%;
  background: linear-gradient(90deg, #c1daf7 0%, #dae9fa 30%, #f9fdff 100%);
  transform: translate(0%, 0%) skew(-30deg);
  z-index: 1;
}
.p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__thumb {
  position: relative;
  width: 80%;
  aspect-ratio: 4/3;
  margin: 0 auto;
  z-index: 1;
}
.p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__thumb .p-ai-estate__image {
  position: relative;
  z-index: 2;
}
.p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__thumb .p-ai-estate__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__thumb .p-ai-estate__bg {
  position: absolute;
  top: 4%;
  left: 4%;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(45deg, #fff, #fff 5px, #345887 5px, #345887 10px);
  opacity: 0.3;
  z-index: 1;
}
.p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__text {
  position: relative;
  width: 100%;
  padding: 45px 4% 0 4%;
  z-index: 2;
}
.p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__text h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #345887;
}
.p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__text h4 .p-ai-estate__cover {
  display: inline-flex;
  align-items: center;
  border-top: solid 3px #345887;
  border-bottom: solid 3px #345887;
}
.p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__text h4 .p-ai-estate__cover .p-ai-estate__catch {
  letter-spacing: 3px;
  font-size: 5vw;
}
.p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__text h4 .p-ai-estate__cover .p-ai-estate__number {
  padding: 0 0 0 10px;
  letter-spacing: -2px;
  font-weight: 300;
  font-size: 12vw;
}
.p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__text h3 {
  margin: 20px 0 0 0;
  letter-spacing: 2px;
  font-size: 6.5vw;
}
.p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__text .p-ai-estate__sentence {
  width: 100%;
  margin: 5px 0 0 0;
}
.p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__text .p-ai-estate__sentence p {
  padding: 10px 0 10px 0;
  line-height: 2;
  letter-spacing: 1px;
  font-size: 4vw;
  color: #343434;
}
.p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__text .p-ai-estate__result h5 {
  margin: 3px 0 0 0;
}
.p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__text .p-ai-estate__result h5 span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 5vw;
  font-weight: 600;
  color: #345887;
  border-bottom: solid 3px #345887;
}
.p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__text .p-ai-estate__result .p-ai-estate__catch {
  margin: 1px 0 0 0;
}
.p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__text .p-ai-estate__result .p-ai-estate__catch .p-ai-estate__line {
  margin: 10px 0 0 0;
}
.p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__text .p-ai-estate__result .p-ai-estate__catch .p-ai-estate__line p {
  display: inline-block;
  padding: 1px 10px;
  letter-spacing: 2px;
  font-size: 4vw;
  font-weight: 500;
  color: #fff;
  background: #345887;
}
.p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box:nth-child(2n) .p-ai-estate__text {
  padding: 35px 4% 0 4%;
}
.p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box:nth-child(2n) .p-ai-estate__deco {
  left: 100%;
  transform: translate(-100%, 0%) skew(-30deg);
  background: linear-gradient(90deg, #f9fdff 0%, #dae9fa 70%, #c1daf7 100%);
}

@media (min-width: 768px) {
  .p-ai-estate__feature .p-ai-estate__title .p-ai-estate__back {
    letter-spacing: 20px;
    font-size: 130px;
  }
  .p-ai-estate__feature .p-ai-estate__title .p-ai-estate__en {
    font-size: 22px;
  }
  .p-ai-estate__feature .p-ai-estate__title h2 .p-ai-estate__sub {
    margin: 0;
    font-size: 33px;
  }
  .p-ai-estate__feature .p-ai-estate__title h2 .p-ai-estate__main {
    font-size: 45px;
  }
  .p-ai-estate__feature .p-ai-estate__box-wrapper {
    max-width: 1920px;
  }
  .p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box {
    display: flex;
    margin: 10px 0 60px 0;
    padding: 50px 0 50px 0;
  }
  .p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__deco {
    position: absolute;
    height: 15%;
  }
  .p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__thumb {
    width: 35%;
    margin: 0;
  }
  .p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__text {
    width: auto;
    padding: 0 0 0 70px;
  }
  .p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__text h4 .p-ai-estate__cover .p-ai-estate__catch {
    font-size: 20px;
  }
  .p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__text h4 .p-ai-estate__cover .p-ai-estate__number {
    font-size: 60px;
  }
  .p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__text h3 {
    font-size: 30px;
  }
  .p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__text .p-ai-estate__sentence {
    width: 500px;
  }
  .p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__text .p-ai-estate__sentence p {
    font-size: 18px;
  }
  .p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__text .p-ai-estate__result h5 {
    margin: 15px 0 0 0;
  }
  .p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__text .p-ai-estate__result h5 span {
    font-size: 25px;
  }
  .p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__text .p-ai-estate__result .p-ai-estate__catch .p-ai-estate__line p {
    font-size: 18px;
  }
  .p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .p-ai-estate__feature .p-ai-estate__box-wrapper .p-ai-estate__box:nth-child(2n) .p-ai-estate__text {
    padding: 0 70px 0 0;
  }
}
/*===================================================================================================
 about-us
====================================================================================================*/
/*===================================================================================================
 flow
====================================================================================================*/
.p-ai-estate__flow {
  margin: 0;
  padding: 1px 0 50px 0;
  overflow: hidden;
}
.p-ai-estate__flow .p-ai-estate__flow__title {
  padding: 30px 0;
  text-align: center;
  color: #fff;
  background: #345887;
}
.p-ai-estate__flow .p-ai-estate__flow__title .p-ai-estate__flow__back {
  font-size: 14px;
}
.p-ai-estate__flow .p-ai-estate__flow__title h2 {
  margin: 10px 0;
  line-height: 1.35;
  font-size: 26px;
  font-weight: 700;
}
.p-ai-estate__flow .l-container {
  background-image: radial-gradient(at 0% 50%, hsl(215, 40%, 85%) 0px, transparent 50%), radial-gradient(at 80% 50%, hsl(215, 50%, 92%) 0px, transparent 50%), radial-gradient(at 80% 100%, hsl(215, 45%, 90%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(215, 55%, 95%) 0px, transparent 50%);
  background-size: cover;
  background-color: hsl(0, 0%, 100%);
}
.p-ai-estate__flow .l-container .p-ai-estate__flow__wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 25px 2% 60px 2%;
}
.p-ai-estate__flow .l-container .p-ai-estate__flow__wrapper .p-ai-estate__flow__item {
  position: relative;
  display: block;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0 0;
  padding: 20px 25px 20px 25px;
  background: #fff;
  box-shadow: rgba(79, 122, 170, 0.2) 0 7px 29px 0;
}
.p-ai-estate__flow .l-container .p-ai-estate__flow__wrapper .p-ai-estate__flow__item .p-ai-estate__flow__left {
  display: flex;
  align-items: center;
}
.p-ai-estate__flow .l-container .p-ai-estate__flow__wrapper .p-ai-estate__flow__item .p-ai-estate__flow__left .p-ai-estate__flow__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12vw;
  height: 12vw;
  border: solid 3px #345887;
  border-radius: 50%;
}
.p-ai-estate__flow .l-container .p-ai-estate__flow__wrapper .p-ai-estate__flow__item .p-ai-estate__flow__left .p-ai-estate__flow__number span {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #345887;
}
.p-ai-estate__flow .l-container .p-ai-estate__flow__wrapper .p-ai-estate__flow__item .p-ai-estate__flow__left h3 {
  padding: 0 0 0 10px;
  font-size: 22px;
  color: #222222;
}
.p-ai-estate__flow .l-container .p-ai-estate__flow__wrapper .p-ai-estate__flow__item .p-ai-estate__flow__right {
  width: 100%;
  padding: 15px 0 0 0;
}
.p-ai-estate__flow .l-container .p-ai-estate__flow__wrapper .p-ai-estate__flow__item .p-ai-estate__flow__right .p-ai-estate__flow__phrase h4 {
  font-size: 18px;
}
.p-ai-estate__flow .l-container .p-ai-estate__flow__wrapper .p-ai-estate__flow__item .p-ai-estate__flow__right .p-ai-estate__flow__phrase h4 span {
  color: #345887;
  border-bottom: solid 3px #345887;
}
.p-ai-estate__flow .l-container .p-ai-estate__flow__wrapper .p-ai-estate__flow__item .p-ai-estate__flow__right .p-ai-estate__flow__sentence {
  margin: 15px 0 0 0;
}
.p-ai-estate__flow .l-container .p-ai-estate__flow__wrapper .p-ai-estate__flow__item .p-ai-estate__flow__right .p-ai-estate__flow__sentence p {
  line-height: 1.5;
  font-size: 16px;
}
.p-ai-estate__flow .l-container .p-ai-estate__flow__wrapper .p-ai-estate__flow__item .p-ai-estate__flow__arrow {
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, -5%);
  width: 50px;
  height: 25px;
  margin: 0 auto;
  background: #345887;
}

@media (min-width: 768px) {
  .p-ai-estate__flow {
    padding: 0;
  }
  .p-ai-estate__flow .p-ai-estate__flow__title .p-ai-estate__flow__back {
    font-size: 18px;
  }
  .p-ai-estate__flow .p-ai-estate__flow__title h2 {
    font-size: 36px;
  }
  .p-ai-estate__flow .l-container .p-ai-estate__flow__wrapper {
    max-width: 1280px;
  }
  .p-ai-estate__flow .l-container .p-ai-estate__flow__wrapper .p-ai-estate__flow__item {
    display: flex;
    margin: 30px 0 0 0;
    padding: 25px 30px 25px 30px;
  }
  .p-ai-estate__flow .l-container .p-ai-estate__flow__wrapper .p-ai-estate__flow__item .p-ai-estate__flow__left {
    width: 40%;
    margin-right: 30px;
  }
  .p-ai-estate__flow .l-container .p-ai-estate__flow__wrapper .p-ai-estate__flow__item .p-ai-estate__flow__left .p-ai-estate__flow__number {
    width: 75px;
    height: 75px;
  }
  .p-ai-estate__flow .l-container .p-ai-estate__flow__wrapper .p-ai-estate__flow__item .p-ai-estate__flow__left .p-ai-estate__flow__number span {
    letter-spacing: -1px;
    font-size: 40px;
  }
  .p-ai-estate__flow .l-container .p-ai-estate__flow__wrapper .p-ai-estate__flow__item .p-ai-estate__flow__left h3 {
    padding: 0 0 0 20px;
    font-size: 28px;
  }
  .p-ai-estate__flow .l-container .p-ai-estate__flow__wrapper .p-ai-estate__flow__item .p-ai-estate__flow__right {
    width: 60%;
    padding: 0;
  }
  .p-ai-estate__flow .l-container .p-ai-estate__flow__wrapper .p-ai-estate__flow__item .p-ai-estate__flow__right .p-ai-estate__flow__phrase h4 {
    font-size: 22px;
  }
  .p-ai-estate__flow .l-container .p-ai-estate__flow__wrapper .p-ai-estate__flow__item .p-ai-estate__flow__right .p-ai-estate__flow__sentence {
    margin: 10px 0 0 0;
  }
  .p-ai-estate__flow .l-container .p-ai-estate__flow__wrapper .p-ai-estate__flow__item .p-ai-estate__flow__right .p-ai-estate__flow__sentence p {
    line-height: 1.7;
    font-size: 18px;
  }
  .p-ai-estate__flow .l-container .p-ai-estate__flow__wrapper .p-ai-estate__flow__item .p-ai-estate__flow__arrow {
    bottom: -30px;
    width: 70px;
    height: 35px;
  }
}
/*===================================================================================================
 about-us
====================================================================================================*/
/*===================================================================================================
 header
====================================================================================================*/
.l-header {
  overflow: hidden;
}
.l-header .l-container {
  padding: 0;
  background: linear-gradient(45deg, #f9fdff 0%, #f0f6fd 100%);
  overflow: hidden;
}
.l-header .l-container .l-header__top {
  background: #ffffff;
  box-shadow: rgba(212, 212, 255, 0.2) 0 7px 29px 0;
}
.l-header .l-container .l-header__top .l-header__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0 0 2%;
}
.l-header .l-container .l-header__top .l-header__inner .l-header__left {
  display: block;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
}
.l-header .l-container .l-header__top .l-header__inner .l-header__left .l-header__logo a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 20vw;
}
.l-header .l-container .l-header__top .l-header__inner .l-header__left .l-header__logo a img {
  width: 100%;
  height: auto;
}
.l-header .l-container .l-header__top .l-header__inner .l-header__left h1 {
  padding: 3px 0;
  line-height: 1.4;
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 400;
  color: #222222;
}
.l-header .l-container .l-header__top .l-header__inner .l-header__right a.l-header__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 12px;
  color: #fff;
  background: #345887;
}
.l-header .l-container .l-header__top .l-header__inner .l-header__right a.l-header__contact span {
  font-size: 13px;
}
.l-header .l-container .p-main-visual {
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 50px 4% 0 4%;
  overflow: hidden;
}
.l-header .l-container .p-main-visual .p-main-visual__bg-primary {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 50vw;
  height: 50vw;
  background-image: radial-gradient(at 0% 50%, rgba(52, 88, 135, 0.5) 0px, transparent 50%);
  background-size: cover;
  z-index: 1;
}
.l-header .l-container .p-main-visual .p-main-visual__text {
  position: relative;
  padding: 0;
  z-index: 3;
}
.l-header .l-container .p-main-visual .p-main-visual__text .p-main-visual__en span {
  margin: 0 0 0 7px;
  letter-spacing: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  background: linear-gradient(45deg, #4b7dbb 0%, #3b68a0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-header .l-container .p-main-visual .p-main-visual__text h2 {
  margin: 15px 0 0 0;
  line-height: 1.3;
  font-size: 30px;
}
.l-header .l-container .p-main-visual .p-main-visual__text h2 .u-text-primary {
  color: #345887;
}
.l-header .l-container .p-main-visual .p-main-visual__text .p-main-visual__sentence {
  margin: 25px 0 0 0;
}
.l-header .l-container .p-main-visual .p-main-visual__text .p-main-visual__sentence p {
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 600;
}
.l-header .l-container .p-main-visual .p-main-visual__text .p-main-visual__sentence p .u-text-primary {
  color: #345887;
}
.l-header .l-container .p-main-visual .p-main-visual__text .p-main-visual__award-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 5px 0 0 0;
}
.l-header .l-container .p-main-visual .p-main-visual__text .p-main-visual__award-wrapper .p-main-visual__award {
  position: relative;
  margin: 15px 0 0 0;
  z-index: 1;
}
.l-header .l-container .p-main-visual .p-main-visual__text .p-main-visual__award-wrapper .p-main-visual__award .p-main-visual__mark {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header .l-container .p-main-visual .p-main-visual__text .p-main-visual__award-wrapper .p-main-visual__award .p-main-visual__mark img {
  position: relative;
  top: 5px;
  width: 10vw;
  height: auto;
}
.l-header .l-container .p-main-visual .p-main-visual__text .p-main-visual__award-wrapper .p-main-visual__award .p-main-visual__mark .p-main-visual__catch {
  margin: 0 -2px;
  padding: 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.l-header .l-container .p-main-visual .p-main-visual__text .p-main-visual__award-wrapper .p-main-visual__award .p-main-visual__mark .p-main-visual__catch .p-main-visual__catch-sub .p-main-visual__grade,
.l-header .l-container .p-main-visual .p-main-visual__text .p-main-visual__award-wrapper .p-main-visual__award .p-main-visual__mark .p-main-visual__catch .p-main-visual__catch-main .p-main-visual__grade {
  display: inline-block;
  background: linear-gradient(45deg, #b7812b 0%, #d98c29 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-header .l-container .p-main-visual .p-main-visual__text .p-main-visual__award-wrapper .p-main-visual__award .p-main-visual__mark .p-main-visual__catch .p-main-visual__catch-sub .p-main-visual__grade .jp,
.l-header .l-container .p-main-visual .p-main-visual__text .p-main-visual__award-wrapper .p-main-visual__award .p-main-visual__mark .p-main-visual__catch .p-main-visual__catch-main .p-main-visual__grade .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.l-header .l-container .p-main-visual .p-main-visual__text .p-main-visual__award-wrapper .p-main-visual__award .p-main-visual__mark .p-main-visual__catch .p-main-visual__catch-sub .p-main-visual__grade .p-main-visual__middle,
.l-header .l-container .p-main-visual .p-main-visual__text .p-main-visual__award-wrapper .p-main-visual__award .p-main-visual__mark .p-main-visual__catch .p-main-visual__catch-main .p-main-visual__grade .p-main-visual__middle {
  font-size: 23px;
}
.l-header .l-container .p-main-visual .p-main-visual__text .p-main-visual__award-wrapper .p-main-visual__award .p-main-visual__mark .p-main-visual__catch .p-main-visual__catch-sub {
  line-height: 1.45;
}
.l-header .l-container .p-main-visual .p-main-visual__text .p-main-visual__award-wrapper .p-main-visual__award .p-main-visual__mark .p-main-visual__catch .p-main-visual__catch-sub .p-main-visual__grade {
  letter-spacing: 1px;
  font-size: 14px;
}
.l-header .l-container .p-main-visual .p-main-visual__text .p-main-visual__award-wrapper .p-main-visual__award .p-main-visual__mark .p-main-visual__catch .p-main-visual__catch-main {
  line-height: 1;
}
.l-header .l-container .p-main-visual .p-main-visual__text .p-main-visual__award-wrapper .p-main-visual__award .p-main-visual__mark .p-main-visual__catch .p-main-visual__catch-main .p-main-visual__grade {
  padding: 0 0 5px 0;
  letter-spacing: 0;
  font-size: 32px;
}
.l-header .l-container .p-main-visual .p-main-visual__text .p-main-visual__award-wrapper .p-main-visual__award .p-main-visual__line {
  position: relative;
  margin: -8px 0 0 0;
  text-align: center;
  z-index: 2;
}
.l-header .l-container .p-main-visual .p-main-visual__text .p-main-visual__award-wrapper .p-main-visual__award .p-main-visual__line p {
  display: inline-block;
  padding: 3px 8px;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(90deg, #b1791b 0%, #c4a538 50%, #b27618 100%);
}
.l-header .l-container .p-main-visual .p-main-visual__text .p-main-visual__button {
  width: 90%;
  margin: 30px auto 0 auto;
  background: #345887;
  border-radius: 100px;
  box-shadow: rgba(79, 122, 170, 0.2) 0 7px 29px 0;
}
.l-header .l-container .p-main-visual .p-main-visual__text .p-main-visual__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  color: #fff;
}
.l-header .l-container .p-main-visual .p-main-visual__text .p-main-visual__button a .p-main-visual__catch {
  padding: 0 10px 0 0;
  font-size: 20px;
}
.l-header .l-container .p-main-visual .p-main-visual__text .p-main-visual__button a img {
  width: 26px;
  height: auto;
  line-height: 0;
}
.l-header .l-container .p-main-visual .p-main-visual__visual {
  width: 100%;
  margin: 30px auto 0;
}
.l-header .l-container .p-main-visual .p-main-visual__visual img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .l-header .l-container .l-header__top .l-header__inner .l-header__left {
    display: flex;
    padding: 15px 0 15px 0;
  }
  .l-header .l-container .l-header__top .l-header__inner .l-header__left .l-header__logo a {
    width: 135px;
  }
  .l-header .l-container .l-header__top .l-header__inner .l-header__left h1 {
    padding: 3px 0 3px 30px;
    font-size: 16px;
    line-height: 1.4;
  }
  .l-header .l-container .l-header__top .l-header__inner .l-header__right a.l-header__contact {
    padding: 0 20px 0 20px;
  }
  .l-header .l-container .l-header__top .l-header__inner .l-header__right a.l-header__contact .l-header__icon {
    width: 30px;
  }
  .l-header .l-container .l-header__top .l-header__inner .l-header__right a.l-header__contact span {
    font-size: 18px;
  }
  .l-header .l-container .p-main-visual {
    max-width: 1920px;
    padding: 0;
    --art-w: 900px;
    --art-right: -350px;
    --art-visible: calc(var(--art-w) + var(--art-right));
  }
  .l-header .l-container .p-main-visual .p-main-visual__bg-primary {
    width: 400px;
    height: 400px;
  }
  .l-header .l-container .p-main-visual .p-main-visual__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1480px;
    margin: 0 auto;
    padding: 60px 0;
    padding-right: clamp(320px, 34vw, var(--art-visible));
  }
  .l-header .l-container .p-main-visual .p-main-visual__wrapper .p-main-visual__text {
    max-width: 900px;
    flex: 1 1 auto;
    padding: 0 20px;
  }
  .l-header .l-container .p-main-visual .p-main-visual__wrapper .p-main-visual__text .p-main-visual__en span {
    font-size: clamp(14px, 2.2vw, 22px);
  }
  .l-header .l-container .p-main-visual .p-main-visual__wrapper .p-main-visual__text h2 {
    font-size: clamp(40px, 5vw, 50px);
  }
  .l-header .l-container .p-main-visual .p-main-visual__wrapper .p-main-visual__text .p-main-visual__sentence {
    margin-bottom: 30px;
  }
  .l-header .l-container .p-main-visual .p-main-visual__wrapper .p-main-visual__text .p-main-visual__sentence p {
    letter-spacing: 1px;
    font-size: clamp(24px, 3.2vw, 34px);
  }
  .l-header .l-container .p-main-visual .p-main-visual__wrapper .p-main-visual__text .p-main-visual__award-wrapper {
    justify-content: flex-start;
    gap: 25px;
  }
  .l-header .l-container .p-main-visual .p-main-visual__wrapper .p-main-visual__text .p-main-visual__award-wrapper .p-main-visual__award {
    margin: 0;
  }
  .l-header .l-container .p-main-visual .p-main-visual__wrapper .p-main-visual__text .p-main-visual__award-wrapper .p-main-visual__award .p-main-visual__mark img {
    width: 45px;
  }
  .l-header .l-container .p-main-visual .p-main-visual__wrapper .p-main-visual__text .p-main-visual__award-wrapper .p-main-visual__award .p-main-visual__mark .p-main-visual__catch {
    margin: 0 -5px 0 -5px;
  }
  .l-header .l-container .p-main-visual .p-main-visual__wrapper .p-main-visual__text .p-main-visual__award-wrapper .p-main-visual__award .p-main-visual__mark .p-main-visual__catch .p-main-visual__catch-sub .p-main-visual__grade {
    letter-spacing: 2px;
    font-size: 17px;
  }
  .l-header .l-container .p-main-visual .p-main-visual__wrapper .p-main-visual__text .p-main-visual__award-wrapper .p-main-visual__award .p-main-visual__mark .p-main-visual__catch .p-main-visual__catch-main .p-main-visual__grade {
    font-size: 40px;
  }
  .l-header .l-container .p-main-visual .p-main-visual__wrapper .p-main-visual__text .p-main-visual__award-wrapper .p-main-visual__award .p-main-visual__line {
    margin: -10px 0 0 0;
  }
  .l-header .l-container .p-main-visual .p-main-visual__wrapper .p-main-visual__text .p-main-visual__award-wrapper .p-main-visual__award .p-main-visual__line p {
    padding: 3px 15px;
    font-size: 17px;
  }
  .l-header .l-container .p-main-visual .p-main-visual__wrapper .p-main-visual__text .p-main-visual__button {
    width: 425px;
    margin: 40px 0 0 0;
  }
  .l-header .l-container .p-main-visual .p-main-visual__wrapper .p-main-visual__text .p-main-visual__button a {
    padding: 20px 0;
  }
  .l-header .l-container .p-main-visual .p-main-visual__wrapper .p-main-visual__text .p-main-visual__button a .p-main-visual__catch {
    font-size: 24px;
  }
  .l-header .l-container .p-main-visual .p-main-visual__wrapper .p-main-visual__text .p-main-visual__button a img {
    width: 30px;
  }
  .l-header .l-container .p-main-visual .p-main-visual__wrapper .p-main-visual__visual {
    position: absolute;
    top: 50%;
    right: var(--art-right);
    transform: translateY(-50%);
    width: auto;
    max-width: none;
    margin-top: 0;
    z-index: 1;
  }
  .l-header .l-container .p-main-visual .p-main-visual__wrapper .p-main-visual__visual img {
    width: var(--art-w);
    height: auto;
    max-width: none;
  }
}
/*===================================================================================================
 about-us
====================================================================================================*/
/*===================================================================================================
 introduction
====================================================================================================*/
.p-ai-estate__introduction {
  margin: 30px 0 0 0;
  overflow: hidden;
}
.p-ai-estate__introduction .p-ai-estate__introduction__title {
  position: relative;
  padding: 30px 0 40px 0;
}
.p-ai-estate__introduction .p-ai-estate__introduction__title .p-ai-estate__introduction__back {
  position: absolute;
  top: 50%;
  left: 50%;
  letter-spacing: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 300;
  color: #ccc;
  transform: translate(-50%, -50%);
  opacity: 0.3;
  z-index: 1;
}
.p-ai-estate__introduction .p-ai-estate__introduction__title h2 {
  position: relative;
  letter-spacing: 3px;
  text-align: center;
  font-size: 22px;
  z-index: 2;
}
.p-ai-estate__introduction .p-ai-estate__introduction__title h2 .u-break--desktop {
  display: block;
}
.p-ai-estate__introduction .p-ai-estate__introduction__title h2 .p-ai-estate__introduction__highlight {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  color: #345887;
}
.p-ai-estate__introduction .p-ai-estate__introduction__title h2 .p-ai-estate__introduction__highlight::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 10px);
  height: 3px;
  background: #345887;
  transform: translate(-50%, 0);
}
.p-ai-estate__introduction .l-container {
  display: block;
  max-width: 100%;
  margin: 40px auto 0 auto;
  padding: 0 2%;
}
.p-ai-estate__introduction .l-container .p-ai-estate__introduction__visual {
  position: relative;
}
.p-ai-estate__introduction .l-container .p-ai-estate__introduction__visual .p-ai-estate__introduction__mark {
  position: absolute;
  top: -35px;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, 0);
  z-index: 2;
}
.p-ai-estate__introduction .l-container .p-ai-estate__introduction__visual .p-ai-estate__introduction__mark p {
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 5px 30px 6px 30px;
  font-size: 16px;
  color: #345887;
  border: 3px solid #345887;
  border-radius: 100px;
  background: #fff;
  animation: fadeInOut 3s ease-in-out infinite;
  z-index: 1;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  65% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-ai-estate__introduction .l-container .p-ai-estate__introduction__visual .p-ai-estate__introduction__mark p:before, .p-ai-estate__introduction .l-container .p-ai-estate__introduction__visual .p-ai-estate__introduction__mark p:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  transform: translate(-50%, 0);
  z-index: 2;
}
.p-ai-estate__introduction .l-container .p-ai-estate__introduction__visual .p-ai-estate__introduction__mark p:before {
  border-width: 12px;
  border-top-color: #345887;
}
.p-ai-estate__introduction .l-container .p-ai-estate__introduction__visual .p-ai-estate__introduction__mark p:after {
  border-width: 8px;
  border-top-color: white;
}
.p-ai-estate__introduction .l-container .p-ai-estate__introduction__visual .p-ai-estate__introduction__logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90vw;
  height: 90vw;
  margin: 0 auto;
  z-index: 1;
}
.p-ai-estate__introduction .l-container .p-ai-estate__introduction__visual .p-ai-estate__introduction__logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 25px rgba(75, 111, 163, 0.2);
  border-top-color: #4b6fa3;
  border-radius: 50%;
  animation: what-mark-spin 3s ease-in-out infinite;
  z-index: 1;
}
@keyframes what-mark-spin {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-ai-estate__introduction .l-container .p-ai-estate__introduction__visual .p-ai-estate__introduction__logo img {
  display: block;
  height: auto;
  width: 50%;
  margin: 0 auto;
}
.p-ai-estate__introduction .l-container .p-ai-estate__introduction__content {
  width: 92%;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.p-ai-estate__introduction .l-container .p-ai-estate__introduction__content .p-ai-estate__introduction__label {
  position: relative;
  display: flex;
  align-items: center;
}
.p-ai-estate__introduction .l-container .p-ai-estate__introduction__content .p-ai-estate__introduction__label:before, .p-ai-estate__introduction .l-container .p-ai-estate__introduction__content .p-ai-estate__introduction__label:after {
  content: "";
  height: 2px;
}
.p-ai-estate__introduction .l-container .p-ai-estate__introduction__content .p-ai-estate__introduction__label:before {
  background: #000;
  width: 15vw;
}
.p-ai-estate__introduction .l-container .p-ai-estate__introduction__content .p-ai-estate__introduction__label:after {
  position: absolute;
  background: #345887;
  width: 7.5vw;
}
.p-ai-estate__introduction .l-container .p-ai-estate__introduction__content .p-ai-estate__introduction__label p {
  padding: 0 0 0 10px;
  letter-spacing: 3px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.p-ai-estate__introduction .l-container .p-ai-estate__introduction__content h3 {
  letter-spacing: 1px;
  font-size: 22px;
  margin: 30px 0 0 0;
}
.p-ai-estate__introduction .l-container .p-ai-estate__introduction__content .p-ai-estate__introduction__sentence {
  margin: 15px 0 0 0;
}
.p-ai-estate__introduction .l-container .p-ai-estate__introduction__content .p-ai-estate__introduction__sentence p {
  padding: 5px 0;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #343434;
}
.p-ai-estate__introduction .l-container .p-ai-estate__introduction__content .p-ai-estate__introduction__sentence p .u-text-emphasis {
  font-weight: 500;
}

@media (min-width: 768px) {
  .p-ai-estate__introduction {
    margin: 90px 0 0 0;
  }
  .p-ai-estate__introduction .p-ai-estate__introduction__title {
    padding: 40px 0;
  }
  .p-ai-estate__introduction .p-ai-estate__introduction__title .p-ai-estate__introduction__back {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }
  .p-ai-estate__introduction .p-ai-estate__introduction__title .p-ai-estate__introduction__back p {
    font-size: clamp(40px, 15vw, 130px);
    letter-spacing: 0.15em;
    text-align: center;
    transform: scale(0.95);
    transform-origin: center;
  }
  .p-ai-estate__introduction .p-ai-estate__introduction__title h2 {
    font-size: 34px;
  }
  .p-ai-estate__introduction .p-ai-estate__introduction__title h2 .u-break--desktop {
    display: none;
  }
  .p-ai-estate__introduction .p-ai-estate__introduction__title h2 .p-ai-estate__introduction__highlight {
    padding: 0 10px;
  }
  .p-ai-estate__introduction .p-ai-estate__introduction__title h2 .p-ai-estate__introduction__highlight::before {
    width: calc(100% - 20px);
  }
  .p-ai-estate__introduction .l-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1920px;
    margin: 70px auto 0 auto;
  }
  .p-ai-estate__introduction .l-container .p-ai-estate__introduction__visual .p-ai-estate__introduction__mark p {
    font-size: 16px;
  }
  .p-ai-estate__introduction .l-container .p-ai-estate__introduction__visual .p-ai-estate__introduction__logo {
    width: 400px;
    height: 400px;
    margin: 0;
  }
  .p-ai-estate__introduction .l-container .p-ai-estate__introduction__visual .p-ai-estate__introduction__logo img {
    width: 50%;
  }
  .p-ai-estate__introduction .l-container .p-ai-estate__introduction__content {
    width: 45%;
    margin: 0;
    padding: 0 0 0 60px;
  }
  .p-ai-estate__introduction .l-container .p-ai-estate__introduction__content .p-ai-estate__introduction__label:before {
    width: 100px;
  }
  .p-ai-estate__introduction .l-container .p-ai-estate__introduction__content .p-ai-estate__introduction__label:after {
    width: 50px;
  }
  .p-ai-estate__introduction .l-container .p-ai-estate__introduction__content .p-ai-estate__introduction__label p {
    font-size: 24px;
  }
  .p-ai-estate__introduction .l-container .p-ai-estate__introduction__content h3 {
    letter-spacing: 2px;
    font-size: 30px;
  }
  .p-ai-estate__introduction .l-container .p-ai-estate__introduction__content .p-ai-estate__introduction__sentence {
    margin: 10px 0 0 0;
  }
  .p-ai-estate__introduction .l-container .p-ai-estate__introduction__content .p-ai-estate__introduction__sentence p {
    font-size: 18px;
  }
}
/*===================================================================================================
 about-us
====================================================================================================*/
/*===================================================================================================
 header
====================================================================================================*/
.p-ai-estate__lineup {
  margin: 40px 0 0 0;
}
.p-ai-estate__lineup .p-ai-estate__title {
  position: relative;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  background: #4b6fa3;
  overflow: hidden;
}
.p-ai-estate__lineup .p-ai-estate__title h3 {
  width: 270px;
  margin: 0 auto 5px auto;
  padding: 10px 15px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  transform: skew(-15deg);
  border: solid 2px #fff;
}
.p-ai-estate__lineup .p-ai-estate__title h3 span {
  display: block;
  transform: skew(15deg);
}
.p-ai-estate__lineup .p-ai-estate__title h2 {
  margin: 10px 0;
  line-height: 1.35;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
}
.p-ai-estate__lineup .p-ai-estate__title .p-ai-estate__caption {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 15px;
  font-weight: 500;
}
.p-ai-estate__lineup .l-container {
  padding: 0 0 30px 0;
  background-image: radial-gradient(at 0% 50%, hsl(215, 40%, 85%) 0px, transparent 50%), radial-gradient(at 80% 50%, hsl(215, 50%, 92%) 0px, transparent 50%), radial-gradient(at 80% 100%, hsl(215, 45%, 90%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(215, 55%, 95%) 0px, transparent 50%);
  background-size: cover;
  background-color: hsl(0, 0%, 100%);
}
.p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
.p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box {
  width: 100%;
  margin: 0 0 10px 0;
  background: #fff;
}
.p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box h3 {
  width: 70%;
  margin: -10px auto 30px;
  padding: 6px 0;
  line-height: 1.2;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: solid 2px #fff;
}
.p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__thumb {
  position: relative;
}
.p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__thumb .p-ai-estate__mark {
  position: absolute;
  right: 10px;
  bottom: -5px;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  text-shadow: #fff 2px 2px 4px, #fff -2px -2px 4px, #fff -2px 2px 4px, #fff 2px -2px 4px, #fff 2px 1px 4px, #fff -2px 1px 4px, #fff 1px 2px 4px, #fff 1px -2px 4px;
}
.p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__thumb img {
  display: block;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  width: 85%;
  height: auto;
  margin: 0 auto;
}
.p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box ul {
  padding: 20px 5% 30px 5%;
}
.p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box ul li {
  padding: 2px 14px;
  line-height: 1.7;
  list-style-type: none;
  font-size: 15px;
  font-weight: 500;
  color: #222222;
}
.p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box ul li::before {
  position: relative;
  content: "●";
  top: -2px;
  padding: 0 10px 0 0;
  font-size: 11px;
}
.p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box:nth-child(3n) {
  margin: 50px 3% 10px 0;
}
.p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box:nth-child(2n) {
  margin: 50px 0 10px 0;
}
.p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box:nth-child(1) {
  border: solid 2px #5a7fb0;
  box-shadow: 6px 6px 0 0 #5a7fb0;
}
.p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box:nth-child(1) .p-ai-estate__mark {
  color: #5a7fb0;
}
.p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box:nth-child(1) h3 {
  box-shadow: 0 0 0 2px #5a7fb0;
  background: #5a7fb0;
}
.p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box:nth-child(1) ul li::before {
  color: #5a7fb0;
}
.p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box:nth-child(2) {
  border: solid 2px #345887;
  box-shadow: 6px 6px 0 0 #345887;
}
.p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box:nth-child(2) .p-ai-estate__mark {
  color: #345887;
}
.p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box:nth-child(2) h3 {
  box-shadow: 0 0 0 2px #345887;
  background: #345887;
}
.p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box:nth-child(2) ul li::before {
  color: #345887;
}
.p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box:nth-child(3) {
  border: solid 2px #2a4468;
  box-shadow: 6px 6px 0 0 #2a4468;
}
.p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box:nth-child(3) .p-ai-estate__mark {
  color: #2a4468;
}
.p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box:nth-child(3) h3 {
  box-shadow: 0 0 0 2px #2a4468;
  background: #2a4468;
}
.p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box:nth-child(3) ul li::before {
  color: #2a4468;
}

@media (min-width: 768px) {
  .p-ai-estate__lineup {
    margin: 80px 0 0 0;
  }
  .p-ai-estate__lineup .p-ai-estate__title h3 {
    font-size: 20px;
  }
  .p-ai-estate__lineup .p-ai-estate__title h2 {
    font-size: 40px;
  }
  .p-ai-estate__lineup .p-ai-estate__title .p-ai-estate__caption {
    font-size: 17px;
  }
  .p-ai-estate__lineup .l-container {
    padding: 0 0 90px 0;
  }
  .p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    max-width: 1480px;
  }
  .p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box {
    width: 30%;
    margin: 50px 2% 10px 0;
  }
  .p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box h3 {
    padding: 6px 0 7px 0;
    font-size: 20px;
  }
  .p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box .p-ai-estate__thumb .p-ai-estate__mark {
    font-size: 50px;
  }
  .p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box ul {
    padding: 20px 7.5% 30px 7.5%;
  }
  .p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box ul li {
    padding: 2px 5px;
    font-size: clamp(16px, 1.2162162162vw, 18px);
  }
  .p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box:nth-child(3n) {
    margin: 50px 0 10px 0;
  }
  .p-ai-estate__lineup .l-container .p-ai-estate__category .p-ai-estate__box-wrapper .p-ai-estate__box:nth-child(2n) {
    margin: 50px 2% 10px 0;
  }
}
/*===================================================================================================
 about-us
====================================================================================================*/
/*===================================================================================================
 text-rotate
====================================================================================================*/
.p-ai-estate__voice {
  position: relative;
  margin: 20px 0 0 0;
  padding: 0 0 60px 0;
}
.p-ai-estate__voice .p-ai-estate__voice__title {
  position: relative;
  padding: 40px 0 30px 0;
  z-index: 1;
}
.p-ai-estate__voice .p-ai-estate__voice__title .p-ai-estate__voice__back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 8px;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-weight: 300;
  color: #ccc;
  opacity: 0.3;
  z-index: 1;
}
.p-ai-estate__voice .p-ai-estate__voice__title h2 {
  position: relative;
  letter-spacing: 3px;
  text-align: center;
  font-size: 30px;
  z-index: 2;
}
.p-ai-estate__voice .p-ai-estate__voice__title h2 .p-ai-estate__voice__highlight {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 10px;
  color: #345887;
}
.p-ai-estate__voice .p-ai-estate__voice__title h2 .p-ai-estate__voice__highlight::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #345887;
  width: calc(100% - 20px);
  height: 3px;
}
.p-ai-estate__voice .p-ai-estate__voice__contents {
  max-width: 100%;
  margin: 30px auto 0 auto;
  padding: 0 3%;
  background: #fff;
}
.p-ai-estate__voice .p-ai-estate__voice__contents .p-ai-estate__voice__content {
  width: 100%;
  margin: 30px 0;
  border: solid 3px #345887;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  background: #fff;
}
.p-ai-estate__voice .p-ai-estate__voice__contents .p-ai-estate__voice__content .p-ai-estate__voice__category {
  padding: 5px 30px 10px 30px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  background: #345887;
}
.p-ai-estate__voice .p-ai-estate__voice__contents .p-ai-estate__voice__content .p-ai-estate__voice__inner {
  display: block;
  padding: 25px 25px 20px 25px;
}
.p-ai-estate__voice .p-ai-estate__voice__contents .p-ai-estate__voice__content .p-ai-estate__voice__inner .p-ai-estate__voice__text {
  width: 100%;
}
.p-ai-estate__voice .p-ai-estate__voice__contents .p-ai-estate__voice__content .p-ai-estate__voice__inner .p-ai-estate__voice__text .p-ai-estate__voice__mark {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 8px 4px 8px;
  font-size: 16px;
  color: #345887;
  border: solid 3px #345887;
}
.p-ai-estate__voice .p-ai-estate__voice__contents .p-ai-estate__voice__content .p-ai-estate__voice__inner .p-ai-estate__voice__text h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
.p-ai-estate__voice .p-ai-estate__voice__contents .p-ai-estate__voice__content .p-ai-estate__voice__inner .p-ai-estate__voice__text .p-ai-estate__voice__sentence p {
  line-height: 1.75;
  letter-spacing: 0;
  font-size: 16px;
  color: #343434;
}

@media (min-width: 768px) {
  .p-ai-estate__voice {
    margin: 60px 0 0 0;
  }
  .p-ai-estate__voice .p-ai-estate__voice__title {
    padding: 40px 0;
  }
  .p-ai-estate__voice .p-ai-estate__voice__title .p-ai-estate__voice__back {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }
  .p-ai-estate__voice .p-ai-estate__voice__title .p-ai-estate__voice__back p {
    font-size: clamp(40px, 15vw, 130px);
    letter-spacing: 0.15em;
    text-align: center;
    transform: scale(0.95);
    transform-origin: center;
  }
  .p-ai-estate__voice .p-ai-estate__voice__title h2 {
    font-size: 34px;
  }
  .p-ai-estate__voice .p-ai-estate__voice__contents {
    max-width: 1480px;
    margin: 50px auto;
    padding: 0 2%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 35px;
    flex-wrap: wrap;
  }
  .p-ai-estate__voice .p-ai-estate__voice__contents .p-ai-estate__voice__content {
    display: flex;
    flex-direction: column;
    width: 28%;
    margin: 0;
  }
  .p-ai-estate__voice .p-ai-estate__voice__contents .p-ai-estate__voice__content .p-ai-estate__voice__category {
    padding: 10px 30px 15px 30px;
  }
  .p-ai-estate__voice .p-ai-estate__voice__contents .p-ai-estate__voice__content .p-ai-estate__voice__inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 35px 30px 30px 30px;
  }
  .p-ai-estate__voice .p-ai-estate__voice__contents .p-ai-estate__voice__content .p-ai-estate__voice__inner .p-ai-estate__voice__text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .p-ai-estate__voice .p-ai-estate__voice__contents .p-ai-estate__voice__content .p-ai-estate__voice__inner .p-ai-estate__voice__text .p-ai-estate__voice__mark {
    align-self: flex-start;
    flex: 0 0 auto;
    width: auto;
    margin-bottom: 15px;
    padding: 4px 9px 5px 9px;
    font-size: 17px;
  }
  .p-ai-estate__voice .p-ai-estate__voice__contents .p-ai-estate__voice__content .p-ai-estate__voice__inner .p-ai-estate__voice__text h3 {
    margin-bottom: 20px;
  }
  .p-ai-estate__voice .p-ai-estate__voice__contents .p-ai-estate__voice__content .p-ai-estate__voice__inner .p-ai-estate__voice__text .p-ai-estate__voice__sentence {
    margin-top: auto;
  }
  .p-ai-estate__voice .p-ai-estate__voice__contents .p-ai-estate__voice__content .p-ai-estate__voice__inner .p-ai-estate__voice__text .p-ai-estate__voice__sentence p {
    margin-top: 0;
    padding-top: 0;
    font-size: 18px;
  }
}
/*===================================================================================================
 about-us
====================================================================================================*/
/*　フッター　*/
.l-footer__bottom {
  padding: 20px;
  color: #fff;
  background-color: #000;
}
.l-footer__bottom .l-footer__nav {
  margin-bottom: 15px;
}
.l-footer__bottom .l-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
}
.l-footer__bottom .l-footer__nav ul li {
  padding: 5px 15px 5px 0;
}
.l-footer__bottom .l-footer__nav ul li a {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
}
.l-footer__bottom .l-footer__copyright {
  text-align: center;
}
.l-footer__bottom .l-footer__copyright p {
  font-size: 1.8rem;
  font-weight: bold;
}
.l-footer__bottom .l-footer__copyright p span {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .l-footer__bottom {
    padding: 40px 8px;
  }
  .l-footer__bottom .l-footer__bottom__inner {
    max-width: 1140px;
    margin: 0 auto;
  }
  .l-footer__bottom .l-footer__bottom__inner .l-footer__nav ul li {
    padding-right: 20px;
  }
  .l-footer__bottom .l-footer__bottom__inner .l-footer__nav ul li a {
    padding-bottom: 2px;
    border-bottom: solid 1px transparent;
  }
  .l-footer__bottom .l-footer__bottom__inner .l-footer__nav ul li a:hover {
    border-bottom: solid 1px #fff;
  }
  .l-footer__bottom .l-footer__bottom__inner .l-footer__copyright {
    text-align: left;
  }
  .l-footer__bottom .l-footer__bottom__inner .l-footer__copyright p {
    font-size: 2rem;
  }
  .l-footer__bottom .l-footer__bottom__inner .l-footer__copyright p span {
    font-size: 1.6rem;
  }
}