@charset "utf-8";
main {
  position: relative;
}

main .circle {
  position: absolute;
  top: -265px;
  right: min(48px, calc((48 + 96) * ((100vw - 769px) / (1280 - 769)) - 96px));
  width: 480px;
}

@media (max-width: 768px) {
  main .circle {
    top: -25px;
    right: -95px;
    width: 217px;
  }
}

main .circle img {
  animation: circle 26s linear 0s infinite;
}

@media (max-width: 768px) {
  main .circle img {
    animation: circle 18s linear 0s infinite;
  }
}

.txt {
  text-align: justify;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
/* ↓↓↓ fv ↓↓↓ */
.fv {
  position: relative;
  padding: 200px min(4.296875vw, 55px) 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .fv {
    padding: 160px 22px 0;
  }
}

.fv .page-ttl {
  position: relative;
  max-width: 1012px;
  margin: 0 auto;
  container-type: inline-size;
}

.fv .page-ttl .sub-ttl {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.fv .page-ttl .ttl {
  font-family: var(--text-josefin);
  font-size: 9.48617cqw;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .fv .page-ttl .ttl {
    font-size: min(9.6rem, 16.91844cqw);
    margin-top: 10px;
  }
}
/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ intro ↓↓↓ */
.intro {
  max-width: 1280px;
  margin: max(-135px, -10.54689vw) auto 0;
  padding: 220px min(4.296875vw, 55px) 120px;
  border-radius: 160px;
  background-color: #F0F0F0;
}

@media (max-width: 768px) {
  .intro {
    margin: -145px auto 0;
    padding: 185px 22px 70px;
    border-radius: 80px;
  }
}

.intro .content {
  position: relative;
  max-width: 1012px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  container-type: inline-size;
}

@media (max-width: 768px) {
  .intro .content {
    flex-direction: column;
    align-items: flex-start;
  }
}

.intro .content .copy {
  position: absolute;
  top: 0;
  left: 0;
  font-size: max(2.8rem, 3.16206cqw);
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #000;
}

@media (max-width: 768px) {
  .intro .content .copy {
    position: initial;
    font-size: 2rem;
    margin-top: -20px;
  }
}

.intro .content .copy .line {
  display: block;
  width: max-content;
  padding: 0 8px 2px;
  background-color: var(--light-green);
}

.intro .content .copy .line:not(:first-of-type) {
  margin-top: 16px;
}

@media (max-width: 768px) {
  .intro .content .copy .line {
    padding: 4px 8px;
  }

  .intro .content .copy .line:not(:first-of-type) {
    margin-top: 8px;
  }
}

.intro .content .image {
  display: block;
  width: min(664px, calc(100% - 270px));
}

@media (max-width: 768px) {
  .intro .content .image {
    width: 100%;
  }
}
/* ↑↑↑ intro ↑↑↑ */


/* ↓↓↓ message ↓↓↓ */
.message {
  position: relative;
  padding: 0 min(4.296875vw, 55px) 80px;
}

@media (max-width: 768px) {
  .message {
    padding: 0 22px 48px;
  }
}

.message .content {
  max-width: 840px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .message .content {
    margin: -20px auto 0;
  }
}

.message .content .catch {
  display: block;
  translate: 0 -50%;
  width: min(800px, 100%);
  margin: 0 auto;
}

@media (max-width: 768px) {
  .message .content .catch {
    translate: 0 0;
    width: 283px;
    margin-bottom: 15px;
  }
}

.message .content .txt {
  text-align: center;
}

@media (max-width: 768px) {
  .message .content .txt {
    text-align: justify;
  }
}
/* ↑↑↑ message ↑↑↑ */

/* ↓↓↓ about ↓↓↓ */
.about {
  position: relative;
  padding-bottom: 120px;
}

.about .content {
  position: relative;
  max-width: 1280px;
  padding: 140px min(4.296875vw, 55px) 80px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .about .content {
    padding: 64px 22px;
  }

  .about .content.-ranking {
    padding: 130px 22px 64px;
  }
}

.about .content:not(:first-of-type) {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .about .content:not(:first-of-type) {
    margin-top: 40px;
  }
}

.about .content:nth-of-type(odd)::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 62.5%;
  height: 100%;
  border-radius: 160px 0 0 160px;
  background-color: #E6FCE6;
}

@media (min-width: 769px) {
  .about .content:nth-of-type(odd):first-of-type::before {
    width: 69.141%;
  }
}

@media (max-width: 768px) {
  .about .content:nth-of-type(odd)::before {
    width: 78.934%;
    border-radius: 80px 0 0 80px;
  }
}

.about .content:nth-of-type(odd)::after {
  content: '';
  position: absolute;
  translate: 100% 0;
  top: 0;
  right: 2px;
  width: 50vw;
  height: 100%;
  background-color: #E6FCE6;
}

.about .content:nth-of-type(even)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 62.344%;
  height: 100%;
  border-radius: 0 160px 160px 0;
  background-color: #DCF2F6;
}

