@charset "utf-8";

figure {
  position: relative;
}

/* caption */
.caption {
  font-size: 12px;
}

.cap_Txt {
  position: absolute;
  font-size: 10px;
  bottom: 5px;
}

.cap_R {
  right: 5px;
}

.cap_W {
  color: #fff;
}

.cap_ShB {
  text-shadow: 2px 0 2px #000, -2px 0 2px #000, 0 2px 2px #000, 0 -2px 2px #000;
}

.cap_ShW {
  text-shadow: 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;
}

/* inner */
.inner_1200 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.white-inner {
  background: #fff;
  padding: 80px 40px 40px 40px;
}

/* flex */
.column3 {
  flex-wrap: wrap;
  justify-content: center;
}

.column3 li {
  width: 31%;
  margin-right: 3.5%;
}

.column3 li:nth-of-type(3n) {
  margin-right: 0;
}

/* box */
[class$="-box"] {
  margin: 120px auto 0;
}

/* box */
.one-box {
  margin: 60px auto 0;
}

/* text */
h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

p {
  line-height: 1.7;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.text {
  font-size: 20px;
  letter-spacing: 0.5px;
  text-align: center;
}

.subttl {
  font-size: 18px;
  color: #fff;
  padding: 6px 0;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.red {
  color: #c00000;
}

.big {
  font-size: 1.4em;
}

/* パンくず */
#bread_List {
  justify-content: flex-start;
  font-size: 12px;
  gap: 5px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
}

#bread_List>li {
  display: flex;
  align-items: center;
  gap: 5px;
}

#bread_List>li::after {
  display: block;
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

#bread_List>li:last-child::after {
  content: none;
}

#bread_List>li a {
  text-decoration: underline;
}

#bread_List>li a p {
  font-weight: normal;
}

span.line-highlight {
  background: linear-gradient(transparent 65%, #fff100 0%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0.2em 0;
}

#hero_Vis {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15% 0;
  position: relative;
}

#hero_Vis>h2 {
  position: absolute;
  width: 50%;
  max-width: 800px;
  top: 50%;
  left: 0;
  color: #17467c;
  font-size: clamp(24px, 4vw, 60px);
  letter-spacing: 0.05em;
  font-weight: 600;
  font-style: normal;
  filter: drop-shadow(0px -1px 4px rgba(57, 62, 87, 0.6));
  background: rgba(255, 255, 255, 0.85);
  padding: 2%;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  transform: translateY(-50%);
}

#hero_Vis>h2 span {
  display: block;
  margin-top: 10px;
  font-size: clamp(15px, 1.5vw, 23px);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.bg-blue {
  background: #ecf5fb;
  padding: 100px 0;
}

/* コピーエリア */
.lead-copy {
  position: relative;
  padding: 25px;
  text-align: center;
}

.lead-copy p {
  font-size: clamp(16px, 2.5vw, 24px);
  line-height: 1.8;
  color: #17467c;
}

.lead-copy::before,
.lead-copy::after,
.lead-copy>p::before,
.lead-copy>p::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 50%;
  background-color: #17467c;
}

.lead-copy::before {
  top: 6px;
  left: 140px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.lead-copy::after {
  bottom: 6px;
  left: 140px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.lead-copy>p::before {
  top: 6px;
  right: 140px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.lead-copy>p::after {
  bottom: 6px;
  right: 140px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* 賃貸管理下層共通ボタン */
#manege {
  padding: 0;
}

.img_bg {
  background: url(../img/manege_bg.jpg) top center no-repeat;
  background-size: cover;
}

#manege .inner {
  padding: 100px 0;
}

#manege h3.ttl {
  font-size: clamp(22px, 4.6666666666666667vw, 30px);
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 auto 10px;
  text-align: center;
  color: #fff;
  display: block;
}

.txt.eng {
  font-size: clamp(13px, 3.5666666666666667vw, 14px);
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #fff100;
  text-align: center;
}

#manege .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1100px;
  width: 95%;
  margin: 50px auto 0px;
  gap: 10px;
}

#manege .flex li {
  width: calc((100% - 100px) / 4);
  cursor: pointer;
}

#manege .flex li:nth-child(3) a {
  position: relative;
  display: block;
}

#manege .flex li .icon {
  width: 30%;
  height: 30%;
  position: absolute;
  top: -5%;
  right: -3%;
}

/* tab */
@media screen and (max-width: 1180px) {
  .lead-copy::before {
    left: 24px;
  }

  .lead-copy::after {
    left: 24px;
  }

  .lead-copy>p::before {
    right: 24px;
  }

  .lead-copy>p::after {
    right: 24px;
  }

  h3 {
    font-size: 22px;
  }
}

/* sp */
@media only screen and (max-width: 900px) {

  #bread_List {
    display: none;
  }

  #hero_Vis {
    padding: 25% 0;
    margin-top: 52px;
  }

  #hero_Vis>h2 {
    width: 80%;
    padding: 3.5% 2% 3.5% 5%;
  }

  #hero_Vis>h2 span {
    font-size: 13px;
    margin-top: 10px;
  }

  .bg-blue {
    padding: 50px 0;
  }

  /* コピーエリア */
  .lead-copy::before {
    top: 8px;
    left: 15px;
  }

  .lead-copy::after {
    bottom: 4px;
    left: 15px;
  }

  .lead-copy>p::before {
    top: 8px;
    right: 15px;
  }

  .lead-copy>p::after {
    bottom: 4px;
    right: 15px;
  }

  .lead-copy p {
    font-size: 15px;
  }

  /* flex */
  .column3 li {
    width: 100%;
    margin-right: 0;
  }

  .column3 li:nth-of-type(n + 2) {
    margin-top: 20px;
  }

  /* text */
  h3 {
    font-size: 16px;
    letter-spacing: 0;
  }

  h4 {
    font-size: 18px;
  }

  .subttl {
    font-size: 16px;
  }

  .text {
    font-size: 14px;
  }

  /* inner */
  .white-inner {
    padding: 40px 20px 20px 20px;
  }

  /* 賃貸下層共通ボタン */
  #manege .inner {
    padding: 60px 0;
  }

  #manege .flex {
    width: 95%;
    margin: 30px auto 0px;
    gap: 30px;
  }

  #manege .flex li {
    width: calc((100% - 30px) / 2);
    cursor: pointer;
  }

  #manege .flex li .icon {
    display: inline-block;
    width: 40%;
    height: 35%;
    position: absolute;
    top: -5%;
    right: -5%;
  }

}