/* commonParts
---------------------------------------------------- */
#page-ttl {
  position: relative;
  margin-bottom: 3.75rem;
}
#page-ttl .pgttl-bgimg {
  width: calc(100% - 7.5rem);
  aspect-ratio: 4/1;
  border-bottom-right-radius: 50vh;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  overflow: clip;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-bgimg {
    aspect-ratio: 3/1;
  }
}
@media screen and (max-width: 991px) {
  #page-ttl .pgttl-bgimg {
    aspect-ratio: 2/1;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-bgimg {
    aspect-ratio: auto;
    height: 240px;
  }
}
#page-ttl .pgttl-bgimg::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 3.75rem);
  background-color: rgba(255, 132, 46, 0.7);
  border-bottom-right-radius: 50vh;
}
#page-ttl .pgttl-bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.9);
}
#page-ttl .pgttl-bgimg.__estate img {
  -o-object-position: 50% 80%;
     object-position: 50% 80%;
}
#page-ttl .pgttl-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page-ttl .pgttl-inner h2 {
  color: #fff;
  text-shadow: 0px 0px 12px rgba(51, 51, 51, 0.6);
}
#page-ttl .pgttl-inner h2 span.__en {
  font-weight: 600;
  font-size: 6.25rem;
  letter-spacing: 0.2em;
  line-height: 1.4em;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner h2 span.__en {
    font-size: 4.5em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 span.__en {
    font-size: min(11vw, 3.25em);
  }
}
#page-ttl .pgttl-inner h2 span.__jp {
  display: block;
  font-weight: 700;
  font-size: 1.25em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 span.__jp {
    font-size: 1em;
    margin-top: 0.6em;
  }
}
#page-ttl .pgttl-inner h2 span.__jp::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-right: 0.2em;
  background-color: #ee7000;
}

@media screen and (max-width: 767px) {
  .anchor-list {
    margin-bottom: 1em;
  }
}
.anchor-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -1em;
}
.anchor-list ul .anchor-link {
  width: calc(25% - 0.75em);
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .anchor-list ul .anchor-link {
    width: calc(50% - 0.5em);
  }
}
@media screen and (max-width: 767px) {
  .anchor-list ul .anchor-link {
    width: 100%;
  }
}
.anchor-list ul .anchor-link a {
  background-color: #fff;
  border: solid 1px #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8em 2em;
  border-radius: 50vh;
  border-bottom-right-radius: 0;
  transition: all 0.24s ease;
}
@media screen and (max-width: 767px) {
  .anchor-list ul .anchor-link a {
    padding: 0.6em 1.6em;
  }
}
.anchor-list ul .anchor-link a span.__txt {
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .anchor-list ul .anchor-link a span.__txt {
    font-size: 1em;
  }
}
.anchor-list ul .anchor-link a span.__arrow {
  color: #85cc47;
}
.anchor-list ul .anchor-link a:hover {
  color: #85cc47;
}

.__anchor-point {
  position: absolute;
}