@media (max-width: 768px) {
  .about .content:nth-of-type(even)::before {
    width: 78.934%;
    border-radius: 0 80px 80px 0;
  }
}

.about .content:nth-of-type(even)::after {
  content: '';
  position: absolute;
  translate: -100% 0;
  top: 0;
  left: 2px;
  width: 50vw;
  height: 100%;
  background-color: #DCF2F6;
}

.about .content-ttl {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 24px;
  container-type: inline-size;
}

.about .content-ttl::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  bottom: 0;
  left: 50%;
  width: min(1012px, 100%);
  height: 1px;
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 5px), linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 5px);
  background-size: 4px 1px, 4px 1px;
  background-position: left top;
  background-repeat: repeat-x, repeat-x;
}

.about .-ranking .content-ttl::before,
.about .-base .content-ttl::before,
.about .-house .content-ttl::before {
  max-width: 840px;
}

@media (max-width: 768px) {
  .about .content-ttl::before {
    width: 100%;
  }
}

.about .content-ttl .en {
  position: absolute;
  translate: -50% -100%;
  top: 2.9412cqw;
  left: 50%;
  width: max-content;
  font-family: var(--text-josefin);
  font-size: 9.41176cqw;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 0.85;
}

.about .content:nth-of-type(6) .content-ttl .en {
  font-size: 9.01961cqw;
}

.about .content:nth-of-type(10) .content-ttl .en {
  font-size: 7.7451cqw;
}

@media (max-width: 768px) {
  .about .content-ttl .en {
    top: 20px;
  }

  .about .-service .content-ttl .en {
    font-size: 4.8rem;
  }
  .about .-ranking .content-ttl .en {
    font-size: 5.8rem;
  }
  .about .-base .content-ttl .en {
    font-size: 3.8rem;
  }
  /* .about .-house .content-ttl .en {
    font-size: 5.8rem;
  }
  .about .-estate .content-ttl .en {
    font-size: 6.6rem;
  } */
  .about .content:nth-of-type(4) .content-ttl .en,
  .about .content:nth-of-type(7) .content-ttl .en,
  .about .content:nth-of-type(8) .content-ttl .en {
    font-size: 5.8rem;
  }
  .about .content:nth-of-type(5) .content-ttl .en {
    font-size: 4.6rem;
  }
  .about .content:nth-of-type(6) .content-ttl .en {
    font-size: 4.1rem;
  }
  .about .content:nth-of-type(9) .content-ttl .en {
    font-size: 5.4rem;
  }
  .about .content:nth-of-type(10) .content-ttl .en {
    font-size: 3.5rem;
  }
}

.about .content:nth-of-type(odd) .content-ttl .en {
  color: #C0F7C0;
}

.about .content:nth-of-type(even) .content-ttl .en {
  color: #A8DFE9;
}

.about .content-ttl .ttl {
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.333334;
  z-index: 1;
}

.about .content .image-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 840px;
  margin: 40px auto 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .about .content .image-block {
    display: block;
    margin: 16px auto 0;
  }
}

.about .content .image-block .image-group {
  min-width: 403px;
  margin-right: 32px;
}

@media (max-width: 768px) {
  .about .content .image-block .image-group {
    min-width: initial;
    max-width: 420px;
    width: 100%;
    margin: 0 auto 16px;
  }
}

.about .content .image-block .image-group img {
  transform: translateZ(0);
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.16));
}

.about .content.-ranking .image-block .image-group img {
  display: block;
  width: 263px;
  margin: 0 auto 16px;
}

.about .content.-ranking .image-block .image-group .attention {
  width: 263px;
  text-align: justify;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .about .content.-ranking .image-block .image-group .attention {
    width: 100%;
  }
}

.about .content .base-block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  min-height: 367px;
  margin: 40px auto 0;
}

@media (max-width: 768px) {
  .about .content .base-block {
    margin: 16px auto 0;
  }
}

.about .content .base-block .base-group {
  position: absolute;
  top: 0;
  right: 0;
  width: 403px;
}

@media (max-width: 768px) {
  .about .content .base-block .base-group {
    position: relative;
    width: 296px;
    margin: 16px auto 0;
  }
}

.about .content .base-block .base-group .group-inner {
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .about .content .base-block .base-group .group-inner {
    flex-direction: column;
  }
}

.about .content .base-block .area-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 178px;
  border-radius: 50%;
  border: 1px solid var(--light-green);
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 8px;
}

@media (max-width: 768px) {
  .about .content .base-block .area-wrap {
    width: 130px;
    height: 130px;
    margin: 0;
  }

  .about .content .base-block .area-wrap:not(:first-of-type) {
    margin-top: 8px;
  }
}

.about .content .base-block .area-wrap .area {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 500;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .about .content .base-block .area-wrap .area {
    font-size: 1.5rem;
    margin-bottom: 4px;
  }
}

.about .content .base-block .area-wrap .unit {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1;
}

@media (max-width: 768px) {
  .about .content .base-block .area-wrap .unit {
    font-size: 1.6rem;
  }
}

.about .content .base-block .area-wrap .unit .num {
  display: inline-block;
  font-family: var(--text-josefin);
  font-size: 5.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 4px;
}

@media (max-width: 768px) {
  .about .content .base-block .area-wrap .unit .num {
    font-size: 4rem;
  }
}

.about .content .base-block .txt {
  text-align: center;
  width: calc(100% - (403px + 30px));
}

@media (max-width: 768px) {
  .about .content .base-block .txt {
    width: 100%;
  }
}

.about .content .base-block .btn-group {
  width: calc(100% - (403px + 30px));
  margin-top: 40px;
}

@media (max-width: 768px) {
  .about .content .base-block .btn-group {
    width: 100%;
    margin-top: 16px;
  }
}

.about .content .base-block .btn-group .btn {
  position: relative;
  width: 240px;
  height: 56px;
  border-radius: 56px;
  display: grid;
  place-content: center;
  border: 1px solid var(--light-green);
  background-color: var(--light-green);
  margin: 0 auto;
  transition: background-color 0.3s ease;
}

@media (min-width: 769px) {
  .about .content .base-block .btn-group .btn:hover {
    background-color: #fff;
  }
}

.about .content .base-block .btn-group .btn img {
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 21px;
  width: 14px;
}

.about .content .txt-block {
  position: relative;
  max-width: 840px;
  margin: 40px auto 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .about .content .txt-block {
    margin: 16px auto 0;
  }
}

.about .content .txt-block .txt1 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15em;
}

.about .content .txt-block .txt2 {
  text-align: justify;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .about .content .txt-block .txt1 {
    font-size: 1.5rem;
    text-align: justify;
    word-break: break-all;
  }
  .about .content .txt-block .txt2 {
    margin-top: 12px;
  }
}

.about .content .card-block {
  position: relative;
  max-width: 692px;
  margin: 40px auto 0;
  container-type: inline-size;
  z-index: 1;
}

@media (max-width: 768px) {
  .about .content .card-block {
    margin: 32px auto 0;
  }
}

.about .content .card-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 32px;
}

@container (max-width: 691px) {
  .about .content .card-list {
    flex-direction: column;
  }
}

.about .content .card-list .card {
  width: 330px;
  background-color: #fff;
}

.about .content .card-list .card:nth-of-type(n + 3) {
  margin-top: 32px;
}