.flow-list {
  margin-top: 3em;
}
.flow-list ul .flow-list-item {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-top-right-radius: 60px;
  padding: 3em 3em 3.2em;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .flow-list ul .flow-list-item {
    padding-top: 36px;
    padding-bottom: 30px;
    padding-left: min(4vw, 20px);
    padding-right: min(4vw, 20px);
    margin-bottom: 2em;
  }
}
.flow-list ul .flow-list-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #ff842e;
  border-left: 0;
  transform: rotate(45deg);
  margin-top: -13px;
  margin-left: -3px;
}
.flow-list ul .flow-list-item::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 2px;
  height: 3em;
  margin-bottom: calc(-3em - 2px);
}
@media screen and (max-width: 767px) {
  .flow-list ul .flow-list-item::after {
    height: 2em;
    margin-bottom: calc(-2em - 2px);
  }
}
.flow-list ul .flow-list-item:last-of-type {
  margin-bottom: 0;
}
.flow-list ul .flow-list-item:last-of-type::after {
  display: none;
}
.flow-list ul .flow-list-item .item-ttl {
  margin-bottom: 1em;
}
.flow-list ul .flow-list-item .item-ttl h4 {
  font-weight: 600;
  font-size: 2.25rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1199px) {
  .flow-list ul .flow-list-item .item-ttl h4 {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .flow-list ul .flow-list-item .item-ttl h4 {
    font-size: min(6.4vw, 1.645em);
    line-height: 1.4em;
  }
}
.flow-list ul .flow-list-item .item-ttl h4 span {
  font-size: 0.85em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .flow-list ul .flow-list-item .item-ttl h4 span {
    font-size: 0.8em;
  }
}
.flow-list ul .flow-list-item .item-ttl h4 span.__num {
  color: rgba(238, 98, 0, 0.8);
  font-size: 1.025em;
  margin-right: 0.6em;
}
.flow-list ul .flow-list-item .item-ttl h4 em {
  color: #83bf4e;
}
.flow-list ul .flow-list-item .item-content ul.__note {
  margin-top: 0.6em;
}
.flow-list ul .flow-list-item .item-content ul.__note li {
  font-size: 0.9em;
}

/* estate.html
---------------------------------------------------- */
.sec-estate01 {
  overflow-x: clip;
}
.sec-estate01 .sec-ttl {
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .sec-estate01 .sec-ttl {
    margin-bottom: 3em;
  }
}
.sec-estate01 .sec-inner {
  align-items: stretch;
}
.sec-estate01 .sec-inner .txt-wrap {
  padding: 7.5rem 0;
}
@media screen and (max-width: 1199px) {
  .sec-estate01 .sec-inner .txt-wrap {
    padding: 0;
  }
}
.sec-estate01 .sec-inner .txt-wrap .content-ttl h4 span.__en {
  color: #ee7000;
  opacity: 0.8;
}
.sec-estate01 .sec-inner .txt-wrap .content-ttl h4 span.__en::before {
  background-color: #ee7000;
}
.sec-estate01 .sec-inner .img-wrap .img-inner {
  height: auto;
}
@media screen and (max-width: 1199px) {
  .sec-estate01 .sec-inner .img-wrap .img-inner {
    height: 39.5833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-estate01 .sec-inner .img-wrap .img-inner {
    height: 240px;
  }
}
.sec-estate01 .sec-inner.__01 .txt-wrap {
  position: relative;
}
.sec-estate01 .sec-inner.__01 .txt-wrap .__deco-circle {
  right: 0;
}
.sec-estate01 .sec-inner.__01 .txt-wrap .__deco-circle.__large {
  top: 0;
  margin-top: -7.5rem;
  margin-right: -35rem;
  width: 42.5rem;
}
.sec-estate01 .sec-inner.__01 .txt-wrap .__deco-circle.__large.__inview {
  opacity: 0.1;
}
.sec-estate01 .sec-inner.__01 .txt-wrap .__deco-circle.__small {
  bottom: 0;
  margin-bottom: 1.875rem;
  width: 7.5rem;
}
.sec-estate01 .sec-inner.__01 .txt-wrap .__deco-circle.__small.__inview {
  opacity: 0.2;
}
.sec-estate01 .sec-inner.__01 .img-wrap {
  position: relative;
}
.sec-estate01 .sec-inner.__01 .img-wrap .__deco-circle {
  z-index: 2;
  right: 0;
  bottom: 0;
  margin-right: 7.5rem;
  margin-bottom: -5rem;
  width: 10rem;
}
.sec-estate01 .sec-inner.__01 .img-wrap .__deco-circle.__inview {
  opacity: 0.4;
}
.sec-estate01 .sec-inner.__02 .txt-wrap {
  position: relative;
}
.sec-estate01 .sec-inner.__02 .txt-wrap .__deco-circle {
  left: 0;
  top: 50%;
  transform: translateY(-50%) !important;
  margin-left: -53.75rem;
  width: 50rem;
}
.sec-estate01 .sec-inner.__02 .txt-wrap .__deco-circle.__inview {
  opacity: 0.3;
}
.sec-estate01 .sec-inner.__02 .img-wrap {
  position: relative;
}
.sec-estate01 .sec-inner.__02 .img-wrap .__deco-circle {
  left: 0;
  bottom: 0;
  margin-left: -1.875rem;
  margin-bottom: -3.75rem;
  width: 7.5rem;
}
.sec-estate01 .sec-inner.__02 .img-wrap .__deco-circle.__inview {
  opacity: 0.1;
}

.sec-estate02 .flow-list ul .flow-list-item {
  border: solid 2px #d9d9d9;
}
.sec-estate02 .flow-list ul .flow-list-item::after {
  background-color: #d9d9d9;
}
.sec-estate02 .flow-list ul .flow-list-item .item-content .advice-wrap {
  color: #fff;
  background-color: rgba(238, 98, 0, 0.7);
  border-radius: 50vh;
  padding: 1.6em 3em;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-estate02 .flow-list ul .flow-list-item .item-content .advice-wrap {
    border-radius: 20px;
    padding: 1.6em;
  }
}
.sec-estate02 .flow-list ul .flow-list-item .item-content .advice-wrap h5 {
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  .sec-estate02 .flow-list ul .flow-list-item .item-content .advice-wrap h5 {
    font-size: 1em;
    margin-bottom: 1em;
  }
}
.sec-estate02 .flow-list ul .flow-list-item .item-content .advice-wrap h5::before {
  content: "\f0eb";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 1.125em;
  margin-right: 0.4em;
}

.sec-estate03 {
  background-color: rgba(133, 204, 71, 0.3);
}
.sec-estate03 .sec-ttl {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-estate03 .sec-ttl {
    margin-bottom: 2em;
  }
}
.sec-estate03 .sec-ttl h3 {
  border-bottom-color: #fff;
}
.sec-estate03 .athome-content {
  position: initial;
}
.sec-estate03 .athome-content .__deco-circle.__green.__left {
  margin-left: 7.5rem;
}
.sec-estate03 .athome-content .__deco-circle.__white.__left {
  margin-left: 22.5rem;
}
.sec-estate03 .athome-content .__deco-circle.__green.__right {
  margin-top: 5rem;
  margin-right: 16.25rem;
}
.sec-estate03 .athome-content .__deco-circle.__white.__right {
  margin-top: 5rem;
  margin-right: 7.5rem;
}

.sec-estate04 {
  background-color: #faeedc;
}
.sec-estate04 .sec-ttl h3 {
  border-bottom-color: #fff;
}
.sec-estate04 .flow-list ul .flow-list-item {
  border: solid 2px #fff;
}
.sec-estate04 .flow-list ul .flow-list-item::after {
  background-color: #fff;
}
.sec-estate04 .flow-list ul .flow-list-item .item-ttl h4 span.__small {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  margin-right: 0.6em;
}

/* company.html
---------------------------------------------------- */
.sec-company01 .overview-table {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .sec-company01 .overview-table {
    margin-top: 3em;
  }
}
.sec-company01 .overview-table dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-company01 .overview-table dl {
    display: block;
  }
}
.sec-company01 .overview-table dl dt {
  font-weight: 700;
  width: 12em;
  padding: 2em 0;
  border-bottom: solid 3px #333;
}
@media screen and (max-width: 767px) {
  .sec-company01 .overview-table dl dt {
    width: 100%;
    padding-top: 1.6em;
    padding-bottom: 0.8em;
    border-bottom: none;
  }
}
.sec-company01 .overview-table dl dd {
  width: calc(100% - 12em);
  padding: 2em 0;
  padding-left: 2em;
  border-bottom: solid 1px #333;
}
@media screen and (max-width: 767px) {
  .sec-company01 .overview-table dl dd {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1.6em;
    padding-left: 0;
  }
}
.sec-company01 .overview-table dl dd span.__small {
  font-size: 0.9em;
}
.sec-company01 .overview-table dl dd span.__group {
  display: inline-block;
  margin-right: 1em;
}
.sec-company01 .overview-table dl dd a {
  display: inline;
  font-size: 1em;
}
.sec-company01 .overview-table dl dd a.__txtlink {
  color: #ee7000;
}
.sec-company01 .overview-table dl:nth-of-type(1) dt, .sec-company01 .overview-table dl:nth-of-type(1) dd {
  padding-top: 0;
}

.sec-company02 {
  background-color: #faeedc;
}
.sec-company02 .sec-ttl h3 {
  border-bottom-color: #fff;
}
.sec-company02 .map-wrap {
  width: 100%;
  height: 35rem;
  border: solid 3px #fff;
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-company02 .map-wrap {
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company02 .map-wrap {
    margin-top: 2em;
  }
}
.sec-company02 .map-wrap iframe {
  width: 100%;
  height: 100%;
}
.sec-company02 .access-info {
  display: flex;
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .sec-company02 .access-info {
    display: block;
    margin-top: 3em;
  }
}
.sec-company02 .access-info .txt-wrap {
  margin-right: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-company02 .access-info .txt-wrap {
    width: calc(100% - 16em - 7.5rem);
  }
}
@media screen and (max-width: 767px) {
  .sec-company02 .access-info .txt-wrap {
    width: 100%;
  }
}
.sec-company02 .access-info .txt-wrap .info-content h4 em {
  color: #ee7000;
}
.sec-company02 .access-info .txt-wrap .info-content:nth-of-type(2) {
  margin-top: 3em;
}
.sec-company02 .access-info .txt-wrap .info-content .content-inner {
  padding-left: 1.6em;
  border-left: solid 3px #fff;
}
@media screen and (max-width: 767px) {
  .sec-company02 .access-info .txt-wrap .info-content .content-inner {
    padding-left: 10px;
  }
}
.sec-company02 .access-info .txt-wrap .info-content .content-inner p {
  padding-top: 0.6em;
}
.sec-company02 .access-info .txt-wrap .info-content .content-inner ul.__liststyle {
  padding-top: 0.6em;
}
.sec-company02 .access-info .txt-wrap .info-content .content-inner ul.__liststyle li {
  font-size: 0.9em;
}
.sec-company02 .access-info .txt-wrap .info-content .content-inner ul.__liststyle li::before {
  color: #83bf4e;
}
.sec-company02 .access-info .img-wrap {
  width: 16em;
}
@media screen and (max-width: 767px) {
  .sec-company02 .access-info .img-wrap {
    width: 12em;
    margin: 0 auto;
    margin-top: 3em;
  }
}
.sec-company02 .access-info .img-wrap img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=sub.css.map */