@container (max-width: 691px) {
  .about .content .card-list .card {
    margin: 0 auto;
  }

  .about .content .card-list .card:nth-of-type(n + 2) {
    margin-top: 16px;
  }
}

.about .content .card-list .card .image-group {
  position: relative;
  display: block;
  overflow: hidden;
}

@media (min-width: 769px) {
  .about .content .card-list .card a.image-group .image {
    transition: scale 0.3s ease;
  }
  
  .about .content .card-list .card a.image-group:hover .image {
    scale: 1.1;
  }
}

.about .content .card-list .card .image-group .link {
  position: absolute;
  display: grid;
  place-content: center;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
}

.about .content:nth-of-type(odd) .card-list .card .image-group .link {
  background-color: var(--light-green);
}

.about .content:nth-of-type(even) .card-list .card .image-group .link {
  background-color: #A8DFE9;
}

.about .content .card-list .card .image-group .link  img {
  width: 14px;
}

.about .content .card-list .card .txt-group {
  padding: 24px;
}

.about .content .card-list .card .txt-group .logo {
  display: block;
  width: auto;
  height: 50px;
}
/* ↑↑↑ about ↑↑↑ */

/* ↓↓↓ others ↓↓↓ */
.others {
  position: relative;
  padding: 0 min(4.296875vw, 55px) 230px;
}

@media (max-width: 768px) {
  .others {
    padding: 0 min(4.296875vw, 55px) 180px;
  }
}

.others::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: min(90px, 7.03123vw);
  left: 50%;
  max-width: 1280px;
  width: 100vw;
  height: 100%;
  border-radius: 160px 160px 0 0;
  background-color: #F0F0F0;
}

@media (max-width: 768px) {
  .others::before {
    top: min(60px, 12.2667vw);
    border-radius: 80px 80px 0 0;
  }
}

.others .content-ttl {
  position: relative;
  max-width: 1012px;
  margin: 0 auto;
  container-type: inline-size;
}

.others .content-ttl .sub-ttl {
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 1;
}

.others .content-ttl .ttl {
  position: relative;
  font-family: var(--text-josefin);
  font-size: 9.48617cqw;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 20px;
  z-index: 1;
}

@media (max-width: 768px) {
  .others .content-ttl .ttl {
    font-size: min(9.6rem, 16.91844cqw);
    margin-top: 10px;
  }
}

.others .page-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 32px;
  max-width: 848px;
  margin: 64px auto 0;
  z-index: 1;
  container-type: inline-size;
}

@media (max-width: 768px) {
  .others .page-list {
    display: block;
    margin: 32px auto 0;
  }
}

.others .page-list .page {
  position: relative;
  display: grid;
  place-content: center left;
  width: calc((100% - 32px) / 2);
  height: 120px;
  font-size: max(1.5rem, 1.77866cqw);
  font-weight: 700;
  letter-spacing: 0.2em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0 24px;
  transition: background-color 0.3s ease;
}

@media (max-width: 768px) {
  .others .page-list .page {
    width: 100%;
    height: 70px;
    letter-spacing: 0.05em;
    border-bottom: initial;
    padding: 0;
  }

  .others .page-list .page:last-of-type {
    border-bottom: 1px solid #000;
  }
}

.others .page-list .page.-current {
  color: rgba(0, 0, 0, 0.6);
}

.others .page-list .page:not(.-current) .angle {
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 0;
  width: 14px;
  height: 9px;
  overflow: hidden;
}

.others .page-list .page:not(.-current) .angle::before,
.others .page-list .page:not(.-current) .angle::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/message/page-angle.svg) no-repeat;
  background-size: cover;
  transition: translate 0.3s ease;
}

.others .page-list .page:not(.-current) .angle::after {
  translate: -200% 0;
}

@media (min-width: 769px) {
  .others .page-list .page:not(.-current):hover {
    background-color: #fff;
  }

  .others .page-list .page:not(.-current):hover .angle::before {
    translate: 200% 0;
  }
  .others .page-list .page:not(.-current):hover .angle::after {
    translate: 0 0;
  }
}
/* ↑↑↑ others ↑↑↑ */